@font-face {
  font-family: "Gotham";
  src: url("../font/gothampro.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../font/gothampro_medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../font/gothampro_bold.ttf");
  font-weight: bold;
  font-style: normal;
}
.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  overflow-y: auto;
}
.modal.show {
  visibility: visible;
}
.modal.show .modal__body {
  transform: translate(0, 0);
}
.modal.show .modal__underlay {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.5);
}
.modal__underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s linear 0.4s;
}
.modal__body {
  position: absolute;
  z-index: 2;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 30px);
  max-width: 980px;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  transition: 0.4s linear;
  transform: translate(0, -100%);
}
.modal__close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.modal__close._share {
  width: 30px;
  height: 30px;
  border-radius: 8px;
}
.modal__close:before, .modal__close:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #3741FF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.4s;
}
.modal__close._share:before, .modal__close._share:after {
  width: 30px;
}
.modal__close:before {
  transform: rotate(45deg);
}
.modal__close:after {
  transform: rotate(-45deg);
}
.modal__close:hover:after, .modal__close:hover:before {
  background: #3741FF;
}
.modal__close--bg {
  top: 0;
  right: 0;
  background: #3741FF;
}
.modal__close--bg:before, .modal__close--bg:after {
  background: #fff;
}
.modal__close--bg:hover {
  background: #fff;
}
.modal__close--bg:hover:before, .modal__close--bg:hover:after {
  background: #3741FF;
}
.modal__content img {
  max-height: calc(100vh - 160px);
}

.hover-zoom {
  cursor: zoom-in;
}

#modal-callback .modal__body {
  max-width: 500px;
}
@media (max-width: 1170px) {
  #modal-callback .modal__body {
    margin: 0 auto;
  }
}

#modal-productbuy .modal__body {
  max-width: 500px;
}
@media (max-width: 1170px) {
  #modal-productbuy .modal__body {
    margin: 0 auto;
  }
}

.mcf {
  padding: 40px;
}
@media (max-width: 419px) {
  .mcf {
    padding: 40px 10px;
  }
}
.mcf__title {
  font-weight: 900;
  font-size: 26px;
  line-height: 36px;
  margin: 0px 0px 11px;
  text-transform: uppercase;
}
.mcf__subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #3741FF;
  margin: 0px 0px 30px;
}
.mcf__input {
  border: 1px solid #3741FF;
  margin: 0px 0px 10px;
  width: 100%;
  display: block;
  height: 56px;
  padding: 16px;
  border-radius: 4px;
  font-size: 16px;
}
.mcf__button {
  margin: 20px 0px 20px;
}
@media (max-width: 1199px) {
  .mcf__button {
    margin: 20px 0px 20px !important;
  }
}
.mcf__note {
  font-size: 14px;
  line-height: 18px;
  color: #828282;
}
.mcf__thanks, .mcf__error {
  color: #1B1B20 !important;
  margin: auto !important;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  margin: 0px 0px 20px !important;
  display: none;
}

#modal-video .modal__body {
  width: 100%;
  max-width: 800px;
}
#modal-video .modal__body .modal__close {
  top: -40px;
}
@media (max-width: 830px) {
  #modal-video .modal__body {
    max-width: calc(100% - 30px);
    margin: auto;
  }
}

body {
  font-family: "Roboto";
  background: #fff;
  color: #222;
  font-size: 16px;
  line-height: 1.5;
}
body.noscroll {
  overflow: hidden;
}
body.no-scroll {
  overflow: hidden;
}

.body-wrapper {
  overflow-x: hidden;
  max-width: 1920px;
  margin: auto;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active,
a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  color: #3741FF;
}

a,
a:visited {
  text-decoration: none;
  transition: 0.4s;
}

a:hover {
  color: #CD332B;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0px 0px 10px;
}

.body-wrapper {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}

.container {
  width: 100%;
  max-width: 1330px;
  margin: auto;
  padding: 0 15px;
}
.container_big {
  max-width: 1750px;
}
.container_small {
  max-width: 1060px;
}

img {
  max-width: 100%;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.back-to-top {
  width: 70px;
  height: 70px;
  background: url("/images/icons/up.png") center center/cover no-repeat;
  position: fixed;
  bottom: 60px;
  right: 60px;
  transition: 0.4s;
  opacity: 0.6;
  cursor: pointer;
}
.back-to-top:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  .back-to-top {
    width: 50px;
    height: 50px;
    bottom: 30px;
    right: 30px;
  }
}
@media (max-width: 479px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    bottom: 15px;
    right: 15px;
  }
}

.modal-img {
  cursor: pointer;
}

.button {
  height: 38px;
  padding: 10px 32px;
  border-radius: 20px;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s;
}
.button:hover {
  color: #fff;
}
.button._black {
  background: #282828;
}
.button._black:hover {
  background: #CD332B;
}
.button._red {
  background: #CD332B;
}
.button._red:hover {
  background: #282828;
}

