/*fonts*/
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/*-fonts*/
/*options*/
*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.active {
  overflow: hidden;
}

body {
  font-family: 'OpenSans', sans-serif;
  font-weight: 400;
  line-height: normal;
  background: #007DD7;
  color: #FFFFFF;
  margin: 0;
}

body::-webkit-scrollbar {
  width: 7px;
}

body::-webkit-scrollbar-thumb {
  background: #FECB01;
}

body::-webkit-scrollbar-track {
  background: #007DD7;
}

p {
  width: 100%;
  margin: 0px;
}

h1, h2, h3, h4, h5 {
  width: 100%;
  margin: 0px;
}

img {
  max-width: 100%;
}

ul, ol {
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 0;
}

li {
  list-style-type: none;
}

a {
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: none;
}

select {
  opacity: 1;
  border-radius: 0;
  font-family: 'OpenSans', sans-serif;
}

select:hover, select:focus {
  outline: none;
  text-decoration: none;
}

textarea {
  font-family: 'OpenSans', sans-serif;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  resize: none;
  border-radius: 0;
}

textarea::-webkit-input-placeholder {
  color: #98A1CC;
}

textarea::-moz-placeholder {
  color: #98A1CC;
}

textarea:-ms-input-placeholder {
  color: #98A1CC;
}

textarea:-moz-placeholder {
  color: #98A1CC;
}

textarea:hover, textarea:focus {
  outline: none;
  text-decoration: none;
}

input {
  font-family: 'OpenSans', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  border-radius: 0;
}

input::-webkit-input-placeholder {
  color: #98A1CC;
}

input::-moz-placeholder {
  color: #98A1CC;
}

input:-ms-input-placeholder {
  color: #98A1CC;
}

input:-moz-placeholder {
  color: #98A1CC;
}

input:hover, input:focus {
  outline: none;
  text-decoration: none;
}

button {
  font-family: 'OpenSans', sans-serif;
  cursor: pointer;
  border: none;
  background: none;
}

button:hover, button:focus {
  outline: none;
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

html,
body {
  height: 100%;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  padding-top: 130px;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

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

.section-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.section-title {
  position: relative;
  z-index: 1;
  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: 56px;
}

.section-title h1 {
  width: auto;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  text-transform: uppercase;
}

.section-title h2 {
  width: auto;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  text-transform: uppercase;
}

.section-title h3 {
  width: auto;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  text-transform: uppercase;
}

.section-title span {
  position: absolute;
  z-index: -1;
  left: -5px;
  top: 0;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 77px;
  line-height: 56px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
}

.section-title a {
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 0.1em;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 260px;
  height: 40px;
  font-weight: 700;
  font-size: 14px;
  color: #007DD7;
  background: #FFFFFF;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.button svg {
  margin-right: 10px;
}

@media (max-width: 1200px) {
  .wrapper {
    padding-top: 115px;
  }
  .container {
    max-width: 740px;
  }
  .section-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .wrapper {
    padding-top: 83px;
  }
  .container {
    padding: 0px 10px;
  }
  .section-title {
    height: 50px;
  }
  .section-title h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-title h1:after {
    content: '';
    width: 18px;
    height: 4px;
    background: #FECB01;
    margin-left: 7px;
  }
  .section-title h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-title h2:after {
    content: '';
    width: 18px;
    height: 4px;
    background: #FECB01;
    margin-left: 7px;
  }
  .section-title h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-title h3:after {
    content: '';
    width: 18px;
    height: 4px;
    background: #FECB01;
    margin-left: 7px;
  }
  .section-title span {
    display: none;
  }
  .section-title.two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 80px;
  }
  .section-title.two .button {
    width: 100%;
    margin-top: 10px;
  }
}

/*-options*/
/*header*/
.header {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
}

.header:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 38px;
  background: #FECB01;
}

.header:after {
  content: '';
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #007DD7;
}

.header-top {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 38px;
  font-size: 14px;
  font-weight: 700;
  color: #22222A;
  text-align: center;
  text-transform: uppercase;
}

