@import url(https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500&family=Lora:ital,wght@0,400;0,500;1,400;1,500&display=swap);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.mobile_float {
  display: none;
}

.mobile_content {
  display: none;
}

.menu_icon_wrapper {
  display: none;
}

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

body {
  margin: 0;
  background-color: #f6f9fc;
}

a {
  text-decoration: none;
  display: block;
  width: 100%;
}

a:hover {
  opacity: 0.8;
  cursor: pointer;
}

a:active {
  opacity: 0.7;
  cursor: pointer;
}

a:disabled {
  pointer-events: none;
  opacity: 0.2;
  cursor: default;
}

img {
  vertical-align: bottom;
}

#burger_check {
  display: none;
}

.record_time,
.opinion_date {
  font-family: Lora;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #9aa5aa;
}

.record_time {
  margin-right: 8px;
  white-space: nowrap;
}

.record_content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-content: space-between;
}

.record_content a {
  font-family: Lora;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}

.record_class {
  font-family: Lora;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #48494e;
}

header {
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
}

.header_top {
  font-family: "Lora";
  max-width: 1260px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  /* margin: 0 auto; */
}

.header_middle {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.loft {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1260px;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #ededed;
}

.bank {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 550px;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #333333;
}

.currency {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.currency_sign {
  margin-right: 12px;
}

.currency_grow {
  margin-left: 12px;
}

.social_icons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 380px;
  width: 100%;
}

.social_icons a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* margin-right: 5px; */
  width: auto;
}

.social_icons a:last-child {
  margin: 0;
}

.top_part {
  max-width: 1260px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 110px;
}

.search {
  max-width: 460px;
  width: 100%;
  position: relative;
}

#search {
  position: relative;
  height: 40px;
}

.search_svg {
  position: absolute;
  right: 11px;
  top: 8px;
}

.search:hover {
  opacity: 0.8;
  cursor: pointer;
}

.search:disabled {
  pointer-events: none;
  opacity: 0.2;
  cursor: default;
}

.search_input[type="text"]:focus {
  color: #333333;
}

.search:focus-within {
  opacity: 1;
  cursor: text;
}

.search:focus-within svg path {
  fill: #333333;
}

.search_input:focus::placeholder {
  color: transparent;
}

.search_svg:hover {
  cursor: pointer;
}

.search_input {
  height: 40px;
  background-color: #eaf0f7;
  border: none;
  border-radius: 4px;
  width: 100%;
  padding: 1.2em;
  vertical-align: middle;
}

.search_input[type="text"] {
  color: #999999;
  font-family: "Lora";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}

.menu_container {
  width: 100%;
  background-color: #de2826;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.menu {
  height: 50px;
  width: 100%;
  max-width: 1260px;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  list-style: none;
}