.shadow-img {
  position: relative;
}
.shadow-img img {
  z-index: 1;
}
.shadow-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 32.62%, #000000 100%);
}
.shadow-img._round:before {
  border-radius: 20px;
}
@media (max-width: 430px) {
  .shadow-img._round:before {
    border-radius: 12px;
  }
}

.title {
  font-family: "Gotham";
  font-size: 32px;
  line-height: 48px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0px 0px 28px;
}
@media (max-width: 480px) {
  .title {
    font-size: 24px;
    line-height: 1.4;
  }
}

h2 {
  font-family: "Gotham";
  font-weight: 600;
  font-size: 26px;
  margin: 0px 0px 28px;
}
@media (max-width: 480px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-family: "Gotham";
  font-weight: 600;
  font-size: 22px;
  margin: 0px 0px 28px;
}
@media (max-width: 480px) {
  h3 {
    font-size: 18px;
  }
}

.header {
  border-bottom: 1px solid #DADADA;
  margin: 0px 0px 40px;
}
.header__container {
  max-width: 1340px;
  width: 100%;
  padding: 26px 20px;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1340px) {
  .header__container {
    width: calc(100% - 20px);
  }
}
.header__logo {
  margin: 0px 20px 0px 0px;
}
.header__note {
  flex: 0 0 212px;
  max-width: 212px;
  color: #767676;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  margin: 0px 60px 0px 0px;
}
@media (max-width: 1199px) {
  .header__note {
    margin: 0px 30px 0px 0px;
  }
}
@media (max-width: 575px) {
  .header__note {
    display: none;
  }
}
.header__menu {
  display: flex;
  align-items: center;
  flex: 0 0 calc(100% - 600px);
  max-width: calc(100% - 600px);
}
@media (max-width: 1199px) {
  .header__menu {
    flex: 0 0 calc(100% - 500px);
    max-width: calc(100% - 500px);
  }
}
@media (max-width: 991px) {
  .header__menu {
    display: block;
    max-width: 100%;
  }
}
.header__menu-items {
  flex: 0 0 calc(100% - 28px);
  display: flex;
}
.header__menu-items.long {
  overflow-x: auto;
}
.header__menu-items::-webkit-scrollbar {
  display: none;
}
@media (max-width: 991px) {
  .header__menu-items {
    display: block;
    overflow-x: unset;
  }
}
.header__menu-item {
  margin: 0 16px 0 0;
  display: block;
  font-family: "Gotham";
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #222;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .header__menu-item {
    white-space: normal;
    margin: 0;
    padding: 10px;
    font-size: 18px;
    border-bottom: 1px solid #e4e4e4;
  }
}
.header__menu-forward {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  background: #F6F6F6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 12px;
  cursor: pointer;
  display: none;
}
.header__menu-forward.slicked {
  display: flex;
}
@media (max-width: 991px) {
  .header__menu-forward {
    display: none;
  }
}
.header__search-button {
  margin: 0 0 0 auto;
  width: 19px;
  height: 19px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .header__search-button {
    margin: 0 20px 0 auto;
  }
}
@media (max-width: 767px) {
  .header__search-button {
    display: none;
  }
}
.header__burger {
  display: none;
  position: relative;
  width: 16px;
  height: 12px;
}
@media (max-width: 991px) {
  .header__burger {
    display: block;
  }
}
.header__burger span {
  width: 16px;
  height: 2px;
  background: #222;
  position: absolute;
  left: 0;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .header__burger span {
    right: 0;
    margin: auto;
    background: #fff;
  }
}
.header__burger span:nth-child(1) {
  top: 0;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 767px) {
  .header__burger span:nth-child(1) {
    top: 12px;
  }
}
.header__burger span:nth-child(2) {
  top: 5px;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 767px) {
  .header__burger span:nth-child(2) {
    top: 17px;
  }
}
.header__burger span:nth-child(3) {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 767px) {
  .header__burger span:nth-child(3) {
    bottom: 12px;
  }
}
.header__burger.show span:nth-child(1) {
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.header__burger.show span:nth-child(2) {
  display: none;
}
.header__burger.show span:nth-child(3) {
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .header__burger {
    margin: 0 0 0 auto;
    width: 36px;
    height: 36px;
    background: #222;
    border-radius: 8px;
  }
}

.mobile-menu {
  display: none;
  position: absolute;
  top: 84px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
  width: 100%;
  max-width: 360px;
  border-top: 1px solid #E0E0E0;
  z-index: 999;
  transition: 0.4s;
  transform: translate(-110%, 0);
}
.mobile-menu.show {
  transform: translate(0, 0);
}
@media (max-width: 991px) {
  .mobile-menu {
    display: block;
  }
}

.mobile-menu__content {
  position: relative;
  z-index: 2;
  width: 100%;
  background: #fff;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 100px;
}

.mobile-menu__shadow {
  display: none;
  position: absolute;
  top: 84px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  transform: scale(0);
  z-index: 998;
}
.mobile-menu__shadow.show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
@media (max-width: 991px) {
  .mobile-menu__shadow {
    display: block;
  }
}

.mod-finder {
  transform: translate(0, -300px);
  position: absolute;
  left: 20px;
  right: 20px;
  width: calc(100% - 40px);
  transition: 0.4s;
  z-index: 9;
}
.mod-finder.show {
  transform: translate(0, 0);
}
@media (max-width: 767px) {
  .mod-finder {
    transform: translate(0, 0);
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
  }
}
.mod-finder label {
  display: none;
}
.mod-finder .mod-finder__search {
  background: #F6F6F6;
  display: flex;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .mod-finder .mod-finder__search {
    border-radius: 0;
  }
}
.mod-finder .awesomplete {
  flex: 0 0 calc(100% - 100px);
}
@media (max-width: 767px) {
  .mod-finder .awesomplete {
    flex: 0 0 calc(100% - 60px);
  }
}
.mod-finder input {
  background: #F6F6F6;
  height: 40px;
  padding: 10px;
  border-radius: 6px;
  width: 100%;
}
.mod-finder button {
  flex: 0 0 60px;
  height: 40px;
  background: url("/images/icons/header-search.png") center center/auto no-repeat;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: 0.4s;
}
.mod-finder button:hover {
  background: #ccc url("/images/icons/header-search.png") center center/auto no-repeat;
}
.mod-finder .search-close {
  flex: 0 0 40px;
  position: relative;
  cursor: pointer;
}
.mod-finder .search-close:before, .mod-finder .search-close:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #222;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: 0.4s;
}
.mod-finder .search-close:before {
  transform: rotate(45deg);
}
.mod-finder .search-close:after {
  transform: rotate(-45deg);
}
.mod-finder .search-close:hover:before, .mod-finder .search-close:hover:after {
  background: #CD332B;
}
@media (max-width: 767px) {
  .mod-finder .search-close {
    display: none;
  }
}

