@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input,
button {
  -webkit-appearance: none;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template,
[hidden] {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
* {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;

}

.container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
  position: relative;
}

img {
  max-width: 100%;
}

html {
  position: relative;
  scroll-behavior: smooth;
}

body {
  background: #282823;
  overflow-x: hidden;
  color: #fff;
  font-family: 'Oswald';
}

a {
  color: #AE4B3E;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.rellax {
  z-index: -1;
  position: relative;
}

@media screen and (max-width: 1800px) {
  .container {
    max-width: 1040px;
  }
}

@media screen and (max-width: 1450px) {
  .container {
    max-width: 840px;
  }
}

.content {
  max-width: 890px;
  margin: 0 auto;
  position: relative;
}

.big-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 130px;
  line-height: 156px;
  margin-bottom: 40px;
}

.section-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 100px;
  line-height: 87px;
  margin-bottom: 40px;
}

.subtitle {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.angled-text {
  margin-bottom: 25px;
}

.angled-text a {
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 25px;
  transition: 0.2s;
}

.angled-text a[href="#"],
.angled-text a[href="##"] {
  pointer-events: none;
}

.angled-text a:hover {
  color: #ae4b3e;
  transition: 0.2s;
}

.angled-text a:before {
  content: '';
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  background: url(../img/main/angle-li.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -10px;
  top: 0px;
}

.red-text {
  color: #AE4B3E;
}

.section-red {
  position: relative;
  color: #fff;
}

.section-red:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background: #AE4B3E;
  display: block;
  width: 100vw;
  height: 100%;
}

.section-red .title {
  color: #282823;
  font-size: 60px;
  font-weight: 600;
}

.section-red .text {
  font-size: 30px;
  line-height: 40px;
}

.left {
  text-align: right;
}

.left .angled-text {
  margin-left: auto;
}

.left .section-red:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: unset;
  right: 0;
  top: 0;
  background: #AE4B3E;
  display: block;
  width: 100vw;
  height: 100%;
}

.left .section-red .title {
  color: #282823;
}

.right {
  text-align: left;
}

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

.left-block {
  text-align: right;
}

.right-block {
  text-align: left;
}

.arrow-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  z-index: 13;
}

.angled {
  position: relative;
}

