@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  overflow-x: hidden;
}

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

/* Grouping content
	 ========================================================================== */

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

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

/**
 * 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;
  outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* img {
	height: auto;
	max-width: 100%;
} */

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

:root {
  --mainColor: #3a89eb;
  --secondColor: #fa5500;
  --bgColor: #dbf0ff;
  --gray: #f4f4f4;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.8;
}

*:not(svg, rect, path, circle, g) {
  color: #000000;
}

html {
  overflow-x: hidden;
}

.container {
  width: 1440px;
  margin: 0 auto;
}

.container.xl {
  width: 1600px;
}

.container.xs {
  width: 1174px;
}

body {
  --screen-width: calc(100vw - (100vw - 100%));
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  font-weight: 700;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 45px;
  margin-bottom: 15px;
}

p:not(:last-child) {
  margin-bottom: 16px;
}

header ul {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

ul {
  margin: 0 0 0 16px;
}

header ul,
footer ul {
  list-style: none;
  margin: 0;
}

button {
  border: none;
  cursor: pointer;
}

span,
a,
i,
p,
li {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  outline: none;
  width: 100%;
  padding: 16px 32px;
  border: none;
  background: var(--gray);
  border-radius: 12px;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #000000;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #000000;
}

input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="range"]::-ms-input-placeholder,
input[type="date"]::-ms-input-placeholder,
input[type="month"]::-ms-input-placeholder,
input[type="week"]::-ms-input-placeholder,
input[type="time"]::-ms-input-placeholder,
input[type="datetime"]::-ms-input-placeholder,
input[type="datetime-local"]::-ms-input-placeholder,
input[type="color"]::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
  color: #000000;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #000000;
}

select {
  padding: 16px 64px 16px 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: var(--gray) url(../img/down_arrow.svg) no-repeat calc(100% - 16px)
    center;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 21px 61px;
  color: #ffffff;
  background-color: var(--secondColor);
  border-radius: 12px;
  border: none;
  cursor: pointer;
}

textarea,
.textarea {
  height: 218px;
  resize: none;
  width: 100%;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tac {
  text-align: center;
}

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

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

.d-flex-sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.d-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-flex-sb-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-grid {
  display: -ms-grid;
  display: grid;
}

.d-grid-2 {
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}

.d-grid-3 {
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
}

.d-grid-4 {
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
}

.btn {
  display: inline-block;
  cursor: pointer;
  padding: 21px 61px;
  font-size: 23px;
  line-height: 1;
  font-weight: 500;
  border-radius: 12px;
  background-color: var(--secondColor);
  color: #fff;
  text-align: center;
  transition: 0.15s;
}

.btn.--bold {
  font-weight: 600;
}

.btn.--outline {
  border: 2px solid var(--mainColor);
  color: var(--mainColor);
  background: transparent;
}

.btn.--outlineWhite {
  color: #f4f4f4;
  border: 2px solid #f4f4f4;
  background: transparent;
}

.btn.--main {
  background-color: var(--mainColor);
}

.btn.--secondColor {
  background-color: var(--secondColor);
}

.btn.--dark {
  background: #2f6ebd;
}

.arrowLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 23px;
  font-weight: 500;
  color: var(--mainColor);
}

@media (max-width: 768px) {
  .btn {
    font-size: 13px;
    padding: 13.5px 37px;
    border-radius: 7px;
  }
}

.header {
  background-color: var(--bgColor);
}

.header__top {
  background-color: #96ccf2;
}

.header__top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 49px;
  color: #1a75e4;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.header__top .button,
.header__top ul li:last-child {
  padding: 8px 21px;
  color: #fff;
  background-color: var(--mainColor);
}
.header__top ul li {
  padding: 8px 0px;
}

.header__wrap {
  padding: 20px 0;
}

.header__menu {
  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;
}

.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6vw;
  font-size: 16px;
}

.header__triggers {
  gap: 27px;
}

.hamburger {
  display: none;
}

@media (max-width: 1340px) {
  .header__menu ul {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 27px;
    cursor: pointer;
  }

  .hamburger span {
    background-color: var(--mainColor);
    display: block;
    height: 3px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    margin: 2px 0;
    border-radius: 6px;
  }

  .header__wrap {
    padding: 10px 0;
  }

  .header__innerLinks {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: var(--bgColor);
    padding: 96px 0 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    pointer-events: none;
    opacity: 0;
    z-index: -1;
  }

  .header__menu {
    width: 100%;
    padding: 20px 32px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: auto;
  }

  .header__menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }

  .header__menuWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    gap: 0;
    width: 100%;
  }

  .header__menuWrap li {
    padding: 12px 0;
  }

  .header.--active .logo {
    z-index: 100;
  }

  .header.--active .hamburger span {
    z-index: 3333;
  }

  .header.--active .hamburger span:first-child {
    -webkit-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg);
  }

  .header.--active .hamburger span:nth-child(2) {
    -webkit-transform: translateY(-3px) rotate(-45deg);
    transform: translateY(-3px) rotate(-45deg);
  }

  .header.--active .hamburger span:nth-child(3) {
    display: none;
  }

  .header.--active .header__triggers {
    z-index: 100;
  }

  .header.--active .header__innerLinks {
    opacity: 1;
    pointer-events: unset;
    z-index: 99;
  }
}

@media (max-width: 786px) {
  .header .logo {
    max-width: 106px;
  }

  .header .header__triggers {
    gap: 6px;
  }

  .header .header__triggers a {
    width: 15px;
    height: 15px;
  }
}

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

.heroPage {
  background-color: var(--bgColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heroPage .container {
  position: relative;
}

.heroPage__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
}

.heroPage__info {
  /* max-width: 600px; */
  width: 53%;
  padding: 80px 0;
}

.heroPage__subtitle {
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.heroPage__title {
  margin: 20px 0 18px;
}

.heroPage__text {
  max-width: 563px;
}

.heroPage__image {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
}

.heroPage__image.--mobile {
  display: none;
}

@media (max-width: 991px) {
  .heroPage {
    min-height: auto;
  }

  .heroPage .container.xl {
    width: 100%;
  }

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

  .heroPage__info {
    text-align: center;
    max-width: 100%;
    width: 100%;
    padding: 16px 20px;
  }

  .heroPage__text {
    margin: 0 auto;
  }

  .heroPage__image {
    position: static;
    width: 100%;
  }

  .heroPage__image.--mobile {
    display: block;
  }

  .heroPage__image.--desktop {
    display: none;
  }
}

@media (max-width: 768px) {
  .heroPage__subtitle {
    font-size: 12px;
  }
}

.posts {
  padding: 100px 0;
}

.posts__title {
  text-align: center;
  margin: 0 0 55px;
}

.posts__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 4vw;
}

.alm-listing.alm-ajax.posts__grid {
  margin-top: 64px;
}
.posts__btn {
  margin: 77px 0 0;
}

.filters {
  margin-bottom: 55px;
}

.filters form {
  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;
  gap: 16px;
}
.filters__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 23px;
}

.filters__title {
  white-space: nowrap;
}

.postItem {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.postItem__img {
  display: inline-block;
  border-radius: 12px;
}

.postItem__title {
  font-size: 23px;
  margin: 20px 0 10px;
  text-align: left;
}

.postItem__text {
  margin-bottom: 35px;
  text-align: left;
}

.posts__btn:disabled {
  display: none;
}
@media (max-width: 768px) {
  .posts {
    padding: 86px 0 68px;
  }

  .posts__title {
    margin: 0 0 23px;
  }

  .posts__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .alm-listing.alm-ajax.posts__grid {
    margin-top: 35px;
  }

  .posts__btn {
    margin: 50px 0 0;
  }

  .filters {
    margin-bottom: 46px;
  }

  .filters__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 7px;
    width: 100%;
  }

  .filters form,
  .filters select {
    width: 100%;
  }

  .filters select {
    padding: 10px 12px;
    font-size: 12px;
    border-radius: 6px;
  }

  .filters__title {
    font-size: 12px;
  }

  .postItem__title {
    font-size: 18px;
    margin: 16px 0 4px;
  }

  .postItem__text {
    margin-bottom: 15px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .filters form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}

.social a {
  max-width: 32px;
}

.social.--white svg path {
  fill: #fff;
}

.contacts {
  padding: 89px 0 69px;
}

.contacts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 4vw;
}

.contacts__text {
  margin-bottom: 45px;
  max-width: 530px;
}

.contacts__items {
  margin-bottom: 80px;
}

.contacts__items.--white svg path {
  fill: #fff;
}

.contacts__itemsTitle {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 24px;
}

.contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  font-size: 16px;
}

.contacts__item:not(:last-child) {
  margin-bottom: 30px;
}

.contacts__form {
  width: 50%;
  max-width: 660px;
}

.contacts__form form p {
  width: 100%;
  margin-bottom: 25px;
}

.contacts__form form .d-flex {
  gap: 21px;
}

.contacts__form form input[type="submit"] {
  margin-top: 9px;
}
@media (max-width: 1100px) {
  .contacts__form form .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 991px) {
  .contacts__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
  }

  .contacts__form {
    width: 100%;
    max-width: 100%;
  }

  .contacts__form form p {
    width: 100%;
    margin-bottom: 19px;
  }
}

.map {
  padding: 20px 0 120px;
}

.map__inner iframe {
  width: 100%;
  height: 530px;
  border-radius: 12px;
}

.mission {
  padding: 110px 0;
}

.mission__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 4vw;
}

.mission__info {
  margin-top: 28px;
  width: 45%;
}

.mission__images {
  width: 55%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 21px 19px;
}

.mission__images img {
  border-radius: 12px;
}

.mission__images img:last-child {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

@media (max-width: 991px) {
  .mission__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }

  .mission__info {
    width: 100%;
  }

  .mission__images {
    width: 100%;
  }
}

.team {
  padding: 101px 0;
  background-color: var(--bgColor);
}

.team__title {
  margin-bottom: 30px;
}

.team__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 47px 2.5vw;
  margin-bottom: 61px;
}

