/*!

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

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

/**
 * Remove the margin in all browsers.
 */

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

html {
  scroll-behavior: smooth;
}

p:has(img.aligncenter) {
	text-align: center;
}

p .aligncenter {
	text-align: center;
}

.aligncenter {
	text-align: center;
}

:root {
  --font-family: "Manrope", sans-serif;
  --second-family: "Inter", sans-serif;
  --third-family: "Gilroy", sans-serif;
	--color-primary: #1257ca;
}


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

body {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
}


#page {
  position: relative;
}

.page-title {
  margin: 0;
  color: #000000;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 52px;
  line-height: 1;
  font-family: "Manrope", Arial, sans-serif;
}

.page-title span {
  color: rgb(18, 87, 202);
}

.page-info-title {
  color: #717a88;
  font-size: 20px;
  max-width: 636px;
  margin: 0;
  line-height: 1.3;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.page-info-title_top {
  padding-bottom: 15px;
}

.page-sub-title {
  color: #121212;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.title-sub {
  color: #121212;
  font-size: 50px;
  font-family: "Manrope", Arial, sans-serif;
  margin: 0;
  line-height: 1;
  font-weight: 400;
}

.row-main {
  /* margin: 33px 0; */
  margin-top: 33px;
  height: 1px;
  width: 100%;
  background-color: #e7e7e7;
}

.list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.text {
  color: #717a88;
  font-size: 16px;
  line-height: 21px;
}

/* 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-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-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-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-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;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
}

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

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

big {
  font-size: 125%;
}

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

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

ul,
ol {
  margin-left: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

.tcb-styled-list {
  margin-left: 0;
}

ol {
  margin-left: 0;
}

.wordpress-block a {
  color: var(--color-primary);
  text-decoration: none;
  cursor: pointer;
}

.wordpress-block h2 {
  color: #000000;
  font-size: clamp(1.5rem, 0.337rem + 3.88vw, 3.25rem);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1;
  font-weight: 600;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  margin: 0;
  margin-bottom: 25px;
}

.wordpress-block p {
  color: #717a88;
  font-size: clamp(0.875rem, 0.626rem + 0.83vw, 1.25rem);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.3;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

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

.container {
  max-width: 1230px;
  padding: 0px 15px;
  margin: 0 auto;
}

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

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

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

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

.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
--------------------------------------------- */
nav {
  flex: 1;
  display: flex;
  justify-content: end;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
nav ul li {
  float: left;
  position: relative;
  padding-right: 50px;
}
nav ul li:last-child {
  padding-right: 0;
}
nav ul li a {
  position: relative;
  display: block;
  background: #ffffff;
  color: #463f3f;
  text-decoration: none;
  /*
  The full path of this code is nav ul li a:not(:only-child):after. This means that the code will apply to any a tag in our nav list that is NOT an only child, aka any dropdown. The :after means it comes after the output of the tag. I’ve decided that to specify any nav item as a dropdown, it will be followed by a unicode arrow – ▾ (#9662).
  */
}
nav ul li a:hover {
  color: var(--color-primary);
}

nav ul li a:not(:only-child):after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  position: absolute;
  top: 50%;
  right: -12px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-color: transparent transparent transparent transparent;
  border-top-color: inherit;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  transition: all 0.3s linear;
}
/* nav ul li a:hover:after {
  transform: rotate(0.5turn);
} */
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.sub-menu {
  position: absolute;
  background-color: #fff;
  z-index: 2;
  top: 55px;
  right: calc(50% - 325px / 2);
  width: 325px;
  border-radius: 3px;
  padding: 15px 20px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  display: none;
  font-size: 14px;
  height: 140px;
}

.sub-menu:after {
  content: "";
  position: absolute;
  left: 41%;
  top: -20px;
  border: 12px solid transparent;
  border-bottom: 10px solid rgb(254, 254, 254);
}

.sub-menu li {
  padding-right: 0;
  margin-bottom: 10px;
}

.sub-menu li a {
  margin: 0;
  padding: 0;
  transition: all 0.3s linear;
}

.sub-menu li a:hover {
  color: var(--color-primary);
}

.sub-menu li:last-child a {
  margin-bottom: 0;
}

.nav-mobile {
  display: none;
  position: relative;
  top: 0;
  right: 0;
  background: #fff;
  height: 10px;
  width: 50px;
}

/* 
.navigation – the outer wrapper for the navbar. Specifies the height and color, and will stretch the full width of the viewport.
*/
.navigation {
  height: 70px;
  background: #ffffff;
}

.nav-container {
  height: 80px;
  display: flex;
  justify-content: start;
  border-bottom: 1px solid #e7e7e7;
  align-items: center;
  margin: 0 auto;
}

.brand {
}

.header {
  /* overflow: hidden; */
}

.header___btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 38px;
  text-decoration: none;
  background-color: var(--color-primary);
  color: #ffffff;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 600;
  border-radius: 0px;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}

a.header___btn:hover {
  color: #fff;
}

@media only screen and (max-width: 1000px) {
  .nav-mobile {
    display: block;
    z-index: 9;
  }

  .header___btn {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  nav ul#primary-menu > li:last-child {
    display: flex;
    justify-content: center;
  }

  nav {
    width: 100%;
    height: 100%;
    padding: 0px;
  }
  nav ul {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #ffff;
    top: 80px;
    z-index: 3;
    right: 0;
    min-height: 0;
  }

  #primary-menu {
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    height: auto;
    overflow: hidden;
    clear: left;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 28px;
  cursor: pointer;
  padding: 10px 25px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 28px;
  background: #1257ca;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -8px;
}
#nav-toggle span:after {
  bottom: -8px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

@media screen and (min-width: 1000px) {
  .nav-list {
    display: block !important;
  }
}

/* main-previe */

.main-previe {
  position: relative;
  padding-bottom: 100px;
  overflow: hidden;
}

.main-previe__wrap {
  /* max-width: 1700px;
  margin: 0 auto;
  position: relative; */
  position: absolute;
  box-sizing: border-box;
  display: table;
  visibility: visible;
  z-index: 2;
  top: 27px;
  left: calc(50% - 600px + 810px);
  width: 712px;
}