.angled:before {
  content: '';
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  position: absolute;
  top: 1px;
  left: -15px;
  min-width: 15px;
  background: url("../img/main/angle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.angled:after {
  content: '';
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  position: absolute;
  top: 1px;
  right: -15px;
  min-width: 15px;
  background: url("../img/main/angle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.main-block-custom .main-banner {
  position: relative;
}

.main-block-custom .main-banner .img-wrap {
  min-height: 445px;
  position: relative;
}

.main-block-custom .main-banner .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.main-block-custom .main-banner .note-main-block {
  position: absolute;
  right: 30px;
  padding: 15px 25px;
  background: #282823;
  border: 1px solid #fff;
  z-index: 1;
  bottom: 0px;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.main-block-custom .main-banner .note-main-block p {
  line-height: 14px;
  line-height: 21px;
  font-weight: 200;
}

.red-button {
  padding: 0 45px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  height: 60px;
  background: #AE4B3E;
  font-size: 24px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: unset;
  font-weight: 500;
}

.red-button:hover {
  background: #fff;
  color: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.button,
.button-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 64px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 150px;
  color: #fff;
  border: 2px solid #fff;
  background: #282823;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 30px;
  cursor: pointer;
}

.project-wrap .button-more {
	align-items: unset!important;
	line-height: 50px;
}

.button:hover,
.button-more:hover {
  border: 2px solid #fff;
  background: #fff;
  color: #282823;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.back-page svg {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

form {
  margin-bottom: 0;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'] {
  border: 1px solid #AE4B3E;
  background: #282823;
  height: 32px;
  padding: 0 15px;
  color: #AE4B3E;
}

input[type='text']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder {
  color: #AE4B3E;
  font-weight: 300;
}

input[type='text']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='number']::-moz-placeholder {
  color: #AE4B3E;
  font-weight: 300;
}

input[type='text']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder {
  color: #AE4B3E;
  font-weight: 300;
}

input[type='text']::-ms-input-placeholder,
input[type='email']::-ms-input-placeholder,
input[type='password']::-ms-input-placeholder,
input[type='number']::-ms-input-placeholder {
  color: #AE4B3E;
  font-weight: 300;
}

input[type='text']::placeholder,
input[type='email']::placeholder,
input[type='password']::placeholder,
input[type='number']::placeholder {
  color: #AE4B3E;
  font-weight: 300;
}

.btn-form {
  height: 32px;
  border: 1px solid #AE4B3E;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background: #AE4B3E;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
  cursor: pointer;
}

.newsletter__form .btn-form {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #AE4B3E;
}

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

.post-content {
  padding-top: 133px;
  padding-bottom: 70px;
}

.post-content .inner-container {
  max-width: 800px;
  margin: 0 auto;
}

.post-content .post-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 87px;
}

.post-content .post-title .back-page {
  position: absolute;
  left: 0;
}

.post-content .post-title h1 {
  font-size: 63px;
  font-weight: 500;
  color: #AE4B3E;
  padding-left: 70px;
  text-align: center;
  width: 100%;
}

.post-content .info-block {
  margin-bottom: 60px;
}

.post-content p {
  font-size: 25px;
  line-height: 37px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 200;
}

.post-content p.photo-comment {
  text-align: right;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 70px;
}

.post-content h4 {
  color: #AE4B3E;
  font-size: 38px;
  line-height: 42px;
  margin-bottom: 20px;
  font-weight: 500;
}

.post-content ul {
  margin-bottom: 50px;
  padding-left: 50px;
}

.post-content ul li {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 15px;
  position: relative;
  font-weight: 200;
}

.post-content ul li:before {
  content: "•";
  color: #fff;
  position: absolute;
  left: -20px;
}

.post-content ul li p {
  margin-bottom: 0;
}

.post-content ul li.red-text a {
  padding-left: 0;
}

.post-content ul li.red-text:before {
  color: #AE4B3E;
}

.post-content .swiper-post {
  overflow: hidden;
  max-height: 750px;
  padding-bottom: 80px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
	position: relative;
}

.post-content .swiper-post .swiper-slide {
  width: 100% !important;
  max-height: 700px;
  text-align: center;
  overflow: hidden;
}

.post-content .swiper-post .swiper-slide img {
  /* width: 100%; */
  max-height: 650px;
}

.post-content .swiper-post .swiper-pagination-post {
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.engagez1 .post-content .post-title,
.new-single .post-content .post-title {
  margin-bottom: 0;
}

.engagez1 .post-content .post-title h1,
.new-single .post-content .post-title h1 {
  padding: 0;
  text-align: left;
  margin-bottom: 10px;
}

.engagez1 .post-content .post-title .back-page,
.new-single .post-content .post-title .back-page {
  left: -130px;
}

.engagez1 .post-content .post-date,
.new-single .post-content .post-date {
  margin-bottom: 70px;
}

.engagez1 .post-content ul li,
.new-single .post-content ul li {
  margin-bottom: 15px;
}

.engagez1 .post-content .donat,
.new-single .post-content .donat {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.engagez1 .post-content .donat .donat-row,
.new-single .post-content .donat .donat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  margin-bottom: 25px;
}

.engagez1 .post-content .donat .donat-row .donat-cell,
.new-single .post-content .donat .donat-row .donat-cell {
  min-height: 95px;
  position: relative;
}

.engagez1 .post-content .donat .donat-row .donat-cell input,
.new-single .post-content .donat .donat-row .donat-cell input {
  height: 100%;
  width: 100%;
  background: #fff;
  color: #AE4B3E;
  font-size: 36px;
  text-align: center;
}

.engagez1 .post-content .donat .donat-row .donat-cell label,
.new-single .post-content .donat .donat-row .donat-cell label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #AE4B3E;
  color: #fff;
  font-size: 36px;
  font-weight: 500;
}

.engagez1 .post-content .donat .donat-row .donat-cell input:checked+label,
.new-single .post-content .donat .donat-row .donat-cell input:checked+label {
  background: #fff;
  color: #AE4B3E;
}

.engagez1 .post-content .donat .donat-row .donat-cell.custom-donat label,
.new-single .post-content .donat .donat-row .donat-cell.custom-donat label {
  font-size: 21px;
  text-align: center;
}

.engagez1 .post-content form,
.new-single .post-content form {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.engagez1 .post-content .content-form,
.new-single .post-content .content-form {
  height: 0;
  visibility: hidden;
  overflow: hidden;
  /* margin-top: 170px; */
  margin-top: 33px;
  max-width: 540px;
  margin-right: auto;
  margin-bottom: 33px;
}
.engagez1 .post-content .content-form.show, .new-single .post-content .content-form.show{
  margin-top: 100px;
  margin-bottom: 100px;
}
.engagez1 .post-content .content-form .form-group,
.new-single .post-content .content-form .form-group {
  margin-bottom: 45px;
}

.engagez1 .post-content .content-form .form-group input[type='text'],
.engagez1 .post-content .content-form .form-group input[type='email'],
.engagez1 .post-content .content-form .form-group input[type='password'],
.new-single .post-content .content-form .form-group input[type='text'],
.new-single .post-content .content-form .form-group input[type='email'],
.new-single .post-content .content-form .form-group input[type='password'] {
  border: unset;
  background: #fff;
  font-size: 21px;
  height: 30px;
  color: #000;
  width: 100%;
}

.engagez1 .post-content .content-form .form-group__title,
.new-single .post-content .content-form .form-group__title {
  font-size: 24px;
  margin-bottom: 14px;
}

.engagez1 .post-content .content-form .form-group .text-field,
.new-single .post-content .content-form .form-group .text-field {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-gap: 20px;
  margin-bottom: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.engagez1 .post-content .content-form .form-group .text-field label,
.new-single .post-content .content-form .form-group .text-field label {
  margin-bottom: 0;
  font-size: 24px;
}

.engagez1 .post-content .content-form .form-group .text-field.message-field,
.new-single .post-content .content-form .form-group .text-field.message-field {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.engagez1 .post-content .content-form .form-group .text-field.message-field textarea,
.new-single .post-content .content-form .form-group .text-field.message-field textarea {
  height: 100px;
  padding: 10px;
  font-size: 21px;
  resize: none;
}

.engagez1 .post-content .content-form .form-group .checkbox-field,
.engagez1 .post-content .content-form .form-group .radio-field,
.new-single .post-content .content-form .form-group .checkbox-field,
.new-single .post-content .content-form .form-group .radio-field {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 15px;
  position: relative;
}

.engagez1 .post-content .content-form .form-group .checkbox-field input[type='checkbox'],
.engagez1 .post-content .content-form .form-group .radio-field input[type='checkbox'],
.new-single .post-content .content-form .form-group .checkbox-field input[type='checkbox'],
.new-single .post-content .content-form .form-group .radio-field input[type='checkbox'] {
  display: none;
}

.engagez1 .post-content .content-form .form-group .checkbox-field label,
.engagez1 .post-content .content-form .form-group .radio-field label,
.new-single .post-content .content-form .form-group .checkbox-field label,
.new-single .post-content .content-form .form-group .radio-field label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 21px;
  padding-left: 65px;
  cursor: pointer;
}

.engagez1 .post-content .content-form .form-group .checkbox-field label:before,
.engagez1 .post-content .content-form .form-group .radio-field label:before,
.new-single .post-content .content-form .form-group .checkbox-field label:before,
.new-single .post-content .content-form .form-group .radio-field label:before {
  content: '';
  width: 16px;
  height: 16px;
  background: #AE4B3E;
  margin-top: 4px;
  position: absolute;
  left: 0;
}

.engagez1 .post-content .content-form .form-group .checkbox-field label input,
.engagez1 .post-content .content-form .form-group .radio-field label input,
.new-single .post-content .content-form .form-group .checkbox-field label input,
.new-single .post-content .content-form .form-group .radio-field label input {
  margin-top: 10px;
}

.engagez1 .post-content .content-form .form-group .checkbox-field label p,
.engagez1 .post-content .content-form .form-group .radio-field label p,
.new-single .post-content .content-form .form-group .checkbox-field label p,
.new-single .post-content .content-form .form-group .radio-field label p {
  margin-bottom: 5px;
  font-size: 21px;
  line-height: unset;
font-weight: 400;
}

.engagez1 .post-content .content-form .form-group .checkbox-field input:checked+label:after,
.engagez1 .post-content .content-form .form-group .radio-field input:checked+label:after,
.new-single .post-content .content-form .form-group .checkbox-field input:checked+label:after,
.new-single .post-content .content-form .form-group .radio-field input:checked+label:after {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 9px;
  background: #282823;
  left: 5px;
}

.engagez1 .post-content .content-form .form-group .radio-field label,
.new-single .post-content .content-form .form-group .radio-field label {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 21px;
  font-weight: 400;
}

.engagez1 .post-content .content-form .form-group .radio-field label .img-wrap,
.new-single .post-content .content-form .form-group .radio-field label .img-wrap {
  margin-left: 10px;
}

.engagez1 .post-content .content-form .form-group .radio-field label .img-wrap img,
.new-single .post-content .content-form .form-group .radio-field label .img-wrap img {
  margin: 0 5px;
}

.engagez1 .post-content .content-form .form-group .radio-field label a,
.new-single .post-content .content-form .form-group .radio-field label a {
  margin-left: 5px;
}

.engagez1 .post-content .content-form .form-group .radio-field label:before,
.new-single .post-content .content-form .form-group .radio-field label:before {
  width: 16px;
  height: 16px;
}

.engagez1 .post-content .content-form .form-group .radio-field input:checked+label:after,
.new-single .post-content .content-form .form-group .radio-field input:checked+label:after {
  top: 9px;
  left: 5px;
}

.engagez1 .post-content .content-form .form-group .radio-field.agree label,
.new-single .post-content .content-form .form-group .radio-field.agree label {
  /* font-size: 16px; */
  font-size: 21px;
  line-height: 21px;
}

.engagez1 .post-content .content-form .form-group .radio-field.agree label:before,
.new-single .post-content .content-form .form-group .radio-field.agree label:before {
  margin-top: 2px;
}

.engagez1 .post-content .content-form .form-group .radio-field.agree input:checked+label:after,
.new-single .post-content .content-form .form-group .radio-field.agree input:checked+label:after {
  top: 7px !important;
}

.engagez1 .post-content .content-form .form-group .politique,
.new-single .post-content .content-form .form-group .politique {
  line-height: 24px;
  font-weight: 400;
  font-size: 21px;
}

.engagez1 .post-content .content-form .form-group .small-text,
.new-single .post-content .content-form .form-group .small-text {
  font-size: 14px !important;
  line-height: 27px !important;
}

.engagez1 .post-content .content-form .form-group .small-text a,
.new-single .post-content .content-form .form-group .small-text a {
  margin-left: 5px;
}

.engagez1 .post-content .content-form .form-group .days .week-head,
.engagez1 .post-content .content-form .form-group .days .week,
.new-single .post-content .content-form .form-group .days .week-head,
.new-single .post-content .content-form .form-group .days .week {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}

.engagez1 .post-content .content-form .form-group .days .week-head .day,
.engagez1 .post-content .content-form .form-group .days .week .day,
.new-single .post-content .content-form .form-group .days .week-head .day,
.new-single .post-content .content-form .form-group .days .week .day {
  min-height: 66px;
  border: 1px solid #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}

.engagez1 .post-content .content-form .form-group .days .week-head .day,
.new-single .post-content .content-form .form-group .days .week-head .day {
  background: #AE4B3E;
}

.engagez1 .post-content .content-form .form-group .days .week .day:nth-child(1),
.new-single .post-content .content-form .form-group .days .week .day:nth-child(1) {
  background: #AE4B3E;
}

.engagez1 .post-content .content-form .form-group .days .week .day,
.new-single .post-content .content-form .form-group .days .week .day {
  position: relative;
}

.engagez1 .post-content .content-form .form-group .days .week .day label,
.new-single .post-content .content-form .form-group .days .week .day label {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.engagez1 .post-content .content-form .form-group .days .week .day input:checked+label,
.new-single .post-content .content-form .form-group .days .week .day input:checked+label {
  background: #AE4B3E;
}

.engagez1 .post-content .content-form .thank,
.new-single .post-content .content-form .thank {
  display: none;
  position: relative;
  height: 162px;
  max-width: 355px;
  margin: 0 auto;
  background: #AE4B3E;
  margin-top: 70px;
}

.engagez1 .post-content .content-form .thank .close-thank,
.new-single .post-content .content-form .thank .close-thank {
  position: absolute;
  right: 20px;
  top: 20px;
}

.engagez1 .post-content .content-form .thank span,
.new-single .post-content .content-form .thank span {
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.engagez1 .post-content .content-form .thank.show,
.new-single .post-content .content-form .thank.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.engagez1 .post-content .content-form.show,
.new-single .post-content .content-form.show {
  height: unset;
  visibility: visible;
  overflow: visible;
}

.engagez1 .post-content .content-form.engagez2-form,
.new-single .post-content .content-form.engagez2-form {
  margin-top: 55px;
}

.engagez1 .post-content .content-form.engagez2-form .form-group .text-field,
.new-single .post-content .content-form.engagez2-form .form-group .text-field {
  margin-bottom: 55px;
}

.engagez1 .post-content .content-form.engagez2-form .red-button,
.new-single .post-content .content-form.engagez2-form .red-button {
  margin-left: auto;
  height: 40px;
}

.engagez1 .post-content .content-form.engagez3-form,
.new-single .post-content .content-form.engagez3-form {
  margin-top: 110px;
}

.engagez1 .post-content .content-form.engagez3-form .politica-text,
.new-single .post-content .content-form.engagez3-form .politica-text {
  margin-bottom: 80px;
}

.engagez1 .post-content .content-form.engagez3-form h4,
.new-single .post-content .content-form.engagez3-form h4 {
  margin-bottom: 45px;
  font-weight: 500;
}

.engagez1 .post-content .content-form.engagez3-form .form-group .radio-field label,
.new-single .post-content .content-form.engagez3-form .form-group .radio-field label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.engagez1 .post-content .content-form.engagez3-form .red-button,
.new-single .post-content .content-form.engagez3-form .red-button {
  height: 40px;
}

.engagez1 .post-content .engagez5-form form,
.new-single .post-content .engagez5-form form {
  max-width: unset;
}

.engagez1 .post-content .engagez5-form+.content-form,
.engagez1 .post-content .engagez5-form,
.new-single .post-content .engagez5-form+.content-form,
.new-single .post-content .engagez5-form {
  margin-top: 110px;
}

.engagez1 .post-content .engagez5-form+.content-form .red-button,
.engagez1 .post-content .engagez5-form .red-button,
.new-single .post-content .engagez5-form+.content-form .red-button,
.new-single .post-content .engagez5-form .red-button {
  height: 40px;
  margin-top: 110px;
  margin-left: auto;
  margin-right: auto;
}

.engagez1 .post-content .engagez5-form+.content-form,
.new-single .post-content .engagez5-form+.content-form {
  margin-left: auto;
  margin-right: auto;
}

.engagez1 .post-content .engagez5-form+.content-form .custom-textarea p,
.new-single .post-content .engagez5-form+.content-form .custom-textarea p {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
}

.engagez1 .post-content .engagez5-form+.content-form .custom-textarea textarea,
.new-single .post-content .engagez5-form+.content-form .custom-textarea textarea {
  height: 80px;
  width: 100%;
}

.engagez1 .post-content .post-title {
  margin-bottom: 60px;
}

.engagez1 .post-content .post-title h1 {
  text-align: center;
}

.mob-label {
  display: none;
}

@media screen and (max-width: 1800px) {
  .main-block-custom .main-banner .note-main-block {
    padding: 10px 15px;
  }

  .main-block-custom .main-banner .note-main-block p {
    font-size: 11px;
  }



}

@media screen and (max-width: 1600px) {
  .main-block-custom .main-banner .note-main-block {
    right: 20px;
  }

  .posts-wrap {
    grid-gap: 60px 54px;
  }

  .btn-form {
    font-size: 15px;
  }

  input[type='text'],
  input[type='email'],
  input[type='password'],
  input[type='number'] {
    padding: 0 10px;
  }

  .section-red .title {
    font-size: 50px;
    line-height: 72px;
  }

  .section-red .text {
    line-height: 42px;
    font-size: 30px;
  }

  .big-title {
    font-size: 110px;
    line-height: 130px;
  }

  .section-title {
    font-size: 84px;
    line-height: 72px;
  }

  .subtitle {
    font-size: 36px;
  }

  .arrow-top {
    width: 58px;
    height: 58px;
  }

  .angled-text span {
    font-size: 20px;
    line-height: 21px;
  }

  .angled-text span:before {
    top: -5px;
  }
}

@media screen and (max-width: 1280px) {
  .btn-form {
    font-size: 16px;
  }

  .engagez1 .post-content .post-title .back-page,
  .new-single .post-content .post-title .back-page {
    left: -80px;
  }
}

@media screen and (max-width: 991px) {

  .engagez1 .post-content .post-title .back-page,
  .new-single .post-content .post-title .back-page {
    left: 0;
  }

  .engagez1 .post-content .post-title h1,
  .new-single .post-content .post-title h1 {
    padding-left: 80px;
  }

  .posts-wrap {
    grid-gap: 60px 35px;
  }

  .post-content {
    padding-top: 70px;
  }

  .post-content .post-title {
    margin-bottom: 50px;
  }

  .big-title {
    font-size: 80px;
    line-height: 100px;
  }

  .section-title {
    font-size: 70px;
  }
}

@media screen and (max-width: 768px) {
  .main-block-custom .main-banner .img-wrap {
    min-height: 300px;
  }

  .post-content p.photo-comment {
    margin-bottom: 70px;
  }

  .engagez1 .post-content .content-form.show,
  .new-single .post-content .content-form.show {
    margin-top: 40px;
  }

  .engagez1 .post-content .content-form .form-group__title,
  .new-single .post-content .content-form .form-group__title {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 576px) {
  .post-content {
    padding-top: 40px;
  }

  .back-page svg {
    width: 40px;
    height: 40px;
  }

  .left .section-red:before {
    right: -20px;
  }

  .main-block-custom .main-banner .note-main-block {
    right: unset;
    left: 10px;
    padding: 5px 20px;
  }

  .main-block-custom .main-banner .note-main-block p {
    font-size: 14px;
  }

  .main-block-custom .container {
    padding: 0;
  }

  .button,
  .button-more {
    height: 42px;
    font-size: 25px;
  }

  .big-title {
    font-size: 60px;
    line-height: 72px;
  }

  .section-red .title {
    font-size: 45px;
    line-height: 53px;
  }

  .section-red:before {
    left: -20px;
  }

  .notre-section p.left,
  .section-title.left {
    text-align: left;
  }
  .notre-section p.left{
    font-size:26px;
    line-height: 36px;
    font-weight: 200;
  }
  .section-title {
    font-size: 45px;
    line-height: 54px;
  }

  .desc-bottom-img {
    display: none;
  }

  .mob-bottom-img {
    display: block;
    margin-left: auto;
  }

  .post-content p {
    font-size: 22px;
    line-height: 28px;
  }

  .post-content ul {
    padding-left: 20px;
  }

  .post-content ul li {
    font-size: 22px;
    line-height: 28px;
  }

  .new-single .post-content .post-date {
    margin-bottom: 30px;
  }

  .engagez1 .post-content ul li,
  .new-single .post-content ul li {
    margin-bottom: 15px;
  }

  .engagez1 .post-content .content-form .form-group .days .week-head .day,
  .engagez1 .post-content .content-form .form-group .days .week .day,
  .new-single .post-content .content-form .form-group .days .week-head .day,
  .new-single .post-content .content-form .form-group .days .week .day {
    min-height: 46px;
  }

  .mob-label {
    display: block;
  }

  .desc-label {
    display: none;
  }

  .engagez1 .post-content .donat .donat-row:nth-child(1) {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0;
    margin-bottom: 16px;
  }

  .engagez1 .post-content .donat .donat-row:nth-child(1) .donat-cell:nth-child(2) {
    min-width: 148px;
  }

  .engagez1 .post-content .donat .donat-row {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
  }

  .engagez1 .post-content .engagez5-form+.content-form .red-button,
  .engagez1 .post-content .engagez5-form .red-button {
    margin-top: 55px;
  }

  .engagez1 .post-content .engagez5-form+.content-form,
  .engagez1 .post-content .engagez5-form {
    margin-top: 50px;
  }

  .engagez1 .post-content .donat .donat-row .donat-cell {
    min-height: 70px;
    font-size: 26px;
  }

  .engagez1 .post-content .donat .donat-row .donat-cell input,
  .engagez1 .post-content .donat .donat-row .donat-cell label {
    font-size: 26px;
  }

  .engagez1 .post-content .donat .donat-row .donat-cell.custom-donat label {
    font-size: 15px;
  }

  .custom-textarea {
    margin-top: 40px;
  }
}

@media screen and (max-width: 480px) {
  html {
    overflow-x: hidden;
  }

  .main-block-custom .main-banner .img-wrap {
    min-height: 200px;
  }

  .container {
    padding: 0 10px;
  }

  .engagez1 .post-content .content-form .form-group .text-field,
  .new-single .post-content .content-form .form-group .text-field {
    grid-template-columns: 1fr;
    grid-gap: 5px;
  }

  .engagez1 .post-content .content-form .form-group .checkbox-field label,
  .engagez1 .post-content .content-form .form-group .radio-field label,
  .new-single .post-content .content-form .form-group .checkbox-field label,
  .new-single .post-content .content-form .form-group .radio-field label {
    padding-left: 40px;
  }

  .post-content .red-button.open-form {
    margin-left: auto;
    margin-right: auto;
  }

  .post-content .content-form .red-button {
    max-height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }

  .engagez1 .post-content .content-form.engagez2-form .form-group .text-field,
  .new-single .post-content .content-form.engagez2-form .form-group .text-field {
    margin-bottom: 30px;
  }

  .post-content p.photo-comment {
    margin-bottom: 35px;
  }

  .post-content .info-block {
    margin-bottom: 40px;
  }

  .days {
    margin-left: -10px;
    margin-right: -10px;
  }

  .engagez1 .post-content .content-form .form-group .small-text,
  .new-single .post-content .content-form .form-group .small-text {
    line-height: 16px !important;
    margin-top: 10px;
  }

  .engagez1 .post-content .content-form .thank,
  .new-single .post-content .content-form .thank {
    max-width: 208px;
    height: 95px;
  }

  .engagez1 .post-content .content-form .thank span,
  .new-single .post-content .content-form .thank span {
    font-size: 12px;
  }

  .engagez1 .post-content .content-form .thank .close-thank {
    right: 10px;
    top: 10px;
  }

  .post-content h4.center {
    text-align: left;
  }
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  width: -webkit-fill-available;
}

.custom-select {
  position: relative;
  font-weight: 15px;
}

.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {
  background: #AE4B3E;
  font-weight: 400;
  min-width: 130px;
  font-size: 15px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 10px;
  width: 16px;
  height: 16px;
  background: url(../img/main_arrow.svg);
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 20px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*style the items (options), including the selected item:*/
.select-selected {
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.select-items div,
.select-selected {
  color: #fff;
  padding: 8px 16px;
  font-weight: 300;
  border: 1px solid transparent;
  border-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 15px;
	text-transform: uppercase;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background: #AE4B3E;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  font-weight: 500;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

header .container {
  position: relative;
}

header .container .menu-wrap {
  position: absolute;
  -webkit-transform: translateX(-webkit-calc(100% - 20px));
  -ms-transform: translateX(calc(100% - 20px));
  transform: translateX(calc(100% - 20px));
  top: 0;
  right: 0;
  max-width: 360px;
  width: 100%;
  z-index: 11;
}

header .container .head-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

header .container .head-wrap:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background: #AE4B3E;
  right: 0;
  top: 0;
}

header .container .head-wrap .logo {
  max-width: 344px;
  width: 100%;
}

header .container .head-wrap .slogan {
  width: 100%;
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 45px;
}

header .container .head-wrap .slogan p {
  white-space: nowrap;
}

@media screen and (max-width: 1600px) {
  header .container .head-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  header .container .head-wrap .logo {
    max-width: 288px;
  }

  header .container .head-wrap .slogan {
    font-size: 27px;
    line-height: 32px;
  }
}

@media screen and (max-width: 1070px) {
  header .container .head-wrap {
    padding-right: 75px;
  }

  header .container .menu-wrap {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    padding-left: 20px;
    max-width: 75px;
    right: 20px;
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  header .container .head-wrap .slogan {
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  header .container .head-wrap .logo {
    max-width: 210px;
  }

  header .container .head-wrap .slogan {
    font-size: 20px;
  }
}

@media screen and (max-width: 576px) {
  header .container .head-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 24px;
    padding-top: 20px;
  }

  header .container .head-wrap .slogan {
    margin-right: 0;
    text-align: left;
    font-size: 17px;
    line-height: 21px;
    margin-top: 7px;
  }

  .engagez1 header .container .head-wrap,
  .project-single header .container .head-wrap,
  .new-single header .container .head-wrap {
    padding-right: unset;
    padding-left: 80px;
  }

  .engagez1 header .container .menu-wrap,
  .project-single header .container .menu-wrap,
  .new-single header .container .menu-wrap {
    right: unset;
    left: 0;
    max-width: 80px;
  }

  .engagez1 header .container .head-wrap:before,
  .project-single header .container .head-wrap:before,
  .new-single header .container .head-wrap:before {
    right: -20px;
    width: calc(100vw - 80px);
  }

  .engagez1 .post-content .post-title,
  .project-single .post-content .post-title,
  .new-single .post-content .post-title {
    margin-bottom: 10px;
  }

  .engagez1 .post-content .post-title h1,
  .project-single .post-content .post-title h1,
  .new-single .post-content .post-title h1 {
    text-align: left;
    padding: 0;
    font-size: 50px;
  }

  .engagez1 .post-content .post-title .back-page,
  .project-single .post-content .post-title .back-page,
  .new-single .post-content .post-title .back-page {
    top: -140px;
    z-index: 11;
  }
}

@media screen and (max-width: 480px) {
  /* .project-single .post-content .post-title .back-page, .new-single .post-content .post-title .back-page {
    left: 10px; }  */

  .engagez1 header .container .head-wrap:before,
  .project-single header .container .head-wrap:before,
  .new-single header .container .head-wrap:before {
    width: calc(100vw - 60px);
  }
}

@media screen and (max-width: 375px) {
  header .container .head-wrap .logo {
    max-width: 200px;
  }
}

.menu-wrap {
  background: #282823;
  padding-top: 36px;
  padding-left: 45px;
}

.menu-wrap .lang-wrap {
  margin-bottom: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-wrap .lang-wrap a {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  border: 2px solid transparent;
  min-width: 34px;
  min-height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
}

.menu-wrap .lang-wrap a:hover {
  color: #AE4B3E;
}

.menu-wrap .lang-wrap a.current-lang {
  border: 2px solid #fff;
}

.menu-wrap .lang-wrap a.current-lang:hover {
  color: #fff;
}

.menu-wrap nav .menu li a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 38px;
  line-height: 58px;
}

.menu-wrap nav .menu li a:hover {
  color: #fff;
}

.menu-wrap nav .menu li.active a {
  position: relative;
}

.menu-wrap nav .menu li.active a:before {
  content: '';
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  position: absolute;
  top: 1px;
  left: -15px;
  min-width: 15px;
  background: url("../img/main/angle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.menu-wrap nav .menu li.active a:after {
  content: '';
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  position: absolute;
  top: 1px;
  right: -15px;
  min-width: 15px;
  background: url("../img/main/angle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.menu-wrap nav .soc-wrap {
  margin-top: 48px;
  margin-bottom: 50px;
}

.menu-wrap nav .soc-wrap a {
  margin-right: 25px;
}

.menu-wrap nav .soc-wrap a svg {
  max-width: 25px;
  max-height: 25px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.menu-wrap nav .soc-wrap a:hover svg path,
.menu-wrap nav .soc-wrap a:hover svg rect,
.menu-wrap nav .soc-wrap a:hover svg circle {
  fill: #AE4B3E;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.menu-wrap .newsletter-wrap {
  max-width: 215px;
}

.menu-wrap .newsletter-wrap>img {
  display: block;
  margin: 0 auto 20px;
  position: relative;
  left: -5px;
}

.menu-wrap .newsletter-wrap .newsletter__title {
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.menu-wrap .newsletter-wrap .newsletter__text {
  font-size: 18px;
  line-height: 23px;
  font-weight: 200;
  margin-bottom: 10px;
}

.menu-wrap .newsletter-wrap .newsletter__form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1850px) {
  .menu-wrap {
    padding-left: 35px;
    padding-top: 30px;
  }

  .menu-wrap nav .menu li a {
    font-size: 31px;
    line-height: 48px;
  }

  .menu-wrap .lang-wrap {
    margin-bottom: 45px;
  }



}

@media screen and (max-width: 1600px) {
  .menu-wrap .lang-wrap a {
    font-size: 18px;
  }

  .menu-wrap .soc-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .menu-wrap .newsletter-wrap {
    max-width: 185px;
  }

  .menu-wrap .newsletter-wrap .newsletter__title {
    font-size: 16px;
  }

  .menu-wrap .newsletter-wrap .newsletter__text {
    font-size: 11px;
  }
}

@media screen and (max-width: 1280px) {
  .mobile-menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 25px;
    width: 100%;
    height: 16px;
    cursor: pointer;
    margin-bottom: 28px;
    z-index: 3;
    position: relative;
  }

  .mobile-menu-button .line {
    position: relative;
    display: block;
    width: 100%;
    height: 3px;
    background: transparent;
  }

  .mobile-menu-button .line:before {
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    position: absolute;
    top: -6px;
    background: #fff;
    left: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .mobile-menu-button .line:after {
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: -6px;
    background: #fff;
    left: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .mobile-menu-button.active .line:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    top: 0;
  }

  .mobile-menu-button.active .line:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    bottom: 0;
  }

  .menu-block {
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    position: absolute;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-left: 70px;
    padding-top: 41px;
    padding-bottom: 30px;
    top: 0;
    width: 400px;
    background: #282823;
    z-index: 1;
    right: 170px;
  }

  .menu-block.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .menu-wrap .newsletter-wrap .newsletter__title {
    font-size: 22px;
  }

  .menu-wrap .newsletter-wrap .newsletter__text {
    font-size: 13px;
  }

  .menu-wrap .newsletter-wrap>img {
    display: none;
  }
}

@media screen and (max-width: 1070px) {
  .menu-wrap .lang-wrap {
    margin-bottom: 0;
  }

  .menu-block {
    right: -20px;
  }
}

@media screen and (max-width: 768px) {
  .menu-wrap {
    padding-top: 15px;
  }

  .mobile-menu-button {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 576px) {
  .menu-wrap .lang-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  header .container .menu-wrap {
    padding-left: 0;
  }

  .mobile-menu-button {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
  }

  .menu-wrap {
    padding-top: 32px;
  }
}

@media screen and (max-width: 480px) {
  header .container .menu-wrap {
    right: 10px;
  }

  .menu-wrap .lang-wrap a {
    font-size: 16px;
  }
}

@media screen and (max-width: 375px) {
  .menu-block {
    right: -50px;
  }
}

footer {
  z-index: 1;
  position: relative;
}

footer .foot-wrap {
  position: relative;
  padding-top: 100px;
  padding-bottom: 85px;
}

footer .foot-wrap a {
  color: #fff;
}

footer .foot-wrap:before {
  content: '';
  width: 100vw;
  height: 100%;
  display: block;
  right: 0;
  top: 0;
  z-index: -1;
  background: #AE4B3E;
  position: absolute;
}

footer .foot-wrap .col-2 .left-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .foot-wrap .col-2 .left-links .note-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
  margin-right: 30px;
}

footer .foot-wrap .col-2 .left-links .note-links .web-link {
  margin-bottom: 15px;
  font-size: 15px;
}

footer .foot-wrap .col-2 .left-links .grang {
  max-width: 77px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

footer .foot-wrap .col-2 .left-links .grang svg {
  width: 100%;
}

footer .foot-wrap .col-2 .left-links .moloko-link {
  max-width: 70px;
  margin-left: auto;
}

footer .foot-wrap .col-2 .mail-link {
  font-size: 25px;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

footer .foot-wrap .col-2 .condition-link {
  text-transform: uppercase;
  font-size: 17px;
}

@media screen and (max-width: 1600px) {

  footer .foot-wrap .col-2 .condition-link,
  footer .foot-wrap .col-2 .left-links .note-links .web-link {
    font-size: 14px;
  }

  footer .foot-wrap .col-2 .mail-link {
    font-size: 25px;
  }

  footer .foot-wrap .col-2 .left-links .grang {
    max-width: 65px;
  }
}

@media screen and (max-width: 991px) {
  footer .foot-wrap {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  footer .foot-wrap .col-2 .mail-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
  }
}

@media screen and (max-width: 576px) {
  footer .container {
    padding: 0;
  }

  .foot-wrap .col-2 {
    grid-template-columns: 1fr;
  }

  footer .foot-wrap .col-2 .condition-link {
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    text-align: center;
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
  }

  .foot-wrap .col-2 .mail-col {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 21px;
  }

  .foot-wrap .col-2 .mail-col a {
    font-size: 20px;
    text-transform: uppercase;
  }

  footer .foot-wrap {
    padding-top: 40px;
    padding-bottom: 90px;
  }

  footer .foot-wrap:before {
    right: -20px;
    width: -webkit-calc(100vw + 20px);
    width: calc(100vw + 20px);
  }

  footer .foot-wrap .col-2 .left-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0px;
  }

  footer .foot-wrap .col-2 .left-links .grang {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 80px;
    margin-bottom: 10px;
    max-width: 75px;
  }

  footer .foot-wrap .col-2 .left-links .note-links {
    margin-right: 0;
  }

  footer .foot-wrap .col-2 .left-links .note-links .web-link {
    font-size: 20px;
  }

  footer .foot-wrap .col-2 .left-links .moloko-link {
    text-align: center;
    margin-bottom: 40px;
    position: absolute;
    bottom: 0;
    max-width: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.main-block .main-banner {
  overflow: hidden;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 70px;
}

.main-block .main-banner .swiper-slide {
  width: 100% !important;
  min-height: 626px;
  max-height: 626px;
}

.main-block .main-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  max-height: 100%;
  position: absolute;
}

.main-block .main-banner .swiper-slide .note-main-block {
  position: absolute;
  right: 30px;
  padding: 15px 25px;
  background: #282823;
  border: 1px solid #fff;
  z-index: 1;
  bottom: 0px;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.main-block .main-banner .swiper-slide .note-main-block p {
  line-height: 14px;
  line-height: 21px;
  font-weight: 200;
}

.main-block .main-banner .swiper-horizontal>.swiper-pagination-bullets,
.main-block .main-banner .swiper-pagination-bullets.swiper-pagination-horizontal,
.main-block .main-banner .swiper-pagination-custom,
.main-block .main-banner .swiper-pagination-fraction {
  bottom: 40px;
}

.about-section {
  padding-top: 85px;
  font-size: 31px;
  font-weight: 300;
}

.about-section .key1 {
  position: absolute;
  left: -280px;
  top: 100px;
}

.about-section p {
  line-height: 32px;
  margin-bottom: 40px;
  font-weight: 200;
  font-size: 25px;
}

.about-section ul {
  margin-top: 60px;
}

.about-section ul li {
  padding-left: 74px;
  line-height: 32px;
  position: relative;
  font-size: 25px;
  font-weight: 200;
  margin-bottom: 40px;
}

.about-section ul li:before {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  background: url(../img/main/angle-li.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 25px;
}

.about-section .linkbutton {
  margin-top: 150px;
  margin-bottom: 150px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-weight: 500;
  font-size: 50px;
}

.about-section .linkbutton .grammofon {
  margin-right: 15px;
  position: relative;
  top: 5px;
  display: block;
}

.about-section .linkbutton .molnia1,
.about-section .linkbutton .molnia2 {
  position: absolute;
}

.about-section .linkbutton .molnia1 {
  top: -20px;
  left: 230px;
}

.about-section .linkbutton .molnia2 {
  bottom: -5px;
  left: 240px;
}

.about-section .linkbutton+.subtitle {
  font-size: 34px;
}

.about-section .partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-section .partners a {
  margin-right: 50px;
}

.key1-mob {
  display: none;
}

.img-section {
  margin-bottom: -100px;
}

.img-section img {
  margin-left: auto;
  display: block;
}

.notre-section {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.notre-section .section-red {
  padding-top: 90px;
  padding-bottom: 140px;
}

.notre-section .section-red .section-title {
  color: #282823;
}

.notre-section p {
  max-width: 890px;
  text-align: right;
  margin-left: auto;
  font-size: 30px;
  line-height: 40px;
}

.history-section {
  padding-top: 220px;
}

.history-section .glass {
  position: absolute;
  top: -5%;
  left: -10%;
}

.history-section .section-title {
  margin-bottom: 140px;
}

.history-section .wrap-history {
  position: relative;
}

.history-section .wrap-history .img-line {
  display: block;
  width: 108px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 10px;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 1367px;
	display: none;
}

.history-section .wrap-history .col-2 {
  position: relative;
  grid-gap: 122px;
}

.wrap-history:before {
	content: '';
	display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
	top: 26px;
	height: 100%;
	background: #AE4B3E;
}



.history-section .wrap-history .col-2 .history__year {
  font-weight: bold;
  max-width: 485px;
  font-size: 36px;
  line-height: 51px;
  margin-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.history-section .wrap-history .col-2 .history__year:before {
  content: '';
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  position: absolute;
  top: 1px;
  left: -15px;
  min-width: 15px;
  background: url("../img/main/angle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.wrap-history .col-2 .left {
	position: relative;
}

.wrap-history .col-2 .left:after {
	content: '';
	width: 13.35px;
	height: 13.35px;
	background: #FFFFFF;
	position: absolute;
	left: calc(100% + 54.5px);
	top: 21px;
	border-radius: 50%;
}

.wrap-history .col-2:last-child:before {
	content: '';
	height: 100%;
	display: block;
	width: 2px;
	position: absolute;
	/* left: calc(100% + 60px); */
	left: 0;
	right: 0;
	top: 28px;
	margin: auto;
	background: #282823;
}

.history-section .wrap-history .col-2 .history__year:after {
  content: '';
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  position: absolute;
  top: 1px;
  right: -15px;
  min-width: 15px;
  background: url("../img/main/angle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.history-section .wrap-history .col-2 .history__text {
  max-width: 485px;
  font-size: 36px;
  line-height: 51px;
  font-weight: 200;
}

.history-section .wrap-history .col-2 .left .history__year {
  margin-right: 15px;
}

.history-section .wrap-history .col-2 .left .history__year,
.history-section .wrap-history .col-2 .left .history__text {
  margin-left: auto;
}

.history-section .wrap-history .col-2 .right .history__year {
  margin-left: 15px;
}

.history-section .wrap-history .col-2 .right .history__year,
.history-section .wrap-history .col-2 .right .history__text {
  margin-right: auto;
}

.history-section .wrap-history .col-2:nth-of-type(3) {
  margin-top: -48px;
}

.history-section .wrap-history .col-2:nth-of-type(5) {
  margin-top: -105px;
  margin-top: -55px;
}

.history-section .wrap-history .col-2:nth-of-type(6) {
  margin-top: 40px;
}

.history-section .wrap-history .col-2:nth-of-type(7) {
  margin-top: 10px;
}

.history-section .list-wrap {
  margin-top: -150px;
  margin-bottom: -150px;
  text-align: right;
  z-index: -1;
}

.history-section .list-mob {
  display: none;
}

@media screen and (max-width: 1800px) {
  .main-block .main-banner .swiper-slide .note-main-block {
    padding: 10px 15px;
  }

  .main-block .main-banner .swiper-slide .note-main-block p {
    font-size: 11px;
  }

  .history-section .glass {
    max-width: 460px;
  }

  .history-section .list-wrap {
    margin-right: -150px;
  }

  .history-section .wrap-history .col-2 .history__text,
  .history-section .wrap-history .col-2 .history__year {
    font-size: 30px;
    line-height: 42px;
  }

  .history-section .wrap-history.wrap-history:after {
    max-width: 85px;
  }

  .history-section .wrap-history .col-2 .history__year {
    margin-bottom: 1px;
  }

  .history-section .wrap-history .img-line {
    max-height: 1065px;
    top: 18px;
  }

  .history-section .wrap-history .col-2:nth-of-type(3) {
    margin-top: -35px;
  }

  .history-section .wrap-history .col-2:nth-of-type(5) {
    margin-top: -45px;
  }

  .history-section .wrap-history .col-2:nth-of-type(6) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1600px) {
  .main-block .main-banner .swiper-slide {
    min-height: 520px;
    max-height: 520px;
  }

  .main-block .main-banner .swiper-slide .note-main-block {
    right: 20px;
  }

  .about-section {
    padding-top: 70px;
  }

  .about-section p {
    font-size: 26px;
    margin-bottom: 32px;
  }

  .about-section ul li {
    font-size: 26px;
    line-height: 31px;
  }

  .about-section .key1 {
    left: -210px;
    max-width: 180px;
  }

  .about-section .linkbutton {
    margin-top: 100px;
    margin-bottom: 120px;
    font-size: 41px;
  }

  .about-section .linkbutton .grammofon {
    max-width: 205px;
  }

  .about-section .linkbutton .molnia1 {
    left: 210px;
  }

  .about-section .linkbutton .molnia2 {
    left: 220px;
    bottom: -10px;
  }

  .img-section {
    margin-bottom: -65px;
  }

  .img-section img {
    max-width: 480px;
  }

  .notre-section .section-red {
    padding-top: 75px;
    padding-bottom: 135px;
  }

  .notre-section .section-red .section-title {
    margin-bottom: 20px;
  }

  .notre-section p {
    font-size: 30px;
    line-height: 42px;
    max-width: 740px;
  }

  .history-section .wrap-history .col-2 .history__text,
  .history-section .wrap-history .col-2 .history__year {
    font-size: 30px;
    line-height: 42px;
  }

  .history-section .wrap-history.wrap-history:after {
    max-width: 85px;
  }

  .history-section .wrap-history .img-line {
    max-height: 1065px;
  }
}

@media screen and (max-width: 1450px) {
  .history-section .wrap-history .img-line {
    max-height: 1165px;
  }

  .history-section .wrap-history .col-2:nth-of-type(2) {
    margin-top: 15px;
  }

  .history-section .wrap-history .col-2:nth-of-type(3) {
    margin-top: -20px;
  }

  .history-section .wrap-history .col-2:nth-of-type(4) {
    margin-top: 10px;
  }

  .history-section .wrap-history .col-2:nth-of-type(5) {
    margin-top: -65px;
  }

  .history-section .wrap-history .col-2:nth-of-type(6) {
    margin-top: 8px;
  }

  .history-section .wrap-history .col-2:nth-of-type(7) {
    margin-top: -16px;
  }

  .history-section {
    padding-top: 120px;
  }

  .history-section .section-title {
    margin-bottom: 20px;
  }

  .history-section .glass {
    max-width: 360px;
    position: relative;
  }
}

@media screen and (max-width: 1280px) {
  .about-section {
    padding-top: 20px;
  }

  .about-section .big-title {
    margin-bottom: 0;
  }

  .about-section .key1 {
    display: none;
  }

  .about-section .key1-mob {
    display: block;
  }
}

@media screen and (max-width: 860px) {

  .history-section .wrap-history .col-2:nth-of-type(3),
  .history-section .wrap-history .col-2:nth-of-type(4),
  .history-section .wrap-history .col-2:nth-of-type(6),
  .history-section .wrap-history .col-2:nth-of-type(7),
  .history-section .wrap-history .col-2:nth-of-type(5) {
    margin-top: unset;
  }

  .history-section .wrap-history .img-line {
    display: none;
  }

	.wrap-history:before, .wrap-history .col-2:last-child:before, .wrap-history .col-2 .left:after {
		display: none;
	}

  .history-section .wrap-history .col-2 {
    grid-template-columns: 1fr;
    grid-gap: 48px;
    margin-bottom: 48px;
  }

  .history-section .wrap-history .col-2:nth-child(even) .right {
    display: none;
  }

  .history-section .wrap-history .col-2:nth-child(odd) .left {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .main-block .main-banner .swiper-slide {
    min-height: 420px;
    max-height: 420px;
  }

  .main-block .main-banner .swiper-horizontal>.swiper-pagination-bullets,
  .main-block .main-banner .swiper-pagination-bullets.swiper-pagination-horizontal,
  .main-block .main-banner .swiper-pagination-custom,
  .main-block .main-banner .swiper-pagination-fraction {
    bottom: 10px;
  }

  .about-section ul li,
  .about-section p {
    font-size: 22px;
    line-height: 28px;
  }

  .about-section ul li {
    padding-left: 50px;
  }

  .about-section ul li:before {
    width: 18px;
    height: 18px;
    top: 0px;
    left: 20px;
  }

  .about-section .partners a {
    margin-right: 30px;
  }

  .notre-section .section-red {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .history-section {
    padding-top: 85px;
  }
}

@media screen and (max-width: 576px) {
  .main-block .container {
    padding: 0;
  }

  .main-block .main-banner .swiper-slide .note-main-block {
    right: unset;
    left: 10px;
    padding: 5px 20px;
  }

  .main-block .main-banner .swiper-slide .note-main-block p {
    font-size: 14px;
  }

  .about-section {
    padding-top: 50px;
  }

  .about-section ul li {
    padding-left: 20px;
    font-weight: 200;
  }

  .notre-section .section-red {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-section .linkbutton+.subtitle {
    font-size: 23px;
    line-height: 27px;
  }

  .about-section ul li:before {
    top: -10px;
    left: 5px;
  }

  .about-section .linkbutton {
    font-size: 27px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .about-section .linkbutton .grammofon {
    max-width: 160px;
  }

  .about-section .linkbutton .molnia1,
  .about-section .linkbutton .molnia2 {
    max-width: 50px;
  }

  .about-section .linkbutton .molnia1 {
    left: 165px;
    top: -10px;
  }

  .about-section .linkbutton .molnia2 {
    left: 170px;
    bottom: 0px;
  }

  .about-section .subtitle {
    font-size: 44px;
  }

  .about-section .partners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .about-section .partners a {
    margin-right: 0;
    margin-bottom: 35px;
  }

  .img-section {
    margin-bottom: -70px;
  }

  .img-section img {
    max-width: 370px;
  }

  .history-section .wrap-history .col-2 .history__year {
    margin-bottom: 10px;
  }

  .history-section .wrap-history .col-2 .history__text {
    line-height: 36px;
    font-size: 26px;
    font-weight: 200;
  }

  .history-section .section-title {
    margin-bottom: 0;
  }

  .history-section .list-wrap {
    margin-bottom: -55px;
    margin-top: -50px;
    margin-right: 0;
  }

  .history-section .list-wrap .list {
    display: none;
  }

  .history-section .list-wrap .list-mob {
    display: block;
    margin-left: auto;
  }
}

@media screen and (max-width: 480px) {
  .main-block .main-banner .swiper-slide {
    min-height: 375px;
    max-height: 375px;
  }
}

.project-section {
  padding-top: 55px;
}

.project-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}

.project-info .big-title {
  margin-bottom: 40px;
}

.project-info__text {
  max-width: 530px;
}

.project-info__text p {
  font-size: 22px;
  line-height: 26px;
  font-weight: 200;
}

.project-info__img {
  max-width: 405px;
  min-width: 337px;
}

.posts-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 90px 65px;
}

.posts-wrap .project__title {
  margin-bottom: 15px;
  font-size: 25px;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.posts-wrap .project__img {
  position: relative;
}

.posts-wrap .project__img:before {
  content: '';
  display: block;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  height: -webkit-calc(100% - 20px);
  height: calc(100% - 20px);
  background: #AE4B3E;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.posts-wrap .project__img img {
  max-width: 315px;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  max-height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
}

.posts-wrap .project:hover .project__title {
  color: #AE4B3E;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.posts-wrap .project:hover .project__img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.posts-wrap .project:nth-child(odd) .project__img {
  padding-right: 40px;
  padding-bottom: 40px;
}

.posts-wrap .project:nth-child(odd) .project__img:before {
  top: 20px;
  left: 20px;
}

.posts-wrap .project:nth-child(even) .project__img {
  padding-left: 40px;
  padding-top: 40px;
}

.posts-wrap .project:nth-child(even) .project__img:before {
  top: 0px;
  left: 0px;
}

.posts-wrap .project:nth-child(3n+3) .project__img {
  padding-left: 40px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 40px;
}

.posts-wrap .project:nth-child(3n+3) .project__img:before {
  top: 20px;
  left: 0px;
}

.button-more {
  margin-top: 30px;
}

.project-key-mob {
  display: none;
}

.project-bottom-img {
  text-align: right;
  position: relative;
  top: 175px;
  margin-top: -100px;
}

.project-bottom-img .mob-bottom-img {
  display: none;
}

@media screen and (max-width: 991px) {
  .project-bottom-img {
    top: 50px;
    margin-top: -50px;
  }

  .project-bottom-img .desc-bottom-img {
    max-width: 350px;
  }
}

@media screen and (max-width: 768px) {
  .project-section {
    padding-top: 65px;
  }

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

  .project-info .big-title {
    margin-bottom: 15px;
  }

  .project-info__text p {
    line-height: 28px;
  }

  .project-key {
    display: none;
  }

  .project-key-mob {
    display: block;
    margin-top: -40px;
    margin-bottom: -40px;
  }
}

@media screen and (max-width: 576px) {
  .project-bottom-img {
    margin-bottom: -50px;
  }

  .project-bottom-img .mob-bottom-img {
    display: block;
    text-align: right;
    margin-left: auto;
  }

  .button-more {
    margin-top: 34px;
    margin-bottom: 20px;
  }

  .project-bottom-img {
    top: unset;
  }
}

.news-section {
  padding-top: 55px;
  padding-bottom: 100px;
}

.news-section .container {
  z-index: 3;
  position: relative;
}

.news-section .button-more {
  margin-bottom: 200px;
}

.new-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 77px;
}

.new-info__img {
  margin-left: 40px;
  margin-top: -30px;
}

.new-info__img img {
  min-width: 178px;
  max-width: 261px;
  width: 100%;
  z-index: -1;
  position: relative;
}

.news-wrap {
  z-index: 3;
}

.posts-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 90px 65px;
  padding-bottom: 50px;
}

.posts-wrap .project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.posts-wrap .project__title {
  margin-bottom: 15px;
  font-size: 25px;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 200;
}

.posts-wrap .project__date {
  font-size: 19px;
  margin-bottom: 17px;

}

.posts-wrap .project__img {
  position: relative;
}

.posts-wrap .project__img:before {
  content: '';
  display: block;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  height: -webkit-calc(100% - 20px);
  height: calc(100% - 20px);
  background: #AE4B3E;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.posts-wrap .project__img img {
  max-width: 315px;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  max-height: 315px;
  -o-object-fit: cover;
  object-fit: cover;
}

.posts-wrap .project:hover .project__title {
  color: #AE4B3E;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.posts-wrap .project:hover .project__img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.posts-wrap .project:nth-child(odd) .project__img {
  padding-right: 40px;
  padding-bottom: 40px;
}

.posts-wrap .project:nth-child(odd) .project__img:before {
  top: 20px;
  left: 20px;
}

.posts-wrap .project:nth-child(even) .project__img {
  padding-left: 40px;
  padding-top: 40px;
}

.posts-wrap .project:nth-child(even) .project__img:before {
  top: 0px;
  left: 0px;
}

.posts-wrap .project:nth-child(3n+3) .project__img {
  padding-left: 40px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 40px;
}

.posts-wrap .project:nth-child(3n+3) .project__img:before {
  top: 20px;
  left: 0px;
}

.news-bottom-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  text-align: right;
}

.news-bottom-img .mob-bottom-img {
  display: none;
}

.news-bottom-img .desc-bottom-img {
  max-width: 470px;
}

@media screen and (max-width: 1280px) {
  .news-bottom-img .desc-bottom-img {
    max-width: 350px;
  }
}

@media screen and (max-width: 991px) {
  .news-bottom-img {
    z-index: -1;
  }

  .news-wrap .project__title {
    font-size: 22px;
  }
}

@media screen and (max-width: 576px) {
  .news-section {
    padding-top: 65px;
  }

  .new-info {
    margin-bottom: 24px;
  }

  .new-info .new-info__img {
    margin-left: 30px;
  }

  .news-bottom-img {
    position: relative;
  }

  .news-section .button-more {
    margin-bottom: 90px;
  }

  .news-wrap .project__date {
    font-size: 17px;
  }

  .news-bottom-img .mob-bottom-img {
    display: block;
    margin-bottom: -20px;
  }
}

@media screen and (max-width: 375px) {
  .new-info__img img {
    min-width: 120px;
  }
}

.reseau-section {
  padding-top: 65px;
}

.reseau-section .big-title {
  margin-bottom: 65px;
}

.reseau-section .reseau-info {
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: minmax(300px, 755px) 260px;
  grid-gap: 130px;
}

.reseau-section .reseau-info p {
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 30px;
  font-weight: 200;
}

.reseau-section .first-reseau-row {
  margin-bottom: 150px;
}

.reseau-section .second-reseau-row {
  margin-bottom: 300px;
}

.reseau-section .col-2 .left .section-red {
  padding: 50px 50px 115px 0;
  position: relative;
}

.reseau-section .col-2 .left .section-red .title {
  margin-bottom: 20px;
}

.reseau-section .col-2 .left .section-red .kruk-img {
  position: absolute;
  right: 0;
  bottom: -450px;
}

.reseau-section .col-2 .right .section-red {
  padding: 50px 0 115px 50px;
}

.reseau-section .col-2 .right .section-red .title {
  margin-bottom: 20px;
}

.reseau-section .col-2 .left.list-block {
  padding: 50px 50px 50px 0;
}

.reseau-section .col-2 .right.list-block {
  padding: 50px 0px 50px 50px;
}

.kruk-img-mob {
  display: none;
}

.reseau-bottom-img {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}

.reseau-bottom-img .mob-bottom-img {
  display: none;
}

@media screen and (max-width: 1600px) {
  .reseau-section .reseau-info {
    grid-gap: 112px;
    grid-template-columns: minmax(300px, 630px) 215px;
  }

  .reseau-section .reseau-info p {
    font-size: 22px;
    line-height: 27px;
  }
}

@media screen and (max-width: 1280px) {
  .reseau-section .reseau-info {
    grid-gap: 0;
  }

  .reseau-section .second-reseau-row {
    margin-bottom: 400px;
  }
}

@media screen and (max-width: 768px) {
  .reseau-section .reseau-info {
    grid-gap: 112px;
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .reseau-section .big-title {
    margin-bottom: 20px;
  }

  .kruk-img {
    display: none;
  }

  .kruk-img-mob {
    display: block;
    margin-left: auto;
    margin-top: -100px;
    margin-bottom: 0px;
  }

  .reseau-section .col-2 {
    grid-template-columns: 1fr;
  }

  .reseau-section .first-reseau-row {
    margin-bottom: 0;
  }

  .reseau-section .col-2 .right .section-red,
  .reseau-section .col-2 .left .section-red {
    padding-top: 40px;
    padding: 70px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .second-reseau-row .right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media screen and (max-width: 576px) {
  .reseau-info-img {
    max-width: 200px;
  }

  .reseau-bottom-img {
    margin-bottom: -40px;
  }

  .reseau-bottom-img .mob-bottom-img {
    display: block;
  }

  .reseau-section .resourse-info {
    margin-bottom: 80px;
  }

  .reseau-section .col-2 .right .section-red,
  .reseau-section .col-2 .left .section-red {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .reseau-section .col-2 .left.list-block {
    padding-right: 20px;
  }

  .reseau-section .col-2 .right.list-block {
    padding-left: 20px;
  }

  .reseau-section .second-reseau-row {
    margin-bottom: 0;
  }

  .reseau-bottom-img {
    position: relative;
  }
}

@media screen and (max-width: 375px) {
  .reseau-section .big-title {
    font-size: 54px;
    line-height: 65px;
  }
}

.resourse-section {
  padding-top: 55px;
}

.resourse-section .resourse-info {
  margin-bottom: 100px;
}

.news-section .resourse__filter {
  margin-bottom: 50px;
}

.news-section .resourse__filter,
.resourse-section .resourse-info .resourse__filter {
  margin-top: 80px;
  display: grid;
  grid-template-columns: minmax(187px, 260px) minmax(187px, 260px) minmax(187px, 260px);
  grid-gap: 60px;
}

.news-section .resourse__filter__col,
.resourse-section .resourse-info .resourse__filter__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-section .resourse__filter__col .resourse__filter__label,
.resourse-section .resourse-info .resourse__filter__col .resourse__filter__label {
  font-size: 24px;
  font-weight: 500;
  color: #AE4B3E;
  margin-right: 12px;
}

.resourse-bottom-img {
  margin-bottom: -200px;
  text-align: right;
}

.resourse-bottom-img .mob-bottom-img {
  display: none;
}

@media screen and (max-width: 768px) {

  .news-section .resourse__filter,
  .resourse-section .resourse-info .resourse__filter {
    grid-gap: 30px;
  }
}

@media screen and (max-width: 710px) {

  .news-section .resourse__filter,
  .resourse-section .resourse-info .resourse__filter {
    grid-template-columns: minmax(187px, 220px);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 25px;
  }

  .news-section .resourse__filter__col,
  .resourse-section .resourse-info .resourse__filter__col {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 576px) {
  .resourse-section {
    padding-top: 65px;
  }

  .resourse-bottom-img {
    margin-bottom: -40px;
  }

  .resourse-bottom-img .mob-bottom-img {
    display: block;
  }

  .news-section .resourse__filter,
  .resourse-section .resourse-info .resourse__filter {
    margin-top: 75px;
  }

  .resourse-section .resourse-info {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 375px) {
  .resourse-section .big-title {
    font-size: 54px;
    line-height: 65px;
  }
}

.egagez-section {
  padding-top: 50px;
  padding-bottom: 96px;
}

.egagez-section .grammofon {
  position: relative;
  top: -250px;
  z-index: -1;
}

.egagez-section .sapog {
  max-width: 300px;
}

.egagez-section .perchatka {
  position: relative;
  top: 80px;
}

.egagez-section .big-title {
  margin-bottom: 100px;
}

.egagez-section .col-2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 65px;
}

.egagez-section .col-2 .section-red .title {
  color: #fff;
  font-size: 60px;
  line-height: 61px;
  font-weight: 600;
}

.egagez-section .col-2 .left .section-red .title {
  padding: 20px 20px 20px 0;
}

.egagez-section .col-2 .left p {
  font-size: 30px;
  line-height: 40px;
  padding-right: 20px;
  margin: 10px 0;
  max-width: 560px;
  margin-left: auto;
  font-weight: 200;
}

.egagez-section .col-2 .left a {
  padding-right: 20px;
  font-size: 25px;
}

.egagez-section .col-2 .right .section-red .title {
  padding: 20px 0px 20px 20px;
}

.egagez-section .col-2 .right P {
  font-size: 30px;
  line-height: 40px;
  padding-left: 20px;
  margin: 10px 0;
  max-width: 560px;
  margin-right: auto;
  font-weight: 200;
}

.egagez-section .col-2 .right a {
  padding-left: 20px;
  font-size: 25px;
}

.egagez-section .col-2 .img-wrap {
  text-align: center;
}

.grammofon-mob {
  display: none;
}


@media screen and (max-width: 1850px) {
  .egagez-section .grammofon {
    top: -200px;
    right: -100px;
  }
}

@media screen and (max-width: 1600px) {
  .egagez-section .col-2 .section-red .title {
    font-size: 50px;
    line-height: 50px;
  }

  .egagez-section .col-2 .left p,
  .egagez-section .col-2 .right p {
    font-size: 30px;
    line-height: 42px;
  }

  .egagez-section .col-2 .right a .egagez-section .col-2 .left a {
    font-size: 21px;
  }

  .egagez-section .grammofon {
    top: -150px;
  }

}

@media screen and (max-width: 991px) {
  .egagez-section .big-title {
    margin-bottom: 80px;
  }

  .egagez-section .grammofon {
    top: -100px;
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .egagez-section .col-2 {
    grid-template-columns: 1fr;
  }

  .egagez-section .col-2 .img-wrap {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .egagez-section .kaska,
  .egagez-section .sapog,
  .egagez-section .perchatka {
    max-width: 50%;
    display: block;
    margin-right: auto;
    margin-top: -135px;
    z-index: -1;
  }

  .grammofon {
    display: none;
  }

  .grammofon-mob {
    display: block;
    margin: 0 auto -50px;
    z-index: -2;
    position: relative;
    right: -30px;
  }

  .egagez-section .perchatka {
    top: unset;
  }
}

@media screen and (max-width: 576px) {

  .egagez-section .kaska,
  .egagez-section .sapog,
  .egagez-section .perchatka {
    margin-top: -80px;
  }

  .egagez-section .big-title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 0;
  }

  .egagez-section .col-2 .section-red .title {
    font-size: 40px;
    line-height: 45px;
  }

  .egagez-section .col-2 .right .section-red .title,
  .egagez-section .col-2 .right a,
  .egagez-section .col-2 .right p {
    padding-left: 10px;
  }

  .egagez-section .col-2 .left .section-red .title,
  .egagez-section .col-2 .left p,
  .egagez-section .col-2 .left a {
    padding-right: 10px;
  }

  .egagez-section .col-2 .left p,
  .egagez-section .col-2 .right p {
    line-height: 39px;
  }
}

.contact-section {
  padding-top: 45px;
}

.contact-section .big-title {
  margin-bottom: 80px;
}

.contact-section .contact-info {
  font-size: 38px;
  line-height: 58px;
  font-weight: 500;
}

.contact-section .contact-info__text {
  margin-bottom: 60px;
}

.contact-section .contact-wrap {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 125px;
}

.contact-section .contact-wrap .project {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 18px;
}

.contact-section .contact-wrap .project__info {
  padding-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.contact-section .contact-wrap .project__info__name,
.contact-section .contact-wrap .project__info__mail,
.contact-section .contact-wrap .project__info__tel {
  font-size: 25px;
  line-height: 45px;
  font-weight: 300;
}

.contact-section .contact-wrap .project__info__name {
  /* white-space: nowrap; */
  color: #fff;
	line-height: 25px;
}



.contact-section .contact-wrap .project__info__name a {
  margin-left: 5px;
  color: #fff;
}

.contact-section .contact-wrap .project__info__mail,
.contact-section .contact-wrap .project__info__tel {
  color: #fff;
}

.contact-section .contact-wrap .project__info__mail {
  color: #ae4b3e;
}

.contact-section .contact-wrap .project:nth-child(1) .project__img {
  padding-left: 40px;
  padding-right: 0;
}

.contact-section .contact-wrap .project:nth-child(1) .project__img:before {
  left: 0;
}

.contact-section .contact-wrap .project:nth-child(2) .project__img {
  padding-left: 0px;
  padding-right: 40px;
}

.contact-section .contact-wrap .project:nth-child(2) .project__img:before {
  right: 0;
  left: unset;
}

.contact-section .contact-ask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 150px;
}

.contact-section .contact-ask__left {
  white-space: nowrap;
}

.contact-section .contact-ask__left .contact-info {
  margin-bottom: 10px;
}

.contact-section .contact-ask__left .contact-link {
  font-size: 28px;
  line-height: 41px;
  font-weight: 300;
}

.contact-section .contact-team {
  margin-bottom: 170px;
}

.contact-section .contact-team .contact-info {
  margin-bottom: 20px;
}

.contact-section .contact-team>p {
  font-size: 27px;
  line-height: 32px;
  margin-bottom: 20px;
  font-weight: 300;
}

.contact-section .contact-team ul li {
  font-size: 25px;
  line-height: 37px;
  font-weight: 300;
  white-space: nowrap;
}

.contact-team .col-2 {
  grid-gap: 20px;
}

.contact-section .contact-team ul li a {
  display: inline-block;
  margin-left: 5px;
}

.contact-bottom-img {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}

.contact-bottom-img .mob-bottom-img {
  display: none;
}

@media screen and (max-width: 1600px) {
  .contact-section .big-title {
    margin-bottom: 65px;
  }

  .contact-section .contact-wrap .project__info__name,
  .contact-section .contact-wrap .project__info__mail,
  .contact-section .contact-wrap .project__info__tel {
    font-size: 20px;
    line-height: 40px;
  }

  .contact-section .contact-wrap {
    grid-gap: 20px;
  }

  .contact-section .contact-wrap .project:nth-child(1) .project__img {
    padding-left: 35px;
    padding-bottom: 35px;
  }

  .contact-section .contact-wrap .project:nth-child(2) .project__img {
    padding-right: 35px;
    padding-top: 35px;
  }

  .contact-section .contact-info {
    font-size: 31px;
    line-height: 36px;
  }

  .contact-section .contact-ask__left {
    margin-right: 20px;
  }

  .contact-section .contact-team>p {
    font-size: 22px;
    line-height: 27px;
  }

  .contact-section .contact-team ul li {
    font-size: 20px;
    line-height: 30px;
  }

  .contact-section .contact-ask__left .contact-link {
    font-size: 23px;
    line-height: 34px;
  }
}

@media screen and (max-width: 1450px) {
  .contact-section .container>.col-2 {
    grid-template-columns: 1fr;
  }

  .contact-section .contact-wrap {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }

  .contact-section .contact-wrap .project {
    grid-template-columns: 280px 1fr;
  }
}

@media screen and (max-width: 1070px) {
  .contact-section .contact-team {
    margin-bottom: 0;
  }

  .contact-bottom-img {
    position: relative;
  }

  .contact-bottom-img .desc-bottom-img {
    display: none;
  }

  .contact-bottom-img .mob-bottom-img {
    display: block;
    margin-right: 100px;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .contact-team ul.col-2 {
    grid-template-columns: 1fr;
  }

  .contact-bottom-img .mob-bottom-img {
    margin-right: 0;
  }
}

@media screen and (max-width: 576px) {
  .contact-section {
    padding-top: 65px;
  }

  .contact-section .big-title {
    margin-bottom: 55px;
  }

  .contact-section .contact-wrap .project:nth-child(1) .project__img {
    padding-left: 45px;
    padding-bottom: 45px;
  }

  .contact-section .contact-wrap .project:nth-child(2) .project__img {
    padding-right: 45px;
    padding-top: 45px;
  }

  .contact-section .contact-wrap .project:nth-child(2) .project__info {
    text-align: right;
  }

  .contact-section .contact-wrap .project__info__name,
  .contact-section .contact-wrap .project__info__mail,
  .contact-section .contact-wrap .project__info__tel {
    font-size: 26px;
    line-height: 49px;
  }

  .contact-section .contact-info__text {
    margin-bottom: 30px;
  }

  .contact-section .contact-wrap .project {
    grid-template-columns: 1fr;
    grid-gap: 5px;
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }

  .contact-section .contact-wrap .project .project__info {
    padding-bottom: 0;
  }

  .contact-section .contact-ask {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-section .contact-info {
    font-size: 38px;
    line-height: 46px;
  }

  .contact-section .contact-ask__left .contact-link,
  .contact-section .contact-ask__left .contact-info {
    margin-bottom: 20px;
  }

  .contact-section .contact-team ul li {
    font-size: 25px;
    line-height: 37px;
  }

  .contact-bottom-img {
    margin-top: -50px;
    top: 30px;
  }

  .contact-section .contact-ask {
    margin-bottom: 100px;
  }

  .contact-section .contact-wrap {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 480px) {
  .contact-section .contact-wrap {
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .posts-wrap {
    grid-gap: 60px 35px;
  }
}

@media screen and (max-width: 768px) {
  .posts-wrap .project:nth-child(odd) .project__img {
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .posts-wrap .project:nth-child(even) .project__img {
    padding-left: 20px;
    padding-top: 20px;
  }

  .posts-wrap .project:nth-child(3n+3) .project__img {
    padding-bottom: 20px;
    padding-top: 0px;
    padding-right: 0;
    padding-left: 20px;
  }
}

@media screen and (max-width: 640px) {
  .posts-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 450px) {
  .posts-wrap {
    padding: 0 20px;
    grid-template-columns: 1fr;
    grid-gap: 58px;
  }

  .posts-wrap .project__img img {
    max-width: unset;
  }

  .posts-wrap .project:nth-child(odd) .project__img {
    padding-right: 35px;
    padding-bottom: 35px;
  }

  .posts-wrap .project:nth-child(even) .project__img {
    padding-left: 35px;
    padding-top: 35px;
  }

  .posts-wrap .project:nth-child(3n+3) .project__img {
    padding-bottom: 35px;
    padding-top: 0;
    padding-right: 0;
    padding-left: 35px;
  }
}


@media screen and (max-width: 420px) {
  .posts-wrap {
    padding: 0;
  }

  .menu-block {
    right: -10px;
    width: 100vw;
    height: calc(100vh);
    overflow-y: auto;
    padding-top: 20px;
  }

  .menu-wrap nav .soc-wrap {
    margin-top: 20px;
    margin-bottom: 20px;

  }

  html.hidden {
    overflow: hidden;
  }
}

input,
button {
  -webkit-appearance: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #ae4b3e
}

.post-content p.photo-comment.slide {
  text-align: center;
}


.new-info+.resourse__filter {
  margin-bottom: 100px;
}

@media screen and (max-width: 576px) {
  .new-info+.resourse__filter {
    margin-bottom: 80px;
  }
}

.news-wrap .project__title{
  font-weight: 200;
}
.news-wrap .project__date{
  font-weight: 400;
}

label[for="value_5"]:before{
  display: none;
}

.project__accordion-wrap {
  margin-bottom: 200px;
  margin-top: 114px;
}
.project__accordion-title {
  text-transform: uppercase;
}
.project__accordion-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
.project__accordion-item {

}
.project__accordion-item-top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 18px 28px 24px 51px;
  background: #AE4B3E;
  cursor: pointer;
  user-select: none;
  appearance: none;
}
.project__accordion-item-top.active + .project__accordion-item-bottom {
  display: block;
}
.project__accordion-item-top.active .project__accordion-item-open svg {
  transform: rotate(180deg);
}
.project__accordion-item-open {
  display: flex;
  align-items: center;
  gap: 19px;
  font-size: 22px;
  line-height: 32px;
  text-transform: uppercase;
  white-space: nowrap;
}
.project__accordion-item-open span {
  display: none;
}
.project__accordion-item-open span.active {
  display: block;
}
.project__accordion-item-open svg {
  width: 20px;
  height: auto;

}
.project__accordion-item-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 22px;
  line-height: 32px;
}
.project__accordion-item-title {
  text-transform: uppercase;
}

.project__accordion-item-bottom {
  padding: 50px;
  background: #fff;
  display: none;
  color: #000;
}
.project__accordion-item-bottom p {
  color: #000;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
}

.post-content .project__accordion-item-bottom ul li::before {
	color: #000;
}
@media (max-width: 840px) {
  .project__accordion-item-top {
    flex-direction: column;
    padding: 20px;
    gap: 40px;
  }
  .project__accordion-wrap {
    margin-bottom: 70px;
    margin-top: 40px;
  }
  .project__accordion-item-text {
    font-size: 22px;
    line-height: 26px;
    width: 100%;
  }
  .project__accordion-inner {
    gap: 40px;
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
  .project__accordion-item-open {
    gap: 10px;
    font-size: 18px;
    line-height: 21.6px;
    flex-direction: column;
  }
  .project__accordion-item-open svg {
    width: 20px;
    height: auto;
    transform: rotate(90deg);
  }
  .project__accordion-item-top.active .project__accordion-item-open svg {
    transform: rotate(270deg);
  }
  .project__accordion-item-bottom {
    padding: 30px 20px;
  }
}


.events-title {
	font-size: 60px;
  margin-bottom: 35px;
}

.events-info {
	margin-bottom: 0;
}

.events-section .project__accordion-wrap {
	margin-top: 0;
}

.event-item.hidden {
	display: none;
}

.events-bottom-title {
	text-transform: uppercase;
	font-size: 60px;
	margin-bottom: 35px;
	margin: 90px 0 50px 0;
}

.events-section .project__accordion-wrap {
	margin-bottom: 90px;
}

.button-more.hidden {
	display: none;
}

@media (max-width: 600px) {
	.events-info {
		align-items: left;
		margin-bottom: 40px;
	}

	.events-title {
		font-size: 44px;
	}
	.events-bottom-title {
		font-size: 44px;
		margin-top: 200px;
	}

	.events-bottom_img .mob-bottom-img {
    margin: 100px auto 0 auto;
	}
}



.events-section .project__accordion-item-bottom p {
	color: #000;
	font-size: 22px;
	line-height: 32px;
	font-weight: 300;
	margin-bottom: 30px;
}

.events-section .project__accordion-item-bottom ul, .events-section .project__accordion-item-bottom li {
	list-style-type: inherit;
}

.events-section .project__accordion-item-bottom ul {
	padding-left: 25px;
}

.events-section .project__accordion-item-bottom li {
	color: #000;
	font-size: 22px;
	line-height: 20px;
	font-weight: 300;
	margin-bottom: 30px;
}

.events-bottom_img {
	text-align: right;
    position: relative;
    top: 175px;
    margin-top: -100px;
}

.events-bottom-img img {
	transform: translateY(128px);
}

@media (max-width: 1600px) {
	.events-bottom-img img {
		transform: translateY(111px);
	}
}

@media (max-width: 576px) {
	.events-bottom-img {
		margin: 0;
	}

	.events-bottom-img .desc-bottom-img {
		display: block;
	}

	.events-bottom-img img {
		transform: translateY(0px);
		margin-left: auto;
	}

	.events-bottom {
		margin-bottom: 100px;
	}
	.events-bottom {
		padding-bottom: 150px;
	}
}


.wpcf7 input[type=url], .wpcf7 input[type=email], .wpcf7 input[type=tel] {
	width: 100%!important;
}


.swiper-button-prev__custom {
	width: 70px;
	height: 70px;
	position: absolute;
	right: calc(100% + 15px);
	top: calc(50% - 35px);
	z-index: 2;
	cursor: pointer;

}

.swiper-button-next__custom {
	width: 70px;
	height: 70px;
	position: absolute;
	left: calc(100% + 15px);
	top: calc(50% - 35px);
	z-index: 2;
	cursor: pointer;
}

.swiper-button-prev__custom img .swiper-button-next__custom {
	width: 100%;
}

.post-content .swiper-post .swiper-slide img {
	width: 100%;
	object-fit: cover;
}

.swiper-post__main-container {
	position: relative;
}

.contact-wrap__new {
	
	width: 100%;
}

.contact-new__item {
	width: 100%;
	margin-bottom: 120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 25px;
}

.contact-new__item:nth-child(even) {
	flex-direction: row-reverse;
}

.contact-new__item:nth-child(even) .contact-new__img {
	padding-left: 0;
	padding-right: 40px;
}

.contact-new__item:nth-child(even) .contact-new__img:before {
	right: 0;
	left: unset;
}

.contact-new__img {
	width: 100%;
	max-width: 940px;
	padding-left: 40px;
	padding-bottom: 40px;
	position: relative;
	
}

.contact-new__img img {
	transition: .3s;
	width: 100%;
	height: auto;
}

.contact-new__img:before {
	content: '';
	display: block;
	width: 400px;
	height: -webkit-calc(100% - 40px);
	height: calc(100% - 40px);
	background: #ae4b3e;
	position: absolute;
	left: 0;
	top: 35px;
	z-index: -1;
}

.contact-new__description {
	max-width: 288px;
	width: 100%;
	font-size: 25px;
	line-height: 29px;
	font-weight: 300;
}

.contact-new__img:hover img {
	transform: scale(1.04);
}

@media (max-width: 1400px) {
	.contact-new__item {
		flex-direction: column!important;
		align-items: flex-start;
	}

	.contact-new__description {
		max-width: 100%;
	}
}


@media (max-width: 640px) {
	.contact-new__img {
		padding: 0!important;
	}

	.contact-new__description {
		font-size: 20px;
		line-height: 25px;
	}

	.contact-new__img:before {
		display: none;
	}
}




section.page-builder {
	min-height: 100vh;
	/* width: calc(100% - 271px); */
	padding-top: 130px;
	padding-bottom: 150px;
}

section.page-builder h1 {
	font-size: 63px;
	line-height: 92px;
	color: #AE4B3E;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	margin-bottom: 38px;
}

.builder-column figure {
	width: 100%!important;
	margin-left: 0!important;
	margin-right: 0!important;
}

.builder-column figure img {
	width: 100%!important;
}

.builder-column p {
	font-size: 25px;
	line-height: 37px;
	margin-bottom: 15px;
}

figcaption {
	text-align: right;
	font-size: 14px;
	line-height: 17px;
}

.builder-column ul, .builder-column ul li {
	list-style: inherit;
}

.builder-column ul{
	padding-left: 30px;
}

.builder-column ul li {
	font-size: 25px;
	line-height: 37px;
}

.builder-column h3 {
	font-size: 30px;
	line-height: 37px;
	margin-bottom: 20px;
}

.builder-container {
	display: flex;
	flex-direction: column;
	gap: 100px;
}

.builder-row {
	display: flex;
	gap: 40px;
}

.builder-column {
	width: 100%;
}

.builder-column img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}


.spoiler-constructor-wrap .project__accordion-item-bottom p {
	font-size: 22px;
	line-height: 32px;
	font-weight: 400;
	margin-bottom: 30px;
}

.spoiler-constructor-wrap .project__accordion-title {
	font-size: 28px;
	line-height: 37px;
}

section.page-builder .swiper-post {
	overflow: hidden;
}

section.page-builder p.photo-comment {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 200;
	line-height: 37px;
}

section.page-builder .swiper-post .swiper-pagination-post {
	margin-top: 20px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}


@media (max-width: 1000px) {
	.swiper-button-next__custom {
		width: 58px;
		height: 58px;
		left: calc(100% + 5px);
	}

	.swiper-button-next__custom img {
		width: 100%;
	}

	.swiper-button-prev__custom {
		width: 58px;
		height: 58px;

		right: calc(100% + 5px);
	}

	.swiper-button-prev__custom img {
		width: 100%;
	}

	.swiper-post__main-container {
		width: calc(100% - 120px);
    margin: 0 auto;
	}
}

@media (max-width: 600px) {

	.swiper-post__main-container {
		width: 100%;
	}

	.swiper-navigation {
		display: none;
	}
	.builder-row {
		flex-direction: column;
	}

	.builder-column p, .builder-column ul li {
		font-size: 16px;
    line-height: 28px;
	}

	.builder-column h3 {
		font-size: 24px;
    line-height: 32px;
	}

	.builder-container {
		gap: 50px;
	}
}

.grecaptcha-badge {
	width: 160px!important;
}

.form-cnci-newsletter {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	background: transparent!important;
	border: 2px solid #AE4B3E;
}

.form-cnci-newsletter h2 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px;
	font-weight: 200;
}

.inf-main_da7cda585dcc405bd9e86ee7a510fc67 .inf-input input {
	border: 1px solid #AE4B3E;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	margin-bottom: 20px!important;
}

.inf-submit  {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.newsletter-content-page {
	padding-bottom: 135px;
}



.inf-submit input {
	margin-left: auto;
	height: 32px;
	border: 1px solid #AE4B3E;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	background: #AE4B3E;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	cursor: pointer;
	display: block;
	width: max-content;
	text-transform: uppercase;
}

.form-cnci-newsletter h4 {
	text-align: center;
}

@media (min-width: 1921px) {
	.newsletter-content-page {
		min-height: calc(100vh - 525.52px);
		margin-top: auto;
		margin-bottom: auto;
	}
}


.events-bottom-content iframe body  {
	background: #000!important;
}

.actuelites-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 60px;
	padding-bottom: 84px;
}

.actualite-item {
	display: flex;
	width: 100%;
	height: 350px;
}

.actualite-item__image {
	max-width: 350px;
	width: 100%;
	height: 100%;
}

.actualite-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.actualite-item__content {
	max-width: 220px;
	width: 100%;
	background: #AB4B3E;
	padding: 30px;
	padding-bottom: 23px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.actualite-item__title {
	font-size: 23px;
	font-weight: 500;
	color: #fff;
	line-height: 25px;
	margin-bottom: 5px;
}

.actualite-item__date {
	color: #000;
	font-size: 18px;
	line-height: 23px;
	font-weight: 400;
	margin-bottom: 15px;
}

.actualite-item__category {
	width: 100%;
	max-width: 100%;
	padding: 5px 8px;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	border: 1px solid #fff;
}

.resourse-wrap {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 60px 65px;
	padding-bottom: 50px;
}

.media-item {
	width: 100%;
}

.media-item__category {
	font-size: 14px;
	line-height: 14px;
	padding: 5px 10px;
	border: 1px solid #AB4B3E;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	min-width: 160px;
	max-width: 100%;
	width: max-content;
	margin-bottom: 15px;
}

.media-item__image {
	height: 350px;
	margin-bottom: 15px;
}

.media-item__image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.media-item__title {
	font-size: 25px;
	line-height: 28px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 15px;
}

.media-item__author {
	font-size: 18px;
	color: #AB4B3E;
	line-height: 20px;
	font-weight: 400;
}

.actualites-bottom__title {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 53px;
	margin-bottom: 5px;
	color: #fff;
}

.actualites-bottom__secont-title {
	color: #AB4B3E;
	font-size: 80px;
	line-height: 80px;
	margin-bottom: 23px;
	font-weight: bold;
	text-transform: uppercase;
}

.news-section .button-more {
	margin-bottom: 100px;
}

.actualites-bottom__content {
	margin-bottom: 200px;
}

@media (max-width: 1450px) {
	.actuelites-container {
    grid-template-columns: repeat(1, 1fr);
	}

	.actualite-item {
		margin-left: auto;
		margin-right: auto;
		max-width: 570px;
		width: 100%;
	}

	.actualites-bottom__redactor iframe {
		width: 100%!important;
		max-width: 100%;
	}

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

@media (max-width: 900px) {
	.resourse-wrap {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 660px) {
	.actualite-item {
		flex-direction: column;
		height: unset;
		max-width: 320px;
		width: 100%;
	}

	.actualite-item__image {
		height: 320px;
	}

	.actualite-item__content {
		max-width: 100%;
	}

	.actualites-bottom__secont-title {
		font-size: 50px;
		line-height: 50px;
	}
}

@media (max-width: 600px) {
	.resourse-wrap {
		grid-template-columns: repeat(1, 1fr);
	}

	.media-item {
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
	}
}

.simcal-default-calendar-grid>table {
	border: 0.7px solid #808080;
	border-collapse: collapse;
}

.simcal-icon-left, .simcal-icon-right {
	font-size: 27px;
	color: #fff;
	font-weight: 500;
}

.simcal-default-calendar-grid .simcal-calendar-head .simcal-nav {
	padding: 10.5px 0;
}

.simcal-current-month, .simcal-current-year {
	font-size: 27px;
	line-height: 32px;
	color: #fff;
}

.simcal-current-month {
	text-transform: capitalize;
}

.simcal-icon-left:before, .simcal-icon-right:before {
	font-size: 27px!important;
	font-weight: 600!important;
	font-family: 'Oswald', sans-serif!important;
}

.simcal-icon-left:before {
	content: '<'!important;
}

.simcal-icon-right:before {
	content: '>'!important;
}

.simcal-week-day {
	padding: 5px 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Oswald', sans-serif!important;
}

.simcal-default-calendar-grid>table tbody td {
	border: 0.7px solid #808080;
}

.simcal-default-calendar-grid .simcal-day-void {
	border-width: 1px!important;
}

.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-number {
	text-align: right;
	font-size: 13px;
	font-family: 'Oswald', sans-serif;
}

.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-number {
	background: transparent!important;
}

.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-event {
	background: #ccab58!important;
	color: #282823;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-event {
	padding: 14px!important;
}

.simcal-default-calendar-grid .simcal-day-void {
	border-width: 1px!important;
}

.simcal-default-calendar .simcal-tooltip-content {
	color: #000;
	font-size: 16px!important;
}

.archive-title {
	color: #AE4B3E;
	font-size: 38px;
	line-height: 42px;
	margin-bottom: 20px;
	font-weight: 500;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 60px;
	text-transform: uppercase;
}

.archives-newsletter__item {
	margin-bottom: 25px;
	width: 100%;
}

.archives__container {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}



.archives-newsletter__item-title span:first-child {
	font-size: 24px;
	line-height: 28px;
	color: #fff;
}

.archives-newsletter__item-title span:nth-child(2) {
	font-size: 30px;
	line-height: 30px;
	color: #AE4B3E;
}

.archives-newsletter__item-title span:nth-child(2):before {
	content: '+';
}

.archives-newsletter__item-title {
	display: flex;
	justify-content: flex-start;
	gap: 30px;
	align-items: center;
	cursor: pointer;
}

.archives-newsletter__item-childs {
	padding: 20px 0;
	display: none;

}

.archives-newsletter__item-childs a {
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	display: block;
	margin-bottom: 10px;
}

.archives-newsletter__item-childs a:last-child {
	margin-bottom: 0;
}

.archives-newsletter__item.active .archives-newsletter__item-title span:nth-child(2):before {
	content: '-';
}

.presse-section {
	padding-top: 60px;
	padding-bottom: 230px;
	position: relative;
}

.presse-list {
	padding-top: 45px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 35px;
	max-width: 760px;
	width: 100%;
}

.presse-list__item {
	width: 100%;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	padding: 13px 45px 13px 20px;
	position: relative;
}

.presse-list__item span {
	font-size: 20px;
	line-height: 20px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	color: #fff;
}

.presse-list__item  img {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 11px;
	right: 17px;
}

.presse-section .news-bottom-img {
	position: absolute;
	right: 77px;
	bottom: -177px;
	z-index: -1;
	text-align: right;
}


@media (max-width: 600px) {
	.presse-list {
		display: flex;
		flex-direction: column;
	}

	.presse-section .news-bottom-img {
		position: relative;
	 	right: unset;
    bottom: unset;
		margin-top: 50px;
    margin-bottom: -100px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
	}
}

#calendar {
	display: grid;
	grid-template-columns: repeat(7, 1fr); /* 7 столбцов для дней недели */
	gap: 10px;
}

.calendar-event {
	background-color: #f0f0f0;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #ddd;
	text-align: center;
}

.calendar-event strong {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}

.calendar-event span {
	font-size: 12px;
	color: #555;
}

.actualites-bottom__redactor iframe {
	width: 100%!important;
}

/* ICS Calendar styles */

.ics-calendar .fc .fc-col-header-cell {
	background: #282823!important;
	color: #FFFFFF!important;
}

.actualites-bottom__redactor .ics-calendar .fc a.fc-daygrid-day-number {
	color: #fff!important;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start, .fc-direction-rtl .fc-daygrid-event.fc-event-end {
	background: #66BAB2!important;
}

.ics-calendar .fc .fc-daygrid-day.fc-day-today, .ics-calendar .fc .fc-timegrid-col.fc-day-today {
	background: #444444!important;
}

.ics-calendar .fc .fc-daygrid-dot-event:not([href]):focus, .ics-calendar .fc .fc-daygrid-dot-event:not([href]):focus-within, .ics-calendar .fc .fc-daygrid-dot-event:not([href]):hover, .ics-calendar .fc .fc-list-table a:not([href]):focus, .ics-calendar .fc .fc-list-table a:not([href]):focus-within, .ics-calendar .fc .fc-list-table a:not([href]):hover {
	background: #66BAB2!important;
}

.ics-calendar .fc .descloc, .ics-calendar .fc .fc-daygrid-day-bottom, .ics-calendar .fc .fc-view-harness * {
	font-size: 16px!important;
	
}

.fc-h-event .fc-event-time {
	color:#000!important;
}

.fc-sticky {
	color: #282823!important;
}

@media (min-width: 720px) {
	.ics-calendar .fc .descloc {
		padding: 30px!important;
	}

	.ics-calendar .event .descloc * {
		font-size:18px!important;
	}
}


.ics-calendar .fc .fc-event a:not([href]), .ics-calendar .fc .fc-event a:not([href]):focus, .ics-calendar .fc .fc-event a:not([href]):focus-within, .ics-calendar .fc .fc-event a:not([href]):hover, .ics-calendar .fc .fc-event:not([href]), .ics-calendar .fc .fc-event:not([href]):focus, .ics-calendar .fc .fc-event:not([href]):focus-within, .ics-calendar .fc .fc-event:not([href]):hover, .ics-calendar .fc .fc-multimonth-multicol a.fc-more-link{
	padding: 5px 10px;
}

.actualites-bottom__redactor .ics-calendar .fc .fc-button-primary {
	background-color: transparent!important;
	border: 1px solid #fff!important;
	border-radius: 0!important;
	color: #fff!important;
	opacity: 1!important;
	padding: 7px 20px 10px 20px;
}

.ics-calendar .fc .fc-toolbar-ltr .fc-button-group>.fc-button:not(:first-child) {
	border-left: 0!important;
}
.ics-calendar .fc .fc-toolbar-ltr .fc-button-group>.fc-button:not(:last-child) {
	border-right: 0!important;
}

.actualites-bottom__redactor .ics-calendar .fc .fc-button-active, .actualites-bottom__redactor .ics-calendar .fc .fc-button-primary:not(:disabled).fc-button-active, .actualites-bottom__redactor .ics-calendar .fc .fc-button-primary:not(:disabled):active, .actualites-bottom__redactor .ics-calendar .fc .fc-button:focus, .actualites-bottom__redactor .ics-calendar .fc .fc-button:hover {
	background-color: #444444!important;
	border: 1px solid #fff!important;
	border-radius: 0!important;
	color: #fff!important;
	opacity: 1!important;
	outline: none!important;
	opacity: .8!important;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1450px) {
	.posts-wrap .project__img img {
		height: 200px;
	}
}