

/* Start:/bitrix/templates/eteria_cosmo/css/normalize.css?17137810206137*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* End */


/* Start:/bitrix/templates/eteria_cosmo/css/slick.css?17147264561776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/bitrix/templates/eteria_cosmo/template_styles.css?175144509424834*/
/*@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");*/

@font-face {
  font-family: "TruetypewriterPolyglOTT";
  src: url("/bitrix/templates/eteria_cosmo/fonts/truetypewriterpolyglott.eot");
  src: url("/bitrix/templates/eteria_cosmo/fonts/truetypewriterpolyglott.eot?#iefix")
      format("embedded-opentype"),
    url("/bitrix/templates/eteria_cosmo/fonts/truetypewriterpolyglott.woff2") format("woff2"),
    url("/bitrix/templates/eteria_cosmo/fonts/truetypewriterpolyglott.woff") format("woff"),
    url("/bitrix/templates/eteria_cosmo/fonts/truetypewriterpolyglott.ttf") format("truetype");
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  background: #000;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.grecaptcha-badge {
  opacity: 0;
}

.main-user-consent-request-popup-header,
.main-user-consent-request-popup-text {
    font-family: "Montserrat", sans-serif;
}

.container {
/*  height: 100vh;*/
  background: #000;
  overflow-x: hidden;
}

.slide {
  position: static;
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background: #f0eee4;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#slide1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  background-image: linear-gradient(
    to bottom,
    transparent,
    rgba(0, 0, 0, 0.15)
  );
}

#slide1 {
  background-image: url(/bitrix/templates/eteria_cosmo/img/slide-1.jpg);
  background-size: 130%;
  background-position: 48% 95%;
}


#slide2 {
  display: block;
}

#slide3 {
  background-image: url(/bitrix/templates/eteria_cosmo/img/slide-3.jpg);
}
/* #slide4-1 {
  background-image: url(/bitrix/templates/eteria_cosmo/img/slide-4-1.jpg);
  height: 100vh;
  width: 30%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#slide4-2 {
  background-image: url(/bitrix/templates/eteria_cosmo/img/slide-4-2.jpg);
  height: 100vh;
  width: 30%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#slide4-3 {
  height: 100vh;
  width: 40%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
} */
#slide5 {
  background-image: url(/bitrix/templates/eteria_cosmo/img/slide-5.jpg);
}

.box__advantages {
  background: #f0eee4;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  border-top: 10px double #342f2b;
  border-bottom: 10px double #342f2b;
}
.advantages__row {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  max-width: 75%;
  margin: 0 auto;
}

.advantage__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.advantage__item .item__img {
  width: 90px;
  height: 90px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 15px 40px;
}
.advantage__item .item__text {
  color: #000;
  line-height: 1.2;
  text-align: center;
  position: relative;
  left: auto;
  bottom: auto;
}