.menu_item {
  height: 35px;
  display: flex;
  align-items: center;
  padding: 0 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.selected_menu_item a:after {
  content: "";
  width: 116%;
  height: 2px;
  background-color: #fff;
  left: -8%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
}

.menu_item a {
  color: #ffffff;
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.menu_item:first-child {
  padding-left: 0;
}

.menu_item:last-child {
  padding-right: 0;
  border: none;
}

.content_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #f6f9fc;
}

.wide_rec_top {
  max-width: 1260px;
  width: 100%;
  margin-bottom: 20px;
}

.wide_rec_top a {
  display: block;
  width: 100%;
  height: 100%;
}

.wide_rec_top img {
  width: 100%;
}

/* .top_rec_image {
  background-image: url(../images/wideAdTop.jpg);
  background-size: cover;
  width: 100%;
  min-height: 100px;
  background-repeat: no-repeat;
} */

.content {
  max-width: 1260px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
}

.main_content {
  max-width: 940px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: wrap;
}

aside {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-content: flex-start;
  flex-wrap: wrap;
  max-width: 300px;
  width: 100%;
  margin: 0 20px 0 0;
}

.hour_news {
  width: 100%;
  padding: 18px 18px;
  background-color: #696a6f;
  box-shadow: 0px 4px 8px rgba(181, 200, 219, 0.3);
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: space-around;
}

.hour_content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.news_icon {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

.news_icon a {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  text-transform: uppercase;
}

.icon_back {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  background-color: #fff;
  margin-right: 16px;
}

.hour_record_content a {
  color: #ffffff;
}

.hour_record_class {
  color: rgba(255, 255, 255, 0.8);
}

.aside_news {
  list-style: none;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

  background: #ffffff;
  /* тень */
  box-shadow: 0px 4px 8px rgba(181, 200, 219, 0.3);
  margin: 0 0 20px 0;
  width: 100%;
}

.news_item {
  padding: 18px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* align-content: space-around; */
}

/* .news_item a:hover {
  opacity: 0.8;
  cursor: pointer;
}

.news_item a:active {
  opacity: 0.7;
  cursor: pointer;
}

.news_item a:disabled {
  pointer-events: none;
  opacity: 0.2;
  cursor: default;
} */

.news_item:last-child {
  border: none;
}

.aside_bottom {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
}

.second_aside_news {
  margin: 0 0 20px 0;
}

.more_news {
  margin-bottom: 40px;
  width: 194px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.23);
  background-color: #fff;
  border-radius: 4px;
  padding: 0;
}

.more_news a {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.aside_rec {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

.aside_rec a {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.aside_rec a img {
  max-width: 100%;
  max-height: 100%;
  min-width: 100%;
  min-height: 100%;
}

.hot_info_top {
  width: 100%;
  padding: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-image: url(bdede4e07ce44102ecfac6dac097a86d.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
  background-position: center;
  max-height: 300px;
  background-color: black;
  min-height: 272px;
}

.eye_back {
  background: #9aa5aa;
}

.top_info_title {
  display: inline-block;
  max-width: 500px;
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 33px;
  color: #ffffff;
}

.theme_on_top {
  color: #9aa5aa;
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}

.middle_record_header {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.middle_record_header_views {
  display: flex;
  align-items: center;
  margin: 0 1em;
}

.middle_record_header_views span {
  font-family: Lora;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #48494e;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}

.middle_record_header_views_icon {
  background-image: url(../images/grey_eye.svg);
  width: 24px;
  height: 24px;
  background-size: contain;
  margin-right: 0.3em;
}

.middle_record_content {
  font-family: Lora;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;

  color: #333333;
}

.middle_news {
  width: 100%;
  max-width: 620px;
  margin: 0 20px 20px 0;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  align-content: stretch;
  /* тень */
  box-shadow: 0px 4px 8px rgba(181, 200, 219, 0.3);
}

.flex_column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.flex_column img {
  width: 100%;
}

.middle_time {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}

.middle_class {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}

.description {
  padding: 24px 30px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  flex-grow: 2;
  background-color: #ffffff;

  /* тень */
  /* box-shadow: 0px 4px 8px rgba(181, 200, 219, 0.3); */
}

.record_title {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;

  margin-bottom: 20px;
  color: #333333;
}

.right_aside {
  margin: 0 0 20px 0;
  background: #696a6f;
}

.right_aside {
  width: 100%;
}

.main_news {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.main_news_icon {
  margin: 20px 20px 0 20px;
}

.main_news_icon a {
  margin: 0;
}

.main_news_item {
  padding: 18px 0;
  margin: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.last_main_items {
  border: none;
}

.main_news_item .record_content span {
  color: #ffffff;
}

.main_news_item .record_class {
  color: rgba(255, 255, 255, 0.7);
}

.common_news {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
}

.article_share {
  display: flex;
  align-items: center;
}

.mobile_common_news {
  display: none;
}

.common_news_item {
  max-width: 220px;
  max-height: 380px;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
  flex-direction: row;
  align-items: start;
  align-content: flex-start;
  flex-wrap: wrap;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0px 4px 8px rgba(181, 200, 219, 0.3);
}

.common_news_item:nth-child(4n) {
  margin-right: 0;
}

.common_news_item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.common_image {
  width: 100%;
  height: 150px;
  min-height: 150px;
}

.common_image a {
  width: 100%;
  height: 100%;
}

.common_image img {
  display: block;
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: center;
}

.common_description {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-grow: 2;
  position: relative;
  overflow: hidden;
}

.common_description::after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1.2em;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1) 70%
  );
}

.record_header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  margin-bottom: 6px;
  width: 100%;
}

.record_header a {
  width: auto;
}

.common_record_title {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
}

.common_record_content {
  font-family: Lora;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;

  color: #333333;
}

.bottom_info_desktop {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#bottom_content {
  display: none;
}

.bottom_content {
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.wide_rec_bottom {
  width: 100%;
  align-self: flex-start;
  margin-bottom: 20px;
}

.wide_rec_bottom img {
  width: 100%;
}

/* .bottom_rec_image {
  background-image: url(../images/wideAdBottom.jpg);
  background-size: cover;
  width: 100%;
  min-height: 100px;
  background-repeat: no-repeat;
} */

.bottom_info_atributes {
  padding: 0 40px 28px 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
  background-image: url(32f9a0554fad8e12fbe2e7de4c11845b.jpg);
  background-size: cover;
  box-shadow: 0px 4px 8px rgba(181, 200, 219, 0.3);
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.bottom_info_title {
  display: inline-block;
  padding: 60px 26px 50px 368px;
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  color: #ffffff;
}

.bottom_info_content {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
}

.short_info_bottom {
  display: inline-block;
  font-family: Lora;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  width: 180px;
  color: #ffffff;
}

.bottom_info_record {
  position: relative;
}

.bottom_info_record::before {
  content: "";
  width: 100px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: -15px;
}

.opinion_image {
  width: 180px;
  height: 120px;
  margin-bottom: 20px;
}

.opinion_image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
}

.opinions {
  max-width: 940px;
  background: #ffffff;
  width: 100%;
  /* тень */
  box-shadow: 0px 4px 8px rgba(181, 200, 219, 0.3);

  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 36px 0px 40px 0px;
  margin-bottom: 40px;
  flex-grow: 2;
}

.opinions_content {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
}

.any_opinion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 180px;
}

/* .any_opinion img {
  margin-bottom: 20px;
} */

.opinions_title {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;

  /* identical to box height */
  text-align: center;
  text-transform: uppercase;

  color: #333333;

  margin-bottom: 30px;
  position: relative;
}

.opinions_title::before {
  content: "";
  width: 200px;
  height: 1px;
  background-color: #ededed;
  position: absolute;
  left: 188px;
  top: 10px;
}

.opinions_title::after {
  content: "";
  width: 200px;
  height: 1px;
  background-color: #ededed;
  position: absolute;
  right: 188px;
  top: 10px;
}

.opinion_author {
  font-family: Lora;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;

  color: #333333;
}

.opinion_case {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;

  /* identical to box height */

  color: #333333;
}

footer {
  width: 100%;
  background-color: #333333;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer_menu {
  background-color: #434445;
  margin-bottom: 30px;
}

.general_information {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  width: 1260px;
  color: #999999;
  margin-bottom: 32px;
}

/* article_one */

button:active {
  background-color: #f2f2f2;
}

.bottom_tablet {
  display: none;
}

.content_article {
  justify-content: space-between;
  align-items: flex-start;
}

.main_content_article {
  max-width: 860px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-end;
  flex-wrap: nowrap;
  align-content: start;
}

.aside_article {
  flex-direction: column;
  margin: 0;
}

.icon_back_red {
  background-color: #de2827;
}

.icon_title {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #48494e;
}

.topic {
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(181, 200, 219, 0.3);
  padding: 20px;
}

.topic_info_date {
  width: auto;
  white-space: nowrap;
  margin-right: 1em;
  font-family: Lora;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #9aa5aa;
}

.photo_at_article {
  width: 100%;
  max-width: 780px;
  display: flex;
  flex-direction: column;
  margin: 0 0 30px 0;
}

/* .photo_at_article img {
	margin-bottom: 10px;
} */

.photo_at_article img {
  width: 100%;
}

.main_photo {
  max-width: 860px;
  width: 860px;
  align-self: start;
}

.photo_title {
  display: flex;
  font-family: Lora;
  font-style: italic;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #333333;
}

.middle_record_content_article {
  font-size: 18px;
  line-height: 32px;
}

.middle_news_article {
  max-width: 940px;
  margin: 0 0 20px 0;
}

.description_article {
  align-self: start;
  background-color: inherit;
  box-shadow: none;
  padding: 0;
  padding: 20px 26px 30px 0 !important;
}

.record_title_article {
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 16px;
}

.article_content_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  font-family: Lora;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #333333;
}

.article_content_wrapper p {
  margin-bottom: 20px;
  width: 100%;
}

.article_content_wrapper p a {
  display: inline;
  color: #48494e;
  font-weight: bold;
}

.article_content p a {
  display: inline;
  color: #48494e;
  font-weight: bold;
}

.article_bottom_information {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

.article_author,
.article_bottom_widgets {
  display: flex;
  flex-wrap: wrap;
}

.article_author_title {
  margin-right: 0.5em;
}

.article_author span {
  font-family: Lora;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}

.article_author_name {
  margin-right: 40px;
}

.yandex_area_follower {
  margin-right: 40px;
}

.article_content_wrapper p img,
.article_content_wrapper p iframe {
  width: 100%;
}

.previos_topic {
  width: 780px;
  background: #ffffff;
  line-height: 19px;

  /* тень */
  box-shadow: 0px 4px 8px rgba(181, 200, 219, 0.3);
  padding: 20px 22px 20px 25px;
  margin: 10px 0 30px 0;
}
.previos {
  margin-bottom: 6px;
}

.previos span {
  font-family: Lora;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #9aa5aa;
}

.topic_title {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  margin-bottom: 6px !important;
}

.topic_record_content {
  font-family: Lora;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}

blockquote p {
  font-family: Lora;
  font-style: italic;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #333333;
  margin-bottom: 20px;
  position: relative;
  margin-left: 58px;
  max-width: calc(100% - 58px);
}

blockquote p::before {
  content: "";
  width: 28px;
  height: 20px;
  background-image: url(../images/quote.svg);
  position: absolute;
  top: 0;
  left: -58px;
}

.main_slider,
.sub_slider {
  margin-bottom: 20px;
  width: 100vw;
}

.main_slider {
  /* position: relative; */
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.slide_wrapper {
  position: relative;
  max-width: 940px;
  max-height: 940px;
  width: 99%;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
}

.main_slide {
  transition: transform 0.3s ease;
  margin-right: 1px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  height: 100%;
  background-color: #f6f9fc;
}

.main_slide img {
  object-fit: contain;
  position: relative;
  width: 100%;
}

.arrow {
  position: absolute;
  border: none;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
  top: calc(35% - 25px);
}

.left_arrow {
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  left: 0;
}

.right_arrow {
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
  right: 0;
}

.left_arrow::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 4px;
  background-color: #fff;
  top: calc(50% - 6.5px);
  left: 20%;
  transform: rotate(-45deg);
  transition: width 0.2s ease-in, transform 0.2s ease-in;
}

.left_arrow::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 4px;
  background-color: #fff;
  transform: rotate(45deg);
  left: 20%;
  bottom: calc(50% - 6.5px);
  transition: width 0.2s ease-in, transform 0.2s ease-in;
}

.right_arrow::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 4px;
  background-color: #fff;
  top: calc(50% - 6.5px);
  right: 20%;
  transform: rotate(45deg);
  transition: width 0.2s ease-in, transform 0.2s ease-in;
}

.right_arrow::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 4px;
  background-color: #fff;
  transform: rotate(-45deg);
  right: 20%;
  bottom: calc(50% - 6.5px);
  transition: width 0.2s ease-in, transform 0.2s ease-in;
}

.arrow:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.arrow:active {
  background-color: rgba(0, 0, 0, 0.5);
}

.arrow:disabled,
.swiper-button-disabled {
  background-color: rgba(0, 0, 0, 0.05);
}

.swiper-button-disabled:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.swiper-button-disabled:active {
  background-color: rgba(0, 0, 0, 0.05);
}

.arrow:disabled::before,
.arrow:disabled::after {
  background-color: rgba(255, 255, 255, 0.8);
}

.sub_slider {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.arrow_btn {
  position: absolute;
  top: calc(50% - 25px - 8px);
  z-index: 20;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.23);
  border-radius: 4px;
  align-self: center;
  margin-top: 8px;
}

.arrow_btn:active {
  background-color: #f2f2f2;
  outline: none;
}

.left_arrow_btn:active {
  padding-right: 12px;
}

.right_arrow_btn {
  right: 0px;
}

.right_arrow_btn:active {
  padding-left: 8px;
}

.arrow_btn:disabled,
.sub_swiper_wrapper .swiper-button-disabled {
  color: #dddddd;
  border: 1px solid rgba(0, 0, 0, 0.05);
  pointer-events: none;
}

.arrow_btn:disabled::before {
  background-color: #fff;
}

.sub_slider_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 940px;
  width: 100%;
}

.sub_slider_images {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  overflow: hidden;
  max-width: calc(140px * 5 + 20px * 4);
}

.sub_slider_image {
  background-size: cover;
  background-position: center center;
  min-width: 140px;
  min-height: 95px;
  margin-right: 20px;
  transition: transform 0.3s ease;
}

.current_photo {
  height: 103px;
  clip-path: polygon(
    57% 8px,
    50% 0px,
    43% 8px,
    0px 8px,
    0px 100%,
    100% 100%,
    100% 8px
  );
}

/* .sub_slider_image:nth-child(1) {
  background-image: url("../images/common_news_1.jpg");
}
.sub_slider_image:nth-child(2) {
  background-image: url("../images/common_news_2.jpg");
}
.sub_slider_image:nth-child(3) {
  background-image: url("../images/common_news_3.jpg");
}
.sub_slider_image:nth-child(4) {
  background-image: url("../images/common_news_4.jpg");
}

.sub_slider_image:nth-child(5) {
  background-image: url("../images/common_news_5.jpg");
}
*/

.sub_slider_last_photo {
  position: relative;
}

.sub_slider_last_photo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: linear-gradient(270deg, #f6f9fc 0%, rgba(246, 249, 252, 0) 100%);
}

.video {
  margin: 20px 0 40px 0;
  width: 780px;
  height: 440px;
}

video {
  width: 100%;
  height: 100%;
}

.share_it {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0 20px 0;
  margin-bottom: 40px;
}

.share_it a {
  width: auto;
}

.share_it .social_icons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 190px;
  margin-right: 30px;
}