.favorites {
  margin: 0px 0px 100px;
}
@media (max-width: 430px) {
  .favorites {
    margin: 0px 0px 60px;
  }
}
.favorites__content {
  display: flex;
  font-family: "Gotham";
}
@media (max-width: 767px) {
  .favorites__content {
    display: block;
  }
}
.favorites__left {
  flex: 0 0 calc(100% - 440px);
  margin: 0px 20px 0px 0px;
  height: 460px;
}
@media (max-width: 767px) {
  .favorites__left {
    margin: 0px 0px 20px;
    height: 220px;
  }
}
@media (max-width: 430px) {
  .favorites__left {
    height: auto;
  }
}
.favorites__big-item {
  position: relative;
  height: 100%;
}
.favorites__big-item:hover .favorites__big-item-title {
  color: #CD332B;
}
.favorites__big-item-image {
  height: 100%;
}
.favorites__big-item-image img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 430px) {
  .favorites__big-item-image img {
    border-radius: 12px;
  }
}
@media (max-width: 430px) {
  .favorites__big-item-image {
    height: 180px;
  }
}
.favorites__big-item-content {
  position: absolute;
  bottom: 30px;
  left: 22px;
  right: 20px;
  max-width: 637px;
}
@media (max-width: 430px) {
  .favorites__big-item-content {
    position: inherit;
  }
}
.favorites__big-item-info {
  display: flex;
  align-items: center;
  margin: 0px 0px 20px;
  color: #fff;
}
@media (max-width: 767px) {
  .favorites__big-item-info {
    margin: 0px 0px 12px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
  }
}
@media (max-width: 430px) {
  .favorites__big-item-info {
    position: absolute;
    top: 150px;
    left: 10px;
    right: 10px;
    justify-content: space-between;
  }
}
.favorites__big-item-author {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0px 12px 0px 0px;
}
@media (max-width: 767px) {
  .favorites__big-item-author {
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
  }
}
.favorites__big-item-views {
  padding: 0 0 0 30px;
  background: url("/images/icons/views-big-icon.png") left center/auto no-repeat;
}
@media (max-width: 767px) {
  .favorites__big-item-views {
    padding: 0 0 0 18px;
    background: url("/images/icons/views-small-icon.png") left center/auto no-repeat;
    line-height: 16px;
  }
}
.favorites__big-item-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 33px;
  color: #fff;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .favorites__big-item-title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 430px) {
  .favorites__big-item-title {
    color: #222;
    font-size: 15px;
    line-height: 20px;
    padding: 10px;
  }
}
.favorites__right {
  flex: 0 0 420px;
}
.favorites__small-item {
  position: relative;
  height: 220px;
}
.favorites__small-item:nth-child(1) {
  margin: 0px 0px 20px;
}
.favorites__small-item:hover .favorites__small-item-title {
  color: #CD332B;
}
@media (max-width: 430px) {
  .favorites__small-item {
    height: auto;
  }
}
.favorites__small-item-image img {
  border-radius: 20px;
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 430px) {
  .favorites__small-item-image img {
    border-radius: 12px;
    height: 100%;
  }
}
@media (max-width: 430px) {
  .favorites__small-item-image {
    height: 180px;
  }
}
.favorites__small-item-content {
  position: absolute;
  bottom: 24px;
  left: 20px;
  right: 20px;
}
@media (max-width: 430px) {
  .favorites__small-item-content {
    position: inherit;
  }
}
.favorites__small-item-info {
  display: flex;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  margin: 0px 0px 12px;
}
@media (max-width: 430px) {
  .favorites__small-item-info {
    position: absolute;
    top: 150px;
    left: 10px;
    right: 10px;
    justify-content: space-between;
  }
}
.favorites__small-item-author {
  margin: 0px 12px 0px 0px;
}
.favorites__small-item-views {
  padding: 0 0 0 18px;
  background: url("/images/icons/views-small-icon.png") left center/auto no-repeat;
  line-height: 16px;
}
.favorites__small-item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  transition: 0.4s;
}
@media (max-width: 430px) {
  .favorites__small-item-title {
    color: #222;
    font-size: 15px;
    line-height: 20px;
    padding: 10px;
  }
}