.advantage__item-1 .item__img {
  background-image: url(/bitrix/templates/eteria_cosmo/img/diff.png);
}
.advantage__item-2 .item__img {
  background-image: url(/bitrix/templates/eteria_cosmo/img/sase.png);
}
.advantage__item-3 .item__img {
  background-image: url(/bitrix/templates/eteria_cosmo/img/candle.png);
}
.advantage__item-4 .item__img {
  background-image: url(/bitrix/templates/eteria_cosmo/img/mylo.png);
}
.advantage__item-5 .item__img {
  background-image: url(/bitrix/templates/eteria_cosmo/img/gel.png);
}
.advantage__item-6 .item__img {
  background-image: url(/bitrix/templates/eteria_cosmo/img/tree.png);
}
.advantage__item-7 .item__img {
  background-image: url(/bitrix/templates/eteria_cosmo/img/sheet.png);
}
.advantage__item-8 .item__img {
  background-image: url(/bitrix/templates/eteria_cosmo/img/hand.png);
}
.advantage__item-9 .item__img {
  background-image: url(/bitrix/templates/eteria_cosmo/img/spiral.png);
}
.advantage__item-10 .item__img {
  background-image: url(/bitrix/templates/eteria_cosmo/img/treangle.png);
}
.advantage__item-11 .item__img {
  background-image: url(/bitrix/templates/eteria_cosmo/img/shake.png);
}
#F_PHONE {
  width: 310px
}
.main-user-consent-request-popup-cont {
  background: rgb(238, 236, 227);
  border-radius: unset;
}
.main-user-consent-request-popup-text {
  border-radius: 10px
}
.main-user-consent-request-popup-button-acc {
  background: #989d89;
  color: #000
}
.main-user-consent-request-popup-button-acc,
.main-user-consent-request-popup-button-rej {
  font-family: "Montserrat", sans-serif;
  border-radius: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #slide1 {
    background-image: url(/bitrix/templates/eteria_cosmo/img/slide-1@2x.jpg);
  }
  #slide3 {
    background-image: url(/bitrix/templates/eteria_cosmo/img/slide-3@2x.jpg);
  }
  #slide4-1 {
    background-image: url(/bitrix/templates/eteria_cosmo/img/slide-4-1@2x.jpg);
  }
  #slide4-2 {
    background-image: url(/bitrix/templates/eteria_cosmo/img/slide-4-2@2x.jpg);
  }
  #slide5 {
    background-image: url(/bitrix/templates/eteria_cosmo/img/slide-5@2x.jpg);
  }
  .advantage__item-1 .item__img {
    background-image: url(/bitrix/templates/eteria_cosmo/img/diff@2x.png);
  }
  .advantage__item-2 .item__img {
    background-image: url(/bitrix/templates/eteria_cosmo/img/sase@2x.png);
  }
  .advantage__item-3 .item__img {
    background-image: url(/bitrix/templates/eteria_cosmo/img/candle@2x.png);
  }
  .advantage__item-4 .item__img {
    background-image: url(/bitrix/templates/eteria_cosmo/img/mylo@2x.png);
  }
  .advantage__item-5 .item__img {
    background-image: url(/bitrix/templates/eteria_cosmo/img/gel@2x.png);
  }
  .advantage__item-6 .item__img {
    background-image: url(/bitrix/templates/eteria_cosmo/img/tree@2x.png);
  }
  .advantage__item-7 .item__img {
    background-image: url(/bitrix/templates/eteria_cosmo/img/sheet@2x.png);
  }
  .advantage__item-8 .item__img {
    background-image: url(/bitrix/templates/eteria_cosmo/img/hand@2x.png);
  }
  .advantage__item-9 .item__img {
    background-image: url(/bitrix/templates/eteria_cosmo/img/spiral@2x.png);
  }
  .advantage__item-10 .item__img {
    background-image: url(/bitrix/templates/eteria_cosmo/img/treangle@2x.png);
  }
  .advantage__item-11 .item__img {
    background-image: url(/bitrix/templates/eteria_cosmo/img/shake@2x.png);
  }
}

@media (max-width: 1366px) {
  #slide3 {
    background-image: url(/bitrix/templates/eteria_cosmo/img/slide-3@0,75x.jpg);
  }
  #slide4-1 {
    background-image: url(/bitrix/templates/eteria_cosmo/img/slide-4-1@0,75x.jpg);
  }
  #slide4-2 {
    background-image: url(/bitrix/templates/eteria_cosmo/img/slide-4-2@0,75x.jpg);
  }
}
.first__logo {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10vh;
  left: 0;
  height: 240px;
}
.slide__container .logo__image__container {
  width: 30vw;
  height: 50vh;
  max-width: 100%;
  background: url(/bitrix/templates/eteria_cosmo/img/circle-logo.png) no-repeat 50% 50% / contain;
  position: absolute;
  min-width: 250px;
  min-height: 250px;
}
.logo__container {
  position: absolute;
  width: 45vw;
  height: 40vh;
  max-width: 100%;
  background: url(/bitrix/templates/eteria_cosmo/img/line-logo.png) no-repeat 50% 50% / contain;
  top: 15vh;
}
.first__content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.first__title {
  max-width: 1100px;
}
.first__title h1 {
  font-size: 60px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.68);
  font-family: "TruetypewriterPolyglOTT", sans-serif;
}
.first__title h1.mobile-address {
	margin-bottom: 10px;
	font-size: 30px
}
.first__button {
  margin-bottom: 30px;
  font-size: 24px;
}
a.button {
  color: #000;
  padding: 10px 35px;
  border-radius: 22px;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(211, 212, 198) 0%,
    rgb(184, 185, 172) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(211, 212, 198) 0%,
    rgb(184, 185, 172) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(211, 212, 198) 0%,
    rgb(184, 185, 172) 100%
  );
  box-shadow: 0px 15px 13px 0px rgba(0, 0, 0, 0.61);
  border: none;
  font-weight: 600;
  text-decoration: none;
}
a.button:hover {
  text-decoration: underline;
}
.first__contact {
  margin-top: 12px;
}
.contact__phone {
  text-align: center;
  margin-bottom: 8px;
}

