@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  background-color: #fff;
  color: #000;
  font-family: Montserrat, sans-serif;
  margin: 0;
  position: relative;
}
*,
:after,
:before {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
.container {
  height: 100%;
  margin: 0 auto;
  max-width: 1430px;
  padding: 0 15px;
  width: 100%;
}
.section__title {
  font-size: 40px;
  font-weight: 700;
  position: relative;
  text-align: center;
  z-index: 4;
}
@media (max-width: 810px) {
  .section__title {
    font-size: 32px;
    text-align: center;
  }
}
@media (max-width: 430px) {
  .section__title {
    font-size: 28px;
  }
}
.burger__button {
  display: none;
}
@media (max-width: 810px) {
  .burger__button {
    display: block;
    position: fixed;
    right: 35px;
    top: 34px;
    z-index: 200;
  }
}
@media (max-width: 430px) {
  .burger__button {
    right: 20px;
    top: 26px;
  }
}
@media (max-width: 810px) {
  .burger__button.active {
    position: fixed;
    right: 35px;
    top: 40px;
    z-index: 200;
  }
}
@media (max-width: 810px) and (max-width: 430px) {
  .burger__button.active {
    right: 20px;
    top: 34px;
  }
}
.burger__button .line {
  background-color: #2d2e2e;
  border-radius: 2px;
  height: 6px;
  margin-bottom: 8px;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  width: 58px;
}
@media (max-width: 736px) {
  .burger__button .line {
    height: 4px;
    width: 48px;
  }
}
.burger__button.active .line {
  background-color: #fff;
}
.burger__button.active .line.one {
  transform: rotate(45deg) scale(1.2);
}
.burger__button.active .line.two {
  transform: rotate(-45deg) scale(1.2) translateY(-8px) translateX(8px);
}
@media (max-width: 736px) {
  .burger__button.active .line.two {
    transform: rotate(-45deg) scale(1.2) translateY(-7px) translateX(7px);
  }
}
.burger__button.active .line.three {
  opacity: 0;
}
.header {
  background: #ffffff85;
  padding: 30px 0 0;
  position: relative;
  width: 100%;
  z-index: 100;
}
@media (max-width: 810px) {
  .header {
    background: transparent;
    padding: 30px 0;
  }
}
@media (max-width: 430px) {
  .header {
    padding: 24px 0;
  }
}
.header__inner {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1274px;
  row-gap: 29px;
}
.header__nav {
  align-items: center;
  background: #454343;
  border-radius: 10px 10px 0 0;
  -moz-column-gap: 44px;
  column-gap: 44px;
  display: flex;
  flex: 0 1 100%;
  justify-content: flex-start;
  padding: 16px 40px;
  width: 100%;
}
@media (max-width: 810px) {
  .header__nav {
    border-radius: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    display: none;
    max-width: 100%;
    padding: 0;
  }
  .header__nav.active {
    align-content: space-between;
    align-items: center;
    background: #454343;
    bottom: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 60%;
    justify-content: center;
    left: 0;
    opacity: 0.99;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 20;
  }
  .header__nav.active .header__link {
    margin-right: 0;
    padding: 20px;
  }
}
@media (max-width: 810px) and (max-width: 430px) {
  .header__nav.active .header__link {
    padding: 15px;
  }
}
@media (max-width: 810px) and (max-width: 330px) {
  .header__nav.active .header__link {
    padding: 10px;
  }
}
.header__link {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  text-decoration: none;
  transition: all 0.3s linear;
}
@media (max-width: 810px) {
  .header__link {
    color: #fff;
  }
}
.header__link-active {
  font-weight: 700;
}
.header__link:after {
  background: #fff;
  bottom: -7px;
  content: "";
  height: 0.12em;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  width: 100%;
}
.header__link:hover:after {
  transform: scale(1);
}
.logo {
  margin-left: 36px;
  max-width: 236px;
}
@media (max-width: 810px) {
  .logo {
    margin-left: 0;
  }
}
@media (max-width: 430px) {
  .logo {
    max-width: 180px;
  }
}
.logo img {
  width: 100%;
}
.header__links {
  display: flex;
}
@media (max-width: 810px) {
  .header__links {
    display: none;
  }
}
.header__contact {
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
  display: flex;
  margin-right: 36px;
}
.header__contact-link {
  color: #000;
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  text-decoration: none;
}
.header__icon {
  flex: 0 1 100%;
  max-width: 24px;
  width: 100%;
}
.header__text {
  color: #7f7f7f;
  font-size: 16px;
}
.hero {
  overflow: hidden;
  padding: 0 15px;
  position: relative;
  width: 100%;
}
@media (max-width: 810px) {
  .hero {
    padding: 0;
  }
}
.hero__inner {
  align-items: center;
  background-image: url(../images/hero-bcg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-column-gap: 15px;
  column-gap: 15px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1274px;
  padding: 31px 36px 56px;
  position: relative;
  width: 100%;
  z-index: 5;
}
@media (max-width: 810px) {
  .hero__inner {
    align-items: center;
    background-image: url(../images/hero-mob.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    margin: 0 auto;
    padding: 50px 0 0;
    row-gap: 30px;
  }
}
@media (max-width: 430px) {
  .hero__inner {
    padding-top: 40px;
  }
}
.hero__content {
  flex: 0 1 100%;
  max-width: 618px;
}
@media (max-width: 810px) {
  .hero__content {
    padding: 0 36px;
  }
}
.hero__title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 50px;
}
@media (max-width: 1280px) {
  .hero__title {
    font-size: 36px;
  }
}
@media (max-width: 1080px) {
  .hero__title {
    font-size: 32px;
  }
}
@media (max-width: 810px) {
  .hero__title {
    line-height: 1.2;
    text-align: center;
  }
}
@media (max-width: 430px) {
  .hero__title {
    font-size: 21px;
    margin-bottom: 30px;
    text-align: left;
  }
}
@media (max-width: 330px) {
  .hero__title {
    font-size: 18px;
  }
}
.hero__links {
  -moz-column-gap: 32px;
  column-gap: 32px;
  display: flex;
  width: 100%;
}
@media (max-width: 810px) {
  .hero__links {
    -moz-column-gap: 24px;
    column-gap: 24px;
    justify-content: center;
  }
}
@media (max-width: 430px) {
  .hero__links {
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}
.button {
  border: 1px solid #6d18ef;
  color: #454343;
  display: block;
  font-size: 16px;
  font-weight: 700;
  max-width: 251px;
  padding: 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
  z-index: 2;
}
@media (max-width: 430px) {
  .button {
    font-size: 12px;
    max-width: 160px;
    padding: 12px;
  }
}
.button:hover {
  background-color: #6d18ef;
  color: #fff;
}
.hero__image {
  background: linear-gradient(0deg, #6d18ef, #6d18ef), #d9d9d9;
  border-radius: 186px 0 0 0;
  flex: 0 1 100%;
  max-width: 500px;
  padding: 26px 0 0 26px;
}
@media (max-width: 810px) {
  .hero__image {
    align-self: flex-end;
  }
}
@media (max-width: 500px) {
  .hero__image {
    border-radius: 40% 0 0 0;
    padding: 16px 0 0 16px;
    width: 75%;
  }
}
.hero__image img {
  display: block;
  width: 100%;
}
.faq {
  overflow: hidden;
  padding: 0 0 85px;
  position: relative;
}
@media (max-width: 810px) {
  .faq {
    padding: 50px 0;
  }
}
.faq__inner {
  align-items: center;
  -moz-column-gap: 42px;
  column-gap: 42px;
  display: flex;
  justify-content: center;
  padding-top: 54px;
  position: relative;
  z-index: 4;
}
@media (max-width: 810px) {
  .faq__inner {
    flex-direction: column-reverse;
    row-gap: 30px;
  }
}
.tabs {
  flex: 0 1 100%;
  max-width: 792px;
  z-index: 3;
}
.faq-item,
.tabs {
  position: relative;
  width: 100%;
}
.faq-item {
  background: #d9d9d9;
  border-radius: 4px;
  color: #2d2e2e;
  margin-bottom: 24px;
  overflow: hidden;
}
@media (max-width: 430px) {
  .faq-item {
    margin-bottom: 15px;
  }
}
.faq-text {
  background: #d9d9d9;
  color: #2d2e2e;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  max-height: 0;
  padding: 0 88px 0 19px;
  text-transform: none;
  transition: all 0.35s linear;
  width: 100%;
}
@media (max-width: 430px) {
  .faq-text {
    font-size: 14px;
  }
}
.label {
  background: #d9d9d9;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: space-between;
  line-height: 1.3;
  padding: 19px 88px 19px 19px;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.label:after {
  border-bottom: 3px solid #6d18ef;
  border-left: 3px solid #6d18ef;
  content: "";
  height: 12px;
  position: absolute;
  right: 39px;
  text-align: center;
  top: 39%;
  transform: rotate(-45deg);
  transition: all 0.35s ease-in-out;
  width: 12px;
}
@media (max-width: 430px) {
  .label:after {
    right: 20px;
    top: 20px;
  }
  .label {
    font-size: 14px;
    padding-right: 60px;
  }
}
input:checked + .label:after {
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  transform: rotate(135deg);
}
input:checked ~ .faq-text {
  background: #d9d9d9;
  max-height: 100vh;
  padding: 10px 88px 19px 19px;
}
@media (max-width: 430px) {
  input:checked ~ .faq-text {
    padding-right: 60px;
  }
}
.input:checked.faq-item {
  background: #d9d9d9;
}
input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.faq__image {
  background: linear-gradient(0deg, #6d18ef, #6d18ef), #d9d9d9;
  border-radius: 0 186px 0 0;
  flex: 0 1 100%;
  max-width: 566px;
  padding: 26px 26px 0 0;
}
@media (max-width: 810px) {
  .faq__image {
    align-self: flex-start;
  }
}
@media (max-width: 500px) {
  .faq__image {
    border-radius: 0 33% 0 0;
    padding: 16px 16px 0 0;
  }
}
.faq__image img {
  display: block;
  width: 100%;
}
.team {
  overflow: hidden;
  padding: 0 0 70px;
  position: relative;
  width: 100%;
}
.team__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  position: relative;
  row-gap: 36px;
  text-align: center;
}
@media (max-width: 810px) {
  .team__item {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .team__item {
    height: auto;
    row-gap: 24px;
  }
}
.team__image {
  max-width: 328px;
  width: 100%;
}
.team__image img {
  display: block;
  width: 100%;
}
.team__title {
  color: #6d18ef;
  font-weight: 700;
}
.team__text {
  font-weight: 300;
  line-height: 1.2;
  width: 80%;
}
.team__inner {
  margin: 0 auto;
  padding-top: 62px;
  position: relative;
  width: 100%;
  z-index: 5;
}
.team__inner .slick-list {
  padding: 0 15px !important;
}
@media (max-width: 650px) {
  .team__inner .slick-list {
    padding: 0 22.3vw !important;
  }
}
@media (max-width: 430px) {
  .team__inner .slick-list {
    padding: 0 60px !important;
  }
}
.team__inner .slick-track {
  align-items: flex-start;
  -moz-column-gap: 10px;
  column-gap: 10px;
  display: flex;
  justify-content: space-between;
}
.team__inner .slick-slide {
  cursor: pointer;
  position: relative;
  transition: all 0.3s linear;
}
.team__inner .slick-slide img {
  width: 100%;
}
.features {
  overflow: hidden;
  padding: 70px 0 144px;
}
@media (max-width: 810px) {
  .features {
    padding: 60px 0 100px;
  }
}
.features__inner {
  align-items: center;
  -moz-column-gap: 80px;
  column-gap: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 70px 0 0;
  position: relative;
  row-gap: 54px;
  width: 100%;
}
@media (max-width: 810px) {
  .features__inner {
    flex-direction: column;
    margin: 0 auto;
    max-width: 500px;
    row-gap: 40px;
  }
}
@media (max-width: 430px) {
  .features__inner {
    row-gap: 30px;
  }
}
.features__item {
  align-items: center;
  -moz-column-gap: 24px;
  column-gap: 24px;
  display: flex;
  flex: 0 1 35%;
  font-size: 16px;
}
@media (max-width: 810px) {
  .features__item {
    flex: 0 1 90%;
    padding-left: 15px;
    width: 100%;
  }
}
@media (max-width: 430px) {
  .features__item {
    font-size: 15px;
  }
}
.features__item:before {
  border-bottom: 6px solid #6d18ef;
  border-right: 6px solid #6d18ef;
  bottom: 8px;
  content: "";
  display: inline-block;
  height: 40px;
  position: relative;
  transform: rotate(45deg);
  width: 30px;
}
.services {
  background: #f2f2f2;
  overflow: hidden;
  padding: 62px 0 80px;
}
@media (max-width: 810px) {
  .services {
    padding: 90px 0;
  }
}
@media (max-width: 430px) {
  .services {
    padding: 80px 0;
  }
}
.services__item {
  align-items: center;
  background: linear-gradient(180deg, #fff 0, #fff 95%, #6d18ef 0, #6d18ef);
  display: flex;
  flex-direction: column;
  height: 282px;
  justify-content: flex-start;
  max-width: 364px;
  padding: 54px 5px 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 430px) {
  .services__item {
    padding-bottom: 15px;
  }
}
.services__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 430px) {
  .services__text {
    font-size: 14px;
  }
}
.services__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 36px;
  text-align: center;
  width: 100%;
}
@media (max-width: 1280px) {
  .services__title {
    font-size: 28px;
    top: 30%;
  }
}
@media (max-width: 1080px) {
  .services__title {
    font-size: 24px;
    top: 130px;
  }
}
@media (max-width: 430px) {
  .services__title {
    font-size: 22px;
  }
}
.services__slider {
  margin: 0 auto;
  max-width: 1470px;
  padding-top: 62px;
  width: 100%;
  z-index: 3;
}
.services__slider .slick-list {
  padding: 0 !important;
}
@media (max-width: 1080px) {
  .services__slider .slick-list {
    padding: 0 30px !important;
  }
}
.services__slider .slick-track {
  align-items: flex-start;
  -moz-column-gap: 16px;
  column-gap: 16px;
  display: flex;
  justify-content: center;
}
.services__slider .slick-current {
  background: linear-gradient(180deg, #6d18ef 0, #6d18ef);
}
.services__slider .slick-current .services__text,
.services__slider .slick-current .services__title {
  color: #fff;
}
.services__slider .slick-slide {
  cursor: pointer;
  position: relative;
  transition: all 0.3s linear;
}
.services__slider .slick-slide img {
  width: 100%;
}
.about {
  overflow: hidden;
  padding: 16px 0 77px;
  position: relative;
}
@media (max-width: 810px) {
  .about {
    padding: 60px 0;
  }
}
.about .section__title {
  text-align: left;
}
@media (max-width: 810px) {
  .about .section__title {
    text-align: center;
  }
}
.about__inner {
  align-items: center;
  -moz-column-gap: 50px;
  column-gap: 50px;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}
@media (max-width: 810px) {
  .about__inner {
    flex-direction: column-reverse;
    row-gap: 30px;
  }
}
@media (max-width: 430px) {
  .about__inner {
    row-gap: 20px;
  }
}
.about__list {
  display: flex;
  flex: 0 1 100%;
  flex-direction: column;
  max-width: 713px;
  padding-top: 38px;
  row-gap: 24px;
}
@media (max-width: 810px) {
  .about__list {
    max-width: 538px;
    row-gap: 20px;
  }
}
.about__item {
  font-size: 16px;
  position: relative;
  z-index: 2;
}
@media (max-width: 430px) {
  .about__item {
    font-size: 16px;
  }
}
.about__item span {
  font-weight: 700;
}
.about__image {
  flex: 0 1 100%;
  max-width: 538px;
}
.about__image img {
  display: block;
  width: 100%;
}
.contacts {
  overflow: hidden;
  position: relative;
}
.contacts__inner {
  align-items: stretch;
  display: flex;
  /* height: 410px; */
  justify-content: center;
  padding-top: 38px;
}
@media (max-width: 810px) {
  .contacts__inner {
    flex-direction: column;
    height: auto;
  }
}
.contacts__links {
  background: #6d18ef;
  display: flex;
  flex: 0 1 100%;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  max-width: 554px;
  padding: 20px 68px;
  row-gap: 8px;
}
@media (max-width: 810px) {
  .contacts__links {
    max-width: 100%;
    padding: 30px;
    row-gap: 8px;
    width: 100%;
  }
}
@media (max-width: 430px) {
  .contacts__links {
    row-gap: 8px;
  }
}
.contacts__item {
  align-items: center;
  color: #d9d9d9;
  -moz-column-gap: 12px;
  column-gap: 12px;
  display: flex;
  line-height: 1.2;
  text-decoration: none;
}
.contacts__item:hover {
  text-decoration: underline;
}
.contacts__content {
  align-items: flex-end;
  background: #e5e5e5;
  display: flex;
  flex: 0 1 100%;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  max-width: 374px;
  padding-right: 34px;
  row-gap: 95px;
}
@media (max-width: 810px) {
  .contacts__content {
    max-width: 100%;
    padding: 30px;
    row-gap: 40px;
    width: 100%;
  }
}
.contacts__scedule {
  font-size: 16px;
  line-height: 1.4;
  padding-right: 40px;
  position: relative;
  text-align: right;
}
.contacts__scedule span {
  font-weight: 700;
  line-height: 1.4;
}
.contacts__scedule:after {
  background-image: url(../images/icon.png);
  background-size: contain;
  content: "";
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
}
.contacts__column {
  align-items: flex-end;
  background: #454343;
  display: flex;
  flex: 0 1 100%;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  max-width: 472px;
  padding-right: 49px;
  row-gap: 33px;
}
@media (max-width: 810px) {
  .contacts__column {
    max-width: 100%;
    padding: 30px;
    width: 100%;
  }
}
.contacts__nav {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 19px;
}
.contacts__nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 0.7;
  text-decoration: none;
}
.contacts__nav-link:hover {
  text-decoration: underline;
}
.hero-page {
  aspect-ratio: 15/7;
  background-image: url(../images/page-bcg.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 810px) {
  .hero-page {
    aspect-ratio: 4/4.5;
  }
}
.hero__page-inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  min-height: 100%;
  width: 100%;
}
@media (max-width: 810px) {
  .hero__page-inner {
    flex-direction: column;
    position: relative;
  }
}
.page__title {
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 810px) {
  .page__title {
    text-align: center;
  }
}
@media (max-width: 430px) {
  .page__title {
    font-size: 40px;
  }
}
.footer {
  bottom: 0;
  height: 55px;
  left: 0;
  position: relative;
  width: 100%;
}
@media (max-width: 810px) {
  .footer {
    padding: 30px 0;
  }
}
.copyright {
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  text-align: right;
}
/*# sourceMappingURL=styles.min.css.map */

.contacts__links,
.contacts__content,
.contacts__column{
  flex: 1 1 0;            /* або задай свої пропорції */
  height: auto;           /* щоб не було фіксованих висот */
}