/* section Normalize start __________________________________*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/* section Normalize end __________________________________*/
/* Main style start __________________________________*/
* {
  -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;
}

html {
  font-size: 1px;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 0.85px;
  }
}

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

p {
  font-family: "Futura Bk BT";
  font-weight: 400;
  font-size: 18rem;
  line-height: 26rem;
  color: #333;
}

body:not(.home) p {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  body:not(.home) p {
    margin-bottom: 50px;
  }
}

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

li {
  font-family: "Futura Bk BT";
  font-weight: normal;
  font-size: 18rem;
  line-height: 20rem;
  color: #333;
  position: relative;
}

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

ol {
  padding-left: 21px;
}

ol li::before {
  content: none;
}

h1 {
  font-family: "Avenir";
  font-weight: 400;
  font-size: 34rem;
  line-height: 46rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 50px;
}

h2 {
  font-family: "Avenir";
  font-weight: 400;
  font-size: 32rem;
  line-height: 44rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #333;
}

body:not(.home) h2 {
  margin: 75px 0 25px;
}
@media screen and (max-width: 1024px) {
  body:not(.home) h2 {
    margin: 40px 0 20px;
  }
}

h3 {
  font-family: "Futura Bk BT";
  font-weight: 400;
  font-size: 28rem;
  line-height: 32rem;
  letter-spacing: 0.03em;
  color: #333;
  margin: 75px 0 25px;
}

body:not(.home) h3 {
  margin: 75px 0 25px;
}
@media screen and (max-width: 1024px) {
  body:not(.home) h3 {
    margin: 40px 0 20px;
  }
}

h4 {
  font-family: "Futura Bk BT";
  font-weight: 400;
  font-size: 22rem;
  line-height: 26rem;
  color: #333;
  margin: 75px 0 25px;
}

body:not(.home) h4 {
  margin: 75px 0 25px;
}
@media screen and (max-width: 1024px) {
  body:not(.home) h4 {
    margin: 40px 0 20px;
  }
}

h5 {
  font-family: "Futura Bk BT";
  font-weight: 400;
  font-size: 18rem;
  line-height: 22rem;
  color: #333;
  margin: 75px 0 25px;
}

body:not(.home) h5 {
  margin: 75px 0 25px;
}
@media screen and (max-width: 1024px) {
  body:not(.home) h5 {
    margin: 40px 0 20px;
  }
}

h6 {
  font-family: "Futura Bk BT";
  font-weight: 400;
  font-size: 16rem;
  line-height: 29rem;
  color: #333;
  margin-bottom: 20px;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  font-family: "Futura Bk BT";
  font-style: 400;
  font-size: 14rem;
  line-height: 18rem;
  color: inherit;
}

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

section {
  position: relative;
}

input,
textarea {
  display: block;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

main {
  min-height: 100vh;
  overflow-x: hidden;
}

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

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none !important;
}