.contact__phone a,
.contact__mail a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.68);
}
.fourth__slide {
  background: #fff;
}

.catalog__arrows {
  height: 90px;
  background: #f0eee4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.arrow__prev {
  width: 100px;
  height: 25px;
  display: flex;
}
.arrow__prev span {
  display: block;
  width: 24px;
  height: 24px;
  border-bottom: 3px solid #241814;
  border-left: 3px solid #241814;
  transform: rotate(45deg);
  animation: arrow-left 2s infinite;
  border-radius: 4px;
}
.arrow__prev span:nth-child(2) {
  animation-delay: -0.2s;
}
.arrow__prev span:nth-child(3) {
  animation-delay: -0.4s;
}
@keyframes arrow-left {
  0% {
    opacity: 0;
    transform: translate(20, 0) rotate(45deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-20px, 0) rotate(45deg);
  }
}
.arrow__next {
  width: 100px;
  height: 25px;
  display: flex;
}
.arrow__next span {
  display: block;
  width: 24px;
  height: 24px;
  border-bottom: 3px solid #241814;
  border-right: 3px solid #241814;
  transform: rotate(-45deg);
  animation: arrow-right 2s infinite;
  border-radius: 4px;
}
.arrow__next span:nth-child(2) {
  animation-delay: -0.2s;
}
.arrow__next span:nth-child(1) {
  animation-delay: -0.4s;
}