@media screen and (max-width: 1199px) {
  .main-previe__wrap {
    top: 67px;
    left: calc(50% - 480px + 542px);
    width: 478px;
  }
}

.main-previe__image {
  width: 100%;
  display: block;
}

.main-previe__image {
  width: 100%;
  display: block;
}

.main-previe__wrapper {
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
}

.main-previe__body {
  max-width: 842px;
}

.main-previe__body h1 {
  max-width: 735px;
}

.page-sub-title {
  margin-top: 100px;
  margin-bottom: 10px;
}

.main-previe__list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 842px;
}

.main-previe__info-title {
  color: #ffffff;
  font-size: clamp(1.25rem, 1.136rem + 0.57vw, 1.563rem);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1;
  font-weight: 600;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  margin: 0;
}

.main-previe__info {
  color: #ffffff;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.3;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.main-previe__item {
  position: relative;
  padding: 20px 20px;
  display: flex;
  justify-content: space-between;
  margin-right: 1px;
  background-color: #1257ca;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  flex-direction: column;
  justify-content: flex-start;
}

.main-previe__num {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 80px;
  line-height: 0.8;
  font-weight: bold;
  opacity: 0.1;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.main-previe__link {
  text-decoration: none;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
}

.main-previe__icon-arrow {
  width: 57px;
  height: 36px;
  display: block;
}

.main-previe__image {
  width: auto;
  height: auto;
  position: absolute;
  max-width: 540px;
  top: 0px;
  right: 40%;
}

/* schedule */

.schedule {
  /* margin-top: 100px; */
  margin-bottom: 120px;
}

.schedule__list-item {
  position: relative;
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  padding: 20px;
  margin-bottom: 2px;
}

.schedule__list-item {
  color: #121212;
  font-size: 16px;
}

.schedule__list-sub-title {
  color: #717a88;
  font-size: 18px;
  line-height: 1.5;
}

.schedule__list-sub-item:first-child {
  grid-column: 1 / 6;
}

.schedule__list-sub-item:nth-child(2) {
  grid-column: 6 / 9;
}

.schedule__list-sub-item:nth-child(3) {
  grid-column: 9 / 11;
}

.schedule__list-item-info {
  cursor: pointer;
  background: #f5f5f5;
  transition: all 0.3s linear;
}

.schedule__list-item-info:hover {
  background-color: #fff;
}
.schedule__list-title a {
  text-decoration: none;
  color: #1257ca;
}
.schedule__list-title {
  color: #1257ca;
  font-size: 18px;
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.schedule__icon {
  position: absolute;
  top: 15px;
  right: 15px;
}

/* main-page-footer */

.main-page-footer {
  background-color: #1a51c5;
}

.main-page-footer__wrap {
  padding: 50px 0;
  position: relative;
  max-width: 1700px;
  margin: 0 auto;
  background-image: url("./assets/img/main-page/bg.png");
  background-position: right center;
  background-repeat: no-repeat;
}

.main-page-footer__title {
  display: inline;
  position: relative;
  z-index: 3;
  color: #ffffff;
  font-size: 40px;
  line-height: 100%;
  font-weight: 400;
}

.main-page-footer__list {
  z-index: 3;
}

.main-page-footer__title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.main-page-footer__wrapper {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: relative;
  /* z-index: 3; */
}

.main-page-footer__img {
  position: absolute;
  z-index: 3;
  right: 200px;
  bottom: 0;
}

.main-page-footer__btn {
  position: relative;
  z-index: 4;
  color: #3d6ab4;
  font-size: 16px;
  text-decoration: none;
  padding: 18px 78px;
  line-height: 1.55;
  font-weight: 600;
  border-radius: 0px;
  background-color: #ffffff;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}

.main-page-footer__btn:hover {
  color: #fff;
  background-color: var(--color-primary);
}

.main-page-footer__item {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 100%;
  padding: 10px 0;
}

.main-page-footer__item:first-child::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 272px;
  height: 1px;
  background-color: #3e6ab4;
}

.main-page-footer__item:nth-child(2):after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 359px;
  height: 1px;
  background-color: #3e6ab4;
}

/* footer */

.footer {
  background: #f5f5f5;
  padding: 50px 0;
}

.footer__wrapper {
  display: flex;
  justify-content: space-between;
  justify-content: start;
}

.footer__info {
  margin-top: 15px;
}

.footer__colomn:first-child {
  max-width: 670px;
  width: 100%;
}

.footer__colomn:first-child li {
  color: #121212;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  opacity: 0.4;
}

.footer__colomn:nth-child(2) {
  padding-right: 150px;
}

.footer__nav-item {
  padding-bottom: 15px;
}

.footer__nav-link {
  color: #121212;
  text-decoration: none;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.footer__colomn:nth-child(3) {
  flex: 1;
}

.footer_oferta {
  text-decoration: none;
  color: #121212;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
}

/*
================ page-about ==============
*/

.page-about .main-previe__image {
  top: 0;
  /* width: 657px; */
  /* height: auto; */
}

.page-about .main-previe__wrapper {
  padding-top: 75px;
}

.page-about .main-previe__body {
  max-width: 725px;
  width: 100%;
}

.main-previe__text {
  max-width: 630px;
}

.main-previe__text p {
  margin: 0;
  padding: 0;
  margin-top: 15px;
}

.page-contact .schedule-top {
  margin-top: 0;
}

.list-info {
  margin-top: 33px;
  background: #f5f5f5;
  padding: 10px 10px 10px 20px;
}

.list-info-item {
  padding: 10px 0px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 17px;
  color: #5b5f66;
  line-height: 27px;
}

.list-info-item:last-child {
  border: 0;
}

.list-info-item-active {
  color: #1257ca;
}

/* .about-we */

.about-we {
  margin-top: 150px;
  margin-bottom: 150px;
}

.about-we__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.about-we__img {
  width: 100%;
  max-width: 65%;
  object-fit: cover;
}

.about-we__text p {
  color: #717988;
  font-size: 16px;
  line-height: 1.5;
}

/* sertif */

.sertif,
.gallery-photo {
  /* margin-bottom: 120px; */
}

.gallerey-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 20px;
  gap: 10px;
	border-top: 1px solid #e7e7e7;
  padding-top: 20px;
}

/* page-contact */

.contact__table {
  display: flex;
  gap: 2px;
}

.contact__colomn {
  background: #f5f5f5;
}

.contact__colomn {
  min-width: 300px;
}

.contact__colomn-text {
  padding: 20px;
  border-bottom: 1px solid #e7e7e7;
}

.contact__colomn-text:last-child {
  border-bottom: 0;
}

.contact__colomn-link {
  text-decoration: none;
  font-size: 18px;
  color: #121212;
}

.contact__colomn-title {
  color: #1257ca;
  font-size: 20px;
  font-weight: 600;
}

.page-contact .main-previe__image {
  width: auto;
  height: auto;
}

/* consl-page */

.consl-page__title {
  max-width: 500px;
  margin: 0;
  margin-top: 33px;
  color: #717a88;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

.consl-page .main-previe__image {
  max-width: 657px;
}

.consl-page .main-previe__wrap,
.page-about .main-previe__wrap {
  top: -40px;
  left: calc(50% - 600px + 714px);
  width: 657px;
}

.page-contact .main-previe__wrap {
  top: -8px;
  left: calc(50% - 600px + 730px);
  width: 568px;
}

.table-wrapper {
  margin-top: 50px;
}

.table-info {
  background-color: #f5f5f5;
  max-width: 737px;
  margin-bottom: 5px;
}

.table-info:nth-child(2) {
  max-width: 500px;
}

.table-info__title {
  margin: 0;
  padding: 15px 0;
  border-bottom: #e7e7e7 1px solid;
  width: calc(100% - 30px);
  margin: 0 auto;
  color: #1257ca;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.table-info__text {
  padding: 15px;
  margin: 0;
  color: #5b5f66;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.corp-trening {
  margin-top: 120px;
}

.corp-trening__title {
  color: #121212;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 400;
}

.corp-trening__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}

.corp-trening__item {
  color: #fff;
  padding: 20px 30px;
  position: relative;
  background-color: #1257ca;
}

.corp-trening__item:first-child::after,
.corp-trening__item:nth-child(2):after {
  content: "1";
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 80px;
  line-height: 0.8;
  font-weight: bold;
  opacity: 0.1;
}

.corp-trening__item:nth-child(2):after {
  content: "2";
}

.corp-trening__item-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 10px;
}