.team__item {
  padding: 20px;
  border-radius: 24px;
  background-color: #fff;
}

.team__img {
  border-radius: 12px;
}

.team__name {
  font-size: 23px;
  font-weight: 700;
  margin: 20px 0 3px;
}

.team__address {
  margin-bottom: 16px;
}

@media (max-width: 991px) {
  .team__inner {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .team__inner {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }

  .team__name {
    font-size: 18px;
    margin: 12px 0 3px;
  }
}

.reviews {
  padding: 95px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.reviews * {
  color: #fff;
}

.reviews .overlay {
  background-color: rgba(26, 117, 228, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.reviews .container {
  z-index: 2;
  position: relative;
}

.reviews__slider {
  width: 100%;
  max-width: 780px;
  margin: 63px auto 0;
}

.reviews__sliderThumbsInner {
  margin: 0 auto 45px;
  max-width: 287px;
  overflow: hidden;
}

.reviews__sliderThumbsInner .swiper-wrapper {
  margin-left: -14px;
}

.reviews__sliderThumbsInner .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transform: scale(0.67);
  transform: scale(0.67);
  opacity: 0.4;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  will-change: opacity, transform;
  transition:
    transform 0.5s,
    -webkit-transform 0.5s,
    opacity 0.5s;
}

.reviews__sliderThumbsInner .swiper-slide-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}

.reviews__sliderThumbsInner .swiper-slide img {
  display: block;
  min-width: 132px;
  width: 132px;
  height: 132px;
  border: 2px solid #fff;
  margin: 0 auto;
  border-radius: 50%;
}

.reviews__sliderText {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.reviews__sliderText .text {
  font-size: 25px;
  font-style: italic;
  margin-bottom: 16px;
}

.reviews__sliderText .name {
  font-size: 20px;
}

.reviews__sliderText .swiper-slide {
  text-align: center;
  overflow: hidden;
}

@media (max-width: 768px) {
  .reviews {
    padding: 60px 0;
  }

  .reviews__slider {
    margin: 40px auto 0;
  }

  .reviews__sliderThumbsInner {
    max-width: 184px;
  }

  .reviews__sliderThumbsInner .swiper-wrapper {
    margin-left: -8px;
  }

  .reviews__sliderThumbsInner .swiper-slide img {
    min-width: 80px;
    width: 80px;
    height: 80px;
  }

  .reviews__sliderText .text {
    font-size: 18px;
  }

  .reviews__sliderText .name {
    font-size: 16px;
  }
}

.formBlock {
  background-color: #96ccf2;
}

.formBlock__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}

.formBlock__inner img {
  height: 100%;
  width: 100%;
}

.formBlock__contentInner {
  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;
  padding: 35px 7vw 58px;
}

.formBlock__content {
  max-width: 570px;
}

.formBlock__content form {
  margin-top: 42px;
}

.formBlock__content form p {
  margin-bottom: 25px;
}

.formBlock__content form input[type="submit"] {
  margin-top: 9px;
  max-width: 320px;
  width: 100%;
}

@media (max-width: 991px) {
  .formBlock__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .formBlock__contentInner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 35px 12px 58px;
  }

  .formBlock__content {
    max-width: 100%;
  }

  .formBlock__inner img {
    width: 100%;
    max-height: 500px;
  }

  .formBlock__content form {
    margin-top: 26px;
  }

  .formBlock__content form p {
    margin-bottom: 19px;
  }

  .formBlock__content form input[type="submit"] {
    max-width: 100%;
    margin-top: 3px;
  }
}

.heroSingle {
  position: relative;
  padding: 116px 0 00px;
}

.heroSingle:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
  background-color: var(--bgColor);
  z-index: -1;
}

.heroSingle__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}

.heroSingle__info {
  margin-top: 5rem;
  margin-bottom: 150px;
  max-width: 45%;
}

.heroSingle__subtitle {
  font-weight: 600;
  text-transform: uppercase;
}

.heroSingle__image {
  width: 55%;
  border-radius: 12px;
}

@media (max-width: 1200px) {
  .heroSingle__info {
    max-width: 55%;
  }

  .heroSingle__title {
    font-size: 30px;
  }

  .heroSingle__image {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .heroSingle {
    padding: 40px 0;
  }

  .heroSingle__subtitle {
    font-size: 12px;
  }

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

  .heroSingle__info {
    max-width: 100%;
    margin: 0;
  }

  .heroSingle__image {
    width: 100%;
  }
}

.singleHead {
  padding: 20px 0 40px;
}

.singleHead__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10vw;
}

.singleHead__photo {
  border-radius: 50%;
  min-width: 160px;
  width: 160px;
  height: 160px;
  margin: 0 auto 42px;
}

.singleHead__name {
  font-size: 23px;
  font-weight: 600;
}

.singleHead__position {
  margin-bottom: 5px;
}

.singleHead__date {
  font-size: 14px;
}

.singleHead__text {
  padding-top: 40px;
}

.singleContent {
  margin: 60px 0;
}

.singleContent p {
  font-weight: 300;
}

.singleContent img {
  border-radius: 12px;
}

.m-text {
  font-size: 33px;
  line-height: normal;
  font-weight: 600;
}

.textColumn {
  margin: 70px 0;
}

.textColumn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.textColumn__left {
  width: 50%;
}

.textColumn__left p {
  font-weight: 300;
}

.textColumn__right {
  width: 42%;
}

@media (max-width: 768px) {
  .singleHead {
    padding: 20px 0;
  }
  .singleContent {
    margin: 30px 0;
  }
  .singleHead__inner {
    flex-direction: column;
    gap: 0;
  }
  .singleHead__info {
    text-align: center;
  }
  .m-text {
    font-size: 20px;
  }
  .textColumn {
    margin: 40px 0;
  }
  .textColumn__inner {
    flex-direction: column;
    gap: 24px;
  }
  .textColumn__inner > div {
    width: 100%;
  }
}

.footer {
  padding: 57px 0 45px;
  background-color: var(--mainColor);
}

.footer * {
  color: #fff;
}

.footer__logo {
  margin-bottom: 37px;
}

.footer__main {
  max-width: 340px;
}

.footer ul li {
  font-size: 16px;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 35px;
}

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

.footer__bottomMenu li {
  line-height: 1;
}

.footer__bottomMenu li:not(:last-child) {
  border-right: 1px solid #ffffff;
  padding-right: 6px;
  margin-right: 6px;
}

.footer__title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 27px;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 97px;
}

.footer__inner ul li:not(:last-child) {
  margin-bottom: 25px;
}

.footer .col2 {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  column-gap: 50px;
}

.rights {
  font-size: 16px;
}

@media (max-width: 1150px) {
  .footer__inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .footer {
    padding: 68px 0 74px;
  }

  .footer__logo {
    max-width: 249px;
    margin: 0 auto 35px;
  }

  .footer__main {
    text-align: center;
    max-width: 100%;
    font-size: 14px;
  }

  .footer__bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__bottomMenu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 4px;
  }

  .footer__bottomMenu li a {
    font-size: 12px;
  }

  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 80px;
  }

  .footer__inner ul li:not(:last-child) {
    margin-bottom: 17px;
  }

  .footer .col2 {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .footer .contacts__items {
    margin-bottom: 47px;
  }

  .rights {
    font-size: 12px;
    line-height: 1;
  }
}

@media (max-width: 1640px) {
  .container.xl {
    width: 96%;
    max-width: 100%;
  }
}

@media (max-width: 1500px) {
  .container {
    width: 90%;
    max-width: unset;
  }
}

@media (max-width: 1240px) {
  .container.xs {
    width: 90%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  * {
    font-size: 14px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 28px;
    margin-bottom: 8px;
  }

  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"],
  textarea,
  select {
    font-size: 13px;
    padding: 11.3px 22px;
    border-radius: 9px;
  }

  select {
    background: var(--gray) url(../img/down_arrow_mob.svg) no-repeat 95%;
  }

  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    font-size: 17px;
    border-radius: 9px;
    padding: 17.5px 24px;
    width: 100%;
  }

  a:hover {
    opacity: 1;
  }
}

.articlesBlock__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}

.articleItem {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 200px;
  aspect-ratio: 1.8;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.articleItem::before,
.articleItem::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.articleItem:before {
  mix-blend-mode: color;
}

.articleItem::after {
  height: 80%;
  bottom: 0;
}

.articleItem__content {
  z-index: 2;
  padding: 3vw 8vw 3vw 8vw;
}

.articleItem:nth-child(odd)::before {
  background: rgba(250, 85, 0, 0.8);
}

.articleItem:nth-child(odd)::after {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fa5500),
    to(rgba(250, 85, 0, 0))
  );
  background: linear-gradient(0deg, #fa5500 0%, rgba(250, 85, 0, 0) 100%);
}

.articleItem:nth-child(even)::before {
  background: rgba(251, 186, 7, 0.8);
}

.articleItem:nth-child(even)::after {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fbba07),
    to(rgba(251, 186, 7, 0))
  );
  background: linear-gradient(0deg, #fbba07 0%, rgba(251, 186, 7, 0) 100%);
}

.articleItem__cat {
  font-size: 21px;
  color: #fff;
}

.articleItem__title {
  font-size: 33px;
  color: #fff;
}

.articleItem__title span {
  color: #000;
}

@media (max-width: 991px) {
  .articleItem__title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .articlesBlock__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.iconsBlock {
  padding: 120px 0 145px;
  background: #f4fbff;
}

.iconsBlock__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 113px 3vw;
}

.iconsBlock__item {
  max-width: 313px;
  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;
}

.iconsBlock__item img {
  display: block;
  margin: 0 auto 30px;
}

.iconsBlock__itemTitle {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 36px;
}

.iconsBlock__itemTitle span {
  color: var(--secondColor);
}

@media (max-width: 767px) {
  .iconsBlock {
    padding: 60px 0;
  }

  .iconsBlock__itemTitle {
    font-size: 18px;
    margin-bottom: 24px;
  }

  .iconsBlock__inner {
    gap: 60px 8vw;
  }

  .iconsBlock__item {
    max-width: 42%;
  }

  .iconsBlock__item img {
    max-width: 80px;
  }
}

