@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Gilroy-Thin.woff") format("woff"), url("../fonts/Gilroy-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/Gilroy-ThinItalic.woff") format("woff"), url("../fonts/Gilroy-ThinItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Gilroy-UltraLight.woff") format("woff"), url("../fonts/Gilroy-UltraLight.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/Gilroy-UltraLightItalic.woff") format("woff"), url("../fonts/Gilroy-UltraLightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/Gilroy-LightItalic.woff") format("woff"), url("../fonts/Gilroy-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Gilroy-RegularItalic.woff") format("woff"), url("../fonts/Gilroy-RegularItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/Gilroy-MediumItalic.woff") format("woff"), url("../fonts/Gilroy-MediumItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/Gilroy-SemiBoldItalic.woff") format("woff"), url("../fonts/Gilroy-SemiBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Gilroy-BoldItalic.woff") format("woff"), url("../fonts/Gilroy-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Gilroy-ExtraBold.woff") format("woff"), url("../fonts/Gilroy-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/Gilroy-ExtraBoldItalic.woff") format("woff"), url("../fonts/Gilroy-ExtraBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 850;
  src: url("../fonts/Gilroy-Black.woff") format("woff"), url("../fonts/Gilroy-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 850;
  src: url("../fonts/Gilroy-BlackItalic.woff") format("woff"), url("../fonts/Gilroy-BlackItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Gilroy-Heavy.woff") format("woff"), url("../fonts/Gilroy-Heavy.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/Gilroy-HeavyItalic.woff") format("woff"), url("../fonts/Gilroy-HeavyItalic.woff2") format("woff2");
}
/* == BASE RULES AND VARIABLES== */
*:focus {
  outline: none;
}

*:invalid {
  box-shadow: none;
}

html {
  --accent-color: #3F92BF;
  scroll-behavior: smooth;
  overscroll-behavior: none;
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-width: 320px;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  font: normal normal 18px/1.5 Gilroy, sans-serif, sans-serif;
  color: #41464F;
}

/* == text elements == */
h1, h2, h3, h4, h5, h6 {
  margin: 0.5em 0;
  line-height: 1.16;
  font-weight: 600;
}

h1 {
  font-size: 48px;
  font-weight: 700;
  margin: 0.4em 0;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

ul, ol {
  margin: 0 0 1em;
  color: rgba(65, 70, 79, 0.8);
}

p {
  margin: 0 0 0.75em;
  color: rgba(65, 70, 79, 0.8);
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
  transition: all 0.25s ease-out;
  text-decoration: none;
  background-color: transparent;
}

hr {
  border-color: rgba(0, 0, 0, 0.5);
  border-top-color: rgba(0, 0, 0, 0.5);
  border-top-color: rgba(0, 0, 0, 0.5);
  border-top-color: rgba(0, 0, 0, 0.5);
  border-top: 0;
  margin: 30px 0;
}

.text-section {
  padding: 60px 0;
}

.drop {
  font-size: 16px;
}

.drop-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.drop-item-head {
  padding: 30px 34px 30px 0;
  cursor: pointer;
  position: relative;
}

.drop-item-head::after {
  content: "";
  position: absolute;
  right: 0;
  top: 28px;
  display: inline-block;
  vertical-align: middle;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url(/img/svg-icons/plus.svg);
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-color: var(--accent-color);
}

.drop-item-head h4 {
  font-size: 18px;
  font-weight: 600;
}

.drop-item-body {
  padding: 0 34px 30px 0;
  display: none;
}

/* == media elements == */
img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}

img,
iframe,
video {
  max-width: 100%;
  user-select: none;
}

a img {
  border: none;
}

.mask-icon {
  display: inline-block;
  vertical-align: middle;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-color: currentColor;
  flex: 0 0 auto;
  width: 1em;
  height: 1em;
}

/* == form elements == */
input, textarea, button, select {
  font: inherit;
  color: inherit;
}

input, textarea {
  outline: none;
}

input {
  width: 100%;
}

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

.input-text {
  appearance: none;
  width: 100%;
  background: transparent;
  transition: border-color 0.25s ease-out;
}

.input-file {
  display: none;
  opacity: 0;
  position: absolute;
}

textarea {
  resize: none;
  overflow: auto;
}

select::-ms-expand {
  display: none;
}

label {
  user-select: none;
}