.corp-trening__text {
  margin: 0;
  font-size: 16px;
  max-width: 280px;
  line-height: 1.3;
  font-weight: 400;
  opacity: 0.7;
}

.corp-trening__btn {
  cursor: pointer;
  margin-top: 20px;
  width: 100%;
  height: 70px;
  color: #1257ca;
  font-size: 20px;
  line-height: 1.55;
  border-width: 1px;
  border-radius: 0px;
  background-color: #ffffff;
  border-color: #1257ca;
  border-style: solid;
  font-weight: 500;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}

.corp-trening__btn:hover {
  color: #fff;
  background-color: #1257ca;
}

.result-trening {
  margin: 100px 0;
}

.result-table {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2px;
}

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

.result-table__item {
  position: relative;
  background-color: #f5f5f5;
  padding: 15px 10px;
  min-height: 185px;
}

.result-table__item::before {
  content: "1";
  position: absolute;
  top: 5px;
  right: 5px;
  color: #efefef;
  font-size: 80px;
  line-height: 0.8;
  font-weight: bold;
  opacity: 0.7;
}

.result-table__item:nth-child(2)::before {
  content: "2";
}
.result-table__item:nth-child(3)::before {
  content: "3";
}
.result-table__item:nth-child(4)::before {
  content: "4";
}
.result-table__item:nth-child(5)::before {
  content: "5";
}
.result-table__item:nth-child(6)::before {
  content: "6";
}

.result-table__title {
  margin: 0;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  color: #1257ca;
  font-size: 20px;
  font-weight: 500;
}

.result-table__text {
  margin: 0;
  color: #717988;
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.list-practic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 740px;
  margin-top: 50px;
}

.list-practic-with-btn {
  grid-template-rows: repeat(2, auto);
  grid-template-columns: repeat(3, 1fr);
}

.list-practic__item {
  position: relative;
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  background-color: #1257ca;
  color: #fff;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.list-practic-with-btn .list-practic__item:nth-child(4) {
  padding: 0;
  background-color: #1ebfb8;
  height: 70px;
  grid-column: span 3;
  transition: all 0.3s linear;
}

.list-practic-with-btn .list-practic__item:nth-child(4):hover {
  background-color: #169893;
}

.list-practic__title {
  margin: 0;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 400;
}

.list-practic__info {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  opacity: 0.7;
}

.practic-photo {
  max-width: 712px;
}

.practic-info-title {
  max-width: 500px;
}

h1.practic-page-title {
  max-width: 100%;
}

/* programma */

.programma-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.programma-list__item {
  cursor: pointer;
  width: 100%;
  padding: 0 30px;
  display: flex;
  gap: 20px;
  align-items: center;
  background-color: #f5f5f5;
  height: 90px;
  transition: all 0.3s linear;
}

.programma-list__item:hover {
  background-color: #fff;
}

.programma-list__title {
  color: #282828;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
}

.big-btn {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  background-color: var(--color-primary);
  margin-top: 40px;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}

.big-btn:hover {
  background-color: #0947ae;
}

