/*
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@font-face {
  font-family: GothamPro;
  src: url(../fonts/GothaProReg.woff) format("woff");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: GothamProMedium;
  src: url(../fonts/GothaProMed.woff) format("woff");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: Iskra;
  src: url(../fonts/IskraCYR-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal
}
@font-face {
  font-family: IskraLight;
  src: url(../fonts/IskraCYR-Light.woff) format("woff");
  font-weight: 400;
  font-style: normal
}
/*! normalize*/
html {
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box
}
*,
::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit
}
main {
  display: block
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible
}
pre {
  font-family: monospace,monospace;
  font-size: 1em
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted
}
b,
strong {
  font-weight: bolder
}
img {
  border-style: none;
  max-width: 100%
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button,
input {
  overflow: visible
}
button,
select {
  text-transform: none
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
details {
  display: block
}
summary {
  display: list-item
}
template {
  display: none
}
[hidden] {
  display: none
}
ul {
  margin: 0;
  padding: 0;
  list-style: none
}
body {
  min-width: 320px;
  background-color: #242429;
  font-family: GothamPro,sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  color: #d4d4d4;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%
}
.wrapper {
  position: relative;
  width: 100%;
  height: 100%
}
.wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bacground.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  z-index: -1
}
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 10px
}
.header {
  padding: 5px 0 17px 0;
  position: relative;
  background: -webkit-gradient(linear,left top, left bottom,color-stop(0, #1c2127),to(#0e0e1a));
  background: -o-linear-gradient(top,#1c2127 0,#0e0e1a 100%);
  background: linear-gradient(to bottom,#1c2127 0,#0e0e1a 100%)
}
.header:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  height: 3px;
  background: #182f3f
}
.logo {
  line-height: 0;
  width: 120px;
  height: 75px;
  position: relative;
  margin: 0;
  background: url(../img/logo-shadow.png)
}
.logo:before {
  content: "";
  display: block;
  width: 117px;
  height: 81px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/logo.svg);
  background-repeat: no-repeat;
  background-size: 100%
}
.logo a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 117px;
  height: 81px
}
.header-wrapper {
  position: relative;
  max-width: 955px;
  padding: 0 10px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  text-transform: uppercase
}
.header__list li:not(:last-child) {
  margin-right: 50px
}
.header__list li a {
  position: relative;
  display: block;
  padding: 33px 0 27px 0;
  -webkit-transition: color.2s ease;
  -o-transition: color.2s ease;
  transition: color.2s ease
}
.header__list li a:hover {
  color: #0296c5;
  -webkit-transition: color.2s ease;
  -o-transition: color.2s ease;
  transition: color.2s ease
}
.header__list li a::after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: -10px;
  left: 0;
  top: 0;
  border-bottom: 3px solid #0296c5;
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease
}
.header__list li a:hover::after {
  opacity: 1;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease
}
.header__btn {
  position: absolute;
  padding: 12px;
  background: -webkit-gradient(linear,left top, left bottom,color-stop(0, #335166),to(#1f2b39));
  background: -o-linear-gradient(top,#335166 0,#1f2b39 100%);
  background: linear-gradient(to bottom,#335166 0,#1f2b39 100%);
  min-width: 167px;
  height: 41px;
  color: #fff;
  border-radius: 10px;
  right: -146px;
  top: 23px;
  text-align: right;
  font-family: GothamProMedium
}
.header__btn:hover {
  background: -webkit-gradient(linear,left top, left bottom,color-stop(0, #50829b),to(#2b415e));
  background: -o-linear-gradient(top,#50829b 0,#2b415e 100%);
  background: linear-gradient(to bottom,#50829b 0,#2b415e 100%)
}
.flag {
  position: absolute;
  background-image: url(../img/flag.png);
  background-size: cover;
  width: 30px;
  height: 30px;
  top: 4px;
  display: block
}
.main-section {
  padding: 190px 0 25px 0
}
.main-section__container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center
}
.main-section__title {
  position: relative;
  font-family: GothamProMedium;
  font-size: 36px;
  letter-spacing: 0;
  margin: 0;
  font-weight: 300
}
.main-section__title::before {
  position: absolute;
  content: "";
  background-image: url(../img/flag.png);
  background-size: cover;
  width: 130px;
  height: 130px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -147px
}
.main-section__title::after {
  position: absolute;
  content: "";
  border-bottom: 3px solid #0296c5;
  width: 100%;
  bottom: -12px;
  left: 0
}
.main-section__desc {
  text-align: center;
  max-width: 570px;
  font-size: 18px;
  font-weight: 100;
  margin: 60px 0 24px
}
.main-section__btn {
  position: relative;
  font-family: Iskra,sans-serif;
  padding: 6px;
  min-width: 305px;
  height: 50px;
  background: -webkit-gradient(linear,left top, left bottom,color-stop(0, #00bff3),to(#0091ba));
  background: -o-linear-gradient(top,#00bff3 0,#0091ba 100%);
  background: linear-gradient(to bottom,#00bff3 0,#0091ba 100%);
  -webkit-box-shadow: 0 2px 0 #005a72;
          box-shadow: 0 2px 0 #005a72;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  border-radius: 24px;
  margin: 0
}
.main-section__btn:hover {
  -webkit-box-shadow: 0 -2px 0 #005a72;
          box-shadow: 0 -2px 0 #005a72;
  top: 2px
}
.main-section__footnote {
  font-size: 12px;
  margin: 10px 0 0 0
}
.about-section {
  padding: 25px 10px 0 10px
}
.about-section__container {
  background-color: #fff;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 20px 50px 50px
}
.about__title {
  font-family: Iskra,sans-serif;
  font-size: 42px;
  color: #2f364a;
  text-align: center;
  margin: 0 0 36px 0
}
.about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: Iskra,sans-serif
}
.about__items {
  position: relative;
  background-repeat: no-repeat;
  background-size: 106px 106px;
  background-position: top;
  padding: 106px 0 0 0;
  max-width: 330px;
  height: 100%;
  text-align: center
}
.first-items {
  background-image: url(../img/1iconpng.png)
}
.second-items {
  background-image: url(../img/2icon.png)
}
.third-items {
  background-image: url(../img/3icon.png)
}
.fourth-items {
  background-image: url(../img/4icon.png);
  margin: 48px 0 0 177px;
  background-size: 128px 128px;
  padding: 92px 0 0 0
}
.fifth-items {
  background-image: url(../img/5icon.png);
  margin: 35px 175px 0 0
}
.about__heading {
  color: #1396c3;
  font-size: 24px;
  margin: 3px 0 8px 0
}
.about__footnote {
  color: #2f364a;
  margin: -9px 0 0 0;
  line-height: 27px;
  font-size: 24px
}
.about__video {
  max-width: 920px;
  width: 100%;
  min-height: 450px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}
.photo {
  position: relative;
  padding: 50px 0 80px;
  background-color: #2a304f
}
.swiper-container {
  max-width: 950px
}
.photo__img {
  min-height: 175px;
  max-width: 300px;
  width: 100%;
  border: 3px solid #dbdedf;
  -o-object-fit: cover;
     object-fit: cover
}
.footer {
  padding: 42px 0 25px;
  position: relative;
  z-index: 1
}
.footer::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0e0e1a;
  opacity: .3;
  top: 0;
  left: 0;
  z-index: -1
}
.footer-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between
}
.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
  margin-top: -23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}
.footer-social-title {
  color: rgba(255,255,255,.5);
  font-size: 14px;
  margin: -6px 0 0 0
}
.footer-social-link {
  position: relative;
  min-height: 16px
}
.footer-social-link:before,
.mobile-social-link::before {
  content: "";
  display: block;
  background-size: 100%
}
.footer-social-link:after,
.mobile-social-link::after {
  content: "";
  display: block;
  opacity: 0;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0
}
.footer-social-link-vk {
  margin: 2px 0 0 18px
}
.footer-social-link-vk:before,
.mobile-social-link-vk::before {
  width: 18px;
  height: 10px;
  background: url(../img/footer-social-vk.svg)
}
.footer-social-link-vk:after {
  width: 18px;
  height: 10px;
  background: url(../img/footer-social-vk-hover.svg)
}
.footer-social-link-fb {
  margin: 0 0 0 21px
}
.footer-social-link-fb:before,
.mobile-social-link-fb::before {
  width: 8px;
  height: 15px;
  background: url(../img/footer-social-fb.svg)
}
.footer-social-link-fb:after {
  width: 8px;
  height: 15px;
  background: url(../img/footer-social-fb-hover.svg)
}
.footer-social-link-ig {
  margin: 0 0 0 21px
}
.footer-social-link-ig:before,
.mobile-social-link-ig::before {
  width: 15px;
  height: 15px;
  background: url(../img/footer-social-ig.svg)
}
.footer-social-link-ig:after {
  width: 15px;
  height: 15px;
  background: url(../img/footer-social-ig-hover.svg)
}
.mobile-social-link-vk::before {
  margin-top: 16px
}
.mobile-social-link-fb::before,
.mobile-social-link-ig::before,
.mobile-social-link-vk::before {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat
}
.footer-social-link:hover:before {
  opacity: 0
}
.footer-social-link:hover:after {
  opacity: 1
}
.copyrights {
  color: rgba(255,255,255,.5);
  font-size: 14px;
  line-height: 17px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43%;
          flex: 0 0 43%
}
.copyrights a {
  text-decoration: underline
}
.welcome {
  text-align: center;
  color: #fff;
  font-size: 14px
}
.welcome a {
  color: #fff;
  display: inline-block;
  position: relative;
  font: bold 24px/30px Iskra,sans-serif;
  border-radius: 18px;
  width: 115px;
  padding: 0 0 5px 0;
  margin: 2px 0 0 20px;
  background: #00bff3;
  background: -webkit-gradient(linear,left top, left bottom,color-stop(0, #00bff3),to(#0091ba));
  background: -o-linear-gradient(top,#00bff3 0,#0091ba 100%);
  background: linear-gradient(to bottom,#00bff3 0,#0091ba 100%);
  text-decoration: none;
  -webkit-box-shadow: 0 2px 0 #005a72;
          box-shadow: 0 2px 0 #005a72
}
.welcome a:hover {
  -webkit-box-shadow: 0 -2px 0 #005a72;
          box-shadow: 0 -2px 0 #005a72;
  top: 2px
}
.mobile-menu {
  visibility: hidden;
  position: fixed;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: -1;
  left: 0;
  top: 120px;
  right: 0;
  bottom: 0;
  overflow: auto;
  background-size: cover
}
.menu-open .mobile-menu {
  z-index: 1;
  visibility: visible
}
.menu-open footer,
.menu-open main {
  display: none
}
.mobile-menu-link {
  display: none
}
.mobile-menu-link.close {
  position: relative
}
.mobile-menu-link.close::after {
  position: absolute;
  display: block;
  top: -18px;
  left: 0;
  content: "";
  width: 100%;
  height: 40px;
  bottom: 0;
  right: 0
}
.mobile-menu-link span {
  display: block;
  height: 3px;
  width: 40px;
  background-color: #fff;
  -webkit-transition: cubic-bezier(.26,.1,.27,1.55) .3s;
  -o-transition: cubic-bezier(.26,.1,.27,1.55) .3s;
  transition: cubic-bezier(.26,.1,.27,1.55) .3s
}
.mobile-menu-link span:nth-child(2) {
  margin: 7px 0
}
.mobile-menu-link.close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg)
}
.mobile-menu-link.close span:nth-child(2),
.mobile-menu-link.close span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: -3px 0
}
.mobile-menu ul {
  font-size: 24px
}
.mobile-menu ul li {
  margin: 24px 0
}
.mobile-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 40px
}
.mobile-copyrights {
  margin-bottom: 40px;
  font-size: 2.5vw
}
.mobile-copyrights a {
  text-decoration: underline
}
.mobile-welcome {
  font-size: 4vw;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  background-color: #069ac8
}
@media (max-width:1270px) {
  .header-wrapper {
    max-width: 600px
  }
}
@media (max-width:1150px) {
  .fourth-items {
    margin: 0
  }
  .fifth-items {
    margin: 0 auto
  }
  .about__items {
    margin-top: 40px;
    max-width: calc(100% / 2.5)
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none!important
  }
}
@media (max-width:920px) {
  .wrapper::after {
    background-size: 100% 30%
  }
  .header-wrapper {
    margin: 0
  }
  .footer {
    display: none
  }
}
@media (max-width:768px) {
  .header {
    padding: 10px 0
  }
  .header-wrapper {
    margin: 0 auto
  }
  /*.main-section__btn,
  .main-section__footnote,*/
  .nav {
    display: none
  }
  .logo {
    margin: auto;
    min-height: 100px
  }
  .mobile-menu-link {
    display: block;
    margin-top: -20px
  }
  .main-section__title {
    font-size: 7vw
  }
  .main-section__desc {
    font-size: 4vw
  }
  .main-section__title::before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%
  }
  .about-section__container {
    padding-left: 10px;
    padding-right: 10px
  }
  .about__title {
    font-size: 6.8vw
  }
  .about__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
  }
  .about__items {
    max-width: calc(100% / 1.1);
    background-size: 20%;
    padding-top: 18%;
    margin-top: 50px
  }
  .first-items {
    margin-top: 0;
    padding-top: 20%
  }
  .third-items {
    padding-top: 15%
  }
  .fourth-items {
    background-size: 26%;
    padding-top: 13%
  }
  .fifth-items {
    padding-top: 18%
  }
  .about__footnote,
  .about__heading {
    font-size: 4.5vw;
    line-height: 6vw
  }
  .about__video {
    min-height: 260px
  }
  .swiper-container {
    padding: 0 10px!important
  }
  .photo__img {
    max-width: 100%
  }
  .swiper-pagination {
    left: 50%!important;
    -webkit-transform: translateX(-50%)!important;
        -ms-transform: translateX(-50%)!important;
            transform: translateX(-50%)!important
  }
  .swiper-pagination-bullet {
    margin-bottom: 10px!important
  }
}



.cookies {
  background-color: #1e2429;
  border-top: 3px solid #162f40;
  padding-top: 45px;
  padding-bottom: 50px;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 9999;
  visibility: hidden;
}

.cookies-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 970px;
  margin: auto;
  padding: 0 15px;
}

@media (max-width: 640px) {
  .cookies-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }
}

.cookies-btn {
  border: none;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  position: relative;
  font: bold 24px/30px Iskra, sans-serif;
  border-radius: 18px;
  min-width: 115px;
  padding: 0 0 5px 0;
  background: #00bff3;
  background: -webkit-gradient(linear, left top, left bottom, from(#00bff3), to(#0091ba));
  background: linear-gradient(to bottom, #00bff3 0%, #0091ba 100%);
  text-decoration: none;
  -webkit-box-shadow: 0 2px 0 #005a72;
          box-shadow: 0 2px 0 #005a72;
}

.cookies-btn:hover {
  -webkit-box-shadow: 0 -2px 0 #005a72;
          box-shadow: 0 -2px 0 #005a72;
  top: 2px;
}

.cookies-info {
  font-family: GothamPro;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #ffffff;
}

@media (max-width: 640px) {
  .cookies-info {
      text-align: center;
      padding-bottom: 40px;
  }
}

.cookies-info a {
  color: #0296c5;
  text-decoration: underline;
}