.btnPrev {
  background-color: var(--mainColor);
}

.btnNav {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 2px solid var(--mainColor);
  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;
  user-select: none;
}

.btnNav.--unactive {
  pointer-events: none;
  opacity: 0.5;
}

.membersSlider {
  padding: 100px 0;
}

.membersSlider__title {
  margin: 0 auto 37px;
  text-align: center;
}

.membersSlider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}

.membersSlider__btn {
  z-index: 2;
}

.membersSlider .swiper-button {
  position: static;
  margin: 0;
}

.membersSlider .swiper-button-prev:after,
.membersSlider .swiper-rtl .swiper-button-next:after,
.membersSlider .swiper-button-next:after,
.membersSlider .swiper-rtl .swiper-button-prev:after {
  display: none;
}

.membersSlider__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4vw;
  margin-top: -60px;
  max-width: 65%;
  margin-left: auto;
}

.membersSlider__slideInner {
  display: block;
  height: 100%;
}

.membersSlider__slide {
  border-radius: 24px;
}

.membersSlider__slide:not(.swiper-slide-active) {
  background-color: #f4f4f4;
}

.membersSlider__slide:not(.swiper-slide-active) .arrow {
  display: none;
}

.membersSlider__slide.swiper-slide-active {
  position: relative;
}

.membersSlider__slide.swiper-slide-active .info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 20px 35px;
}

.membersSlider__slide.swiper-slide-active .info * {
  color: #fff;
}

.membersSlider__slide.swiper-slide-active .info__descr {
  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;
  gap: 10px;
}

.membersSlider__img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.membersSlider__slide .info p:not(:last-child) {
  margin-bottom: 3px;
}

.membersSlider__slide .info h3 {
  margin: 20px 0 10px;
  font-size: 23px;
}

.membersSlider__items.--typeLink .membersSlider__slide .info__descr {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
}

.membersSlider__items.--typeLink .membersSlider__slide .info__descr .arrowLink {
  text-transform: uppercase;
}

.membersSlider__items.--typeLink .membersSlider__slide .info__descr .date {
  display: none;
}

.membersSlider__items.--typeLink
  .membersSlider__slide.swiper-slide-active
  .info__descr
  .arrowLink {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.membersSlider__items.--typeLink
  .membersSlider__slide.swiper-slide-active
  .info__descr
  .arrowLink
  svg {
  width: 50px;
  height: auto;
}

.membersSlider__items.--typeLink
  .membersSlider__slide.swiper-slide-active
  .info__descr
  .arrowLink
  svg
  path {
  fill: #fff;
}

@media (max-width: 1200px) {
  .membersSlider__controls {
    max-width: 49%;
  }
}

@media (max-width: 1024px) {
  .membersSlider__controls {
    margin-top: 24px;
    max-width: 100%;
  }
}

@media (min-width: 767px) {
  .membersSlider__slide:not(.swiper-slide-active) {
    padding: 20px 20px 35px;
  }

  .membersSlider__slide:not(.swiper-slide-active) .membersSlider__img {
    max-height: 318px;
    aspect-ratio: 1.3;
  }

  .membersSlider__slide.swiper-slide-active {
    height: 608px;
  }

  .membersSlider__slide.swiper-slide-active .info {
    padding: 20px 20px 35px;
  }
}

@media (max-width: 767px) {
  .btnNav {
    width: 30px;
    height: 30px;
    padding: 7px;
  }

  .btnNav svg {
    width: 100%;
    height: 100%;
  }

  .membersSlider {
    padding: 50px 0;
  }

  .membersSlider .container {
    width: 96%;
  }

  .membersSlider__title {
    margin-bottom: 45px;
    max-width: 280px;
  }

  .membersSlider__items {
    padding: 0 40px;
  }

  .membersSlider__slide {
    min-height: 380px;
    height: auto;
    aspect-ratio: 0.8;
  }

  .membersSlider__slide .info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 15px 15px;
  }

  .membersSlider__slide.swiper-slide-active .info {
    padding: 20px 15px 15px;
  }
  .membersSlider__slide .info .arrow {
    display: none;
  }

  .membersSlider__slide .info h3 {
    font-size: 14px;
    margin: 20px 0 5px;
  }

  .membersSlider__slide.swiper-slide .info * {
    color: #fff;
  }

  .membersSlider__slide .info p {
    font-size: 11px;
  }

  .membersSlider__nav {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .membersSlider .swiper-button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .membersSlider .swiper-button-prev {
    left: 0;
  }

  .membersSlider .swiper-button-next {
    right: 0;
  }

  .membersSlider__controls {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.heroHome {
  background-color: #e0f1ff;
  min-height: 800px;
  position: relative;
  margin-bottom: 90px;
}

.heroHome__image {
  position: absolute;
  right: 0;
  bottom: -90px;
  max-width: 991px;
  width: 60%;
}

.heroHome__content {
  padding: 100px 0;
  position: relative;
  z-index: 2;
  max-width: 1140px;
}

.heroHome__content h1 {
  font-size: 70px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 700;
}

.heroHome__content h1 span {
  color: var(--secondColor);
}

.heroHome__content .btn {
  padding: 19px 32px;
  text-decoration: none;
  color: #fff;
  width: 297px;
  text-align: center;
  text-wrap: balance;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 12px;
}

.heroHome__content .btn-full {
  background-color: #ff6a00;
}

.heroHome__content .btn-partial {
  background-color: #ffc300;
}

.heroHome__text {
  max-width: 565px;
  margin-bottom: 35px;
}

.heroHome__tagline {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #000;
}

.heroHome__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media (max-width: 991px) {
  .heroHome__content {
    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;
  }

  .heroHome__content h1 {
    font-size: 46px;
    text-align: center;
  }

  .heroHome__tagline {
    text-align: center;
  }

  .heroHome__text {
    text-align: center;
  }

  .heroHome__image {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .heroHome {
    min-height: auto;
    margin-bottom: 26px;
  }

  .heroHome__content {
    padding: 40px 0;
  }

  .heroHome__content h1 {
    font-size: 30px;
  }

  .heroHome__image {
    position: static;
    width: 100%;
    margin-bottom: -25px;
  }

  .heroHome__tagline {
    font-size: 12px;
    margin: 0 auto 21px;
    width: 90%;
  }

  .heroHome__text {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .heroHome__btns {
    gap: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heroHome__btns .btn {
    width: 148px;
    padding: 9px;
    font-size: 9.95px;
    font-weight: 600;
    line-height: 11.94px;
    border-radius: 6px;
  }
}

.postItem__img {
  aspect-ratio: 1.4;
}

.events {
  background-color: #dbf0ff;
}

.events .posts__grid {
  -webkit-column-gap: 2vw;
  column-gap: 2vw;
}

.eventsPost {
  background-color: #fff;
  border-radius: 24px;
  padding: 20px 20px 35px;
}

.eventsPost .postItem__text {
  margin-bottom: 3px;
}

@media (max-width: 991px) {
  .eventsPost {
    background-color: #fff;
    border-radius: 17px;
    padding: 14px 15px 25px;
  }

  .postItem__img {
    border-radius: 8px;
  }
}

@media (max-width: 768px) {
  .eventsPost:nth-child(2),
  .eventsPost:nth-child(3) {
    display: none;
  }
}

.resourcesGrid {
  background-color: #f4fbff;
  padding: 100px 0 130px;
}

.resourcesGrid__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 2vw;
}

.resourcesGrid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 24px;
  background-color: #dbf0ff;
}

.resourcesGrid__item .arrowLink {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.resourcesGrid__content {
  padding: 33px 30px 33px 28px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 100px;
}

.resourcesGrid__image {
  width: 48%;
  border-radius: 24px 0 0 24px;
}

.resourcesGrid__title {
  font-size: 33px;
}

.resourcesGrid__title .tagline {
  max-width: 262px;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 3px;
}

@media (max-width: 1200px) {
  .resourcesGrid__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .resourcesGrid {
    padding: 70px 0 53px;
  }

  .resourcesGrid__items {
    gap: 11px;
  }

  .resourcesGrid__item {
    border-radius: 11px;
  }

  .resourcesGrid__item .arrowLink {
    font-size: 8px;
    gap: 11px;
  }

  .resourcesGrid__item .arrowLink svg {
    width: 12px;
  }

  .resourcesGrid__content {
    padding: 20px 14px 20px 14px;
    gap: 48px;
  }

  .resourcesGrid__image {
    border-radius: 11px 0 0 11px;
  }

  .resourcesGrid__title {
    font-size: 15px;
  }

  .resourcesGrid__title .tagline {
    max-width: 120px;
    font-size: 9px;
    font-weight: 500;
    margin-bottom: 3px;
  }
}

.webinars {
  background-color: #f4fbff;
  padding: 103px 0 98px;
}

.webinars__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 21% 70%;
  grid-template-columns: 21% 70%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 124px;
}

.webinars__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  margin-top: 45px;
  user-select: none;
}

.webinars__nav.--mobile {
  display: none;
}

.swiper-button {
  transition: 0.15s;
}

.webinars .swiper-button {
  position: static;
  margin: 0;
}

.webinars .swiper-button-prev:after,
.webinars .swiper-rtl .swiper-button-next:after,
.webinars .swiper-button-next:after,
.webinars .swiper-rtl .swiper-button-prev:after {
  display: none;
}

.webinars__sectionTitle {
  text-align: left;
  margin-bottom: 15px;
}

.webinars__items {
  overflow: hidden;
  margin-bottom: 65px;
}

.webinars__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 24px;
  background-color: #dbf0ff;
}

.webinars__item .arrowLink {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.webinars__content {
  width: 100%;
  padding: 33px 30px 33px 28px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 33px;
}

.webinars__image {
  width: 35%;
  border-radius: 24px 0 0 24px;
}

.webinars__date {
  font-size: 21px;
  font-weight: 500;
  margin-top: 6px;
}

.webinars__title {
  font-size: 33px;
}

.webinars__title .tagline {
  max-width: 262px;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 33px;
}

@media (max-width: 991px) {
  .webinars__inner {
    display: block;
  }

  .webinars__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    margin-top: 45px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .webinars {
    padding: 77px 0 86px;
  }

  .webinars__sectionTitle {
    text-align: center;
  }

  .webinars__nav {
    margin: 0;
  }

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

  .webinars__nav.--desktop {
    display: none;
  }

  .webinars__slider {
    position: relative;
  }

  .webinars__items {
    margin: 25px 0;
  }

  .webinars__text {
    text-align: center;
  }

  .webinars__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 14px;
  }

  .webinars__item:not(:last-child) {
    margin-bottom: 0px;
  }

  .webinars__item .arrowLink {
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 12px;
  }

  .webinars__item .arrowLink svg {
    display: none;
  }

  .webinars__content {
    padding: 12px 13px;
    gap: 10px;
  }

  .webinars__image {
    width: 100%;
    border-radius: 14px 14px 0 0;
  }

  .webinars__date {
    font-size: 14px;
  }

  .webinars__title {
    font-size: 24px;
  }

  .webinars__title .tagline {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .webinars {
    position: relative;
  }
  .webinars .container {
    width: 96%;
  }

  .webinars .swiper-button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .webinars__items {
    padding: 0 40px;
  }

  .webinars .swiper-button-prev {
    left: 0;
  }

  .webinars .swiper-button-next {
    right: 0;
  }
}

.membersGrid {
  padding: 118px 0 178px;
}

.membersGrid__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 66px 2vw;
  margin-bottom: 96px;
}

.membersCard {
  border-radius: 24px;
  background-color: #f4f4f4;
  padding: 20px 20px 35px;
}

.membersCard .membersCard__img {
  max-height: 318px;
  aspect-ratio: 1.3;
}

.membersCard__img {
  border-radius: 12px;
  width: 100%;
}

.membersCard .info p:not(:last-child) {
  margin-bottom: 3px;
}

.membersCard .info h3 {
  margin: 20px 0 10px;
  font-size: 23px;
}

.membersGrid .--typeMainCards .membersCard:first-child {
  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-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0;
}

.membersGrid .--typeMainCards .membersCard:first-child .info {
  z-index: 2;
  position: relative;
  padding: 20px 20px 35px;
}

.membersGrid .--typeMainCards .membersCard:first-child .info * {
  color: #fff;
}

.membersGrid .--typeMainCards .membersCard:first-child .info__descr {
  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;
  gap: 10px;
}

.membersGrid .--typeMainCards .membersCard:first-child .membersCard__img {
  max-height: 508px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.membersGrid .--typeMainCards .membersCard:not(:first-child) {
  background-color: #f4f4f4;
  padding: 20px 20px 35px;
}

.membersGrid .--typeMainCards .membersCard:not(:first-child) .arrow {
  display: none;
}

.membersGrid .--typeMainCards .membersCard:not(:first-child) .membersCard__img {
  max-height: 318px;
  aspect-ratio: 1.3;
}

@media (max-width: 1100px) {
  .membersGrid__grid {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .membersGrid {
    padding: 60px 0;
  }

  .membersGrid__grid {
    /* -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; */
    gap: 12px;
    margin-bottom: 24px;
  }
  .membersGrid .arrowLink {
    font-size: 12px;
  }
  .membersGrid .info__descr p {
    font-size: 12px;
  }
  .membersGrid .info__descr p {
    margin-bottom: 4px;
  }

  .membersCard {
    border-radius: 8px;
    padding: 12px;
  }

  .membersCard:not(:first-child) {
    padding: 14px 15px 25px;
  }

  .membersGrid .membersCard__img {
    border-radius: 8px;
    aspect-ratio: 1;
  }

  .membersCard .info h3 {
    font-size: 14px;
    margin: 10px 0 5px;
  }

  .membersCard .info p {
    font-size: 11px;
  }

  .membersGrid .--typeMainCards .membersCard:first-child .info {
    padding: 14px 15px 25px;
  }

  .membersGrid .--typeMainCards .membersCard:first-child {
    min-height: 340px;
  }
}

.membersGrid__nav,
.custom-posts-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.member-search-results {
  padding: 40px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
}

.member-search-item {
  padding: 20px;
  border-radius: 12px;
  color: #000;
  background-color: #f4f4f4;
}

.member-search-item img {
  border-radius: 12px;
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
}

.member-search-item h3 {
  font-size: 23px;
  font-weight: 700;
  line-height: 34.5px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.member-search-item p {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
}

.pt-40 {
  padding-top: 40px;
}

.singleBack {
  padding: 62px 0 10px;
}

.singleBack a {
  color: var(--mainColor);
}

.singleGallery {
  padding: 30px 0;
}

.singleGallery__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 238%;
  color: #fff;
  margin-bottom: 28px;
}

.singleGallery__inner {
  position: relative;
}

.singleGallery__info {
  position: absolute;
  z-index: 2;
  bottom: 83px;
  left: 63px;
}

.singleGallery__items {
  border-radius: 24px;
}

.singleGallery .swiper-slide {
  border-radius: 24px;
  position: relative;
}

.singleGallery .swiper-slide:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.5))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  opacity: 0.5;
  border-radius: 24px;
}

.singleGallery .swiper-slide img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 605px;
  min-height: 605px;
  width: 100%;
  border-radius: 24px;
}

