/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

 html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden], template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b, strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button, select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled], html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

@font-face {
  font-family: "Ostrich Proper";
  font-display: swap;
  src: url("../fonts/OstrichProper-Regular.ttf");
  src: local("O"), url("../fonts/OstrichProper-Regular.woff2") format("woff2"), url("../fonts/OstrichProper-Regular.woff") format("woff"), url("../fonts/OstrichProper-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Ostrich Proper";
  font-display: swap;
  src: url("../fonts/OstrichProper-SemiBold.ttf");
  src: local("O"), url("../fonts/OstrichProper-SemiBold.woff2") format("woff2"), url("../OstrichProper-SemiBold.woff") format("woff"), url("../fonts/OstrichProper-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Ostrich Proper";
  font-display: swap;
  src: url("../fonts/OstrichProper-Bold.ttf");
  src: local("O"), url("../fonts/OstrichProper-Bold.woff2") format("woff2"), url("../fonts/OstrichProper-Bold.woff") format("woff"), url("../fonts/OstrichProper-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

*::after, *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

body {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  background-color: #fff;
  font-family: "Open Sans";
  position: relative;
}

main {
	min-height: 100vh;
}

p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: #000;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

li {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: #000;
  position: relative;
  margin-bottom: 5px;
}

li::before {
  content: "\2022";
  color: #000;
  font-weight: 600;
  display: inline-block;
  width: 1em;
  position: absolute;
  left: -12px;
  font-size: 16px;
}

ol li::before {
	content: none;
 }

 ol li {
	list-style-type: inherit;
 }

h1, h2 {
  font-family: "Ostrich Proper";
  font-style: normal;
  color: #000000;
  font-weight: bold;
}

h1 {
  font-size: 38px;
  line-height: 48px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
}

h2 {
  font-weight: bold;
  font-size: 34px;
  line-height: 44px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1869AE;
}

h3, .post-slider__title {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.02em;
  color: #1869AE;
}

h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #000;
}

h5, .post-slider__descr {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #000;
}

img {
  height: auto;
  width: 100%;
  display: block;
}

a {
  text-decoration: none;
  font-family: inherit;
  font-style: normal;
  color: inherit;
  display: block;
}

button {
  font-family: inherit;
}

a, button, input, select, textarea {
  cursor: pointer;
  outline: none;
}

input, textarea {
  display: block;
}

.btn {
  padding: 3px 0;
  width: 190px;
  text-align: center;
  border-radius: 40px;
  border: 1.6px solid #1869ae;
  font-family: "Ostrich Proper";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 44px;
  letter-spacing: 0.02em;
  color: #1869AE;
  transition: .5s;
}

.btn:hover {
  background-color: #1869AE;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: .5s;
  color: #fff;
}

.contact-btn {
  cursor: pointer;
}

.wrapper-header {
  height: 176px;
  max-width: 1920px;
  width: 100%;
}

.header {
  max-width: 1920px;
  width: 100%;
  position: relative;
  z-index: 1000;
}

.header.active {
  overflow: visible;
  visibility: visible;
}

.header__container {
  max-width: 1570px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 0 auto;
  padding: 25px 15px;
}

.header__logo {
  max-width: 195px;
}

.header__logo-2 {
  display: none;
}

.header__logo-3 {
  display: none;
}

.header__menu {
  max-width: 710px;
  width: 100%;
  margin: 0 62px 0 auto;
  padding: 0 15px;
}

.header__menu.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  overflow: visible;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

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

.header__menu-list a {
  font-family: "Ostrich Proper";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  height: 30px;
}

.header__menu.active .header__menu-list a {
  margin-bottom: 45px;
}

.header__menu-list li:hover a {
  border-bottom: 1px solid #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.menu-item::before {
  content: none;
}

.header__burger {
  display: none;
  width: 30px;
  height: 22px;
  border: none;
  position: relative;
  background: inherit;
  margin-top: 0;
  z-index: 900;
}

.header__burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  pointer-events: none;
}

.header__burger span:first-child {
  top: 0;
}

.header__burger span:nth-child(2) {
  top: 11px;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.header__burger span:nth-child(3) {
  top: 21px;
}

.header__burger.active span:first-child {
  top: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header__burger.active span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

.header__burger.active span:nth-child(3) {
  top: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

.header__phone {
  margin-right: 58px;
}

.header__insta {
  margin-right: 26px;
}

.link-cabinet {
  display: none;
  margin-top: 20px;
  margin-right: 30px;
}
.link-cabinet span {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  margin-right: 16px;
}

.header__phone, .header__insta, .header__facebook, .basket-icon {
  margin-top: 20px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.basket-icon {
  margin-right: 40px;
  position: relative;
  display: none;
}
.basket-icon span {
  position: absolute;
  top: -10px;
  right: -7px;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #FFFFFF;
}
.header__phone:hover, .header__insta:hover, .header__facebook:hover, .basket-icon:hover svg {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.header-fixed {
  position: fixed;
  z-index: 400;
  top: 0;
  overflow: hidden;
  border-bottom: #ccc;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.header-fixed .header__logo {
  display: none;
}

.header-fixed .header__logo-2 {
  display: block;
  max-width: 283px;
  width: 100%;
}

.header-fixed::before {
  content: "";
  z-index: -1;
  opacity: 0.55;
  background-color: #fff;
  position: absolute;
  height: 100%;
  width: 100%;
}

.header-fixed .header__container {
  position: relative;
  z-index: 2;
  padding: 22px 15px 16px 15px;
  max-width: 1300px;
  margin: 0 auto;
}

.header-fixed .header__menu-list a {
  color: #000;
}

.header-fixed .header__menu-list li:hover a {
  border-color: #000;
}

.header-fixed .header__phone path, .header-fixed .header__insta path, .header-fixed .header__facebook path {
  fill: #1869AE;
}

.header-fixed .header__logo-3 path {
  fill: #1869AE;
}
.header-fixed .link-cabinet span {
  font-size: 16px;
}
.header-fixed .link-cabinet span, .header-fixed .basket-icon span {
  color: #000000;
}
.header-fixed .link-cabinet path, .header-fixed .basket-icon path{
  fill: #1869AE;
}
.header-fixed .header__burger span {
  background-color: #1869AE;
}
.header-fixed .header__menu {
  max-width: 600px;
}
.intro {
  position: relative;
  padding-top: 120px;
}

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

.intro__title {
  color: #fff;
  text-align: center;
  margin: 0 0 220px 0;
}

.intro__subtitle {
  font-family: "Ostrich Proper";
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin: 0 0 40px 0;
}

.intro__descr p {
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
  color: #ffffff;
}

.intro__descr a {
  display: inline;
  font-weight: 700;
}

.intro__block-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 51px;
}

.intro__link {
  border-color: #fff;
  color: #fff;
}

.intro__link:hover {
  background-color: #fff;
  color: #1869AE;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.intro__contact {
  position: absolute;
  z-index: 100;
  right: 88px;
  bottom: 70px;
}

.intro__contact:hover .intro__contact-circle {
  fill: #fff;
}

.header-popap {
  position: fixed;
  top: 0;
  background-color: #1869AE;
}

.header-popap .header__container {
  padding-bottom: 0;
}

.header-popap .header__menu-list li:hover a {
  border-color: #fff;
}

.popup-form {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 900;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1869AE url(../img/formations.svg) no-repeat;
  background-position: 154px bottom;
  background-color: #1869AE;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  overflow-y: scroll;
}

.popup-form::-webkit-scrollbar {
  width: 0;
}

.popup-form, .popup-form.active {
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.popup-form.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.popup-form__box {
  max-width: 950px;
  width: 100%;
  margin: 150px auto 0 auto;
  padding: 0 15px;
}

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

.popup-form label {
  cursor: pointer;
}

.popup-form p, .popup-form label {
  color: #fff;
}

.popup-form__left-box, .popup-form__right-box {
  max-width: 410px;
  width: 100%;
}

.popup-form__title {
  color: #fff;
  margin-bottom: 30px;
}
.popup-form__title a{
	margin-top:10px;
    font-size: 24px;
	text-transform: none;
}
.popup-form__descr {
  margin-bottom: 27px;
}

.popup-form__input, .popup-form__textarea {
  border-radius: 30px;
  width: 100%;
  background-color: #2f78b6;
  margin-bottom: 18px;
  padding-left: 35px;
  border: 1px solid #a4ccee;
  color: #fff;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}

.popup-form__input {
  height: 62px;
  padding-top: 0px;
  margin-bottom: 40px;
}

.popup-form__input::-webkit-input-placeholder, .popup-form__textarea::-webkit-input-placeholder {
  color: #fff;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.5;
}

.popup-form__input::-moz-placeholder, .popup-form__textarea::-moz-placeholder {
  color: #fff;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.5;
}

.popup-form__input:-ms-input-placeholder, .popup-form__textarea:-ms-input-placeholder {
  color: #fff;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.5;
}

.popup-form__input::-ms-input-placeholder, .popup-form__textarea::-ms-input-placeholder {
  color: #fff;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.5;
}

.popup-form__input::placeholder, .popup-form__textarea::placeholder {
  color: #fff;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.5;
}

.popup-form__textarea {
  height: 157px;
  padding-top: 20px;
  resize: none;
}

.popup-form__right-box-title {
  color: #fff;
  margin-top: 40px;
  margin: 40px 0 38px 0;
}

.popup-form__checkbox {
  margin-bottom: 5px;
}

.popup-form__checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin-right: 19px;
}

.popup-form__checkbox-descr {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  max-width: 375px;
  margin: 0 0 27px auto;
  text-align: left;
}

.popup-form__checkbox .wpcf7-list-item {
  margin-left: 0;
}

.popup-form__checkbox label span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.popup-form__checkbox label span::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: 1px solid #a4ccee;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  background-color: #2f78b6;
  margin-right: 19px;
}

.popup-form__checkbox label input:checked+span::before {
  border-color: #fff;
  background-color: #fff;
  background-image: url(../img/checked.svg);
  background-size: 75%;
}

.popup-form__submit {
  background-color: inherit;
  color: #fff;
  border-color: #fff;
  margin-top: 20px;
}

.popup-form__submit:hover {
  background-color: #fff;
  color: #1869AE;
}

.popup-form__close {
  width: 27px;
  height: 27px;
  position: absolute;
  top: 160px;
  right: 360px;
  z-index: 1100;
  transition: .5s;
}

.popup-form__close:hover {
  transform: scale(1.2);
}

.popup-form__error {
  display: none;
}

.popup-form__error.active {
  display: block;
}

.wpcf7-not-valid-tip {
  position: absolute;
  top: -30px;
  width: 250px;
  left: 30px;
}

.wpcf7-response-output {
  max-width: 600px;
  width: 100%;
  margin: 0 auto !important;
}

.formateur {
  padding: 135px 15px 0 15px;
}

.formateur__title {
  color: #fff;
  text-align: center;
  line-height: 26px;
  margin-bottom: 0;
}

.formateur__inner {
  margin: 0 auto;
  max-width: 1320px;
  width: 100%;
  border-radius: 15px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
}

.formateur__img {
  max-width: 535px;
  width: 100%;
  height: 100%;
  margin: 100px 30px 0 0;
}

.formateur__descr {
  max-width: 630px;
  width: 100%;
  padding: 0 15px;
}

.formateur__descr-title {
  color: #1869AE;
  margin: 0 0 20px 0;
}

.formateur__descr-subtitle {
  margin: 0 0 40px 0;
  max-width: 550px;
}

.formateur__list {
  margin: 0 0 85px 20px;
}

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

.formateur__block-link p {
  font-weight: 600;
  font-size: 20px;
  line-height: 44px;
}

.formateur__block-link a {
  margin-top: 0;
}

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

.formateur__link-1 {
  width: 170px;
}

.formateur__link-2 {
  width: 190px;
}

.formateur__link-2 a {
  height: 21px;
}

.formateur__link-2 svg {
  width: 21px;
  height: 21px;
}

.formateur__insta {
  margin-right: 15px;
}

.wrapper-gallery {
/*   height: 1250px; */
  height: 750px;
	margin-top: -250px;
}

.gallery {
  margin: 0 auto;
/*   max-width: 1585px; */
  width: 100%;
/*   overflow: hidden; */
}

.scrollmagic-pin-spacer {
/*   max-width: 1585px; */
  width: 100%;
  margin: 0 auto;
  height: 100% !important;
  max-height: 450px;
}

.gallery__box-empty {
  max-width: 1600px;
  height: 450px;
  min-width: 1610px;
}

.gallery__box-img {
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
/*   min-width: 1500px; */
  height: 450px;
  position: relative;
  left: 1580px;
  left: 100%;
	max-width: 1585px;
	 margin: 0 auto;

}

.gallery__box-img img:first-child {
  border-radius: 15px 0 0 15px;
  width: 50%;
}

.gallery__box-img img:last-child {
  border-radius: 0 15px 15px 0;
  width: 50%;
  object-fit: cover;
}

.coaching {
  padding-top: 95px;
  background: url(../img/coaching-bg.svg) no-repeat right 120px #fff;
}

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

.coaching__title {
  color: #1869AE;
  text-align: center;
  margin-bottom: 0;
}

.coaching__subtitle {
  text-align: center;
  margin-top: 15px;
}

.coaching__box-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1585px;
  width: 100%;
  margin: 60px auto 0 auto;
  padding: 0 15px;
	justify-content: center;
}

/* .coaching__box-img>div:first-child {
  margin-right: 3%;
} */

.coaching__img-wrapper {
  position: relative;
  border-radius: 10px;
  max-width: 777px;
  width: 100%;
  overflow: hidden;
}

.coaching__img-wrapper:hover .coaching__img {
  -webkit-filter: blur(12px);
  filter: blur(12px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  border-radius: 10px;
}

.coaching__img-wrapper-description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  -o-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.coaching__img-wrapper:hover .coaching__img-wrapper-description {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  height: 100%;
}

.coaching__img {
  display: block;
  vertical-align: middle;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.coaching__img-title {
  font-family: Ostrich Proper;
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #1869ae;
  position: absolute;
  top: 95px;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  width: 100%;
  z-index: 100;
  transition: 1s;
  padding: 0 15px;
}

.coaching__img-wrapper:hover .coaching__img-title {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  top: 170px;
}

.coaching__img-description {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(1em);
  -ms-transform: translateY(1em);
  transform: translateY(1em);
  margin-top: 18%;
  max-width: 550px;
  padding: 0 5px;
  padding: 0 15px;
}
.coaching__img-description p {
  font-size: 20px;
  line-height: 26px;
  text-align: justify;
}
.coaching__btn {
  margin: 48px auto 0 auto;
}

.formations {
  background: url(../img/formations-bg.svg) no-repeat left 130px #fff;
  padding: 155px 15px 0 15px;
}

.formations__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1435px;
  width: 100%;
  margin-right: 165px;
  margin-left: auto;
}

.formations__left-block {
  max-width: 330px;
  width: 100%;
  padding-right: 15px;
}

.formations__title {
  color: #1869ae;
  margin-top: 5px;
}

.formations__img {
  max-width: 215px;
  width: 100%;
  margin: 80px auto 0 auto;
}

.formations__right-block {
  max-width: 1000px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.formations__right-block .wrapper-items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
}
.formations__item {
  position: relative;
  max-width: 290px;
  width: 100%;
}
.formations__item:before {
  content: '';
  width: 100%;
  padding-bottom: 117.2%;
  display: block;
  position: relative;
  z-index: -1;
}

[data-aos="formations-animation"] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: rotate(-25deg) translate(200px, 200px);
  -ms-transform: rotate(-25deg) translate(200px, 200px);
  transform: rotate(-25deg) translate(200px, 200px);
  opacity: 0;
}

[data-aos="formations-animation"].aos-animate {
  -webkit-transform: rotate(0deg) translateX(0px);
  -ms-transform: rotate(0deg) translateX(0px);
  transform: rotate(0deg) translateX(0px);
  opacity: 1;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}

.formations__item-inner {
  padding: 0 15px;
  max-width: 100%;
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 30px;
  bottom: 40px;
  z-index: 200;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.formations__item-inner .wrapper-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.formations__item-inner .wrapper-btn .formations__btn {
  margin-top: 12px;
}
.formations__item-img {
  left: 0;
  top: 0;
  position: absolute;
}

.formations__item p {
  color: #fff;
  margin: 0;
}

.formations__item h5 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
.formations__item-bottom-box {
  margin-bottom: 10px;
}
.formations__item-bottom-box p {
  margin: 0;
}

.formations__btn {
  border-color: #fff;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.formations__item::after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  background: -o-linear-gradient(bottom, rgba(24, 105, 174, 0.88), rgba(24, 105, 174, 0.88));
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(24, 105, 174, 0.88)), to(rgba(24, 105, 174, 0.88)));
  background: linear-gradient(0deg, rgba(24, 105, 174, 0.88), rgba(24, 105, 174, 0.88));
  border-radius: 10px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.formations__item:hover::after {
  opacity: 1;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.formations__item:hover .formations__item-bottom-box {
  bottom: 160px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.formations__item:hover .formations__btn {
  opacity: 1;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  pointer-events: all;
}

.seminaires {
  position: relative;
  padding-top: 155px;
  background: url(../img/seminaires-bg.svg) no-repeat right bottom #fff;
  padding: 155px 15px 0 15px;
  overflow: hidden;
}

.seminaires__title {
  text-align: center;
  color: #1869ae;
}

.seminaires__subtitle {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.seminaires__slider {
  position: relative;
  max-width: 1550px;
  width: 100%;
  margin: 0 auto;
}

.seminaires .swiper-container {
  width: 100%;
  height: 28vw;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  padding-top: 2%;
  max-width: 1400px;
  padding-bottom: 165px;
  height: 600px;
}

.seminaires .swiper-slide {
  background-position: center;
  background-size: cover;
  border-radius: 15px;
}

.seminaires__container-no-sldier .swiper-slide {
  max-width: 700px;
  margin: 0 auto;
}

.seminaires .swiper-slide-prev, .seminaires .swiper-slide-next {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.seminaires .swiper-slide>img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.seminaires__slide-descr {
  max-width: 415px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  z-index: 200;
  padding: 0 50px;
}

.seminaires__slide-descr p {
  color: #fff;
}

.seminaires .swiper-slide-active::after, .seminaires__container-no-sldier .swiper-slide::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 100;
  border-radius: 10px;
  background: -o-linear-gradient(bottom, rgba(24, 105, 174, 0.79), rgba(24, 105, 174, 0.79));
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(24, 105, 174, 0.79)), to(rgba(24, 105, 174, 0.79)));
  background: linear-gradient(0deg, rgba(24, 105, 174, 0.79), rgba(24, 105, 174, 0.79));
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}


.seminaires .swiper-slide-active:hover::after, .seminaires__container-no-sldier .swiper-slide:hover::after {
  opacity: 1;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.seminaires .swiper-slide-active:hover .seminaires__slide-descr, .seminaires__container-no-sldier .swiper-slide:hover .seminaires__slide-descr {
  opacity: 1;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.seminaires__box-wrapper {
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  width: 630px;
}

.seminaires .swiper-slide-active .seminaires__box-wrapper, .seminaires__container-no-sldier .swiper-slide .seminaires__box-wrapper {
  opacity: 1;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.seminaires .swiper-slide .entity-img {
  display: none;
}

.seminaires__btn-prev, .seminaires__btn-next {
  height: 27px !important;
  width: 15px !important;
  top: 250px !important;
  background: none !important;
}

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

.seminaires .swiper-button-next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 195px;
  right: 0;
}

.seminaires__box-wrapper {
  position: absolute;
  bottom: -155px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 630px;
}

.seminaires__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

.seminaires__box>div:first-child {
  margin-bottom: 35px;
}

.seminaires__box-img {
  width: 16px;
  height: 18px;
  margin: 2px 13px 0 0;
}

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

.seminaires__box p {
  margin: 0;
}

.seminaires__box-title {
  font-family: "Ostrich Proper";
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.02em;
}

.seminaires .swiper-button-prev:after, .seminaires .swiper-button-next:after {
  content: none !important;
}

.seminaires__btn {
  margin: 0 auto;
}

.partenaires {
  width: 630px;
  margin: 0 auto;
  padding: 160px 15px 0 15px;
}

.partenaires__title {
  text-align: center;
  color: #1869ae;
  margin-bottom: 30px;
}

.partenaires__btn {
  margin: 48px auto 520px auto;
}

.partenaires__img {
  max-width: 1195px;
  margin: 0 auto;
  border-radius: 10px;
}

.partenaires__img {
  border-radius: 12px;
  max-width: 600px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  display: none;
  margin: 0 auto;
}

.contact__title {
  text-align: center;
  color: #1869ae;
  padding-top: 55px;
  margin-bottom: 45px;
}

.contact__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px 125px 15px;
}

.contact__box p {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}

.contact__box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
}

.contact__link p {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.contact__link:hover p {
  font-weight: 600;
}

.contact__box-inner-left {
  width: 255px;
}

.contact__box-left-img {
  width: 15px;
  height: 15px;
  margin-right: 20px;
  margin-top: 6px;
}

.contact__box-left-phone {
  margin-top: 3px;
}

.contact__box-inner-right {
  width: 205px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.contact__email{
	margin-bottom:15px;
	font-weight: normal;
    font-size: 18px;
    line-height: 24px;
	width: 300px;
}
.contact__email svg{
	margin-right: 10px;
}
.contact__email a:hover span{
	font-weight:600;
}

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

.contact__box-insta p {
  width: 140px;
}

.contact__box-insta img {
  margin-right: 10px;
  margin-top: 2px;
}

.contact__box-right-img {
  width: 21px;
  height: 21px;
}

.footer {
  background-color: #1869ae;
  padding: 32px 0;
}

.footer-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1290px;
  margin: 0 auto 25px;
  padding: 0 15px;
}

.footer__img {
  max-width: 195px;
  margin: 0 auto 58px auto;
  display: block;
}

.footer__logo-2 {
  display: none;
}

.footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 15px;
}

.footer p {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin: 0;
}

.footer a {
  display: inline;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  transition: .4s ease-in-out;
}

.footer a:hover {
  font-weight: 600;
  transition: .4s ease-in-out;
}

.footer .footer__center-text {
  margin-right: 75px;
}

.footer__center-text a:hover {
  font-weight: 600;
}

.header-popap .header__burger span {
	background-color: #fff;
}

.header-popap .header__logo {
  display: block !important;
}

.header-popap .header__logo-2 {
  display: none !important;
}

.header-popap .header__menu-list a {
  color: #fff !important;
}

.header-popap .header__phone path, .header-popap .header__insta path, .header-popap .header__facebook path {
  fill: #fff !important;
}

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

.post__title {
  max-width: 825px;
  width: 100%;
  text-align: left;
  color: #1869AE;
  margin: 0 auto;
}

.formation-return {
  position: absolute;
  left: -115px;
  top: 0;
}
.formation-return svg:hover path, .btn-back svg:hover path {
  fill: #ffffff;
}
.formation-return svg:hover circle, .btn-back svg:hover circle {
  fill: rgb(24, 105, 174);
}
.formation-btn {
  position: absolute;
  right: -115px;
  top: 0;
}

.post-slider__title {
  font-family: 'Ostrich Proper';
  text-align: center;
  color: #1869AE;
  margin-top: 55px;
  margin-bottom: 10px;
}

.post-slider__descr {
  text-align: center;
  margin: 0 0 14px 0;
}

.post-box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  margin-top: 100px;
}

.post-box-list__list {
  max-width: 410px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 10px;
}

.post-box-list__list:last-child {
  padding-right: 0;
}

.post-box-list__list ul {
  margin-bottom: auto;
  min-height: 160px;
}

.post-box-list__title {
  padding-bottom: 29px;
  border-bottom: 1px solid #EBF1F7;
}

.post-box-list__title h5 {
  margin: 0;
}

.post-box-list__list li {
  margin-left: 20px;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.post-box-list__bottom-descr {
  font-weight: 600;
  text-align: left;
  margin-top: 70px;
  min-height: 70px;
}

.post__btn {
  margin: 50px auto 65px auto;
}

.post__btn-registration {
  margin: 155px auto 180px auto;
}

.post-slider {
/* 	margin-left: -5px;
	margin-right: -5px; */
}
.post-slider__wrapper-container {
  position: relative;
  margin: 0 auto;
  max-width: 1290px;
}

.post-slider__wrapper-container:before {
  /*content: "";*/
  position: absolute;
  left: 29px;
  width: 41px;
  height: 295px;
  z-index: 500;
  opacity: 1;
  border-radius: 10px 0 0 10px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.post-slider__wrapper-container::after {
/*   content: "";
  position: absolute;
  right: 31px;
  width: 39px;
  height: 295px;
  z-index: 000;
  opacity: 1;
  border-radius:  0 10px 10px 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); */
}

.post-slider__wrapper-container-2::before {
  /*content: "";*/
  position: absolute;
  left: 71px;
  width: 46px;
  height: 327px;
  z-index: 500;
  opacity: 1;
  border-radius: 10px 0 0 10px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.post-slider__wrapper-container-2::after {
/*   content: "";
  position: absolute;
  right: 71px;
  width: 46px;
  height: 327px;
  z-index: 500;
  opacity: 1;
  border-radius:  0 10px 10px 0;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); */
}

.post-slider__wrapper-container-2 .post-slider__prev, .post-slider__wrapper-container-2 .post-slider__next {
  top: 53%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 18px;
  width: 10px;
  background: none;
}

.post-slider__wrapper-container-2 .post-slider__prev::after, .post-slider__wrapper-container-2 .post-slider__next::after {
  content: none;
}

.post-slider__wrapper-container-2 .post-slider__prev {
/*   left: -110px; */
	left: 0;
}

.post-slider__wrapper-container-2 .post-slider__next {
/*   right: -110px; */
	right: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.post-slider__container img:not([draggable]), .post-slider__container embed, .post-slider__container object, .post-slider__container video {
  max-width: 100%;
  height: auto;
}

.post-slider__container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  max-width: 1225px;
	
}

.post-slider__container .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box
}

.post-slider__container .swiper-container-android .swiper-slide, .post-slider__container .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.post-slider__container .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  max-height: 550px;
}

.post-slider__container .swiper-slide img {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;	
/* 	padding: 5px; */
	max-width: calc(100% - 220px);
	max-height: 350px;
}

.post-slider__container .swiper-slide {
  width: 600px;
  height: 440px;
  height: auto;
  padding: 0;
}

.post-slider__container .slider-image {
  height: 100%;
}

/*.post-slider__container .swiper-slide img {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}*/

.post-slider__container .swiper-slide .slider-image .preview-icon {
  z-index: -1;
  width: calc(100% - 30px);
}

.post-slider__container .swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 1;
}

.traitements-template-default h2 {
  color: #000000;
  position: relative;
}

.traitements-template-default h2:after {
  content: '';
  background: #EBF1F7;
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: -10px;
  left: 0;
}

.traitements-template-default h3 {
  color: #000000;
  margin: 10px 0;
}

.contenu {
  margin-top: 80px;
}

.contenu-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
  margin-top: 60px;
}

.contenu-top {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}

.contenu-top p {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0.02em;
  color: #000000;
  margin: 0;
}

.contenu-top img {
  margin-right: 10px;
  width: 30px;
  height: 30px;
}

.contentu-bottom p {
  font-size: 18px;
}

.contentu-bottom a {
  transition: .4s ease-in-out;
}

.contentu-bottom a:hover {
  color: #1869AE;
  transition: .4s ease-in-out;
}

.contentu-bottom strong {
  font-weight: 600;
}

.contentu-dates {
  position: relative;
  width: 100%;
  margin-top: 48px;
  margin-bottom: 10%;
}

.contentu-dates .formation-btn {
  bottom: 0;
  top: unset;
}

.post-bottom-slider {
  position: relative;
  margin-bottom: 125px;
}

.post-bottom-slider__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.post-bottom-slider__slide {
  width: 7%;
  height: 360px;
  max-width: 340px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-left: -10px;
  cursor: pointer;
}

.post-bottom-slider__slide img {
  height: 100%;
  -o-object-position: right;
     object-position: right;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.post-bottom-slider__slide.active {
  width: 100%;
  max-width: 340px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  position: relative;
  z-index: 200;
}

.post-bottom-slider__slide.active img {
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}

.post-bottom-slider__prev, .post-bottom-slider__next {
  width: 10px;
  height: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.post-bottom-slider__prev {
  left: 0;
}

.post-bottom-slider__next {
  right: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.post-bottom-slider__box-arrow {
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px auto 0 auto;
}

.post__contact {
  width: 162px;
  height: 170px;
  position: absolute;
  top: 1050px;
  right: 80px;
}

.post-slider-2 {
  width: 1050px;
  margin: 50px auto;
  position: relative;
}

.post-slider-2__container {
  width: 850px;
  margin: 0 auto;
}

.post-slider-2__container .swiper-slide img {
  border-radius: 10px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.post-slider-2 .swiper-button-next::after, .post-slider-2 .swiper-button-prev::after {
  content: none !important;
}

.post-slider-2 .swiper-button-prev, .post-slider-2 .swiper-button-next {
  width: 10px;
  height: 17px;
  top: 52%;
}

.post-slider-2 .swiper-button-next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.post-bottom-slider-2 {
  display: none;
}

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

@keyframes rotateInf {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0);
    transform: translateX(-50%) translateY(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(
  3200deg);
    transform: translateX(-50%) translateY(-50%) rotate(
  3200deg);
  }
}

.contact-svg {
  position: relative;
}

.contact-inscription {
  -webkit-animation: rotateInf linear 70.5s infinite;
  animation: rotateInf linear 70.5s infinite;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(0);
  transform: translateX(-50%) translateY(-50%) rotate(0);
}

.instagram-section {
  padding-top: 180px;
}

.sb_instagram_header {
  display: flex;
  justify-content: center;
}

.sb_instagram_header .sbi_header_img_hover .sbi_new_logo {
  background: transparent;
  opacity: 1;
  /*position: static !important;*/
}
.sb_instagram_header .sbi_header_img_hover .sbi_new_logo path {
  fill: #1869AE;
}

.sbi_header_img img {
  opacity: 0 !important;
}
.sbi_header_img_hover {
  background: transparent;
  }
#sb_instagram a {
  display: flex;
  align-items: center;
}
.sbi_header_text.sbi_no_bio .sbi_bio_info {
  display: none;
}
#sb_instagram #sbi_images .sbi_item {}

#sbi_images {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(8, 1fr);
}

#sb_instagram #sbi_images .sbi_item {
  width: 10vw !important;
  /*height: 10vw !important;*/
  border-radius: 20px !important;
  overflow: hidden;
}
#sb_instagram .sbi_link .sbi_instagram_link,
#sb_instagram svg:not(:root).svg-inline--fa,
#sb_instagram #sbi_images .sbi_item .sbi_info,
#sb_instagram .sbi_link .sbi_instagram_link,
.sbi_lightbox_carousel_icon {
  display: none !important;
}
.sbi_item:nth-of-type(6) {
  grid-area: 1 / 6 / auto / span 3;
}

.sbi_item:nth-of-type(7) {
  grid-area: 2 / span 2 / 2 / span 3;
  grid-column: 2;
}

.sbi_item:nth-of-type(8) {
  grid-column: 3;
}

.sbi_header_img_hover {
  opacity: 1;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  background: white;
}

#sb_instagram .sbi_photo_wrap:hover .sbi_link {
  opacity: 0;
}
.side-basket {
  position: fixed;
  width: 100%;
  height: calc(100vh - 105px);
  max-width: 505px;
  border-radius: 25px 0 0 25px;
  background: #FFFFFF;
  bottom: 0;
  right: 0;
  padding: 0 15px;
  z-index: 999;
  transform: translateX(110%);
  transition: .5s ease-in;
}
.side-basket.open {
  transform: translateX(0);
}
.side-basket .wrapper-basket {
  max-width: 380px;
  width: 100%;
  margin: 42px auto;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}
.wrapper-basket .line-product {
  padding: 30px 0;
  border-bottom: 1px solid #B0C5D7;
}
.wrapper-basket .line-product .line-quantite {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper-basket .line-product .line-quantite .quantite {
  display: flex;
  align-items: center;
}
.wrapper-basket .line-product .line-quantite .quantite .controls {
  display: flex;
  align-items: center;
  width: 62px;
  justify-content: space-between;
}
.wrapper-basket .line-product  .date_formation {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #1869AE;
}
.wrapper-basket .line-product  a {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #1869AE;
}
.wrapper-basket .line-product .line-quantite p:first-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
.wrapper-basket .line-product .line-quantite p {
  margin: 8px 0;
}
.change-row-product {
  cursor: pointer;
}
.wrapper-basket .line-product .line-quantite .quantite .controls p {
  background: #EBF1F7;
  border-radius: 6px;
  padding: 1px 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}
.wrapper-basket .line-product .line-quantite p:last-child {
  width: 75px;
  text-align: right;
}

.wrapper-basket .wrapper-total .row-total {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;

}
.wrapper-basket .wrapper-total .row-total p {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}
.commande_basket {
  width: 100%;
  max-width: 300px;
  margin: 69px auto 0 auto;
}
.facturation .wrapper-column {
  display: flex;
  align-items: flex-start;
}
.facturation .wrapper-column .column {
  width: 100%;
}
.facturation .wrapper-column .column.right {
  max-width: 535px;
  position: sticky;
  top: 100px;
}
.facturation .wrapper-column .column.left {
    min-height: 100vh;
}
.facturation .wrapper-column .column.right .wrapper-basket {
  max-width: 380px;
  margin: 0 auto;
}
.facturation .wrapper-column .column.right .sticky-basket {
  padding: 30px 20px;
  background: #EBF1F7;
  border-radius: 15px;
}
.facturation h1 {
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: left;
  color: #1869AE;
}
.facturation h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-top: 0;
}
.facturation .wrapper-column .wrapper-btn {
  display: flex;
  margin-top: 70px;
}
.facturation .wrapper-column .wrapper-btn a:first-child {
  margin-right: 30px;
}
.facturation form input[type="submit"] {
  background: #FFFFFF;
  width: 100%;
  margin-top: 38px;
}
body .facturation form input.error {
  border: 1px solid red;
}
.facturation form input[type="submit"]:hover {
  background: #1869AE;
}
.facturation form.login-in {
  max-width: 300px;
}
.facturation form.login-in a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #1869AE;
}
.facturation form input:not([type='submit'], [type="checkbox"]) {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #E4EBF0;
  box-sizing: border-box;
  border-radius: 30px;
  height: 54px;
  margin-bottom: 15px;
  padding: 5px 20px;
  width: 100%;
}
.facturation .register .wrapper-column {
  max-width: 630px;
}
.facturation .register .wrapper-column .column:first-child {
  margin-right: 30px;
}
.facturation .register .wrapper-column .pass-input {
  margin-top: 64px;
}
.facturation .checkbox {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-top: 24px;
}
.facturation .checkbox label {
    padding-left: 33px;
    position: relative;
}
.facturation .checkbox label:after {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 26px;
    height: 26px;
    background: #EBF1F7;
    border-radius: 6px;
    transition: .5s;
    cursor: pointer;
}
.facturation .checkbox input {
    visibility: hidden;
}
.facturation .checkbox input:checked + label:after {
    background: #1869AE;
}
.facturation .checkbox label:before {
    content: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.5L5.5 10L13 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: -2px;
    left: 6px;
    z-index: 2;
    opacity: 0;
    transform: rotate(270deg);
    transition: .5s;
    cursor: pointer;
}
.facturation .checkbox input:checked + label:before {
    opacity: 1;
    transform: rotate(0deg);
}
.facturation .checkbox input.error + label {
  color: red;
}
.facturation input[type="submit"] {
    max-width: 300px;
}
.facturation .register input[type="submit"] {
    margin-top: 75px;
}
.facturation .payment .type_payment {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    display: flex;
    justify-content: space-between;
    max-width: 350px;
}

.facturation .payment .title {
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1869AE;
  font-family: "Ostrich Proper";
  margin-bottom: 24px;
}

.facturation .register.logined .payment {
  margin-top: 140px;
}

.simple_page.post {
  text-align: center;
}
.simple_page.post .container {
  min-height: calc(100vh - 448px);
}
.simple_page.post p {
  text-align: center;
}
.simple_page.post svg {
  max-width: 100%;
}
.simple_page.post .container h1 {
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1869AE;
  margin-top: 50px;
  margin-bottom: 5px;
}
.simple_page.post .container h3 {
  font-family: 'Ostrich Proper';
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #1869AE;
  margin: 5px 0;
}
.simple_page.post .container p {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  align-items: center;
  text-align: center;
  color: #000000;
}
.simple_page.post.error .container p {
  margin-bottom: 40px;
}
.simple_page.post.error h1 {
  text-transform: none;
  color: #EB5757;
  margin-bottom: 15px;
}
.simple_page.post.not_found h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  max-width: 630px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.02em;
  color: #000000;
}
.simple_page.not_found .btn {
  margin: 19px auto;
}
.simple_page.error .btn {
  margin: 19px auto;
}
.simple_page.post.not_found .container {
  min-height: 100vh;
}
.new_formations {
    display: flex;
    max-width: 1590px;
    padding: 0 20px;
    margin: 150px auto 0 auto;
    justify-content: space-between;
}
.formation_header {
  background-size: cover!important;
}
.formation-header_top {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  margin: 127px 0 15px 0;
}
.new_formations .formations_desc {
    width: 40%;
}
.new_formations .formations_desc .wrapper {
    max-width: 410px;
    margin: 0 auto;
}
.new_formations .formations_filter {
    width: 60%;
    max-width: 870px;
}
.new_formations .formations_filter .formations_wrapper {
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(0deg, rgba(24, 105, 174, 0.88), rgba(24, 105, 174, 0.88));
}
.new_formations .formations_filter .formations_wrapper .item {
    width: 33.33%;
    position: relative;
    background-position: center;
    min-height: 310px;
  background-size: cover;
}
.home .new_formations .formations_filter .formations_wrapper .item:nth-child(n+7) {
  display: none;
}
.new_formations .formations_filter .formations_wrapper .item .formation_inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 22px 20px;
    color: #FFFFFF;
}
.new_formations .formations_filter .formations_wrapper .item:after {
    content: '';
    position: relative;
    z-index: -1;
    top: 0;
    display: block;
    padding-bottom: 120%;
}
.new_formations .formations_filter .formations_wrapper .item .formation_inner p {
    margin: 0;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}
