@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

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

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

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

:root {
  box-sizing: border-box;
  font-size: calc(1vw + 0.8em);
}

@media screen and (max-width: 768px) {
  :root {
    font-size: calc(1vw + 1.2em);
  }
}
@media screen and (max-width: 576px) {
  :root {
    font-size: calc(1vw + 1.3em);
  }
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.5rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #22212D;
}

.body--locked {
  overflow: hidden;
}

a:link {
  transition: all 0.2s ease-out;
  color: #4A7ABB;
}

a:visited {
  color: #8da4c4;
}

a:hover {
  color: #809bbf;
}

a:active {
  color: #34445c;
}

ul {
  margin: 0;
  padding: 0;
}

ul > li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}

h1 {
  font-size: 1.5625rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 0.9375rem;
}

h4 {
  font-size: 0.75rem;
}

h5 {
  font-size: 0.5625rem;
}

p {
  font-size: 0.5rem;
  margin: 0;
}

img {
  width: 100%;
  display: block;
}

.wrapper {
  overflow: hidden;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.wrapper__content {
  flex: 1;
  margin-top: 2.96875rem;
}

@keyframes dots-prev {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10px);
  }
}
@keyframes dots-next {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.container {
  max-width: 36.84375rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container {
    width: initial;
    padding: 0 3em;
  }
}
@media screen and (max-width: 576px) {
  .container {
    padding: 0 1.2em;
  }
}
.about {
  padding: 3.75rem 0;
  background-color: #F3F7FA;
}

@media screen and (max-width: 768px) {
  .about {
    padding: 2.5rem 0;
  }
}
@media screen and (max-width: 576px) {
  .about {
    padding: 1.5625rem 0;
  }
}
.about .container {
  position: relative;
}

.about__decor1 {
  right: 90%;
  top: 100%;
  background-image: url("../img/dot-sm-w.png");
}

.about__decor2 {
  left: 80%;
  top: 4.375rem;
  background-image: url("../img/dot-lg-w.png");
}

.about__decor3 {
  right: 75%;
  top: 40%;
  width: 10.1875rem !important;
  height: 17.53125rem !important;
  background-image: url("../img/way.png");
}

.about__title {
  text-align: center;
  margin-bottom: 1.5625rem;
}

.about__content {
  display: flex;
}

@media screen and (max-width: 768px) {
  .about__content {
    flex-direction: column;
  }
}
.about__left {
  margin-right: 0.9375rem;
}

@media screen and (max-width: 768px) {
  .about__left {
    margin: 0 auto 1.5625rem;
  }
}
@media screen and (max-width: 576px) {
  .about__left {
    margin-top: 0.9375rem;
  }
}
.about__img {
  overflow: hidden;
  border-radius: 50%;
  width: 9.65625rem;
  height: 9.375rem;
}

.about__right {
  border-left: 1px solid rgba(34, 33, 45, 0.1);
  padding: 2.34375rem;
}

@media screen and (max-width: 768px) {
  .about__right {
    border-top: 1px solid rgba(34, 33, 45, 0.1);
    border-left: none;
    padding: 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .about__right {
    padding: 0.9375rem 0;
  }
}
.about__greeting {
  margin-bottom: 0.9375rem;
}

@media screen and (max-width: 768px) {
  .about__greeting {
    text-align: center;
  }
}
.about__desc p {
  margin-bottom: 0.625rem;
}

.about__desc a:hover {
  text-decoration: underline;
  color: #22212D;
}

._anim-items {
  opacity: 0;
  transform: translate(0, 20%);
  transition: all 0.8s ease 0s;
}

._anim-items._active {
  transform: translate(0, 0);
  opacity: 1;
}

button {
  border: none;
  background: transparent;
  cursor: pointer;
}

button:focus {
  outline: none;
}

.btn {
  color: #F3F7FA;
  background-color: #22212D;
  padding: 0.625rem 1.25rem;
  border-radius: 1.09375rem;
  font-size: 0.5rem;
  border: 1px solid #F3F7FA;
  transition: all 0.5s ease;
}

.btn:hover {
  color: #22212D;
  background-color: #F3F7FA;
  border-color: transparent;
}

.contacts {
  padding: 3.75rem 0 3.75rem;
}

.contacts__title {
  text-align: center;
  margin-bottom: 0.9375rem;
}

.contacts__subtitle {
  text-align: center;
  margin-bottom: 1.5625rem;
}

.contacts__content {
  position: relative;
}

.contacts__form {
  position: relative;
  max-width: 13.4375rem;
  z-index: 7;
}

.contacts__map {
  position: absolute;
  max-width: 25.90625rem;
  top: 0.3125rem;
  right: 0;
  z-index: 6;
}

@media (max-width: 768px) {
  .contacts {
    padding: 2.5rem 0 2.5rem;
  }
  .contacts__form {
    margin: 0 auto;
  }
  .contacts__map {
    display: none;
  }
}
@media (max-width: 576px) {
  .contacts {
    padding: 1.5625rem 0 1.5625rem;
  }
}
.decor {
  position: absolute;
  z-index: 0;
  width: 2.1875rem;
  height: 2.1875rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .decor {
    display: none;
  }
}
.decor-w {
  opacity: 1;
}

.footer {
  border-top: 1px solid rgba(243, 247, 250, 0.5);
  background-color: #22212D;
  color: #F3F7FA;
  text-align: center;
  padding: 1.25rem 0;
  font-size: 0.5rem;
}

.footer__logo {
  margin-bottom: 0.625rem;
}

.footer__logo a.logo__link {
  color: inherit;
}

.footer__politics {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 0.78125rem;
}

.footer__socials .socials__list {
  margin: 0 auto;
  display: inline-flex;
}

.footer__socials .socials__img {
  fill: #F3F7FA;
}

.form {
  background-color: #22212D;
  color: #F3F7FA;
  padding: 1.875rem;
  border-radius: 1.09375rem;
  text-align: center;
  min-height: 16.625rem;
  position: relative;
}

.form__request {
  display: block;
}

.form__title {
  margin-bottom: 0.9375rem;
}

.form__row {
  display: flex;
}

.form__row + .form__row {
  margin-top: 0.46875rem;
}

.form__input {
  width: 100%;
  border-radius: 1.09375rem;
  padding: 0.625rem 1.25rem;
  outline: none;
  border: none;
}

.form__input:focus {
  box-shadow: 0 0 0 1px yellow;
}

.form__input--textarea {
  resize: vertical;
  height: 4.0625rem;
}

.form__btn {
  width: 100%;
}

.form__answer {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form__answer-title {
  margin-bottom: 0.46875rem;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 0.78125rem 0;
  background-color: #F3F7FA;
  z-index: 100;
  border-bottom: 1px solid #22212D;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .logo {
    flex: 0.6;
  }
}
.logo .logo__link {
  font-size: 0.9375rem;
  color: #22212D;
  text-decoration: none;
}

.logo .logo__link:hover {
  color: #809bbf;
}

.menu {
  display: flex;
}

@media screen and (max-width: 768px) {
  .menu {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    order: 20;
  }
}
.menu .menu__link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.menu .menu__link:hover {
  color: #809bbf;
}

@media screen and (max-width: 768px) {
  .menu.is-open .menu__dropdown {
    top: 0;
  }
  .menu.is-open .menu__toggle span {
    display: none;
  }
  .menu.is-open .menu__toggle::before {
    transform: rotate(45deg);
    top: 0.375rem;
  }
  .menu.is-open .menu__toggle::after {
    transform: rotate(-45deg);
    bottom: 0.375rem;
  }
}
.menu__toggle {
  position: relative;
  z-index: 6;
  display: none;
  width: 1.3rem;
  height: 0.9rem;
  font-size: 0;
}

@media screen and (max-width: 768px) {
  .menu__toggle {
    display: block;
  }
}
.menu__toggle::before,
.menu__toggle::after,
.menu__toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 10%;
  background-color: #22212D;
  transition: all 0.5s ease;
}

.menu__toggle span {
  top: 50%;
  transform: translateY(-50%);
}

.menu__toggle::before,
.menu__toggle::after {
  content: "";
}

.menu__toggle::before {
  top: 0;
}

.menu__toggle::after {
  bottom: 0;
}

.menu__dropdown {
  position: fixed;
  left: 0;
  right: 0;
  top: -100%;
  z-index: 3;
  overflow: auto;
  padding: 6.25rem 1.25rem 1.25rem;
  height: 100%;
  background: #F3F7FA;
  transition: all 1s ease;
}

.menu__list {
  display: flex;
  align-items: center;
  font-size: 0.5rem;
}

@media screen and (max-width: 768px) {
  .menu__list {
    flex-direction: column;
    font-size: 0.75rem;
  }
}
.menu__item + .menu__item {
  margin-left: 1.5625rem;
}

@media screen and (max-width: 768px) {
  .menu__item + .menu__item {
    margin-top: 0.9375rem;
    margin-left: 0;
  }
}
.modal {
  display: none;
}

.modal__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(34, 33, 45, 0.5);
  z-index: 300;
}

