/**
 * Theme Name:  gld

 * Description: Первая тема о фитнесе
 * 
 * Theme URI:   URL темы. Пр: http://wordpress.org/themes/twenty
 * Author:     Егор
 * Author URI:  URL автора
 *
 * Tags:        фитнес, питание, заработок
 * Text Domain: Домен перевода темы. Пр: twentythirteen
 *
 * License:     Лицензия. Пр: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Version:     1.0
 */

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

.header__text,
.header__bottom-text,
.article-item__span,
.sidebar__link {
  font-family: 'Nunito',
    sans-serif;
  font-weight: 700;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 62.5%;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  text-decoration: none;
}

html,
body {
  height: 100%;
}

body {
  font-size: 1.4rem;
  font-family: system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    "Liberation Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  line-height: 1;
  color: #000;
  background-color: #fff;
}

.container {
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 15px;
}

.title {
  display: inline-block;
  margin-bottom:5px;
  font-size: 2.8rem;
}

.title--aside {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 2.0rem;
  text-transform: uppercase;
}

.title--aside::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background-color: #e64946;
}

.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%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}

@font-face {
  font-family: 'SFProDisplay';
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/SFProDisplay-Black.woff2") format("woff2"), url("../fonts/SFProDisplay-Black.woff") format("woff"), url("../fonts/SFProDisplay-Black.ttf") format("ttf");
  font-display: swap;
}

@font-face {
  font-family: 'Cyrvetica';
  font-style: normal;
  src: url("../fonts/ofont.ru_Cyrvetica Extra Outline.woff2") format("woff2"), url("../fonts/ofont.ru_Cyrvetica Extra Outline.woff") format("woff"), url("../fonts/ofont.ru_Cyrvetica Extra Outline.ttf") format("ttf");
  font-display: swap;
}

@font-face {
  font-family: 'Betandyou-Main';
  font-style: normal;
  src: url("../fonts/Betandyou-Main.woff2") format("woff2"), url("../fonts/Betandyou-Main.woff") format("woff"), url("../fonts/Betandyou-Main.ttf") format("ttf");
  font-display: swap;
}

@font-face {
  font-family: 'Betandyou-Main_1';
  font-style: normal;
  src: url("../fonts/Betandyou-Main_1.woff2") format("woff2"), url("../fonts/Betandyou-Main_1.woff") format("woff"), url("../fonts/Betandyou-Main_1.ttf") format("ttf");
  font-display: swap;
}

@font-face {
  font-family: 'Rounds';
  font-style: normal;
  src: url("../fonts/Rounds.woff2") format("woff2"), url("../fonts/Rounds.woff") format("woff"), url("../fonts/Rounds.ttf") format("ttf");
  font-display: swap;
}

@font-face {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Arial.woff2") format("woff2"), url("../fonts/Arial.woff") format("woff"), url("../fonts/Arial.ttf") format("ttf");
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/Nunito-Black.woff2") format("woff2"), url("../fonts/Nunito-Black.woff") format("woff"), url("../fonts/Nunito-Black.ttf") format("ttf");
  font-display: swap;
}

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