.share_it button {
  width: 188px;
  height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;

  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.23);
  border-radius: 4px;

  font-family: Fira Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}

.share_it button:active {
  background-color: #f2f2f2;
}

.share_it button:disabled {
  color: #dddddd;
  pointer-events: none;
}

.share_it span {
  margin-right: 40px;
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #999999;
}

.survey {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  color: #333333;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.survey_header {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 14px;
  color: #333333;
}

.survey_question {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 16px;
}

.survey_item {
  max-width: 460px;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}

.survey_item input[type="radio"] {
  display: none;
}

.survey_item label {
  display: inline-block;
  cursor: pointer;
  padding: 0px 15px;
  line-height: 40px;
  border-radius: 4px;
  user-select: none;
  background-color: #eaf0f7;
  width: 100%;
}

.survey_item input[type="radio"]:checked + label {
  background-color: #deefff;
}

.form_radio_btn label:hover {
  color: #666;
}

.survey_radio {
  font-family: Lora;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}

.survey button {
  width: 205px;
  height: 49px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;

  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.23);
  border-radius: 4px;

  font-family: Fira Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  margin-top: 20px;
}

.survey button:active {
  background-color: #f2f2f2;
}

.survey button:disabled {
  color: #dddddd;
  pointer-events: none;
}

.comments {
  margin-bottom: 20px;
}