.modal__body {
  position: fixed;
  top: 10%;
  bottom: 10%;
  right: 20%;
  left: 20%;
  padding: 1.875rem;
  background-color: #F3F7FA;
  overflow: hidden;
  z-index: 400;
  border-radius: 1.09375rem;
}

.modal__close {
  position: absolute;
  top: 0rem;
  right: 1.09375rem;
  padding: 0.15625rem;
  cursor: pointer;
  font-size: 1.0625rem;
  width: 0.75rem;
  height: 0.75rem;
  text-indent: 3.125rem;
  border: 0;
}

.modal__close::after {
  position: absolute;
  text-indent: 0;
  content: "×";
}

.modal__title {
  text-align: center;
  margin-bottom: 0.625rem;
}

.modal__video {
  width: 100%;
  height: 80%;
}

@media (max-width: 768px) {
  .modal__body {
    top: 20%;
    bottom: 20%;
    right: 5%;
    left: 5%;
    padding: 1.25rem 0.625rem 0.625rem;
  }
  .modal__close {
    top: -0.9375rem;
  }
}
.offer {
  padding: 6.09375rem 0 9.375rem 0;
  color: #F3F7FA;
  background-color: #22212D;
}

@media screen and (max-width: 768px) {
  .offer {
    padding-bottom: 15.625rem;
  }
}
@media screen and (max-width: 576px) {
  .offer {
    padding: 1.875rem 0 1.875rem 0;
  }
}
.offer .container {
  position: relative;
}