.articles {
  margin: 0px 0px 100px;
}
.articles__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 575px) {
  .articles__wrapper {
    display: block;
    margin: 0;
  }
}
.articles__more {
  cursor: pointer;
  color: #fff;
  font-family: "Gotham";
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222;
  border-radius: 12px;
  border: 2px solid #222;
  transition: 0.4s;
}
.articles__more:hover {
  background: #fff;
  color: #222;
}

.article {
  flex: 0 0 calc(25% - 20px);
  margin: 0 10px 20px;
  position: relative;
  height: 220px;
}
@media (max-width: 991px) {
  .article {
    flex: 0 0 calc(33.333% - 20px);
  }
}
@media (max-width: 767px) {
  .article {
    flex: 0 0 calc(50% - 20px);
  }
}
@media (max-width: 575px) {
  .article {
    margin: 0px 0px 20px;
  }
}
@media (max-width: 430px) {
  .article {
    height: auto;
  }
}
.article__content-title:hover  {
  color: #CD332B;
}
.article__image img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 430px) {
  .article__image img {
    height: 100%;
    border-radius: 12px;
  }
}
@media (max-width: 430px) {
  .article__image {
    height: 180px;
  }
}
.article__content {
  position: absolute;
  bottom: 50px;
  left: 15px;
  right: 15px;
}
@media (max-width: 430px) {
  .article__content {
    position: inherit;
  }
}
.article__content-info {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  margin: 0px 0px 12px;
}
@media (max-width: 430px) {
  .article__content-info {
    position: absolute;
    top: 150px;
    left: 10px;
    right: 10px;
    justify-content: space-between;
  }
}
.article__content-author {
  margin: 0px 10px 0px 0px;
}
.article__content-views {
  padding: 0 0 0 18px;
  background: url("/images/icons/views-small-icon.png") left center/auto no-repeat;
  line-height: 16px;
}
.article__content-title {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  transition: 0.4s;
}
@media (max-width: 1199px) {
  .article__content-title {
    font-size: 14px;
  }
}
@media (max-width: 430px) {
  .article__content-title {
    color: #222;
    font-size: 15px;
    line-height: 20px;
    padding: 10px;
    font-family: "Gotham";
  }
}

.article__comments {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}

@media (max-width: 430px) {
  .article__comments {
    position: inherit;
  }
}