.singleGallery .swiper-pagination {
  z-index: 22;
}

.dots .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 0.3;
  margin: 0 10px !important;
}

.dots .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
  position: relative;
  margin: 0 14px;
}

.dots .swiper-pagination-bullet-active:after {
  content: "";
  width: 19px;
  height: 19px;
  border: 1px solid #fff;
  display: block;
  border-radius: 50%;
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.singleListing {
  padding: 20px 0 100px;
}

.singleListing__label {
  padding: 10px 13px;
  border-radius: 6px;
  background-color: #f4f4f4;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  color: #000;
  margin-bottom: 29px;
}

.singleListing__inner {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-grid-columns: 67% 29%;
  grid-template-columns: 67% 29%;
  gap: 2.3vw;
  padding-bottom: 32px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 32px;
}

.singleListing__main {
  gap: 3vw;
  margin-bottom: 49px;
}

.singleListing__main .price {
  font-weight: 700;
  font-size: 55px;
  color: #16161d;
}

.singleListing__main .items {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2.5vw;
  padding: 32px 16px;
  border-radius: 12px;
  background: #f4f4f4;
}

.singleListing__main .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.singleListing__descr {
  margin-bottom: 30px;
}

.singleListing__descrTitle {
  font-size: 33px;
  color: #16161d;
}

.singleListing__map iframe {
  width: 100%;
  height: 376px;
}

.bioCard {
  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;
  padding: 32px 32px 45px 32px;
  border-radius: 12px;
  background-color: var(--mainColor);
}

.bioCard *:not(.no-color):not(.no-color *) {
  color: #fff;
}

.bioCard__xsText {
  font-size: 14px;
}

.bioCard__photo {
  border-radius: 50%;
  max-width: 216px;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  aspect-ratio: 1;
  margin: 35px 0 12px;
}

.bioCard__name {
  font-weight: 600;
  font-size: 21px;
  line-height: 162%;
}

.bioCard .social {
  margin: 30px 0 10px;
}

.bioCard .social a svg {
  max-width: 18px;
  height: 18px;
}

.bioCard__site {
  font-weight: 300;
  font-size: 11px;
  margin-bottom: 28px;
}

.bioCard .btn {
  max-width: 400px;
  width: 100%;
  font-size: 17px;
  padding: 21px 36px;
}

.bioCard .btn:not(:last-child) {
  margin-bottom: 20px;
}

.bioCard .btn.--bold {
  border: 2px solid var(--secondColor);
}

.disclaimer {
  font-size: 12px;
  line-height: 183%;
}

@media (max-width: 1240px) {
  .singleListing__main .price {
    font-size: 36px;
  }
}

@media (max-width: 1110px) {
  .singleGallery__title {
    font-size: 32px;
  }
  .singleGallery__info {
    bottom: 24px;
    left: 40px;
  }
  .singleListing__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .singleListing__main {
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .singleListing__descr {
    margin-bottom: 30px;
  }

  .singleListing__descrTitle {
    font-size: 26px;
  }
}

[x-cloak] {
  display: none !important;
}

/* Services list */

.services-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.services-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.services-list__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}
.services-list__item {
  padding: 10px 20px;
  color: #1e1e1e;
  background-color: #e0e9ef;
  border-radius: 6px;
}

a.services-list__item {
  text-decoration: none;
  transition: 0.15s;
}

a.services-list__item:hover {
  background-color: #96ccf2;
  opacity: 1;
}

.services-list__link {
  align-self: flex-end;
  margin-top: 40px;
}
/* END: Services List */

.gray-box {
  border-radius: 12px;
  padding: 36px;
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gray-box h3 {
  font-size: 19px;
  line-height: 34px;
  color: #3a89eb;
}

.gray-box p {
  font-size: 14px;
  line-height: 21px;
}

.center-grid-item {
  grid-column: 2;
}

.services__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 50px;
}

.services__title {
  font-size: 31px;
  font-weight: 600;
  color: #3a89eb;
  margin: 0;
}

.services__description {
  font-size: 14px;
  line-height: 21px;
  color: #1e1e1e;
  margin: 0;
}

/* Arrow Link */

.arrow-link {
  display: inline-flex;
  gap: 4px;
  font-size: 18px;
  line-height: 27px;
  align-items: center;
  text-transform: uppercase;
  color: #3a89eb;
}

/* END: Arrow Link */

/* Request Consultation */

.request-consultation {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 20px 100px;
}

.service-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 43px 37px;
  background-color: #f4f4f4;
  border-radius: 12px;
}

.service-content__title {
  margin-bottom: 0;
  font-size: 28px;
  line-height: 100%;
  color: #16161d;
  text-align: center;
}