.offer__decor1 {
  top: -30%;
  left: 50%;
  background-image: url("../img/dot-sm.png");
}

.offer__decor2 {
  top: 50%;
  left: 80%;
}

.offer__decor3 {
  top: 80%;
  right: 80%;
}

.offer__decor2,
.offer__decor3 {
  background-image: url("../img/dot-lg.png");
}

.offer__title {
  text-align: center;
  margin-bottom: 0.9375rem;
}

.offer__subtitle {
  font-size: 0.5rem;
  display: block;
  text-align: center;
  margin-bottom: 0.9375rem;
}

.offer__subtitle._active {
  opacity: 0.5;
}

.offer__btn {
  display: block;
  margin: 0 auto;
  transform: translate(0, 120%);
}

.offer__bullits {
  position: absolute;
  display: flex;
  border: 1px solid rgba(34, 33, 45, 0.2);
  border-radius: 1.09375rem;
  padding: 2.8125rem;
  font-size: 0.5rem;
  color: #22212D;
  background-color: #F3F7FA;
}

@media screen and (max-width: 768px) {
  .offer__bullits {
    flex-direction: column;
    left: 50%;
    padding: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .offer__bullits {
    display: block;
    position: static;
  }
}
.offer__bullits._active {
  transform: translate(0, 70px);
}

@media screen and (max-width: 768px) {
  .offer__bullits._active {
    transform: translate(-50%, 50px);
  }
}
@media screen and (max-width: 576px) {
  .offer__bullits._active {
    transform: translate(0, 50px);
  }
}
.offer__bullits-item {
  border-right: 1px solid rgba(34, 33, 45, 0.2);
  padding: 0.3125rem;
}

@media screen and (max-width: 768px) {
  .offer__bullits-item {
    border-right: none;
  }
}
.offer__bullits-item:last-child {
  border-right: none;
}

.offer__bullits-item + .offer__bullits-item {
  margin-left: 0.9375rem;
}

@media screen and (max-width: 768px) {
  .offer__bullits-item + .offer__bullits-item {
    margin-left: 0;
    margin-top: 0.9375rem;
  }
}
.offer__bullits-top {
  display: flex;
  margin-bottom: 0.25rem;
}

.offer__bullits-icon {
  fill: #22212D;
  width: 1.03125rem;
  height: 1.03125rem;
}

.offer__bullits-title {
  padding-left: 0.625rem;
  font-weight: 600;
}

.offer__bullits-text {
  color: rgba(34, 33, 45, 0.6);
}

.portfolio {
  padding: 3.75rem 0;
  background-color: #22212D;
}

@media screen and (max-width: 768px) {
  .portfolio {
    padding: 2.5rem 0 3.125rem;
  }
}
@media screen and (max-width: 576px) {
  .portfolio {
    padding: 1.5625rem 0 3.125rem;
  }
}
.portfolio__title {
  text-align: center;
  color: #F3F7FA;
  margin-bottom: 1.5625rem;
}

.portfolio__slider-item {
  margin: 0 0.3125rem;
}

.portfolio__slider-item-inner {
  display: flex;
  flex-direction: column;
  border-radius: 1.09375rem;
  overflow: hidden;
}

.portfolio__slider-top {
  border-bottom: 1px solid #d4d3d3;
  height: 5.25rem;
  overflow: hidden;
}

.portfolio__slider-bottom {
  background-color: #F3F7FA;
  padding: 1.09375rem;
}

.portfolio__slider-img {
  height: 5.25rem;
  object-fit: cover;
}

.portfolio__name {
  margin-bottom: 0.46875rem;
}

.portfolio__info {
  display: flex;
  justify-content: space-between;
  color: rgba(34, 33, 45, 0.4);
  margin-bottom: 0.9375rem;
}

.portfolio__days {
  display: flex;
  align-items: center;
}

.portfolio__days::before {
  content: "";
  display: inline-block;
  margin-right: 0.3125rem;
  background-image: url("../img//calendar.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 0.8125rem;
  height: 0.8125rem;
}

.portfolio__category {
  display: flex;
  align-items: center;
}

.portfolio__category::before {
  content: "";
  display: inline-block;
  margin-right: 0.3125rem;
  background-image: url("../img//category.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 0.8125rem;
  height: 0.8125rem;
}

.portfolio__text {
  margin-bottom: 0.625rem;
}

.portfolio__links {
  display: flex;
  justify-content: flex-end;
}

.portfolio__links a {
  margin-left: 0.625rem;
  text-decoration: none;
  color: rgba(74, 122, 187, 0.9);
  font-weight: 600;
}

.portfolio__links a:hover {
  color: #809bbf;
}

.portfolio__more {
  margin-top: 0.625rem;
  text-align: center;
  color: #F3F7FA;
}

.reviews {
  padding: 3.75rem 0;
  background-color: #22212D;
}

.reviews__title {
  color: #F3F7FA;
  text-align: center;
  margin-bottom: 1.5625rem;
}

.reviews__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.3125rem 0.9375rem;
}

.reviews__item {
  display: flex;
  flex-direction: column;
  background-color: #F3F7FA;
  border-radius: 1.09375rem;
  margin: 0 0.3125rem;
  padding: 1.09375rem;
  flex: 1 1 8.75rem;
}

.reviews__content {
  flex: 1;
}

.reviews__desc {
  display: flex;
  align-items: center;
  margin-bottom: 0.78125rem;
}

.reviews__img {
  border-radius: 50%;
  overflow: hidden;
  max-width: 2.6875rem;
  margin-right: 0.4375rem;
}

.reviews__info {
  flex: 1;
  border-bottom: 1px solid rgba(34, 33, 45, 0.1);
}

.reviews__name {
  margin-bottom: 0.15625rem;
}

.reviews__project {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.reviews__text {
  margin-bottom: 0.46875rem;
}

.reviews__text > p + p {
  margin-top: 0.3125rem;
}

.reviews__question {
  font-weight: 600;
}

.reviews__link {
  display: block;
  font-weight: 600;
  text-decoration: none;
  text-align: right;
}

.reviews__more {
  text-align: center;
  color: #F3F7FA;
}

@media (max-width: 768px) {
  .reviews {
    padding: 2.5rem 0 2.5rem;
  }
  .reviews__item {
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 576px) {
  .reviews {
    padding: 1.5625rem 0 1.5625rem;
  }
}
.services {
  background-color: #F3F7FA;
  padding: 3.75rem 0;
  color: #F3F7FA;
}

.services__title {
  margin-bottom: 1.5625rem;
  color: #22212D;
  text-align: center;
}

.services__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.3125rem;
}

.services__list.slick-slider .slick-dots li {
  background-color: rgba(34, 33, 45, 0.2);
}

.services__list.slick-slider .slick-dots li.slick-active {
  background-color: #22212D;
}

.services__item {
  background-color: #22212D;
  border-radius: 1.09375rem;
  padding: 1.09375rem;
  height: 36em;
}

.services__item-wrap {
  width: 100%;
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.services__top {
  flex: 1;
  margin-bottom: 0.9375rem;
  display: flex;
  flex-direction: column;
}

.services__name {
  margin-bottom: 0.78125rem;
  text-align: center;
}

.services__stages {
  flex: 1;
  font-size: 0.5rem;
  margin-bottom: 1.5625rem;
  color: rgba(243, 247, 250, 0.6);
  margin-bottom: 1.09375rem;
}

.services__stage + .services__stage {
  margin-top: 0.15625rem;
}

.services__stage::before {
  content: "";
  opacity: 0.5;
  display: inline-block;
  background-image: url("../img//stage.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 0.625rem;
  height: 0.625rem;
  margin-right: 0.625rem;
}

.services__price {
  display: flex;
}

.services__price::before {
  content: "";
  display: inline-block;
  background-image: url("../img//price.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.625rem;
  height: 1.625rem;
  margin-right: 0.625rem;
}

.services__bottom {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .services {
    padding: 2.5rem 0 2.5rem;
  }
}
@media (max-width: 576px) {
  .services {
    padding: 1.5625rem 0 1.5625rem;
  }
}
.slick-slider .slick-arrow {
  background-color: #22212D;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  border: 1px solid #F3F7FA;
}

.slick-slider .slick-arrow::before {
  font-size: 0.78125rem;
  color: #F3F7FA;
}

.slick-slider .slick-arrow.slick-disabled {
  opacity: 0.5;
}

.slick-slider .slick-prev {
  animation: dots-prev 2s ease-in-out infinite;
  left: -0.9375rem;
}

.slick-slider .slick-next {
  animation: dots-next 2s ease-in-out infinite;
  right: -0.9375rem;
}

.slick-slider .slick-slide {
  margin: 0 0.3125rem;
}

.slick-slider .slick-dots {
  margin-top: 0.625rem;
  position: static;
}

.slick-slider .slick-dots li {
  background-color: rgba(243, 247, 250, 0.22);
  border-radius: 50%;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: 0.375rem;
  height: 0.375rem;
}

.slick-slider .slick-dots li.slick-active {
  background-color: #F3F7FA;
}

.slick-slider .slick-dots li button {
  width: inherit;
  height: inherit;
}

.slick-slider .slick-dots li button::before {
  font-size: 0;
  width: inherit;
  height: inherit;
}

@media (max-width: 768px) {
  .slick-slider__slider .slick-arrow {
    width: 2.5rem;
    height: 2.5rem;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

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

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 0.625rem;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -0.78125rem;
}

[dir=rtl] .slick-prev {
  right: -0.78125rem;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -0.78125rem;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -0.78125rem;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0.9375rem;
}

.slick-dots {
  position: absolute;
  bottom: -0.78125rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.15625rem;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  padding: 0.15625rem;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 0.1875rem;
  line-height: 0.625rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

@media screen and (max-width: 768px) {
  .socials {
    order: 10;
  }
}
.socials__list {
  display: flex;
  align-items: center;
}

.socials__item + .socials__item {
  margin-left: 0.9375rem;
}

.socials__img {
  fill: #22212D;
  width: 0.78125rem;
  height: 0.78125rem;
  transition: all 0.2s ease-out;
}

.socials__img:hover {
  fill: #809bbf;
}