.new_formations .formations_filter .formations_wrapper .item .formation_inner h5 {
    margin: 10px 0;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 78px;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.new_formations .formations_filter .formations_wrapper .item .formation_inner .formations_title {
    display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 5px;
}
.new_formations .formations_filter .formations_wrapper .item .formation_inner .formations__item-bottom-box {
    transition: .5s;
}
.new_formations .formations_filter .formations_wrapper .item .formation_inner .formations__item-bottom-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.new_formations .formations_filter .formations_wrapper .item:hover .formations_title {
    height: auto;
    padding-bottom: 0;
}
.new_formations .formations_filter .formations_wrapper .item:hover .formations__btn {
    opacity: 1;
    pointer-events: all;
}
.new_formations .formations_filter .formations_wrapper .item .formations__btn {
    margin: 12px auto;
}
.new_formations .formations_filter .formations_wrapper .item .formations__btn:first-child {
	display: none;
}
.new_formations .formations_filter .formations_wrapper .item .formations__btn:not(#add_product_to_basket) {
    border-color: rgba(255, 255, 255, 0.4);
	transition: none;
}
.new_formations .formations_filter .formations_wrapper .item:hover .formations__item-bottom-box {
    height: 0;
    overflow: hidden;
}
.new_formations .formations_filter .formations_wrapper .item:hover .extra-date {
  height: 0;
  overflow: hidden;
}
.new_formations .formations_filter .formations_wrapper .item .formation_inner:hover {
    background: linear-gradient(0deg, rgba(24, 105, 174, 0.88), rgba(24, 105, 174, 0.88));
}
.new_formations .formations_filter .wrapper_filter {
    display: flex;
    margin-bottom: 25px;
}
.new_formations .formations_filter .wrapper_filter span.active {
    font-weight: 700;
    text-decoration: underline;
}
.new_formations .formations_filter .wrapper_filter span {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    cursor: pointer;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #1869AE;
    margin-right: 40px;
}
.formation_header .container {
  max-width: 1100px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
}
.post-slider .price p {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #1869AE;
  margin: 0 0 40px 0;
}
.formation_header .post__title {
  padding: 0;
  margin: 0;
}
.formation_header .wrapper-crumbs {
  display: flex;
  align-items: center;
  margin-top: 15px;

  /*margin-left: 50px;*/
}
.formation-dates h4,
.contentu-dates h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #1869AE;
  margin-top: 0;
}
.formation-dates_wrapper .radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.formation-dates_wrapper .radio .extra-date {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  /*column-count: 2;*/
  padding: 8px 0px 0 32px;
}
.formation-dates_wrapper .radio input[type=radio] + .radio-label:before {
  content: "";
  background: #EBF1F7;
  border-radius: 100%;
  /*border: 2px solid #EBF1F7;*/
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4.4px;
  margin-right: 12px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  box-sizing: border-box;
}
.formation-dates_wrapper .radio input[type=radio] + .radio-label {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  transition: all 250ms ease;
}
.formation-dates_wrapper .radio input[type=radio]:checked + .radio-label {
  color: #1869AE;
  font-weight: 600;
  transition: all 250ms ease;
}
.formation-dates_wrapper .radio input[type=radio]:checked ~ .extra-date {
  color: #1869AE;
}
.formation-dates_wrapper .radio input[type=radio]:checked + .radio-label:before {
  background-color: #1869AE;
  box-shadow: inset 0 0 0 3px #EBF1F7;
  border: 1px solid #1869AE;
}
.formation-dates_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}
.formation_header .wrapper-crumbs .crumbs {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  /*margin-left: 50px;*/
}
.formation_header .wrapper-crumbs .crumbs span {
  padding: 0 20px;
}
.formation_header .wrapper-crumbs .crumbs a:last-child {
  font-weight: 700;
}
.post-slider {
  margin-top: 60px;
}
.new_formations.archive {
  max-width: 1030px;
  padding: 0 20px;
  margin: 0 auto;
}
.new_formations.archive .formations_filter {
  width: 100%;
  max-width: none;
  margin-bottom: 215px;
}
.new_formations.archive .formations_filter .formations_wrapper {
  background: none;
  border-radius: 0;
}
.new_formations.archive .formations_filter .formations_wrapper .item {
  margin: 0 15px 20px 15px;
  width: calc(33.3% - 30px);
  border-radius: 10px;
  overflow: hidden;
}
.new_formations.archive .formations_filter .formations_wrapper .item:after {
  padding-bottom: 150%;
}
.new_formations.archive .formations_filter .wrapper_filter {
  margin: 37px 15px 37px 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.new_formations.archive .formations_filter .wrapper_filter span {
  margin-right: 0;
  margin-left: 40px;

}
.new_formations.archive .formations_filter .formations_wrapper .item .formation_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.new_formations.archive .formations_filter .formations_wrapper .item .wrapper_btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.new_formations.archive .formations_filter .formations_wrapper .item .formation_inner .formations_title {
  display: flex;
  height: calc(100% - 60px);
  flex-direction: column;
  justify-content: space-between;
}
.new_formations.archive .formations_filter .formations_wrapper .item .formation_inner p {
  /*display: none;*/
}
.new_formations.archive .formations_filter .formations_wrapper .item .formation_inner .formations__item-bottom-box p {
  display: block;
}
.new_formations.archive .formations_filter .formations_wrapper .item:hover .formation_inner .formations_title {
  height: auto;
}
.new_formations.archive .formations_filter .formations_wrapper .item:hover .formations__item-bottom-box {
  height: auto;
}
.formations_desc .btn {
  width: 100%;
  max-width: 375px;
  margin-top: 40px;
}
.formations_desc .btn:hover svg  path, .wrapper_filter .btn:hover svg  path{
  fill: #ffffff;
}
.container-cabinet {
  max-width: 1300px;
  padding: 0 15px;
  margin: 0 auto 200px auto;
}
.container-cabinet .wrapper-row {
  display: flex;
}
.container-cabinet .wrapper-row .tab_select {
  width: 35%;
  max-width: 300px;
}
.container-cabinet .wrapper-row .wrapper-col {
  width: 100%;
}
.container-cabinet .wrapper-row .wrapper-col .wrapper-column {
  max-width: 630px;
}
.container-cabinet .wrapper-row .wrapper-col input {
  max-width: 300px;
}
.container-cabinet .change_pass {
  margin-top: 70px;
}
.container-cabinet .wrapper-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}
.container-cabinet .wrapper-top h1 {
  font-size: 38px;
  line-height: 48px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1869AE;
  margin: 0;
}
.container-cabinet .wrapper-top a {
  display: flex;
  align-items: center;
  color: #1869AE;
}
.container-cabinet .wrapper-top a svg {
  margin-left: 10px;
}
.container-cabinet .wrapper-row .tab_select ul {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}
.container-cabinet .wrapper-row .tab_select ul li {
  margin-bottom: 30px;
  cursor: pointer;
}
.container-cabinet .wrapper-row .tab_select ul li:before {
  content: none;
}
.container-cabinet .wrapper-row .tab_select ul li.active {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #1869AE;
  padding-left: 13px;
  border-left: 2px solid #1869ae;
}
.table-factures .head-table {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.table-factures span {
  width: 15%;
}
.table-factures span:nth-child(4){
  width: 30%;
}
.table-factures span:last-child{
  width: 75px;
}
.table-factures .wrapper-orders .item {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  background: #EBF1F7;
  margin-bottom: 10px;
}
.table-factures .wrapper-orders .item span:nth-child(2n+1){
  font-weight: 700;
}
.table-factures .wrapper-orders .item span a {
  margin-left: 18px;
}
.table-factures .wrapper-orders .item span:first-child {
  padding-left: 18px;
}
.table-factures .wrapper-orders .item:nth-child(2n) {
  background: #F3F7FB;
}
.wrapper-doc {
  display: flex;
  flex-wrap: wrap;
  max-width: 850px;
}
.wrapper-doc .item {
  width: calc(50% - 30px);
  background: #EBF1F7;
  border-radius: 6px;
  padding: 20px 30px;
  margin: 0 15px 20px 15px;
}
.wrapper-doc .item .name {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 15px;
}
.wrapper-doc .item a {
  font-family: 'Ostrich Proper';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  align-items: center;
  display: inline-block;
  letter-spacing: 0.02em;
}
.wrapper-doc .item a:hover {
  color: #1869AE;
}
.wrapper-pass {
  position: relative;
}
.wrapper-pass .icon-show {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.wrapper-pass .icon-show .hide {
  display: none;
}
.wrapper-pass.view .icon-show .show {
  display: none;
}
.wrapper-pass.view .icon-show .hide {
  display: block;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
textarea::-webkit-scrollbar {
   width: 2px;
 }

textarea::-webkit-scrollbar-track {
   box-shadow: inset 0 0 6px rgba(255, 255, 255, .4);
 }

textarea::-webkit-scrollbar-thumb {
   background-color: rgba(255, 255, 255, 1);
   outline: 1px solid rgba(255, 255, 255, 1);
 }
@media (max-width: 1440px) {
  .header__menu {
    margin: 0 auto;
  }
  .header__phone {
    margin-right: 25px;
  }
  .intro__contact {
    bottom: -175px;
  }
  .popup-form {
    background-position: left bottom;
  }
  .popup-form__close {
    right: 170px;
  }
  .formateur__img {
    max-width: 450px;
  }
  .scrollmagic-pin-spacer {
    max-width: 1110px;
  }
  .wrapper-gallery {
/* 	  height: 600px; */
/* 	  height: 1000px; */
/*     margin-top: -200px; */
/* 	   margin-top: -130px; */
  }
  .gallery__box-empty {
    max-width: 1110px;
    height: 500px;
    min-width: 1110px;
  }
  .gallery {
    max-width: 1120px;
  }
  .gallery__box-img {
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    min-width: 1000px;
    width: 1000px;
    left: 1170px;
    max-height: 380px;
  }
  .coaching__img-title {
    top: 20px;
  }
  .coaching__img-wrapper:hover .coaching__img-title {
    top: 75px;
  }
  .seminaires__slider {
    max-width: 1000px;
  }
  .seminaires .swiper-container {
    max-width: 900px;
  }
  .post {
    padding: 0 15px;
  }
  .post-slider-2 {
    width: 950px;
  }
  .post-slider-2__container {
    width: 750px;
  }
  .post-slider__container .swiper-slide {
    height: 400px;
  }
  .post__contact {
    right: 20px;
    top: 390px;
  }
  .post-bottom-slider {
    max-width: 1000px;
    margin: 0 auto;
  }

  .post-slider__wrapper-container:before, .post-slider__wrapper-container-2::before,.post-slider__wrapper-container-2::after  {
    content: none;
  }

  .post-slider__wrapper-container::after {
    height: 252px;
    right: 25px;
    width: 29px;
  }
  .new_formations .formations_desc .wrapper {
    padding-right: 15px;
  }
  .new_formations .formations_filter {
    width: 75%;
  }
  .facturation .wrapper-column .column.left {
    padding-right: 15px;
  }

  .formation-return {
    position: initial;
    margin-right: 20px;
  }

  .formation-btn {
    position: initial;
  }

  .contentu-dates .formation-btn {
    margin-top: 30px;
  }
}

.qualiopi_wrapper {
		display: flex;
		flex-direction: column;
		align-items: end;
		gap: 30px;
	}

@media (max-width: 1024px) {
	.qualiopi_wrapper {
		order: 3;
		margin-top: 10px;
		align-items: center;
	}
	
  .instagram-section {
    padding-top: 90px;
  }
  #sb_instagram #sbi_images {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    gap: 0;
  }

  #sb_instagram #sbi_images .sbi_item {
    width: 25% !important;
  }

  #sb_instagram.sbi_col_5 #sbi_images .sbi_item:last-child {
    display: none !important;
  }

  h1 {
    font-size: 32px;
    line-height: 35px;
  }
  h2 {
    font-size: 28px;
    line-height: 33px;
  }
  h3, .post-slider__title {
    font-size: 24px;
    line-height: 36px;
  }

  h4 {
    font-size: 20px;
    line-height: 28px;
  }

  h5, .post-slider__descr {
    font-size: 18px;
    line-height: 24px;
  }

  .btn {
    width: 160px;
  }
  .header__container {
    padding: 14px 30px 10px 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__logo {
    display: none;
  }
  .header__logo-3 {
    display: block;
    max-width: 74px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header__menu {
    position: absolute;
    top: 120px;
    width: 300px;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    left: 0;
    max-width: 1024px;
    overflow: hidden;
    z-index: 600;
    background-color: #1869AE;
    top: 0;
    padding: 0;
    padding-left: 30px;
    padding-top: 20px;
  }
  .header__menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 110px 0 170px 0;
  }
  .header__menu-list a {
    width: 80px;
  }
  .header__burger {
    display: block;
  }
  .header__phone, .header__insta, .header__facebook, .basket-icon {
    margin-top: 5px;
  }
  .header-fixed .header__logo-2 {
    display: none;
  }
  .header-fixed .header__container {
    padding: 14px 30px 14px 30px;
  }
  .header-fixed .header__menu {
    background-color: #fff;
  }
  .intro {
    padding-top: 70px;
  }
  .intro__subtitle {
    font-size: 23px;
    line-height: 28px;
  }
  .intro__descr {
    font-size: 16px;
    line-height: 20px;
  }
  .header-popap .header__logo {
	  display: none !important;
  }
  .popup-form__box {
    max-width: 410px;
    margin-top: 150px;
  }
  .popup-form__box-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .popup-form__title {
    text-align: center;
  }
	.popup-form__title a{
		font-size: 20px;
	}
  .popup-form__right-box-title {
    text-align: center;
  }
  .popup-form__checkbox-descr {
    font-size: 18px;
    line-height: 23px;
    max-width: 100%;
    margin-left: 0;
  }
  .popup-form__submit {
    margin: 25px auto 45px auto;
  }
  .popup-form__close {
    right: 90px;
  }
  .formateur__title {
    line-height: 22px;
  }
  .formateur__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 10px;
  }
  .formateur__img {
    max-width: 600px;
    margin: 0 auto 30px auto;
  }
  .formateur__descr {
    max-width: 100%;
  }
  .formateur__descr-title {
    text-align: center;
  }
  .formateur__descr-subtitle {
    text-align: center;
    max-width: 100%;
  }
  .wrapper-gallery {
    height: 100%;
    margin-top: 0;
  }
  .gallery {
    padding-top: 100px;
  }
  .gallery__box-empty{
    display: none;
  }

  .gallery__box-img {
    width: 100%;
    min-width: 100%;
    left: 0;
    height: 100%;
    max-height: 320px;
  }

  .coaching {
    background: none;
  }
  .coaching__descr {
    max-width: 100%;
  }
  .coaching__box-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .coaching__box-img>div:first-child {
    margin: 0 0 100px 0;
  }
  .coaching__img-wrapper {
    margin: 0 auto;
  }
  .coaching__img-title {
    font-size: 24px;
    line-height: 28px;
    width: 100%;
    padding: 0 15px;
    top: 8%;
  }
  .coaching__img-wrapper:hover .coaching__img-title {
    top: 18%;
  }
  .coaching__img-description {
    margin-top: -35px;
  }
  .coaching__img-description p {
    font-size: 18px;
    line-height: 22px;
  }
  .formations {
    background: none;
  }
  .formations__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: auto;
  }
  .formations__left-block {
    max-width: 100%;
    padding: 0;
  }
  .formations__title {
    text-align: center;
  }
  .formations__img {
    margin: 40px auto;
  }
  .formations__right-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
  .formations__item {
    max-width: 465px;
    margin: 0;
  }
  .formations__item:hover .formations__item-bottom-box {
    bottom: 130px;
  }
  .seminaires {
    background: none;
  }
  .seminaires .swiper-container {
    max-width: 1000px;
    height: 675px;
    padding-bottom: 300px;
  }
  .seminaires__slide-descr {
    max-width: 100%;
  }
  .seminaires__box-wrapper {
    max-width: 750px;
  }
  .seminaires__btn-prev, .seminaires__btn-next {
    top: 420px !important;
  }
  .seminaires__box-wrapper {
    bottom: -190px;
    width: 550px;
  }
  .partenaires {
    width: 100%;
  }
  .contact__box {
    padding-bottom: 10px;
  }
  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
  }
  .footer-logo {
    order: 1;
  }
  .footer-link {
    order: 2;
  }
  .footer__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer p {
    text-align: center;
  }
  .footer a {
    text-align: center;
  }
  .footer .footer__center-text {
    margin-right: 0;
  }
  .post__contact {
    display: none;
  }
  .post-slider__wrapper-container {
    max-width: 600px;
  }
  .post-slider__container {
    max-width: 500px;
    height: 350px;
  }
  .post-slider__wrapper-container-2 .post-slider__next {
    right: 0;
    top: 50%;
  }
  .post-slider__wrapper-container-2 .post-slider__prev {
    left: 0 !important;
  }
  .post-slider-2 .swiper-button-prev {
    left: 0;
  }
  .post-slider-2 .swiper-button-next {
    right: 0;
  }
  .post-slider-2 {
    width: 600px;
  }
  .post-slider-2__container {
    width: 500px;
    height: 350px;
  }

  .post-box-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .post-box-list__list:last-child {
    margin-top: 40px;
  }
  .post-box-list__list li {
    font-size: 16px;
    line-height: 20px;
  }
  .post-bottom-slider-1 {
    display: none;
  }
  .post-bottom-slider-2 {
    display: block;
  }
  .post-bottom-slider-2 {
    width: 600px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 150px;
  }
  .post-bottom-slider__container {
    width: 500px;
    height: 350px;
  }

  .post-bottom-slider__container img {
    border-radius: 10px;
	 height: 100%;
	 -o-object-fit: cover;
	    object-fit: cover;
  }
  .post-bottom-slider-2__prev::after, .post-bottom-slider-2__next::after {
    content: none !important;
  }
  .post-bottom-slider-2__prev, .post-bottom-slider-2__next {
    width: 10px;
    height: 17px;
    margin: 0;
  }
  .post-bottom-slider-2__prev {
    left: 0;
  }
  .post-bottom-slider-2__next {
    right: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .post-slider__wrapper-container::after {
    content: none;
  }
  .new_formations {
    flex-direction: column;
    align-items: center;
  }
  .new_formations .formations_desc {
    width: 100%;
  }
  .new_formations .formations_filter {
    width: 100%;
    margin-top: 40px;
  }
  .link-cabinet {
    margin-top: 5px;
  }
  .link-cabinet span {
    display: none;
  }

  .basket-icon, .link-cabinet  {
    margin-right: 16px;
  }
  .side-basket {
    height: calc(100% - 56px);
  }
  .commande_basket {
    width: 100%;
  }
  .facturation .wrapper-column {
    margin-bottom: 50px;
  }
  .facturation .register .wrapper-column {
    flex-direction: column;
  }
  .facturation .register .wrapper-column .column:last-child .pass-input {
    margin-top: 0;
  }
  .container-cabinet .wrapper-row .tab_select {
    max-width: 250px;
  }

}
@media (max-width: 850px) {
  .new_formations .formations_filter .formations_wrapper .item {
    width: 50%;
    background-size: cover;
  }
  .facturation .wrapper-column {
    flex-direction: column-reverse;
  }
  .facturation .wrapper-column .column.right {
    position: static;
    max-width: none;
    margin-bottom: 50px;
  }
  .facturation .register .wrapper-column .pass-input {
    margin-top: 30px;
  }
  .container-cabinet .wrapper-row {
    flex-direction: column;
  }
  .contenu-items {
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin-top: 40px;
  }

  .formation-dates_wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
	.post-slider__container .swiper-slide img {
		max-width: 100%;
	}
  .wrapper-doc .item {
    width: 100%;
  }
  .table-factures span:nth-child(4) {
    display: none;
  }
  .instagram-section {
    padding-top: 40px;
  }
  #sb_instagram #sbi_images .sbi_item {
    width: 50% !important;
  }
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
  h2 {
    font-size: 24px;
    line-height: 28px;
  }

  h3, .post-slider__title {
    font-size: 22px;
    line-height: 34px;
  }

  h4 {
    font-size: 18px;
    line-height: 26px;
  }

  h5, .post-slider__descr {
    font-size: 16px;
    line-height: 22px;
  }

  .btn {
    width: 315px;
  }
  .header__menu {
    width: 210px;
  }
  .header__burger {
    width: 24px;
    height: 18px;
  }
  .header__burger span:nth-child(2) {
    top: 8px;
  }
  .header__burger span:nth-child(3) {
    top: 16px;
  }

  .header__menu-list {
    margin: 75px 0 170px 0;
  }
  .header__phone {
    margin-right: 15px;
  }
  .header__insta {
    margin-right: 15px;
  }
  .intro {
    padding-top: 0;
  }
  .intro__title {
    max-width: 300px;
    margin: 0 auto 40px auto;
  }
  .intro__subtitle {
    max-width: 300px;
    margin: 0 auto 35px auto;
    font-size: 22px;
    line-height: 28px;
  }
  .intro__descr {
    font-size: 14px;
    line-height: 18px;
  }
  .intro__block-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .intro__link {
    margin: 0 auto 32px auto;
    width: 315px;
  }
  .intro__contact {
    display: none;
  }
  .popup-form {
    background: #1869AE none;
  }
  .popup-form__box {
    margin-top: 60px;
  }
  .popup-form__input, .popup-form__textarea {
    font-size: 18px;
    line-height: 23px;
  }
  .popup-form__submit {
    width: 160px;
  }
  .popup-form__close {
	  right: 30px;
    top: 80px;
  }
  .formateur {
    padding-top: 40px;
  }
  .formateur__title {
    line-height: 20px;
  }
  .formateur__descr-title {
    text-align: left;
  }
  .formateur__descr-subtitle {
    text-align: left;
  }
  .formateur__list {
    margin: 0 0 40px 16px;
  }
  .formateur__block-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 195px;
  }
  .formateur__link-1 {
    width: 100%;
    margin-bottom: 10px;
  }
  .gallery__box-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .gallery__box-img img:first-child {
    border-radius: 15px 15px 0 0;
    width: 100%;
  }
  .gallery__box-img img:last-child {
    border-radius: 0 0 15px 15px;
    width: 100%;
  }
  .coaching__img-title {
    padding-top: 0;
    top: -10px;
  }
  .coaching__img-wrapper:hover .coaching__img-title {
    top: 5px;
  }
  .coaching__img-description {
    margin-top: 70px;

  }
  .coaching__img-description p {
    font-size: 14px;
  }
  .coaching__btn {
    margin: 23px auto 26px auto;
  }
  .formations {
    padding-top: 60px;
  }
  .formations__descr {
    margin-bottom: 50px;
  }
  .formations__img {
    display: none;
  }
  .formations__right-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .formations__item {
    max-width: 100%;
  }
  .formations__btn {
    width: 190px;
  }
  .seminaires {
    padding-top: 20px;
  }
  .seminaires__slide-descr {
    padding: 0 15px;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .seminaires__box-wrapper {
    max-width: 100%;
    bottom: -260px;
  }
  .seminaires__box-wrapper {
    width: 100%;
  }
  .seminaires__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .seminaires__box-title {
    line-height: 28px;
  }
  .partenaires {
    padding-top: 20px;
  }
  .partenaires__btn {
    margin: 30px auto 70px auto;
  }
  .partenaires__img {
    display: block;
  }
  .contact__title {
    padding-top: 90px;
  }
  .contact__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .post-slider__wrapper-container {
    max-width: 350px;
  }
  .post-slider__container {
    max-width: 320px;
    height: 250px;
  }
  .post-slider-2__container {
    height: 250px;
    width: 320px;
  }
  .post-slider__wrapper-container-2  .post-slider__next {
    right: 0;
    top: 50%;
  }
  .post-slider__wrapper-container-2 .post-slider__prev {
    left: 0;
  }
  .post-slider-2 {
    width: 350px;
  }
  .post-slider-2__container {
    width: 320px;
  }
  .post__btn {
    margin: 40px auto 40px auto;
  }
  .post-bottom-slider-2 {
    width: 350px;
  }
  .post-bottom-slider__container {
    width: 320px;
    height: 250px;
  }
  .post-bottom-slider-2__prev, .post-bottom-slider-2__next {
    top: 41%;
  }
  .new_formations .formations_filter .formations_wrapper .item {
    width: 100%;
  }
  .new_formations .formations_filter .formations_wrapper .item .formation_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .header-fixed .header__container, .header__container {
    padding: 12px;
  }
  .header__phone, .header__insta, .basket-icon, .link-cabinet {
    margin-right: 10px;
  }
  .formation-header_top {
    flex-wrap: wrap;
  }

  .formation-return {
    width: 9%;
  }

  .formation_header .post__title {
    width: 85%;
  }

  .formation_header .formation-btn {
    margin-top: 30px;
  }
}
.animate {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.grecaptcha-badge {
    visibility: hidden;
}
#cookie-notice .cookie-notice-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px 20px 10px;
}
#cn-notice-text {
    width: 75%;
    text-align: justify;
}
.cookie__title {
    text-transform: uppercase;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
    text-align: left;
    color:#fff;
}
#cn-notice-text div {
    text-align: justify;
    color: #fff;
}
#cn-notice-text div a {
	display:inline-block;
    color: #fff;
    border-bottom: 1px dotted #fff;
}
#cn-accept-cookie {
    float: right;
    padding: 10px 50px;
    color:#fff;
    border: 1px solid #fff;
    margin: 10px 0;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#cn-accept-cookie:hover {
    background: #fff;
    color: #000;
}
#cookie-notice a {
    text-decoration: none !important;
}
@media (max-width:767px) {
    .cookie-notice-container {
        padding: 20px;
        flex-direction: column;
    }
    #cn-notice-text {
        width: 100%;
    }
    #cookie-notice .cn-button {
        width: 100%;
        margin: 10px 0;
    }
    #cn-notice-text div {
        font-size: 14px;
    }
}