.topauthors {
  margin: 0px 0px 100px;
}
.topauthors .container {
  position: relative;
}
.topauthors__header {
  display: flex;
  align-items: center;
  margin: 0px 0px 28px;
}
.topauthors__controls {
  display: flex;
  margin: 0 0 0 auto;
}
.topauthors__title {
  margin: 0px 16px 0px 0px;
}
.topauthors__items._low {
  display: flex;
  flex-wrap: wrap;
}
.topauthors__items._low .topauthors__item {
  flex: 0 0 240px;
  margin: 0 12px 12px 0;
  display: flex;
  align-items: center;
}
.topauthors__item {
  margin: 0px 12px 0px 0px;
  background: #F6F6F6;
  border-radius: 16px;
  padding: 20px 16px;
}
.topauthors__item:hover .topauthors__item-name {
  color: #CD332B;
}
.topauthors__item-content {
  display: flex;
  align-items: center;
}
.topauthors__item-photo {
  margin: 0px 12px 0px 0px;
  flex: 0 0 44px;
}
.topauthors__item-photo img {
  width: 44px;
  height: 44px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.topauthors__item-name {
  font-family: "Gotham";
  font-size: 14px;
  font-weight: bold;
  margin: 0px 0px 4px;
  color: #222;
  transition: 0.4s;
}
.topauthors__item-info {
  display: flex;
  align-items: center;
}
.topauthors__item-rate {
  font-size: 12px;
  font-weight: 500;
  color: #767676;
  padding: 0 0 0 18px;
  background: url("/images/icons/rating-star.png") left 2px/auto no-repeat;
  margin: 0px 10px 0px 0px;
}
.topauthors__item-views {
  font-size: 12px;
  font-weight: 500;
  padding: 0 0 0 18px;
  color: #767676;
  background: url("/images/icons/views-grey-small-icon.png") left 3px/auto no-repeat;
}

.defcontrols__prev, .defcontrols__next {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6F6F6;
  border-radius: 8px;
  transition: 0.4s;
  cursor: pointer;
}
.defcontrols__prev svg path, .defcontrols__next svg path {
  transition: 0.4s;
  stroke: #CCCCCC;
}
.defcontrols__prev:hover, .defcontrols__next:hover {
  background: #222;
}
.defcontrols__prev:hover svg path, .defcontrols__next:hover svg path {
  stroke: #fff;
}
@media (max-width: 480px) {
  .defcontrols__prev, .defcontrols__next {
    width: 28px;
    height: 28px;
  }
}

.watchleaders {
  margin: 0px 0px 100px;
}
.watchleaders .container {
  position: relative;
}
.watchleaders__header {
  display: flex;
  align-items: center;
  margin: 0px 0px 28px;
}
.watchleaders__controls {
  display: flex;
  margin: 0 0 0 auto;
}
.watchleaders__title {
  margin: 0px 16px 0px 0px;
}
.watchleaders__content {
  margin: 0 -15px 0 0;
}
.watchleaders__item {
  margin: 0px 20px 0px 0px;
  height: 420px;
  position: relative;
}
.watchleaders__item:hover .watchleaders__item-title {
  color: #CD332B;
}
.watchleaders__item-image img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.watchleaders__item-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
}
.watchleaders__item-info {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  margin: 0px 0px 12px;
}
.watchleaders__item-author {
  margin: 0px 12px 0px 0px;
}
.watchleaders__item-views {
  padding: 0 0 0 20px;
  background: url("/images/icons/views-small-icon.png") left center/auto no-repeat;
}
.watchleaders__item-title {
  font-family: "Gotham";
  font-size: 18px;
  font-weight: 700;
  transition: 0.4s;
}

.artpage {
  margin: 0px 0px 60px;
}

.artpage__content {
  display: flex;
  justify-content: center;
}
.artpage__text p {
  margin: 0px 0px 28px;
}
.artpage__header {
  display: flex;
  align-items: center;
  margin: 0px 0px 28px;
}
.artpage__backlink {
  transition: 0.4s;
  cursor: pointer;
}
.artpage__backlink:hover {
  background: #222;
}
.artpage__backlink svg path {
  transition: 0.4s;
}
.artpage__backlink:hover svg path {
  stroke: #fff;
}
.artpage__date {
  font-size: 14px;
  color: #767676;
  margin: 0px 20px 0px 0px;
}
.artpage__views {
  font-size: 14px;
  color: #767676;
  padding: 0 0 0 30px;
  background: url("/images/icons/views-grey-big-icon.png") left 3px/auto no-repeat;
  margin: 0 20px 0 0;
}
.artpage__commentslink {
  font-size: 14px;
  color: #767676;
}
@media (max-width: 430px) {
  .backlink {
    margin: 0 10px 0 0!important;
  }
  .artpage__date {
    margin: 0 10px 0 0;
  }
  .artpage__views {
    margin: 0 10px 0 0;
    padding: 0 0 0 25px;
  }
}
.artpage__title {
  margin: 0px 0px 28px;
}
.artpage__categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0px 0px 40px;
}
.artpage__category {
  font-family: "Gotham";
  background: #F6F6F6;
  border-radius: 10px;
  font-size: 14px;
  transition: 0.4s;
  color: #222;
  height: 48px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: 0px 8px 10px 0px;
}
.artpage__category:hover {
  background: #222;
  color: #fff;
}
@media (max-width: 575px) {
  .artpage__category {
    height: 34px;
    padding: 0 12px;
    font-size: 12px;
  }
}
.artpage__category._authorpage.active {
  background: #222;
  color: #fff;
}

