html {
  font-size: 62.5%;
}

@media (max-width: 991px) {
  html {
    font-size: 60%;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 50%;
  }
}
.content {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  overflow-x: hidden;
}

button:focus {
  outline: none;
}

.header {
  position: relative;
}
.header-top {
  display: flex;
  flex-wrap: wrap;
  min-height: 9rem;
}

/* Hamburger */
.hamburger {
  position: relative;
  color: #fff;
  padding: 2.15rem 2.4rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #0085d5;
  border: 1px solid transparent;
  border-radius: 0;
  width: 9rem;
  height: 9rem;
  margin-left: auto;
}
.hamburger-wrap {
  width: 100%;
  position: relative;
  z-index: 20;
  background-color: #0085d5;
  display: flex;
  flex-direction: column;
}
.hamburger:not(.collapsed) {
  padding: 0.46rem 0.75rem;
}
.hamburger:not(.collapsed):hover span {
  background-color: #f8b700;
}
.hamburger:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 23px;
  top: 35px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.hamburger:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}
.hamburger:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 23px;
  top: 35px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.hamburger:focus {
  outline: 0;
}
.hamburger:active {
  outline: 0;
}
.hamburger span {
  display: block;
  background-color: #fff;
  height: 7px;
  width: 40px;
  margin-top: 6px;
  margin-bottom: 6px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
  -webkit-transition: background-color 0.35s ease-in-out;
  -moz-transition: background-color 0.35s ease-in-out;
  -o-transition: background-color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out;
}
.hamburger span:nth-child(1) {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.hamburger span:nth-child(3) {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

@media (max-width: 767px) {
  .hamburger {
    padding: 1.5rem;
    width: 7rem;
    height: 7rem;
  }
  .hamburger:not(.collapsed) span:nth-child(1) {
    left: 12px;
    top: 22px;
  }
  .hamburger:not(.collapsed) span:nth-child(2) {
    height: 12px;
  }
  .hamburger:not(.collapsed) span:nth-child(3) {
    left: 12px;
    top: 22px;
  }
  .hamburger span {
    height: 4px;
    width: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
/* END Hamburger */
.main-menu {
  position: absolute;
  transition: all 0.3s;
  background-color: #0085d5;
  display: flex;
  flex-direction: column;
  width: 9rem;
  height: 9rem;
  z-index: 10;
}
.main-menu.show {
  width: 38rem;
  height: 36.7rem;
}
.main-menu.show .main-menu-content {
  transform: translate(0, 0);
  opacity: 1;
}

.main-menu-content {
  position: absolute;
  width: 100%;
  transform: translateX(-100%) translateY(calc(-100% + 9.5rem));
  padding-top: 9.5rem;
  opacity: 0;
  transition: opacity 0.6s;
}
.main-menu-content ul {
  list-style: none;
  padding-left: 9rem;
}
.main-menu-content ul li {
  line-height: 1.5;
}
.main-menu-content ul li a {
  display: inline-block;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.044rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: color 0.3s;
}
.main-menu-content ul li a:hover {
  color: #f8b700;
}

.header-mail {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8b700;
  padding-left: 3.4rem;
  padding-right: 4.9rem;
  transition: all 0.3s;
}
.header-mail:hover {
  background-color: #0085d5;
}
.header-mail span {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 700;
  display: inline-block;
  margin-left: 2rem;
}

.header-logo {
  position: relative;
  display: block;
}
.header-logo h1 {
  position: absolute;
  bottom: 23.5%;
  left: 53.7%;
  transform: translateX(-50%);
  white-space: nowrap;
  margin-bottom: 0;
}
.header-logo h1 span {
  color: #ffffff;
  font-weight: 800;
  background-color: #0085d5;
  font-size: 4.4rem;
  line-height: 1;
  display: inline-block;
  padding: 0.5rem 1.3rem;
  text-transform: uppercase;
}
.header-logo h1 span + span {
  background-color: #f8b700;
}

@media (max-width: 1599px) {
  .header-logo h1 span {
    font-size: 3.8rem;
  }
}
@media (max-width: 1399px) {
  .header-logo h1 span {
    font-size: 3.4rem;
  }

  .header-logo h1 {
    bottom: 22%;
  }
}
@media (max-width: 1199px) {
  .header-logo h1 span {
    font-size: 3rem;
  }

  .header-logo h1 {
    bottom: 21%;
  }

  .header-logo img {
    max-width: 115%;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 991px) {
  .header-logo h1 span {
    font-size: 2.6rem;
  }

  .header-top {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .header-logo img {
    max-width: 125%;
  }

  .header-logo h1 span {
    font-size: 2.4rem;
  }

  .main-menu {
    width: 7rem;
    height: 7rem;
  }

  .header-top {
    min-height: 7rem;
  }

  .header-mail {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .header-mail img {
    max-width: 40px;
  }
}
@media (max-width: 575px) {
  .header-logo img {
    max-width: 130%;
    margin-left: 48%;
  }

  .header-logo h1 span {
    font-size: 1.6rem;
  }
}
@media (max-width: 399px) {
  .header-logo h1 {
    bottom: 17%;
    left: 52%;
  }

  .header-logo h1 span {
    font-size: 1.4rem;
  }
}
/* Hashtags */
.hashtags {
  padding-top: 8rem;
}
.hashtags .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.hashtag-item {
  color: #0085d5;
  font-family: "Kalam", cursive;
  font-size: 3.6rem;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  position: relative;
  line-height: 1;
  padding: 1.4rem;
}
.hashtag-item-main {
  padding-top: 1.9rem;
  padding-right: 1.9rem;
  background: url("../images/elipse.svg") no-repeat top right;
}
.hashtag-item::before {
  content: "";
  display: inline-block;
  width: 5.8rem;
  height: 5.3rem;
  background: url("../images/hash.svg") no-repeat top center;
  margin-right: 2rem;
}

@media (max-width: 1199px) {
  .hashtags {
    padding-top: 7rem;
  }

  .hashtag-item {
    font-size: 3rem;
    padding: 1.2rem;
  }
  .hashtag-item-main {
    padding-top: 1.6rem;
    padding-right: 1.4rem;
    background: url("../images/elipse.svg") no-repeat top right;
    background-size: 36rem auto;
  }
  .hashtag-item::before {
    width: 4.8rem;
    height: 4.2rem;
    background-size: 100% auto;
    margin-right: 2rem;
  }
}
@media (max-width: 991px) {
  .hashtags {
    padding-top: 5rem;
  }

  .hashtag-item {
    font-size: 2.4rem;
  }
  .hashtag-item-main {
    padding-top: 1.35rem;
    background-size: 29rem auto;
  }
  .hashtag-item::before {
    width: 4rem;
    height: 3.5rem;
    background-size: 100% auto;
    margin-right: 2rem;
  }
}
@media (max-width: 767px) {
  .hashtags {
    padding-top: 3rem;
  }

  .hashtag-item {
    font-size: 2.4rem;
  }
  .hashtag-item-main {
    padding-top: 1.35rem;
    background-size: 29rem auto;
  }
  .hashtag-item::before {
    width: 4rem;
    height: 3.5rem;
    background-size: 100% auto;
    margin-right: 2rem;
  }
}
@media (max-width: 575px) {
  .hashtag-item {
    font-size: 2rem;
    padding: 1rem 0.8rem;
  }
  .hashtag-item::before {
    width: 3.5rem;
    height: 3rem;
    background-size: 100% auto;
    margin-right: 1rem;
  }
  .hashtag-item-main {
    padding-top: 0.85rem;
    background-size: 24rem auto;
    padding-right: 1.4rem;
  }
  .hashtag-item-main::before {
    margin-right: 2rem;
  }
}
/* END Hashtags */
/* Main Article */
.main-article {
  text-align: center;
  margin-top: 13.5rem;
  margin-bottom: 10rem;
}
.main-article-heading {
  text-align: center;
  margin-bottom: 4rem;
}
.main-article h2 {
  color: #0085d5;
  font-weight: 800;
  letter-spacing: -0.32rem;
  font-size: 11.3rem;
  text-align: center;
  position: relative;
  display: inline;
}
.main-article h2 small {
  color: #ffffff;
  font-size: 8.4rem;
  font-weight: 800;
  letter-spacing: -0.32rem;
  display: inline-block;
  position: absolute;
  transform: rotate(27deg);
  padding-top: 0.2rem;
  line-height: 1;
  background-color: #f8b700;
  padding-left: 2rem;
  padding-right: 2rem;
  top: -9.9rem;
  right: -30.6rem;
  transform-origin: left top;
}
.main-article h3 {
  color: #003454;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 8px;
}
.main-article p strong {
  font-weight: 700;
}

.link-article {
  color: #0085d5;
  font-family: "Kalam", cursive;
  font-size: 3.6rem;
  font-weight: 400;
  text-decoration: underline;
  position: relative;
}
.link-article::after {
  position: absolute;
  content: "";
  width: 6.7rem;
  height: 8.2rem;
  background: url("../images/link-arr.svg") no-repeat center;
  left: calc(100% + 2.7rem);
  top: calc(100% - 2.7rem);
  animation: linkArticle 2s infinite;
}
.link-article:hover {
  color: #0085d5;
}

@keyframes linkArticle {
  0% {
    transform: rotate(0deg) translateY(0);
  }
  50% {
    transform: rotate(5deg) translateY(0.7rem);
  }
  100% {
    transform: rotate(0deg) translateY(0);
  }
}
@media (max-width: 1599px) {
  .main-article {
    margin-top: 11rem;
    margin-bottom: 9rem;
  }

  .main-article h2 {
    font-size: 10rem;
  }
  .main-article h2 small {
    font-size: 7rem;
    top: -8rem;
    right: -25.5rem;
  }

  .main-article h3 {
    font-size: 30px;
  }
}
@media (max-width: 1399px) {
  .main-article {
    margin-top: 9rem;
    margin-bottom: 7rem;
  }

  .main-article-heading {
    margin-bottom: 2rem;
  }

  .main-article h2 {
    font-size: 9rem;
  }
  .main-article h2 small {
    font-size: 6rem;
    top: -6.5rem;
    right: -22rem;
  }

  p {
    margin-bottom: 3.4rem;
    font-size: 1.9rem;
  }
}
@media (max-width: 1199px) {
  .main-article {
    margin-top: 7.5rem;
  }

  .main-article-heading {
    margin-bottom: 1rem;
  }

  .main-article h2 {
    font-size: 7.8rem;
  }
  .main-article h2 small {
    font-size: 5rem;
    top: -5.5rem;
    right: -18.4rem;
  }

  p {
    margin-bottom: 3rem;
    font-size: 1.7rem;
  }

  .main-article h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .main-article {
    margin-top: 7.5rem;
  }

  .main-article-heading {
    margin-bottom: 1rem;
  }

  .main-article h2 {
    font-size: 6.5rem;
  }
  .main-article h2 small {
    font-size: 4rem;
    top: -4.5rem;
    right: -14.5rem;
  }

  p {
    margin-bottom: 3rem;
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .main-article {
    margin-top: 7.5rem;
  }

  .main-article-heading {
    margin-bottom: 1rem;
  }

  .main-article h2 {
    font-size: 5.4rem;
  }
  .main-article h2 small {
    font-size: 3.4rem;
    top: -4.1rem;
    right: -12.8rem;
  }

  p {
    margin-bottom: 2.5rem;
  }

  .link-article {
    font-size: 3.4rem;
  }
  .link-article::after {
    width: 5rem;
    height: 6.4rem;
    left: calc(100% + 2.2rem);
    top: calc(100% - 2.2rem);
    background-size: 100% auto;
  }

  .main-article h3 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .main-article {
    margin-top: 4rem;
  }

  .main-article-heading {
    margin-bottom: 3rem;
  }

  .main-article h2 {
    font-size: 4.8rem;
    text-align: center;
    line-height: 1;
  }
  .main-article h2 small {
    transform: none;
    position: static;
    font-size: 3.4rem;
    padding-top: 0.6rem;
    padding-bottom: 0.4rem;
    letter-spacing: normal;
    display: inline-block;
    text-align: center;
    line-height: 1.2;
  }

  p {
    margin-bottom: 2rem;
  }

  .link-article {
    font-size: 3.2rem;
  }
  .link-article::after {
    width: 4.6rem;
    height: 6rem;
  }
}
/* END Main Article */
.footer {
  background: url("../images/banneria.jpg") no-repeat center;
  background-size: 100% auto;
  margin-top: 10rem;
  padding-top: 5rem;
}
.footer-mail {
  display: flex;
  color: #0085d5;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  text-transform: uppercase;
  justify-content: center;
  padding-bottom: 26%;
  align-items: center;
  line-height: 1;
}
.footer-mail:hover {
  color: #0085d5;
}
.footer-mail-ico {
  margin-right: 2.3rem;
}
.footer-mail small {
  font-size: 1.6rem;
  text-transform: none;
  line-height: 1;
}
.footer-mail-title {
  margin-bottom: 0.5rem;
}
.footer-mail-link {
  color: #0085d5;
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  text-transform: none;
  line-height: 1;
  position: relative;
}
.footer-mail-link::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 1;
  transition: all 0.3s;
  height: 3px;
  background-color: #0085d5;
}
.footer-mail-link:hover::after {
  left: 50%;
  right: 50%;
  opacity: 0;
}
.footer-bottom {
  background-size: 100% auto;
  position: relative;
}
.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.footer-created {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.footer-created span {
  margin-right: 1.5rem;
}

.copyright {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 400;
}
.copyright strong {
  font-weight: 700;
}

@media (max-width: 1599px) {
  .footer {
    margin-top: 8rem;
    padding-top: 4rem;
  }
  .footer-mail {
    padding-bottom: 26%;
    font-size: 2.4rem;
  }
  .footer-mail-ico {
    margin-right: 2.2rem;
  }
  .footer-mail-ico img {
    max-width: 10rem;
  }
  .footer-mail small {
    font-size: 1.6rem;
  }
  .footer-mail-title {
    margin-bottom: 0.5rem;
  }
  .footer-mail-link {
    display: inline-block;
    font-size: 4.4rem;
  }
  .footer-mail-link::after {
    height: 3px;
  }
}
@media (max-width: 1399px) {
  .footer {
    margin-top: 7rem;
    padding-top: 3rem;
  }
  .footer-mail {
    padding-bottom: 26%;
    font-size: 2rem;
  }
  .footer-mail-ico {
    margin-right: 2.2rem;
  }
  .footer-mail-ico img {
    max-width: 8rem;
  }
  .footer-mail small {
    font-size: 1.4rem;
  }
  .footer-mail-title {
    margin-bottom: 0.5rem;
  }
  .footer-mail-link {
    display: inline-block;
    font-size: 3rem;
  }
  .footer-mail-link::after {
    height: 3px;
  }
  .footer-bottom .container {
    top: 40%;
  }
}
@media (max-width: 1199px) {
  .footer-bottom {
    margin-top: 5rem;
  }
  .footer-bottom .container {
    top: 20%;
  }
}
@media (max-width: 991px) {
  .footer {
    margin-top: 5rem;
    padding-top: 3rem;
    background-position-y: 0;
  }
  .footer-mail {
    padding-bottom: 10%;
    font-size: 2rem;
  }
  .footer-mail-ico {
    margin-right: 2.2rem;
  }
  .footer-mail-ico img {
    max-width: 8rem;
  }
  .footer-mail small {
    font-size: 1.4rem;
  }
  .footer-mail-title {
    margin-bottom: 0.5rem;
  }
  .footer-mail-link {
    display: inline-block;
    font-size: 3rem;
  }
  .footer-mail-link::after {
    height: 3px;
  }
  .footer-bottom {
    margin-top: 15rem;
  }
}
@media (max-width: 767px) {
  .footer {
    background-position: center center;
  }

  .footer-created img {
    max-width: 12rem;
  }
}
@media (max-width: 575px) {
  .footer {
    margin-top: 2rem;
    background-position: 0rem 2rem;
  }
  .footer-mail {
    font-size: 1.5rem;
    padding-bottom: 5%;
  }
  .footer-mail-ico {
    margin-right: 1.5rem;
  }
  .footer-mail-ico img {
    max-width: 5.5rem;
  }
  .footer-mail small {
    font-size: 1.2rem;
  }
  .footer-mail-link {
    font-size: 2.4rem;
  }
  .footer-mail-link::after {
    height: 2px;
  }
  .footer-bottom .container {
    top: -3.8rem;
    transform: translateX(-50%);
  }

  .copyright {
    line-height: 1.2;
  }
}
@media (max-width: 399px) {
  .footer {
    background-position: 0rem 5rem;
  }
}

/*# sourceMappingURL=style.css.map */