/* chiffres section */


.wrapper-chiffres{
    padding-top: 75px;
    max-width: 1290px;
    margin: 0 auto;
	position: relative;
    z-index: 1;
/*     display: none; */
}
.logged-in .wrapper-chiffres{
    display: block;
}
.chiffres__title{
    margin-bottom: 40px;
    text-align: center;
}
.chiffres__items{
    display: flex;
    flex-wrap: wrap;
}
.chiffres-item{
    width: 25%;
    padding: 0 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.chiffres-item__numb{
    font-family: "Ostrich Proper";
    border-radius: 50%;
    border: 1px solid #1C6EB2;
    height: 220px;
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--1869-ae, #1869AE);
    text-align: center;
    font-size: 75px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 2.25px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.chiffres-item__numb span {
    transition: 0.3s;
}
.chiffres-item__title{
    h3,p{
        margin: 0 auto;
        color: var(--1869-ae, #1869AE);
        font-family: "Ostrich Proper";
        font-size: 28px;
        font-style: normal;
        font-weight: bold;
        line-height: 40px; /* 142.857% */
        letter-spacing: 0.56px;
        max-width: 300px;
        text-align: center;
    }
}
.chiffres-item:hover .chiffres-item__numb span {
    transform: scale(1.1);
}
@media (max-width: 1024px){
	.chiffres-item{
		width: 50%;
        margin-bottom: 16px;
	}

}
@media (max-width: 600px){
    .chiffres-item__numb{
        width: 110px;
        height: 110px;
        font-size: 37px;
        line-height: 37px;
        letter-spacing: 1.125px;
        margin-bottom: 8px;
    }
    .chiffres-item__title{
        h3, p{
            font-size: 22px;
            font-style: normal;
            line-height: 28px;
            letter-spacing: 0.44px;
        }
    }
}