/*! 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.
 */
@import "swiper.css";
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 */
}
button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: none;
}

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

a {
  text-decoration: none;
  transition: all 200ms linear;
}

@font-face {
  font-family: "TT Firs";
  src: url("../fonts/TT_Firs_Roman.woff2") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Firs";
  src: url("../fonts/TT_Firs_DemiBold.woff2") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
p {
  margin: 0;
}

.block {
  position: relative;
  min-width: 300px;
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}
.block_padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .block_padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

a {
  color: #000;
}
a:not(.btn):hover {
  text-decoration: underline;
  color: #9164CD;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 40px;
  white-space: nowrap;
  text-decoration: none !important;
  transition: all 200ms linear;
  font-weight: 600;
  border: 1px solid;
  box-sizing: border-box;
  cursor: pointer;
}
.btn[disabled] {
  opacity: 0.4;
  filter: grayscale(100%);
}
.btn_purp {
  color: #ffffff;
  background: #9164CD;
  border-color: #9164CD;
}
.btn_purp:hover {
  background: #8a4edb;
  border-color: #8a4edb;
}
.btn_blue {
  color: #ffffff;
  background: #5AC3DC;
  border-color: #5AC3DC;
}
.btn_blue:hover {
  background: #32cbef;
  border-color: #32cbef;
}
.btn_blue-o {
  background: transparent;
  color: #5AC3DC;
}
.btn_blue-o:hover {
  color: #9164CD;
  border-color: #9164CD;
}
.btn_more {
  display: inline-flex;
  align-items: center;
  padding: 10px 0;
  gap: 10px;
  font-weight: 600;
  color: #5AC3DC;
  white-space: nowrap;
  text-decoration: none !important;
}
.btn_more:after {
  content: "";
  flex-shrink: 0;
  width: 12px;
  height: 10px;
  background: url(../img/arr_blue.svg) no-repeat;
  background-size: contain !important;
  transition: all 200ms linear;
}
.btn_more:hover {
  color: #9164CD;
}
.btn_more:hover:after {
  background: url(../img/arr_purp.svg) no-repeat;
}

.title-h2 {
  margin: 0;
  font-size: 50px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .title-h2 {
    font-size: 45px;
  }
}
@media (max-width: 1000px) {
  .title-h2 {
    font-size: 35px;
  }
}

.title-h3 {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .title-h3 {
    font-size: 40px;
  }
}
@media (max-width: 1000px) {
  .title-h3 {
    font-size: 30px;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 80px;
  font: normal 16px/1.2 "TT Firs", sans-serif;
  color: #000;
  background: #fff;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}

.footer {
  margin-top: auto;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #d9d9d9;
}
@media (max-width: 500px) {
  .footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.footer__left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__logo {
  width: 126px;
  height: 30px;
  background: url(../img/logo.svg) no-repeat;
  background-size: contain;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .header {
    padding: 0;
  }
}
.header .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1000px) {
  .header .block {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .header .block {
    padding-right: 0;
  }
}
.header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  max-width: 1320px;
  background: #d9d9d9;
  transition: all 400ms ease;
}
.header__toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  transition: all 200ms linear;
}
@media (max-width: 767px) {
  .header__toggle {
    display: flex;
  }
}
.header__toggle span {
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #000;
  border-radius: 3px;
}
.header__toggle span:before, .header__toggle span:after {
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0;
  content: "";
  border-radius: 3px;
  transform-origin: 50% 50%;
  transition: top 0.3s 0.6s, transform 0.3s;
}
.header__toggle span:before {
  top: 7px;
}
.header__toggle span:after {
  top: -7px;
}
.header.opened .header__toggle span {
  transition: background 0.2s 0;
  background: transparent;
}
.header.opened .header__toggle span:before, .header.opened .header__toggle span:after {
  transition: top 0.2s, transform 0.2s 0.4s;
  top: 0;
}
.header.opened .header__toggle span:before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.header.opened .header__toggle span:after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.header.fixed:before {
  max-width: 100%;
}
@media (max-width: 767px) {
  .header.fixed .header__logo {
    width: 100px;
    height: 25px;
  }
  .header.fixed .header__toggle {
    width: 50px;
    height: 50px;
  }
}
.header__logo {
  flex-shrink: 0;
  width: 126px;
  height: 30px;
  background: url(../img/logo.svg) no-repeat;
  background-size: contain;
}
.header__container {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1000px) {
  .header__container {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .header__container {
    position: absolute;
    display: none;
  }
}
.header__menu ul {
  display: flex;
  list-style: none;
  gap: 40px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1000px) {
  .header__menu ul {
    gap: 20px;
  }
}
.header__menu ul a {
  white-space: nowrap;
}
.header__phone {
  white-space: nowrap;
}

.main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding: 60px 0;
  background: url(../img/main.svg) center 101% no-repeat;
}
@media (max-width: 1000px) {
  .main {
    gap: 20px;
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .main {
    grid-template-columns: 1fr;
    background-position: right 101%;
  }
}
.main__img {
  display: block;
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .main__img {
    display: none;
  }
}
.main__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
.main__left p {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1000px) {
  .main__left p {
    font-size: 16px;
  }
}
.main__logo {
  display: block;
  width: 230px;
}
@media (max-width: 1000px) {
  .main__logo {
    width: 180px;
  }
}
.main__title {
  margin: 0;
  font-weight: 600;
  font-size: 60px;
  line-height: 1.2;
}
@media (max-width: 1000px) {
  .main__title {
    font-size: 50px;
    line-height: 1.1;
  }
}

.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding: 20px 0;
  gap: 10px;
}
@media (max-width: 767px) {
  .features {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
}
.features .features__entry {
  display: flex;
  flex-direction: column;
  color: rgba(0, 0, 0, 0.5);
}
.features .features__entry b {
  display: block;
  color: #000000;
  font-weight: 600;
  font-size: 30px;
}
@media (max-width: 800px) {
  .features .features__entry b {
    font-size: 26px;
  }
}

.catalog {
  padding: 80px 0;
}
@media (max-width: 1000px) {
  .catalog {
    padding: 40px 0;
  }
}
.catalog__head {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  margin: 0 0 20px;
}
@media (max-width: 1000px) {
  .catalog__head {
    display: grid;
    grid-template-columns: 1fr 150px 150px;
    gap: 10px;
  }
  .catalog__head p {
    grid-row: 2;
  }
  .catalog__head .btn {
    margin-left: auto;
  }
  .catalog__head .btn_more {
    margin-left: auto;
  }
}
@media (max-width: 600px) {
  .catalog__head {
    grid-template-columns: auto 150px;
  }
}
@media (max-width: 380px) {
  .catalog__head {
    display: flex;
    flex-wrap: wrap;
  }
  .catalog__head .btn {
    margin-left: 0;
  }
}
.catalog__head p {
  color: rgba(0, 0, 0, 0.5);
  margin: 0 auto 8px 0;
}
.catalog__list {
  padding: 0 0 30px;
}
.catalog__entry {
  position: relative;
}
.catalog__entry img {
  display: block;
  width: 100%;
  border-radius: 30px;
}
.catalog__entry .entry__cat {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 1;
  padding: 10px 20px;
  background: #ffffff;
  border-radius: 20px;
}
.catalog .swiper-pagination {
  bottom: 0;
}
.catalog .swiper-pagination-bullet {
  border-radius: 5px;
  transition: all 200ms linear;
}
.catalog .swiper-pagination-bullet-active {
  background: #5AC3DC;
  width: 30px;
}

.franchise {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  padding: 80px 0;
}
@media (max-width: 1000px) {
  .franchise {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .franchise {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 500px) {
  .franchise {
    padding-top: 0;
  }
}
.franchise__img {
  display: block;
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .franchise__img {
    border-radius: 15px;
  }
}
.franchise__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 0 60px;
}
@media (max-width: 1200px) {
  .franchise__text {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .franchise__text {
    padding: 0 0 30px;
  }
}
.franchise__text p {
  margin: 0 0 20px;
  color: rgba(0, 0, 0, 0.5);
}

.about {
  display: grid;
  grid-template-columns: auto 600px;
  align-items: center;
  gap: 60px;
}
@media (max-width: 767px) {
  .about {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
  }
}
.about h2 {
  margin: 0 0 20px;
}
.about ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
  padding: 0;
  margin: 7px 0 0;
}
@media (max-width: 500px) {
  .about ul {
    display: flex;
    flex-direction: column;
  }
}
.about ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.about ul li:before {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: url(../img/check_purp.svg) no-repeat;
  background-size: contain;
}
.about__btns {
  margin: 40px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.about__img {
  display: block;
  width: 100%;
}

.contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 80px 0;
}
@media (max-width: 1000px) {
  .contacts {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .contacts {
    display: flex;
    flex-direction: column;
  }
}
.contacts__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.contacts__line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 10px 20px;
}
.contacts__phone {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}
.contacts__email {
  font-size: 20px;
}
.contacts__social {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contacts__social .social__lnk {
  width: 45px;
  height: 45px;
  background-size: contain !important;
  transition: all 200ms linear;
}
.contacts__social .social__lnk:hover {
  opacity: 0.7;
}
.contacts__social .social__lnk.tg {
  background: url(../img/tg.svg) no-repeat;
}
.contacts__social .social__lnk.vk {
  background: url(../img/vk.svg) no-repeat;
}
.contacts__map {
  width: 100%;
  height: 300px;
  border-radius: 30px;
  overflow: hidden;
}
.contacts__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.contacts__right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contacts__container {
  padding: 10px;
  background: rgba(120, 130, 197, 0.1);
  border-radius: 30px;
}
.contacts__container ul {
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px 0;
}
@media (max-width: 1000px) {
  .contacts__container ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.contacts__container ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.contacts__container ul li:before {
  content: "";
  flex-shrink: 0;
  width: 13px;
  height: 17px;
  background: url(../img/pin.svg) no-repeat;
  background-size: contain;
}
.contacts__title {
  padding: 10px 20px;
  background: #ffffff;
  font-size: 20px;
  border-radius: 40px;
}

[class*=ground-pane] {
  filter: grayscale(1);
}

.modal {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.modal.vis {
  display: flex;
}
.modal .modal__dark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.modal .modal__container {
  position: relative;
  z-index: 2;
  background: #ffffff;
  width: 100%;
  max-width: 500px;
  padding: 30px;
  border-radius: 30px;
  box-sizing: border-box;
}
.modal .modal__close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 35px;
  height: 35px;
  background: url(../img/close.svg) center no-repeat;
}
.modal .modal__close:hover {
  opacity: 0.5;
}
.modal .modal__title {
  margin: 0 0 15px;
  font-weight: 600;
  font-size: 30px;
}
.modal .modal__success {
  display: flex;
  align-items: center;
  padding: 0 0 0 70px;
  min-height: 60px;
  background: url(../img/success.svg) left top no-repeat;
}

.form__error {
  margin: 0 0 20px;
  padding: 0 0 0 70px;
  min-height: 60px;
  background: url(../img/error.svg) left top no-repeat;
}
.form__error:empty {
  padding: 0;
  margin: 0;
  min-height: 0;
}

.form__label {
  display: block;
  width: 100%;
  margin: 0 0 20px;
}

.form__input {
  display: block;
  width: 100%;
  padding: 10px 20px;
  border-radius: 20px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.5);
  outline: none;
  box-shadow: none;
  transition: all 200ms linear;
}
.form__input:focus {
  border-color: #9164CD;
}

.checkbox {
  position: relative;
  display: block;
  margin: 0 0 20px;
}
.checkbox .checkbox__input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.checkbox .checkbox__input:checked + .checkbox__title:before {
  border-color: #5AC3DC;
  background: #5AC3DC url(../img/check_white.svg) center no-repeat;
}
.checkbox .checkbox__title {
  position: relative;
  display: block;
  padding: 0 0 0 32px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.checkbox .checkbox__title a {
  color: #5AC3DC;
  text-decoration: underline;
}
.checkbox .checkbox__title a:hover {
  text-decoration: none;
}
.checkbox .checkbox__title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}

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