.big-btn-download {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  width: 100%;
  max-width: 740px;
  /* max-width: 771px; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}

.main-previe-prog__body {
  max-width: 889px;
}

/* blog */

.page-title-blog {
  color: #000000;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.23;
  margin: 0;
  margin-bottom: 20px;
}

.page-sub-title-blog {
  margin: 0;
  font-weight: 300;
  color: #000000;
  font-size: 24px;
  line-height: 1.5;
  max-width: 560px;
  margin-bottom: 90px;
}

.main-previe__blog {
  padding-top: 75px;
}

.blog-list {
}

.blog-list__article {
  border-bottom: 1px solid var(--color-primary);
}

.blog-list__link {
  padding-top: 25px;
  padding-bottom: 25px;
  text-decoration: none;
  display: block;
  color: #000000;
}

.blog-list__date {
  margin-right: 15px;
  font-size: 10px;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
}

.blog-list__title {
  margin: 0;
  font-weight: 500;
  color: #000000;
  font-size: 20px;
  line-height: 1.35;
}

.blog-page {
  margin-bottom: 135px;
}

.content-post {
  margin-top: 25px;
  margin-bottom: 135px;
}

.breadcrumbs a {
  color: #1257ca;
  text-decoration: none;
}

.about-we__link {
  text-decoration: none;
  color: rgb(18, 87, 202);
}

.gallerey-list img {
  height: 267px;
  object-fit: cover;
}

.row-main-margin {
  margin: 20px 0 20px;
}

.row-main-big-margin {
  margin: 33px 0;
}

.page-title-blog {
  font-weight: 600;
}

h1.page-title-post {
  max-width: 100%;
}

p.breadcrumbs > span span {
  padding-right: 4px;
  font-weight: 400;
}

.overlay {
  /* Скрываем подложку  */
  opacity: 0;
  visibility: hidden;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 66%);
  z-index: 998;
  transition: 0.3s all;
}

.modal {
  /* Скрываем окна  */
  opacity: 0;
  visibility: hidden;

  /*  Установаем ширину окна  */
  width: 90%;
  max-width: 620px;
  max-height: 90%;
  height: auto;
  overflow: auto;

  /*  Центрируем и задаем z-index */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999; /* Должен быть выше чем у подложки*/

  /*  Побочные стили   */
  box-shadow: 0 3px 10px -0.5px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 30px 45px;
  /* border-radius: 3px; */
  background-color: #f7f8fa;
  transition: 0.3s all;
}

.modal-app {
  width: 850px;
  max-width: 90%;
  background-color: #f7f8fa;
  padding: 50px;
}

.modal-def {
  padding: 25px 65px;
}

/* Стили для активных классов подложки и окна */

.modal.active,
.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Стили для кнопки закрытия */

.modal__cross {
  width: 16px;
  height: 16px;
  position: absolute;
	z-index: 2;
	top: 5px;
	right: 5px;
  fill: #fff;
  cursor: pointer;
}

.popup-title {
  font-size: 32px;
  font-weight: 600;
  color: #000000;
  margin: 0;
  margin-bottom: 11px;
}

.pupup-sub-title {
  font-size: 14px;
  line-height: 1.55;
  font-weight: 300;
  color: #000000;
  margin: 0;
  margin-bottom: 25px;
}

form input {
  font-family: "Manrope", Arial, sans-serif;
  height: 60px;
  color: #000000;
  border: 1px solid #c9c9c9;
  height: 60px;
  font-size: 16px;
  line-height: 1.33;
  width: 100%;
  margin-bottom: 15px;
  padding: 0 20px !important;
}

.constr section {
  padding: 50px 0;
}

.constr section.buy {
  padding: 120px 0;
}

.constr a {
  text-decoration: none;
  color: rgb(18, 87, 202);
}

.constr h2 {
  color: #121212;
	line-height: 1.2;
  font-size: clamp(1.5rem, 1.018rem + 2.14vw, 2.625rem);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 500;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  margin: 0;
}

.constr h3 {
	font-family: 'Manrope', Arial, sans-serif;
	font-weight: 600;
	color: #000000;
	font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
	line-height: 1.35;
	margin: 0;
	margin-bottom: 14px;
	margin-top: 50px;
}

.constr h3 strong {
	font-weight: 700;
}

section.revies {
	padding-bottom: 0;
}

.constr p {
  color: #717988;
  font-size: clamp(0.875rem, 0.733rem + 0.36vw, 1rem);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
	margin: 10px 0;
}

h2.constr__title {
	margin-bottom: 25px;
}

form p {
  margin: 0;
  padding: 0;
}

form .wpcf7-submit {
  color: #ffffff;
  background-color: #1257ca;
  height: 60px;
}

.wpcf7-submit {
  margin-bottom: -40px;
}

.trening-section {
  padding-top: 50px;
  padding-bottom: 75px;
}

span {
  font-weight: 600;
}

.page-trening section {
  margin-bottom: 100px;
}

.page-trening h2 {
  color: #121212;
  font-size: 40px;
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1;
  font-weight: 400;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
}

.programma-list__item-custom {
  position: relative;
  flex-direction: column;
  justify-content: left;
  align-items: flex-start;
  height: auto;
  padding: 15px 20px 15px 55px;
  gap: 5px;
}

.programma-list__item-custom .programma-list__title,
.programma-list__item-custom .programma-list__text {
  margin: 0;
}

.programma-list__img-custom {
  position: absolute;
  position: absolute;
  left: 15px;
  top: 20px;
  /* top: 50%; */
  /* transform: translateY(-50%); */
  height: 25px;
  width: 25px;
  object-fit: cover;
}

.programma-list__item-custom .programma-list__text {
  color: #121212;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  opacity: 0.4;
}
.corp-trening__wrapper-custom .corp-trening__item-title {
  font-weight: 600;
}

.corp-trening__wrapper-custom .corp-trening__text {
  opacity: 0.85;
  max-width: 100%;
}

.corp-trening__wrapper .list {
  list-style: disc;
  padding-left: 25px;
}

.klub {
  text-align: center;
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #1257ca;
  color: #fff;
}

h2.klub__title {
  color: #fff;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 600;
  font-size: clamp(1.875rem, -0.554rem + 6.07vw, 4rem);
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
}

.klub__container {
  display: block;
  float: none;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

p.klub__text {
  font-family: "Manrope", Arial, sans-serif;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
  font-size: clamp(1.25rem, 0.964rem + 0.71vw, 1.5rem);
}

/* advantages */
.advantages {
  margin-top: 75px;
  display: grid;
  gap: 30px 40px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.advantages__image {
  width: 55px;
  height: 55px;
  object-fit: cover;
}

.advantages__title {
  margin: 23px 0 20px;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 600;
  color: #000000;
  line-height: 1.35;
  font-size: clamp(1rem, 0.714rem + 0.71vw, 1.25rem);
}

.advantages__text {
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 300;
  color: #000000;
  margin: 0;
  font-size: clamp(0.75rem, 0.464rem + 0.71vw, 1rem);
}

/* .swiper {
  width: 600px;
  height: 300px;
} */

.swiper-button-next,
.swiper-button-prev {
  width: 40px !important;
  height: 40px !important;
  background-color: #1257ca;
  border-radius: 100% !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px !important;
  color: #fff;
}

.about-me__header,
.about-me__footer {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, auto));
  gap: 30px;
}