button {
  cursor: pointer;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  border: 1px solid transparent;
  border-radius: 100px;
  max-width: 100%;
  user-select: none;
  text-align: center;
  line-height: 1;
  padding: 19px 32px;
  gap: 0 10px;
  text-decoration: none;
  font-weight: 500;
}

.btn-small {
  padding: 16px;
  border-radius: 24px;
}

.btn-bordered-accent {
  border-color: var(--accent-color);
  color: var(--accent-color);
}

.btn-bordered-accent:hover {
  background-color: var(--accent-color);
  color: #fff;
}

.btn-accent {
  background-color: var(--accent-color);
  color: #fff;
}

.btn-icon {
  font-size: 1.3em;
}

.btn-block {
  width: 100%;
}

/* == table elements == */
table {
  width: 100%;
}

/* == SKELETON RULES == */
.main {
  flex: 1 1 auto;
}

.container {
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

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

.section-head-centered {
  text-align: center;
}

.section-buttons {
  justify-content: center;
}

.section-blue {
  background-color: #D2EEFE;
}

.section-gray {
  background-color: #F6F6F6;
}

/*~ header ~*/
.header {
  padding: 50px 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.header-static {
  position: static;
}

.header > .container {
  display: flex;
  align-items: center;
}

.logo {
  display: block;
}

.header-logo img {
  max-height: 40px;
  width: auto;
}

.header-links {
  display: flex;
  gap: 10px;
  margin: 0 0 0 auto;
}

.header-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  max-width: 100%;
  user-select: none;
  text-align: center;
  line-height: 1;
  gap: 0 10px;
  text-decoration: none;
  color: var(--accent-color);
  font-weight: 500;
}

.header-link-icon {
  font-size: 1.3em;
}

.header-link:hover {
  text-decoration: underline;
}

/* == LAYOUT RULES == */
/*intro-section*/
.intro-section {
  overflow: hidden;
}

.intro {
  display: flex;
  align-items: center;
  min-height: 100vh;
  justify-content: space-between;
  gap: 10px;
  position: relative;
  padding: var(--h-height) 0;
}

.intro-content {
  max-width: 640px;
  width: 100%;
  padding: 32px 0 0;
}

.intro-text {
  margin: 0 0 40px;
}

.intro-image {
  position: absolute;
  pointer-events: none;
  left: 665px;
  top: 50%;
  transform: translateY(-50%);
  width: max-content;
}

.intro-image img {
  max-width: 875px;
  max-height: 80vh;
  width: auto;
  height: auto;
}

/*why-section*/
.why-section {
  padding: 100px 0;
}

.why {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.why-text {
  max-width: 600px;
  width: 100%;
}

.why-text h2 span {
  color: var(--accent-color);
}

.why-text h5 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #F6F6F6;
  border: 2px solid #E8E8E8;
  border-radius: 28px;
  padding: 10px 20px;
  color: rgba(65, 70, 79, 0.8);
}

.why-card {
  width: 360px;
  padding: 30px;
  border: 1px solid #E8E8E8;
  border-radius: 32px;
  background-color: #F6F6F6;
}

.why-card-image {
  margin: 0 0 16px;
}

.why-card-image img {
  height: 32px;
}

/*card-section*/
.card-section {
  padding: 100px 0;
}

.card {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.card-image {
  width: 467px;
  flex: 0 0 auto;
}

.card-image img {
  width: 100%;
}

.card-content {
  flex: 1 1 auto;
}

.card-text-columns {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  margin: 0 0 15px;
}

.card-text-column {
  width: calc(50% - 10px);
}

.card-text-column ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.card-text-column a {
  color: var(--accent-color);
}

.card-text-column ul li {
  position: relative;
  padding: 0 0 0 16px;
  margin: 0 0 8px;
}

.card-text-column ul li::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #3F444D;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*advantages-section*/
.advantages-section {
  padding: 100px 0;
}

.advantages-box {
  gap: 60px 40px;
  counter-reset: advantages-item;
}

.advantages-item {
  width: 440px;
  counter-increment: counter;
}

.advantages-item-head {
  padding: 0 0 0 70px;
  margin: 0 0 20px;
  position: relative;
}

.advantages-item-head::before {
  content: counter(counter, decimal-leading-zero) ".";
  color: var(--accent-color);
  font-size: 44px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*services-section*/
.services-section {
  padding: 100px 0;
}

.services-box {
  justify-content: center;
}

.services-card {
  width: 335px;
  min-height: 480px;
  padding: 30px;
  border-radius: 32px;
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
}

.services-card:nth-child(1),
.services-card:nth-child(4) {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.services-card-light {
  color: #fff;
}

.services-card-light ul {
  color: inherit;
}

.services-card-text {
  margin: 0 0 42px;
  position: relative;
  z-index: 1;
}

.services-card-text ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 16px;
}

.services-card-text li {
  position: relative;
  padding: 0 0 0 15px;
}

.services-card-text li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 1px;
  background-color: rgba(65, 70, 79, 0.8);
}

.services-card-light .services-card-text li::before {
  background-color: #fff;
}

.services-card-images {
  gap: 10px;
  position: relative;
  z-index: 1;
  margin-top: auto;
}

.services-card-image {
  width: 60px;
}

.services-card-image img {
  height: 60px;
  object-fit: cover;
  object-position: center;
}

.services-card-bg {
  width: 100%;
  position: absolute;
  padding: 0 25px;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

/*additional-section*/
.additional-section {
  padding: 80px 0;
}

.additional-box {
  margin: 0 0 40px;
}

.additional-item {
  width: 335px;
  text-align: center;
}

.additional-item-image {
  margin: 0 0 24px;
}

.additional-item-image img {
  height: 40px;
}

/*faq-section*/
.faq-section {
  padding: 100px 0;
}

.faq {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.faq-content {
  max-width: 600px;
  width: 100%;
}

.faq-drop {
  max-width: 740px;
  width: 100%;
}

.faq-text {
  margin: 0 0 32px;
}

.faq-text h5 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #F6F6F6;
  border: 2px solid #E8E8E8;
  border-radius: 28px;
  padding: 10px 20px;
  color: rgba(65, 70, 79, 0.8);
}

.faq-text h2 span {
  color: var(--accent-color);
}

/*~ footer ~*/
.footer {
  padding: 40px 0;
  background: linear-gradient(88deg, #41464F 2.9%, #212427 96.18%);
  font-size: 16px;
  color: #fff;
}

.footer p {
  color: inherit;
}

.footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 30px;
}

.footer-copy {
  max-width: 550px;
  width: 100%;
}

.footer-description {
  max-width: 915px;
  width: 100%;
}

.footer-links {
  display: flex;
  gap: 10px 40px;
  margin: 0 0 0 auto;
  font-weight: 500;
}

.footer-link:hover {
  text-decoration: underline;
}

.message {
  position: fixed;
  z-index: 5;
  bottom: 20px;
  left: 20px;
  width: 410px;
  max-width: calc(100% - 40px);
  background-color: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.message-close-btn {
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
  padding: 0.4em;
}

.message-text {
  font-size: 14px;
  margin: 0 0 1.7em;
}

.message-text:last-child {
  margin-bottom: 0;
}

.message-text a {
  color: var(--accent-color);
}

/* ~~ MEDIA QUERIES ALWAYS AT THE END ~~ */
@media (max-width: 1439px) {
  h1 {
    font-size: 44px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 22px;
  }
  .container {
    max-width: 1140px;
  }
  .section-head {
    margin: 0 0 45px;
  }
  .header {
    padding: 30px 0;
  }
  .intro-image {
    left: 500px;
  }
  .intro-image img {
    max-width: 700px;
  }
  .why-section {
    padding: 80px 0;
  }
  .why-text {
    max-width: 435px;
  }
  .why-text h5 {
    padding: 8px 16px;
  }
  .why-card {
    width: 307px;
    padding: 20px;
    border-radius: 24px;
  }
  .why-card-image {
    margin: 0 0 12px;
  }
  .card-section {
    padding: 80px 0;
  }
  .card {
    gap: 40px;
  }
  .card-image {
    width: 400px;
  }
  .advantages-section {
    padding: 80px 0;
  }
  .advantages-item {
    width: 343px;
  }
  .services-section {
    padding: 80px 0;
  }
  .services-card {
    width: 356px;
  }
  .additional-item {
    width: 262px;
  }
  .faq-section {
    padding: 80px 0;
  }
  .faq-content {
    max-width: 500px;
  }
  .faq-text h5 {
    padding: 8px 16px;
  }
  .footer-description {
    max-width: 620px;
  }
}
@media (max-width: 1279px) {
  h1 {
    font-size: 42px;
  }
  h3 {
    font-size: 26px;
  }
  body {
    font-size: 16px;
  }
  .container {
    max-width: 960px;
  }
  .section-head {
    margin: 0 0 45px;
  }
  .drop-item-head {
    padding: 24px 34px 24px 0;
  }
  .drop-item-head::after {
    top: 22px;
  }
  .btn {
    padding: 15px 25px;
  }
  .intro-content {
    max-width: 480px;
  }
  .intro-image {
    left: 365px;
  }
  .why-section {
    padding: 60px 0;
  }
  .why {
    display: block;
  }
  .why-text {
    max-width: 100%;
    margin: 0 0 40px;
  }
  .why-text h2 {
    margin: 0.35em 0;
    text-wrap: balance;
  }
  .why-card {
    width: calc(50% - 10px);
  }
  .card-section {
    padding: 60px 0;
  }
  .card-image {
    width: 300px;
  }
  .advantages-section {
    padding: 60px 0;
  }
  .advantages-item {
    width: 445px;
  }
  .services-section {
    padding: 60px 0;
  }
  .services-card {
    width: 445px;
  }
  .additional-section {
    padding: 60px 0;
  }
  .additional-item {
    width: calc(50% - 10px);
  }
  .faq-section {
    padding: 60px 0;
  }
  .faq-content {
    max-width: 430px;
  }
  .faq-text h2 {
    margin: 0.35em 0;
  }
  .footer-description {
    max-width: 520px;
  }
}
@media (max-width: 1023px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 36px;
  }
  .container {
    max-width: 720px;
  }
  .section-head {
    margin: 0 0 40px;
    text-align: center;
  }
  .drop-item {
    border-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .intro {
    flex-direction: column;
  }
  .intro-image {
    position: static;
    left: auto;
    transform: none;
    order: -1;
  }
  .intro-content {
    padding: 20px 30px;
    margin: -100px 0 0;
    background-color: #fff;
    border-radius: 30px;
    max-width: 500px;
  }
  .intro-text {
    margin: 0 0 30px;
  }
  .intro-btn {
    width: 100%;
  }
  .why-text {
    text-align: center;
  }
  .card {
    display: block;
  }
  .card-image {
    width: 380px;
    margin: 0 auto 40px;
  }
  .card-buttons {
    justify-content: center;
  }
  .card-text-columns {
    margin: 0 0 30px;
  }
  .advantages-box {
    gap: 40px 20px;
  }
  .advantages-item {
    width: calc(50% - 10px);
  }
  .advantages-item-head::before {
    font-size: 40px;
  }
  .services-card {
    width: 335px;
    padding: 20px;
    border-radius: 20px;
  }
  .faq {
    display: block;
  }
  .faq-content {
    text-align: center;
    max-width: 100%;
  }
  .faq-buttons {
    display: none;
  }
  .footer-top {
    flex-direction: column;
  }
  .footer-description {
    max-width: 100%;
  }
  .footer-links {
    order: -1;
    justify-content: center;
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  .container {
    max-width: 540px;
  }
  .header {
    padding: 20px 0;
  }
  .header-logo img {
    max-height: 28px;
  }
  .intro-image img {
    max-width: 615px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 20px;
  }
  .container {
    max-width: 100%;
  }
  .drop-item:last-child .drop-item-body {
    padding: 0 34px 0 0;
  }
  .btn {
    width: 100%;
  }
  .header-link-text span {
    display: none;
  }
  .intro-content {
    padding: 15px 20px;
    border-radius: 25px;
  }
  .intro-image img {
    max-width: 540px;
  }
  .why-card {
    width: 100%;
  }
  .why-text h5 {
    font-size: 12px;
  }
  .card-image {
    max-width: 400px;
    margin: 0 0 25px;
    width: 100%;
  }
  .card-text-column {
    width: 100%;
    padding: 0 10px;
  }
  .advantages-item {
    width: 100%;
  }
  .advantages-item:last-child {
    margin: 0;
  }
  .services-card {
    width: 100%;
    max-width: 400px;
    min-height: 420px;
  }
  .additional-box {
    gap: 40px 0;
  }
  .additional-item {
    width: 100%;
  }
  .additional-item-image {
    margin: 0 0 15px;
  }
  .faq-text h5 {
    font-size: 12px;
  }
  .footer-links {
    flex-direction: column;
  }
}