.logo {
  position: absolute;
  top: 57px;
  left: 160px;
  padding-right: 15px;
}
@media screen and (max-width: 1440px) {
  .logo {
    left: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .logo {
    top: 90px;
    left: 15px;
  }
}
@media screen and (max-width: 600px) {
  .logo {
    max-width: 320px;
    top: 80px;
  }
}

.section-title {
  text-align: center;
  color: #fff;
  margin-top: 0;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.aligncenter {
  float: none;
  margin: 15px auto 15px;
}

.alignright {
  float: right;
  margin: 15px 0 15px 15px;
}

.alignleft {
  float: left;
  margin: 15px 15px 15px 0;
}

.aligncenter,
.alignleft,
.alignright {
  display: block;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .aligncenter,
  .alignleft,
  .alignright {
    float: none;
    margin: 0;
  }
}

.alignnone {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-caption {
  padding: 5px 0;
  border: 1px solid #555;
  background: #444;
  text-align: center;
}

.wp-caption img {
  display: inline;
}

.wp-caption p.wp-caption-text {
  margin: 5px 0 0;
  padding: 0;
  text-align: center;
  font-size: 75%;
  font-weight: 100;
  font-style: italic;
  color: #ddd;
}
/* Main style end __________________________________*/

/* Font style start __________________________________*/
@font-face {
  font-family: Avenir;
  font-display: swap;
  src: url("../fonts/Avenir-Light.woff2") format("woff2"),
    url("../fonts/Avenir-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Avenir;
  font-display: swap;
  src: url("../fonts/Avenir-Book.woff2") format("woff2"),
    url("../fonts/Avenir-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Futura Bk BT;
  font-display: swap;
  src: url("../fonts/Futura-Book.woff2") format("woff2"),
    url("../fonts/Futura-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Futura Bk BT;
  font-display: swap;
  src: url("../fonts/tt0140m.ttf") format("opentype");;
  font-weight: 500;
  font-style: normal;
}
/* Font style end __________________________________*/

/* Header style start __________________________________*/
.header {
  width: 100%;
  position: fixed;
  z-index: 50;
  bottom: 0;
  background: rgba(201, 166, 112, 0.8);
  -webkit-backdrop-filter: blur(28px);
          backdrop-filter: blur(28px);
  border-radius: 100px 100px 0 0;
  padding: 0 6%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: none;
}

.home .header {
  display: block;
}
@media screen and (max-width: 1024px) {
  .header {
    top: 0;
    bottom: inherit;
    border-radius: 0 0 100px 100px;
    padding: 0 60px;
    height: 100vh;
    max-height: 68px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
}
@media screen and (max-width: 600px) {
  .header {
    max-height: 52px;
    padding: 0 30px;
  }
}

.header.active {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  max-height: 155px;
}
@media screen and (max-width: 600px) {
  .header.active {
    max-height: 600px;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
  }
}

.header.hide {
  bottom: -1000px;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1575px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .header__inner {
    margin-top: 25px;
  }
}
@media screen and (max-width: 600px) {
  .header__inner {
    margin-top: -1px;
  }
}

.header__logo {
  margin: 0 0 -23px 0;
  min-width: 83px;
}
@media screen and (max-width: 1440px) {
  .header__logo {
    min-width: 72px;
  }
}
@media screen and (max-width: 1024px) {
  .header__logo {
    display: none;
  }
}

.header__menu {
  max-width: 1215px;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 5.5%;
}
@media screen and (max-width: 1440px) {
  .header__menu {
    margin-left: 3%;
  }
}
@media screen and (max-width: 1024px) {
  .header__menu {
    position: absolute;
    top: -100px;
    left: 0;
    padding: 0 15px;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .header__menu {
    top: -900px;
  }

  .header__menu::-webkit-scrollbar {
    width: 0;
  }
}

.header__menu.active {
  top: 45px;
  overflow: visible;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s linear;
}
@media screen and (max-width: 600px) {
  .header__menu.active {
    top: 85px;
  }
}

.header__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0;
}
@media screen and (max-width: 600px) {
  .header__menu-list {
    display: block;
  }
}

.header__menu-list li {
  position: relative;
  padding: 45px 0 60px;
  margin-right: 8px;
}
@media screen and (max-width: 1024px) {
  .header__menu-list li {
    padding: 25px 0;
  }
}
@media screen and (max-width: 600px) {
  .header__menu-list li {
    text-align: center;
    padding: 0;
    margin: 0 0 45px;
  }
}

.header__menu-list li::before {
  content: none;
}

.header__menu-list li::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  height: 5px;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0 0 30px 30px;
}
@media screen and (max-width: 1024px) {
  .header__menu-list li::after {
    content: none;
  }
}

.header__menu-list li a {
  font-weight: 400;
  font-size: 18rem;
  line-height: 22rem;
  color: #f6f6f6;
}
@media screen and (max-width: 600px) {
  .header__menu-list li a {
    font-size: 20rem;
    line-height: 24rem;
  }
}

.header__menu-list li:hover::after {
  background-color: #fff;
}

.header__box-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 6%;
}
@media screen and (max-width: 1440px) {
  .header__box-icon {
    margin-left: 3%;
  }
}
@media screen and (max-width: 1024px) {
  .header__box-icon {
    max-width: 70px;
  }
}

.header__box-icon a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 10px 0 25px;
}
@media screen and (max-width: 1024px) {
  .header__box-icon a {
    max-width: 70px;
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .header__box-icon a {
    margin: 17px 0;
  }
}

.header__box-icon a:hover img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.header__box-icon img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.burger {
  position: relative;
  width: 24px;
  height: 15px;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .burger {
    display: block;
  }
}

.burger span,
.burger:after,
.burger:before {
  height: 2px;
  width: 100%;
  position: absolute;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.burger span {
  top: 13px;
}

.burger:after,
.burger:before {
  content: "";
}

.burger:after {
  bottom: 6px;
}

.burger:before {
  top: 0;
}

.burger.active span {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.burger.active:before {
  -webkit-transform: rotate(38deg);
  -ms-transform: rotate(38deg);
  transform: rotate(38deg);
  top: 6px;
}

.burger.active:after {
  -webkit-transform: rotate(-38deg);
  -ms-transform: rotate(-38deg);
  transform: rotate(-38deg);
  bottom: 7px;
}
/* Header style end __________________________________*/

/* section Intro start __________________________________*/
.intro {
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .intro {
    background-image: none !important;
  }
}

.intro__background-mobile {
  background-repeat: no-repeat;
  background-position: -98px;
  background-size: 256%;

  padding: 200px 15px 210px;
}
@media screen and (max-width: 1024px) {
  .intro__background-mobile {
    padding: 200px 15px 100px;
  }
}
@media screen and (max-width: 600px) {
  .intro__background-mobile {
    padding: 145px 15px 40px;
  }
}
@media screen and (min-width: 601px) {
  .intro__background-mobile {
    background-image: none !important;
  }
}

.intro__inner {
  max-width: 1585px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .intro__inner {
    display: block;
  }
}

.intro__left {
  max-width: 780px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 680px;
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .intro__left {
    min-height: inherit;
    max-width: 100%;
    margin: 0 0 145px;
  }
}
@media screen and (max-width: 600px) {
  .intro__left {
    margin-bottom: 40px;
  }
}

.intro__title {
  color: #f6f6f6;
}
@media screen and (max-width: 1440px) {
  .intro__title {
    font-size: 31rem;
    line-height: 43rem;
  }
}
@media screen and (max-width: 1024px) {
  .intro__title {
    margin-bottom: 35px;
  }
}

.title {
  display: block;
  float: left;
  position: relative;
}

.title span {
  display: block;
  float: left;
  min-width: 10px;
  min-height: 10px;
  position: relative;
}

.intro__left p {
  color: #fff;
  margin-bottom: 30px;
}

.intro__left p:first-of-type {
  margin-top: 0;
}

.intro__left p:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .intro__description {
    max-width: 750px;
    width: 100%;
  }
}

.intro__list {
  width: 100%;
}

.intro__right {
  width: 100%;
  max-width: 510px;
}

.intro__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 600px) {
  .intro__item-inner {
    padding: 9px;
  }
}

.intro__item-inner:hover {
  background-color: rgba(224, 214, 214, 0.12);
}

.intro__item-line {
  width: 100%;
  margin: 15px 0 25px;
}

.intro__item-inner img {
  max-width: 150px;
  width: 100%;
  max-height: 105px;
  border-radius: 10px;
  margin-right: 4%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .intro__item-inner img {
    max-width: 90px;
    max-height: 70px;
  }
}

.intro__item-descr p {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Avenir';
}

@media screen and (max-width: 600px) {
  .intro__item-descr p {
    margin-top: 0;
  }
}

.intro__item-descr p:last-of-type {
  margin-bottom: 0;
}

.intro__item-date {
  font-size: 34rem;
  line-height: 34rem;
  margin: 0 0 30px;
  font-family: 'Futura Bk BT' !important;
}
@media screen and (max-width: 600px) {
  .intro__item-date {
    margin-bottom: 10px;
  }
}

.intro__year {
  font-size: 20rem;
  line-height: 20rem;
}

.intro__btn {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Avenir';
  line-height: 14rem;
  letter-spacing: 0.03em;
  color: #fff;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .intro__btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .intro__btn {
    margin-top: 5px;
  }
}

.intro__btn-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  overflow: hidden;
}

.wrapper-icon {
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.intro__btn svg {
  min-width: 12px;
}

.intro__btn path {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.intro__btn:hover .wrapper-icon {
  background-color: #fff;
}

.intro__btn:hover circle {
  fill: #fff;
}

.intro__btn:hover path {
  fill: #333;
}

.intro__btn ul {
  list-style: none;
  margin: 39.5px 0 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-left: 5px;
}
@media screen and (max-width: 1024px) {
  .intro__btn ul {
    margin: 38.5px 0 0;
  }
}

.intro__btn li {
  line-height: 40px;
  margin: 0 0 13px;
  color: #fff;
  font-size: 14rem;
  line-height: 14rem;
  letter-spacing: 0.03em;
  font-family: 'Avenir';
}

.intro__btn:hover ul {
  margin-top: -14.5px;
}
@media screen and (max-width: 1024px) {
  .intro__btn:hover ul {
    margin-top: -12.5px;
  }
}

.intro__btn li::before {
  content: none;
}
/* section Intro end __________________________________*/

/* section Parcours start __________________________________*/
.parcours {
  min-height: 770px;
  padding-top: 50px;
  padding: 50px 15px 0;
  background-size: cover;
  position: relative;
  background-color: #333;
}
@media screen and (max-width: 1440px) {
  .parcours {
    min-height: 900px;
  }
}

@media screen and (max-width: 1024px) {
  .parcours {
    min-height: inherit;
  }
}

.parcours::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/parcours_back.jpg) no-repeat top right;
  background-size: cover;
  border-radius: 0 0 100px 100px;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .parcours::before {
    border-radius: 0 0 70px 70px;
  }
}

.parcours::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 125px;
  width: 408px;
  height: 710px;
  background: url(../img/symbol.svg) no-repeat top right;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .parcours::after {
    right: -125px;
    width: 358px;
    height: 610px;
  }
}
@media screen and (max-width: 1024px) {
  .parcours::after {
    content: none;
  }
}

.parcours__title {
  position: relative;
  z-index: 1;
  color: #333;
}

.parcours__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 9%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .parcours__box {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .parcours__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.parcours__img {
  display: block;
  max-width: 510px;
  width: 100%;
  max-height: 620px;
  margin-right: 10%;
}
@media screen and (max-width: 1440px) {
  .parcours__img {
    margin-right: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .parcours__img {
    max-width: 420px;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.parcours__box h3 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .parcours__box h3 {
    margin: 0 0 30px;
  }
}

.parcours__descr {
  max-width: 510px;
  width: 100%;
  margin-top: 110px;
}
@media screen and (max-width: 1024px) {
  .parcours__descr {
    margin-top: 0;
    max-width: 100%;
  }
}

.parcours__text p {
  margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  .parcours__text p {
    margin-bottom: 20px;
  }
}
/* section Parcours end __________________________________*/

/* section Publications start __________________________________*/
.publications {
  background-color: #333;
  padding: 50px 15px 120px;
}
@media screen and (max-width: 1024px) {
  .publications {
    padding-bottom: 60px;
  }
}

.publications__title {
  margin-bottom: 5px;
}

.publications__list {
  max-width: 1425px;
  width: 100%;
  padding-left: 9%;
  padding-right: 30px;
  padding: 0 30px 0 9%;
}
@media screen and (max-width: 1440px) {
  .publications__list {
    padding-left: 7%;
  }
}
@media screen and (max-width: 1024px) {
  .publications__list {
    padding: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 30px;
  }
}
@media screen and (max-width: 600px) {
  .publications__list {
    padding: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 0 30px;
  }
}

.publications__box::-webkit-scrollbar {
  width: 0;
}

.publications__item {
  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;
  margin-bottom: 40px;
  min-height: 300px;
}
@media screen and (max-width: 1024px) {
  .publications__item {
    flex-direction: column;
    justify-content: space-between;
    max-width: 500px;
    margin: 0 auto 50px;
    min-height: inherit;
  }
}

.publications__item-box {
  display: block;
  max-width: 510px;
  width: 100%;
  margin-right: 30px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.publications__item-box:hover {
  max-width: 650px;
}
@media screen and (max-width: 1024px) {
  .publications__item-box:hover {
    max-width: 510px;
  }
}
.publications__item-box:hover h3 {
  color: #fff;
  font-weight: 500;
  font-size: 40rem;
  line-height: 45rem;
}
@media screen and (max-width: 1024px) {
  .publications__item-box:hover h3 {
    font-size: 28rem;
    line-height: 32rem;
    font-weight: 400;
  }
}
.publications__item-box:hover p {
  color: #fff;
}
.publications__item-box:hover ~ .publications__wrapper-img::before {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .publications__item-box {
    margin-bottom: 10px;
  }
}

.publications__item h3 {
  color: #646464;
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-family: "Avenir";
}
@media screen and (max-width: 1024px) {
  .publications__item h3 {
    text-align: center;
    color: #fff;
    margin-top: 0;
  }
}

.publications__item p {
  font-size: 18rem;
  line-height: 26rem;
  color: #4f4f4f;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .publications__item p {
    text-align: center;
    color: #fff;
  }
}

.publications__wrapper-img {
  position: relative;
  width: 100%;
  max-width: 240px;
}
@media screen and (max-width: 1024px) {
  .publications__wrapper-img {
    margin: 0 auto;
  }
}

.publications__wrapper-img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(51, 51, 51, 0.87)),
    to(rgba(51, 51, 51, 0.87))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(51, 51, 51, 0.87),
    rgba(51, 51, 51, 0.87)
  );
  background: linear-gradient(
    0deg,
    rgba(51, 51, 51, 0.87),
    rgba(51, 51, 51, 0.87)
  );
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .publications__wrapper-img::before {
    content: none;
  }
}

.publications__wrapper-img img {
  max-width: 240px;
  width: 100%;
  display: block;
}
/* section Publications end __________________________________*/

/* section Cabinet start __________________________________*/
.cabinet {
  position: relative;
  background-color: #333;
  padding: 50px 15px 160px;
}
@media screen and (max-width: 1024px) {
  .cabinet {
    padding-bottom: 40px;
  }
}

.cabinet__title {
  margin: 0 0 35px;
}
@media screen and (max-width: 1024px) {
  .cabinet__title {
    margin-bottom: 30px;
  }
}

.cabinet__logo {
  position: absolute;
  top: 40px;
  right: 8%;
  max-width: 240px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .cabinet__logo {
    right: 15px;
    max-width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .cabinet__logo {
    position: static;
    display: block;
    margin: 0 auto 30px;
    margin-bottom: 30px;
  }
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  width: 100%;

}
/* @media screen and (max-width: 1440px) {
  .swiper-container {
    max-width: 1273px;
  }
} */

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

.swiper-container .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 1100px;
  width: 100%;
  height: auto;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .swiper-container .swiper-slide {
    max-width: 945px;
  }
}

.swiper-container .swiper-slide img {
  display: block;
  margin: auto;
  width: 100%;
  border-radius: 60px;
}

.swiper-container .swiper-slide .slider-image {
  border-radius: 60px;
}

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

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

.swiper-container .swiper-slide.hide {
  background-color: #333;
  border-radius: 0;
}

.swiper-container .swiper-slide.hide .slider-image {
  opacity: 0;
}

.swiper-container .swiper-slide.hide .swiper-slide-shadow-left,
.swiper-container .swiper-slide.hide .swiper-slide-shadow-right {
  opacity: 0 !important;
}

.cabinet__box-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 785px;
  width: 100%;
  margin: 25px auto 0;
}

.cabinet__box-nav .swiper-button-prev,
.cabinet__box-nav .swiper-button-next {
  position: static;
  background-image: none;
  margin-top: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.cabinet__box-nav .swiper-button-prev:hover,
.cabinet__box-nav .swiper-button-next:hover {
  border-color: #caa770;
}

.cabinet__box-nav .swiper-button-prev path,
.cabinet__box-nav .swiper-button-next path {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.cabinet__box-nav .swiper-button-prev:hover path,
.cabinet__box-nav .swiper-button-next:hover path {
  fill: #caa770;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  border-radius: 60px;
}
/* section Cabinet end __________________________________*/

/* section Formation start __________________________________*/
.formation {
  position: relative;
}

.formation__title {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

.formation__left {
  width: 58%;
  background-color: #b3b3b8;
  padding-top: 160px;
}
@media screen and (max-width: 1024px) {
  .formation__left {
    width: 100%;
    padding-top: 130px;
  }
}

.formation__item {
  padding: 70px 0 0 15px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  max-width: 650px;
  margin: 0 0 0 auto;
  padding-right: 30px;
  min-height: 190px;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .formation__item {
    max-width: 100%;
    min-height: 300px;
    border-top: 1px solid #fff;
  }
}

.formation__item.active {
  min-height: 250px;
}
@media screen and (max-width: 1024px) {
  .formation__item.active {
    min-height: 275px;
  }
}

.formation__item-inner {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.formation__item.active .formation__item-inner {
  background-color: #fff;
  padding: 55px 0 45px;
  width: 100%;
  position: absolute;
  left: 0;
  margin-top: -75px;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .formation__item.active .formation__item-inner {
    min-height: 280px;
    padding: 40px 15px 30px;
  }
}

.formation__item-title {
  font-size: 28rem;
  line-height: 32rem;
  letter-spacing: 0.03em;
  color: #fff;
  margin: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .formation__item-title {
    text-align: center;
  }
}

.formation__item.active .formation__item-title {
  color: #333;
  max-width: 515px;
  width: 100%;
  margin: 0 auto 50px;
  text-align: center;
}

.formation__item-description {
  font-size: 18rem;
  line-height: 26rem;
  text-align: center;
  max-width: 515px;
  width: 100%;
  opacity: 0;
  height: 0;
}

.formation__item.active .formation__item-description {
  max-width: 515px;
  width: 100%;
  margin: 0 auto;
  opacity: 1;
  height: inherit;
}

.formation__item-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14rem;
  line-height: 14rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  position: absolute;
  top: 140px;
  right: 20%;
  display: none;
}
@media screen and (max-width: 1440px) {
  .formation__item-btn {
    right: 9%;
  }
}

.formation__item.active .formation__item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .formation__item.active .formation__item-btn {
    position: static;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 0;
  }
}

.formation__item-btn .wrapper-icon {
  border-color: #333;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.formation__item .formation__item-btn:hover .wrapper-icon {
  background-color: #333;
}

.formation__item.active .formation__item-btn:hover path {
  stroke: #fff;
}

.formation__right {
  width: 42%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .formation__right {
    display: none;
  }
}

.formation__right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(242, 242, 242, 0.6)),
    to(rgba(242, 242, 242, 0.6))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(242, 242, 242, 0.6),
    rgba(242, 242, 242, 0.6)
  );
  background: linear-gradient(
    0deg,
    rgba(242, 242, 242, 0.6),
    rgba(242, 242, 242, 0.6)
  );
}