.artpage__image {
  margin: 0px 0px 40px;
}
.artpage__image img {
  border-radius: 20px;
}
.artpage__footer {
  background: #F6F6F6;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
@media (max-width: 480px) {
  .artpage__footer {
    flex-wrap: wrap;
  }
}
.artpage__author {
  display: flex;
  align-items: center;
  margin: 0px 20px 0px 0px;
}
@media (max-width: 480px) {
  .artpage__author {
    flex: 0 0 100%;
    margin: 0px 0px 12px;
  }
}
.artpage__author-photo {
  flex: 0 0 44px;
  margin: 0px 12px 0px 0px;
}
.artpage__author-photo img {
  height: 44px;
  width: 44px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.artpage__author-name {
  font-family: "Gotham";
  font-size: 14px;
  font-weight: bold;
  color: #222;
}
.artpage__author-name:hover {
  color: #CD332B;
}
.artpage__author-data {
  display: flex;
  align-items: center;
}
.artpage__author-rating {
  font-size: 12px;
  font-weight: 500;
  color: #767676;
  padding: 0 0 0 18px;
  background: url("/images/icons/rating-star.png") left 2px/auto no-repeat;
  margin: 0px 10px 0px 0px;
}
.artpage__author-views {
  font-size: 12px;
  font-weight: 500;
  padding: 0 0 0 18px;
  color: #767676;
  background: url("/images/icons/views-grey-small-icon.png") left 3px/auto no-repeat;
}
.artpage__share {
  display: flex;
  align-items: center;
  font-family: "Gotham";
  font-size: 14px;
  font-weight: bold;
  transition: 0.4s;
  cursor: pointer;
}
.artpage__share svg {
  margin: 0px 11px 0px 0px;
}
.artpage__share svg path {
  stroke: #222;
  transition: 0.4s;
}
.artpage__share:hover {
  color: #CD332B;
}
.artpage__share:hover svg path {
  stroke: #CD332B;
}
@media (max-width: 480px) {
  .artpage__share {
    margin: 0 0 0 auto;
  }
}

.artpage__text {
  flex:0 0 calc(100% - 410px);
  max-width: calc(100% - 410px);
}
@media (max-width: 991px) {
  .artpage__text {
    flex:0 0 100%;
    max-width: 100%;
  }
}
.artpage__navigation {
  flex: 0 0 330px;
  margin: 0px 0px 0px 80px;
  font-family: "Gotham";
  padding: 73px 0 0;
  display: none;
}
@media (max-width: 991px) {
  .artpage__content {
    display: block;
  }
  .artpage__navigation {
    padding: 0;
    margin: 30px 0 40px;
  }
  .artpage__navigation-menu {
    display: none;
  }
  .artpage__navigation-content {
    position: relative;
    top: 0;
  }
}
.artpage__navigation-content {
  position: sticky;
  top: 10px;
}
.artpage__ai-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px 0;
}
.artpage__ai-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}
.artpage__ai {
  display: flex;
  align-items: center;
  margin: 0 8px 8px 0;
  font-size: 14px;
  color: #222;
  border-radius: 10px;
  padding: 8px;
  background: #fff;
  box-shadow: 2px 2px 12px 0px #0000001A;
}
.artpage__ai:hover {
  box-shadow: none;
}
.artpage__ai-image{
  margin: 0 6px 0 0;
}
.artpage__navigation-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0px 0px 20px;
  line-height: 1.3;
}
.artpage__navigation-item {
  display: flex;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  margin: 0px 0px 20px;
  transition: 0.4s;
  cursor: pointer;
}
.artpage__navigation-item[data-level="2"] {
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 0 40px;
}
.artpage__navigation-item.active {
  color: #3741FF;
  cursor: default;
}
.artpage__navigation-item:hover {
  color: #3741FF;
}
.artpage__navigation-item-num {
  margin: 0px 4px 0px 0px;
}
.backlink {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 10px;
  background: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 20px 0px 0px;
}