@keyframes arrow-right {
  0% {
    opacity: 0;
    transform: translate(-20, 0) rotate(-45deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(20px, 0) rotate(-45deg);
  }
}

.arrow__content {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #241814;
  display: flex;
  align-items: center;
  height: 90px;
}
.arrows__slider {
  width: 900px;
  max-width: 73vw;
}
.arrow__content span.blue {
  color: #004fae;
}
.arrow__content span.lightgreen {
  color: #8ba14a;
}
.arrow__content span.pink {
  color: #d36964;
}
.arrow__content span.red {
  color: #b53722;
}
.arrow__content span.green {
  color: #6c8926;
}
.arrow__content span.yellow {
  color: #dda703;
}
.catalog__item {
  width: 100vw;
  height: 100vh;
  display: block;
  position: relative;
}

.item__background {
  width: 100vw;
  height: 100vh;
  display: block;
}
.item__ozone {
  background: url(/bitrix/templates/eteria_cosmo/img/ozone-rose-salt-bg.jpg) no-repeat 50% 50% / cover;
}
.item__fresia {
  background: url(/bitrix/templates/eteria_cosmo/img/freesia-lilac-trees-bg.jpg) no-repeat 50% 50% / cover;
}
.item__narcissus {
  background: url(/bitrix/templates/eteria_cosmo/img/narcissus-neroli-musk-bg.jpg) no-repeat 50% 50% / cover;
}
.item__orange {
  background: url(/bitrix/templates/eteria_cosmo/img/orange-gardenia-pea-bg.jpg) no-repeat 50% 50% / cover;
}
.item__apple {
  background: url(/bitrix/templates/eteria_cosmo/img/apple-cinnamon-cedar-bg.jpg) no-repeat 50% 50% / cover;
}
.item__jasmine {
  background: url(/bitrix/templates/eteria_cosmo/img/jasmine-lemongrass-amber-bg.jpg) no-repeat 50% 30% /
    cover;
}
.slick-slide .info__d {
  display: block;
}

.slick-slide .info__m {
  display: none;
}

.item__sashe {
  background: url(/bitrix/templates/eteria_cosmo/img/sache.jpg) no-repeat 50% 50% / cover;
}
.item__info {
  position: absolute;
  width: 458px;
  height: 322px;
  max-width: 100%;
  right: 140px;
  top: 110px;
}

.hover__items {
  width: 87%;
  bottom: 0px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  position: absolute;
}
.hover__item {
  opacity: 0;
  width: 50px;
  height: 50px;
  position: relative;
}
.hover__item:hover {
  opacity: 1;
  text-align: center;
}
.hover__item > span {
  position: absolute;
  top: 15px;
  left: calc(50% - 30px);
  font-size: 10px;
}
.hover__item:nth-child(4) > span {
  left: calc(50% - 52px);
}
.catalog__items .slick-dots {
  display: flex;
  position: absolute;
  bottom: 15px;
  width: 100%;
  justify-content: center;
  list-style: none;
  padding-left: 0;
}
.catalog__items .slick-dots button {
  font-size: 0;
  border: 1px solid #fff;
  width: 80px;
  background: transparent;
  height: 4px;
}

.catalog__items .slick-dots .slick-active button {
  background: #f0eee4;
}

.catalog__items .slick-dots li {
  margin-right: 10px;
  margin-left: 10px;
}

#slide2-1 {
  background: #342f2b;
}
#slide2-1 .item__info {
  right: auto;
  left: 140px;
}

#slide2-1 .hover__items {
  width: 86%;
  bottom: 120px;
}

.item__text {
  position: absolute;
  left: 140px;
  bottom: 100px;
  font-size: 18px;
  color: #fff;
}
.item__text .title {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
}

.third__content {
  width: 80%;
  height: 60%;
  background: url(/bitrix/templates/eteria_cosmo/img/3-content.png) no-repeat 50% 0 / contain;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .third__content {
    background: url(/bitrix/templates/eteria_cosmo/img/3-content@2x.png) no-repeat 50% 0 / contain;
  }
}

.foutrh__content {
  color: #231714;
  padding: 50px;
  position: relative;
  z-index: 10;
}

.foutrh__content .title {
  margin-bottom: 50px;
}
.foutrh__content .title h2 {
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
.foutrh__content .text p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
.foutrh__background {
  position: absolute;
  width: 110%;
  height: 100%;
  left: -5%;
  background: url(/bitrix/templates/eteria_cosmo/img/slide-4-3.png) repeat-y 0 0 / contain;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .foutrh__background {
    background: url(/bitrix/templates/eteria_cosmo/img/slide-4-3.png) repeat-y 0 0 / contain;
  }
}

.fifth__logo {
  background: url(/bitrix/templates/eteria_cosmo/img/footer_logo.png) no-repeat 0 0 / contain;
  width: 640px;
  height: 300px;
  top: 0;
  position: absolute;
  left: 112px;
  top: -30px;
  max-width: 100%;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .fifth__logo {
    background: url(/bitrix/templates/eteria_cosmo/img/footer_logo@2x.png) no-repeat 0 0 / contain;
  }
}
.fifth__slide {
  overflow: hidden;
}
.fifth__content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px;
}
.form__container {
  position: absolute;
  width: 35%;
  right: 15%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
  align-items: center;
}

.form__container form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.form__container form input {
  border: none;
  background-color: rgb(238, 236, 227);
  padding: 10px 0 10px 20px;
  opacity: 0.8;
  border-radius: 10px;
  font-size: 20px;
  margin-bottom: 15px;
}
.form__container form .form__submit {
  background-color: #989d89;
  padding: 10px 20px;
  opacity: 1;
  cursor: pointer
}

