body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0;
}

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

a {
  text-decoration: none;
  color: #5B5656;
}

a:hover {
  color: #000000;
}

.xyfewo {
  font-size: 22px;
}

.header__lang {
  -webkit-transition: 1s all;
  transition: 1s all;
}

.header__lang_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 0;
}

.header__lang_wrap .lang-ru a,
.header__lang_wrap .lang-en a {
  display: inline-block;
  cursor: pointer;
  padding: 2px 6px;
  font-size: 18px;
  background: #F4F4F4;
  border: 1px solid #EEEEEE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
}

.header__lang_wrap .lang-active a {
  background: #AFC4E0;
}

.zidytux {
  padding: 16px 0;
  background: #FBFBFB;
  position: relative;
  z-index: 50;
  width: 100%;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}

.wysuroz {
  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;
}

.foho {
  font-size: 22px;
}

.foho a {
  color: #000000;
  text-decoration: none;
}

.foho a:hover {
  color: #AFC4E0;
}

.header__nav {
  width: 70%;
}

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

.header__nav_list li {
  list-style: none;
}

.header__nav_list a {
  color: #000000;
  text-decoration: none;
  font-size: 22px;
}

.header__nav_list a:hover {
  color: #AFC4E0;
}

.negyj {
  background: #36A9E1;
  padding: 40px 0;
}

.rityf {
  text-align: center;
  color: #ffffff;
  margin: 0;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
}

.hetapig {
  min-height: 200px;
  padding: 20px;
  width: 50%;
  margin: 0 auto;
  border-bottom: 1px solid #000;
}

.nylesyj {
  background: #fafafa;
}

.hodi {
  text-align: center;
  padding: 20px 0;
  font-size: 20px;
  font-weight: 600;
}

.gunyry {
  padding: 20px 0;
}

.huqala a {
  color: #36A9E1;
}

.main__data span {
  display: inline-block;
  padding: 10px 0;
}

.footer {
  background: #E8E8E8;
  padding: 40px 0;
}

.footer__copyright {
  padding: 20px 0;
}

.footer__copyright .text {
  text-align: center;
  font-size: 14px;
}

.pageup {
  display: none;
  position: fixed;
  text-align: center;
  bottom: 40px;
  right: 40px;
  width: 60px;
  padding: 18px 0;
  background: #AFC4E0;
  color: #000000;
  text-decoration: none;
}

.pageup:hover {
  text-decoration: none;
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .header__nav a {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .rityf {
    font-size: 30px;
  }
}

@media screen and (max-width: 576px) {
  .foho {
    font-size: 18px;
  }
  .wysuroz {
    width: 60%;
    margin: 0 auto;
  }
  .rityf {
    font-size: 25px;
  }
  .xyfewo {
    font-size: 18px;
  }
  .header__nav_list a {
    color: #ffffff;
    padding: 10px 0;
    display: inline-block;
  }
  .header__nav_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 20px;
  }
  .header__nav {
    position: fixed;
    top: 80px;
    left: -100%;
    width: 100%;
    background: #AFC4E0;
    height: calc(50vh - 84px);
    z-index: 50;
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
  }
  .kazat {
    display: block;
    position: absolute;
    z-index: 100;
    cursor: pointer;
    left: 20px;
    top: 26px;
    width: 45px;
    height: 24px;
  }
  .kazat span {
    display: block;
    height: 7px;
    width: 100%;
    background-color: #0A738A;
    margin-bottom: 6px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  .hamburger_active span {
    margin-bottom: -6px;
  }
  .hamburger_active span:nth-child(1) {
    -webkit-transform: translateY(3px) rotate(-45deg);
            transform: translateY(3px) rotate(-45deg);
  }
  .hamburger_active span:nth-child(2) {
    display: none;
  }
  .hamburger_active span:nth-child(3) {
    -webkit-transform: translateY(3px) rotate(45deg);
            transform: translateY(3px) rotate(45deg);
  }
  .top_active {
    left: 0;
  }
}

@media screen and (max-width: 320px) {
  .kazat {
    width: 45px;
  }
}
/*# sourceMappingURL=style.css.map */