.about-me__footer {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.about-me__header {
  border-top: 1px solid #e7e7e7;
  /* border-bottom: 1px solid #e7e7e7; */
  padding: 30px 0 0;
}

.about-me__header img {
  /* width: 100%; */
  text-align: center;
}

.about-me__footer {
  padding-top: 30px;
}

.about-me__text p {
  margin: 0;
}

.gift-list {
	border-top: 1px solid #e7e7e7;
	padding-top: 20px;
}

p.gift__text {
	color: #717a88;
	font-size: 16px;
	font-family: 'Manrope', Arial, sans-serif;
	line-height: 1.5;
	font-weight: 500;
	padding: 20px 0 20px;
	margin: 0;
}

.gift-list {
  column-gap: 25px;
  row-gap: 1px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto auto;
}

h3.gift-list__text {
  margin: 0;
  color: #282828;
  font-size: clamp(1.125rem, 0.698rem + 1.07vw, 1.5rem);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.2;
  font-weight: 400;
}

.gift-list__item {
  position: relative;
  cursor: pointer;
  width: 100%;
  padding: 20px;
  background-color: #f5f5f5;
}

.gift-list__item:hover {
  background-color: #f5f5f58b;
}

.gift-list .modal {
  /* position: relative; */
  /* border-top: 30px solid #1257ca; */
  padding: 50px 30px 30px;
  text-align: left;
}

.gift-list .modal::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30px;
  background-color: #1257ca;
}

.gift-list .modalWindow {
}

.gift-list .popup-title {
  font-family: "Manrope";
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
	margin-top: 0;
  margin-bottom: clamp(1.25rem, 0.909rem + 1.7vw, 2.188rem);
  color: #1257ca;
}

.popup__video-link {
  margin-bottom: 25px;
  line-height: 0;
}

.gift-list ul {
  padding-left: 20px;
  font-family: "Manrope";
  margin: 0;
  text-align: left;
  font-size: 16px;
}

.gift-list ul li &ndsp {
	display: none;
}

.gift-list ul li:not(:last-child) {
	padding-bottom: 5px;
}

.popup__video-link {
  display: block;
  position: relative;
  /* background: linear-gradient(0deg, transparent 54.26%, rgba(0, 0, 0, 0.5) 91.48%); */
  z-index: 5;
  width: 100%;
  height: 100%;
}

.popup__video-link img {
  width: 100%;
}

.our-video__bg {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #00000040;
  z-index: 2;
  height: 100%;
}

