/*!
Theme Name: fundamental
Theme URI: http://underscores.me/
Author: codenot.studio
Author URI: https://codenot.studio
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fundamental
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

fundamental is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

@media (min-width: 1400px) {
  .container {
    max-width: 1266px;
  }
}

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

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

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

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

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  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;
  -webkit-text-decoration: underline dotted;
          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
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Poppins";
  font-size: 1rem;
  line-height: 1.5;
}

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 {
  color: #000;
  background: #fff;
}
body.popup-active {
  overflow: hidden;
}

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 {
  color: #4169e1;
  text-decoration: none;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100px;
  font-size: 22px;
  font-weight: 500;
  border: 1px solid transparent;
  transition: 0.3s ease;
}
@media (max-width: 1023px) {
  .btn {
    font-size: 18px;
  }
}
.btn path {
  transition: 0.3s ease;
}
.btn.btn-blue {
  background-color: #2D4CF9;
  color: #fff;
}
.btn.btn-blue:hover {
  background-color: #fff;
  border-color: #2D4CF9;
  color: #2D4CF9;
}
.btn.btn-blue:hover path {
  stroke: #2D4CF9;
}
.btn.with-arrow svg {
  margin-left: 10px;
}
.btn.btn-border {
  background-color: #fff;
  border: 1px solid #2D4CF9;
  color: #2D4CF9;
}
.btn.btn-border:hover {
  background-color: #2D4CF9;
  color: #fff;
}

.slider-nav {
  display: flex;
  gap: 20px;
}
.slider-nav button {
  background-color: transparent;
  width: 60px;
  height: 60px;
  min-width: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
  transition: 0.3s ease;
}
@media (max-width: 1023px) {
  .slider-nav button {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }
}
.slider-nav button path {
  transition: 0.3s ease;
}
.slider-nav button:hover {
  border-color: #818181;
}
.slider-nav button:hover path {
  stroke: #818181;
}
.slider-nav button svg {
  display: block;
}
@media (max-width: 1023px) {
  .slider-nav button svg {
    width: 16px;
    height: auto;
  }
}
.slider-nav.dark button {
  border-color: #000;
}

.cta .btn:hover {
  background-color: rgba(45, 76, 249, 0.8);
  color: #fff;
  border-color: rgba(45, 76, 249, 0.8);
}
.cta .btn:hover path {
  stroke: #fff;
}

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 {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

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

/* Header
--------------------------------------------- */
.header__wrap {
  padding: 23px 0px;
  align-items: center;
}
.header .logo {
  display: flex;
  align-items: center;
  margin-right: auto;
  width: 190px;
}
.header .logo img {
  width: 100%;
}
.header .nav-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 1023px) {
  .header .nav-wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9;
  }
}
.header .nav-wrap + .nav-btn .close {
  visibility: hidden;
  opacity: 0;
}
.header .nav-wrap.active {
  display: flex !important;
}
.header .nav-wrap.active + .nav-btn .open {
  visibility: hidden;
  opacity: 0;
}
.header .nav-wrap.active + .nav-btn .close {
  visibility: visible;
  opacity: 1;
}
.header .nav-btn {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  right: 15px;
}
.header .nav-btn .close {
  position: absolute;
}
.header .nav-btn svg {
  display: block;
}
@media (min-width: 1024px) {
  .header .nav-btn {
    display: none;
  }
}
.header .main-nav {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .header .main-nav {
    margin-bottom: 30px;
  }
}
.header .main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
@media (max-width: 1023px) {
  .header .main-nav ul {
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
    max-height: calc(100vh - 200px);
    overflow: auto;
  }
}
.header .main-nav ul li {
  position: relative;
}
.header .main-nav ul li + li {
  margin-left: 80px;
}
@media (min-width: 1024px) and (max-width: 1299px) {
  .header .main-nav ul li + li {
    margin-left: 60px;
  }
}
@media (max-width: 1023px) {
  .header .main-nav ul li + li {
    margin-left: 0;
    margin-top: 20px;
  }
}
.header .main-nav ul li a {
  text-decoration: none;
  font-size: 18px;
  color: #000;
  transition: 0.3s ease;
  position: relative;
}
.header .main-nav ul li a:hover {
  color: #2D4CF9;
}
.header .main-nav .sub-menu {
  position: absolute;
  align-items: center;
  padding: 20px;
  z-index: 1;
  background: #F5F5F7;
  border-radius: 12px;
  padding: 30px;
  margin: 0 auto;
  min-width: 870px;
  left: 0;
  transform: translateX(-90px);
  top: 50px;
  border-radius: 30px;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease;
  transition-delay: 0.3s;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .header .main-nav .sub-menu {
    visibility: visible;
    opacity: 1;
    position: static;
    gap: 10px;
    max-width: calc(100% - 30px);
    min-width: 100px;
    transform: none;
    border-radius: 10px;
    padding: 15px;
  }
}
.header .main-nav .sub-menu li {
  margin-left: 0 !important;
  width: 50%;
  flex: 0 50%;
  max-width: calc(50% - 15px);
}
@media (max-width: 1023px) {
  .header .main-nav .sub-menu li {
    width: 100%;
    flex: 0 100%;
    max-width: 100%;
  }
}
.header .main-nav .sub-menu li a {
  display: flex;
  gap: 20px;
}
.header .main-nav .sub-menu li a .item-image {
  width: 120px;
  height: 78px;
  min-width: 120px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .header .main-nav .sub-menu li a .item-image {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 6px;
  }
}
.header .main-nav .sub-menu li a .item-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .main-nav .sub-menu li a .item-content .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .header .main-nav .sub-menu li a .item-content .title {
    font-size: 12px;
  }
}
.header .main-nav .sub-menu li a .item-content .text {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.4;
  color: #747474;
}
@media (max-width: 1023px) {
  .header .main-nav .sub-menu li a .item-content .text {
    font-size: 11px;
  }
}
.header .main-nav .sub-menu li + li {
  margin-top: 10px;
}
.header .menu-item-has-children > a:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.994204 5.59668L5.59087 0.999991L10.1875 5.59668' stroke='black'/%3E%3C/svg%3E%0A");
  transform: rotate(180deg);
  transition: 0.3s ease;
  width: 20px;
  height: 20px;
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -24px;
  top: 3px;
}
@media (max-width: 1023px) {
  .header .menu-item-has-children > a:before {
    display: none;
  }
}
.header .menu-item-has-children:hover > a:before {
  transform: rotate(0deg);
}
.header .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
@media (max-width: 1023px) {
  .header .lang {
    margin-bottom: 30px;
  }
}
.header .lang ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .lang ul a {
  padding: 10px 16px;
  line-height: 24px;
  color: #000;
  font-size: 16px;
  border: 1px solid transparent;
  text-decoration: none;
  border-radius: 16px;
  display: block;
  transition: 0.3s ease;
}
.header .lang ul a:hover {
  color: #2D4CF9;
}
.header .lang ul a.active {
  font-weight: 500;
  color: #2D4CF9;
  border-color: #2D4CF9;
}
.header .lang ul a.active:hover {
  background-color: #2D4CF9;
  color: #fff;
}
.header__btn {
  border: 1px solid #2D4CF9;
  color: #2D4CF9;
  font-size: 16px;
  border-radius: 100px;
  padding: 10px 20px;
  height: 45px;
  transition: 0.3s ease;
}
.header__btn:hover {
  background-color: #2D4CF9;
  color: #fff;
}

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