.form__container form input:focus {
  outline: none;
}

.form__container .form__title {
  font-size: 40px;
  text-align: center;
}
.form__container .form__success {
  margin: 100px 50px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.checkform__group {
  display: flex;
  font-size: 9px;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 15px;
  color: #fff;
}
.iti.iti--separate-dial-code {
  margin-bottom: 15px
}
.form__container form .checkform__group input {
  margin-bottom: 0;
  margin-right: 10px;
  width: 40px;
}

.form__container form .checkform__group .main-user-consent-request input {
margin-right: 0
}

.form__container .form {
  max-width: 300px;
}

.form__contact {
  height: 130px;
}
.third__content__double {
  display: none;
}

.mob__first__contact {
  display: none;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .form__container {
    width: 40%;
    right: 8%;
  }
  .fifth__logo {
    left: 50px;
  }
  /* st1 add */
  .first__slide {
/*    min-height: 920px;*/
  }
}
@media screen and (max-width: 1200px) and (min-width: 920px) {
  .first__logo {
    top: 5vh;
  }
  .advantages__row {
    max-width: 100%;
  }
  .third__content {
    height: 95%;
  }
  #slide1 {
    background-size: cover;
  }
}
@media screen and (max-width: 1200px) and (min-width: 920px) and (orientation: portrait) {
  .fifth__logo {
    height: 500px;
    width: 100%;
  }
  .form__container {
    height: 70%;
    width: 70%;
    bottom: 5%;
    right: 10%;
  }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .form__container {
    width: 48%;
    right: 0;
  }
  .fifth__logo {
    left: 0;
  }
  #slide1 {
    background-size: cover;
  }
  .third__content {
    background-image: url(/bitrix/templates/eteria_cosmo/img/3-content-m.png);
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
  .first__logo {
    top: 20vh;
  }
  .slide__container .logo__image__container {
    width: 81vw;
    height: 90vh;
  }
  .logo__container {
    width: 70vw;
  }
  .first__title h1 {
    font-size: 60px;
  }
  .first__button {
    font-size: 40px;
  }
  .contact__phone a,
  .contact__mail a {
    font-size: 32px;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .third__content {
    background-image: url(/bitrix/templates/eteria_cosmo/img/3-content-m.png);
    background-size: 100%;
  }
  .advantages__row {
    max-width: 100%;
  }
  .advantage__item .item__img {
    width: 80px;
  }
  .third__content {
    background-size: 100%;
    height: 87%;
  }
  .form__container {
    height: 70%;
    width: 70%;
    bottom: 5%;
  }
  .fifth__logo {
    height: 400px;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .second__button {
    display: none
  }
}

@media screen and (max-width: 768px) {
  #slide3 {
    height: 90vh;
    max-height: 630px;
  }
  .advantages__row {
    max-width: 100%;
  }
  .advantages__row__6 {
    flex-wrap: wrap;
  }
  .advantages__row__6 > div {
    width: 30%;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .advantage__item .item__img {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: 77px;
    height: 77px;
  }
  #slide1 {
    background: url(/bitrix/templates/eteria_cosmo/img/slide-1m@2x.jpg) no-repeat 50% 70% / 160%;
  }
  .slide__container .logo__image__container {
    width: 100vw;
  }
  .logo__container {
    width: 100vw;
  }
  .first__logo {
    top: 10vh;
  }
  .first__content {
    bottom: 40px;
  }
  .arrow__content {
    font-size: 14px;
  }
  .first__button {
    font-size: 24px;
  }
  .foutrh__content {
    font-size: 14px;
  }
  #slide2 {
    height: 100vh;
    background: #342f2b;
  }
  .item__info {
    bottom: 0;
    top: auto;
    left: 20px;
    height: 37%;
  }
  .item__info img {
    max-width: 90%;
  }

  .arrow__prev,
  .arrow__next {
    height: 19px;
  }
  .arrow__prev span,
  .arrow__next span {
    height: 18px;
    width: 18px;
  }
  .item__background {
    height: 57vh;
    background-position: 60% 50%;
  }
  .item__sashe {
    background-position: 75% 50%;
    height: 50vh;
  }

  #slide3 {
    flex-direction: column;
  }
  .third__content {
    background-image: url(/bitrix/templates/eteria_cosmo/img/3-content-m.png);
    background-size: 90%;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
  }
  .fourth__slide {
    flex-direction: column;
  }
  #slide4-1,
  #slide4-2,
  #slide4-3 {
    width: 100%;
  }
  #slide4-1 {
    background-position: 0 60%;
  }
  #slide4-2 {
    background-position: 0 87%;
    min-height: 260px;
  }
  #slide-4-3 {
    height: 72%;
  }
  .foutrh__background {
    transform: rotate(90deg);
    height: 100vw;
    top: 5px;
  }
  #slide5 {
    background-image: url(/bitrix/templates/eteria_cosmo/img/slide-5m.jpg);
    background-size: cover;
    background-position: 0 0;
    padding-bottom: 110px;
    height: 87vh;
  }
  .fifth__logo {
    left: 0;
    top: 15px;
  }
  .form__container {
    width: 100%;
    right: 0;
    top: 19%;
    color: #231714;
  }
  .form__container .form__title {
    font-size: 28px;
    margin-bottom: 200px;
  }
  .form__container form input {
    border: 1px solid rgb(151, 158, 138);
  }
  .form__container .form__title {
    color: #fff;
  }
  .form__contact .contact__phone a,
  .form__contact .contact__mail a {
    color: #fff;
    text-shadow: none;
  }
  .foutrh__content {
    max-height: 250px;
    overflow-x: scroll;
    padding: 20px;
  }
  .foutrh__content .title {
    margin-bottom: 30px;
  }
  .foutrh__content .title h2 {
    font-size: 24px;
  }
  .foutrh__content .text p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  #slide4-3 {
    height: 100%;
  }

  #slide2-1 {
    display: block;
    background: #342f2b;
    height: 100vh;
  }
  #slide2-1 .item__info {
    right: auto;
    left: 20px;
    height: 35%;
    max-height: 200px;
    top: 53%;
  }
  .item__text {
    position: absolute;
    left: 20px;
    bottom: 30px;
    max-width: 88%;
    font-size: 14px;
  }
  .catalog__items .slick-dots {
    bottom: 44vh;
  }
  .catalog__items .slick-dots button {
    width: 40px;
  }
  .slick-slide .info__d {
    display: none;
  }
  .slick-slide .info__m {
    display: block;
  }
  .hover__items {
    width: 80%;
    bottom: 20px;
  }
  .hover__item > span {
    left: calc(50% - 37px);
  }
  #slide2-1 .hover__items {
    width: 90%;
    bottom: 77px;
  }
  .hideOnMob {
    display: none
  }
}
@media screen and (max-height: 568px) and (orientation: landscape) {
  .first__title h1 {
    font-size: 24px;
  }
  .first__button {
    font-size: 16px;
  }
  .first__content {
    bottom: 15px;
  }
  .first__logo {
    top: -30px;
  }
  .logo__container {
    top: 37vh;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) and (max-height: 560px) {
  .third__content {
    background-image: url(/bitrix/templates/eteria_cosmo/img/3-content-m.png);
    background-size: 72%;
  }
  .form__container .form__title {
    margin-bottom: 8vh;
    margin-top: 24vh;
    font-size: 20px;
  }
  .form__container form input {
    font-size: 16px;
  }
  .third__content {
    background-size: 50vh;
  }
}
@media screen and (max-width: 568px) {
  .first__title h1 {
    font-size: 34px;
  }
  .first__button {
    font-size: 16px;
  }

  .advantages__row {
    max-width: 95%;
  }
  .advantages__row > div {
    width: 20%;
  }
  .advantages__row__6 > div {
    width: 30%;
  }
  .advantage__item .item__text {
    font-size: 12px;
  }
  .advantage__item .item__img {
    width: 50px;
    height: 50px;
  }
  .advantage__item-1 .item__img,
  .advantage__item-2 .item__img,
  .advantage__item-3 .item__img {
    margin-bottom: 22px;
  }
  .first__content .first__contact {
    display: none;
  }
  .first__content {
    bottom: 80px;
  }
  .first__content .first__button {
    order: 2;
  }
  .first__content .first__title {
    order: 1;
    margin-bottom: 25px;
    line-height: 0.8;
  }
  .first__title h1 {
    margin: 0;
  }
  .first__title h1.mobile-address {
  	font-size: 20px
  }
  .mob__first__contact {
    display: block;
  }
  .mob__first__contact .first__contact {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    top: 15px;
  }
  .first__logo {
    top: 100px;
  }
  .logo__container {
    background: url(/bitrix/templates/eteria_cosmo/img/line-logo.png) no-repeat 50% 50% / 125%;
    top: 16vh;
  }
  #slide3 {
    background-position: 18% 0;
  }
  .contact__phone {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 396px) {
  .first__button {
    font-size: 16px;
  }
  #slide5 {
    padding-bottom: 150px;
    height: 100vh;
  }
  .form__container .form__title {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 375px) {
  .arrow__content {
    font-size: 12px;
  }
  .first__button {
    font-size: 16px;
  }
  .first__title h1 {
    font-size: 32px;
  }
  .item__sashe {
    height: 48vh;
    background-position: 100% 50%;
  }
  #slide2-1 .item__info {
    top: 54%;
  }
  .item__text .title {
    font-size: 20px;
  }
}