.quote {
  padding: 28px 0;
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  margin: 0px 0px 28px;
}
.quote__author {
  padding: 0 0 0 51px;
  background: url("/images/icons/quote.png") left 3px/auto no-repeat;
  margin: 0px 0px 20px;
}
.quote__name {
  font-family: "Gotham";
  font-size: 18px;
  font-weight: bold;
  margin: 0px 0px 2px;
}
.quote__post {
  color: #767676;
  font-size: 14px;
}
.authorpage__header {
  margin: 0px 0px 40px;
  display: flex;
}
@media (max-width: 991px) {
  .authorpage__header {
    flex-wrap: wrap;
  }
}
.authorpage__data {
  display: flex;
}
@media (max-width: 991px) {
  .authorpage__data {
    margin: 0px 0px 30px;
  }
}
@media (max-width: 767px) {
  .authorpage__data {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .authorpage__data {
    margin: 0px 0px 10px;
  }
}
.authorpage__image {
  flex: 0 0 200px;
  margin: 0px 40px 0px 0px;
}
.authorpage__image img {
  border-radius: 50%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 480px) {
  .authorpage__image img {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .authorpage__image {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    margin: 0px 0px 16px;
  }
}
.authorpage__name-holder {
  display: none;
}
@media (max-width: 767px) {
  .authorpage__name-holder {
    display: block;
    margin: 0px 0px 0px 20px;
  }
}
.authorpage__name {
  margin: 0px 0px 10px;
}
.authorpage__undername {
  display: flex;
  align-items: center;
  font-family: "Gotham";
  font-weight: 600;
  color: #444;
  margin: 0px 0px 16px;
}
@media (max-width: 480px) {
  .authorpage__undername {
    font-size: 12px;
  }
}
.authorpage__rating {
  padding: 0 0 0 18px;
  background: url("/images/icons/rating-star.png") left 5px/auto no-repeat;
  margin: 0px 16px 0px 0px;
}
.authorpage__articles-count {
  margin: 0px 16px 0px 0px;
}
.authorpage__note {
  font-size: 14px;
  margin: 0px 0px 16px;
}
.authorpage__note-more {
  font-family: "Gotham";
  font-weight: bold;
  cursor: pointer;
  transition: 0.4s;
}
.authorpage__note-more:hover {
  color: #CD332B;
}
.authorpage__note-continue {
  display: none;
}
.authorpage__socials {
  display: flex;
  flex-wrap: wrap;
}
.authorpage__social {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  background: #222;
  border-radius: 50%;
  margin: 0px 10px 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.authorpage__social svg path {
  transition: 0.4s;
}
.authorpage__social:hover {
  background: #fff;
}
.authorpage__social:hover svg path {
  fill: #222;
}
.authorpage__follow {
  flex: 0 0 243px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  background: #222;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  transition: 0.4s;
  border: 2px solid #222;
  cursor: pointer;
  margin: 0px 0px 0px 197px;
}
.authorpage__follow svg {
  margin: 0 0 0 10px;
}
.authorpage__follow svg path {
  transition: 0.4s;
}
.authorpage__follow:hover {
  background: #fff;
  color: #222;
}
.authorpage__follow:hover svg path {
  stroke: #222;
}
@media (max-width: 1199px) {
  .authorpage__follow {
    margin: 0px 0px 0px 50px;
  }
}
@media (max-width: 991px) {
  .authorpage__follow {
    margin: 0;
  }
}

.footer__header {
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
}
.footer__header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid #DADADA;
  border-left: 1px solid #DADADA;
  width: 100%;
  max-width: 1340px;
  padding: 25px 15px;
  margin: auto;
}
@media (max-width: 1340px) {
  .footer__header-content {
    width: calc(100% - 20px);
  }
}
@media (max-width: 991px) {
  .footer__header-content {
    padding: 20px 10px;
  }
}
@media (max-width: 430px) {
  .footer__header-content img {
    width: 128px;
  }
}
.footer__header-social-holder {
  display: none;
}
@media (max-width: 575px) {
  .footer__header-social-holder {
    display: block;
    margin: 0 0 0 10px;
  }
}
.footer__broadcast {
  margin: 0px 0px 0px 12px;
  border-radius: 12px;
  background: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 14px;
  color: #fff;
  font-size: 14px;
  font-family: "Gotham";
  font-weight: bold;
  cursor: pointer;
  transition: 0.4s;
  border: 1px solid #222;
}
.footer__broadcast svg {
  margin: 0 0 0 10px;
}
.footer__broadcast svg path {
  transition: 0.4s;
}
.footer__broadcast:hover {
  background: #fff;
  color: #222;
}
.footer__broadcast:hover svg path {
  stroke: #222;
}
@media (max-width: 575px) {
  .footer__broadcast {
    margin: 0;
  }
}
.footer__content {
  width: 100%;
  max-width: 1340px;
  padding: 40px 15px 10px;
  margin: auto;
  border-right: 1px solid #DADADA;
  border-left: 1px solid #DADADA;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1340px) {
  .footer__content {
    width: calc(100% - 20px);
  }
}
@media (max-width: 575px) {
  .footer__content {
    border: none;
    padding: 30px 15px;
    width: 100%;
  }
}
.footer__menu:not(._add) {
  display: flex;
  flex-wrap: wrap;
  
}

.footer__menu._add {
  margin: 0 30px 0 0;
}
.footer__menu-item.parent {
  margin: 0px 100px 30px 0px;
}
@media (max-width: 1199px) {
  .footer__menu-item.parent {
    margin: 0px 60px 30px 0px;
  }
}
@media (max-width: 430px) {
  .footer__menu-item.parent {
    flex: 0 0 50%;
    margin: 0 0 20px;
    padding: 0 12px 0 0;
  }
}
.footer__menu-item.parent:last-child {
  margin: 0;
}
.footer__menu-item.parent > .footer__menu-link, .footer__menu-item._add > .footer__menu-link {
  font-size: 18px;
  font-family: "Gotham";
  font-weight: bold;
  margin: 0px 0px 20px;
}
@media (max-width: 430px) {
  .footer__menu-item.parent > .footer__menu-link {
    margin: 0px 0px 10px;
    font-size: 14px;
  }
}
.footer__menu-link {
  display: block;
  font-size: 14px;
  color: #222;
  margin: 0px 0px 10px;
}
.footer__menu-link:hover {
  color: #CD332B;
}
@media (max-width: 430px) {
  .footer__menu-link {
    font-size: 12px;
  }
}
.footer__menu-subitems {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 430px) {
  .footer__menu-subitems {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.footer__bottom {
  border-top: 1px solid #DADADA;
}
@media (max-width: 575px) {
  .footer__bottom {
    border: none;
  }
}
.footer__bottom-content {
  width: 100%;
  max-width: 1340px;
  padding: 12px 15px;
  margin: auto;
  border-right: 1px solid #DADADA;
  border-left: 1px solid #DADADA;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1340px) {
  .footer__bottom-content {
    width: calc(100% - 20px);
  }
}
@media (max-width: 575px) {
  .footer__bottom-content {
    border: none;
    padding: 0 15px 15px;
    display: block;
    text-align: center;
    width: 100%;
  }
}
.footer__bottom-copyrights {
  font-size: 14px;
  margin: 0px 12px 0px 0px;
}
@media (max-width: 575px) {
  .footer__bottom-copyrights {
    margin: 0;
  }
}
.footer__bottom-socials {
  display: flex;
  align-items: center;
}
.footer__bottom-social-link {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.footer__bottom-social-link:nth-child(2) {
  margin: 0 10px;
}
@media (max-width: 430px) {
  .footer__bottom-social-link svg {
    width: 12px;
  }
}
.footer__bottom-social-link svg path {
  transition: 0.4s;
}
.footer__bottom-social-link:hover {
  background: #fff;
}
.footer__bottom-social-link:hover svg path {
  fill: #222;
}
@media (max-width: 430px) {
  .footer__bottom-social-link {
    width: 24px;
    height: 24px;
  }
}
.footer__broadcat-holder {
  display: none;
}
@media (max-width: 575px) {
  .footer__broadcat-holder {
    display: block;
    padding: 0 15px;
    margin: 0px 0px 20px;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0 0;
  justify-content: center;
}

.icon-angle-double-left {
  display: block;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #F63333;
}

.icon-angle-double-left:before {
  content: '<<';
}

.icon-angle-left {
  display: block;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #F63333;
}

.icon-angle-left:before {
  content: '<';
}

.icon-angle-right {
  display: block;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #F63333;
}

.icon-angle-right:before {
  content: '>';
}

.icon-angle-double-right {
  display: block;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #F63333;
}

.icon-angle-double-right:before {
  content: '>>';
}

.page-item {
  margin: 0px 10px 0px 0px;
  background: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

.page-item:not(.disabled):not(.active):hover {
  cursor: pointer;
  background: rgba(246, 51, 51, 0.5);
}

.page-item .page-link {
  display: block;
  width: 32px;
  height: 32px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 80%;
}

.page-item.active {
  background: #F63333;
}

.page-item.active .page-link {
  color: #fff;
}

.page-item.disabled .icon-angle-double-left {
  color: #666;
}

.page-item.disabled .icon-angle-left {
  color: #666;
}

.page-item.disabled .icon-angle-double-right {
  color: #666;
}

.page-item.disabled .icon-angle-right {
  color: #666;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 30px 0;
  padding: 15px;
}

table tr {

}

table td {
  border-bottom: 1px solid #999;
  padding: 10px;
}

table th {
  padding: 10px;
  border-bottom: 1px solid #333;
}

.newarticles {
  margin: 0 0 100px 0;
}
.newarticles__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.newarticle {
  flex: 0 0 calc(25% - 20px);
  margin: 0 10px 30px;
}
.newarticle__image {
  border-radius: 16px;
  margin: 0 0 16px 0;
}
.newarticle__image img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}
.newarticle__author {
  font-weight: 500;
  font-size: 12px;
  color: #767676;
  margin: 0 0 12px 0;
}
.newarticle__title {
  font-weight: 700;
  font-size: 17px;
  margin: 0 0 12px 0;
  color: #222;
  transition: .4s;
}
.newarticle__info {
  display: flex;
  align-items: center;
  color: #767676;
  font-size: 12px;
  line-height: 16px;
}
.newarticle__date {
  padding: 0 0 0 20px;
  background: url('/images/icons/clock-grey-16.png') left center / auto no-repeat;
  margin: 0 12px 0 0;
}
.newarticle__views {
  padding: 0 0 0 20px;
  background: url('/images/icons/eye-grey-16.png') left center / auto no-repeat;
  margin: 0 12px 0 0;
}
.newarticle__comments {
  padding: 0 0 0 20px;
  background: url('/images/icons/comments-grey-16.png') left center / auto no-repeat;
  color: #767676;
}
.newarticle__title:hover {
  color: #CD332B;
}

@media (max-width: 1200px) {
  .newarticle {
    flex: 0 0 calc(33.333% - 20px);
  }
}

@media (max-width: 991px) {
  .newarticles {
    margin: 0 0 60px 0;
  }
  .newarticle {
    flex: 0 0 calc(50% - 20px);
  }
}

@media (max-width: 620px) {
  .newarticles__wrapper {
    margin: 0;
    display: block;
  }
  .newarticle {
    margin: 0 0 40px;
  }
}