.header-wrap {
  position: relative;
  z-index: 1;
}

.header-wrap:after {
  content: '';
  position: absolute;
  z-index: 2;
  left: -1740px;
  top: 0;
  width: 2000px;
  height: 130px;
  background: #22222A;
  -webkit-clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
}

.header-wrap:before {
  content: '';
  position: absolute;
  z-index: 2;
  right: -1740px;
  top: 0;
  width: 2000px;
  height: 38px;
  background: #22222A;
  -webkit-clip-path: polygon(1% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(1% 0, 100% 0, 100% 100%, 0% 100%);
}

.header-logo {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-logo img {
  margin-right: 15px;
}

.header-logo span {
  display: block;
  width: 130px;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header-login {
  position: absolute;
  z-index: 3;
  right: 150px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 38px;
  font-size: 12px;
  color: #FFFFFF;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header-login:before {
  content: '';
  width: 14px;
  height: 14px;
  background: url("../img/icons/2.svg") center no-repeat;
  background-size: contain;
  margin-right: 15px;
}

.header-logout {
  position: absolute;
  z-index: 3;
  right: 150px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 38px;
  font-size: 12px;
  color: #FFFFFF;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header-logout:before {
  content: '';
  width: 14px;
  height: 14px;
  background: url("../img/icons/2.svg") center no-repeat;
  background-size: contain;
  margin-right: 15px;
}

.header-lang {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  height: 38px;
}

.header-lang span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 38px;
  width: 38px;
  font-size: 14px;
  color: #FFFFFF;
  text-transform: uppercase;
  cursor: pointer;
}

.header-lang span:after {
  content: '';
  width: 7px;
  height: 4px;
  background: url("../img/icons/1.svg") center no-repeat;
  background-size: contain;
  margin-left: 5px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header-lang ul {
  position: absolute;
  left: 0;
  display: none;
  top: 100%;
  width: 100%;
  border-top: 1px solid #FECB01;
  background: #22222A;
}

.header-lang li {
  width: 100%;
}

.header-lang a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 30px;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header-lang ul.active {
  display: block;
}

.header-single .header-menu:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3000px;
  height: 1px;
  background: #FFFFFF;
}

.header-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 92px;
}

.header-menu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 30px;
}

.header-menu > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 15px;
  font-weight: 700;
  color: #FFFFFF;
}

.header-menu > li > a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: #FECB01;
  -webkit-clip-path: polygon(2% 0, 100% 0, 98% 100%, 0% 100%);
          clip-path: polygon(2% 0, 100% 0, 98% 100%, 0% 100%);
  opacity: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.header-menu > li > a > img {
  display: none;
}

.header-menu > li.active > a:before {
  opacity: 1;
}

.header-menu_point > a:after {
  content: '';
  width: 10px;
  height: 10px;
  background: url("../img/icons/4.svg") center no-repeat;
  background-size: contain;
  margin-left: 5px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.header-menu_sublist {
  position: absolute;
  right: 0;
  top: 99%;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 200px);
  background: #007DD7;
  padding: 15px 330px 15px 25px;
  border-top: 1px solid #FFFFFF;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

.header-menu_sublist:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 330px;
  height: 100%;
  background: url("../img/bgr/4.png") center no-repeat;
  background-size: cover;
}

.header-menu_sublist li {
  /*width: 25%;*/
  width: 20%;
}

.header-menu_sublist a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #FFFCFC;
  border: 1px solid transparent;
  padding: 10px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.header-menu_sublist img {
  margin-right: 10px;
  width: 40px;
}

.header-menu_sublist.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-burger {
  display: none;
}

