@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600&display=swap");
html {
  font-size: 13px;
  overflow-x: hidden;
}
html.menu-active {
  overflow-y: hidden;
}

body {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  color: #000;
  overflow-x: hidden;
  line-height: 1.3;
}

img {
  max-width: 100%;
  height: auto;
}
a, input, button {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a {
  color: #000;
}

h1, h2, h3, h4 {
  font-weight: bold;
  margin: 0 0 30px;
  font-family: "Oswald", sans-serif;
}

p {
  margin: 0 0 25px;
}

.content {
  padding: 40px 0;
}

.button {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff463), to(#ffc063));
  background-image: -o-linear-gradient(#fff463, #ffc063);
  background-image: linear-gradient(#fff463, #ffc063);
  color: #000;
  font-size: 1.6rem;
  font-family: "Oswald", sans-serif;
  padding: 12px 30px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
.button:hover {
  color: #000;
  text-decoration: none;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

body {
  margin: 0;
  padding: 0;
  background: url(../images/bg.png) repeat 0 0;
}

.main {
  padding-top: 20px;
}
@media only screen and (max-width: 991px) {
  .main {
    padding-top: 15px;
  }
}
.main .content {
  padding: 0;
}
.main .content h4 {
  font-size: 1.4rem;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.main .content p {
  margin: 0 0 20px;
}
.main .content p:last-child {
  margin: 0;
}
.main .content ul {
  margin: 0 0 20px;
}
.main .content ul li {
  margin: 0 0 6px;
}

.big h1 {
  color: #56a1ac;
  margin: 0;
  font-size: 3.5rem;
}
.big h2 {
  font-size: 3rem;
  text-transform: uppercase;
  padding-right: 10%;
  margin: 0 0 20px;
}

.list ul {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.list ul li {
  display: block;
  margin: 0 0 10px;
  padding-left: 30px;
  position: relative;
}
.list ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 17px;
  height: 15px;
  background: url(../images/check.png) no-repeat center center;
  background-size: contain;
}

.gr {
  position: relative;
  padding: 15px 0;
}
.gr:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4000px;
  height: 100%;
  background: #e4eff1;
}
.gr__inner {
  position: relative;
  z-index: 1;
}

.bottom {
  padding: 25px 0;
}

.last-img {
  margin-top: -20px;
  border-radius: 40px;
  overflow: hidden;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
}
.last-img img {
  width: 100%;
}

.sidebar {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 35px 30px;
}
@media only screen and (max-width: 991px) {
  .sidebar {
    margin-top: 25px;
  }
}
.sidebar__img {
  margin: 0 0 20px;
}
.sidebar__img--video {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}
.sidebar__img--video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sidebar .list li {
  font-size: 1.4rem;
  font-family: "Oswald", sans-serif;
  margin: 0 0 20px;
}
.sidebar__small {
  text-align: center;
  font-size: 0.8rem;
  padding-top: 30px;
}
.sidebar__small p {
  margin: 0 0 5px;
}

.footer ul {
  text-align: center;
  margin: 0;
  padding: 60px 0 40px;
  list-style-type: none;
}

@media only screen and (max-width: 870px) {
.page .container {
  max-width: 870px;
}
}

@media only screen and (min-width: 871px) {
.page .container {
  max-width: 1140px;
}
}

@media only screen and (max-width: 991px) {
  .footer ul {
    padding: 40px 0;
  }
}
.footer ul li {
  display: inline-block;
  margin: 0 20px;
}
@media only screen and (max-width: 991px) {
  .footer ul li {
    margin: 0 5px;
  }
}
.footer ul li a {
  text-decoration: underline;
}

.head {
  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;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .head {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
}
.head__name {
  padding-right: 15px;
}
@media only screen and (max-width: 991px) {
  .head__name {
    padding-right: 0;
    margin-bottom: 5px;
  }
}
.head__translate {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .head__translate {
    text-align: center;
  }
}