.comment {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.comments .survey_header {
  margin-bottom: 20px;
}

.comment_header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  width: 100%;
  margin-bottom: 14px;
}

.nickname {
  width: auto;
  margin-right: 12px;
  font-family: Lora;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #48494e;
}

.comment_date {
  font-family: Lora;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #999999;
}

.comment_content {
  font-family: Lora;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}

.make_comment {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
}

.make_comment p {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 16px;
}

.make_comment input {
  max-width: 380px;
  width: 100%;
  border: none;
  background: none;
  border-bottom: 1px solid #333333;
  margin-bottom: 20px;
}

.make_comment input[type="text"],
textarea[type="text"] {
  font-family: Lora;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #999999;
}

.make_comment input[type="text"]:focus,
textarea[type="text"]:focus {
  color: #333333;
}

.make_comment textarea {
  width: 100%;
  height: 22px;
  border: none;
  background: none;
  border-bottom: 1px solid #333333;
  margin-bottom: 20px;
}

.comment_submit {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
}

.comment_submit button {
  width: 205px;
  height: 49px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;

  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.23);
  border-radius: 4px;

  font-family: Fira Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
}

.comment_submit button:active {
  background-color: #f2f2f2;
}

.comment_submit button:disabled {
  color: #dddddd;
  pointer-events: none;
}

.common_news_desktop {
  width: 940px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-self: start;
  margin-bottom: 23px;
}

.common_news_item img {
  width: 100%;
  max-width: 220px;
}

.common_description {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-grow: 2;
  max-width: 240px;
}

.record_header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  margin-bottom: 6px;
  width: 100%;
}

.middle_record_header {
  margin-bottom: 10px;
}

.common_record_title {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
}

.common_record_content {
  font-family: Lora;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;

  color: #333333;
}

.wide_rec_bottom {
  width: 940px;
  align-self: flex-start;
  margin-bottom: 20px;
}

/* .bottom_rec_image {
  background-image: url(../images/wideAdBottom.jpg);
  background-size: cover;
  width: 100%;
  min-height: 100px;
  background-repeat: no-repeat;
} */

.show_more {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 20px 0 90px 0;
}

.show_more button {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  border: 1px solid rgba(0, 0, 0, 0.23);
  background-color: #fff;
  border-radius: 4px;
  width: 194px;
  height: 50px;
}

.show_more button:active {
  background-color: #f2f2f2;
}

.show_more button:disabled {
  color: #dddddd;
  pointer-events: none;
}

/* articles */

.content_articles {
  justify-content: space-between;
  align-items: flex-start;
}

.aside_articles {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  margin: 0;
}

.middle_news_articles {
  max-width: 940px;
  margin: 0 0 20px 0;
}

.bottom_info_tablet {
  display: none;
}

.bottom_tablet_article {
  display: none;
}

/* gallery */
.content_gallery {
  justify-content: space-between;
  align-items: flex-start;
}

.record_time_gallery {
  margin-right: 12px;
  white-space: nowrap;
  text-transform: uppercase;
}

.aside_gallery {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  align-content: start;
  flex-wrap: nowrap;
  margin: 0;
}

.middle_news_gallery {
  width: 100%;
  max-width: 940px;
  margin: 0 0 20px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  background-color: inherit;
  box-shadow: none;
}

.flex_column_gallery {
  max-width: calc(50% - 10px);
}

.middle_time_gallery {
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 20px;
}

.description_gallery {
  padding: 28px 20px 28px 30px;
}

.record_title_gallery {
  margin-bottom: 0;
}

.gallery_page_swiper {
  width: 940px;
  align-self: flex-start;
}

.gallery_page_swiper .swiper-container {
  margin-left: auto;
  margin-right: auto;
}

.gallery_page_swiper .swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-top {
  width: 100%;
  margin-bottom: 12px;
}

.gallery-top img {
  width: 100%;
  max-height: 627px;
  object-fit: contain;
}

.images_arrow {
  top: calc(50% - 25px) !important;
}

.gallery-top .swiper-slide {
  max-height: 100%;
}

.sub_swiper_wrapper {
  position: relative;
}