@media (max-width: 1200px) {
  .header {
    padding-bottom: 5px;
  }
  .header:before {
    height: 30px;
  }
  .header:after {
    background: #22222A;
  }
  .header .container {
    max-width: 100%;
  }
  .header-bgr {
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 42, 0.6);
  }
  .header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-wrap:after {
    display: none;
  }
  .header-wrap:before {
    display: none;
  }
  .header-logo {
    position: static;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
  .header-burger {
    position: relative;
    z-index: 11;
    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;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 38px;
    height: 24px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .header-burger span {
    display: block;
    height: 4px;
    width: 100%;
    background: #FFFFFF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .header-burger span:nth-child(3) {
    width: 50%;
  }
  .header-burger.active span:nth-child(1) {
    -webkit-transform: translate(0px, 10px) rotate(-45deg);
        -ms-transform: translate(0px, 10px) rotate(-45deg);
            transform: translate(0px, 10px) rotate(-45deg);
  }
  .header-burger.active span:nth-child(2) {
    opacity: 0;
  }
  .header-burger.active span:nth-child(3) {
    -webkit-transform: translate(0px, -10px) rotate(45deg);
        -ms-transform: translate(0px, -10px) rotate(45deg);
            transform: translate(0px, -10px) rotate(45deg);
    width: 100%;
  }
  .header-top {
    width: 100%;
    height: 30px;
    margin-bottom: 5px;
  }
  .header-nav {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 350px;
    height: calc(100% - 116px);
    background: #007DD7;
    overflow: auto;
    padding: 10px;
  }
  .header-user {
    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;
    padding: 0px 20px;
    border: 1px solid #FFFFFF;
    border-bottom: none;
  }
  .header-login {
    position: static;
    height: 55px;
    font-size: 14px;
    padding: 0px;
  }
  .header-login:before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .header-lang {
    position: relative;
    height: 55px;
  }
  .header-lang span {
    width: 45px;
    height: 55px;
  }
  .header-lang span.active:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header-lang ul {
    border-top: 1px solid #FFFFFF;
  }
  .header-single .header-menu:after {
    display: none;
  }
  .header-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    width: 100%;
    border: 1px solid #FFFFFF;
  }
  .header-menu > li {
    display: block;
    width: 100%;
    padding-left: 0px;
    border-bottom: 1px solid #FFFFFF;
  }
  .header-menu > li:last-child {
    border-bottom: none;
  }
  .header-menu > li > a {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 55px;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.1em;
    padding: 0px 20px 0px 80px;
  }
  .header-menu > li > a > img {
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    max-height: 35px;
  }
  .header-menu > li > a:after {
    width: 20px;
    height: 20px;
  }
  .header-menu > li > a:before {
    display: none;
  }
  .header-menu_point > a.active:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header-menu_sublist {
    position: static;
    width: 100%;
    padding: 15px 20px 0px 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header-menu_sublist:after {
    display: none;
  }
  .header-menu_sublist li {
    width: 50%;
    margin-bottom: 15px;
  }
  .header-menu_sublist a {
    padding: 0px;
  }
}

@media (max-width: 768px) {
  .header:before {
    height: 24px;
  }
  .header-top {
    font-size: 10px;
    height: 24px;
  }
  .header-logo img {
    height: 50px;
  }
  .header-logo span {
    font-size: 9px;
    line-height: 14px;
  }
  .header-user {
    padding: 0px 10px;
  }
  .header-nav {
    width: 320px;
    height: calc(100% - 84px);
  }
  .header-menu > li > a {
    padding: 0px 10px 0px 70px;
  }
  .header-menu > li > a > img {
    left: 10px;
  }
  .header-menu_sublist {
    padding: 15px 10px 0px 10px;
  }
  .header-menu_sublist li {
    margin-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .header-nav {
    width: 100%;
  }
}

/*-header*/
/*home*/
.home-slider {
  height: 450px;
}

.home-slide {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.home-slide:before {
  content: '';
  position: absolute;
  z-index: 2;
  left: -50px;
  top: 0;
  height: 100%;
  width: 423px;
  background: url("../img/bgr/2.png") center no-repeat;
  background-size: cover;
}

.home-slide:after {
  content: '';
  position: absolute;
  z-index: 2;
  right: -50px;
  top: 0;
  height: 100%;
  width: 423px;
  background: url("../img/bgr/3.png") center no-repeat;
  background-size: cover;
}

.home-slide_img {
  position: absolute;
  z-index: -3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.home-slide_img:before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 250px;
  background: url("../img/bgr/1.svg") center no-repeat;
  background-size: cover;
}

.home-slide_text {
  position: relative;
  z-index: 3;
  width: 620px;
  margin-bottom: 40px;
}

.home-slide_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.home-slide_list li {
  font-size: 14px;
  color: #FECB01;
  margin-right: 20px;
}

.home-slide_list li b {
  font-weight: 700;
}

.home-slide_title {
  display: block;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 30px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.home-slide_link {
  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.home-slider_pagination.swiper-pagination-bullets {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.home-slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin: 0px 6px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.home-slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 5px;
}

@media (max-width: 1200px) {
  .home-slide:before {
    left: -150px;
  }
  .home-slide:after {
    right: -150px;
  }
  .home-slide_text {
    width: 500px;
  }
}

@media (max-width: 768px) {
  .home-slider {
    height: 400px;
  }
  .home-slide:before {
    display: none;
  }
  .home-slide:after {
    display: none;
  }
  .home-slide_text {
    width: 320px;
    padding: 0px 10px;
  }
  .home-slide_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 0px;
  }
  .home-slide_list li {
    font-size: 12px;
    margin-right: 0px;
    margin-bottom: 4px;
  }
  .home-slide_list li:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .home-slide_title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .home-slide_link {
    font-size: 10px;
  }
  .home-slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0px 3px;
  }
  .home-slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
  }
}

/*-home*/
/*posts*/
.posts {
  width: 65%;
}

.posts-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #FFFFFF;
  margin-bottom: 20px;
}

.posts-list > li:last-child {
  margin-bottom: 0px;
}

.posts-list_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 290px;
  min-width: 290px;
  height: 240px;
  overflow: hidden;
}

