/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}
:root {
  --main-color: /* #D82727 */ #ce1d1d /* #EA193F */;
  --dark-color: #1A1A1A;
}

* {
  font-family: 'Montserrat', sans-serif;
}

.container {
  margin: 0 auto;
  width: 1460px;
}

.button-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  height: 46px;
  font-weight: 500;
  letter-spacing: 0.25px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
  background-color: #d59a1f;
  color: white;
  border: none;
}

.button-main:hover {
  cursor: pointer;
  color: white;
  text-decoration: none;
}

.title {
  text-align: center;
  font-size: 42px;
  line-height: 50px;
  color: #414042;
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gallery {
  padding-top: 100px;
}

/* ::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
    color: transparent;
    border-radius: 5px;
    height: 200px;
}
::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 5px;
}   */
.hamburger {
  display: none;
  z-index: 5;
}

.hamburger span {
  display: block;
  width: 40px;
  height: 2px;
  background-color: black;
  margin-bottom: 13px;
}

.header {
  min-height: 100px;
  background-color: #030f27;
  /* &__logo {
        width: 200px;
        height: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    } */
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header a {
  font-weight: 300;
  font-size: 19px;
  line-height: 23px;
  color: white;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header a:hover {
  opacity: 1;
  color: white;
  text-decoration: none;
}

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

.header__menu-wrap {
  width: 500px;
}

.header__menu li {
  list-style: none;
}

.header__menu a {
  font-weight: 300;
  font-size: 19px;
  line-height: 23px;
  color: white;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__menu a.active {
  opacity: 1;
}

.header__menu a:hover {
  opacity: 1;
  color: white;
  text-decoration: none;
}

.header-close {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 20px;
  top: 50px;
  display: none;
  z-index: 10;
}

.header-close:before {
  position: absolute;
  top: 0;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header-close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: white;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.course {
  height: auto;
  background-color: #F8F8F8;
  height: 40px;
}

.course .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 40px;
  position: relative;
}

.course__date {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.course__gold {
  font-weight: 600;
}

.course__dollar {
  font-weight: 600;
}

.header-wrap {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.header-wrap.out {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.footer {
  padding-top: 100px;
  background-color: #030f27;
  /* &__logo {
        width: 200px;
        height: 100px;
        padding-bottom: 15px;
        img {
            width: 100%;
            height: 100px;
            object-fit: contain;
        }

    } */
}

.footer__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template: 1fr 1fr / 1fr 1fr 1fr;
  padding-bottom: 50px;
}

.footer__descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

.footer__descr p {
  margin-top: 0;
  margin-left: 30px;
  color: white;
  font-size: 15px;
  opacity: 0.7;
  width: 70%;
}

.footer__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 200px;
  padding: 0;
  margin: 0;
}

.footer__menu ul li {
  list-style: none;
}

.footer__menu ul li.current_page_item a {
  opacity: 1;
}

.footer__menu ul li a {
  font-weight: 300;
  font-size: 19px;
  line-height: 23px;
  color: white;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer__menu ul li a:hover {
  text-decoration: none;
  opacity: 1;
}

.footer__contacts-title {
  font-size: 18px;
  color: white;
  font-weight: 300;
  margin-bottom: 30px;
}

.footer__contacts p {
  color: white;
  font-size: 15px;
  opacity: 0.7;
}

.footer__contacts a {
  display: block;
  color: white;
  font-size: 15px;
  opacity: 0.7;
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer__contacts a:last-child {
  margin-bottom: 0;
}

.footer__contacts a:hover {
  text-decoration: none;
  color: white;
  opacity: 1;
}

.footer__copy {
  height: 40px;
  background-color: #1e2227;
}

.footer__copy .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__copy div {
  color: white;
  font-size: 15px;
  opacity: 0.7;
}

.footer__copy a {
  color: white;
  font-size: 15px;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer__copy a:hover {
  text-decoration: none;
  color: white;
  opacity: 1;
}

.footer__form {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3 / 5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/ 3;
}

.footer form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* grid-template: auto / 60% 40%; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3 / 5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/ 3;
}

.footer form .footer__form-wrap {
  /* display: grid;
                grid-template: 40px 40px/ 1fr 1fr;
                row-gap: 15px; */
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer form .footer__form-wrap p {
  margin-left: 10px;
  margin-top: 5px;
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  opacity: 0.5;
}

.footer form .footer__form-wrap p a {
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  text-decoration: none;
}

.footer form .footer__form-wrap p a:hover {
  text-decoration: underline;
}

.footer form .footer__submit {
  font-weight: 200;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  opacity: 0.5;
  margin-bottom: 15px;
}

.footer form .footer__textarea {
  resize: none;
  width: 100%;
  height: 150px;
  border: none;
  border-radius: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 10px;
  padding-left: 5px;
  font-weight: 300;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0.07em;
  color: black;
}

.footer form .footer__submit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer form .footer__input {
  width: 300px;
  height: 40px;
  border: none;
  border-radius: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 5px;
  font-weight: 300;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0.07em;
  color: black;
}

.footer form .ajax-loader {
  display: none;
}

.footer form .wpcf7-not-valid-tip {
  font-size: 15px;
}

.footer form .wpcf7-response-output {
  position: absolute;
  bottom: -50px;
  left: 0;
  margin: 0;
  width: 100%;
  height: 50px;
  color: white;
  background-color: var(--dark-color);
  border: none;
  font-size: 12px;
  line-height: 110%;
  padding: 0 44px;
}

.video {
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
}

.video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}

.video__text {
  z-index: 2;
  position: absolute;
  top: 50%;
  /* transform: translateY(-50%); */
  left: 10%;
}

.video__title {
  line-height: 50px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 50px;
  color: white;
}

.video__descr {
  line-height: 25px;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 29px;
  color: white;
}

.video__down {
  outline: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  border: none;
  border-radius: 20px 20px 0 0;
  width: 200px;
  height: 80px;
  background-color: white;
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.video__down:focus {
  outline: none;
}

.video__down:hover {
  cursor: pointer;
  bottom: -20px;
}

.video__down::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  background-color: transparent;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
}

.collage {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.collage .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 1fr;
      grid-template: auto / 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.collage__title {
  font-size: 28px;
  line-height: 33px;
  color: #414042;
}

.collage__descr {
  margin-top: 30px;
  font-size: 18px;
  line-height: 28px;
  color: #414042;
  margin-bottom: 50px;
  text-align: justify;
  padding-right: 50px;
}

.collage__photos {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (180px)[3];
  -ms-grid-columns: (1fr)[4];
      grid-template: repeat(3, 180px)/repeat(4, 1fr);
  gap: 5px;
      grid-template-areas: "one one two three"
 "four five five six"
 "seven seven eight six";
}

.collage__photos-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.collage__photos-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.collage #collage-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: one;
}

.collage #collage-2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: two;
}

.collage #collage-3 {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  grid-area: three;
}

.collage #collage-4 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: four;
}

.collage #collage-5 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: five;
}

.collage #collage-6 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 4;
  grid-area: six;
  overflow: hidden;
}

.collage #collage-6 img {
  width: 110%;
}

.collage #collage-7 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: seven;
}