.gallery-thumbs {
  box-sizing: border-box;
  max-width: 780px;
  margin-bottom: 40px;
}

.gallery-thumbs .swiper-wrapper {
  display: flex;
  align-items: flex-end;
}

.gallery-thumbs .swiper-slide {
  height: 95px;
}

.gallery-thumbs .swiper-slide-thumb-active {
  height: 103px;
  clip-path: polygon(
    57% 8px,
    50% 0px,
    43% 8px,
    0px 8px,
    0px 100%,
    100% 100%,
    100% 8px
  );
}

.my_pagination {
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.pagination_content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 34px;

  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 2px 2px 0px 0px;
}

.photo_report_pagination {
  margin-right: 0.5em;
}

.photo_report_pagination,
.photo_report_author {
  font-family: Lora;
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.6);
}

.swiper-pagination {
  font-family: Lora;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
  width: auto;
  position: static;
  margin-right: 18px;
}

/* photo_report */
.content_photo_report {
  justify-content: space-between;
  align-items: flex-start;
}

.main_content_photo_report {
  max-width: 860px;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.common_news_desktop_photo_report {
  margin-bottom: 40px;
}

.common_news_mobile {
  display: none;
}

.aside_photo_report {
  flex-direction: column;
  justify-content: start;
  margin: 0;
}

.middle_record_content_photo_report {
  font-size: 18px;
  line-height: 32px;
}

.middle_time_photo_report {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin-right: 1em;
  white-space: nowrap;
}

.record_title_photo_report {
  font-size: 36px;
  line-height: 43px;
}

.description_photo_report {
  align-self: start;
  margin-bottom: 18px;
  background-color: inherit;
  box-shadow: none;
  padding: 0;
}

@media (max-width: 1300px) {
  .loft,
  .header_middle {
    max-width: 716px;
  }

  .header_top {
    max-width: 768px;
  }

  .bank {
    font-size: 14px;
    line-height: 18px;
    max-width: 410px;
  }

  .bank_logo {
    margin-right: 20px;
    max-width: 42px;
  }

  .currency_sign {
    margin: 0 5px 0 30px;
    max-width: 10px;
  }

  .currency_grow {
    max-width: 12px;
  }

  .social_icons {
    max-width: 225px;
  }

  .social_icons img {
    max-height: 20px;
  }

  .top_part {
    max-width: 716px;
  }

  .search {
    max-width: 348px;
  }

  .menu {
    max-width: 768px;
    justify-content: center;
    height: 50px;
  }

  .menu_item {
    padding: 0 17px;
    height: 30px;
  }

  .menu_item a {
    font-size: 14px;
    line-height: 17px;
  }

  .wide_rec_top {
    max-width: 716px;
    width: 100%;
  }
  /* 
  .top_rec_image {
    background-image: url(../images/wideAdTop.jpg);
    background-size: cover;
    width: 100%;
    min-height: 62px;
    background-repeat: no-repeat;
  } */

  .content {
    max-width: 716px;
  }

  aside {
    max-width: 256px;
    margin-bottom: 0;
  }

  .second_aside_news {
    margin-bottom: 20px;
  }

  .news_item {
    padding: 16px 0;
  }

  .main_content {
    max-width: 440px;
  }

  .top_info_title {
    font-size: 24px;
    line-height: 29px;
    display: block;
    max-width: 100%;
  }

  .hot_info_top {
    padding: 28px 46px 209px 40px;
    background-image: url(4bcd6eab192645fac78e9bfbc99af3cc.jpg);
    background-size: cover;
    background-position: center;
  }

  .content_middle {
    flex-direction: column;
    justify-content: start;
    align-items: center;
    max-width: 440px;
  }

  .description {
    padding: 20px 26px 30px 30px;
  }

  .middle_news {
    margin: 0 0 20px 0;
  }

  .arrow {
    top: calc(28% - 25px);
  }

  .right_aside {
    max-width: 440px;
    flex-grow: 2;
  }

  .main_news {
    padding: 0 0px 0 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .main_news_item {
    margin: 0;
    margin-right: 20px;
    max-width: 190px;
    width: 100%;
    align-content: flex-start;
  }

  .common_news {
    margin-bottom: 0;
  }

  .mobile_common_news {
    display: none;
  }

  .common_news_item {
    max-width: 210px;
  }

  .common_news_item:nth-child(2n) {
    margin-right: 0;
  }

  .wide_rec_bottom {
    max-width: 716px;
    width: 100%;
  }

  /* .bottom_rec_image {
    background-image: url(../images/wideAdBottom.jpg);
    background-size: cover;
    width: 100%;
    min-height: 76px;
    background-repeat: no-repeat;
  } */

  .bottom_info_desktop {
    display: none;
  }

  #bottom_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 716px;
  }

  .top_line,
  .bottom_line {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
  }

  .short_info_bottom {
    max-width: 142px;
  }

  .opinions {
    margin-bottom: 26px;
  }

  .opinions_title::before {
    left: 90px;
  }

  .opinions_title::after {
    right: 90px;
  }

  .footer_menu {
    margin-bottom: 35px;
  }

  .general_information {
    margin-bottom: 32px;
    max-width: 716px;
  }

  /* article_one */
  .bottom_tablet_article {
    display: inline-block;
  }

  .content_article {
    max-width: 769px;
    justify-content: center;
  }

  .aside_article {
    display: none;
  }

  .main_content_article {
    max-width: 716px;
    width: 100%;
  }

  .main_photo {
    width: 769px;
    align-self: center;
  }

  .main_photo .photo_title {
    padding-left: 26px;
  }

  .middle_news {
    margin: 0 0 20px 0;
  }

  .main_slider {
    max-width: 768px;
  }

  .sub_slider {
    max-width: 100%;
    /* margin-left: 20px; */
  }

  .sub_slider_image {
    min-width: 130px;
    min-height: 88px;
    height: 88px;
    margin-right: 17px;
  }

  .sub_slider_images {
    max-width: calc(130px * 4 + 17px * 3);
  }

  .current_photo {
    height: 96px;
    clip-path: polygon(
      57% 8px,
      50% 0px,
      43% 8px,
      0px 8px,
      0px 100%,
      100% 100%,
      100% 8px
    );
  }

  .video {
    margin: 20px 0 40px 0;
    width: 716px;
    height: 403px;
  }

  .share_it .social_icons img {
    max-height: none;
    width: 30px;
    height: 30px;
  }

  .survey_item {
    max-width: 532px;
  }

  .survey_item label {
    line-height: 31px;
  }

  .common_news_desktop_article {
    display: none;
  }

  .common_news_tablet_article {
    display: flex;
    flex-direction: row;
    align-items: start;
  }

  .common_image {
    width: 100%;
    height: 143px;
    min-height: 143px;
  }

  .topic {
    max-width: 256px;
    margin-right: 20px;
  }

  .previos_topic {
    max-width: 716px;
  }

  .icon_title {
    max-width: 130px;
  }

  /* articles */
  .bottom_info_tablet {
    display: flex;
  }

  .show_more {
    margin-bottom: 50px;
  }

  /* gallery */

  .middle_news_gallery {
    max-width: 440px;
    flex-wrap: wrap;
  }

  .flex_column_gallery {
    max-width: none;
    height: auto;
  }

  .flex_column_gallery:first-child {
    margin-bottom: 20px;
  }

  .show_more {
    margin-bottom: 40px;
  }

  /* photo_report */

  .bottom_tablet {
    display: inline-block;
  }

  .content_photo_report {
    max-width: 769px;
    justify-content: center;
  }

  .description_photo_report {
    padding: 0;
  }

  .aside_photo_report {
    display: none;
  }

  .tablet_aside {
    display: flex;
    max-width: 256px;
    margin: 0 20px 40px 0;
  }

  .main_content_photo_report {
    max-width: 716px;
    width: 100%;
  }

  .gallery_page_swiper {
    width: 768px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .gallery-top img {
    max-height: 460px;
  }

  .sub_swiper_wrapper {
    width: 716px;
    height: 96px;
    margin-bottom: 40px;
  }

  .gallery-thumbs {
    max-width: none;
    width: 577px;
  }

  .gallery_page_swiper {
    margin-left: -28px;
  }

  .gallery-thumbs .swiper-slide {
    height: 88px;
  }

  .gallery-thumbs .swiper-slide-thumb-active {
    height: 96px;
    clip-path: polygon(
      57% 8px,
      50% 0px,
      43% 8px,
      0px 8px,
      0px 100%,
      100% 100%,
      100% 8px
    );
  }

  .common_news_desktop_photo_report {
    display: none;
  }

  .common_news_mobile {
    display: none;
  }

  .common_news_tablet_photo_report {
    display: flex;
    flex-direction: row;
    align-items: start;
  }
}

@media (max-width: 768px) {
  .mobile_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
  }

  .search_block .common_news {
    flex-wrap: wrap;
  }

  .loft {
    display: none;
  }

  .menu {
    display: none;
  }

  .search {
    display: none;
  }

  .header_top {
    max-width: 100%;
  }

  .menu_icon_wrapper {
    display: flex;
    z-index: 3;
    width: 40px;
    height: 40px;
    justify-content: end;
    align-items: center;
    position: relative;
  }

  #burger_interactive_wrapper {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 20%;
    z-index: 5;
  }

  #burger_check:checked ~ .content_wrapper {
    display: none;
  }

  #burger_check:checked ~ .main_footer {
    display: none;
  }

  #burger_check:checked ~ header {
    margin-bottom: 0px;
  }

  #burger_check:checked ~ header .header_middle {
    height: 100vh;
    align-content: flex-start;
  }

  #burger_check:checked ~ header .main_logo {
    opacity: 0;
  }

  #burger_check:checked ~ header #mobile_menu {
    display: flex;
    flex-grow: 2;
  }

  #burger_check:checked ~ header .mobile_menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    z-index: 1050;
    width: 100%;
    transition: opacity 0.2s ease-in;
  }

  #burger_check:checked ~ header .search {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 42px;
  }

  #burger_check:checked ~ header .mobile_float {
    width: 100%;
  }

  #burger_check:checked ~ header .mobile_menu ul {
    width: 100%;
  }

  #burger_check:checked ~ header .mobile_menu_item {
    display: flex;
    justify-content: start;
    flex-direction: row;
    align-items: center;
    width: 100%;
    cursor: pointer;
    font-family: Fira Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;

    color: #333333;
  }

  #burger_check:checked ~ header .menu_a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
    font-size: 17px;
    font-weight: 600;
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
  }

  #burger_check:checked ~ header .menu_a:hover {
    opacity: 0.8;
  }

  #burger_check:checked ~ header .menu_a:active {
    opacity: 0.7;
  }

  #burger_check:checked ~ header .mobile_loft {
    display: flex;
    border-top: 1px solid #ededed;
    border-bottom: none;
    padding: 33px 0 0 0;
    flex-direction: column;
    height: auto;
    max-width: 100%;
  }

  #burger_check:checked ~ header .bank_logo {
    max-width: 45px;
    width: 100%;
    align-self: flex-start;
    margin-bottom: 12px;
  }

  #burger_check:checked ~ header .bank {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 21px;
  }

  #burger_check:checked ~ header .currencies {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  #burger_check:checked ~ header .currency_sign {
    margin-left: 17px;
  }

  #burger_check:checked ~ header .currency_grow {
    margin-left: 4px;
  }

  #burger_check:checked ~ header .social_icons {
    max-width: 100%;
    flex-wrap: wrap;
  }

  #burger_check:checked ~ header .social_icons img {
    max-height: 30px;
  }

  #burger_check:checked ~ header .social_icons a {
    width: auto;
    display: flex;
    flex-direction: row;
  }

  #burger_check:checked ~ header .footer_mobile {
    display: flex;
    background-color: #fff;
    margin: 37px 0 34px 0;
    padding: 0;
    width: 100%;
  }

  /* Burger animation */
  #burger_check:checked ~ header .menu_icon.menu_icon_active {
    background-color: transparent;
  }

  #burger_check:checked ~ header .menu_icon.menu_icon_active::before {
    transform: rotate(45deg);
    top: 0;
    transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
    background-color: #333333;
  }

  #burger_check:checked ~ header .menu_icon.menu_icon_active::after {
    transform: rotate(-45deg);
    top: 0;
    transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
    background-color: #333333;
  }

  .menu_icon {
    position: relative;
    width: 18px;
    height: 3px;
    background-color: #333333;
  }

  .menu_icon::before {
    position: absolute;
    left: 0;
    top: -5px;
    content: "";
    width: 18px;
    height: 3px;
    background-color: #333333;
    transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
  }

  .menu_icon::after {
    position: absolute;
    left: 0;
    top: 5px;
    content: "";
    width: 18px;
    height: 3px;
    background-color: #333333;
    transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
  }

  .main_logo {
    width: 35%;
  }

  .main_logo img {
    width: 100%;
  }

  .header_middle {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
  }

  .flex_column {
    margin-bottom: 20px;
    overflow: hidden;
    /* box-shadow: 0px 4px 8px rgba(181, 200, 219, 0.3); */
    position: relative;
  }

  .top_part {
    max-width: 100%;
    height: auto;
    padding: 10px 0;
  }

  .wide_rec_top {
    max-width: 100%;
    padding: 0;
  }

  .wide_rec_bottom {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px 0;
  }

  /* .top_rec_image,
  .bottom_rec_image {
    background-image: url(../images/bmw_mobile.jpg);
    background-size: cover;
    width: 100%;
    padding-bottom: 16%;
    min-height: 50px;
    background-repeat: no-repeat;
  } */

  .content {
    display: none;
  }

  .content_article {
    display: flex;
  }

  .hot_info_top {
    max-width: 100vw;
    width: 100vw;
    align-self: center;
  }

  .hour_news {
    flex-direction: column;
    justify-content: start;
    align-content: flex-start;
  }

  .description {
    padding: 27px 30px 25px 30px;
  }

  .first_aside_news {
    flex-direction: column;
    width: 100vw;
    min-width: 100vw;
    align-self: center;
  }

  .more_news {
    align-self: center;
    margin-bottom: 20px;
  }

  .right_aside {
    max-width: 100vw;
    width: 100vw;
    align-self: center;
  }

  .main_news_wrapper {
    width: 100vw;
    min-width: 100vw;
    align-self: center;
  }

  .main_news {
    flex-direction: column;
    justify-content: start;
    padding-right: 20px;
  }

  .main_news_item {
    max-width: 100%;
  }

  .arrow {
    top: calc(24% - 25px);
  }

  .common_news_mobile {
    display: block;
  }

  .common_news_mobile .common_news_wrapper_article {
    margin: 0 0 40px 0;
  }

  .common_news_wrapper {
    margin-bottom: 20px;
    background-color: #fff;
  }

  .common_news {
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
    box-shadow: 0px 4px 8px rgba(181, 200, 219, 0.3);
    background-color: #fff;
  }

  .mobile_common_news {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 40px;
  }

  .mobile_common_news .topic {
    align-self: center;
  }

  .mobile_common_news .swiper-container {
    box-shadow: 0px 4px 8px rgba(181, 200, 219, 0.3);
  }

  .mobile_common_news .swiper-slide {
    background-color: #fff;
  }

  .common_news_item a {
    width: 100%;
  }

  .common_image {
    height: auto;
    /* padding: 20px 0 20px 0; */
  }

  /* .first_common_image {
    padding: 0;
  } */

  .common_news_item img {
    width: 100%;
    max-width: none;
    height: 60vw;
    object-fit: cover;
  }

  .common_description {
    align-self: flex-start;
    max-width: 100%;
    max-height: 250px;
    height: auto;
  }

  /* .common_news_item:not(:nth-child(1)) {
    max-width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
  } */

  .common_news_item {
    /* margin: 0 20px 20px 20px; */
    max-height: none;
    min-width: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: start;
    align-content: center;
    align-items: center;
    transition: transform 0.3s ease;
    box-shadow: none;
    margin-bottom: 0;
  }

  .flex_column_common {
    width: auto;
    max-width: 100%;
    width: 100%;
  }

  #bottom_content {
    max-width: 100vw;
    width: 100vw;
    padding: 0 20px;
    align-self: center;
  }

  .hot_info_bottom {
    max-width: 100vw;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
  }

  .bottom_info_title {
    padding: 120px 20px 0 20px;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 33px;
  }

  .bottom_info_content {
    flex-wrap: wrap;
  }

  .bottom_info_atributes {
    padding: 0 20px 20px 20px;
    background-size: cover;
    max-width: 100vw;
    width: 100vw;
  }

  .top_line,
  .bottom_line {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
  }

  .top_line {
    margin-bottom: 43px;
  }

  .opinions {
    min-width: 100vw;
    width: 100vw;
    align-self: center;
    padding-bottom: 0;
    margin-bottom: 20px;
  }

  .opinions_title::before {
    left: 6%;
    width: 30%;
    max-width: 180px;
  }

  .opinions_title::after {
    right: 6%;
    width: 30%;
    max-width: 180px;
  }

  .opinions_content {
    flex-direction: column;
  }

  .any_opinion {
    flex-direction: row;
    justify-content: start;
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
  }

  .opinion_image {
    min-width: 105px;
    width: 105px;
    height: 94px;
    margin-right: 20px;
  }

  .opinion_info {
    padding-right: 20px;
  }

  /* .any_opinion img {
    max-width: 180px;
    width: 100%;
  } */

  .any_opinion:last-child {
    display: flex;
    border: none;
    margin-bottom: 0;
  }

  .general_information {
    margin-bottom: 0;
    width: 100%;
  }

  .footer_menu {
    margin: 0;
  }

  footer {
    padding: 20px;
  }

  /* article_one */
  .main_content_article {
    max-width: 100%;
    padding: 0 20px;
  }

  .article_content_wrapper {
    max-width: 100%;
  }

  .common_news_wrapper_article {
    display: flex;
    width: 100%;
    margin: 0 20px 20px 20px;
  }

  .main_photo {
    width: 100vw;
  }

  .hide_mobile {
    display: none !important;
  }

  .previos_topic {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .main_slider {
    max-width: none;
    width: 100vw;
  }

  .main_swiper-container {
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(181, 200, 219, 0.3);
  }

  .arrow_btn {
    display: none;
  }

  .video {
    max-width: 100vw;
    width: 100vw;
    height: auto;
    margin-bottom: 20px;
  }

  .share_it {
    flex-direction: column;
    height: 175px;
    justify-content: space-between;
  }

  .share_it span,
  .share_it .social_icons {
    margin: 0;
  }

  .survey_item {
    max-width: 100%;
  }

  .survey_item label {
    line-height: 35px;
  }

  .survey button {
    margin-top: 37px;
  }

  .comment_submit {
    flex-direction: column;
    align-items: start;
  }

  .reCAPTCHA {
    margin-bottom: 20px;
  }

  .flex_column_article {
    margin: 0 20px 20px 20px;
    position: relative;
  }

  .description_article {
    padding: 0;
  }

  .bottom_tablet_article {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .topic {
    margin: 0 0 20px 0;
    max-width: 100vw;
    width: 100vw;
  }

  /* .common_news_tablet_article {
		flex-direction: column;
		flex-wrap: nowrap;
		width: 100%;
		align-items: center;
		align-self: center;
	} */

  .common_news_tablet_article {
    display: none;
  }

  .common_description {
    align-self: flex-start;
    max-width: none;
  }

  /* articles */
  .flex_column_articles {
    margin-bottom: 20px;
  }

  /* gallery */
  .wide_rec_bottom_gallery {
    display: none;
  }

  .aside_gallery {
    display: none;
  }

  .description_gallery {
    padding: 22px 20px 20px 30px;
  }

  .content_gallery {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    max-width: none;
    width: 100%;
    align-items: center;
  }

  .main_content_gallery {
    max-width: none;
    width: 100vw;
  }

  .middle_news_gallery {
    max-width: none;
    width: 100vw;
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .common_news_gallery {
    flex-direction: row;
    overflow: hidden;
  }

  .common_news_desktop_gallery {
    width: 100%;
  }

  .flex_column_gallery {
    margin: 0;
    max-width: none;
    align-self: center;
  }
  /* 
  .flex_column_gallery:first-child {
    margin-bottom: 20px;
  } */

  /* .common_news_item_gallery:not(:first-child) {
    display: flex;
  } */

  .common_news_item_gallery {
    margin: 0 20px 20px 0;
  }

  .common_news_item .flex_column {
    max-width: 100%;
    width: 100%;
  }

  .show_more {
    /* margin-bottom: 30px; */
    display: none;
  }

  .search_block .show_more {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }

  .search_block .show_more a {
    width: auto;
  }

  /* photo_report */
  .content_photo_report {
    display: flex;
  }

  .description_photo_report {
    padding: 0;
  }

  .main_content_photo_report {
    max-width: 100%;
    padding: 0 20px;
  }

  .gallery_page_swiper {
    max-width: none;
    width: 100vw;
  }

  .gallery-top img {
    max-height: 500px;
    object-fit: contain;
  }

  .gallery-thumbs,
  .sub_swiper_wrapper {
    max-width: none;
    width: 100vw;
  }

  .gallery_page_swiper {
    margin-left: -20px;
  }

  .gallery-thumbs .swiper-slide {
    height: 75px;
  }

  .gallery-thumbs .swiper-slide-thumb-active {
    height: 82px;
    clip-path: polygon(
      57% 7px,
      50% 0%,
      43% 7px,
      0px 7px,
      0% 100%,
      100% 100%,
      100% 7px
    );
  }

  .main_slider {
    max-width: none;
    width: 100vw;
  }

  .sub_slider {
    margin-left: 0;
  }

  .sub_slider_photo_report {
    max-width: 100%;
    width: 100%;
    justify-content: center;
  }

  .sub_slider_images {
    max-width: none;
    width: 100vw;
    justify-content: start;
    align-self: flex-start;
  }

  /* .sub_slider_photo_report .sub_slider_image:nth-child(3) {
    margin-right: 0;
    background: linear-gradient(270deg, #f6f9fc 0%, rgba(246, 249, 252, 0) 100%),
      url("../images/sub_slider_img_4.jpg");
  }

  .sub_slider_photo_report .sub_slider_image:nth-child(6),
  .sub_slider_photo_report .sub_slider_image:nth-child(5),
  .sub_slider_photo_report .sub_slider_image:nth-child(4) {
    display: none;
  } */

  .main_slider {
    margin-bottom: 16px;
  }

  .sub_slider_image {
    width: 110px;
    min-width: 110px;
    min-height: 75px;
    height: 75px;
    margin-right: 10px;
  }

  .current_photo {
    height: 82px;
    clip-path: polygon(
      57% 7px,
      50% 0%,
      43% 7px,
      0px 7px,
      0% 100%,
      100% 100%,
      100% 7px
    );
  }

  .bottom_tablet_photo_report {
    display: none;
  }

  .hour_news_photo_report {
    width: 100%;
  }

  .tablet_aside_photo_report {
    margin: 0;
    max-width: 100vw;
    width: 100vw;
  }

  .common_news_tablet_photo_report {
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
  }

  .common_news_item_photo_report {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 670px) {
  .gallery-top img {
    max-height: 450px;
    object-fit: contain;
  }
}
@media (max-width: 600px) {
  .gallery-top img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 540px) {
  .gallery-top img {
    max-height: 370px;
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .gallery-top img {
    max-height: 320px;
    object-fit: contain;
  }
}
@media (max-width: 440px) {
  .gallery-top img {
    max-height: 300px;
    object-fit: contain;
  }
}
@media (max-width: 400px) {
  .gallery-top img {
    max-height: 260px;
    object-fit: contain;
  }
}