.posts-list_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.posts-list_text {
  position: relative;
  padding: 35px 35px 0px 35px;
  overflow: hidden;
}

.posts-list_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.posts-list_time li {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #000000;
  margin-right: 15px;
}

.posts-list_title {
  display: block;
  height: 40px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.posts-list_descr {
  height: 60px;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  letter-spacing: 0.1em;
  overflow: hidden;
}

.posts-list_link {
  position: absolute;
  left: 0;
  bottom: -45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #007DD7;
  background: #E1E4EB;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1200px) {
  .posts {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .posts-list_link {
    bottom: 0;
  }
  .posts-list > li {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .posts-list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .posts-list_img {
    width: 100%;
    height: 200px;
  }
  .posts-list_img img {
    -o-object-position: top;
       object-position: top;
  }
  .posts-list_text {
    padding: 20px;
  }
  .posts-list_time {
    margin-bottom: 5px;
  }
  .posts-list_link {
    display: none;
  }
  .posts-list_title {
    height: 100%;
  }
  .posts-list_descr {
    font-size: 14px;
  }
}

/*-posts*/
/*docs*/
.docs {
  width: 35%;
  padding-left: 20px;
}

.docs-list li {
  width: 100%;
  margin-bottom: 9.5px;
}

.docs-list li:last-child {
  margin-bottom: 0px;
}

.docs-list li:nth-child(1) .docs-list_bottom {
  display: block;
}

.docs-list_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 84px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000000;
  padding: 5px 50px 5px 30px;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.docs-list_title:after {
  content: '';
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url("../img/icons/3.svg") center no-repeat;
  background-size: contain;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.docs-list_title.active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.docs-list_bottom {
  display: none;
}

.docs-list_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.docs-list_img img {
  width: 100%;
}

@media (max-width: 1200px) {
  .docs {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding-left: 0px;
  }
}

@media (max-width: 768px) {
  .docs-list_title {
    min-height: 75px;
    font-size: 16px;
    line-height: 22px;
    padding: 5px 40px 5px 20px;
  }
  .docs-list_title:after {
    right: 20px;
  }
}

/*-docs*/
/*documents*/
.documents-list li {
  margin-bottom: 20px;
}

.documents-list li:nth-child(1) .documents-list_text {
  display: block;
}

.documents-list_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 84px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000000;
  padding: 5px 50px 5px 30px;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.documents-list_title:after {
  content: '';
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url("../img/icons/3.svg") center no-repeat;
  background-size: contain;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.documents-list_title.active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.documents-list_text {
  position: relative;
  z-index: 1;
  display: none;
  background: #F4F4F4;
  padding: 30px;
  margin-top: 20px;
  overflow: hidden;
}

.documents-list_info {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 250px;
  line-height: 175px;
  color: #D5DBE7;
  text-transform: uppercase;
}

.documents-list_point {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.documents-list_point li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.documents-list_point li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background: url("../img/icons/5.svg") center no-repeat;
  background-size: contain;
}

.documents-list_point li:last-child {
  margin-bottom: 0px;
}

.documents-list_point a {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0.1em;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

@media (max-width: 1200px) {
  .documents-list li {
    margin-bottom: 10px;
  }
  .documents-list_text {
    margin-top: 10px;
  }
  .documents-list_info {
    font-size: 150px;
    line-height: 105px;
  }
}

@media (max-width: 768px) {
  .documents-list_info {
    font-size: 80px;
    line-height: 50px;
  }
  .documents-list_title {
    min-height: 75px;
    font-size: 16px;
    line-height: 22px;
    padding: 5px 40px 5px 20px;
  }
  .documents-list_title:after {
    right: 20px;
    width: 18px;
    height: 18px;
  }
  .documents-list_text {
    padding: 20px;
  }
  .documents-list_point a {
    font-size: 14px;
    line-height: 20px;
  }
  .documents-list_point li {
    padding-left: 25px;
  }
  .documents-list_point li:before {
    width: 16px;
    height: 16px;
  }
}

/*-documents*/
/*news*/
.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -10px;
}

.news-list > li {
  width: calc(33.3% - 20px);
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  margin: 0px 10px 20px 10px;
}

.news-list_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.news-list_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.news-list_text {
  position: relative;
  background: #FFFFFF;
  padding: 30px 30px 60px 30px;
  overflow: hidden;
}

.news-list_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.news-list_time li {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #000000;
  margin-right: 15px;
}

.news-list_title {
  display: block;
  height: 40px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.news-list_descr {
  height: 60px;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  letter-spacing: 0.1em;
  overflow: hidden;
}

.news-list_link {
  position: absolute;
  left: 0;
  bottom: -45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #007DD7;
  background: #E1E4EB;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.news-btn {
  margin: 0 auto 20px auto;
}

@media (max-width: 1200px) {
  .news-list {
    margin: 0px -5px;
  }
  .news-list > li {
    width: calc(50% - 10px);
    margin: 0px 5px 10px 5px;
  }
  .news-list_link {
    bottom: 0;
  }
  .news-btn {
    margin: 0 auto 10px auto;
  }
}

@media (max-width: 768px) {
  .news-list {
    margin: 0px;
  }
  .news-list > li {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0px 0px 10px 0px;
  }
  .news-list_img {
    width: 100%;
    height: 200px;
  }
  .news-list_img img {
    -o-object-position: top;
       object-position: top;
  }
  .news-list_text {
    padding: 20px;
  }
  .news-list_time {
    margin-bottom: 5px;
  }
  .news-list_link {
    display: none;
  }
  .news-list_title {
    height: 100%;
  }
  .news-list_descr {
    font-size: 14px;
  }
}

/*-news*/
/*stadiums*/
.stadiums-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -10px;
}

.stadiums-list > li {
  width: calc(33.3% - 20px);
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  margin: 0px 10px 20px 10px;
}

.stadiums-list_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.stadiums-list_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.stadiums-list_text {
  position: relative;
  background: #FFFFFF;
  padding: 30px 30px 45px 30px;
  overflow: hidden;
}

.stadiums-list_title {
  display: block;
  height: 40px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.1em;
  text-align: center;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.stadiums-list_link {
  position: absolute;
  left: 0;
  bottom: -45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #007DD7;
  background: #E1E4EB;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.stadiums-btn {
  margin: 0 auto 20px auto;
}

@media (max-width: 1200px) {
  .stadiums-list {
    margin: 0px -5px;
  }
  .stadiums-list > li {
    width: calc(50% - 10px);
    margin: 0px 5px 10px 5px;
  }
  .stadiums-list_link {
    bottom: 0;
  }
  .stadiums-btn {
    margin: 0 auto 10px auto;
  }
}

@media (max-width: 768px) {
  .stadiums-list {
    margin: 0px;
  }
  .stadiums-list > li {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0px 0px 10px 0px;
  }
  .stadiums-list_img {
    width: 100%;
    height: 200px;
  }
  .stadiums-list_img img {
    -o-object-position: top;
       object-position: top;
  }
  .stadiums-list_text {
    padding: 20px;
  }
  .stadiums-list_link {
    display: none;
  }
  .stadiums-list_title {
    height: 100%;
    font-size: 16px;
    line-height: 22px;
  }
}

/*-stadiums*/
/*stadium*/
.stadium {
  padding: 30px 0px 20px 0px;
}

.stadium-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.stadium-text_left {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 40%;
}

.stadium-text_img {
  margin-bottom: 20px;
}

.stadium-text_title {
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.stadium-text_list li {
  margin-bottom: 10px;
}

.stadium-text_list li:last-child {
  margin-bottom: 0px;
}

.stadium-text_list b {
  font-size: 14px;
  margin-right: 10px;
}

.stadium-text_list span {
  font-size: 14px;
}

.stadium-text_list a {
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: underline;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.stadium-text_right {
  width: 57%;
}

.stadium-text_right p {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 10px;
}

.stadium-text_right p:last-child {
  margin-bottom: 0px;
}

.stadium-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.stadium-slider_pagination.swiper-pagination-bullets {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.stadium-slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin: 0px 6px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.stadium-slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 5px;
}

.stadium-slider_arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.stadium-slider_prev {
  left: 0;
}

.stadium-slider_next {
  right: 0;
}

@media (max-width: 1200px) {
  .stadium {
    padding: 10px 0px;
  }
  .stadium-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 10px;
  }
  .stadium-text_left {
    width: 100%;
    margin-bottom: 10px;
  }
  .stadium-text_img {
    margin-bottom: 10px;
  }
  .stadium-text_right {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .stadium-text_img {
    margin: 0px auto 10px auto;
  }
  .stadium-slider_arrow {
    width: 30px;
    height: 30px;
  }
  .stadium-slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0px 3px;
  }
  .stadium-text_title {
    margin-bottom: 10px;
  }
}

/*-stadium*/
/*team*/
.team {
  padding: 30px 0px 20px 0px;
}

.team-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.team-text_left {
  position: relative;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 40%;
  padding-left: 200px;
}

.team-text_img {
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: 20px;
  max-width: 190px;
}

.team-text_title {
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.team-text_list li {
  margin-bottom: 10px;
}

.team-text_list li:last-child {
  margin-bottom: 0px;
}

.team-text_list b {
  font-size: 14px;
  margin-right: 10px;
}

.team-text_list span {
  font-size: 14px;
}

.team-text_list a {
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: underline;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.team-text_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 57%;
}

.team-text_right img {
  width: 100%;
}

@media (max-width: 1200px) {
  .team {
    padding: 10px 0px 0px 0px;
  }
  .team-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0px;
  }
  .team-text_left {
    width: 100%;
    margin-bottom: 30px;
  }
  .team-text_right {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .team-text_title {
    margin-bottom: 10px;
  }
  .team-text_left {
    padding-left: 90px;
  }
  .team-text_img {
    width: 80px;
  }
}

/*-team*/
/*licensing*/
.licensing-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -10px;
}

.licensing-tabs li {
  width: calc(20% - 20px);
  margin: 0px 10px 20px 10px;
  cursor: pointer;
}

.licensing-tabs li.active span {
  background: #FECB01;
}

.licensing-tabs span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 225px;
  background: #FFFFFF;
  margin-bottom: 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.licensing-tabs b {
  display: block;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}

@media (max-width: 1200px) {
  .licensing-tabs {
    margin: 0px -5px;
  }
  .licensing-tabs li {
    width: calc(33.3% - 10px);
    margin: 0px 5px 10px 5px;
  }
  .licensing-tabs li:nth-child(1) {
    width: calc(50% - 10px);
    margin: 0px 5px 10px 5px;
  }
  .licensing-tabs li:nth-child(2) {
    width: calc(50% - 10px);
    margin: 0px 5px 10px 5px;
  }
}

@media (max-width: 768px) {
  .licensing-tabs li {
    background: #FFFFFF;
  }
  .licensing-tabs li.active {
    background: #FECB01;
  }
  .licensing-tabs span {
    height: 100px;
  }
  .licensing-tabs li:nth-child(1) span {
    height: 120px;
  }
  .licensing-tabs li:nth-child(2) span {
    height: 120px;
  }
  .licensing-tabs b {
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    color: #000000;
    padding-bottom: 10px;
  }
  .licensing-tabs img {
    max-height: 60px;
  }
}

/*-licensing*/
/*tabs*/
.tabs-box {
  display: none;
}

.tabs-box.active {
  display: block;
}

.tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -10px;
}

.tabs-list > li {
  width: calc(33.3% - 20px);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin: 0px 10px 20px 10px;
}

.tabs-list_top {
  position: relative;
  width: 100%;
  height: 90px;
  padding-left: 60px;
}

.tabs-list_top img {
  position: absolute;
  left: 0;
  top: 0;
}

.tabs-list_top b {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.tabs-list_top span {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

.tabs-list_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tabs-list_bottom {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100px;
}

.tabs-list_bottom span {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 10px;
}

.tabs-list_bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tabs-list_bottom li {
  margin-right: 20px;
}

.tabs-list_bottom li:last-child {
  margin-right: 0px;
}

.tabs-list_bottom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #007DD7;
  text-transform: uppercase;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.tabs-list_bottom a:after {
  content: '';
  width: 21px;
  height: 21px;
  background: url("../img/icons/6.svg") center no-repeat;
  background-size: contain;
  margin-left: 5px;
}

.tabs-list_bottom button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.tabs-list_bottom button:after {
  content: '';
  width: 21px;
  height: 21px;
  background: url("../img/icons/7.svg") center no-repeat;
  background-size: contain;
  margin-left: 5px;
}

@media (max-width: 1200px) {
  .tabs-list {
    margin: 0px -5px;
  }
  .tabs-list > li {
    width: calc(50% - 10px);
    margin: 0px 5px 10px 5px;
  }
}

@media (max-width: 768px) {
  .tabs-list {
    margin: 0px;
  }
  .tabs-list > li {
    width: 100%;
    margin: 0px 0px 10px 0px;
  }
}

/*-tabs*/
/*footer*/
.footer-top {
  background: #22222A;
  padding: 50px 0px;
}

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

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 70%;
}

.footer-list li {
  width: 170px;
}

.footer-list_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}

.footer-list_title {
  display: block;
  font-size: 14px;
  line-height: 23px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.footer-contacs_title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #FECB01;
  margin-bottom: 10px;
}

.footer-contacs_list {
  width: 220px;
}

.footer-contacs_list li {
  margin-bottom: 10px;
}

.footer-contacs_list span {
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
}

.footer-contacs_list a {
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.footer-bottom {
  background: #007DD7;
  padding: 5px 0px;
}

.footer-bottom span {
  display: block;
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  text-align: center;
}

@media (max-width: 1200px) {
  .footer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-list li {
    width: 230px;
    padding: 0px 20px 20px 20px;
  }
}

@media (max-width: 768px) {
  .footer-top {
    background: #22222A url("../img/bgr/5.png") center no-repeat;
    background-size: cover;
    padding: 30px 0px;
  }
  .footer-top .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer-list {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-list li {
    width: 44%;
    padding: 0px 0px 15px 0px;
  }
  .footer-contacs {
    width: 100%;
  }
  .footer-contacs_title {
    text-align: center;
  }
  .footer-contacs_list {
    margin: auto;
  }
  .footer-contacs_list li {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .footer-list_img {
    height: 75px;
  }
  .footer-list_img img {
    width: 40px;
  }
  .footer-list_title {
    font-size: 12px;
    line-height: 14px;
  }
  .footer-contacs_title {
    font-size: 14px;
  }
  .footer-contacs_list span {
    font-size: 12px;
  }
  .footer-contacs_list a {
    font-size: 12px;
  }
}

/*-footer*/
@media (min-width: 1200px) {
  /*hover*/
  .section-title a:hover {
    color: #FECB01;
  }
  .header-logo:hover span {
    color: #FECB01;
  }
  .header-lang a:hover {
    color: #FECB01;
  }
  .header-lang:hover span:after {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .header-login:hover {
    color: #FECB01;
  }

  .header-logout:hover {
    color: #FECB01;
  }
  .header-menu > li:hover > a:before {
    opacity: 1;
  }
  .header-menu_point:hover > a:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header-menu_sublist a:hover {
    border: 1px solid #FECB01;
  }
  .header-menu_point:hover > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-lang:hover ul {
    display: block;
  }
  .home-slide_title:hover {
    color: #FECB01;
  }
  .home-slide_link:hover {
    color: #FECB01;
  }
  .home-slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
    opacity: 1;
    background: #FECB01;
  }
  .posts-list_title:hover {
    color: #FECB01;
  }
  .posts-list_link:hover {
    color: #FECB01;
  }
  .posts-list_img:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .posts-list > li:hover .posts-list_link {
    bottom: 0;
  }
  .docs-list_title:hover {
    color: #FECB01;
  }
  .docs-list_title:hover:after {
    background: url("../img/icons/3_1.svg") center no-repeat;
    background-size: contain;
  }
  .documents-list_title:hover {
    color: #FECB01;
  }
  .documents-list_title:hover:after {
    background: url("../img/icons/3_1.svg") center no-repeat;
    background-size: contain;
  }
  .documents-list_point a:hover {
    color: #FECB01;
  }
  .news-list_title:hover {
    color: #FECB01;
  }
  .news-list_link:hover {
    color: #FECB01;
  }
  .news-list_img:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .news-list > li:hover .news-list_link {
    bottom: 0;
  }
  .stadiums-list_title:hover {
    color: #FECB01;
  }
  .stadiums-list_link:hover {
    color: #FECB01;
  }
  .stadiums-list_img:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .stadiums-list > li:hover .stadiums-list_link {
    bottom: 0;
  }
  .stadium-slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
    opacity: 1;
    background: #FECB01;
  }
  .stadium-text_list a:hover {
    color: #FECB01;
  }
  .stadium-slider_arrow:hover {
    background: #FECB01;
  }
  .team-text_list a:hover {
    color: #FECB01;
  }
  .licensing-tabs li:hover span {
    background: #FECB01;
  }
  .tabs-list_bottom a:hover {
    color: #FECB01;
  }
  .tabs-list_bottom button:hover {
    color: #FECB01;
  }
  .button:hover {
    background: #FECB01;
  }
  .footer-contacs_list a:hover {
    color: #FECB01;
  }
  .footer-list a:hover .footer-list_title {
    color: #FECB01;
  }
  /*-hover*/
}

#login-modal {
  display: none;
  color: #FECB01;
  width: 335px;
  height: 280px;
  /*display: inline-block;*/
  border: 3px solid #E1E4EB;
  background: #007DD7;
}

#login-modal .h1 span {
  color: #FECB01;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
#login-modal .form_group {
  margin-bottom: 15px;
}
#login-modal span {
  width: 70px;
  display: inline-block;
}

#login-modal .form_input{
  width: 160px;
}

#login-modal button {
  margin-top: 15px;
}

.hide_file {
  position: absolute;
  z-index: 1000;
  opacity: 0;
  cursor: pointer;
  right: 0;
  top: 0;
  height: 100%;
  font-size: 24px;
  width: 100%;

}