.our-video__play {
  position: absolute;
	z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gift-basa {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 120px;
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.gift-basa__item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	/* flex-wrap: wrap; */
}

.gift-basa__item:not(:last-child) .gift-basa__wrap {
	border-bottom: 1px solid #1257ca;
}

.gift-basa__item:nth-child(even) .gift-basa__image {
	order: 2;
}

.gift-basa__number {
	width: 127px;
	height: 127px;
	font-family: "Manrope", sans-serif;
	font-weight: 500;
	font-size: 50px;
	color: #e1e1e1;
	display: flex;
	align-items: center;
		background-color: #f5f5f5;
	justify-content: center;
	margin-bottom: 50px;
}

h3.gift-basa__title {
	margin: 0;
	padding-bottom: 15px;
	font-family: "Manrope", sans-serif;
	font-weight: 500;
	font-size: clamp(2rem, 1.818rem + 0.91vw, 2.5rem);
	color: #121212;
	line-height: 1.2;
}

.gift-basa__info p {
	font-family: "Manrope", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #717a88;
	margin: 0;
	padding: 0;
}

p:empty {
	display: none;
}

.gift-basa__image {
	width: 100%;
	height: auto;
	object-fit: cover;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
	border: none;
	border-top: 1px solid #e7e7e7;
  background-color: transparent;
  /* color: #444; */
  cursor: pointer;
  padding: 0px;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
	position: relative;
	height: 87px;
	display: flex;
	border-radius: 0;
	padding-right: 70px;
}

.accordion:hover {
	border-top: 1px solid #e7e7e7;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  /* padding: 0 18px; */
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
	display: grid;
  gap: 25px;
  grid-template-columns: repeat(auto-fill, minmax(385px, 1fr));
}

.accordion:after {
	position: absolute;
	top: 0;
	right: 0;
  content: ""; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  float: right;
  margin-left: 5px;
	width: 67px;
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 67px;
	transition: background-image .25s;
}

.accordion:before {
	content: ""; 
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	height: 67px;
	width: 67px;
	transition: all .25s;
	background: url('./assets/img/plus.svg') no-repeat center center;
}

.accordion span {
	display: block;
	padding-top: 20px;
	font-family: "Manrope", sans-serif;
	font-weight: 400;
	font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
	color: #282828;
}

.accordion-section .active::before {
	transform: rotate(180deg);
}

.accordion__title-wrapper {
	display:grid;
	gap: 10px 25px;
	margin-bottom: 20px;
	grid-template-columns: repeat(auto-fill, minmax(385px, 1fr));
}

h3.accordion__sub-title {
	color: #717a88;
	font-size: 16px;
	font-family: 'Manrope', Arial, sans-serif;
	line-height: 1.5;
	font-weight: 400;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
	margin: 0;
	padding: 0;
}

.panel__text {
	max-width: 440px;
}

.panel__text p {
	margin-top: 0;
	margin-bottom: 10px;
	color: #717a88;
	font-size: 16px;
	font-family: 'Manrope', Arial, sans-serif;
	line-height: 1.55;
	font-weight: 400;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

.panel__list li {
	color: #717a88;
	font-size: 20px;
	font-family: 'Manrope', Arial, sans-serif;
	line-height: 1.55;
	font-weight: 400;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

.panel__list {
	list-style: decimal-leading-zero;
}

.panel__list li::marker {
	color: #e2e2e2;
	font-size: 20px;
	font-family: 'Manrope', Arial, sans-serif;
	line-height: 1.55;
	font-weight: 700;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

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

.buy__item {
  display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(0, auto));
  gap: 25px;
	grid-auto-flow: row dense;
}

.buy__item-nav {
	order: 1;
}

.buy-list {
	grid-column: span 1;
	grid-row: span 2;
}

h3.buy__item-tile {
  color: inherit;
  font-size: clamp(2rem, 0.576rem + 3.57vw, 3.25rem);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.3;
  font-weight: 500;
  margin: 0 0 10px;
  max-width: 435px;
}

.buy__item-price-moth,
.buy__item-price-year {
  color: inherit;
  font-size: clamp(1.25rem, 1.108rem + 0.36vw, 1.375rem);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 15px;
}

.buy__item-price-moth del,
.buy__item-price-year del {
  opacity: 0.5;
  font-weight: 300;
  font-size: clamp(1.125rem, 0.983rem + 0.36vw, 1.25rem);
}

.buy__item-btn-month {
  color: var(--color-primary);
  font-family: "Manrope", Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 60px;
  margin-bottom: 25px;
}

.buy__item-btn-year {
  border: 1px solid #fff;
  display: flex;
	font-family: "Manrope", Arial, sans-serif;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 60px;
  color: inherit;
}

.buy-list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
  flex: 1;
  max-width: 570px;
}

.buy-list__item {
  position: relative;
  background-color: #ffffff45;
  /* height: 60px; */
  padding: 17px 25px;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  font-family: "Manrope", Arial, sans-serif;
}

.buy-list__item::before {
  display: block;
  margin-right: 10px;
  content: " ";
  background-image: url("./assets/img/chek.svg");
  background-size: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
	background-color: #4CAF50;
  height: 30px;
  width: 30px;
	min-width: 30px;
}

.buy-list__item_dis::before {
  background-color: rgba(255, 0, 0, 0.866);
  background-image: url("./assets/img/chek.svg");
}

@media screen and (max-width: 1199px) {
  .page-title {
    font-size: 46px;
  }

  .main-previe__body {
    max-width: 512px;
  }
  .page-sub-title {
    margin-top: 145px;
    font-size: 26px;
  }
  .container {
    max-width: 990px;
  }
  .main-previe__list {
    position: relative;
    z-index: 2;
  }
  .main-previe__list,
  .list-practic {
    max-width: 868px;
  }
  .practicum .main-previe__body {
    max-width: 771px;
    position: relative;
  }

  .list-practic {
    position: relative;
    z-index: 3;
  }

  .main-previe__wrap,
  .page-about .main-previe__wrap,
  .consl-page .main-previe__wrap {
    top: 7px;
    left: calc(50% - 480px + 542px);
    width: 478px;
  }
  .consl-page .main-previe__image,
  .page-about .main-previe__image {
    max-width: 477px;
  }
  .page-contact .main-previe__wrap {
    top: 146px;
    left: calc(50% - 480px + 442px);
    width: 521px;
  }
  .practic-photo {
    max-width: 477px;
  }
  h1.practic-page-title {
    max-width: 600px;
  }
  .big-btn-download {
    max-width: 100%;
  }

  .result-table {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }
  .result-table__text {
    max-width: 150px;
    font-size: 12px;
  }
  .main-previe {
    height: auto;
  }
  .corp-trening {
    margin-top: 0;
  }
  .table-info {
    margin-bottom: 10px;
  }
  .page-about .main-previe__text {
    max-width: 460px;
  }
  .contact__table {
    flex-direction: column;
  }
  h1.page-title-post {
    font-size: 30px;
    width: 100%;
  }

	.main-previe__image {
		right: 0;
	}
}

@media screen and (min-width: 959px) {
  .schedule-top {
    margin-top: 100px;
  }
}

@media screen and (max-width: 959px) {
  .main-previe__wrap,
  .consl-page .main-previe__wrap,
  .page-about .main-previe__wrap,
  .page-contact .main-previe__wrap {
    padding: 0px 15px;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-previe__image {
    position: static;
    width: 500px;
  }
  .main-previe {
    height: auto;
  }
  .main-previe__body {
    max-width: 100%;
  }
  .page-sub-title {
    margin-top: 50px;
  }

  .container {
    max-width: 630px;
    padding: 0 5px;
  }
  nav ul li a {
    padding: 15px 0;
  }

  nav ul li {
    max-width: 630px;
    padding: 0 5px;
    margin: 0 auto;
  }
  .main-previe__wrapper {
    padding-top: 50px;
  }
  .main-previe__list,
  .list-practic {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2px;
  }
  .main-previe__item {
    margin: 0;
  }
  .main-previe__item:nth-child(3),
  .list-practic__item:nth-child(3) {
    grid-column: span 2;
  }
  .main-previe__item:nth-child(3) .main-previe__link {
    display: flex;
    align-items: center;
    max-width: 285px;
  }
  .schedule__list-title {
    font-size: 16px;
  }
  .schedule__list-sub-title {
    font-size: 16px;
  }
  .main-page-footer__img {
    height: 290px;
    right: 0;
  }
  .main-page-footer__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .main-page-footer__btn {
    margin-top: 35px;
    max-width: 276px;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-page-footer__title:after {
    height: 3px;
  }

  .main-page-footer__wrap::after {
    content: "";
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    background: #00000063;
  }
  .footer__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .footer__colomn:first-child {
    grid-column: span 2;
  }
  .nav-container {
    border-bottom: 0px;
  }
  nav ul li a:not(:only-child):after {
    right: 12px;
  }

  .result-trening {
    margin: 0;
    margin-bottom: 75px;
  }

  .main-previe,
  .programma {
    padding-bottom: 75px;
  }

  .result-table-5 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .result-table__item {
    min-height: 172px;
  }

  .practic-info-title {
    max-width: 100%;
  }
  .list-practic-with-btn .list-practic__item:nth-child(3) {
    grid-column: span 1;
  }
  .list-practic-with-btn .list-practic__item:nth-child(4) {
    grid-column: span 1;
    height: auto;
  }
  .big-btn-download {
    padding: 20px 20px;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .consl-page .result-trening {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .consl-page .title-sub {
    font-size: 47px;
  }
  .about-we__wrapper {
    flex-direction: column;
    gap: 15px;
  }
  .about-we__img {
    max-width: 100%;
  }
  .gallerey-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallerey-list img {
    width: 100%;
    height: 100%;
  }
  .page-contact .main-previe__image {
    width: 500px;
  }
  .page-title-blog {
    font-size: 38px;
  }
  .page-sub-title-blog {
    font-size: 22px;
    margin-bottom: 50px;
  }
  h1.page-title-post {
    font-size: 26px;
    width: 100%;
  }
  .main-previe__blog {
    padding-top: 50px;
  }
  .gift-list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 639px) {
  .main-previe__wrap {
  }
  .main-previe__image {
    width: 250px;
  }
  .page-title {
    font-size: 36px;
  }

  .page-info-title {
    font-size: 14px;
  }
  .container {
    max-width: 460px;
    padding: 0;
  }
  nav ul li {
    max-width: 460px;
  }
  .page-sub-title {
    font-size: 18px;
  }
  .main-previe__list {
    grid-template-columns: 1fr;
		margin-top: 20px;
    grid-template-rows: 1fr 1fr 1fr;
  }
  .main-previe__item:nth-child(3) {
    grid-column: span 1;
  }
  .main-previe__num {
    font-size: 55px;
  }
  .page-sub-title {
    margin-top: 25px;
  }
  .title-sub {
    line-height: 120%;
    font-size: 32px;
  }
  .page-trening h2 {
    font-size: 20px;
    line-height: 120%;
  }
  .schedule__list-sub-title {
    font-size: 14px;
  }
  .schedule__list-item {
    padding: 20px 40px 20px 10px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-template-areas:
      "name name date"
      "name name mesto";
  }
  .schedule__list-sub-item:nth-child(1) {
    grid-area: name;
  }
  .schedule__list-sub-item:nth-child(2) {
    grid-area: date;
  }
  .schedule__list-sub-item:nth-child(3) {
    grid-area: mesto;
  }
  .main-page-footer__img {
    height: 246px;
    right: -47px;
  }
  .main-page-footer__wrap {
    padding: 25px 0;
    background-position: center;
  }
  .main-page-footer__title {
    font-size: 30px;
  }
  .main-page-footer__list {
    max-width: 230px;
  }
  .main-page-footer__btn {
    height: 56px;
  }

  .main-page-footer {
    overflow: hidden;
  }
  .footer__nav-link {
    font-size: 14px;
  }
  .footer__nav-item {
    padding-bottom: 8px;
  }
  .footer_oferta {
    font-size: 12px;
  }
  .footer {
    padding: 35px 0;
  }

  .schedule__list-top-row {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-template-areas: "name name name date mesto";
  }

  .schedule__list-top-colomn:nth-child(1) {
    grid-area: name;
  }

  .schedule__list-top-colomn:nth-child(2) {
    text-align: center;
    grid-area: date;
  }

  .schedule__list-top-colomn:nth-child(3) {
    text-align: center;
    grid-area: mesto;
  }
  .schedule__icon {
    height: 26px;
    width: 26px;
  }
  .list-practic__title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .list-practic__info {
    font-size: 13px;
  }
  .list-practic__item {
    padding: 10px;
  }
  .list-practic {
    grid-template-rows: 1fr auto;
  }
  .result-table__title {
    position: relative;
    z-index: 1;
  }
  .result-trening .row-main {
    margin-bottom: 33px;
  }
  .result-table-5 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .result-table__item {
    min-height: 120px;
  }
  .result-table__title {
    font-size: 18px;
    margin-bottom: 0;
  }
  .result-table__text {
    font-size: 12px;
    position: relative;
    z-index: 1;
  }
  .programma-list__item svg {
    min-height: 40px;
    min-width: 40px;
  }
  .programma-list__title {
    font-size: 18px;
  }
  .programma-list__item {
    padding: 0 20px;
  }
  .programma-list__item-custom {
    padding: 15px 20px 15px 55px;
  }

  .programma-list__text {
    font-size: 12px;
  }

  .big-btn {
    font-size: 18px;
  }
  .big-btn-download {
    font-size: 16px;
  }

  .consl-page__title {
    font-size: 14px;
  }
  .table-info__title {
    font-size: 16px;
  }
  .table-info__text {
    font-size: 16px;
  }
  .corp-trening__title {
    font-size: 18px;
  }
  .corp-trening__item {
    padding: 10px;
  }
  .corp-trening__item-title {
    font-size: 14px;
  }
  .corp-trening__text {
    font-size: 12px;
  }
  .corp-trening__btn {
    font-size: 16px;
  }
  .consl-page .title-sub {
    font-size: 32px;
  }
  .result-table {
    grid-template-columns: repeat(2, 1fr);
  }
  .list-info {
    margin-top: 15px;
  }
  .about-we {
    margin: 50px 0;
    margin-bottom: 65px;
  }
  section.sertif,
  section.gallery-photo {
    padding: 0;
  }
  .page-about .main-previe__wrapper {
    padding-top: 25px;
  }
  .page-contact .main-previe__image {
    width: 235px;
  }
  .page-contact h1 {
    margin: 0;
    padding: 0;
  }
  .page-title-blog {
    font-size: 30px;
    font-weight: 500;
  }
  .page-sub-title-blog {
    font-size: 20px;
  }
  .blog-list__title {
    font-size: 16px;
  }
  .blog-list__date {
    margin: 8px 0;
    padding: 0;
  }
  h1.page-title-post {
    font-size: 20px;
    width: 100%;
  }
  .main-previe__blog {
    padding-top: 30px;
  }
  p.breadcrumbs {
    font-size: 14px;
  }
  .popup-title {
    font-size: 26px;
  }

	.advantages {
		margin-top: 0;
	}

	.gift-list .modal {
		padding: 50px 15px 30px;
	}

	.gift-basa__item {
		display: flex;
		flex-direction: column-reverse;
	}

	.gift-basa__number {
		width: 60px;
		height: 60px;
		font-size: 32px;
		margin-bottom: 20px;
	}

	.gift-basa {
		margin-top: 60px;
		gap: 25px;
	}

	.gift-basa__wrap {
		border-bottom: 0;
	}

	.gift-basa__item {
		gap: 25px;
	}

	.gift-basa__item:not(:last-child) {
		border-bottom: 1px solid #1257ca;
		padding-bottom: 20px;
	}

	.gift-basa__item:nth-child(even) .gift-basa__image {
		order: 0;
	}

	.accordion:before {
		height: 45px;
    width: 45px;
	}

	.accordion:after {
		height: 45px;
    width: 45px;
	}

	.accordion span {
		padding-top: 10px;
	}

	.accordion__title-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}

	.accordion__title-wrapper {
		gap: 10px;
	}

	.accordion {
		min-height: 70px;
		height: fit-content;
		padding-right: 60px;
	}

	.panel {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}

	.panel__text p {
		font-size: 16px;
	}

	.panel__list li {
		font-size: 16px;
	}

	.panel__list li::marker {
		font-size: 16px;
	}

	.constr section {
		padding: 25px 0;
	}

	.buy__item {
		grid-template-columns: 1fr;
    grid-template-rows: repeat(3, minmax(0, auto));
	}

	.buy-list {
		grid-row: span 1;
	}

	.buy__item {
		gap: 20px;
		text-align: center;
	}

	h3.buy__item-tile {
		margin-bottom: 0;
	}

	.buy__item-btn-month, .buy__item-btn-year {
		max-width: 100%;
	}

	.constr section.buy {
		padding: 60px 0;
	}

	.advantages__title {
		margin: 7px 0 10px;
	}

	.advantages {
		row-gap: 25px;
	}

	.advantages__image {
		height: 40px;
		width: 40px;
	}

	.buy-list__item::before {
		width: 25px;
		height: 25px;
		min-width: 25px;
	}

}

@media screen and (max-width: 480px) {
  .page-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .container {
    max-width: 300px;
    padding: 0;
    margin: 0 auto;
  }
  nav ul li {
    max-width: 300px;
  }
  .main-previe__link {
    font-size: 16px;
  }
  .main-previe__item {
    align-items: inherit;
    padding: 10px 35px;
    height: 100px;
    line-height: 100px;
		justify-content: center;
  }
  .main-previe__icon-arrow {
    position: absolute;
    top: 0;
    right: 0;
  }
  .schedule__list-title {
    font-size: 14px;
  }
  .schedule__list-item {
    font-size: 14px;
  }
  .schedule__list-item {
    padding: 10px 40px 10px 10px;
  }
  .schedule__list-item {
    grid-template-rows: repeat(3, 25px);
    grid-template-areas:
      "name name mesto"
      "name name date";
  }
  .schedule__list-sub-item:nth-child(3) {
    display: flex;
    align-items: end;
  }
  .schedule__list-top-row {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-template-areas: "name name name date mesto";
    padding: 10px 20px 10px 10px;
  }

  .schedule__list-top-colomn:nth-child(1) {
    grid-area: name;
  }

  .schedule__list-top-colomn:nth-child(2) {
    text-align: center;
    grid-area: date;
  }

  .schedule__list-top-colomn:nth-child(3) {
    text-align: center;
    grid-area: mesto;
  }
  .main-page-footer__wrap {
    padding: 20px 0;
  }

  .main-page-footer__list {
    max-width: 213px;
  }
  .main-page-footer__img {
    right: -90px;
  }
  .main-page-footer__btn {
    height: 50px;
  }
  .main-page-footer__item:first-child::after {
    max-width: 185px;
  }
  .main-page-footer__item:nth-child(2):after {
    max-width: 185px;
  }
  .main-page-footer__title {
    font-size: 25px;
  }
  .schedule {
    margin-bottom: 65px;
  }
  .main-previe {
    padding-bottom: 0;
  }
  .footer__colomn:nth-child(2) {
    padding-right: 0px;
  }
  .footer__colomn:first-child li {
    font-size: 12px;
  }
  .list-practic {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
  .list-practic__item {
    grid-column: span 2;
  }
  .result-table-5 {
    grid-template-columns: 1fr;
  }
  .result-table__text {
    max-width: 190px;
  }
  .result-table__title {
    margin-bottom: 10px;
  }
  .programma-list__item {
    height: auto;
  }
  .programma-list__title {
    font-size: 16px;
    line-height: 19px;
  }
  .programma .row-main {
    margin: 33px 0;
  }
  .big-btn {
    font-size: 14px;
    text-align: center;
  }
  .list-practic-with-btn .list-practic__item:nth-child(3) {
    grid-column: span 2;
  }

  .list-practic-with-btn .list-practic__item:nth-child(4) {
    grid-column: span 2;
    padding: 0;
  }
  .big-btn-download {
    height: 15px 20px;
  }
  .table-info__title {
    font-size: 14px;
  }
  .table-info__text {
    font-size: 14px;
  }
  .corp-trening__wrapper {
    grid-template-columns: 1fr;
  }
  .corp-trening__item {
    min-height: 85px;
  }
  .corp-trening__wrapper {
    gap: 10px;
  }
  .corp-trening__btn {
    margin-top: 10px;
    height: 60px;
  }
  .corp-trening__text {
    max-width: 200px;
  }
  .result-table {
    grid-template-columns: 1fr;
  }
  .result-table__text {
    max-width: 200px;
  }
  .main-previe__text p {
    font-size: 14px;
  }
  .page-about .row-main-big-margin {
    margin: 15px 0;
  }
  .list-info-item {
    font-size: 14px;
    line-height: 130%;
  }
  p.breadcrumbs {
    font-size: 12px;
  }
  section.blog {
    padding-bottom: 50px;
  }

  .content-post ul {
    margin-left: 0;
    padding-left: 25px;
  }
  .sub-menu {
    display: none;
    display: block;
    top: 0px;
    left: 0px;
    position: relative;
    width: 100%;
    box-shadow: none;
    padding-left: 5px;
    height: auto;
  }
  .sub-menu li a {
    color: #a0a0a0;
  }
  ul.active {
    height: auto !important;
  }
  .popup-title {
    font-size: 23px;
  }
  .pupup-sub-title {
    font-size: 12px;
  }
  .modal {
    padding: 25px;
  }
  form input {
    height: 40px;
    font-size: 13px;
  }
  form .wpcf7-submit {
    height: 40px !important;
  }
  .page-trening section {
    margin-bottom: 50px;
  }
}