.service-content .service-content__description {
  margin-bottom: 0;
  text-align: center;
}

.service-share {
  display: flex;
  justify-content: center;
}

.request-consultation__form-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 43px 37px 90px;
  background-color: #f4f4f4;
  border-radius: 12px;
}

.request-consultation__info-item {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  border-radius: 6px;
  font-size: 14px;
  line-height: 21px;
  color: #1e1e1e;
  overflow: hidden;
}
.request-consultation__info-item span:first-child {
  background-color: #e0e9ef;
  color: #3a89eb;
  padding: 10px 40px 10px 20px;
  width: 160px;
  white-space: nowrap;
}

.request-consultation__textarea {
  height: 365px;
  resize: none;
  border-radius: 6px;
  background-color: #fff;
  padding: 32px 22px;
  font-size: 14px;
  line-height: 21px;
  color: #1e1e1e;
}

input.request-consultation__input {
  background-color: #fff;
  font-size: 14px;
  line-height: 21px;
  color: #1e1e1e;
  border-radius: 6px;
  padding: 10px 20px;
}

.request-consultation__disclaimer {
  font-size: 14px;
  line-height: 21px;
  margin-top: 40px;
}

.request-consultation__disclaimer h4 {
  color: #3a89eb;
  margin-bottom: 10px;
}

.request-consultation__disclaimer p {
  color: #1e1e1e;
}

.request-consultation__button {
  background-color: #3a89eb;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 17px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
  cursor: pointer;
  padding: 21px 25px;
  margin: 0 auto;
  margin-top: 70px;
  display: block;
  width: fit-content;
}

.request-consultation__button:disabled {
  opacity: 0.5;
  cursor: default;
}

/* END: Request Consultation */

/* Success Message */
.success-message {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  padding: 8px;
  border-radius: 6px;
  margin-top: 8px;
  text-align: center;
  font-size: 12px;
}

/* Error Message */
.error-message {
  background-color: #fa530011;
  color: #fa5500;
  border: 1px solid #fa53002f;
  padding: 8px;
  border-radius: 6px;
  margin-top: 8px;
  text-align: left;
  font-size: 12px;
}

.success-message p,
.error-message p {
  margin: 0;
}

/* Calculator */

.calculator-hero {
  background-color: #dbf0ff;
  padding-top: 60px;
  padding-bottom: 16px;
  margin-bottom: 30px;
}

.calculator-hero__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}

.calculator-hero__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.calculator-hero__link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #3a89eb;
}

.calculator-hero__title {
  font-weight: 700;
  font-size: 70.4px;
  line-height: 96px;
  color: #16161d;
}

.calculator-hero__content {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #000;
}

.calculator-hero__image img {
  width: 460px;
  height: 460px;
  object-fit: cover;
  object-position: center;
}

.calculator {
  padding-bottom: 180px;
}

.calc-value {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 235px;
  background: #dbf0ff;
  border-radius: 24px;
  text-align: center;
  padding: 0px 24px;
}

.calc-value__label {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #3a89eb;
  white-space: pre-wrap;
}

.calc-value__value {
  font-weight: 700;
  font-size: 70px;
  line-height: 120%;
  color: #fa5500;
}

.calc-values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 40px 10px;
  width: 100%;
}

.calc-values.col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.calc-values.col-12 {
  grid-template-columns: repeat(12, 1fr);
}

.calc-value__col-span-2 {
  grid-column: span 2;
}

.calc-value__col-span-3 {
  grid-column: span 3;
}

.calc-value__col-span-4 {
  grid-column: span 4;
}

.calc-value__col-span-6 {
  grid-column: span 6;
}

.calculator-inputs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 40px 10px;
}

.calculator-inputs.col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.calculator-actions {
  display: flex;
  gap: 28px;
  justify-content: flex-end;
  align-items: center;
  padding: 50px 160px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0px -6px 10px 0px #00000014;
}

.calculator-actions__button {
  font-weight: 500;
  font-size: 23px;
  line-height: 100%;
  text-align: center;
  width: 320px;
  padding: 16.5px;
  border-radius: 12px;
  background-color: #3a89eb;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: 0.15s;
}

.calculator-actions__button:disabled {
  opacity: 0.5;
  cursor: default;
}

.calculator-actions__button:hover {
  opacity: 0.8;
}

.calculator-actions__button--reset {
  background-color: #fff;
  color: #3a89eb;
  border: 1px solid #3a89eb;
}

.calculator-chart {
  padding: 40px 10px;
}

.calculator-chart h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  text-align: center;
  color: #16161d;
}

.calculator-chart p {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #16161d;
}

.chart-wrapper {
  margin-top: 16px;
  margin-bottom: 20px;
  height: 620px;
}

.chart-legend {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 15px;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.legend-color {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
}

.legend-label {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #000000b2;
}

.bar-legend-item {
  width: 8px;
  height: 8px;
}

.input-section {
  margin-bottom: 20px;
}

.input-section h3 {
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
}

.input-section h3 + .calculator-inputs {
  padding: 0;
}

.text-input__input {
  border: 1px solid transparent !important;
  transition: 0.15s;
}

.text-input__input::placeholder {
  color: #bfbfbf !important;
}

.text-input__input--error {
  border-color: #fa0000 !important;
}

.text-input__error-message {
  color: #fa0000;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  margin-top: 0.25rem;
}

.calculator-inputs__row {
  display: flex;
  gap: 16px;
  align-items: flex-end;
}

/* Select Input Styles */

.select-input__label {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.select-input__wrapper {
  position: relative;
  width: 100%;
  border-radius: 12px;
  background: #f4f4f4;
  transition: 0.15s;
}

.select-input__wrapper--error {
  border-color: #fa0000 !important;
  box-shadow: 0 0 0 1px #fa0000 !important;
}

.select-input__button {
  width: 100%;
  text-align: left;
  padding: 16px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 20px;
}

.select-input__dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 10;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-height: 220px;
  overflow-y: auto;
}

.select-input__option {
  padding: 12px 32px;
  cursor: pointer;
  transition: background-color 0.15s;
}

.select-input__option:hover {
  background-color: #f4f4f4;
}

.select-input__arrow {
  width: 16px;
  height: 16px;
  stroke: #3a89eb;
}

.select-input__error-message {
  color: #fa0000;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  margin-top: 0.25rem;
}

@media (max-width: 768px) {
  .select-input__button {
    padding: 11.3px 22px;
    font-size: 13px;
  }

  .select-input__option {
    padding: 10px 22px;
    font-size: 13px;
  }
}

/* END: Calculator */

/* Links Grid */

.links-grid {
  padding-top: 100px;
  padding-bottom: 100px;
}

.links-grid__title {
  font-weight: 700;
  font-size: 45px;
  line-height: 100%;
  text-align: center;
  color: #16161d;
  margin-bottom: 60px;
}

.links-grid__item-link {
  display: flex;
  align-items: center;
  gap: 8px;
}

.links-grid__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 54px 92px;
}

.links-grid__item {
  display: flex;
  flex-direction: column;
}
.links-grid__item-title {
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 23px;
  line-height: 100%;
}
.links-grid__item-content {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
}
.links-grid__item-link {
  margin-top: 35px;
  display: flex;
  gap: 32px;
  align-items: center;
  color: #3a89eb;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
}
.links-grid__item-image {
  width: 174px;
  height: 174px;
  object-fit: cover;
  object-position: center;
  margin-left: 90px;
}
/* END: Links Grid */

.calculator-hub__hero .heroPage__image {
  bottom: -34px;
}

#membership-filter-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.filter-form__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
}

.filters__item#state-filter {
  max-width: 300px;
}

.filters__item#zip-code-filter {
  max-width: 150px;
}

#membership-filter-form button[type="submit"] {
  margin-left: 48px;
}

.sectionTitle {
  font-size: 70px;
  margin-bottom: 40px;
}

.heroButtons {
  background-color: var(--bgColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

.heroButtons__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
}

.heroButtons__info {
  max-width: 952px;
  padding: 80px 0;
  z-index: 2;
}

.heroButtons__info.--sizeM {
  max-width: 810px;
}

.heroButtons__info.--sizeM .heroButtons__title {
  font-size: 48px;
}

.heroButtons__subtitle {
  max-width: 700px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.heroButtons__title {
  margin: 20px 0;
}

.heroButtons__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

@media (min-width: 768px) {
  .heroButtons__btns .btn {
    max-width: 320px;
    padding: 21px 10px;
    width: 100%;
  }
}
.heroButtons__image {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
}

.heroButtons__image.--mobile {
  display: none;
}

.heroButtons__inner.--staticImage {
  align-items: center;
  position: relative;
}

@media (min-width: 1100px) {
  .heroButtons__inner.--staticImage .heroButtons__image {
    max-width: 589px;
    width: 100%;
    padding: 20px 60px 20px 0;
  }
}
@media (max-width: 1100px) {
  .heroButtons .container.xl {
    width: 100%;
  }

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

  .heroButtons__info {
    text-align: center;
    max-width: 100%;
    width: 100%;
    padding: 22px 15px;
  }

  .heroButtons__info.--sizeM {
    max-width: 100%;
    width: 100%;
  }

  .heroButtons__subtitle {
    text-align: center;
    margin: 0 auto;
  }

  .heroButtons__btns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
  }

  .heroButtons__title {
    margin: 10px 0 24px;
  }

  .heroButtons__image {
    position: static;
    width: 100%;
  }
  .heroButtons__inner.--staticImage .heroButtons__image {
    padding: 0 30px 30px;
  }

  .heroButtons__image.--mobile {
    display: block;
  }

  .heroButtons__image.--desktop {
    display: none;
  }
}

@media (max-width: 768px) {
  .heroButtons__subtitle {
    font-size: 12px;
  }

  .heroButtons .btn {
    padding: 13.5px 8px;
    min-width: 145px;
    flex: 1 1 auto;
  }

  .heroButtons__info.--sizeM .heroButtons__title {
    font-size: 28px;
  }
}

.howItWorks {
  padding: 80px 0;
}

.howItWorks__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 38%;
  grid-template-columns: 60% 38%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
}