.post,
.page {
  margin: 0;
}

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

.hero {
  margin-bottom: 180px;
}
@media (max-width: 1023px) {
  .hero {
    margin-bottom: 80px;
    padding-top: 60px;
  }
}
.hero__title {
  font-size: 70px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 30px;
  word-wrap: break-word;
}
@media (max-width: 1023px) {
  .hero__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.hero__info {
  font-size: 20px;
  line-height: 1.5;
  color: #747474;
  max-width: 1026px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .hero__info {
    font-size: 18px;
  }
}
.hero__image {
  margin-top: 60px;
  position: relative;
}
@media (max-width: 1023px) {
  .hero__image {
    margin-top: 30px;
  }
}
.hero__image img {
  display: block;
  width: 100%;
}
@media (max-width: 1023px) {
  .hero__image img {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.hero__advantages {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
  max-width: 30%;
  left: 30px;
  top: 20px;
}
@media (max-width: 1023px) {
  .hero__advantages {
    position: static;
    background-color: #6E40FF;
    width: 100%;
    max-width: 100%;
    border-radius: 30px;
    padding: 20px 25px;
  }
}
.hero__advantages .item {
  width: 50%;
  flex: 0 50%;
  max-width: calc(50% - 20px);
  color: #fff;
}
.hero__advantages .item__value {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.5;
}
.hero__advantages .item__title {
  font-size: 14px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.8);
}
.hero__btns {
  position: absolute;
  right: 14.5%;
  width: 311px;
}
@media (max-width: 1023px) {
  .hero__btns {
    position: static;
    width: 100%;
  }
}
.hero__btns .btn {
  height: 63px;
}
@media (max-width: 1023px) {
  .hero__btns .btn {
    height: 60px;
    font-size: 18px;
  }
}
.hero__btns .btn + .btn {
  margin-top: 15px;
}
@media (max-width: 1023px) {
  .hero__btns .btn + .btn {
    margin-top: 10px;
  }
}

.home-about {
  gap: 30px;
  margin-bottom: 180px;
}
@media (max-width: 1023px) {
  .home-about {
    margin-bottom: 80px;
  }
}
.home-about__inner {
  background-color: #F5F5F7;
  border-radius: 30px;
  padding: 80px 40px;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .home-about__inner {
    padding: 40px 20px;
  }
}
.home-about__title {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  width: 50%;
  flex: 0 50%;
  max-width: calc(50% - 15px);
}
@media (max-width: 1023px) {
  .home-about__title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .home-about__title {
    width: 100%;
    max-width: 100%;
    flex: 0 100%;
    margin-bottom: 20px;
  }
}
.home-about__text {
  font-size: 18px;
  line-height: 1.5;
  color: #3F3F3F;
  width: 50%;
  flex: 0 50%;
  max-width: calc(50% - 15px);
}
@media (max-width: 767px) {
  .home-about__text {
    width: 100%;
    max-width: 100%;
    flex: 0 100%;
    font-size: 16px;
  }
}
.home-about__text p:last-child {
  margin-bottom: 0;
}
.home-about__partners {
  width: 100%;
  flex: 0 100%;
  gap: 60px 86px;
  flex-wrap: wrap;
  margin-top: 60px;
  align-items: center;
}
@media (max-width: 767px) {
  .home-about__partners {
    justify-content: space-between;
    gap: 30px 70px;
  }
}
.home-about__partners > * {
  opacity: 0.5;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .home-about__partners > * {
    max-width: calc(50% - 60px);
    width: calc(50% - 10px);
    max-height: 80px;
  }
}
.home-about__partners > *:hover {
  opacity: 0.7;
}
.home-about__partners img {
  -o-object-fit: contain;
     object-fit: contain;
}
.home-benefits {
  margin-bottom: 180px;
}
@media (max-width: 1023px) {
  .home-benefits {
    margin-bottom: 80px;
  }
}
.home-benefits .section-title {
  font-size: 42px;
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .home-benefits .section-title {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.home-benefits__inner {
  gap: 80px;
}
@media (max-width: 1023px) {
  .home-benefits__inner {
    flex-direction: column;
    gap: 40px;
  }
}
.home-benefits .image {
  border-radius: 30px;
  flex: 0 50%;
  width: 480px;
  min-width: 480px;
  max-width: 480px;
}
@media (max-width: 1023px) {
  .home-benefits .image {
    order: 2;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
.home-benefits .image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.home-benefits .benefits {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1023px) {
  .home-benefits .benefits {
    order: 1;
  }
}
.home-benefits .benefits li {
  border-bottom: 1px solid #CFCFCF;
  padding-bottom: 20px;
  padding-left: 70px;
  position: relative;
}
@media (max-width: 1023px) {
  .home-benefits .benefits li {
    padding-left: 30px;
  }
}
.home-benefits .benefits li .title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .home-benefits .benefits li .title {
    font-size: 20px;
  }
}
.home-benefits .benefits li .title span {
  color: #D87EDB;
  position: absolute;
  left: 0;
}
.home-benefits .benefits li .text {
  font-size: 18px;
  line-height: 1.5;
  color: #747474;
  margin-top: 25px;
}
@media (max-width: 1023px) {
  .home-benefits .benefits li .text {
    margin-top: 20px;
    font-size: 16px;
  }
}
.home-benefits .benefits li + li {
  padding-top: 35px;
}
@media (max-width: 1023px) {
  .home-benefits .benefits li + li {
    padding-top: 20px;
  }
}

.reviews {
  background-color: #1D1D1D;
  overflow: hidden;
}
.reviews__inner {
  padding-top: 100px;
  padding-bottom: 160px;
  position: relative;
}
@media (max-width: 1023px) {
  .reviews__inner {
    padding-top: 60px;
  }
}
.reviews .review-text {
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .reviews .review-text {
    font-size: 24px;
  }
}
.reviews .review-author {
  margin-top: 60px;
  color: #fff;
  align-items: center;
}
@media (max-width: 1023px) {
  .reviews .review-author {
    margin-top: 30px;
  }
}
.reviews .review-author .author-image {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
}
@media (max-width: 1023px) {
  .reviews .review-author .author-image {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
  }
}
.reviews .review-author .author-image img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.reviews .review-author .author-image + .author-info {
  margin-left: 20px;
}
.reviews .review-author .name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}
.reviews .review-author .position {
  color: #818181;
  font-size: 18px;
  line-height: 1.5;
}
.reviews .slider-nav {
  display: flex;
  position: absolute;
  bottom: 160px;
  right: 0;
}
.reviews .swiper-slide:not(.swiper-slide-active) {
  opacity: 0;
  transition: 0.4s ease all;
}
.reviews .slider-nav {
  z-index: 2;
}
@media (max-width: 1023px) {
  .reviews .slider-nav {
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
    right: auto;
  }
}

.cta {
  background-color: #1D1D1D;
}
.cta__inner {
  background-color: #B2B3FF;
  padding-top: 110px;
  padding-bottom: 110px;
  border-radius: 30px;
}
@media (max-width: 1023px) {
  .cta__inner {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cta__title {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
  margin-top: 0;
}
@media (max-width: 1023px) {
  .cta__title {
    font-size: 24px;
  }
}
.cta__text {
  font-size: 18px;
  line-height: 1.5;
  color: #2E2E2E;
  margin-bottom: 40px;
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .cta__text {
    margin-bottom: 30px;
  }
}
.cta__more {
  padding: 0 20px;
}
.cta__more .btn {
  display: inline-flex;
  width: 311px;
  height: 63px;
}
@media (max-width: 767px) {
  .cta__more .btn {
    width: 100%;
    height: 60px;
    font-size: 18px;
  }
}

.contact-page {
  padding-bottom: 156px;
  padding-top: 130px;
}
@media (max-width: 1023px) {
  .contact-page {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.contact-page__title {
  font-size: 70px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  margin-bottom: 30px;
  margin-top: 0;
}
@media (max-width: 1023px) {
  .contact-page__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.contact-page__inner {
  gap: 58px;
}
@media (max-width: 1023px) {
  .contact-page__inner {
    flex-direction: column;
  }
}
.contact-page .contact-info {
  width: 50%;
  flex: 0 50%;
  max-width: calc(50% - 30px);
}
@media (max-width: 1023px) {
  .contact-page .contact-info {
    width: 100%;
    flex: 0 100%;
    max-width: 100%;
  }
}
.contact-page .contact-info__text {
  font-size: 20px;
  line-height: 1.5;
  color: #747474;
}
@media (max-width: 1023px) {
  .contact-page .contact-info__text {
    font-size: 18px;
  }
}
.contact-page .contact-info__points {
  margin-top: 40px;
  padding: 0;
  margin-left: 0;
  list-style: none;
}
.contact-page .contact-info__points li a {
  display: flex;
  gap: 15px;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  text-decoration: none;
  align-items: center;
}
.contact-page .contact-info__points li + li {
  margin-top: 14px;
}
.contact-page .contact-info .socials-title {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 1023px) {
  .contact-page .contact-info .socials-title {
    margin-top: 40px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.contact-page .contact-info .socials {
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 12px;
}
.contact-page .contact-form {
  width: 50%;
  flex: 0 50%;
  max-width: calc(50% - 30px);
}
@media (max-width: 1023px) {
  .contact-page .contact-form {
    width: 100%;
    flex: 0 100%;
    max-width: 100%;
  }
}

.contact-form .input-row {
  display: flex;
}
.contact-form .input-row input,
.contact-form .input-row textarea {
  width: 100%;
  display: block;
  border: 0;
  padding: 0px 0px 20px 0px;
  border-bottom: 1px solid #ABABAB;
  margin-bottom: 40px;
  outline: none !important;
  border-radius: 0;
}
@media (max-width: 767px) {
  .contact-form .input-row input,
  .contact-form .input-row textarea {
    margin-bottom: 30px;
  }
}
.contact-form .input-row input::placeholder,
.contact-form .input-row textarea::placeholder {
  color: #A9A9A9;
}
@media (max-width: 1023px) {
  .contact-form .input-row textarea {
    height: 44px;
  }
}
.contact-form .input-row.half {
  gap: 30px;
}
.contact-form .input-row.half .input-wrap {
  width: 50%;
  flex: 0 50%;
  max-width: calc(50% - 15px);
}
@media (max-width: 767px) {
  .contact-form .input-row.half {
    gap: 0;
    flex-direction: column;
  }
  .contact-form .input-row.half .input-wrap {
    width: 100%;
    flex: 0 100%;
    max-width: 100%;
  }
}
.contact-form .input-row.full {
  width: 100%;
}
.contact-form .input-row.full .input-wrap {
  width: 100%;
}
@media (max-width: 1023px) {
  .contact-form .input-row:last-child {
    margin-top: 30px;
  }
}
.contact-form .btn {
  width: 311px;
  max-width: 100%;
  height: 63px;
}
@media (max-width: 1023px) {
  .contact-form .btn {
    height: 60px;
    width: 100%;
  }
}

.service-hero {
  margin-bottom: 180px;
}
@media (max-width: 1023px) {
  .service-hero {
    margin-bottom: 80px;
  }
}
.service-hero .about-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .service-hero .about-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.service-hero .about-text {
  font-size: 20px;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 1023px) {
  .service-hero .about-text {
    font-size: 18px;
  }
}
.service-hero .about-text p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.service-hero .about-text p:last-child {
  margin-bottom: 0;
}
.service-hero .about-text ul {
  -moz-column-count: 2;
       column-count: 2;
  gap: 50px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1023px) {
  .service-hero .about-text ul {
    gap: 20px;
    -moz-column-count: 1;
         column-count: 1;
  }
}
.service-hero .about-text ul strong,
.service-hero .about-text ul b {
  font-weight: 500;
}
.service-hero .about-text ul li {
  position: relative;
  padding-left: 25px;
}
.service-hero .about-text ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #D87EDB;
  border-radius: 50%;
  top: 9px;
  left: 0;
  position: absolute;
}
.service-hero .about-text ul li + li {
  margin-top: 20px;
}
.service-hero .about-more {
  margin-top: 60px;
}
@media (max-width: 1023px) {
  .service-hero .about-more {
    margin-top: 40px;
  }
}
.service-hero .about-more .btn {
  display: inline-flex;
  height: 63px;
  width: 311px;
}
@media (max-width: 1023px) {
  .service-hero .about-more .btn {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .service-hero .about-more .btn {
    width: 100%;
  }
}

.projects .project {
  gap: 30px;
}
@media (max-width: 1023px) {
  .projects .project {
    flex-direction: column;
    gap: 20px;
  }
}
.projects .project + .project {
  margin-top: 120px;
}
@media (max-width: 1023px) {
  .projects .project + .project {
    margin-top: 60px;
  }
}
.projects .project:nth-child(2n) .project__image {
  order: 2;
}
@media (max-width: 1023px) {
  .projects .project:nth-child(2n) .project__image {
    order: 1;
  }
}
@media (max-width: 1023px) {
  .projects .project:nth-child(2n) .project__content {
    order: 2;
  }
}
.projects .project__image {
  width: 50%;
  flex: 0 50%;
  max-width: calc(50% - 15px);
}
@media (max-width: 1023px) {
  .projects .project__image {
    width: 100%;
    flex: 0 100%;
    max-width: 100%;
  }
}
.projects .project__image img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 30px;
}
.projects .project__content {
  width: 50%;
  flex: 0 50%;
  max-width: calc(50% - 15px);
}
@media (max-width: 1023px) {
  .projects .project__content {
    width: 100%;
    flex: 0 100%;
    max-width: 100%;
  }
}
.projects .project__title {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .projects .project__title {
    font-size: 24px;
  }
}
.projects .project__subtitle {
  font-size: 22px;
  line-height: 1.2;
  color: #747474;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .projects .project__subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.projects .project__text {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .projects .project__text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.projects .project .btn {
  height: 63px;
  display: inline-flex;
  min-width: 311px;
}
@media (max-width: 1023px) {
  .projects .project .btn {
    height: 60px;
    font-size: 18px;
  }
}
.projects .project__author {
  background-color: #F5F5F7;
  border-radius: 30px;
  padding: 30px;
}
.projects .project__author .author {
  display: flex;
  align-items: center;
  gap: 20px;
}
.projects .project__author .author img {
  width: 60px;
  min-width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
.projects .project__author .author .name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .projects .project__author .author .name {
    font-size: 18px;
  }
}
.projects .project__author .author .position {
  font-size: 18px;
  line-height: 1.5;
  color: #747474;
}
@media (max-width: 1023px) {
  .projects .project__author .author .position {
    font-size: 14px;
  }
}
.projects .project .author-cite {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .projects .project .author-cite {
    font-size: 20px;
  }
}
.projects .project .author-cite + .author {
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .projects .project .author-cite + .author {
    margin-top: 20px;
  }
}
.projects + .cta, .projects + .footer {
  padding-top: 100px;
  margin-top: 180px;
}
@media (max-width: 1023px) {
  .projects + .cta, .projects + .footer {
    margin-top: 80px;
  }
}

.hero-about .hero__more {
  margin-top: 40px;
}
.hero-about .hero__more .btn {
  display: inline-flex;
  height: 63px;
  width: 311px;
}

.about {
  margin-bottom: 180px;
}
@media (max-width: 1023px) {
  .about {
    margin-bottom: 80px;
  }
}
.about__inner {
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .about__inner {
    flex-direction: column;
  }
}
.about__title {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 500;
  width: 50%;
  flex: 0 50%;
  max-width: calc(50% - 20px);
}
@media (max-width: 1023px) {
  .about__title {
    font-size: 24px;
    width: 100%;
    flex: 0 100%;
    max-width: 100%;
  }
}
.about .text {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .about .text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.about__content {
  width: 50%;
  flex: 0 50%;
  max-width: calc(50% - 20px);
}
@media (max-width: 1023px) {
  .about__content {
    width: 100%;
    flex: 0 100%;
    max-width: 100%;
  }
}
.about__advantages {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}
.about__advantages .item {
  width: 50%;
  flex: 0 50%;
  max-width: calc(50% - 20px);
}
.about__advantages .item__title {
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .about__advantages .item__title {
    font-size: 16px;
  }
}
.about__advantages .item__value {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 500;
  color: #2D4CF9;
}
@media (max-width: 1023px) {
  .about__advantages .item__value {
    font-size: 48px;
  }
}
.about__image {
  margin-top: 60px;
  width: 100%;
}
@media (max-width: 1023px) {
  .about__image {
    margin-top: 40px;
  }
}
.about__image img {
  display: block;
  width: 100%;
  border-radius: 30px;
}

.about-mission {
  margin-bottom: 177px;
}
@media (max-width: 1023px) {
  .about-mission {
    margin-bottom: 80px;
  }
}
.about-mission .section-title {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .about-mission .section-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.about-mission .section-info {
  font-size: 18px;
  line-height: 1.5;
  color: #747474;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 12px;
}
@media (max-width: 1023px) {
  .about-mission .section-info {
    font-size: 16px;
    margin-top: 0;
  }
}
.about-mission .mission {
  gap: 20px;
}
@media (max-width: 1023px) {
  .about-mission .mission {
    flex-direction: column;
  }
}
.about-mission .mission .item {
  display: flex;
  flex-wrap: wrap;
  width: 33.333%;
  flex: 0 33.333%;
  max-width: calc(33.333% - 12px);
}
@media (max-width: 1023px) {
  .about-mission .mission .item {
    width: 100%;
    flex: 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .about-mission .mission .item .section-info {
    display: none;
  }
}
.about-mission .mission .item__inner {
  background-color: #F5F5F7;
  border-radius: 30px;
  padding: 30px;
}
@media (max-width: 1023px) {
  .about-mission .mission .item__inner {
    padding: 20px;
  }
}
.about-mission .mission .item__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .about-mission .mission .item__title {
    font-size: 20px;
  }
}
.about-mission .mission .item__title .icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  background-color: #B2B3FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
@media (max-width: 1023px) {
  .about-mission .mission .item__title .icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    margin-right: 12px;
  }
}
.about-mission .mission .item__title .icon img {
  display: block;
}
.about-mission .mission .item .text {
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .about-mission .mission .item .text {
    font-size: 16px;
  }
}

.team {
  margin-bottom: 180px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .team {
    margin-bottom: 80px;
  }
}
.team .container {
  position: relative;
}
.team .section-title {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .team .section-title {
    font-size: 24px;
  }
}
.team .section-info {
  font-size: 16px;
  line-height: 1.5;
  color: #747474;
  max-width: 520px;
}
.team .team-slider {
  margin-top: 60px;
}
@media (max-width: 1023px) {
  .team .team-slider {
    margin-top: 30px;
  }
}
.team .slider-nav {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1023px) {
  .team .slider-nav {
    top: auto;
    bottom: 0;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .team .slider-nav {
    right: 20px;
  }
}
.team .slider-nav button {
  background-color: #fff;
}
.team .team-member {
  cursor: pointer;
}
.team .team-member img {
  border-radius: 30px;
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .team .team-member img {
    margin-bottom: 20px;
  }
}
.team .team-member .name {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .team .team-member .name {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.team .team-member .position {
  font-size: 20px;
  line-height: 1.5;
  color: #747474;
}
@media (max-width: 1023px) {
  .team .team-member .position {
    font-size: 16px;
  }
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}
.popup .close-popup {
  background-color: transparent;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  position: absolute;
  right: 60px;
  top: 80px;
  z-index: 2;
}
@media (max-width: 1023px) {
  .popup .close-popup {
    right: 20px;
    top: 20px;
  }
}
.popup .member-wrap {
  overflow: auto;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.popup .member-wrap::-webkit-scrollbar {
  display: none;
}
.popup__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .popup__title {
    margin-bottom: 30px;
    font-size: 20px;
    text-align: center;
  }
}
.popup__inner {
  padding: 80px 60px;
  max-width: 666px;
  margin-left: auto;
  background-color: #fff;
  border-radius: 30px 0px 0px 30px;
  height: 100%;
  transform: translateX(100%);
  transition: 0.5s ease 0.5s;
}
@media (max-width: 1023px) {
  .popup__inner {
    border-radius: 30px;
    padding: 66px 20px;
  }
}
.popup .member {
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .popup .member {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.popup .member__image {
  max-width: 312px;
}
@media (max-width: 1023px) {
  .popup .member__image {
    max-width: 400px;
  }
}
.popup .member__image img {
  display: block;
  border-radius: 30px;
}
.popup .member__info .name {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .popup .member__info .name {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.popup .member__info .position {
  font-size: 20px;
  line-height: 1.5;
  color: #747474;
}
@media (max-width: 1023px) {
  .popup .member__info .position {
    font-size: 16px;
  }
}
.popup .text {
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .popup .text {
    font-size: 16px;
  }
}
.popup .text strong,
.popup .text b {
  font-weight: 500;
}
.popup.active .popup__inner {
  transform: translateX(0);
}

.wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0;
  font-size: 12px;
}

.wpcf7-form-control-wrap {
  position: relative;
}

/* Footer
--------------------------------------------- */
.footer {
  background-color: #1D1D1D;
  padding-top: 180px;
}
@media (max-width: 1023px) {
  .footer {
    padding-top: 80px;
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
  border-bottom: 1px solid #3C3C3C;
}
@media (max-width: 1023px) {
  .footer__top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
  }
}
.footer__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 80px;
  display: flex;
}
@media (max-width: 1023px) {
  .footer__nav ul {
    gap: 40px;
  }
}
.footer__nav ul a {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}
@media (max-width: 1023px) {
  .footer__nav ul a {
    font-size: 16px;
  }
}
.footer__nav ul a:hover {
  color: #818181;
}
.footer__e {
  display: flex;
  gap: 15px;
  align-items: center;
}
@media (max-width: 1023px) {
  .footer__e {
    margin-top: 30px;
    gap: 10px;
  }
}
.footer__e svg {
  display: block;
}
@media (max-width: 1023px) {
  .footer__e svg {
    width: 26px;
    height: 26px;
  }
}
.footer__e a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.5;
  transition: 0.3s ease;
}
@media (max-width: 1023px) {
  .footer__e a {
    font-size: 16px;
  }
}
.footer__e a:hover {
  color: #818181;
}
.footer__logo img {
  display: block;
}
@media (max-width: 1023px) {
  .footer__logo {
    max-width: 133px;
  }
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 55px;
}
@media (max-width: 1023px) {
  .footer__bottom {
    align-items: center;
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.footer__copy {
  font-size: 16px;
  font-weight: 500;
  color: #818181;
}
@media (max-width: 1023px) {
  .footer__copy {
    font-size: 14px;
    max-width: 170px;
  }
}

/* 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);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-clip-path: none;
          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;
}/*# sourceMappingURL=style.css.map */