.formation__right img {
  width: 100%;
  height: 100%;
  max-height: 1035px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: -1;
}

.formation__right img.active {
  opacity: 1;
}
/* section Formation end __________________________________*/

/* section Cas cliniques start __________________________________*/
.cas-cliniques {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  padding: 50px 15px 100px;
}
@media screen and (max-width: 600px) {
  .cas-cliniques {
    padding-bottom: 125px;
  }
}

.cas-cliniques__title {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .cas-cliniques__title {
    margin-bottom: 70px;
  }
}

.cas-cliniques .swiper {
  width: 100%;
  height: 100%;
}

.cas-cliniques__slider-1 {
  padding-bottom: 45px;
  margin: 0 0 45px;
  -webkit-transform: translateX(135px);
      -ms-transform: translateX(135px);
          transform: translateX(135px);
  padding: 15px 0 0 25px !important;
}
@media screen and (max-width: 1440px) {
  .cas-cliniques__slider-1 {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 1024px) {
  .cas-cliniques__slider-1 {
    margin-bottom: 25px;
    max-width: 900px;
  }
}
@media screen and (max-width: 600px) {
  .cas-cliniques__slider-1 {
    max-width: 400px;
    padding: 15px 25px 0 !important;
  }
}

.cas-cliniques__slider-1 .swiper-wrapper {
  margin-bottom: 30px;
}

.cas-cliniques__slider-1::before {
  content: "";
}

.cas-cliniques .swiper-slide {
  max-width: 375px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1440px) {
  .cas-cliniques .swiper-slide {
    max-width: 310px;
  }
}
@media screen and (max-width: 1024px) {
  .cas-cliniques .swiper {
    padding: 0!important;
  }
  .cas-cliniques .swiper-slide {
    max-width: 450px;
  }
}

.cas-cliniques .swiper-slide img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  max-height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 1440px) {
  .cas-cliniques .swiper-slide img {
    max-height: 150px;
    max-width: 295px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .cas-cliniques .swiper-slide img {
    max-width: 450px;
    max-height: 225px;
  }
}

.cas-cliniques .swiper-slide:hover img {
  -webkit-transform: scale(1.125);
      -ms-transform: scale(1.125);
          transform: scale(1.125);
}

.cas-cliniques__slide-desc {
  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;
  margin-top: 15px;
}

.cas-cliniques__slide-text {
  color: #fff;
  font-size: 18rem;
  line-height: 26rem;
  margin: 0;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.cas-cliniques .swiper-slide:hover .cas-cliniques__slide-text {
  color: #caa770;
}
@media screen and (max-width: 1440px) {
  .cas-cliniques__slide-text {
    font-size: 17rem;
    line-height: 25rem;
  }
}
@media screen and (max-width: 1024px) {
  .cas-cliniques__slide-text {
    font-size: 18rem;
    line-height: 26rem;
  }
}

.cas-cliniques__slide-date {
  font-size: 16rem;
  line-height: 22rem;
  text-align: right;
  color: #8b8b8b;
  margin: 0;
  white-space: nowrap;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.cas-cliniques .swiper-slide:hover .cas-cliniques__slide-date {
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .cas-cliniques__slide-date {
    font-size: 15rem;
    line-height: 23rem;
  }
}
@media screen and (max-width: 1024px) {
  .cas-cliniques__slide-date {
    font-size: 14rem;
    line-height: 24rem;
  }
}

.cas-cliniques__line {
  height: 2px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 1415px;
}
@media screen and (max-width: 1440px) {
  .cas-cliniques__line {
    max-width: 970px;
  }
}

.cas-cliniques__line-1 {
  margin-bottom: 45px;
}

.cas-cliniques__line-2 {
  margin-bottom: 35px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.cas-cliniques__wrapper-slider-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .cas-cliniques__wrapper-slider-2 {
    max-width: 1130px;
  }
}
@media screen and (max-width: 1024px) {
  .cas-cliniques__wrapper-slider-2 {
    display: block;
    max-width: 900px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .cas-cliniques__wrapper-slider-2 {
    max-width: 400px;
  }
}

.cas-cliniques__slider-2 {
  padding: 15px 25px 0 0 !important;
  margin: 0 0 45px !important;
  max-width: 1440px;
  -webkit-transform: translateX(-135px);
      -ms-transform: translateX(-135px);
          transform: translateX(-135px);
}
@media screen and (max-width: 1024px) {
  .cas-cliniques__slider-2 {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .cas-cliniques__slider-2 {
    padding: 15px 25px 0 !important;
  }
}

.cas-cliniques__wrapper-slider-2 .swiper-button-next {
  width: 78px;
  height: 78px;
  padding: 10px;
  border: 1px solid #caa770;
  border-radius: 50%;
  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: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: static !important;
  margin-left: 2%;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .cas-cliniques__wrapper-slider-2 .swiper-button-next {
    position: absolute !important;
    top: 375px;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    width: 50px;
    height: 50px;
  }
}

.cas-cliniques__wrapper-slider-2 .swiper-button-next svg {
  width: 40px;
  height: 100%;
}

.cas-cliniques__wrapper-slider-2 .swiper-button-next path {
  -webkit-transition: stroke 0.5s;
  -o-transition: stroke 0.5s;
  transition: stroke 0.5s;
}

.cas-cliniques__wrapper-slider-2 .swiper-button-next:hover {
  background-color: #caa770;
}

.cas-cliniques__wrapper-slider-2 .swiper-button-next:hover path {
  stroke: #fff;
}
/* section Cas cliniques end __________________________________*/

/* section Partenaires start __________________________________*/
.partenaires {
  padding: 50px 15px 0;
}

.partenaires__title {
  margin-bottom: 40px;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .partenaires__title {
    margin-bottom: 35px;
  }
}

.partenaires__list {
  max-width: 785px;
  width: 100%;
  margin: 0 15.5% 60px auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
@media screen and (max-width: 1440px) {
  .partenaires__list {
    margin: 0 2.5% 95px auto;
  }
}
@media screen and (max-width: 1024px) {
  .partenaires__list {
    margin: 0 auto 55px;
  }
}
@media screen and (max-width: 600px) {
  .partenaires__list {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
}

.partenaires__item {
  display: block;
}

.partenaires__item img {
  -webkit-transition: -webkit-filter 0.5s;
  transition: -webkit-filter 0.5s;
  -o-transition: filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.partenaires__item:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.partenaires__box-social {
  margin-bottom: 65px;
  margin: 0 37.5% 55px auto;
  max-width: 350px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .partenaires__box-social {
    margin: 0 33.5% 40px auto;
  }
}
@media screen and (max-width: 1024px) {
  .partenaires__box-social {
    margin: 0 auto 35px;
  }
}

.partenaires__box-social-inner {
  clear: both;
}
@media screen and (max-width: 1024px) {
  .partenaires__box-social-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}


.partenaires__box-social h2 {
  margin-bottom: 30px;
  min-height: 44px;
}
@media screen and (max-width: 1024px) {
  .partenaires__box-social h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.partenaires__box-social h2 .title {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  left: 0;
}

.partenaires__box-social a {
  margin-right: 25px;
}

.partenaires__box-social a img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.partenaires__box-social a:hover img {
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
}

.partenaires__box-insta {
  margin: 0 0 160px;
  width: 100%;
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .partenaires__box-insta {
    margin-bottom: 100px;
    padding: 0;
  }
}

.partenaires__box-insta::before {
  content: "";
  position: absolute;
  left: 2%;
  top: -350px;
  width: 31%;
  height: 830px;
  background: url(../img/phone_insta.png) no-repeat center;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .partenaires__box-insta::before {
    left: 3%;
    top: -255px;
    width: 30%;
    height: 615px;
    background-size: cover;
  }
}
@media screen and (max-width: 1024px) {
  .partenaires__box-insta::before {
    content: none;
  }
}
/* section Partenaires end __________________________________*/

/* section Contact start __________________________________*/
.contact {
  background-color: #333;
  padding-top: 50px;
}

.contact__title {
  margin: 0 0 120px;
}
@media screen and (max-width: 1024px) {
  .contact__title {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .contact__title {
    margin-bottom: 30px;
  }
}

.contact__box {
  max-width: 1490px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 125px 8%;
  padding: 0 15px;
}
@media screen and (max-width: 1440px) {
  .contact__box {
    margin: 0 auto 125px;
    justify-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .contact__box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    grid-gap: 30px;
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 600px) {
  .contact__box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.contact__box p,
.contact__box a {
  color: #fff;
}

.contact__box p {
  margin-top: 0;
}

@media screen and (max-width: 600px) {
  .contact__box p:last-of-type {
    margin-bottom: 0;
  }
}
.contact__box a {
  font-size: 18rem;
  line-height: 26rem;
  font-weight: 400;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.contact__box a:hover {
  color: #caa770;
}

.contact__box > div {
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .contact__box > div {
    margin-right: 0;
    max-width: 375px !important;
  }
}

.contact__box > div:last-of-type {
  margin-right: 0;
}

.contact__box .contact__adress {
  margin-right: 160px;
  margin-right: 10%;
}
@media screen and (max-width: 1440px) {
  .contact__box .contact__adress {
    margin-right: 5%;
    padding-left: 3%;
  }
}
@media screen and (max-width: 1024px) {
  .contact__box .contact__adress {
    margin-right: 0;
    max-width: 100%;
    padding-left: 0;
  }
}

.contact__adress,
.contact__phone {
  max-width: 240px;
  width: 100%;
}

.contact__adress-title,
.contact__phone-title {
  font-size: 16rem;
  line-height: 22rem;
  color: #828282 !important;
  margin-bottom: 10px;
  font-family: 'Avenir';
}

.contact__transport,
.contact__box-days {
  max-width: 375px;
  width: 100%;
}

.contact__transport-title,
.contact__days-title {
  margin-bottom: 10px;
  margin: 0 0 10px;
  font-family: 'Avenir';
}

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

.contact__days {
  max-width: 105px;
  width: 100%;
  margin-right: 30px;
}

.contact__days p.active {
  color: #caa770;
  padding-left: 20px;
  position: relative;
}

.contact__days p.active::before {
  content: "";
  width: 12px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/arrow_2.svg) no-repeat left;
}

.contact__time p.active {
  color: #caa770;
}

.contact__wrapper-map {
  min-height: 600px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .contact__wrapper-map {
    min-height: 400px;
  }
}

.contact__wrapper-map::before,
.contact__wrapper-map::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  width: 30%;
  max-width: 570px;
  height: 100%;
  background: rgba(51, 51, 51, 0.75);
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .contact__wrapper-map::before,
  .contact__wrapper-map::after {
    content: none;
  }
}

.contact__wrapper-map::before {
  left: 0;
}

.contact__wrapper-map::after {
  right: 0;
}

.contact__wrapper-map-2 {
  position: relative;
  width: 100%;
  min-height: 600px;
}

.contact__wrapper-map-2::before {
  content: "";
  width: 730px;
  height: 35px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .contact__wrapper-map-2::before {
    content: none;
  }
}

.contact__map {
  width: 100%;
  height: 100%;
  min-height: 600px;
}

.contact__map::before,
.contact__map::after {
  content: "";
  width: 45px;
  height: 100%;
  position: absolute;
  top: -1px;
  background-color: #333;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .contact__map::before,
  .contact__map::after {
    content: none;
  }
}

.contact__map::before {
  left: 29%;
}

.contact__map::after {
  right: 29%;
}
/* section Contact end __________________________________*/

/* section Popup start __________________________________*/
.popup {
  position: fixed;
  bottom: -1600px;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 90%;
  padding: 0 15px;
  background-color: #caa770;
  border-radius: 75px 75px 0 0;
  -webkit-transition: bottom 0.5s;
  -o-transition: bottom 0.5s;
  transition: bottom 0.5s;
  overflow-y: scroll;
  overflow-x: hidden;
}

@media screen and (max-width: 1024px) {
  .popup {
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

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

.popup.active {
  bottom: 0;
}

.popup__close {
  position: absolute;
  width: 78px;
  height: 78px;
  top: 105px;
  right: 10%;
}
@media screen and (max-width: 1440px) {
  .popup__close {
    right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .popup__close {
    width: 40px;
    height: 40px;
    right: 35px;
    top: 20px;
  }
}

.popup__close .wrapper-icon {
  width: 100%;
  height: 100%;
}

.popup__close path {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.popup__close:hover path {
  stroke: #caa770;
}

.popup__close:hover .wrapper-icon {
  background-color: #fff;
}

.popup__title {
  text-align: center;
  color: #fff;
  margin: 110px 0 55px;
}
@media screen and (max-width: 1024px) {
  .popup__title {
    margin: 75px 0 30px;
  }
}

.popup__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1055px;
  width: 100%;
  margin-left: 10%;
}
@media screen and (max-width: 1440px) {
  .popup__box {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .popup__box {
    display: block;
  }
}

.popup__box p {
  color: #fff;
}

.popup__left {
  max-width: 375px;
  width: 100%;
  margin-right: 30px;
}

.popup__box-adress {
  margin-bottom: 46px;
}

.popup__left p,
.popup__left a {
  font-size: 18rem;
  line-height: 26rem;
  margin-top: 5px;
}

.popup__box-adress p:first-of-type,
.popup__box-phone p:first-of-type {
  color: #dbbd8d;
  font-size: 16rem;
  line-height: 22rem;
  margin: 0;
}

.popup__box-adress a:hover,
.popup__box-phone a:hover {
  text-decoration: underline;
}

.popup__box-phone {
  margin-bottom: 55px;
}

@media screen and (max-width: 1024px) {
  .popup__left img {
    display: none;
  }
  .popup__left {
    max-width: 510px;
    margin: 0 auto;
  }
}

.popup__right {
  max-width: 510px;
  width: 100%;
  padding-top: 10px;
}
@media screen and (max-width: 1024px) {
  .popup__right {
    margin: 0 auto 45px auto;
  }
}

.popup__right br {
  display: none;
}

.popup__input {
  width: 100%;
  height: 60px;
  border-radius: 51px;
  border: 1px solid #fff;
  background: none;
  margin-bottom: 25px;
  padding-left: 35px;
  font-family: "Futura Bk BT";
  font-weight: 400;
  font-size: 22rem;
  line-height: 26rem;
  color: #fff;
}

.popup__input:hover {
  background: #c9a876;
}

.popup__input::-webkit-input-placeholder {
  font-family: "Futura Bk BT";
  font-weight: 400;
  font-size: 18rem;
  line-height: 26rem;
  color: #fff;
}

.popup__input::-moz-placeholder {
  font-family: "Futura Bk BT";
  font-weight: 400;
  font-size: 18rem;
  line-height: 26rem;
  color: #fff;
}

.popup__input:-ms-input-placeholder {
  font-family: "Futura Bk BT";
  font-weight: 400;
  font-size: 18rem;
  line-height: 26rem;
  color: #fff;
}

.popup__input::-ms-input-placeholder {
  font-family: "Futura Bk BT";
  font-weight: 400;
  font-size: 18rem;
  line-height: 26rem;
  color: #fff;
}

.popup__input::placeholder {
  font-family: "Futura Bk BT";
  font-weight: 400;
  font-size: 18rem;
  line-height: 26rem;
  color: #fff;
}

.popup__wrap-submit {
  position: relative;
  margin-top: 87px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background: none;
  border: none;
}
@media screen and (max-width: 1024px) {
  .popup__wrap-submit {
    margin-top: 50px;
  }
}

.popup__wrap-submit .wrapper-icon {
  margin-right: 5px;
}

.popup__wrap-submit:hover .wrapper-icon {
  background-color: #fff;
}

.popup__wrap-submit svg {
  min-width: 10px;
}

.popup__wrap-submit:hover circle {
  fill: #fff;
}

.popup__wrap-submit:hover path {
  fill: #333;
}

.popup__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background: none;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
}

.wpcf7-not-valid-tip {
  font-size: 16rem;
  position: absolute;
  top: -26px;
  left: 26px;
  min-width: 400px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 5px;
  font-size: 16rem;
  line-height: 19rem;
}
/* section Popup end __________________________________*/

/* section Footer start __________________________________*/
.footer {
  min-height: 200px;
  overflow: hidden;
  width: 100%;
}

.home .footer__inner {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  .footer {
    position: static;
    min-height: inherit;
  }
}

.footer__inner {
  width: 100%;
  background-color: #333;
  padding: 60px 15px 50px;
  z-index: 105;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .footer__inner {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    bottom: 0;
    padding: 30px 15px;
    position: static !important;
  }
}

.home .footer__inner {
  /* transform: translateY(1000px); */
  bottom: -1000px;
}

.footer.active .footer__inner {
  /* transform: translateY(0); */
  bottom: 0;
}

.footer__box {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 110px;
}
@media screen and (max-width: 1024px) {
  .footer__top {
    display: block;
    margin-bottom: 60px;
  }
}

.footer__logo {
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .footer__logo {
    display: block;
    margin: 0 auto 45px;
  }
}

.footer__right {
  max-width: 715px;
  width: 100%;
  padding-left: 30px;
}
@media screen and (max-width: 1024px) {
  .footer__right {
    padding-left: 0;
    margin: 0 auto;
  }
}

.footer__menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px 30px;
  padding-left: 0;
}
@media screen and (max-width: 600px) {
  .footer__menu {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 20px 30px;
  }
}

@media screen and (max-width: 1024px) {
  .footer__menu li {
    text-align: center;
  }
}

.footer__menu li::before {
  content: none;
}

.footer__menu a {
  color: #fff;
  font-size: 16rem;
  line-height: 22rem;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.footer__menu a:hover {
  color: #caa770;
}

.footer__box-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .footer__box-social {
    margin: 40px auto 0;
    max-width: 190px;
  }
}

.footer__box-social p {
  color: #fff;
  margin: 0 25px 0 0 !important;
  font-size: 16rem;
  line-height: 22rem;
}

.footer__box-social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 16px;
}

.footer__box-social img {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.footer__box-social img:hover {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.footer__box-social > a:first-of-type {
  margin-right: 25px;
}

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

.footer__bottom p,
.footer__bottom a {
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 0;
  font-size: 12rem;
  line-height: 20rem;
}

.footer__bottom a {
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.footer__bottom a:hover {
  color: white;
}
/* section Footer end __________________________________*/

/* style other page start __________________________________*/
.post-container {
  position: relative;
}

.post-container__wrapper-img {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .post-container__wrapper-img {
    margin-bottom: 30px;
  }
}

.post-container__img {
  border-radius: 0px 0px 130px 130px;
}

.post-container__title {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  text-align: center;
  max-width: 850px;
  width: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .post-container__title {
    bottom: 20px;
  }
}

.post-container__btn-return {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Avenir";
  font-weight: 400;
  font-size: 14rem;
  line-height: 14rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  position: absolute;
  left: 8%;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
@media screen and (max-width: 1440px) {
  .post-container__btn-return {
    left: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .post-container__btn-return {
    position: static;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 25px;
  }
}

.post-container__btn-return:hover {
  color: #caa770;
}

.post-container__btn-return .wrap {
  width: 32px;
  height: 32px;
  padding: 10px;
  border: 1px solid #333;
  border-radius: 50%;
  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: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-right: 6px;
  transition: 0.5s;
  -webkit-transition: border-color 0.5s;
  -o-transition: border-color 0.5s;
  transition: border-color 0.5s;
}

.post-container__btn-return:hover .wrap {
  border-color: #caa770;
}

.post-container__btn-return svg {
  min-width: 12px;
}

.post-container__btn-return path {
  -webkit-transition: fill 0.5s;
  -o-transition: fill 0.5s;
  transition: fill 0.5s;
}

.post-container__btn-return:hover path {
  fill: #caa770;
}

.page-container__btn-return {
  top: 31px;
}

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

.post-container__box p {
  text-align: justify;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .post-container__box p {
    margin-bottom: 30px;
  }
}

.post-container__box ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 25px;
}

.post-container__box li::before {
  content: none;
}

.single footer {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .single footer {
    margin-top: 50px;
  }
}

.breadcrumb {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 25px;
}

.breadcrumb__home {
  font-weight: 400;
  font-size: 18rem;
  line-height: 26rem;
  color: #333;
  display: block;
  margin: 0;
  margin-right: 5px;
}

.breadcrumb svg {
  margin: 0 20px;
}
@media screen and (max-width: 1024px) {
  .breadcrumb svg {
    margin: 0 10px;
  }
}

.breadcrumb__current-post {
  font-weight: 600;
  font-size: 18rem;
  line-height: 26rem;
  margin: 0 !important;
}

.section-tabs {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto 95px;
  padding: 0 15px;
}
@media screen and (max-width: 600px) {
  .section-tabs {
    margin-bottom: 50px;
  }
}

.section-tabs__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .section-tabs__tabs {
    display: block;
  }
}

.section-tabs__tab {
  max-width: 205px;
  width: 100%;
  text-align: center;
  margin: 0 90px 0 0 !important;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  padding: 10px 0;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .section-tabs__tab {
    margin: 0 auto 15px !important ;
  }
}

.section-tabs__tab:last-of-type {
  margin-right: 0 !important;
}
@media screen and (max-width: 600px) {
  .section-tabs__tab:last-of-type {
    margin: auto !important;
  }
}

.section-tabs__tab::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  border-bottom: 3px solid #caa770;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.section-tabs__tab:hover {
  color: #caa770;
}

.section-tabs__tab.active {
  color: #caa770;
}

.section-tabs__tab.active::before {
  opacity: 1;
}

.section-tabs__items {
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 110px 30px;
  display: none;
}
@media screen and (max-width: 600px) {
  .section-tabs__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 60px 15px;
  }
}

.section-tabs__items.active {
  display: -ms-grid;
  display: grid;
}

.section-tabs__item {
}

.section-tabs__item-img {
  border-radius: 30px;
}

.section-tabs__item-title {
  margin: 25px 0 0 !important;
}

.section-posts {
  max-width: 1600px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto 205px;
}
@media screen and (max-width: 1024px) {
  .section-posts {
    margin: 0 auto 100px;
  }
}

.section-posts__title {
  text-align: center;
}

.section-posts__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px 35px;
  justify-items: center;
}
@media screen and (max-width: 1024px) {
  .section-posts__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 30px 35px;
  }
}

.section-posts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 600px) {
  .section-posts__item {
    padding: 9px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-posts__item:hover {
  background-color: rgba(224, 214, 214, 0.25);
}

.section-posts__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-posts__item img {
  max-width: 330px;
  width: 100%;
  margin-right: 30px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-height: 230px;
}
@media screen and (max-width: 1440px) {
  .section-posts__item img {
    max-width: 250px;
    flex-shrink: 0;
  }
  [id] {
    scroll-margin-top: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .section-posts__item img {
    max-width: 350px;
  }
}
@media screen and (max-width: 600px) {
  .section-posts__item img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 25px auto 0;
  }
}

.section-posts__box-descr p:last-of-type {
  margin-bottom: 0;
}

.section-posts__item-title {
  margin: 0 0 25px !important;
}
@media screen and (max-width: 600px) {
  .section-posts__item-title {
    margin: 0 0 15px !important;
    text-align: center;
  }
}

.section-posts__item-descr {
  font-size: 16rem;
  line-height: 22rem;
}

.section-posts__item-date {
  font-family: 'Avenir';
  font-size: 34rem;
  line-height: 34rem;
  letter-spacing: 0.05em;
  margin: 10px 0 25px !important;
}
@media screen and (max-width: 600px) {
  .section-posts__item-date {
    margin: 10px 0 15px !important;
    text-align: center;
  }
}

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

.page-container h1 {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .page-container h1 {
    margin-bottom: 20px;
  }
}
/* style other page end __________________________________*/