.howItWorks__left h2 {
  margin-bottom: 24px;
}

.howItWorks__left .text {
  font-size: 24px;
  line-height: 133%;
}

.howItWorks__right {
  border-radius: 24px;
  padding: 32px 32px 48px 32px;
  background: var(--bgColor);
}

.howItWorks__right h2 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 40px;
}

.howItWorks__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.howItWorks__item svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.howItWorks__item:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .howItWorks__wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .howItWorks__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .howItWorks {
    padding: 20px 0;
  }

  .howItWorks__left .text {
    font-weight: 700;
    font-size: 16px;
  }

  .howItWorks__right {
    border-radius: 24px;
    padding: 32px 16px;
  }

  .howItWorks__right h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .howItWorks__item {
    gap: 12px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
  }
}

.pressServices {
  padding: 80px 0;
}

.pressServices__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.pressServices__item {
  border-radius: 24px;
  padding: 32px;
  background: var(--bgColor);
}

.pressServices__img {
  width: 100%;
  border-radius: 16px;
  padding-bottom: 78%;
  position: relative;
}

.pressServices__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.pressServices__itemTitle {
  text-align: center;
  margin: 16px 0 12px;
  font-size: 24px;
}

.pressServices__links a {
  position: relative;
  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;
  gap: 6px;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--mainColor);
}

.pressServices__links a:not(:last-child) {
  margin-bottom: 12px;
}

.pressServices__links a:after {
  content: url(../img/links-arrow.svg);
}

@media (max-width: 991px) {
  .pressServices__wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .pressServices {
    padding: 20px 0;
  }

  .pressServices__wrap {
    gap: 24px;
  }

  .pressServices__item {
    padding: 32px 16px;
  }

  .pressServices__links a {
    font-weight: 700;
  }
}

.iconsGrid {
  padding: 80px 0 160px;
}

.iconsGrid__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.iconsGrid__item {
  padding: 32px 3.5vw;
  background: var(--gray);
  border-radius: 24px;
  gap: 40px;
}

.iconsGrid__item h3 {
  font-weight: 600;
  font-size: 32px;
}

.iconsGrid__item p {
  margin: 0;
}
.iconsGrid__icon {
  max-width: 120px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 991px) {
  .iconsGrid__icon {
    max-width: 80px;
  }
}

@media (max-width: 768px) {
  .sectionTitle {
    font-size: 40px;
    margin-bottom: 24px;
  }

  .iconsGrid {
    padding: 20px 0;
  }

  .iconsGrid__wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .iconsGrid__item {
    padding: 32px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 16px;
    gap: 24px;
  }

  .iconsGrid__item h3 {
    font-size: 20px;
    text-align: center;
  }

  .iconsGrid__item p {
    text-align: center;
  }
}

.steps {
  padding: 80px 0;
}

.steps__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin: 65px 0 40px;
  counter-reset: list 0;
}

@media (min-width: 860px) {
  .stepsImage__wrap.--row {
    max-width: 1240px;
    margin: 0 auto 60px;
    padding: 0 40px;
  }
  .stepsImage__wrap.--row .stepsImage__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 36px;
    padding: 40px 40px 40px 60px;
    text-align: left;
  }
  .stepsImage__wrap.--row .stepsImage__item h3 {
    font-size: 48px;
    margin-bottom: 8px;
  }
  .stepsImage__wrap.--row .stepsImage__img {
    max-width: 52.7%;
    padding-bottom: 33.9%;
    margin: 0;
  }
  .stepsImage__wrap.--row .steps__item::before {
    left: -32px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.stepsImage__btns {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.stepsImage__wrap {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  counter-reset: list 0;
}
.stepsImage__wrap.--grid {
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  margin: 65px 0 60px;
}
.steps__item {
  border-radius: 24px;
  background: var(--bgColor);
  list-style-type: none;
  position: relative;
  padding: 72px 2.5vw 34px;
  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;
  text-align: center;
  gap: 8px;
}

.steps__item::before {
  counter-increment: list;
  content: counter(list) " ";
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 32px;
  width: 65px;
  height: 65px;
  background: var(--secondColor);
  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;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}

.steps__item h3 {
  font-size: 24px;
  letter-spacing: -0.01em;
}

.steps__item p {
  margin: 0;
  font-size: 16px;
  letter-spacing: -0.01em;
}

.stepsImage__item {
  padding: 60px 32px 40px;
  position: relative;
}

.stepsImage__img {
  width: 100%;
  padding-bottom: 53.41%;
  position: relative;
  margin-bottom: 32px;
}
.stepsImage__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.stepsImage__item h3 {
  font-size: 20px;
}

.stepsImage.--blue .steps__item::before,
.stepsImage.--blue .btn {
  background: #2f6ebd;
}

.stepsImage__wrap.--row .stepsImage__item {
  padding: 40px 40px 40px 60px;
}

@media (max-width: 1100px) {
  .steps__wrap {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 860px) {
  .stepsImage__wrap.--grid,
  .stepsImage__wrap.--row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 45px 0 32px;
    gap: 60px;
  }
  .stepsImage__wrap.--row .stepsImage__item {
    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;
    text-align: center;
    gap: 8px;
    position: relative;
    padding: 72px 2.5vw 34px;
  }
}
@media (max-width: 768px) {
  .steps {
    padding: 20px 0;
  }

  .steps__wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 45px 0 24px;
  }

  .steps__item {
    padding: 54px 16px 34px;
    border-radius: 16px;
  }

  .steps__item h3 {
    font-size: 20px;
  }
  .stepsImage__btns {
    gap: 16px;
  }
  .stepsImage__btns .btn {
    width: 100%;
  }
}

.faqs {
  padding: 120px 0;
  background: var(--gray);
}

.accordion {
  max-width: 1260px;
  margin: 40px auto;
}

.accordion__row {
  background: #e0e9ef;
  border-radius: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.accordion__row:not(:last-child) {
  margin-bottom: 16px;
}

.accordion__row.active {
  padding-bottom: 20px;
}

.accordion__row.active .icon:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion__header {
  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;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  padding: 20px 40px;
  color: #1e1e1e;
}

.accordion .icon {
  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;
  position: relative;
}

.accordion .icon:before {
  content: url(../img/faq-arrow.svg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.accordion__info {
  padding: 0 40px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition:
    max-height 0.3s ease,
    padding 0.3s ease;
  transition:
    max-height 0.3s ease,
    padding 0.3s ease;
  font-size: 14px;
  color: #7d7d7d;
}

.accordion__info p,
.accordion__info li,
.accordion__info b,
.accordion__info strong,
.accordion__info a,
.accordion__info span,
.accordion__info i,
.accordion__info em {
  font-size: 14px;
  color: #7d7d7d;
}

.accordion__info ol,
.accordion__info ul {
  padding: 0 0 0 16px;
  margin: 0;
  margin-bottom: 16px;
}

.accordion__row.active .accordion__info {
  max-height: 1000px;
}

.accordion__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.bookmark {
  gap: 4px;
  font-size: 12px;
  color: var(--mainColor);
  cursor: pointer;
}

.accordion .bookmark span {
  transition: 0.15s;
}

.accordion .bookmark.active span {
  color: var(--mainColor);
}

.likes {
  gap: 4px;
}

@media (max-width: 767px) {
  .faqs {
    padding: 40px 0;
  }

  .faqs .btn {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
  }

  .accordion {
    margin: 40px auto 24px;
  }

  .accordion__row {
    border-radius: 12px;
  }

  .accordion__header {
    font-size: 14px;
    padding: 20px 16px;
  }

  .accordion__info {
    padding: 0 16px;
    font-size: 12px;
  }
}

.reviewsCards {
  padding: 160px 0;
}

.reviewsCards__title {
  max-width: 1000px;
  margin: 0 auto 40px;
}

.reviewsCards .swiper-slide {
  border-radius: 20px;
  padding: 40px 31px;
  background: #f2f9ff;
  /* -webkit-transform: scale(0.8);
    transform: scale(0.8); */
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.reviewsCards .swiper-slide .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 40px;
}

.reviewsCards .swiper-slide .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  font-size: 16px;
}

.reviewsCards .swiper-slide .icon {
  background: rgba(250, 85, 0, 0.2);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  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;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: var(--secondColor);
}

.reviewsCards .swiper-slide .date {
  margin-top: 16px;
  font-style: italic;
  font-size: 14px;
}

.reviewsCards .swiper-slide .stars {
  display: flex;
  gap: 3px;
}

.reviewsCards .swiper-slide .title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 24px;
}

.reviewsCards .swiper-slide .text {
  font-size: 16px;
}

.reviewsCards .swiper-pagination {
  position: static;
  margin-top: 48px;
}

.reviewsCards .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #f2f9ff;
  opacity: 1;
}

.reviewsCards .swiper-pagination-bullet-active {
  background: #2f6ebd;
}

.reviewsCards__footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
}

.reviewsCards__footer .text {
  font-size: 20px;
}

.reviewsCards__footer .btn:not(:last-child) {
  margin-right: 16px;
}

@media (min-width: 768px) {
  .reviewsCards__slider {
    padding: 40px 0;
  }

  .reviewsCards .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .reviewsCards .swiper-slide {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  .reviewsCards .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media (max-width: 768px) {
  .reviewsCards {
    padding: 40px 0 70px;
  }

  .reviewsCards .swiper-slide {
    border-radius: 20px;
    padding: 69px 40px;
  }

  .reviewsCards .swiper-pagination {
    margin-top: 16px;
  }

  .reviewsCards__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }

  .reviewsCards__footer .text {
    font-size: 14px;
  }

  .reviewsCards__footer .btn {
    width: 100%;
  }

  .reviewsCards__footer .btn:not(:last-child) {
    margin-right: 0;
  }
}

.textCards {
  padding: 80px 0 160px;
}

.textCards__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 40px 0 0;
}

