@import url("https://fonts.googleapis.com/css2?family=Arsenal:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@300&display=swap");

/*! 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 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.header__logo--text {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 10px;
}

.header__logo span {
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 580px) {
  .header__logo span {
    font-size: 15px;
  }
}

@media screen and (max-width: 580px) {
  .header__logo {
    font-size: 60px;
  }
}

@media screen and (max-width: 964px) {
  .header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 10px;
  }
}

.header__contacts .contacts__phone::before {
  background-image: url(../img/phone.svg);
}

.header__contacts .contacts__mail::before {
  background-image: url(../img/mail-142.svg);
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: -80px;
  z-index: 100;
  background: #39559b;
}

@media screen and (max-width: 964px) {
  .header {
    top: -336px;
  }
}

@media screen and (max-width: 580px) {
  .header {
    top: -307px;
  }
}

.header__top,
.header__bottom {
  width: 100%;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 3vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 964px) {
  .header__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .header__top .header__logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .header__top .header__contacts {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .header__top .header__address {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.header__top .header__contacts .contacts__phone,
.header__top .header__address .contacts__phone {
  font-size: 22px;
  line-height: 31px;
  color: #fff;
}

.header__top .header__contacts .contacts__phone::before,
.header__top .header__address .contacts__phone::before {
  width: 30px;
  height: 35px;
  background-size: contain;
}

.header__top .header__contacts .contacts__phone::after,
.header__top .header__address .contacts__phone::after {
  left: 45px;
}

.header__top .address::before {
  background-image: url(../img/home.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.header__top .address.contacts__phone::after {
  background: #fff;
}

.header__top .header__contacts .contacts__phone::after {
  background: #fff;
}

.header__top .contacts__social-networks {
  margin-top: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__top .contacts__social-network {
  width: 35px;
  height: 35px;
  margin: 0 8px;
}

.header__top .header__time {
  font-size: 19px;
  line-height: 31px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  overflow-x: hidden;
  margin: 14px 0;
}

.header__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  height: 65px;
  width: 100%;
  background: #5e75ab;
  padding: 0 3vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header__bottom .nav__link {
  font-size: 18px;
}

@media screen and (max-width: 1200px) {
  .header__bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.header__logo {
  margin: 0;
}

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

.nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.nav__item {
  list-style-type: none;
  margin: 0 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav__link {
  position: relative;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  text-decoration: none;
  outline: none;
  color: #fff;
}

.nav__link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #fff;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.nav__link:hover::before {
  width: 100%;
  opacity: 1;
}

.header__btn {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.header__btn span,
.header__btn span::after,
.header__btn span::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 3px;
  background-color: #868686;
  border-radius: 1px;
  -webkit-transition: .5s;
  transition: .5s;
}

.header__btn span::after {
  top: -10px;
}

.header__btn span::before {
  bottom: -10px;
}

#header__toggle {
  display: none;
}

#header__toggle:checked~.header__btn>span::before {
  bottom: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

#header__toggle:checked~.header__btn>span::after {
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#header__toggle:checked~.header__btn>span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 1200px) {
  .header__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .nav {
    position: absolute;
    top: 56px;
    left: -320px;
    width: 320px;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: calc(100vh - 56px);
    background: #f7f0e8d9;
    -webkit-transition: .5s;
    transition: .5s;
  }

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

  .nav__item {
    margin: 15px 0;
  }

  .nav__item .nav__link {
    font-size: 22px;
  }

  .nav__link {
    font-size: 26px;
  }

  #header__toggle:checked~nav {
    left: 0;
    visibility: visible;
  }
}

.basket {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
}

.basket__btn {
  width: 40px;
  height: 40px;
  outline: none;
  border: 0;
  background-color: transparent;
  background-image: url(../img/shopping-cart.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.basket__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 22px;
  position: absolute;
  right: 0px;
  bottom: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px;
  border-radius: 10px;
  font-size: 16px;
  background-color: #cc3f3f;
  color: #fff;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0 50px;
  overflow-x: hidden;
  z-index: 0;
}

.gallery .swiper-container {
  width: 90vw !important;
  max-width: 1440px;
  overflow: visible;
}

.gallery .swiper-slide {
  position: relative;
  width: 30vw !important;
  max-width: 480px;
  height: 360px;
  -webkit-transition: .5s;
  transition: .5s;
  overflow: hidden;
}

.gallery .swiper-slide .swiper-slide-content {
  color: #fff;
  position: absolute;
  bottom: 10px;
  font-size: 18px;
  padding: 0 10px;
  opacity: 0;
  width: 100%;
}

@media screen and (min-width: 870px) {
  .gallery .swiper-slide-next {
    -webkit-transform: scale(1.1) translateY(7px);
    transform: scale(1.1) translateY(7px);
    -webkit-box-shadow: 0px 4px 19px -4px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 4px 19px -4px rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    overflow: hidden;
    z-index: 20;
  }

  .gallery .swiper-slide-next .swiper-slide-content {
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 1;
    background-color: #5e75ab49;
  }

  .gallery .swiper-slide {
    position: relative;
    width: 30vw !important;
    max-width: 480px;
    height: 360px;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
  }
}

@media screen and (max-width: 870px) {
  .gallery .swiper-slide {
    width: 100% !important;
    max-width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: static;
}

.shares {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.shares__container {
  position: relative;
  width: 100vw;
  max-width: 1110px;
  height: 500px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.35);
}

.post-wrap {
  max-width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.post-item {
  margin: 10px;
  max-width: 420px;
  border: 1px solid #a9b7cb;
}

.post-link {
  text-decoration: none;
  display: block;
}

.post-item-wrap {
  overflow: hidden;
  position: relative;
}

.post-item img {
  display: block;
  width: 100%;
  max-height: 440px;
}

.text-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  width: 86%;
  padding: 20px;
  background: #fff;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
  transition: -webkit-transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
  transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
  transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93), -webkit-transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.post-item:hover .text-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93) 0.3s;
  transition: -webkit-transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93) 0.3s;
  transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93) 0.3s;
  transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93) 0.3s, -webkit-transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93) 0.3s;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background: #39559b;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.33, 0.02, 0, 0.93) 0.2s;
  transition: -webkit-transform 0.4s cubic-bezier(0.33, 0.02, 0, 0.93) 0.2s;
  transition: transform 0.4s cubic-bezier(0.33, 0.02, 0, 0.93) 0.2s;
  transition: transform 0.4s cubic-bezier(0.33, 0.02, 0, 0.93) 0.2s, -webkit-transform 0.4s cubic-bezier(0.33, 0.02, 0, 0.93) 0.2s;
}

.post-item:hover .overlay {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
  transition: -webkit-transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
  transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
  transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93), -webkit-transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
}

.image-wrapper {
  padding: 10px;
  background-color: #fcfcfc;
}

.post-cat {
  font-size: 16px;
  margin-bottom: 5px;
  color: #444444;
  font-weight: 500;
}

.post-title {
  font-size: 20px;
  font-weight: 400;
  color: #444444;
  font-weight: 700;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .post-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media (min-width: 960px) {
  .post-item {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
}

.shares__btn {
  position: relative;
  background: transparent;
  border: 0;
  font-size: 23px;
  line-height: 29px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  margin-top: 15px;
  -webkit-transition: .5s;
  transition: .5s;
  outline: none;
}

.shares__btn:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.shares__btn::before,
.shares__btn::after {
  position: absolute;
  content: url(../img/arrow-right.svg);
  height: 22px;
  top: 0;
  bottom: 0;
  right: -10px;
  margin: auto 0;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.shares__btn:hover::before {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.shares__btn:hover::after {
  opacity: 1;
  -webkit-transform: translateX(21px);
  transform: translateX(21px);
}

.services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 80px;
  width: 100%;
}

.services__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.card {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 380px;
  height: 420px;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background: #ffffff;
  padding: 15px 38px;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
  margin: 20px;
}

@media screen and (max-width: 1150px) {
  .card {
    margin: 20px;
  }
}

@media screen and (max-width: 580px) {
  .card {
    padding: 15px 22px;
    margin: 15px 5px;
    width: 300px;
    height: 380px;
  }
}

.card:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background: #5e75ab;
}

@media screen and (max-width: 580px) {
  .card:hover {
    -webkit-transform: none;
    transform: none;
  }
}

.card__name {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 35px;
  color: #424242;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 24px;
  font-weight: 600;
  color: #5e75ab;
}

@media screen and (max-width: 580px) {
  .card__name {
    font-size: 24px;
    line-height: 31px;
  }
}

.card:hover .card__name {
  color: #ffffff;
}

.card__name::before {
  background: #cab7a9;
  bottom: -4px;
  -webkit-transition: .3s;
  transition: .3s;
}

.card:hover .card__name::before {
  background: #ffffff;
}

.card__menu {
  padding-left: 8px;
}

.card__item {
  position: relative;
  list-style-type: none;
  font-size: 16px;
  line-height: 28px;
  color: #424242;
  margin-top: 5px;
  -webkit-transition: .3s;
  transition: .3s;
  word-break: break-all;
}

@media screen and (max-width: 580px) {
  .card__item {
    font-size: 19px;
  }
}

.card:hover .card__item {
  color: #ffffff;
}

.card:hover .card__item::before {
  background: #fff;
}

.card__item::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  left: -14px;
  top: 10px;
  margin: auto 0;
  background: #5e75ab;
  border-radius: 4px;
}

.card__btn {
  position: absolute;
  bottom: 15px;
  font-size: 23px;
  line-height: 29px;
  text-transform: uppercase;
  color: transparent;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}

.card__btn::before,
.card__btn::after {
  position: absolute;
  content: url(../img/arrow-right.svg);
  height: 22px;
  top: 0;
  bottom: 0;
  right: -10px;
  margin: auto 0;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.card:hover .card__btn {
  color: #fff;
}

.card:hover .card__btn::before {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.card:hover .card__btn::after {
  opacity: 1;
  -webkit-transform: translateX(21px);
  transform: translateX(21px);
}

.specialist {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 641px;
  width: 100%;
  padding: 30px 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.specialist::before {
  position: absolute;
  content: '';
  top: 0;
  background: #39559b;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  width: 105vw;
  height: 100%;
  z-index: 0;
}

.specialist__container {
  width: 100%;
  max-width: 1110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}

.specialist__title {
  z-index: 1;
  color: #fff;
  font-size: 30px;
}

.specialist__content {
  z-index: 1;
  color: #fff;
  font-size: 24px;
  padding: 0 25px;
}

.works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  width: 100%;
}

.store {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  width: 100%;
  padding: 60px 0 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.store::before {
  position: absolute;
  content: '';
  top: 0;
  background: #655f5f;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  width: 105vw;
  height: 100%;
  z-index: 0;
}

.store__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.store .card__name {
  display: block;
  padding: 0;
  font-size: 28px;
  line-height: 35px;
}

.store .card {
  padding: 24px 26px;
  margin: 18px;
}

@media screen and (max-width: 580px) {
  .store .card {
    padding: 24px 13px;
  }
}

.partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 80px;
}

.partners__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.partners__logo {
  margin: 10px;
}

@media screen and (max-width: 580px) {
  .partners__logo {
    width: 160px;
    height: 160px;
  }
}

.partners__title {
  margin: 0 5px;
}

.contacts {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  width: 100%;
  padding: 60px 0 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
  .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contacts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
}

@media screen and (max-width: 580px) {
  .contacts__content {
    width: 100%;
  }
}

.contacts__map {
  width: 50%;
  height: 560px;
}

@media screen and (max-width: 1000px) {
  .contacts__map {
    margin-top: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 580px) {
  .contacts__map {
    height: 100vw;
  }
}

.contacts__phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contacts__phone {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 35px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  color: #868686;
  text-decoration: none;
  overflow-x: hidden;
  margin: 14px 0;
}

.contacts__mail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 35px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  color: #868686;
  text-decoration: none;
  overflow-x: hidden;
  margin: 14px 0;
}

@media screen and (max-width: 1000px) {
  .contacts__phone {
    font-size: 25px;
    line-height: 34px;
  }
}

.contacts__phone::before {
  content: '';
  background-image: url(../img/phone-dark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 42px;
  height: 47px;
  margin-right: 13px;
}

.contacts__mail::nth-child(1) {
  content: '';
  background-image: url(../img/mail-142.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 42px;
  height: 47px;
  margin-right: 13px;
}

@media screen and (max-width: 580px) {
  .contacts__phone::before {
    width: 32px;
    height: 37px;
  }
}

.contacts__phone::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 55px;
  width: 0;
  height: 2px;
  background: #868686;
  opacity: 0;
  -webkit-transition: .8s;
  transition: .8s;
}

.contacts__phone:hover::after {
  opacity: 1;
  width: 100%;
}

.contacts__social-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 28px;
}

.contacts__social-network {
  display: block;
  width: 48px;
  height: 48px;
  margin-right: 20px;
  background-size: cover;
  -webkit-transition: .5s;
  transition: .5s;
}

.contacts__social-network:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.contacts__social-network:nth-child(1) {
  background-image: url(../img/mail-142.svg);
}


.presentation {
  position: relative;
  width: 100%;
  height: 600px;
  font-family: "Montserrat", sans-serif;
}

.presentation img {
  width: 100%;
  height: 600px;
}

.presentation__title,
.presentation__about {
  position: absolute;
  z-index: 10;
  color: #fff;
  font-weight: 600;
}

.presentation__title {
  font-size: 50px;
  text-transform: uppercase;
  top: 0;
  left: 3vw;
}

.presentation__about {
  font-size: 40px;
  right: 3vw;
  bottom: 0;
}

.presentation::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  opacity: 0.5;
}

.presentation.general .presentation__about {
  font-size: 28px;
  left: 2vw;
  right: initial;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  z-index: 101;
}

.modal main {
  max-height: 75vh;
  overflow-y: scroll;
  padding: 15px 5px 0px;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100;
}

.modal__container {
  background-color: #fff;
  padding: 20px;
  max-width: 920px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 34px;
  overflow-y: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .modal__container {
    padding: 10px;
  }
}

.modal__container.catalog {
  max-width: 1180px;
  width: 90vw;
}

@media screen and (max-width: 964px) {
  .modal__container.catalog {
    max-width: 560px;
  }
}

#modal-image .modal__container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#modal-image .modal__close {
  right: 4px;
  top: -8px;
}

.modal__img {
  max-width: 510px;
  max-height: 640px;
}

.modal__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal__title {
  font-size: 40px;
  line-height: 50px;
  color: #424242;
}

@media screen and (max-width: 600px) {
  .modal__title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}

.modal__title::before {
  background: #cab7a9;
}

.modal__close {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: 0;
  font-size: 22px;
  cursor: pointer;
  outline: none;
}

@media screen and (max-width: 964px) {
  .modal__close {
    right: -8px;
    top: 8px;
  }
}

.modal__header .modal__close:before {
  outline: none;
  border: 0;
  content: "\2715";
}

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

.modal__info {
  font-size: 20px;
}

.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  border-radius: 19px;
  padding: 13px;
  margin-bottom: 17px;
  overflow: hidden;
}

@media screen and (max-width: 964px) {
  .item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.item__img {
  max-width: 340px;
  width: 100%;
  height: 300px;
  margin: -13px;
  margin-right: 13px;
}

@media screen and (max-width: 964px) {
  .item__img {
    margin: 0;
    max-width: 100%;
    border-radius: 19px;
  }
}

@media screen and (max-width: 580px) {
  .item__img {
    height: 60vw;
  }
}

.item__content {
  width: 100%;
  text-align: center;
  margin-right: 13px;
}

@media screen and (min-width: 964px) {
  .item__content {
    margin-bottom: 0;
  }
}

.item__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  min-width: 210px;
  height: 68px;
  background: #cab7a9;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  font-size: 35px;
  line-height: 41px;
  text-transform: uppercase;
  color: #FFFFFF;
  outline: none;
  border: 2px solid #cab7a9;
  margin-bottom: 10px;
  -webkit-transition: .6s;
  transition: .6s;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .item__link {
    min-width: 180px;
    height: 48px;
    font-size: 25px;
    line-height: 31px;
  }
}

.item__link:hover {
  background: transparent;
  color: #cab7a9;
}

.price {
  border: 2px solid #cab7a9;
  color: #cab7a9;
  background: transparent;
  cursor: initial;
}

.item__link.price:hover {
  background: transparent !important;
  -webkit-box-shadow: 0px 0px 14px 2px #cab7a9;
  box-shadow: 0px 0px 14px 2px #cab7a9;
}

.item__title {
  display: inline-block;
  font-size: 32px;
  line-height: 40px;
  text-transform: capitalize;
  color: #424242;
  margin-bottom: 5px;
}

@media screen and (max-width: 600px) {
  .item__title {
    font-size: 25px;
    line-height: 33px;
  }
}

.item__title::before {
  background: #cab7a9;
}

.item__text {
  text-align: start;
  font-size: 20px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.8);
  margin: 5px 0;
  text-align: center;
}

@media screen and (max-width: 964px) {
  .item__text {
    margin-bottom: 15px;
    overflow-wrap: break-word;
  }
}

.modal__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal__form .item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 23px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form__input,
.item__input {
  width: 100%;
  max-width: 550px;
  height: 40px;
  font-size: 22px;
  border: 2px solid #cab7a9;
  color: #424242;
  outline: none;
  padding: 0 10px;
  border-radius: 20px;
  margin: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modal__collection .modal__content {
  width: 100%;
}

#show__btn {
  margin: 10px auto 5px;
}

.hide {
  display: none;
}

.form__input {
  height: 35px;
  font-size: 18px;
}

.form__title {
  font-size: 20px;
  line-height: 32px;
  margin: 10px 10px 15px;
}

.form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 10px;
}

@media screen and (max-width: 580px) {
  .form__group {
    width: 100%;
  }
}

.form__checkbox {
  font-size: 20px;
  color: #868686;
  margin: 0 10px;
}

@media screen and (max-width: 580px) {
  .form__checkbox {
    font-size: 17px;
    margin: 5px;
  }
}

.form__social .contacts__social-networks {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 15px;
}

.form__social .contacts__social-networks .contacts__social-network {
  margin: 10px;
  width: 38px;
  height: 38px;
}

#modal-user-form-title {
  margin-bottom: 0;
}

.form__social a {
  color: #868686;
}

/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}

@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

html {
  scroll-behavior: smooth;
  font-family: 'Montserrat', sans-serif;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-x: hidden;
}

.anchor {
  padding-top: 100px;
  margin-top: -100px;
}

.wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.title {
  position: relative;
  font-size: 44px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  color: #5e75ab;
  padding: 0 15px;
  margin: 0 0 27px 0;
}

@media screen and (max-width: 580px) {
  .title {
    font-size: 38px;
    line-height: 49px;
  }
}

.title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #5e75ab;
}

.title.light {
  color: #fff;
}

.title.light::before {
  background: #fff;
}

.bg {
  position: fixed;
  top: 0;
  z-index: -1;
  height: 100vh;
  width: 100vw;
  background: #fcfcfc;
  background-size: 400% 400%;
  -webkit-animation: gradient 15s ease infinite;
  animation: gradient 15s ease infinite;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

::-webkit-scrollbar {
  width: 7px;
  height: 3px;
}

::-webkit-scrollbar-button {
  display: none;
}

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

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

::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #999;
  border-radius: 3px;
}

::-webkit-resizer {
  background-color: #666;
}

._anim-items {
  opacity: 0;
  margin-top: 150px;
}

._active {
  opacity: 1;
  margin-top: 50px;
  -webkit-transition: .5s;
  transition: .5s;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 90px;
  background: #5e75ab;
}

.footer__license {
  color: #fff;
  text-decoration: none;
}

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