.logo__svg {
  max-height: 5.5rem;
  width: 22.2vw;
  -webkit-filter: drop-shadow(0px 0px 32px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(0px 0px 32px rgba(0, 0, 0, 0.7));
}

@media (max-width: 900px) {
  .logo__svg {
    min-width: 250px;
  }
}

.logo__slogan {
  margin-top: 1.5rem;
}

.logo__text {
  position: relative;
  padding-left: 3.4em;
  color: #e1e1e1;
  font-size: 1.1vw;
}

.logo__text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.125vw;
  height: 2.04vw;
  background-image: url("../images/handshake.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header__top {
  padding: 20px;
}

.header__text {
  display: inline-block;
  padding-top: 0.5em;
  margin-top: 1em;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.48;
  color: #e64946;
  text-transform: uppercase;
  border-top: 1px solid #e5e5e5;
}

.header__bottom {
  position: relative;
  border-bottom: 0.5rem solid #e64946;
  background-color: #000;
}

.header__bottom::after,
.header__bottom::before {
  content: '';
  position: absolute;
  top: 0;
  width: calc((100vw - 100%) / 2);
  height: 100%;
  background-color: black;
  border-bottom: 0.5rem solid #e64946;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.header__bottom::after {
  left: 99%;
}

.header__bottom::before {
  right: 99%;
}

.header__bottom-text {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.4rem;
  background-color: #000;
  border: 1px solid transparent;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s linear,
    color 0.3s linear;
  -o-transition: background-color 0.3s linear,
    color 0.3s linear;
  transition: background-color 0.3s linear,
    color 0.3s linear;
}

.header__bottom-text:hover {
  background-color: #e64946;
}

.header__bottom-text:active {
  color: rgba(250, 250, 250, 0.8);
}

.header__bottom-text:focus {
  text-decoration: underline;
}

.content__inner {
  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;
  padding-top: 25px;
}

@media (max-width: 900px) {
  .content__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.content__list {
  max-width: 65%;
  width: 100%;
}

@media (max-width: 900px) {
  .content__list {
    max-width: 100%;
  }
}

/* .custumclass {
  opacity: 1;
} */

.content__item {
  margin-bottom: 1.5em;
}

.article-item__banner {
  margin: 0 auto 1.6em;
}

.article-item__banner--big {
  max-width: 600px;
  height: auto;
}

.article-item__banner--banner {
  width: 100%;
  height: 80px;
}

.article-item__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-item__box {
  text-align: center;
}

.article-item__link {
  display: inline-block;
  margin-bottom: 1.3em;
  padding: 0 2.8em;
  font-family: 'Arial';
  font-weight: 600;
  color: #424242;
  font-size: 2rem;
  line-height: 2.5;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7e234), to(rgba(234, 189, 44, 0.99608)));
  background: -o-linear-gradient(top, #f7e234 0%, rgba(234, 189, 44, 0.99608) 100%);
  background: linear-gradient(180deg, #f7e234 0%, rgba(234, 189, 44, 0.99608) 100%);
  -webkit-box-shadow: 0 0 10px #fff000,
    0 0 10px #060a0e;
  box-shadow: 0 0 10px #fff000,
    0 0 10px #060a0e;
  overflow: hidden;
  -webkit-transition: border-color 0.3s linear,
    -webkit-box-shadow 0.3s linear;
  transition: border-color 0.3s linear,
    -webkit-box-shadow 0.3s linear;
  -o-transition: border-color 0.3s linear,
    box-shadow 0.3s linear;
  transition: border-color 0.3s linear,
    box-shadow 0.3s linear;
  transition: border-color 0.3s linear,
    box-shadow 0.3s linear,
    -webkit-box-shadow 0.3s linear;
}

@media (max-width: 900px) {
  .article-item__link {
    font-size: 1.6rem;
    border-radius: 8px;
  }
}

@media (max-width: 900px) {
  .article-item__link {
    font-size: 1.4rem;
    border-radius: 6px;
  }
}

.article-item__link:hover {
  -webkit-box-shadow: 0 0 2rem #fff000;
  box-shadow: 0 0 2rem #fff000;
}

.article-item__link:active {
  -webkit-box-shadow: 0 0 2rem #fff000;
  box-shadow: 0 0 2rem #fff000;
}

.article-item__link:focus {
  border-color: 1px solid #000;
}

.article-item  p{
    margin-bottom: 1.6em;
    line-height: 1.48;
}

.article-item  h3{
  margin-bottom: 0.3em;
  font-size: 1.6em;
}

.article-item  img{
  width: 100%;
  height: 100%;
  margin-top: 10px;
  
  object-fit: cover;
  display: block;
}

.article-item  span{
    /* color: #000; */
    color: #e64946;
    /* font-size: 30px; */

}


/* .article-item__text {
  margin-bottom: 1.6em;
  line-height: 1.48;
} */

/* .article-item__span--black {
  color: #000;
} */

.article-item__span--red {
  color: #e64946;
}

.article-item__offers {
  padding-left: 3em;
  list-style: disc;
}

.article-item__offers li {
  margin-bottom: 5px;
}

.article-item__offers li:last-child p {
  text-transform: none;
}

.article-item__offers p {
  line-height: 1.68;
  text-transform: uppercase;
}

.article-item__currency {
  padding-left: 3em;
  list-style: disc;
}

.article-item__currency b {
  display: inline-block;
  margin-bottom: 15px;
}

.article-item__currency li {
  margin-bottom: 5px;
  line-height: 1.68;
}

.sidebar {
  max-width: 30%;
  width: 100%;
}

@media (max-width: 900px) {
  .sidebar {
    max-width: 100%;
  }
}

.sidebar__title {
  margin-bottom: 1.5em;
}

@media (max-width: 900px) {
  .sidebar__title {
    margin-bottom: 1em;
  }
}

.sidebar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2.5em;
}

@media (max-width: 900px) {
  .sidebar__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 1.5em;
  }
}

