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

.start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }

.end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

.around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around; }

.alc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.alstart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.alend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end; }

.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

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

*::selection {
  background-color: #FE7474;
  color: #fff; }

::-webkit-scrollbar {
  width: 5px;
  position: relative;
  right: -5px; }

::-webkit-scrollbar-track {
  background-color: transparent; }

::-webkit-scrollbar-thumb {
  width: 5px;
  background-color: #FE7474; }

.header ::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: transparent; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Tenor Sans", sans-serif, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

.hidden {
  overflow: hidden;
  position: relative; }
  .hidden:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 50; }

main {
  overflow: hidden; }

.container {
  max-width: 1600px;
  min-width: 320px;
  margin: auto;
  padding: 0 30px; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  padding-bottom: 20px; }

p {
  margin-top: 0;
  padding-bottom: 20px; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0; }

ul {
  list-style-type: none; }

li {
  padding-left: 0; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #373737;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: all 0.3s ease; }

a:hover {
  text-decoration: none; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0;
  border: none; }

button:focus {
  outline: none; }

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0;
  font-weight: 400;
  color: #131313; }

h1 {
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
  letter-spacing: -0.05em; }

h2 {
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: -0.05em; }

h3 {
  font-size: 26px;
  line-height: 36px;
  letter-spacing: -0.05em; }

h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  font-family: "Manrope", sans-serif;
  color: #373737;
  padding-bottom: 0;
  margin-bottom: 10px; }

/* STYLE.CSS */
/*------------------------------------------------------------------------------*/
/* This is main CSS file that contains custom style rules used in this template */
/*------------------------------------------------------------------------------*/
/* Template Name: Astra Cosmetics */
/* Version: 1.0 Initial Release */
/* Build Date: 20-07-2021 */
/* Author: Roman Roman */
/* Copyright: (C) 2021 */
/*------------------------------------------------------------------------------*/
/*===============================================
                      HEADER
=================================================*/
.header {
  min-width: 320px;
  width: 100%;
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 20px 60px;
  transition: all 0.45s ease;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.5); }
  .header .burger {
    width: 110px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    cursor: pointer;
    padding: 15px 0; }
    .header .burger__item {
      width: 100%;
      height: 2px;
      position: absolute;
      background-color: #FE7474;
      transition: all 0.2s ease; }
      .header .burger__item:first-child {
        top: 10px; }
      .header .burger__item:last-child {
        bottom: 10px; }
  .header nav {
    max-width: 1540px;
    margin: auto;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    padding: 70px 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.45s ease; }
    .header nav ul:not(.language-chooser) a, .header nav ul:not(.language-chooser) span {
      display: block;
      padding: 20px 0;
      border-bottom: 1px solid #EEEEEE;
      transition: all 0.2s ease; }
      @media (hover: hover) {
        .header nav ul:not(.language-chooser) a:hover, .header nav ul:not(.language-chooser) span:hover {
          background-color: #FE7474;
          color: #373737; } }
    .header nav ul:not(.language-chooser) span {
      background-color: #FE7474;
      color: #373737; }
  .header ul {
    text-align: center; }
    .header ul li:last-of-type a {
      border-bottom: none; }
  .header .lang-box {
    text-transform: uppercase;
    font-family: "Manrope", sans-serif; }
    .header .lang-box span, .header .lang-box a {
      display: inline-block;
      padding: 0 5px;
      transition: all 0.2s ease;
      font-weight: 600;
      font-size: 14px;
      line-height: 17px; }
      .header .lang-box span:hover, .header .lang-box a:hover {
        color: #FE7474; }
    .header .lang-box li {
      display: inline-block; }
    .header .lang-box li.active a, .header .lang-box li.active span {
      color: #FE7474; }

.mobil-lang-box {
  display: none;
  text-transform: uppercase;
  font-family: "Manrope", sans-serif;
  text-align: center;
  margin-top: 25px; }
  .mobil-lang-box span, .mobil-lang-box a {
    display: inline-block;
    padding: 0 7px;
    transition: all 0.2s ease;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px; }
    .mobil-lang-box span:hover, .mobil-lang-box a:hover {
      color: #FE7474; }
  .mobil-lang-box li.active a, .mobil-lang-box li.active span {
    color: #FE7474; }

.header.menu-open {
  background-color: #fff;
  z-index: 100000; }
  .header.menu-open nav {
    opacity: 1;
    visibility: visible;
    top: 100%; }
    .header.menu-open nav:before {
      content: '';
      position: absolute;
      top: 0;
      right: -1000%;
      left: 0;
      bottom: 0;
      background-color: #fff;
      z-index: -1; }
    .header.menu-open nav:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      left: -1000%;
      bottom: 0;
      background-color: #fff;
      z-index: -1; }
  .header.menu-open .burger {
    width: 47px;
    height: 30px; }
    .header.menu-open .burger__item {
      top: 50%;
      transform: translateY(-50%); }
      .header.menu-open .burger__item:first-child {
        transform: rotate(45deg) translateY(-50%); }
      .header.menu-open .burger__item:last-child {
        transform: rotate(-45deg) translateY(-50%); }
  .header.menu-open .logo-box span {
    color: #373737; }

.header.sticky {
  padding-top: 7px;
  padding-bottom: 7px;
  visibility: visible !important;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05); }
  .header.sticky .logo-box img {
    max-width: 90px; }
  .header.sticky .logo-box span {
    font-size: 12px;
    line-height: 15px; }

.logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .logo-box span {
    margin-left: 15px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    font-family: "Manrope", sans-serif; }
  .logo-box img {
    max-width: 112px; }

/*===============================================
                      FOOTER
=================================================*/
.footer {
  padding: 100px 0 50px;
  border-top: 1px solid #F0EEEE; }
  .footer span, .footer a {
    display: block;
    transition: all 0.2s ease; }
  .footer a:hover {
    color: #FE7474; }
  .footer .title {
    color: #747474;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: "Manrope", sans-serif; }
  .footer .contact-box {
    margin-bottom: 20px; }
    .footer .contact-box:last-of-type {
      margin-bottom: 0; }
  .footer nav a, .footer nav span {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
    font-family: "Manrope", sans-serif; }
  .footer nav span {
    color: #FE7474; }

.footer-top-block, .footer-bottom-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .footer-top-block__item:first-of-type, .footer-bottom-block__item:first-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%; }
  .footer-top-block__item:nth-of-type(2), .footer-bottom-block__item:nth-of-type(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 27%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 27%;
    -ms-flex: 0 0 27%;
    flex: 0 0 27%; }
  .footer-top-block__item:nth-of-type(3), .footer-bottom-block__item:nth-of-type(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 18%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 18%;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%; }
  .footer-top-block__item:last-of-type, .footer-bottom-block__item:last-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    text-align: right; }

.footer-bottom-block {
  font-size: 14px;
  color: #747474;
  font-family: "Manrope", sans-serif;
  margin-top: 80px; }

span.bottom-link {
  color: #FE7474; }

.develop-box span {
  display: inline-block; }
.develop-box svg {
  max-width: 53px;
  vertical-align: middle;
  margin-left: 14px; }

.social-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }
  .social-box a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border: 1px solid #EFEFEF;
    margin-left: 4px; }
    .social-box a:hover {
      border-color: #FE7474;
      background-color: #FE7474; }
      .social-box a:hover svg path {
        fill: #373737; }

/*===============================================
                      MAIN
=================================================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999; }

.btn {
  display: inline-block;
  min-width: 200px;
  height: 60px;
  padding: 0 20px;
  line-height: 60px;
  font-size: 15px;
  font-family: "Manrope", sans-serif;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease; }

.pink-btn {
  background-color: #FE7474;
  color: #fff; }
  .pink-btn:hover {
    background-color: #ADBFFD;
    color: #131313; }

.main .top-section .text-box {
  position: relative;
  padding: 80px 10%;
  box-sizing: border-box;
}
/*
.main .top-section .text-box:before {
  content: '';
  position: absolute;
  left: 40%;
  bottom: 20%;
  transform: translateX(-100%) rotate(-45deg);
  width: 35%;
  height: 1px;
  background-color: #E8E5E5;
}

.main .top-section .text-box:after {
  content: '';
  position: absolute;
  right: 35%;
  top: 25%;
  transform: translateX(100%) rotate(-45deg);
  width: 35%;
  height: 1px;
  background-color: #E8E5E5;
}
*/

.top-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100vh; }
  .top-section span {
    display: block;
    font-size: 18px;
    margin-bottom: 20px; }
  .top-section h1 {
    max-width: 560px;
    position: relative;
    padding-bottom: 0; }
  .top-section .img-box {
    width: 50%; }
    .top-section .img-box img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .top-section .text-box {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    text-align: center; }
.top-section .text-box img:last-of-type {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 180px;
  height: auto;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}


.main-info-section {
  display: none !important;
}
  padding: 140px 25px 50px;
  background-color: #FE7474;
  position: relative;
  overflow: hidden; }
  .main-info-section:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url(../img/Group.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    z-index: 1; }

.main-info-block {
  max-width: 820px;
  margin: auto;
  text-align: center; }
  .main-info-block img {
    max-width: 395px;
    z-index: 5;
    opacity: 0.75; }
  .main-info-block h2 {
    z-index: 10;
    position: relative;
    top: -125px;
    padding-bottom: 0; }

.cart-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .cart-block__item {
    width: 50%;
    min-height: 800px;
    padding: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
    text-align: center; }
    @media (hover: hover) {
      .cart-block__item:hover:not(.info-item) img {
        opacity: 0.7;
        transform: scale(1.2); }
      .cart-block__item:hover:not(.info-item) a {
        top: 0;
        opacity: 1;
        visibility: visible; } }
    .cart-block__item .circle-list li {
      margin-top: 10px; }
      .cart-block__item .circle-list li:before {
        top: 8px; }
    .cart-block__item h3, .cart-block__item a, .cart-block__item span {
      max-width: 405px; }
    .cart-block__item a {
      position: relative;
      top: 25px;
      opacity: 0;
      visibility: hidden;
      font-family: "Manrope", sans-serif;
      font-size: 14px; }
      .cart-block__item a:hover {
        color: #FE7474; }
  .cart-block .title {
    position: absolute;
    top: 40px;
    left: 60px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px; }
  .cart-block img {
    max-width: 210px;
    transition: all 0.3s ease; }
  .cart-block .text-box {
    min-width: 405px;
    position: absolute;
    top: 310px;
    left: 50%;
    transform: translateX(-50%); }
  .cart-block .info-item:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url(../img/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.6;
    z-index: -1; }
  .cart-block .info-item .circle-img {
    margin-bottom: 50px; }
  .cart-block .info-item img:not(.circle-img) {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .cart-block .info-item span, .cart-block .info-item a {
    display: block; }
  .cart-block .info-item a {
    opacity: 1;
    visibility: visible;
    top: 0;
    font-size: 14px;
    margin-bottom: 15px; }
  .cart-block .big-font {
    font-size: 150px;
    line-height: 135px;
    margin-bottom: 25px; }

.circle-img {
  animation: circleRotate 12s linear 1s infinite; }

.orange-item {
  background-color: #F5CBC4; }

.violet-item {
  background-color: #ADBFFD; }

.pink-item {
  background-color: #FDD9E4; }

.light-pink-item {
  background-color: #FDF5F3; }

.grey-item {
  background-color: #F7F7F7; }

.blue-item {
  background-color: #F1F8FC; }

.brown-item {
  background-color: rgba(208, 164, 136, 0.2); }

.cart-block.not-center .cart-block__item:not(.info-item) {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  text-align: left; }
  .cart-block.not-center .cart-block__item:not(.info-item) img {
    max-width: 60%;
    margin-bottom: 15px; }
  .cart-block.not-center .cart-block__item:not(.info-item) .text-box {
    width: 100%;
    position: initial;
    transform: none; }
  .cart-block.not-center .cart-block__item:not(.info-item) h3 {
    padding-bottom: 0;
    margin-left: 0; }

@keyframes circleRotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.production-section {
  margin: 140px 0; }
  .production-section h2 {
    max-width: 523px;
    margin: auto;
    text-align: center;
    margin-bottom: 50px; }

.production-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "first first second third" "fourth fourth second third";
  grid-auto-rows: 200px; }
  .production-block__item {
    background-repeat: no-repeat;
    min-height: 420px;
    text-align: center; }
    .production-block__item:first-of-type {
      grid-area: first;
      background-color: rgba(245, 203, 196, 0.2);
      padding-top: 150px;
      background-size: contain; }
      .production-block__item:first-of-type .text-box {
        width: 50%;
        margin-left: auto; }
    .production-block__item:nth-of-type(2) {
      grid-area: second;
      padding-top: 150px;
      background-position: center; }
    .production-block__item:nth-of-type(3) {
      grid-area: third;
      background-color: rgba(208, 164, 136, 0.2);
      padding-top: 570px;
      background-size: contain; }
    .production-block__item:last-of-type {
      grid-area: fourth;
      padding-top: 150px; }
      .production-block__item:last-of-type .text-box {
        width: 50%;
        margin-right: auto; }
  .production-block .text-box {
    width: 100%;
    padding: 10px; }
  .production-block h3 {
    max-width: 200px;
    margin: auto;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.05em;
    padding-bottom: 10px; }
  .production-block .hash-tag {
    display: inline-block;
    font-size: 15px;
    font-family: "Manrope", sans-serif;
    border: 1px solid #D2D2D2;
    border-radius: 50px;
    color: #575757;
    padding: 1px 7px;
    margin: 0 0 5px; }

.specialization-block {
  position: relative;
  background-color: #ADBFFD;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .specialization-block:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url(../img/sp-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.05;
    z-index: 0; }
  .specialization-block .text-box, .specialization-block .img-box {
    width: 50%;
    z-index: 15; }
  .specialization-block .text-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative; }
    .specialization-block .text-box h2, .specialization-block .text-box p, .specialization-block .text-box span {
      display: block;
      max-width: 625px;
      padding-right: 60px;
      margin-left: auto; }
    .specialization-block .text-box p {
      font-family: "Manrope", sans-serif;
      max-width: 365px;
      padding-bottom: 0;
      margin-bottom: 0; }
    .specialization-block .text-box .title {
      position: absolute;
      top: 40px;
      left: 40px;
      font-family: "Manrope", sans-serif; }
  .specialization-block .img-box {
    margin-top: -22px; }
    .specialization-block .img-box img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: bottom right; }

.experience-section {
  position: relative;
  top: -350px;
  padding: 500px 0 140px;
  background: linear-gradient(0deg, #F5CBC4, #F5CBC4);
  z-index: -1;
  margin-bottom: -350px; }
  .experience-section h2, .experience-section p {
    max-width: 720px;
    margin: auto;
    text-align: center; }
  .experience-section p {
    font-family: "Manrope", sans-serif;
    padding-bottom: 50px; }
  .experience-section .experience-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .experience-section .experience-block__item {
      min-height: 300px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      padding: 40px; }
      .experience-section .experience-block__item:first-of-type {
        background-color: rgba(255, 255, 255, 0.6); }
      .experience-section .experience-block__item:nth-of-type(2) {
        background-color: rgba(255, 255, 255, 0.7); }
      .experience-section .experience-block__item:nth-of-type(3) {
        background-color: rgba(255, 255, 255, 0.8); }
      .experience-section .experience-block__item:last-of-type {
        background-color: rgba(255, 255, 255, 0.95); }
      .experience-section .experience-block__item span, .experience-section .experience-block__item p {
        text-align: left;
        padding-bottom: 0;
        margin: 0; }
      .experience-section .experience-block__item p {
        font-size: 15px; }
      .experience-section .experience-block__item .title {
        font-size: 50px;
        line-height: 50px;
        letter-spacing: -0.05em;
        color: #FE7474; }

.contact-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .contact-section .text-box, .contact-section .map-block {
    width: 50%; }
  .contact-section .text-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    position: relative; }
    .contact-section .text-box:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background-image: url(../img/contact-bg.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      opacity: 0.3;
      z-index: -1; }
  .contact-section .title-box {
    max-width: 410px;
    margin: 0 auto 175px; }
    .contact-section .title-box span {
      display: block;
      margin-bottom: 20px; }
  .contact-section .personal-info-box {
    position: absolute;
    bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 65px; }
    .contact-section .personal-info-box__item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      padding: 35px 25px;
      border: 1px solid #E5E5E5;
      border-right: none; }
      .contact-section .personal-info-box__item:last-of-type {
        border-right: 1px solid #E5E5E5; }
    .contact-section .personal-info-box p {
      padding-bottom: 0;
      margin-bottom: 0;
      font-family: "Manrope", sans-serif;
      font-size: 14px; }
  .contact-section .map-block {
    position: relative; }
  .contact-section .contact-box {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    position: absolute;
    bottom: 50px;
    padding: 0 25px; }
    .contact-section .contact-box__item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      position: relative;
      width: 100%;
      max-width: 325px;
      min-height: 170px;
      font-family: "Manrope", sans-serif;
      font-weight: 600; }
      .contact-section .contact-box__item:first-of-type {
        background-color: #F5CBC4; }
      .contact-section .contact-box__item:last-of-type {
        background-color: #ADBFFD; }
      .contact-section .contact-box__item img {
        max-width: 20px;
        position: absolute;
        top: 20px;
        left: 20px; }
      .contact-section .contact-box__item span, .contact-section .contact-box__item a, .contact-section .contact-box__item p {
        text-align: center; }
  .contact-section #map {
    min-height: 900px; }
  .contact-section .map-info {
    padding: 5px;
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
    color: #FE7474;
    text-align: center; }

.instagram-section {
  margin: 140px 0; }
  .instagram-section .eapps-instagram-feed-title {
    max-width: 490px;
    padding-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: "Tenor Sans", sans-serif;
    letter-spacing: -0.05em; }

.error-section {
  min-height: 100vh;
  padding: 50px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: "Manrope", sans-serif; }
  .error-section:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url(../img/contact-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.3;
    z-index: -1; }
  .error-section img {
    max-width: 100%; }

.privacy-section {
  padding: 190px 0 50px;
  position: relative; }
  .privacy-section h1 {
    text-align: center;
    margin-bottom: 30px; }
  .privacy-section:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url(../img/contact-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.3;
    z-index: -1; }

.privacy-block {
  max-width: 1000px;
  min-width: 320px;
  padding: 0 30px;
  margin: auto; }
  .privacy-block h3 {
    text-align: center;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -0.05em;
    margin-bottom: 12px; }
  .privacy-block p {
    font-family: "Manrope", sans-serif;
    line-height: 28px;
    padding-bottom: 0; }
  .privacy-block .privacy-list li {
    margin-top: 50px; }
    .privacy-block .privacy-list li a {
      color: #FE7474; }
    .privacy-block .privacy-list li:first-of-type {
      margin-top: 0; }

.circle-list li {
  padding-left: 30px;
  position: relative;
  font-family: "Manrope", sans-serif;
  margin-top: 20px; }
  .circle-list li:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 8px;
    left: 0;
    border: 2px solid #FE7474;
    border-radius: 50%; }

.text-info-section {
  padding: 140px 0;
  position: relative; }
  .text-info-section:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url(../img/br-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.3;
    z-index: -1; }
  .text-info-section .container {
    position: relative; }
  .text-info-section .circle-img {
    position: absolute;
    top: 0;
    right: 0; }

.text-info-block .text-info__item {
  width: 50%; }
  .text-info-block .text-info__item:last-of-type {
    margin-left: auto; }
.text-info-block h2 {
  max-width: 460px;
  margin-left: auto;
  margin-right: -50px; }
.text-info-block p {
  max-width: 290px;
  margin-right: auto;
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: "Manrope", sans-serif; }

.development .text-info-block h2 {
  max-width: 635px;
  margin-right: -180px; }
.development .cart-block.not-center .cart-block__item:not(.info-item) img {
  margin-bottom: 20px;
  transform: none !important; }

.branding .cart-block.not-center .cart-block__item:not(.info-item) img {
  transform: none !important; }

.production .text-info-section:after {
  content: none; }
.production .text-info-block .text-info__item {
  width: 100%;
  margin: auto !important; }
  .production .text-info-block .text-info__item:last-of-type {
    max-width: 760px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
  .production .text-info-block .text-info__item p {
    max-width: 360px; }
  .production .text-info-block .text-info__item h2 {
    max-width: 690px;
    text-align: center;
    margin: auto; }

.production-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .production-info-block__item {
    width: 50%;
    min-height: calc(100vw / 2);
    max-height: 900px;
    padding: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .production-info-block__item:first-of-type {
      position: relative; }
      .production-info-block__item:first-of-type:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-image: url(../img/prod-bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.3;
        z-index: -1; }
    .production-info-block__item:last-of-type {
      position: relative; }
      .production-info-block__item:last-of-type:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-image: url(../img/prod-bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.3;
        z-index: -1; }
    .production-info-block__item img {
      width: 50%; }
    .production-info-block__item .text-box {
      max-width: 570px; }

.certificate-section {
  margin: 120px 0;
  text-align: center; }
  .certificate-section h2 {
    max-width: 676px;
    margin: auto; }
  .certificate-section p {
    max-width: 467px;
    margin: 0 auto 30px; }

.certificate-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .certificate-block__item {
    width: 50%;
    padding: 90px 25px 0; }
    .certificate-block__item:first-of-type {
      background-color: rgba(245, 203, 196, 0.8); }
    .certificate-block__item:last-of-type {
      background-color: #f5cbc4; }
    .certificate-block__item img {
      width: 100%;
      max-width: 400px;
      position: relative;
      bottom: -50px; }
  .certificate-block .title {
    display: block;
    font-weight: 600;
    font-family: "Manrope", sans-serif; }

.category-section {
  margin: 170px 0 120px; }
  .category-section h2 {
    max-width: 676px;
    margin: auto;
    text-align: center;
    margin-bottom: 30px; }

.category-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .category-block__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 40px; }
    .category-block__item .img-box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      min-width: 40%;
      padding-right: 25px; }
      .category-block__item .img-box img {
        max-width: 183px; }
  .category-block .circle-list li {
    margin-top: 5px; }
  .category-block h3 {
    font-size: 22px;
    line-height: 26px;
    max-width: 200px; }

.two-column .circle-list {
  column-count: 2; }

.popup {
  background-color: #fff;
  position: relative;
  border: 20px solid #ADBFFD;
  border-bottom: none; }
  .popup:after {
    content: '';
    width: 100%;
    height: 7px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -7px;
    background-color: #FE7474; }
  .popup .mfp-close {
    width: 30px;
    height: 30px;
    top: 15px;
    right: 15px;
    font-size: 0; }
    .popup .mfp-close:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 14px;
      width: 100%;
      height: 1px;
      background-color: #FE7474;
      transform: rotate(45deg); }
    .popup .mfp-close:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 14px;
      width: 100%;
      height: 1px;
      background-color: #FE7474;
      transform: rotate(-45deg); }
  .popup .title {
    display: block;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #131313;
    margin-bottom: 30px; }

.question-popup {
  max-width: 700px;
  margin: auto;
  padding: 100px; }

form .btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 35px; }
form .wpcf7-not-valid-tip {
  display: none; }

.form__input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: rgba(245, 203, 196, 0.2);
  border: 1px solid transparent;
  padding: 0 30px;
  margin-bottom: 1px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  outline: none; }
  .form__input::placeholder {
    color: #747474;
    font-family: "Manrope", sans-serif;
    font-size: 14px; }

.form__textarea {
  width: 100%;
  height: 150px;
  background-color: rgba(245, 203, 196, 0.2);
  border: 1px solid transparent;
  padding: 20px 30px;
  resize: none;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  outline: none; }
  .form__textarea::placeholder {
    color: #747474;
    font-family: "Manrope", sans-serif;
    font-size: 14px; }

.checkbox-captcha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .checkbox-captcha .wpcf7-form-control-wrap {
    display: none; }

.captcha-box {
  max-width: 143px; }

.checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: left;
  font-size: 13px;
  line-height: 18px;
  margin-top: 3px;
  margin-bottom: 0;
  user-select: none;
  cursor: pointer; }

.input-checkbox[type=checkbox] {
  width: 0;
  visibility: hidden; }

.custom-checkbox {
  position: relative;
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #131313;
  transition: all linear .3s;
  border-radius: 1px; }

.input-checkbox.error ~ .custom-checkbox {
  border-color: red; }

.input-checkbox[type=checkbox]:checked ~ .custom-checkbox {
  background: #FE7474;
  border: none;
  border-radius: 0; }

.input-checkbox[type=checkbox]:checked ~ .custom-checkbox:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 7px;
  width: 6px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  z-index: 1; }

.custom-checkbox:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

.input-checkbox[type=checkbox]:checked ~ .custom-checkbox:after {
  content: '';
  z-index: -1; }

.checkbox-text {
  font-family: "Manrope", sans-serif;
  font-size: 13px; }

input.error, textarea.error {
  border-color: red; }

.thanks-popup {
  max-width: 480px;
  margin: auto;
  padding: 70px 100px;
  text-align: center; }
  .thanks-popup p {
    font-family: "Manrope", sans-serif;
    padding: 0;
    margin: 0; }

.eapps-widget {
  z-index: 1 !important; }

/*===============================================
                      HEADER
=================================================*/
@media screen and (max-width: 1024px) {
  .header {
    padding: 13px 17px; }
    .header .burger {
      width: 48px;
      left: initial;
      right: 20px;
      transform: translateY(-50%); }
    .header .lang-box {
      display: none; }
    .header .mobil-lang-box {
      display: block; }
    .header .language-chooser li {
      display: inline-block; }

  .header.menu-open .burger {
    width: 48px;
    height: 20px; }

  .logo-box img {
    max-width: 90px; } }
@media screen and (max-width: 767px) {
  .header .lang-box a, .header .lang-box span {
    font-size: 13px;
    padding: 0 3px; }
  .header nav {
    padding: 30px 0 10px; }
    .header nav ul:not(.language-chooser) a, .header nav ul:not(.language-chooser) span {
      padding: 12.5px 0; }

  .header.menu-open .burger {
    width: 25px;
    height: 25px; }
    .header.menu-open .burger__item:first-child {
      transform: rotate(45deg) translateY(-25%); }
    .header.menu-open .burger__item:last-child {
      transform: rotate(-45deg) translateY(-25%); }
  .header.menu-open nav {
    height: 360px; }
    .header.menu-open nav ul {
      min-height: 250px; }

  .header.sticky .logo-box span {
    font-size: 9px;
    line-height: 11px;
    margin-left: 5px; }
  .header.sticky .logo-box img {
    max-width: 55px; }

  .logo-box span {
    font-size: 9px;
    line-height: 11px;
    margin-left: 5px; }
  .logo-box img {
    max-width: 55px; } }
/*===============================================
                      FOOTER
=================================================*/
@media screen and (max-width: 1600px) {
  .footer-top-block__item:first-of-type, .footer-bottom-block__item:first-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%; }
  .footer-top-block__item:nth-of-type(2), .footer-bottom-block__item:nth-of-type(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 27%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 27%;
    -ms-flex: 0 0 27%;
    flex: 0 0 27%; }
  .footer-top-block__item:nth-of-type(3), .footer-bottom-block__item:nth-of-type(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 18%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 18%;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%; }
  .footer-top-block__item:last-of-type, .footer-bottom-block__item:last-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%; } }
@media screen and (max-width: 1024px) {
  .footer {
    padding: 50px 0 20px; }

  .footer-top-block, .footer-bottom-block {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .footer-top-block__item {
    margin-bottom: 30px; }
    .footer-top-block__item:first-of-type {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
    .footer-top-block__item:nth-of-type(2) {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      padding-left: 105px; }
    .footer-top-block__item:nth-of-type(3) {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      padding-left: 105px; }
    .footer-top-block__item:last-of-type {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      text-align: left;
      padding-left: 105px; }

  .footer-bottom-block {
    margin-top: 0; }
    .footer-bottom-block__item {
      padding-left: 105px; }
      .footer-bottom-block__item:first-of-type {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1; }
      .footer-bottom-block__item:nth-of-type(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-bottom: 35px; }
      .footer-bottom-block__item:nth-of-type(3) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-bottom: 35px; }
      .footer-bottom-block__item:last-of-type {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1;
        text-align: left; }

  .social-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
    .social-box a {
      margin-left: 0;
      margin-right: 4px; } }
@media screen and (max-width: 767px) {
  .footer .logo-box span {
    font-size: 10px;
    line-height: 12px; }

  .footer-top-block__item, .footer-bottom-block__item {
    padding-left: 0 !important; }

  .footer-bottom-block {
    font-size: 12px; }

  .develop-box svg {
    max-width: 45px; } }
@media screen and (max-width: 360px) {
  .footer-top-block__item:nth-of-type(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .footer-top-block__item:nth-of-type(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }

  .develop-box svg {
    max-width: 44px;
    margin-left: 5px; } }
/*===============================================
                      MAIN
=================================================*/
@media screen and (max-width: 1600px) {
  .top-section .text-box img {
    max-width: 180px; }

  .container {
    max-width: 1199px; }

  .production-block__item {
    min-height: 310px; }
    .production-block__item:first-of-type {
      padding-top: 75px;
      background-size: 50%; }
    .production-block__item:nth-of-type(2) {
      padding-top: 75px; }
    .production-block__item:nth-of-type(3) {
      padding-top: 385px; }
    .production-block__item:last-of-type {
      padding-top: 75px; }

  .specialization-block .text-box {
    padding: 80px 0 40px; }
    .specialization-block .text-box h2, .specialization-block .text-box p {
      max-width: 100%;
      padding-right: 0;
      padding-left: 40px; }

  .category-block__item {
    width: 100%; } }
@media screen and (max-width: 1366px) {
  .cart-block__item a {
    top: 0;
    visibility: visible;
    opacity: 1; } }
@media screen and (max-width: 1199px) {
  .production-section .container {
    max-width: 767px; }

  .production-block {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-template-areas: "first first" "second third" "second third" "fourth fourth"; }
    .production-block__item {
      width: 100%;
      min-height: 380px; }
      .production-block__item:first-of-type {
        padding-top: 105px; }
      .production-block__item:nth-of-type(2) {
        background-size: cover;
        padding-top: 105px; }
      .production-block__item:nth-of-type(3) {
        padding-top: 500px; }
      .production-block__item:last-of-type {
        background-size: cover;
        padding-top: 105px; }

  .specialization-block .text-box p {
    max-width: 380px;
    margin-right: 40px; }
  .specialization-block .img-box {
    max-width: 90%;
    margin-left: auto; }

  .experience-section .experience-block {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .experience-section .experience-block__item {
      min-height: 250px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; }

  .contact-section {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .contact-section .text-box, .contact-section .map-block {
      width: 100%; }
    .contact-section #map {
      min-height: 450px; }
    .contact-section .contact-box {
      bottom: 20px; }
      .contact-section .contact-box__item {
        min-height: 100px; }
    .contact-section .title-box {
      margin: 60px auto 30px; }
    .contact-section .personal-info-box {
      position: initial;
      margin-bottom: 30px; }

  .cart-block.not-center .cart-block__item:not(.info-item) {
    min-height: initial; }
    .cart-block.not-center .cart-block__item:not(.info-item) img {
      margin-bottom: 75px; }

  .text-info-section .circle-img {
    right: 20px; } }
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 40px;
    line-height: 40px; }

  h2 {
    font-size: 30px;
    line-height: 40px; }

  .instagram-section .eapps-instagram-feed-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0; }

  .top-section h1 {
    max-width: 425px; }
  .top-section .text-box img {
    display: none; }

  .cart-block__item {
    min-height: initial; }

  .main-info-section {
    padding: 80px 25px 0; }
    .main-info-section h2 {
      top: -80px; }
    .main-info-section img {
      max-width: 300px; }

  .production-section, .instagram-section {
    margin: 60px 0; }

  .experience-section {
    padding: 420px 0 60px; }

  .cart-block__item {
    padding: 60px 20px; }
  .cart-block .title {
    top: 20px;
    left: 20px; } }
@media screen and (max-width: 991px) {
  .cart-block:not(.not-center) .cart-block__item {
    min-height: 550px; }

  .cart-block.not-center .cart-block__item:not(.info-item) img {
    margin-bottom: 25px; }

  .cart-block .text-box {
    min-width: 80%;
    top: 225px; }
    .cart-block .text-box h3 {
      font-size: 20px;
      line-height: 26px; }
  .cart-block .big-font {
    font-size: 100px;
    line-height: 95px; }
  .cart-block .circle-img {
    max-width: 130px; }

  .contact-section .personal-info-box {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px; }
    .contact-section .personal-info-box__item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      border: 1px solid #E5E5E5; }
      .contact-section .personal-info-box__item:first-of-type {
        border-right: none;
        border-bottom: none; }
      .contact-section .personal-info-box__item:nth-of-type(2) {
        border-bottom: none; }
      .contact-section .personal-info-box__item:nth-of-type(3) {
        border-right: none; }

  .specialization-block {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .specialization-block .text-box, .specialization-block .img-box {
      width: 100%; }
    .specialization-block .text-box {
      padding-right: 25px; }
      .specialization-block .text-box p {
        padding-left: 80px; }
    .specialization-block .img-box img {
      max-height: 500px; } }
@media screen and (max-width: 767px) {
  body {
    font-size: 16px; }

  h1 {
    font-size: 34px;
    line-height: 40px; }

  h2 {
    font-size: 22px;
    line-height: 32px; }

  h3 {
    font-size: 18px;
    line-height: 24px; }

  h4 {
    font-size: 14px;
    line-height: 17px; }

  .instagram-section .eapps-instagram-feed-title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0; }

  .btn {
    min-width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 14px; }

  .container {
    padding: 0 15px; }

  .circle-list li:before {
    top: 5px; }

  .main .top-section .text-box:after {
    width: 80px;
    top: 16%;
    right: 40%; }
  .main .top-section .text-box:before {
    width: 80px;
    bottom: 16%;
    left: 35%; }

  .top-section {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: initial; }
    .top-section span {
      margin-bottom: 10px; }
    .top-section h1 {
      max-width: 275px; }
      .top-section h1:before {
        left: 33%;
        bottom: 18%; }
      .top-section h1:after {
        top: -10%;
        right: 40%; }
    .top-section .img-box, .top-section .text-box {
      width: 100%; }
    .top-section .img-box img {
      max-height: 400px; }
    .top-section .text-box {
      padding: 30px 0; }
      .top-section .text-box span {
        font-size: 14px; }
      .top-section .text-box img {
        display: none; }

  .main-info-section {
    padding: 60px 15px 0; }
    .main-info-section img {
      max-width: 230px; }

  .main-info-block {
    margin-bottom: -35px; }
    .main-info-block h2 {
      top: -70px; }

  .cart-block__item {
    width: 100%;
    min-height: 415px; }
  .cart-block .title {
    font-size: 13px;
    top: 15px;
    left: 15px; }
  .cart-block img {
    max-width: 130px; }
  .cart-block .circle-list li {
    margin-top: 10px; }
  .cart-block .text-box {
    top: 50%;
    transform: translate(-50%, -50%); }
    .cart-block .text-box h3 {
      font-size: 18px;
      line-height: 24px; }
    .cart-block .text-box h3, .cart-block .text-box a, .cart-block .text-box span {
      margin: auto; }
  .cart-block .info-item .circle-img {
    max-width: 80px;
    margin-bottom: 20px; }
  .cart-block .info-item span {
    max-width: 200px; }
  .cart-block .big-font {
    letter-spacing: -0.05em;
    margin-bottom: 10px; }

  .experience-section {
    padding: 400px 0 60px; }
    .experience-section h2 {
      padding-bottom: 10px; }
    .experience-section p {
      font-size: 14px;
      line-height: 20px;
      padding: 0 15px 25px; }
    .experience-section .experience-block__item {
      min-height: 210px;
      padding: 18px; }
      .experience-section .experience-block__item p {
        font-size: 12px;
        padding: 0; }
    .experience-section .experience-block .title {
      font-size: 30px;
      line-height: 40px; }

  .specialization-block .text-box {
    padding-top: 60px;
    font-size: 14px;
    line-height: 20px; }
    .specialization-block .text-box h2 {
      padding-left: 20px; }
    .specialization-block .text-box .title {
      top: 20px;
      left: 20px;
      font-size: 13px; }

  .production-section .container {
    max-width: 345px; }
  .production-section h2 {
    max-width: 260px;
    margin: auto; }

  .production-block__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    min-height: 170px;
    padding-top: 0 !important; }
    .production-block__item:nth-of-type(2) {
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start; }
      .production-block__item:nth-of-type(2) .text-box {
        height: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center; }
    .production-block__item:nth-of-type(3) {
      -webkit-box-align: end;
      -ms-flex-align: end;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      align-items: flex-end; }
      .production-block__item:nth-of-type(3) .text-box {
        height: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center; }
  .production-block .text-box {
    padding: 5px; }
  .production-block h3 {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 5px;
    margin: 0; }
  .production-block .hash-tag {
    font-size: 9px;
    padding: 1px 5px;
    margin-bottom: 0; }

  .contact-section .contact-box {
    padding: 0 10px; }
    .contact-section .contact-box__item a, .contact-section .contact-box__item span {
      font-size: 13px;
      user-select: none;
      pointer-events: none; }
    .contact-section .contact-box__item img {
      max-height: 16px;
      top: 10px;
      left: 10px; }
  .contact-section .personal-info-box__item {
    padding: 25px 15px 20px; }
  .contact-section .personal-info-box p {
    font-size: 13px;
    line-height: 20px; }

  .privacy-section {
    padding: 85px 0 30px; }
    .privacy-section h1 {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 16px; }

  .privacy-block {
    padding: 0 15px; }
    .privacy-block h3 {
      font-size: 18px;
      line-height: 22px;
      padding-bottom: 18px;
      margin-bottom: 0; }
    .privacy-block p {
      font-size: 14px;
      line-height: 20px; }
    .privacy-block .privacy-list li {
      margin-top: 15px; }

  .circle-list {
    font-size: 14px;
    line-height: 20px; }
    .circle-list li {
      padding-left: 19px;
      margin-top: 15px; }

  .cart-block.not-center .cart-block__item:not(.info-item) {
    padding: 50px 15px 25px; }
    .cart-block.not-center .cart-block__item:not(.info-item) img {
      margin-bottom: 10px !important; }

  .development .cart-block.not-center .cart-block__item:not(.info-item) img {
    max-width: 50%; }

  .certificate-section {
    margin: 60px 0; }
    .certificate-section h2 {
      max-width: 189px; }
    .certificate-section p {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 10px; }

  .certificate-block__item {
    width: 100%;
    padding: 50px 70px 0;
    margin-bottom: 70px; }
    .certificate-block__item img {
      bottom: -40px; }
  .certificate-block .title {
    font-size: 13px;
    margin-bottom: -20px; }

  .text-info-section {
    padding: 60px 0; }
    .text-info-section .circle-img {
      display: none; }

  .text-info-block .text-info__item {
    width: 80%; }

  .development .text-info-block h2 {
    margin-right: 0; }

  .category-section {
    margin: 60px 0; }

  .category-block__item {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px; }
    .category-block__item .img-box {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      padding-right: 0;
      margin-bottom: 15px; }
      .category-block__item .img-box img {
        max-width: 120px;
        margin-left: 15px; }
  .category-block .circle-list li {
    margin-top: 11px;
    line-height: 15px; }

  .production .text-info-block .text-info__item p {
    font-size: 14px;
    line-height: 20px;
    padding-right: 10px; }

  .production-info-block__item {
    width: 100%;
    padding: 15px; }
    .production-info-block__item:nth-of-type(3) {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    .production-info-block__item .text-box {
      width: 100%;
      padding-top: 45px; }
  .production-info-block .img-item {
    min-height: 350px; }
  .production-info-block .circle-list li {
    margin-top: 10px; }
    .production-info-block .circle-list li:first-of-type {
      margin-top: 0; }

  .popup {
    border: 10px solid #ADBFFD;
    border-bottom: none; }
    .popup .mfp-close {
      width: 20px;
      height: 20px;
      top: 10px;
      right: 5px; }
    .popup .title {
      font-size: 20px;
      line-height: 36px;
      margin-bottom: 10px; }

  .question-popup {
    padding: 50px 20px; }

  .thanks-popup {
    padding: 50px; }
    .thanks-popup p {
      font-size: 14px;
      line-height: 24px; }

  .form__input {
    height: 50px;
    line-height: 50px;
    padding: 0 20px; }

  .form__textarea {
    height: 120px;
    padding: 10px 20px; }

  .checkbox-captcha {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .captcha-box {
    width: 100%;
    max-width: 100%;
    margin: 10px auto 0; }
    .captcha-box img {
      width: 100%; } }
@media screen and (max-width: 360px) {
  h1 {
    font-size: 27px;
    line-height: 35px; }

  .production-block__item {
    min-height: 155px; }

  .experience-section .container {
    padding: 0; } }

/*# sourceMappingURL=style.css.map */

.partners-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 20px auto; /* відступи зверху і знизу, автоматично вирівняння по горизонталі */
  padding: 0 20px; /* відступи по боках */
  max-width: 1200px; /* максимальна ширина контейнера */
}

.partner-logo {
  flex: 0 0 10%; /* встановлюємо flex-basis до 10% */
  max-width: 8%; /* максимальна ширина кожного логотипу */
  margin: 10px; /* додаємо відступи навколо логотипів */
  height: auto; /* висота автоматично пристосовується до пропорцій */
}