.collage #collage-8 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: eight;
}

.cards {
  background-color: #F8F8F8;
  padding-top: 100px;
  padding-bottom: 100px;
  /* &__square {
        width: 600px;
        height: 600px;
        padding: 40px;
        display: grid;
        background-color: #fff;
        grid-template: 1fr 1fr / 1fr 1fr;
        gap: 40px;
        #cards__square-3 {
            grid-column: 1/3;

        }
        &-block {
            position: relative;
            span {
                width: 100%;
                text-align: center;
                z-index: 2;
                position: absolute;
                bottom: 30px;
                left: 50%;
                transform: translateX(-50%);
                color: #d59a1f;
                transition: 0.3s;
                font-weight: 500;
                font-size: 19px;
                line-height: 23px;
                text-shadow: 1px 0 1px #000, 
0 1px 1px #000, 
-1px 0 1px #000, 
0 -1px 1px #000;
            }
            img {
                transition: 0.3s;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
                filter: grayscale(50%);
            }
        }
    } */
}

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

.cards__rect {
  width: 350px;
  height: 600px;
  position: relative;
  overflow: hidden;
  padding: 25px;
  padding-bottom: 80px;
  background-color: #030f27;
}

.cards__rect:hover {
  cursor: pointer;
}

.cards__rect:hover .cards__rect-descr {
  top: 0;
}