@media screen and (max-width: 360px) {
  .item__info {
    top: 40%;
  }
  .first__content {
    bottom: 50px;
  }
  .first__button {
    font-size: 14px;
  }
}

@media screen and (min-height: 1280px) {
  .slide__container .logo__image__container {
    width: 40vw;
  }
  .first__title h1 {
    font-size: 90px;
  }
}
@media screen and (max-height: 480px) {
  .slide__container .logo__image__container {
    width: 30vw;
    height: 46vh;
    top: 4vh;
    min-width: auto;
    min-height: auto;
    top: -15vh;
  }
  .logo__container {
    top: 13vh;
  }
  .contact__phone a,
  .contact__mail a {
    font-size: 12px;
  }
  .first__title h1 {
    font-size: 6vh;
  }
  .first__button {
    font-size: 12px;
  }
  .first__content {
    bottom: 15px;
  }
  .third__content {
    background-size: 54vh;
  }
  .first__logo {
    top: 10vh;
  }
  #slide1 {
    background-size: cover;
  }
}
@media screen and (max-height: 560px) and (max-width: 640px) {
  .logo__container {
    background-size: 80vh;
    top: 25vh;
  }
  .form__container .form__title {
    margin-top: 35vh;
  }
}
@media screen and (max-height: 768px) and (max-width: 920px) and (min-height: 650px) and (min-width: 640px) {
  .first__title h1 {
    font-size: 7vh;
  }
}
@media screen and (max-height: 650px) and (max-width: 980px) and (orientation: landscape) {
  .form__container .form__title {
    font-size: 5vh;
    margin-bottom: 1.5vh;
  }
  .fifth__logo {
    height: 59vh;
  }
  .form__container form input {
    font-size: 14px;
  }
  .form__container {
    width: 50%;
    height: 85%;
  }
  #slide5 {
    overflow-x: auto;
  }
}

@media screen and (max-width: 980px) and (min-height: 640px) {
  .form__container .form__title {
    font-size: 24px;
  }
  .form__container {
    bottom: 0;
  }
  .third__content {
    background-size: 56vh;
  }
}

@media screen and (max-width: 420px) {
  #slide3 {
    padding: 10px 20px;
  }
  .third__content {
    background-size: contain;
  }
}

/* End */
/* /bitrix/templates/eteria_cosmo/css/normalize.css?17137810206137 */
/* /bitrix/templates/eteria_cosmo/css/slick.css?17147264561776 */
/* /bitrix/templates/eteria_cosmo/template_styles.css?175144509424834 */