.textCards__item {
  border-radius: 16px;
  padding: 40px 10px 33px;
  background: var(--bgColor);
  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;
  text-align: center;
  gap: 8px;
}

.textCards__itemTitle {
  font-size: 20px;
  margin: 14px 0 0;
}

.textCards__itemText {
  font-size: 16px;
}

.textCards__img {
  max-width: 100px;
}

@media (min-width: 768px) {
  .textCards__title {
    font-size: 70px;
  }
}

@media (max-width: 860px) {
  .textCards {
    padding: 40px 0 60px;
  }

  .textCards__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 24px 0 0;
  }
}

.benefits {
  padding: 160px 0;
}

.benefits__title {
  margin-bottom: 40px;
}

.benefits__block {
  border-radius: 24px;
  padding: 40px 60px 60px 60px;
}

.benefits__block:nth-child(odd) {
  background: var(--bgColor);
}

.benefits__block:nth-child(even) {
  background: var(--gray);
}

.benefits__block:not(:last-child) {
  margin-bottom: 60px;
}

.benefits__blockTitle {
  font-weight: 700;
  font-size: 32px;
  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;
  gap: 20px;
  color: #2f6ebd;
  margin-bottom: 40px;
}

.benefits__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

.benefits__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.benefits__item:not(:last-child) {
  margin-bottom: 16px;
}

.benefits__item:before {
  content: url(../img/checkmark.svg);
}

.benefits__item .title {
  font-weight: 700;
}

.benefits__item .text {
  font-size: 16px;
}

@media (max-width: 768px) {
  .benefits {
    padding: 30px 0;
  }

  .benefits__title {
    margin-bottom: 24px;
  }

  .benefits__block {
    border-radius: 24px;
    padding: 40px 20px;
  }

  .benefits__block:not(:last-child) {
    margin-bottom: 24px;
  }

  .benefits__blockTitle {
    font-size: 24px;
    gap: 16px;
    margin-bottom: 40px;
    text-align: center;
  }

  .benefits__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .benefits__item:not(:last-child) {
    margin-bottom: 24px;
  }

  .benefits__item .title {
    font-size: 16px;
  }

  .benefits__item .text {
    font-size: 14px;
  }
}

.howConnect {
  background: #f4fbff;
  padding: 100px 0;
}

.howConnect__title {
  margin-bottom: 40px;
}

.howConnect__text {
  font-size: 16px;
}

.howConnect__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 40px 0;
}

.howConnect__card {
  background: #fff;
  border-radius: 24px;
  padding: 32px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.howConnect__card img {
  max-width: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

.howConnect__cardTitle {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 4px;
}

.howConnect__cardText {
  font-size: 16px;
  line-height: 1.4;
}
.howConnect__cardText p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1100px) {
  .howConnect__card {
    -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;
  }

  .howConnect__cardTitle {
    text-align: center;
  }

  .howConnect__cardText {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .howConnect {
    padding: 28px 0;
  }

  .howConnect__title {
    margin-bottom: 16px;
  }

  .howConnect__text {
    font-size: 14px;
  }

  .howConnect__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 24px 0;
  }

  .howConnect__card {
    border-radius: 24px;
    padding: 32px 24px;
    gap: 16px;
  }

  .howConnect__cardTitle {
    font-size: 20px;
  }

  .howConnect__cardText {
    font-size: 14px;
  }
}

.comparisonTable {
  padding: 80px 0;
}

.comparisonTable__title {
  margin-bottom: 40px;
}

.comparisonTable__tableWrap {
  border-radius: 24px;
  padding: 24px;
  background: #f9fafb;
}

.comparisonTable .table {
  background: #fff;
  padding: 32px;
  display: -ms-grid;
  display: grid;
  gap: 0 1.5vw;
  -ms-grid-columns: 1.2fr (1fr) [4];
  grid-template-columns: 1.2fr repeat(4, 1fr);
}

.comparisonTable .table__header {
  display: contents;
}

.comparisonTable .table__header div {
  font-weight: 700;
  line-height: 1.2;
  font-size: 18px;
  text-align: center;
  padding: 40px 16px;
  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;
}

.comparisonTable .table__header div:nth-child(2) {
  background: var(--bgColor);
  border-radius: 24px 24px 0 0;
}

.comparisonTable .table__row {
  display: contents;
}

.comparisonTable .table__row div:nth-child(2) {
  background: var(--bgColor);
}

.comparisonTable .table__row:last-child div:nth-child(2) {
  border-radius: 0 0 24px 24px;
  padding-bottom: 40px;
}

.comparisonTable .table__row .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  padding: 16px 10px;
}

.comparisonTable .table__row .value {
  padding: 8px 10px;
  font-size: 12px;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}

.comparisonTable .table__row .value::before {
  content: "";
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.comparisonTable .table__row .value.--positive::before {
  background-image: url(../img/checkmark.svg);
}

.comparisonTable .table__row .value.--negative::before {
  background-image: url(../img/negative.svg);
  opacity: 0.6;
}

@media (max-width: 1100px) {
  .comparisonTable__tableWrap {
    padding: 16px;
  }

  .comparisonTable .table {
    padding: 16px;
    gap: 0 1.7vw;
  }

  .comparisonTable .table__header div {
    font-size: 14px;
    padding: 24px 16px;
  }

  .comparisonTable .table__header div:nth-child(2) {
    background: var(--bgColor);
    border-radius: 16px 16px 0 0;
  }

  .comparisonTable .table__row:last-child div:nth-child(2) {
    border-radius: 0 0 16px 16px;
    padding-bottom: 24px;
  }

  .comparisonTable .table__row .feature {
    font-size: 12px;
    padding: 16px 10px;
  }
}

@media (max-width: 768px) {
  .comparisonTable {
    padding: 30px 0;
  }

  .comparisonTable__title {
    margin-bottom: 16px;
  }

  .comparisonTable__tableWrap {
    padding: 6px;
    border-radius: 8px;
  }

  .comparisonTable .table {
    padding: 6px 0;
    gap: 0;
  }

  .comparisonTable .table__header div {
    font-size: 8px;
    padding: 16px 8px;
  }

  .comparisonTable .table__header div:nth-child(2) {
    background: var(--bgColor);
    border-radius: 8px 8px 0 0;
  }

  .comparisonTable .table__row:last-child div:nth-child(2) {
    border-radius: 0 0 8px 8px;
    padding-bottom: 24px;
  }

  .comparisonTable .table__row .value {
    font-size: 6px;
    line-height: 1.2;
    padding: 8px 6px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .comparisonTable .table__row .value::before {
    width: 14px;
    height: 14px;
  }

  .comparisonTable .table__row .feature {
    font-size: 8px;
    line-height: 1.2;
    padding: 16px 7px;
  }
}

.stickyCta {
  position: fixed;
  width: 100%;
  z-index: 5;
  bottom: 20px;
}

.stickyCta__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 40px;
}

.stickyCta__item {
  width: 150px;
  height: 150px;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.stickyCta__item img {
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 991px) {
  .stickyCta__items {
    gap: 16px;
  }

  .stickyCta__item {
    width: 63px;
    height: 63px;
  }
}

.ctaBanner {
  padding: 187px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.ctaBanner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(26, 117, 228, 0.8);
}

.ctaBanner__inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.ctaBanner__inner * {
  color: #fff;
}

.ctaBanner .text {
  margin: 24px 0 40px;
}

@media (min-width: 991px) {
  .filter-form__row #members_category {
    width: 400px;
  }
}

@media (max-width: 768px) {
  .filter-form__row.--basicFilters div:nth-child(1) {
    width: 70%;
  }
  .filter-form__row.--basicFilters div:nth-child(2) {
    width: 30%;
  }
}

/* FAQs Browse */

.faqs-browse {
  padding-bottom: 250px;
  margin-top: 120px;
}

.faqs-browse__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  align-items: flex-end;
}

.faqs-browse__sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
  height: 100%;
  max-height: 80vh;
}

.faqs-browse__sidebar h3 {
  font-weight: 700;
  font-size: 45px;
  line-height: 68px;
  text-align: center;
  color: #16161d;
}

.faqs-browse__groups {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.faqs-browse__sidebar-top {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.faqs-browse__sidebar-bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}

.faqs-browse__sidebar-bottom p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.faqs-browse__sidebar-bottom button {
  align-self: stretch;
}

.faqs-browse__group-button {
  font-size: 18px;
  padding: 0 16px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
}

.faqs-browse__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  height: 100%;
}

.faqs-browse__content .accordion {
  margin: 0;
}

.faqs-browse__group-button,
.faqs-browse__show-more {
  border-width: 1px !important;
}

.faqs-browse__submit-question {
  margin: 0 auto;
  display: block;
  margin-top: 40px;
}

.faqs-browse__form-modal .contacts__form {
  width: 100%;
  max-width: none;
}

.faqs-browse__content .accordion .likes__item {
  cursor: pointer;
  transition: 0.15s;
  color: var(--mainColor);
  opacity: 0.35;
}

.faqs-browse__content .accordion .likes__item.active {
  opacity: 1;
  cursor: default;
}

.faqs-browse__content .accordion .likes__item svg .active-indicator {
  transition: 0.15s;
}

.faqs-browse__content
  .accordion
  .likes__item:not(.active)
  svg
  .active-indicator {
  fill: transparent;
  stroke: transparent;
}

.faqs-browse__content .accordion .likes__item:hover {
  opacity: 0.8;
}