.cards__rect span {
  width: 100%;
  text-align: center;
  z-index: 2;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #d59a1f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 25px;
  /* text-shadow: 1px 0 1px #000, 
                        0 1px 1px #000, 
                        -1px 0 1px #000, 
                        0 -1px 1px #000; */
}

.cards__rect img {
  overflow: hidden;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
}

.cards__rect-img {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.cards__rect-descr {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.values {
  padding-top: 100px;
  padding-bottom: 100px;
}

.values__wrap {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: (1fr)[5];
      grid-template: 1fr/repeat(5, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.values__img {
  margin: 0 auto;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}

.values__img img {
  height: 100%;
}

.values__value:hover span::after {
  bottom: -15px;
}

.values__value span {
  margin-top: 20px;
  font-weight: 400;
  font-size: 19px;
  line-height: 23px;
  position: relative;
}

.values__value span::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: #d59a1f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

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

.news__block {
  width: 400px;
  height: 400px;
  padding: 15px;
  background-color: #F8F8F8;
}

.news__block-title {
  display: block;
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 30px;
}

.news__block-more {
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #d59a1f;
  border-bottom: 1px solid #d59a1f;
}

.news__block-more:hover {
  text-decoration: none;
  color: #d59a1f;
}

.news__block-img {
  display: block;
  width: 100%;
  height: 250px;
  margin-bottom: 30px;
}

.news__block-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news .button-main {
  margin: 0 auto;
  margin-top: 50px;
}

.text {
  padding-top: 100px;
}

.text p {
  font-size: 18px;
  line-height: 28px;
  color: #414042;
  margin-bottom: 50px;
  text-align: justify;
}

.ecology-cards {
  padding-top: 100px;
  background-color: #F8F8F8;
  padding-bottom: 100px;
}

.ecology-cards__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 250px;
  -ms-grid-columns: (300px)[4];
      grid-template: 250px/repeat(4, 300px);
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-column-gap: auto;
          column-gap: auto;
}

.ecology-cards__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ecology-cards__card:hover::after {
  opacity: 0;
}

.ecology-cards__card img {
  width: 70px;
  height: 70px;
  position: relative;
  z-index: 3;
}

.ecology-cards__card div {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  position: relative;
  z-index: 3;
  color: white;
}

.ecology-cards__card::after {
  content: '';
  background-color: #030f27;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ecology-cards__card::before {
  content: '';
  background: url("../img/minerals.jpg") center center/cover no-repeat;
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.activities {
  padding-top: 100px;
  background-color: #F8F8F8;
  padding-bottom: 100px;
}

.activities__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 200px;
  -ms-grid-columns: (200px)[4];
      grid-template: 200px/repeat(4, 200px);
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-column-gap: auto;
          column-gap: auto;
}

.activities .title {
  margin-bottom: 30px;
}

.activities__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.activities__item img {
  width: 70px;
  height: 70px;
}

.activities__item div {
  text-align: center;
}

.map {
  padding-top: 100px;
  padding-bottom: 100px;
}

.map iframe {
  width: 100%;
}

.cont-popup {
  display: none;
  z-index: 110;
  position: relative;
}

.cont-popup button {
  margin-top: 40px;
}

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

.cont-popup__close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 24px;
  top: 30px;
  z-index: 110;
}

.cont-popup__close:hover {
  cursor: pointer;
}

.cont-popup__close:before {
  position: absolute;
  top: 0;
  left: 15px;
  content: ' ';
  height: 25px;
  width: 1px;
  background-color: white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cont-popup__close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 25px;
  width: 1px;
  background-color: white;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cont-popup__overlay {
  /* backdrop-filter: blur(1px); */
  z-index: 110;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(29, 29, 37, 0.3);
  transition: 1s -webkit-filter;
}

.cont-popup__block {
  z-index: 111;
  width: 400px;
  height: 500px;
  background: #030f27;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cont-popup form {
  position: relative;
  width: 100%;
  height: 100%;
  background: #030f27;
  padding: 36px 44px;
}

.cont-popup form p {
  margin: 0;
  color: white;
  opacity: 0.7;
  font-size: 15px;
  margin-bottom: 20px;
}

.cont-popup form .cont-popup__form-title {
  font-weight: 300;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.06em;
  color: #FFFFFF;
}

.cont-popup form .cont-popup__form-btn {
  font-weight: 200;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  opacity: 0.5;
  margin-bottom: 15px;
}

.cont-popup form .cont-popup__form-descr {
  font-weight: 200;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  opacity: 0.5;
  margin-bottom: 15px;
}

.cont-popup form .cont-popup__form-input {
  width: 100%;
  background: #030f27;
  height: 28px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 0;
  font-weight: 300;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0.07em;
  color: #FFFFFF;
  margin-bottom: 25px;
}

.cont-popup form .cont-popup__form-polytics {
  margin-top: 5px;
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  opacity: 0.5;
}

.cont-popup form .cont-popup__form-polytics a {
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  text-decoration: none;
}

.cont-popup form .cont-popup__form-polytics a:hover {
  text-decoration: underline;
}

.cont-popup form .ajax-loader {
  display: none;
}

.cont-popup form .wpcf7-not-valid-tip {
  font-size: 15px;
}

.cont-popup form .wpcf7-response-output {
  position: absolute;
  bottom: -50px;
  left: 0;
  margin: 0;
  width: 100%;
  height: 50px;
  color: white;
  background-color: #030f27;
  border: none;
  font-size: 12px;
  line-height: 110%;
  padding: 0 44px;
}

.contacts .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 500px;
  -ms-grid-columns: 40% 60%;
      grid-template: 500px / 40% 60%;
}

.contacts__text {
  padding-top: 100px;
}

.contacts__text p {
  margin-top: 30px;
  font-size: 18px;
  line-height: 28px;
  color: #414042;
  text-align: justify;
  padding-right: 50px;
}

.contacts__text a {
  display: block;
  color: #414042;
  font-size: 15px;
  opacity: 0.7;
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contacts__text a:hover {
  text-decoration: none;
  color: #414042;
  opacity: 1;
}

.gallery__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 500px;
  -ms-grid-columns: 40% 60%;
      grid-template: 500px / 40% 60%;
}

.gallery__wrap-video {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gallery__wrap video {
  width: 100%;
}

.gallery #myVideo1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
}

@media (max-width: 1460px) {
  .container {
    width: 1200px;
  }
  .ecology-cards__wrapper {
    -ms-grid-rows: 250px;
    -ms-grid-columns: (250px)[4];
        grid-template: 250px/repeat(4, 250px);
  }
  .gallery__wrap {
    -ms-grid-rows: 500px;
    -ms-grid-columns: 40% 60%;
        grid-template: 500px / 40% 60%;
  }
  .gallery__wrap-video {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}

@media (max-width: 1200px) {
  .container {
    width: 990px;
  }
  .header .container {
    position: relative;
  }
  .header__email {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .video {
    /* &__down {
            bottom: 20px;
        } */
  }
  .video video {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .cards__rect {
    width: 300px;
    height: 500px;
  }
  .cards__rect-img {
    height: 260px;
  }
  .cards__rect-descr {
    font-size: 14px;
  }
  .cards__rect span {
    font-size: 20px;
  }
  .ecology-cards__wrapper {
    -ms-grid-rows: 220px;
    -ms-grid-columns: (220px)[4];
        grid-template: 220px/repeat(4, 220px);
  }
}

@media (max-width: 992px) {
  .container {
    width: 765px;
  }
  .header {
    min-height: 160px;
  }
  .header .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header__email {
    position: initial;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .activities__wrapper {
    -ms-grid-rows: 200px 200px;
    -ms-grid-columns: (200px)[2];
        grid-template: 200px 200px/repeat(2, 200px);
  }
  .ecology-cards__wrapper {
    -ms-grid-rows: 300px 300px;
    -ms-grid-columns: (300px)[2];
        grid-template: 300px 300px/repeat(2, 300px);
    row-gap: 30px;
  }
  .footer form .footer__input {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .container {
    width: 565px;
  }
  .course {
    position: fixed;
    width: 100%;
  }
  .header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  .header__menu {
    width: 100%;
  }
  .header__menu-wrap {
    width: 100%;
  }
  .hamburger {
    display: block;
    position: fixed;
    right: 50px;
    top: 65px;
  }
  .header {
    right: -100%;
    z-index: 12;
    width: 70% !important;
    min-height: 100vh;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(3, 15, 39, 0.6);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header-close {
    display: block;
  }
  .header.active {
    right: 0;
  }
  .header a::after {
    display: none;
  }
  .header .container {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 200px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .collage .container {
    -ms-grid-rows: auto auto;
    -ms-grid-columns: auto;
        grid-template: auto auto/ auto;
  }
  .collage__text {
    padding-bottom: 50px;
  }
  .collage__descr {
    padding-right: 0;
  }
  .cards .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cards__rect {
    width: 100%;
    margin-bottom: 30px;
    height: 370px;
  }
  /* .footer {
        &__wrap {
            display: flex;
            
            flex-direction: column;
        }
        &__menu {
            padding-top: 30px;
            padding-bottom: 30px;
            ul {
                height: auto;
                padding: 0;
                width: 100%;
                flex-direction: row;
                justify-content: space-between;
            }
        }
    } */
  .ecology-cards__wrapper {
    -ms-grid-rows: 250px 250px;
    -ms-grid-columns: (250px)[2];
        grid-template: 250px 250px/repeat(2, 250px);
    row-gap: 30px;
  }
  /* .footer {
        &__wrap {
            grid-template: 150px 1fr 350px / auto auto;
        }
        &__descr {
            grid-column: 1/ 3;
        }
        form {
            padding-top: 50px;
            grid-column: 1/ 3;
            grid-row: 3 / 4 ;
            .footer__input {
                width: 100%;
            }
        }
    } */
  .footer__wrap {
    -ms-grid-rows: 150px auto 1fr 350px;
    -ms-grid-columns: 1fr;
        grid-template: 150px auto 1fr 350px / 1fr;
  }
  .footer__form {
    margin-top: 50px;
    margin-bottom: 50px;
    grid-column: auto;
    grid-row: auto;
  }
  .footer__descr {
    grid-column: auto;
  }
  .footer__menu {
    height: auto;
    margin-bottom: 50px;
  }
  .footer__menu ul {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer__menu ul li {
    margin-bottom: 10px;
  }
  .gallery__wrap {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr;
        grid-template: auto / 1fr;
    gap: 20px;
    padding-bottom: 30px;
  }
  .gallery__wrap-video {
    padding: 0;
  }
}

@media (max-width: 576px) {
  .container {
    width: 420px;
  }
  .course {
    height: 60px;
  }
  .course .container {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    padding-top: 5px;
    height: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .course__date {
    top: 70%;
  }
  .values__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .values__value {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 50px;
  }
  .ecology-cards__wrapper {
    -ms-grid-rows: 250px;
    -ms-grid-columns: auto;
        grid-template: 250px  / auto;
    grid-auto-rows: 250px;
    row-gap: 30px;
  }
}

@media (max-width: 425px) {
  .container {
    width: 310px;
  }
  .activities__wrapper {
    -ms-grid-rows: (200px)[4];
    -ms-grid-columns: 200px;
        grid-template: repeat(4, 200px)/200px;
  }
  .video__text {
    left: 4%;
  }
  .video__title {
    font-size: 36px;
  }
  .collage__photos {
    -ms-grid-rows: (180px)[4];
    -ms-grid-columns: (auto)[3];
        grid-template: repeat(4, 180px)/repeat(3, auto);
        grid-template-areas: "one one two"
 "four five five"
 "seven seven three" 
 "eight six six";
  }
  #collage-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: one;
  }
  #collage-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: two;
  }
  #collage-3 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: three;
  }
  #collage-4 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: four;
  }
  #collage-5 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: five;
  }
  #collage-6 {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: six;
  }
  #collage-7 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: seven;
  }
  #collage-8 {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    grid-area: eight;
  }
  .course {
    height: 80px;
  }
  .course__date {
    width: 100%;
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    top: 70%;
  }
  .hamburger {
    top: 25px;
    z-index: 11;
  }
  .header {
    width: 90% !important;
    z-index: 12;
  }
  /* .footer {
        &__menu {
            ul {
                flex-wrap: wrap;
                justify-content: space-evenly;
                li {
                    margin-bottom: 10px;
                }
            }
        }
    }*/
  .footer__wrap {
    -ms-grid-rows: 280px auto 1fr 350px;
    -ms-grid-columns: 1fr;
        grid-template: 280px auto 1fr 350px / 1fr;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer form {
    height: 400px;
  }
}

.wpgmza_map, #wpgmza_map {
    float: none !important;
}
/*# sourceMappingURL=style.css.map */