/*! 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 {
  -webkit-box-sizing: content-box;
  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 */
  -webkit-text-decoration: underline dotted;
  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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 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,
[hidden] {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
@font-face {
  font-family: "FuturaBookC";
  src: url("../fonts/futurabookc.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/futurabookc.eot?#iefix") format("embedded-opentype"),
    url("../fonts/futurabookc.otf") format("opentype"),
    url("../fonts/futurabookc.svg") format("svg"),
    url("../fonts/futurabookc.ttf") format("truetype"),
    url("../fonts/futurabookc.woff") format("woff"),
    url("../fonts/futurabookc.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body .mob {
  display: none;
}

section {
  overflow-x: hidden;
  width: 100%;
}

.active {
  left: 0;
  opacity: 1;
  display: block;
}

body {
  font-family: "FuturaBookC";
  background: #000;
  color: #fff;
  overflow-x: hidden;
}

.decor-hand:hover,
.wineglass:hover {
  cursor: pointer;
}

a {
  text-decoration: none;
  outline: none;
}

.container {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-screen .container {
  position: relative;
  padding-bottom: 35px;
}

h1 {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.25em;
  margin: 70px 0 0;
  font-weight: 100;
}

h5 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 10px;
}

.oth-color {
  color: #e52e3b;
}

header {
  z-index: 20;
  width: 100%;
	padding-top: 50px;
	display: flex;
	align-items:center;
	width:100%;

}
/* .first-screen header {
	max-width: 425px;
} */

.menu {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.menu .menu__item + .menu__item {
  margin-left: 24px;
  margin-left: 38px;
}
.menu a {
  position: relative;
  font-size: 17px;
  letter-spacing: 0.05em;
  color: #f39729;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.menu a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 1px;
  width: 0;
  opacity: 0.2;
  background: #ffc886;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}
.menu a:hover {
	color: #6957C9;
  /* color: #ffc886;  */
}
/* .menu a:hover:after {
  width: 100%;
  opacity: 0.8;
} */

.slick-slide:focus {
  outline: none;
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: static;
  bottom: -22px;
  left: 50%;
  /* -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); */
}
.contact-line__item a {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.social__item {
  width: 36px;
  height: 36px;
  border: 2px solid #3e3f90;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.social__item:hover {
  cursor: pointer;
}
.social__item svg{
fill: #3e3f90;
}

.contact .social__item.inst svg {
  fill: #F2379C;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.contact .social__item.inst{
  border: 2px solid #F2379C;
}

.contact .social__item.whats-app svg {
  fill: #31D754;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.contact .social__item.whats-app{
  border: 2px solid #31D754;
}

.contact .social__item.vimeo svg {
  fill: #00B4E1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.contact .social__item.vimeo{
  border: 2px solid #00B4E1;
}

.social__link + .social__link {
  display: block;
  margin-left: 40px;
}

.inst svg {
  width: 50%;
}

.inst:hover {
  border-color: #f2379c;
}
.inst:hover svg {
  fill: #f2379c;
}

.whats-app svg {
  width: 45%;
}

.whats-app:hover {
  border-color: #31d754;
}
.whats-app:hover svg {
  fill: #31d754;
}

.vimeo svg {
  width: 95%;
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.vimeo:hover {
  border-color: #38baf7;
}
.vimeo:hover svg {
  fill: #38baf7;
}

.wineglass {
  position: absolute;
  bottom: 28%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 20;
}

.decor-hand {
  width: 146px;
  height: 98px;
  position: absolute;
  top: 33%;
  right: 0;
  z-index: 10;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.text-block__item {
  font-size: 15px;
  letter-spacing: -0.1px;
  padding: 8px 9px 8px 11px;
  background: #050a1e;
}
.text-block__item + .text-block__item {
  margin-top: 3px;
}

.text__block {
  position: absolute;
}
.text__block-1 {
  width: 133px;
  top: 97px;
  left: 50px;
  top: 12.63%;
  left: 3.66%;
}
.text__block-2 {
  width: 173px;
  top: 52px;
  left: 220px;
  top: 6.77%;
  left: 16.1%;
}
.text__block-3 {
  width: 188px;
  top: 511px;
  left: 220px;
  top: 66.53%;
  left: 16.1%;
}
.text__block-4 {
  width: 153px;
  top: 509px;
  left: 908px;
  /* right: 310px; */
  top: 66.27%;
  left: 66.47%;
}
.text__block-5 {
  width: 183px;
  top: 46px;
  left: 940px;
  /* right: 241px; */
  top: 5.99%;
  left: 68.81%;
}
.text__block-6 {
  width: 147px;
  top: 100px;
  left: 1185px;
  /* right: 36px; */
  top: 13.02%;
  left: 86.75%;
}

.services .container {
  height: 100vh;
  max-height: 768px;
  background: no-repeat url(../img/bg-hall.jpg),
    repeat-x url(../img/bg-hall-sec.jpg);
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  background-size: contain;
  background-position: top;
  max-height: unset;
}

.services .container-inner {
  height: 100%;
  position: relative;
}
.main_img_holder {
  position: relative;
  display: flex;
  justify-content: center;
}

.page {
  height: 100vh; 
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}

.contact__img_holder {
  /* margin-top: auto; */
  margin-top: 168px;
  margin-bottom:auto ;
  width: 100%;
 
}
.contact-line {
  display: flex;
}

.contact-line__item img {
  display: inline;
  width: 32px;
  margin-right: 5px;
}



.contact-line__item a:hover {
  /* color: #3e4090; */
  opacity: 0.8;
}

.contact-line {
  position: absolute;
  top: -6px;
  z-index: auto;
  width: 100%;
  max-width: 698px;
  justify-content: space-between;
}
.contact-line__title {
  text-align: center;
  font-size: 19px;
  color: #ffdf24;
  text-align: center;

  justify-content: center;
}
.contact-line__title.contact-line__title{
  margin-bottom: 14px;
}

.contact-line__mail {
  font-size: 28px;
  color: #ffdf24;
}
.contact-line__icon{
  margin-right: 5px;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.contact-line__mail svg{
  fill: #3e3f90;
}
.contact-line__insta {
  font-size: 28px;
  color: #ffdf24;
}

.contact-line__insta svg {
  fill:#F2379C;
  width: 17px;
}
.contact-line__insta svg {
  fill:#F2379C;
  width: 14px;
}
.contact-line__wa svg{
  fill:#2ECA4F;
  width: 14px;
}
.contact-line__wa .contact-line__icon{
  border: 2px solid #2ECA4F;
}
.contact-line__insta .contact-line__icon{
  border: 2px solid #F2379C;
}

.contact-line__title_green {
  color: #31d754;
}

.contact-line__wa {
  color: #31d754;
  font-size: 28px;
}

.contact .container {
  position: relative;
  height: 100vh;
}


@media (min-width: 1400px) {
  .main-illustr {
    /* height: 65vh;
    max-height: 650px; */
    
  }
  .social__item {
    /* width: 3vw;
    height: 3vw; */
    width: 36px;
    height: 36px;
  }
  h1 {
    margin: 3vw 0 0;
  }
  h5 {
    line-height: 1.2;
  }
}

@media (max-width: 1400px) {
  .wineglass {
    bottom: 27%;
  }
}

@media (max-height: 768px) {
  .services .container {
    height: 100vh !important;
  }
}

@media (min-width: 1700px) {
  body {
    height: 100vh;
    overflow-y: hidden;
  }
  .services .container {
    background-position: unset;
    background-size: cover;
    max-height: none;
    background-position: top center;
    background-size: contain;
    max-height: 1080px;
    overflow: hidden;
  }
  .text__block-1 {
    width: 133px;
    top: 22.63%;
    left: 3.66%;
  }
  .text__block-2 {
    width: 173px;
    top: 19.77%;
    left: 17.1%;
  }
  .text__block-3 {
    top: 69.53%;
    left: 17.1%;
  }
  .text__block-4 {
    top: 65.27%;
  }
  .text__block-5 {
    top: 10.99%;
    left: 70.81%;
  }
  .text__block-6 {
    top: 22.02%;
    left: 85.75%;
  }
}

@media (min-width: 1700px) and (max-height: 992px) {
  .text__block-3 {
    top: 61.53%;
  }
}

@media (min-width: 1700px) and (max-height: 900px) {
  .text__block-3 {
    top: 55.53%;
  }
  .text__block-4 {
    top: 61.27%;
  }

}

@media (max-height: 700px) and (min-width: 900px) {
  section,
  .services .container {
    min-height: 570px;
  }
  .text__block-3 {
    top: unset;
    bottom: 1.5%;
  }
  .text__block-4 {
    top: unset;
    bottom: 1%;
  }
  header {
    padding-top: 6vh;
  }
  h1 {
    margin: 6vh 0 0;
  }
  .main-illustr {
    /* max-height: 420px;
    min-height: 348px;
    height: 58vh; */
  }
  .about .container .text-part p + p {
    margin-top: 1.5vh;
  }
  .wineglass {
    bottom: 28%;
  }
}

@media (max-width: 1370px) {
  .text__block-1 {
    left: 2.86%;
  }
  .text__block-3 {
    left: 14.7%;
  }
  .text__block-4 {
    left: 64.67%;
  }
  .text__block-5 {
    left: 66.81%;
  }
}

@media (max-width: 1300px) {
  .wineglass {
    width: 253px;
  }
  .main-illustr {
    max-width: 42vw;
    object-fit: contain;
  }
  header {
    padding-top: 30px;
  }
}

@media (max-width: 1200px) {
  .text-block__item {
    font-size: 13px;
    letter-spacing: 0;
    padding: 7px 13px;
  }
  .text__block-1 {
    top: 9.63%;
    left: 2.06%;
  }
  .text__block-2 {
    top: 5.77%;
    left: 16.1%;
  }
  .text__block-3 {
    top: 46.53%;
    left: 14.1%;
  }
  .text__block-4 {
    top: 50.27%;
    left: 65.47%;
  }
  .text__block-5 {
    top: 1.99%;
    left: 65.81%;
  }
  .text__block-6 {
    top: 13.02%;
    left: 83.75%;
  }
}

@media (max-width: 1100px) {
  .wineglass {
    width: 193px;
    bottom: 46%;
  }
}

@media (max-width: 900px) {
  .services .wineglass,
  .services .cover-screen {
    display: none;
  }
  .services .container {
    background: none;
    width: 100%;
    overflow-x: hidden;
    display: block;
  }
  .services .slider-mob-img {
    display: block;
    position: absolute;
    width: 100%;
    top: -119px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }
  .services header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  header {
    padding-top: 3vh;
  }
  .text__block {
    position: static;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    margin: 0 auto;
    margin: 6vh auto 0; 
  }
  .mobile-slider .slider-image {
    display: block;
    max-height: 54vh;
    margin: 15px auto 0;
  }
  .mobile-slider {
    height: -webkit-calc(100vh - 50px);
    height: calc(100vh - 50px);
    width: 100%;
  }
  .slick-arrow {
    position: absolute;
    top: 40%;
    height: 35px;
    z-index: 5;
  }
  .prev {
    left: 20px;
  }
  .next {
    right: 20px;
  }
  .mobile-slider .slider__slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    height: -webkit-calc(100vh - 50px);
    height: calc(100vh - 50px);
    padding-top: 40px;
    padding-top: 0!important;
  }
  /* remove later */
  /* .services .slider-mob-img{
    display: none;
  }
  .social.mob{
    display: none;
  }

  .text__block{
    display: none;
  }
  .mobile-slider{
    height: auto;
    display: inline;
    display: none;
  } */

  /*  */
  .mobile-slider .slider__slide-5 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 125px;
  }
  .mobile-slider .slider__slide-5 .slider-image {
    max-height: 45vh;
    position: absolute;
    top: 149px;
  }
  .mobile-slider .slider__slide-6 {
    padding-bottom: 12vh;
  }
  .mobile-slider .slider__slide-6 .slider-image {
    max-height: 54vh;
  }
  .social {
    position: absolute;
    bottom: -76px;
    top: auto;
    width: 100%;
    padding: 0 13%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .social .social__item {
    height: 70px;
    width: 70px;
    margin: 0;
  }
  .vimeo svg {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  .decor-hand {
    display: none;
  }
  .main-illustr {
    min-height: 380px;
    max-height: 510px;
    max-width: 630px;
    width: 90%;
    height: auto;
  }
  .first-screen {
    min-height: 768px;
  }
  body .social {
    bottom: -136px;
    top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 33px;
    width: 100vw;
    padding: 0 20px;
    transform: none;
    left: auto;
  }
  .page section {
    left: -100%;
    width: 100%;
    overflow-x: hidden;
    height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    /* overflow: hidden; */
    background: #000;
  }
  .services .container {
    position: relative;
    height: auto;
    overflow: hidden;
  }
  section.active {
    left: 0;
  }
  .first-screen {
    background: #000;
  }
  .first-screen .container {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .page .container{
    height: 100%;
  }
  .text__block-5 {
    margin-bottom: 30px;
  }
  body .social.mob {
    bottom: 26px;
  }

  .contact .social.mob{
    position: fixed;
    bottom: 33px;
    width: 100vw;
    padding: 0 20px;
    transform: none;
    left: auto;
  }

  .services .social.mob{
    position: fixed;
    width: 100vw;
    left: 0;
    transform: none;

    position: fixed;
    width: 100vw;
    left: auto;
    transform: none;
    height: 62px;
    z-index: 1;
    padding: 10px;
    bottom: 17px;
  }
  .text-block__item{
    font-size: 14px;
  }
  .slick-arrow{
    width: 14px;
    height: 21px;
 
	}
	.slick-arrow{
    width: 23px;
    height: auto;
 
  }
}

@media (max-width: 500px) {
  .contact-line__title.contact-line__title {
    margin-bottom: 0;
  }
  .contact-line__title.contact-line__title{
    justify-content: flex-start;
  }
  header {
    padding-top: 30px;
  }
  .first-screen {
    min-height: unset;
  }
  .main-illustr {
    min-height: unset;
  }
  .social {
    bottom: 15px;
    padding: 0 8%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .social .social__item {
    width: 36px;
    height: 36px;
  }
  .vimeo svg {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .mobile-slider .slider__slide-5 .slider-image {
    max-height: 35vh;
    position: absolute;
    top: 10vh;
    left: 50%;
    -webkit-transform: translateX(-54%);
    -ms-transform: translateX(-54%);
    transform: translateX(-54%);
  }
  .mobile-slider .slider__slide-6 .slider-image {
    max-height: 49vh;
  }
  .mobile-slider .slider__slide-5 {
    padding-bottom: 90px;
  }
  .services .slider-mob-img {
    position: absolute;
    height: 100vh;
    width: 100%;
    top: -119px;
    top: 0;
    top: -51px;
    object-fit: cover;
  }
  .mobile-slider .slider__slide-6 {
    padding-bottom: 14vh;
  }

  .contact-line__item a:not(.contact-line__title) {
    display: none;
  }
  .contact-line {
    padding: 0 15px;
  }
  /* .contact .vimeo svg {
    fill: #38baf7;
  }
  .contact .vimeo {
    border: 2px solid #38baf7;
  }
  .contact .inst svg {
    fill: #f2379c;
  }
  .contact .inst {
    border: 2px solid #f2379c;
  }
  .contact .whats-app svg {
    fill: #31d754;
  }
  .contact .whats-app {
    border: 2px solid #31d754;
  } */
  .contact{
    height: 100vh;
  }
  .contact .container{
    height: 100%;
  }
  .body .social{
    bottom: auto;
    /* top: ; */
  }
  .menu{
    padding: 0 2px;
  }
  .menu a{
    font-size: 15px;
  
  }
  .menu .menu__item + .menu__item {
    margin-left: 17px;
}
.contact__img{
  max-width:  206px;
  object-fit: contain;
}
.contact__img_holder{
  margin-top: 93px;
}
.contact-line{
  top: 161px;
}
.contact__img_holder{
  margin-top: 165px;
  margin-bottom: auto;
}
.contact-line{
  top: 24px;
  /* transform: translateY(-50%); */
}
.menu a:hover {
  color: #6957C9;

}
.menu a:hover:after {
  width: 0;
  height: 0;
}
div.main_img_holder.contact__img_holder > div > div:nth-child(1) > a.contact-line__title {
	/* padding-left: 10px; */
	justify-content: flex-end;
	padding-right: 22px;
}

}

@media (max-width: 414px) {
  .text__block-5 {
    margin-bottom: 0px;
  }
}

@media (max-width: 414px) and (min-height: 840px) {
  .text__block-5 {
    margin-bottom: 60px;
  }
}

@media (max-width: 375px) and (min-height: 800px) {
  .text__block-5 {
    margin-bottom: 30px;
  }
}

@media (max-width: 375px) and (max-height: 668px) {
  .text__block-5 {
    margin-bottom: 40px;
  }
}

@media (max-width: 360px) {
  .text__block-5 {
    margin-bottom: 0px;
  }
}

@media (max-width: 361px) and (min-height: 560px) {
  .text__block-5 {
    margin-bottom: 0px;
  }
}

@media (max-width: 360px) and (min-height: 720px) {
  .text__block-5 {
    margin-bottom: 20px;
  }
}

@media (max-width: 360px) and (min-height: 760px) {
  .text__block-5 {
    margin-bottom: 30px;
  }
}

@media (max-width: 320px) {
  .mobile-slider .slider__slide {
    padding-top: 20px;
  }
  .services .slider-mob-img {
    top: -22px;
  }
}

.cover-screen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
	/* background: #000; */
	background:url(../img/shirma.png) no-repeat;
	background-size:cover;
  z-index: 100;
}

.cover-position-1 {
  left: 14.64%;
}

.cover-position-2 {
  left: 29.64%;
}

.cover-position-3 {
  left: 50.64%;
}

.cover-position-4 {
  left: 78.64%;
}

.cover-position-5 {
  left: 85.64%;
}

.cover-position-6 {
  left: 100.64%;
}

.about {
  height: 100vh;
  background-color: #000;
}
.about .container {
  height: 100%;
  min-height: 100vh;
  max-height: 1100px;
  max-width: 1366px;
  width: 100%;
  padding: 0 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}
.about .img-part {
  position: absolute;
  top: 0;
	left: 0;
	/* left: 150px; */
  height: 100%;
  min-height: 570px;
}
.about .img-part  {
  height: 100%;
  overflow: hidden;
  height: 91vh;
  top: 70px;
  
}
.about .img-part img{
  height: 100%;
}
.about .text-part {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-width: 653px;
  width: 52.2%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: justify;
  margin: 15px 0;
  position: relative;
  z-index: 2;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about .text-part p {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.025em;
}
.about .text-part p:first-child{
  margin-bottom: 14px;
}
.about .text-part p + p {
  margin-top: 19px;
}
.about .social {
  position: static;
  margin: 0 auto;
  margin-bottom: 40px;
  -webkit-transform: translateX(-7%);
  -ms-transform: translateX(-7%);
  transform: translateX(-7%);
}

@media (min-width: 1700px) {
  .about .text-part {
    max-width: unset;
  }
  .about .text-part p {
    line-height: 26px;
  }
}

@media (max-width: 1600px) {
  .about .text-part {
    max-width: 763px;
	}
	.about .img-part  {
		left: 150px;
	}
}

@media (max-width: 1300px) {
  .about .text-part p + p {
    margin-top: 15px;
  }
}

@media (max-width: 1270px) {
  .about .container {
    min-height: 750px;
  }
  .about .text-part {
    width: 50%;
  }
  .about .text-part p + p {
    margin-top: 12px;
  }
  .about .text-part p {
    font-size: 15px;
    line-height: 17px;
  }
  .about .img-part {
    min-height: 750px;
    max-height: 800px;
	}

}

@media (max-height: 650px) and (max-width: 1500px)  {
	/* html {
		zoom:75%;
	}
	.page {
		height: calc(var(--vh, 1vh) * 133);
	}
	.services .container {
		height:133vh!important;
	}
	.about {
		overflow: hidden;
		height: 133vh;
	}
	.about .container {
		height: 133%;
	}
	.contact .container {
		height: 133vh;
	}
	.first-screen .container {
		height:133vh;
	}
	.text__block-5 {
		left: 74.81%;
    top: 4%;
	}
	.text__block-1 {
		left: -4.86%;
		top: 16.63%;
	}
	.text__block-2 {
		left:11.1%;
		top:10.77%;
	}
	.text__block-3 {
		left: 8.7%;
    bottom: 5.5%;
	}
	.text__block-6 {
		left:unset;
		top: 9%;
		right: -11%;
	}
	.text__block-4 {
		left: 70.67%;
    bottom: 8%;
	}
	.wineglass {
		width: 330px!important;
	} */

	/* html {
		transform: scale(.75);
	} */
	/* body {
		transform: scale(.75);
	} */

	.about .img-part {
		left: -11px;
	}
	.main-illustr {
		max-width: 39vw;
	}
	.text__block-5 {
		left: unset;
		right: 10%;
		top:3%;
	
	}
	.text__block-3 {
		bottom: 5.5%;
	}
	.text__block-6 {
		left: unset;
		right: -4%;

	}
	.text__block-2 {
		top: 9.77%;
	}
}

@media (max-width: 900px) {
  .about {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    background: #020a1a;
  }
  .about .img-part {
    position: static;
    height: auto;
    padding-top: 80px;
    min-height: unset;
  }
  .about .img-part .mob-img {
    max-width: 100vw;
    height: auto;
  }
  .about .desc-img {
    display: none;
  }
  .about .mob-img {
    display: block;
  }
  .about .container {
    height: auto;
    min-height: inherit;
    max-height: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 30px;
  }
  .about .text-part {
    width: 100%;
    max-width: unset;
    margin-top: 30px;
    padding-bottom: 75px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    display: block;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -webkit-flex-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    padding-bottom: 62px;
  }
  .about .social {
    height: 145px;
    bottom: 0;
    padding-top: 25px;
    background: #020a1a;
    z-index: 5;
    /* position: -webkit-sticky; */
    position: fixed;
    bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100vw;
    padding-bottom: 15px;
    margin-left: 0px;
    margin-bottom: 0;
    left: auto;
    padding-left: 30px;
    padding-right: 30px;
    background:#000;
  }
  .contact__img_holder{
   width: 100%;
  }
}

@media (max-width: 500px) {
  .about .container {
    padding: 0;
  }
  .about .text-part{
    padding: 0 20px;
    padding-bottom: 82px;
  }
  .about .social {
    height: 85px;
    bottom: 0;
    padding-top: 19px;
    margin-left: 0px;
    padding-left: 0;
    padding-right: 0;
    position: fixed;



 
   
  }
  .about .text-part p {
    font-size: 15px;
    line-height: 18px;
  }
  .about .img-part {
    padding-top: 17px;
  }

  h1{
    font-size: 25px;
    margin-top: 63px;
    line-height: 30px;
  }
  .main_img_holder{
    margin-top: auto;
    margin-bottom: auto;
    transform: translateY(-44px);
  }
  h5{
    font-size: 18px;
  }

  .contact-line__item a{
    font-size: 16px;

  }
  .contact-line__item{
    width: 36%;
  }
  .contact__img_holder{
    /* transform: none; */
  }
  .contact__img{
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 360px) {
.contact-line{

}
}

@media (max-width: 348px) {
.contact__img{
  max-width: 177px;
}
}

