.bot_page-title {
  position: relative;
  display: block;
  margin-bottom: 50px; }
  .bot_page-title h1 {
    position: relative; }

.bot_page-title__tab {
  font-size: 32px;
  line-height: 36px;
  position: relative;
  display: inline-block;
  margin-right: 24px;
  padding: 0;
  padding: 15px 0 15px 0; }

.bot_frame {
  margin-top: 50px;
  margin-bottom: 50px; }

.bot_second-wrapper_fullscreen > .bot_frame:first-child
{
    margin-top: 0;
}
.bot_second-wrapper_fullscreen > .bot_frame:last-child
{
    margin-bottom: 0;
}

.bot_title-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.bot_size_compact .bot_frame {
  margin-top: 32px;
  margin-bottom: 32px; }

.bot_size_compact .bot_title-row {
  margin-bottom: 32px; }

.bot_size_compact .bot_page-title {
  margin-bottom: 32px; }

.bot_size_compact .bot_page-title__tab {
  font-size: 22px;
  line-height: 26px; }

.bot_size_compact .bot_title-btn__link {
  font-size: 16px;
  line-height: 16px; }

.bot_title-line {
  position: relative; }

.bot_title-line:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  display: block;
  width: 64px;
  height: 6px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: ''; }

.bot_title-row:hover > .bot_title-line_clickable:after {
  width: 100%; }

.bot_title-btn__link {
  font-size: 18px;
  line-height: 18px;
  position: relative; }

.bot_title-date {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  padding-top: 21px;
  opacity: .6;
  color: #1a1a1a; }

.bot_title-row h3 {
  margin-bottom: 35px;
  text-align: center;
  text-shadow: 0 0; }

@media screen and (max-width: 1023px) {
  .bot_title-line:after {
    width: 54px;
    height: 4px; }
  .bot_page-title__tab {
    font-size: 28px;
    line-height: 32px; }
  .bot_size_compact .bot_page-title__tab {
    font-size: 20px;
    line-height: 24px; } }

@media screen and (max-width: 767px) {
  .bot_frame {
    margin-top: 25px;
    margin-bottom: 25px; }
  .bot_page-title {
    margin-bottom: 25px; }
  .bot_title-row {
    margin-bottom: 8px; }
  .bot_size_compact .bot_frame {
    margin-top: 18px;
    margin-bottom: 18px; }
  .bot_size_compact .bot_title-row {
    margin-bottom: 4px; }
  .bot_size_compact .bot_page-title {
    margin-bottom: 18px; }
  .bot_size_compact .bot_title-btn__link {
    font-size: 14px;
    line-height: 14px; }
  h2 {
    font-size: 30px;
    line-height: 34px; }
  .bot_title-date {
    padding-top: 8px; }
  .bot_title-row h3 {
    margin-bottom: 15px; }
  .bot_page-title__tab {
    font-size: 24px;
    line-height: 28px;
    padding: 8px 0 8px 0; }
  .bot_size_compact .bot_page-title__tab {
    font-size: 18px;
    line-height: 22px; } }

@media screen and (max-width: 480px) {
  h1,
  .h1 {
    font-size: 34px;
    line-height: 36px; }
  .bot_page-title__tab {
    font-size: 20px;
    line-height: 24px; }
  .bot_size_compact .bot_page-title__tab {
    font-size: 16px;
    line-height: 18px; }
  .bot_title-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .bot_title-btn {
    margin-top: 8px; }
  .bot_hidden-480 {
    display: none; } }