@media (max-width: 1200px) {
  .faqs-browse__inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .faqs-browse__groups {
    grid-template-columns: repeat(3, 1fr);
  }
  .faqs-browse__sidebar-bottom {
    align-items: center;
    margin-bottom: 40px;
  }
  .faqs-browse__sidebar-bottom button {
    align-self: center;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .faqs-browse__group-button {
    font-size: 14px;
    padding: 0 8px;
    height: 48px;
  }
  .faqs-browse__groups {
    grid-template-columns: repeat(2, 1fr);
  }
  .faqs-browse__show-more,
  .faqs-browse__sidebar-bottom button,
  .faqs-browse__submit-question {
    width: 100%;
    height: 48px;
  }
  .faqs-browse__submit-question {
    margin-top: 24px;
  }
  .faqs-browse__content {
    gap: 16px;
  }
  .faqs-browse__sidebar-bottom {
    margin-bottom: 0;
  }
  .faqs-browse {
    padding-bottom: 85px;
  }
}

/* End FAQs Browse */

/* AI Search Block */

.ai-search-block {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 185px;
  padding-bottom: 215px;
}

.ai-search-block__inner {
  max-width: 975px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  color: #fff;
}

.ai-search-block__title {
  font-weight: 700;
  font-size: 45px;
  line-height: 68px;
  text-align: center;
}

.ai-search-block__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}

.ai-search-block__title,
.ai-search-block__description {
  color: #fff;
  max-width: 700px;
}

.ai-search-block__background-overlay {
  background-color: #1a75e4;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.ai-search-block__input-container {
  margin-top: 16px;
  height: 68px;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  width: 100%;
}

.ai-search-block__input-container input.ai-search-block__input {
  font-size: 18px;
  color: #16161d;
  padding: 16px;
  padding-left: 74px;
  height: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ai-search-block__input-icon {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.ai-search-block__button {
  padding: 16px 40px;
  width: fit-content;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  white-space: nowrap;
}

.ai-search-block__input-container input.ai-search-block__input::placeholder {
  color: #16161d;
  opacity: 0.6;
}

@media (max-width: 768px) {
  .ai-search-block__input-container {
    height: 48px;
  }
  .ai-search-block__input-container input.ai-search-block__input {
    font-size: 14px;
    padding: 8px;
    padding-left: 40px;
  }
  .ai-search-block__input-icon {
    left: 18px;
  }
  .ai-search-block__input-icon svg {
    width: 16px;
    height: 16px;
  }
  .ai-search-block__button {
    padding: 8px 12px;
    font-size: 14px;
  }
}

/* End AI Search Block */

/* Modal Component */

.modal-component {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 40px;
}

@media (max-width: 768px) {
  .modal-component {
    padding: 16px;
  }
}

.modal-component__inner {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
  max-width: 975px;
  max-height: 90vh;
  width: 100%;
  height: fit-content;
  overflow-y: auto;
}

/* End Modal Component */

/* Notification Component */

.notification {
  background-color: #fff;
  border-radius: 8px;
  padding: 22.5px 20px 22.5px 30px;
  max-width: 422px;
  max-height: 90vh;
  width: 100%;
  position: fixed;
  bottom: 42px;
  left: 20px;
  z-index: 1000;
  box-shadow: 0px 1px 4px 0px #0000001f;
}

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

.notification__content-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.notification__content-inner {
  display: flex;
  flex-direction: column;
}

.notification__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}

.notification__message {
  font-size: 16px;
  line-height: 24px;
}

.notification__message a {
  color: var(--mainColor);
  text-decoration: underline;
}

.notification__icon {
  width: 40px;
  height: 41px;
}

.notification__icon svg {
  width: 100%;
  height: 100%;
}

.notification.notification--success .notification__title {
  color: #22ad5c;
}

.notification.notification--removed .notification__title {
  color: var(--secondColor);
}

/* End Notification Component */

/* Login Modal */

.auth-modal {
  padding: 16px 140px;
  text-align: center;
}

.auth-modal__title {
  font-weight: 700;
  font-size: 45px;
  line-height: 100%;
  color: #16161d;
}

.auth-modal .auth-modal__subtitle {
  font-size: 18px;
  line-height: 100%;
  color: #000;
  margin-top: 25px;
  margin-bottom: 42px;
}

.auth-modal__field {
  margin-bottom: 25px;
}

.auth-modal__forgot-password {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  text-decoration: underline;
}

.auth-modal__submit {
  margin-top: 45px;
  padding: 22px 80px;
}

/* End Login Modal */

.lost_reset_password {
  padding: 80px 0;
}

/* Recorded Webinars */

.recordedWebinars {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #dbf0ff;
}

.recordedWebinars__item {
  background-color: #fff;
  border-radius: 24px;
  padding: 20px;
  display: block;
}

.recordedWebinars__item-image {
  aspect-ratio: 422/320;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  margin-bottom: 20px;
}

.recordedWebinars__item-content {
  display: flex;
  flex-direction: column;
}

.recordedWebinars__item-title {
  font-weight: 700;
  font-size: 23px;
  line-height: 34px;
  color: #000000;
  margin-bottom: 10px;
}

.recordedWebinars__item-date,
.recordedWebinars__item-location {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
}

.recordedWebinars .swiper-button {
  position: initial;
}
.recordedWebinars .swiper-button:after {
  content: none;
}

.recordedWebinars .webinars__nav {
  height: auto;
  justify-content: center;
}

.recordedWebinars .swiper-container {
  overflow: hidden;
}

/* End Recorded Webinars */

/* Interactive Elements Section */

.interactiveElements {
  padding-top: 100px;
  padding-bottom: 110px;
}

.interactiveElements__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.interactiveElements__item {
  background-color: #fff;
  border-radius: 24px;
  padding: 20px;
  display: block;
}

.interactiveElements__item-image {
  aspect-ratio: 422/320;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  margin-bottom: 20px;
  background-color: #dbf0ff;
  padding: 52px 82px;
}

.interactiveElements__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.interactiveElements__item-content {
  display: flex;
  flex-direction: column;
}

.interactiveElements__item-title {
  font-weight: 700;
  font-size: 23px;
  line-height: 34px;
  color: #000000;
  margin-bottom: 10px;
}

.interactiveElements__item-description {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 35px;
}

.interactiveElements__item-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--mainColor);
}

/* End Interactive Elements Section */

/* Upcoming Events */

.upcomingEvents {
  padding-top: 100px;
  padding-bottom: 110px;
  background-color: #dbf0ff;
}

/* End Upcoming Events */

/* Events grid */

.events-grid {
  margin-top: 50px;
  margin-bottom: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
/* 
.events-grid__item-image {
  aspect-ratio: 422/320;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
} */

/* End Events grid */

/* Single Event */

.singleEventHero {
  position: relative;
  height: 456px;
  border-radius: 24px;
  overflow: hidden;
}

.singleEventHero__image {
  position: relative;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.singleEventHero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    195.18deg,
    rgba(255, 255, 255, 0) 40.92%,
    #3a89eb 92.33%
  );
}

.singleEventHero__overlay-img {
  width: 160px;
  height: auto;
  position: absolute;
  left: 32px;
  bottom: 34px;
}

.single-event {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(300px, 508px);
  gap: 40px;
  margin-top: 40px;
  margin-bottom: 100px;
}

.single-event h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 70.4px;
  line-height: 106px;
  color: #16161d;
  margin-top: 40px;
  margin-bottom: 24px;
}

.single-event__content {
  width: 100%;
}

.single-event__schedule {
  background-color: #f4f4f4;
  border-radius: 24px;
  padding: 40px 48px;
}

.single-event__schedule-title {
  font-weight: 700;
  font-size: 33px;
  line-height: 50px;
  text-align: center;
  color: #000000;
  margin-bottom: 32px;
}

.single-event__schedule-attributes {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.single-event__schedule-attribute {
  display: flex;
  align-items: center;
  gap: 16px;
}

.single-event__schedule-attribute-icon {
  width: 24px;
  height: 24px;
  color: #3a89eb;
}

.single-event__schedule-attribute-value {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
}

.single-event__block-speakers {
  overflow: hidden;
  width: 100%;
}

.single-event__block-speakers-swiper {
  position: relative;
}

.single-event__block-speakers-swiper .swiper-button {
  position: initial;
}
.single-event__block-speakers-swiper .swiper-button:after {
  content: none;
}

.single-event__block-speakers-swiper .webinars__nav {
  height: auto;
  justify-content: center;
}

.single-event__block-speakers-swiper .swiper-container {
  overflow: hidden;
}

.single-event__block-speakers-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  background-color: #f4f4f4;
}

.single-event__block-speakers-image {
  height: 385px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  margin-bottom: 10px;
}

.single-event__block-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 24px 0;
}

.single-event__block-images-left {
  grid-column: 1;
}

.single-event__block-images-right {
  grid-column: 2;
}

.single-event__block-images-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}

.single-event__block-checklist {
  padding-left: 60px;
}

.single-event__block-checklist-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.single-event__block-checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.single-event__block-checklist-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #3a89eb;
  margin-top: 2px;
}

.single-event__block-checklist-icon svg {
  width: 100%;
  height: 100%;
}

.single-event__block-checklist-text {
  font-size: 18px;
  line-height: 1.6;
  color: #000;
}

.single-event__sidebar .contacts__form {
  margin-top: 40px;
  width: 100%;
  max-width: none;
  gap: 24px;
}

.single-event__sidebar .contacts__form [type="submit"] {
  display: block;
  align-self: center;
  margin: 0 auto;
}

.single-event__sidebar .contacts__form h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 33px;
  line-height: 50px;
  text-align: center;
  color: #000000;
}

.single-event__sidebar .contacts__form .acceptance-checkbox {
  display: none;
}

.single-event__sidebar .contacts__form .acceptance-label {
  width: 51px;
  height: 51px;
  background-color: #f4f4f4;
  border-radius: 12px;
  position: relative;
  display: inline-block;
  margin-right: 24px;
  flex-shrink: 0;
}

.single-event__sidebar .contacts__form .acceptance-label:before {
  position: absolute;
  content: "";
  inset: 7px;
  border-radius: 6px;
  background-color: #3a89eb;
  transition: 0.15s;
  opacity: 0;
}

.single-event__sidebar .contacts__form .acceptance-checkbox + span {
  display: flex;
  cursor: pointer;
}

.single-event__sidebar
  .contacts__form
  .acceptance-checkbox:checked
  + span
  .acceptance-label:before {
  opacity: 1;
}
/* End Single Event */