.sidebar__list--lastest {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 900px) {
  .sidebar__list--lastest {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (max-width: 485px) {
  .sidebar__list--lastest {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.sidebar__teg {
  margin: 0 0.7em 0.7em 0;
}

@media (max-width: 900px) {
  .sidebar__teg {
    display: inline-block;
  }
}

@media (max-width: 900px) {
  .sidebar__teg:not(:last-child) .sidebar__link--lastest {
    position: relative;
    padding-right: 0.7em;
  }
}

@media (max-width: 900px) {
  .sidebar__teg:not(:last-child) .sidebar__link--lastest::after {
    top: 6px;
    display: block;
  }
}

@media (max-width: 485px) {
  .sidebar__teg:not(:last-child) .sidebar__link--lastest::after {
    display: none;
  }
}

.sidebar__link {
  display: inline-block;
  padding: 1em 1.3em;
  background-color: #000;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: background-color 0.3s linear,
    color 0.3s linear;
  -o-transition: background-color 0.3s linear,
    color 0.3s linear;
  transition: background-color 0.3s linear,
    color 0.3s linear;
}

@media (max-width: 900px) {
  .sidebar__link {
    padding: 0.5em 0.7em;
  }
}

@media (max-width: 485px) {
  .sidebar__link {
    font-size: 10px;
  }
}

.sidebar__link:hover {
  background-color: #e64946;
  border-color: #e64946; 
}

.sidebar__link:active {
  color: rgba(250, 250, 250, 0.8);
}

.sidebar__link:focus {
  text-decoration: underline;
}

.sidebar__link--lastest {
  display: block;
  padding-left: 0;
  padding-right: 0;
  font-family: 'Nunito';
  font-weight: 400;
  color: #000;
  text-transform: unset;
  background-color: #fff;
  border-bottom: 1px dotted #e5e5e5;
  -webkit-transition: background-color 0.3s linear,
    color 0.3s linear;
  -o-transition: background-color 0.3s linear,
    color 0.3s linear;
  transition: background-color 0.3s linear, border-color 0.3s linear,
    color 0.3s linear;
}

@media (max-width: 900px) {
  .sidebar__link--lastest {
    border-bottom: none;
  }
}

.sidebar__link--lastest::after {
  content: '';
  position: absolute;
  right: 0;
  width: 2px;
  height: 16px;
  background-color: #e64946;
  display: none;
}

.sidebar__link--lastest:hover {
  background-color: #fff;
  color: #e64946;
}

.sidebar__link--lastest:active {
  color: rgba(250, 250, 250, 0.8);
}

.sidebar__link--lastest:focus {
  text-decoration: underline;
}

.footer {
  background-color: #2a2a2a;
  padding: 10px 0;
  border-top: 3px solid #999;
}

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

@media (max-width: 485px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer__link {
  color: #e5e5e5;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

@media (max-width: 485px) {
  .footer__link {
    margin-bottom: 1em;
  }
}

.footer__link:hover {
  color: #e64946;
}

.footer__link:active {
  color: rgba(250, 250, 250, 0.8);
}

.footer__link:focus {
  text-decoration: underline;
}

.footer__text {
  display: inline-block;
  padding: 0 2em;
  color: #e5e5e5;
}

@media (max-width: 485px) {
  .footer__text {
    font-size: 10px;
  }
}