@media screen and (max-width: 1450px) {
  .main_ban {
    height: auto;
    min-height: 100vh;
    padding-top: 100px; }

  .article_page_ban .container {
    height: calc( 100vh - 130px ); }

  .waiting_for .text {
    max-width: calc(100% - 450px); } }
@media screen and (max-width: 1170px) {
  .container {
    width: 940px; }

  nav li {
    margin-right: 30px; }

  header, header .top_line {
    padding-bottom: 12px; }

  .foot_nav {
    width: 170px;
    padding-right: 10px; }

  footer {
    padding: 60px 0; }

  .waiting_for .container {
    padding-left: 15px; }

  .article_page_ban .container {
    height: 480px; }

  .container_article .gallery a {
    object-fit: cover;
    object-position: center;
    max-width: auto; }
    .container_article .gallery a:nth-child(2) {
      max-width: calc( 58.5% - 30px ); }
    .container_article .gallery a:nth-child(3) {
      max-width: calc( 41.5% - 30px ); }

  .container_article {
    padding: 30px 40px 0; }
    .container_article sub {
      font-size: 18px;
      margin-bottom: 35px; }
    .container_article h2 {
      font-size: 36px; }
    .container_article h2, .container_article h3, .container_article p {
      margin-bottom: 25px; }
    .container_article blockquote {
      font-size: 28px; }
    .container_article .gallery {
      width: calc( 100% + 50px );
      margin-left: -25px;
      padding-bottom: 10px; }
    .container_article ul li {
      margin-bottom: 20px; }

  .article_page_ban .container {
    height: 450px; }

  .partners_list {
    justify-content: space-around; } }
@media screen and (max-width: 950px) {
  .container {
    width: 750px; }

  .waiting_for .btn_white {
    margin-right: 0; }

  header .container {
    position: static; }

  .dropdown_nav:hover .hidden_nav {
    display: none; }

  .dropdown_nav:hover svg {
    transform: rotate(0); }

  nav a:hover:after {
    display: none; }

  nav {
    position: absolute;
    left: -100vw;
    top: 100%;
    padding: 5px 0;
    background: #fff;
    width: 100vw;
    display: block;
    transition: all 0.25s ease-in-out;
    border-top: 1px solid #EBEBEB; }
    nav ul {
      display: block; }
      nav ul li {
        margin: 0;
        padding: 0;
        text-align: center; }
    nav a {
      display: block;
      width: 100%;
      color: #202945;
      padding: 10px 15px; }
    nav .dropdown_nav {
      padding: 10px 15px;
      color: #202945;
      justify-content: center;
      flex-wrap: wrap; }
      nav .dropdown_nav svg {
        stroke: #202945; }
      nav .dropdown_nav .hidden_nav {
        position: static;
        width: 100%;
        padding: 0;
        padding-top: 7px;
        box-shadow: none;
        width: 100%;
        top: auto;
        left: auto;
        transform: none;
        display: none; }
      nav .dropdown_nav.active svg {
        transform: rotate(180deg); }
      nav .dropdown_nav.active .hidden_nav {
        display: block; }
    nav.active {
      left: 0; }

  .no-bg-nav .dropdown_nav svg {
    stroke: #202945; }

  .hidden_nav:before {
    display: none; }

  .burger {
    display: block; }

  .main_ban {
    height: auto; }

  .main_ban {
    padding: 150px 0 60px;
    height: auto;
    min-height: auto; }
    .main_ban .ban_ask {
      font-size: 24px;
      line-height: 54px;
      margin-bottom: 25px; }
    .main_ban h1 {
      font-size: 36px;
      margin-bottom: 40px; }
      .main_ban h1 span {
        font-size: 24px; }
    .main_ban .links {
      width: 490px; }

  .s_title,
  .easy_loan .s_title {
    font-size: 36px; }

  .waiting_for .s_title {
    font-size: 40px;
    line-height: 1.2; }

  .find_me_list .item_title {
    font-size: 30px; }

  .find_me_list .hidden_part {
    background-size: 60% auto; }

  .find_me_list .hidden_part li {
    font-size: 17px;
    padding-left: 40px; }

  .find_me_list .logo_find {
    top: 5px;
    right: 5px; }

  .find_me_list .hidden_part {
    padding: 37px 20px 50px; }

  .who_are .s_title {
    font-size: 42px;
    line-height: 1.2; }

  .who_are .sub_title {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 0; }

  .who_are_list {
    margin-left: 50px;
    margin-right: 50px;
    position: relative;
    display: block;
    padding-bottom: 33px; }
    .who_are_list .who_are_list_item {
      margin-top: 35px;
      margin-left: 15px;
      margin-right: 15px;
      box-shadow: 0px 0 15px rgba(12, 13, 30, 0.03); }

  .who_are {
    padding: 50px 0 30px; }

  .easy_loan_list b {
    font-size: 18px;
    line-height: 1.5;
    padding-left: 10px;
    padding-right: 10px; }

  .review_slider {
    padding-left: 60px;
    padding-right: 60px; }

  .review .photo {
    width: 250px;
    height: 250px;
    margin-bottom: 45px; }
    .review .photo:after {
      top: 220px;
      width: 80px;
      margin-left: -40px;
      background-size: 100% auto; }

  .review .arr-slick {
    top: 320px; }

  .review p {
    font-size: 28px;
    line-height: 1.5;
    text-shadow: 0px 0px 3px #EFEDF8;
    max-width: 500px; }

  .partners_list {
    justify-content: center; }

  .partners_list li {
    width: 161px;
    margin: 20px 5px; }

  footer {
    padding-bottom: 20px; }
    footer .container {
      flex-wrap: wrap; }

  .footer_item_nav {
    margin-bottom: 40px; }

  footer h3:after {
    margin: 4px 0 15px; }

  .footer_item_follow {
    margin-left: 40px;
    margin-right: auto; }

  .widget_follow_widget h2 {
    margin-left: 40px;
  }

  .content_article_ban .foot_article_slider li {
    margin-right: 30px; }

  .article_item {
    width: calc( 50% - 30px ); }

  .title_page {
    padding-top: 60px;
    padding-bottom: 115px;
    height: auto; }

  .title_page h1 {
    font-size: 42px; }

  .content_article_ban h2 {
    font-size: 36px; }

  .privacy_policy {
    padding: 40px 50px 10px; }
    .privacy_policy p {
      padding-bottom: 30px; }

  .posts_slider .arr-next,
  .posts_slider .arr-prev {
    margin-left: 0;
    margin-right: 0; }

  .posts_slider {
    width: calc( 100% - 100px);
    margin-left: 50px; }

  .interested_post {
    padding: 20px 0 50px; }

  header {
    background: #fff; }

  .no-bg-nav header {
    background: #fff;
    color: #202945; }
    .no-bg-nav header .logo svg {
      fill: #202945; }
    .no-bg-nav header .burger span {
      background: #202945; }

  header .mail {
    padding-left: 23px; }

  .no-bg-nav header .tel svg, .no-bg-nav header .mail svg,
  .no-bg-nav header .socials svg {
    fill: #202945; }

  .no-bg-nav header .top_line {
    color: #202945; }

  .no-bg-nav header .sign_link {
    color: #535E85; }
    .no-bg-nav header .sign_link a {
      border-color: #535E85; }
      .no-bg-nav header .sign_link a:hover {
        box-shadow: 0px 0px 0px 1px #535E85; }

  .waiting_for {
    text-align: center; }

  .waiting_for .container {
    display: block; }

  .waiting_for .text {
    padding-bottom: 15px;
    text-align: center; }

  .waiting_for .s_title {
    text-align: center; }

  .waiting_for .text {
    max-width: 100%; }

  .cta {
    margin: 0 auto; }
    .cta .btn_white {
      margin: 0 auto; } 

    .widget_follow_widget {
      margin-left: 40px;
      margin-right: auto;
    }
    .widget_nav_menu {
      margin-bottom: 40px;
    }
  }
@media screen and (max-width: 760px) {
  .container {
    width: 540px; }

  header .socials a {
    margin-right: 20px; }

  .header_contact {
    display: block; }

  header .tel {
    margin-bottom: 5px; }

  header .tel, header .mail {
    margin-right: 0; }

  .header_contact {
    width: 200px; }

  .main_ban .ban_ask {
    font-size: 18px;
    margin-bottom: 20px; }

  .s_title, .easy_loan .s_title {
    font-size: 32px; }

  .find_me_list {
    display: block; }

  .find_me_list .item {
    width: 100%; }

  .easy_loan_list b {
    font-size: 17px;
    line-height: 1.4; }

  .easy_loan_list b br {
    content: ' ';
    display: inline; }

  .easy_loan_list .icon {
    width: 130px;
    height: 130px;
    margin-bottom: 15px; }

  .review p {
    font-size: 24px;
    line-height: 1.4; }

  .partners {
    padding: 20px 0;
    width: 100%;
    overflow: hidden; }

  .proud_member_list li {
    margin: 0 30px; }

  .proud_member {
    padding: 40px 0 70px; }

  .challenge_save_money .text {
    padding-bottom: 5px; }

  .challenge_save_money h2 span {
    line-height: 1.3; }

  footer .item_left {
    width: 185px;
    margin: 0 auto 22px;
    text-align: center; }

  .foot_nav {
    width: 180px;
    margin: 0 auto;
    padding-right: 0; }

  .footer_item_nav {
    max-width: 100%;
    width: 100%; }

  footer {
    text-align: center; }
    footer h3 {
      width: 100%; }
      footer h3:after {
        margin-top: 8px;
        margin-bottom: 25px; }

  footer .item_left p {
    font-size: 14px; }

  .partners_list {
    padding: 15px; }
    .partners_list:before {
      display: none; }
    .partners_list li {
      width: 145px; }

  .challenge_save_money {
    padding: 40px 0; }

  .review {
    padding: 40px 0; }

  .title_page {
    padding: 50px 0 100px; }
    .title_page h1 {
      font-size: 36px; }

  .content_article_ban h2 {
    font-size: 28px;
    margin-bottom: 20px; }

  .content_article_ban .foot_article_slider ul {
    white-space: nowrap;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .content_article_ban .foot_article_slider ul li {
      margin: 5px 20px 5px 0; }

  .content_article_ban .fb {
    white-space: nowrap; }

  .article_big .content_article_ban {
    padding: 0 70px 25px 25px; }

  .article_big .arr-right {
    width: 50px; }

  .article_big {
    margin-bottom: 40px; }

  .article_item ul {
    padding: 0 5px;
    bottom: 10px; }

  .article_item .article_item_info {
    padding: 20px 20px 55px; }

  .article_item h2 {
    font-size: 20px; }

  .content_article_ban h2 {
    font-size: 26px; }

  .privacy_policy {
    padding: 20px 30px 0; }

  .article_page_ban .content_article_ban {
    padding-left: 0;
    padding-right: 0; }

  .s_articles_container {
    padding: 30px 0; }

  .container_article p,
  .container_article sub {
    line-height: 1.4;
    font-size: 16px; }

  .container_article ul li {
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 40px; }
    .container_article ul li:before {
      top: 2px; }

  .container_article h2 {
    font-size: 32px; }

  .container_article blockquote {
    width: 100%;
    padding: 70px 30px 30px;
    background-size: auto 40px;
    background-position: top 15px left 30px;
    font-size: 24px; }

  .container_article h2, .container_article h3, .container_article p {
    margin-bottom: 20px; }

  .container_article {
    padding: 20px 30px 0; }

  .container_article .gallery {
    width: calc( 100% + 20px );
    margin-left: -10px; }
    .container_article .gallery a {
      margin: 0 10px 20px; }

  .container_article .gallery a {
    max-width: calc( 100% - 20px ); }

  .container_article .gallery a:nth-child(2) {
    max-width: calc( 58% - 20px ); }

  .container_article .gallery a:nth-child(3) {
    max-width: calc( 42% - 20px ); }

  .posts_slider .article_item ul {
    padding: 0 15px; }

  .container_article blockquote {
    margin-bottom: 40px; }

  .who_are_list .who_are_list_item {
    margin-left: 8px;
    margin-right: 8px; }

  .who_are_list .who_are_list_item {
    padding-left: 20px;
    padding-right: 20px; }

  .who_are_list a {
    padding: 15px 20px; } 

    .widget_text {
      width: 185px;
      margin: 0 auto 22px;
      text-align: center;
    }
    .widget_nav_menu,
    .widget_contact_widget,
    .widget_follow_widget {
      max-width: 100%;
      width: 100%;
      margin-bottom: 40px;
      display: flex;
      flex-direction: column;
      margin-left: 0;
      margin-right: 0;
    }
    .menu-footer-menu-1-container,
    .menu-footer-menu-2-container {
      display: flex;
      justify-content: center;
    }
    .footer_item_contact {
      width: 100%;
    }
    .footer_item_follow {
      display: flex;
      justify-content: center;
      margin-left: 0;
      margin-right: 0;
    }
    .widget_nav_menu ul {
      padding: 0;
    }
  }
@media screen and (max-width: 570px) {
  .container {
    width: 100%; }

  .easy_loan_list:before {
    display: none; }

  .easy_loan_list {
    flex-wrap: wrap; }
    .easy_loan_list li {
      width: 50%;
      margin-bottom: 40px; }
      .easy_loan_list li:last-child {
        margin-bottom: 0; }

  .easy_loan {
    padding: 45px 0; }

  .challenge_save_money {
    padding-bottom: 40px; }

  footer {
    padding: 30px 0; }

  .cc {
    padding-bottom: 25px; }

  .footer_item_follow {
    width: 100%;
    margin: 40px 0; }

  header .top_line {
    display: block; }

  header .socials {
    display: none; }

  header .right {
    justify-content: space-between; }

  .main_ban h1 {
    font-size: 28px; }
    .main_ban h1 br {
      content: ' ';
      display: inline; }

  .main_ban .links {
    margin-bottom: 7px;
    width: 100%;
    max-width: 320px; }
    .main_ban .links .btn {
      width: 150px;
      max-width: 48%;
      font-size: 18px; }

  .who_are_list .who_are_list_item {
    width: 100%; }

  .easy_loan_list:before {
    display: block;
    width: 30px;
    height: 90%;
    top: 5%; }
  .easy_loan_list li {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 70px; }
    .easy_loan_list li:last-child {
      margin-bottom: 0; }
    .easy_loan_list li b {
      padding: 0; }
  .easy_loan_list .icon {
    margin-bottom: 0;
    margin-right: 22px; }
  .easy_loan_list b {
    display: block;
    width: calc( 100% - 152px );
    text-align: left; }
    .easy_loan_list b br {
      content: ' ';
      display: inline; }
  .easy_loan_list .num {
    top: -30px;
    left: -8px; }

  .who_are_list {
    margin-left: 27px;
    margin-right: 27px; }
    .who_are_list .arr-slick {
      width: 36px;
      height: 36px;
      margin-top: -18px;
      margin-left: 0;
      margin-right: 0; }

  .arr-slick {
    width: 36px;
    height: 36px;
    margin-top: -18px;
    margin-left: 0;
    margin-right: 0; }
    .arr-slick svg {
      max-width: 19px; }

  .posts_slider {
    width: calc( 100% - 60px);
    margin-left: 30px; }

  .main_ban .ban_ask {
    line-height: 45px; }

  .main_ban h1 span {
    font-size: 20px; }

  .partners_list {
    display: block;
    width: calc( 100% + 30px );
    margin-left: -15px;
    border-radius: 0; }
    .partners_list li {
      width: 146px;
      margin-left: 5px;
      margin-right: 5px; }
      .partners_list li img {
        width: 146px; }

  .proud_member_list li {
    margin-bottom: 35px; }

  .proud_member {
    padding-bottom: 20px; }

  .s_title, .easy_loan .s_title {
    font-size: 28px; }

  .review {
    width: 100%;
    overflow: hidden;
    background: url("../img/rev_bg_mob.jpg") center top 40px no-repeat;
    background-position: center top 40px;
    background-size: 100% auto;
    padding-top: 155px; }

  .review .photo {
    width: 187px;
    height: 187px; }

  .review .arr-slick {
    top: 77px; }

  .review .photo:after {
    width: 60px;
    top: 170px;
    margin-left: -30px; }

  .review_slider {
    padding-left: 0;
    padding-right: 0; }

  .review p {
    font-size: 18px;
    line-height: 1.4; }

  .footer_item_contact {
    width: 100%; }

  .footer_item_contact a {
    padding-left: 20px; }

  footer h3 {
    letter-spacing: 1px; }

  .footer_item_follow .socials {
    width: 180px;
    margin: 0 auto;
    padding-top: 0; }

  .who_are .sub_title {
    font-size: 16px; }

  .who_are .s_title {
    font-size: 30px;
    line-height: 1.2; }

  header .mail {
    padding-left: 23px; }

  .footer_item_contact ul {
    padding-top: 0; }

  header {
    padding: 10px 0;
    background: #fff;
    height: auto; }
    header .top_line {
      display: none; }
    header .logo {
      width: 150px; }

  .no-bg-nav header {
    background: #fff; }
    .no-bg-nav header .logo svg {
      fill: #202945; }
    .no-bg-nav header .burger span {
      background: #202945; }

  .burger {
    width: 25px; }
    .burger span {
      background: #202945;
      border-radius: 4px;
      height: 4px;
      margin-bottom: 5px; }

  body {
    padding-top: 73px; }

  .main_ban {
    margin-top: 0;
    padding: 125px 0 140px; }
    .main_ban .ban_ask {
      margin-bottom: 50px; }
    .main_ban h1 {
      font-size: 27px;
      line-height: 1.3; }
      .main_ban h1 span {
        margin-top: 2px;
        font-size: 16px; }

  .find_me {
    padding: 30px 0; }

  .find_me_list .item {
    height: auto;
    padding: 0;
    background-position: center top;
    background-size: 100%; }

  .find_me_list .hidden_part {
    padding: 44px 28px 90px;
    position: static;
    opacity: 1;
    border-radius: 0 0 7px 7px;
    position: relative;
    top: auto;
    left: auto;
    background-position: center right 2px; }

  .find_me_list .more_detel {
    display: none; }

  .find_me_list .item_title {
    font-size: 35px;
    padding: 55px 0 43px; }

  .scroll_top {
    bottom: 20px;
    right: 20px; }

  .find_me_list .logo_find {
    padding-left: 36px;
    height: 26px;
    background-size: auto 26px;
    top: 16px;
    right: 16px;
    font-size: 12px; }

  .find_me_list .hidden_part li {
    font-size: 16px; }

  .find_me_list .goto {
    height: 48px;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 12px; }
    .find_me_list .goto img {
      transform: scale(0.7); }

  .scroll_top {
    width: 35px;
    height: 35px;
    border-size: 3px; }
    .scroll_top svg {
      max-width: 14px; }

  .find_me_list .item:nth-child(1) .hidden_part, .find_me_list .item:nth-child(2) .hidden_part, .find_me_list .item:nth-child(3) .hidden_part, .find_me_list .item:nth-child(4) .hidden_part {
    background-size: 80% auto;
    background-position: center right 3px; }
  .find_me_list .item:nth-child(1) {
    background-size: 50% auto; }

  .waiting_for .s_title {
    text-align: center; }

  .proud_member_list {
    width: 100%;
    justify-content: space-between; }
    .proud_member_list .img {
      width: 106px;
      height: 106px; }
      .proud_member_list .img img {
        max-width: 96%; }

  .proud_member_list li:before {
    width: 135px;
    height: 106px;
    background-size: auto 100%;
    top: 10px;
    left: -14px; }

  .proud_member_list li {
    width: 106px;
    margin-left: 16px;
    margin-right: 16px; }

  .cc {
    font-size: 12px;
    line-height: 1.6; }
    .cc a {
      display: block; }

  .pagination .arr_pagination_prev {
    margin-left: 0;
    margin-right: auto; }

  .pagination .arr_pagination_next {
    margin-right: 0;
    margin-left: auto; }

  .articles_list {
    width: 100%;
    display: block;
    margin-left: 0; }

  .article_item {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }

  .article_item ul {
    padding: 0 17px; }

  .articles_list {
    padding-bottom: 10px; }

  .pagination {
    margin-bottom: 50px; }

  .scroll_top {
    border-width: 3px; }

  .title_page {
    background-size: auto 115px;
    background-repeat: repeat;
    background-position: center; }

  .article_item .btn_read {
    padding: 0 20px; }

  .article_page_ban .container {
    height: 400px;
    min-height: calc( 100vh - 73px ); }

  .container_article h2 {
    font-size: 28px; }

  .container_article h2, .container_article h3, .container_article p {
    margin-bottom: 15px; }

  .posts_slider .item {
    margin: 0 5px; } 

    .widget_contact_widget{
      width: 100%;
    }
    .widget_follow_widget {
      width: 100%;
      margin: 40px 0;
    }
  }
@media screen and (max-width: 470px) {
  .content_article_ban h2 {
    font-size: 22px;
    margin-bottom: 15px; }

  .title_page h1 {
    font-size: 32px; }

  .container_article blockquote {
    font-size: 20px; }

  .container_article .gallery a {
    max-width: calc( 100% - 10px );
    margin: 0 5px 10px; }

  .container_article .gallery a:nth-child(2) {
    max-width: calc( 58.5% - 10px ); }

  .container_article .gallery a:nth-child(3) {
    max-width: calc( 41.5% - 10px ); }

  .container_article .gallery {
    width: calc( 100% + 10px );
    margin-left: -5px; }

  .article_item h2 {
    font-size: 18px; }

  .posts_slider .article_item ul {
    flex-wrap: wrap;
    bottom: 10px; }
    .posts_slider .article_item ul li {
      width: 50%;
      margin: 5px 0;
      justify-content: flex-start; }

  .container_article {
    padding-left: 20px;
    padding-right: 20px; }

  .container_article h2 {
    font-size: 26px; }

  .article_big .content_article_ban h2 {
    margin-bottom: 0; }

  .article_big .arr-right {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 45px;
    justify-content: space-between;
    padding: 0 25px; }
    .article_big .arr-right:before {
      content: 'Read the article';
      color: #FFFFFF;
      font-size: 500px;
      font-size: 16px;
      font-family: 'MuseoSansRounded'; }

  .article_big {
    padding-bottom: 45px;
    display: flex;
    justify-content: center;
    align-items: flex-start; }
    .article_big img {
      max-width: 700px;
      min-width: 500px;
      object-fit: cover;
      object-position: center; }

  .article_big:after {
    bottom: 35px; }

  .article_big .content_article_ban {
    display: flex;
    flex-direction: column-reverse;
    bottom: 45px;
    padding: 0 25px 55px; }

  .article_big .content_article_ban .foot_article_slider ul {
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 20px; }
    .article_big .content_article_ban .foot_article_slider ul li {
      margin: 0; }
      .article_big .content_article_ban .foot_article_slider ul li:first-child {
        position: absolute;
        bottom: 18px;
        left: 25px; }

  .article_big .content_article_ban .fb {
    position: absolute;
    bottom: 15px;
    right: 25px; }

  .interested_post .article_item .top_part {
    display: block;
    margin-bottom: 12px; }
    .interested_post .article_item .top_part .date {
      padding-bottom: 10px; }

  .cta.active .input {
    width: calc( 100% - 96px); }

  .cta .input input {
    font-size: 16px; } }
@media screen and (max-width: 370px) {
  .s_title, .easy_loan .s_title, .waiting_for .s_title {
    font-size: 26px; }

  .find_me_list .hidden_part li {
    font-size: 16px;
    margin-bottom: 10px; }

  .main_ban h1 {
    font-size: 27px;
    line-height: 32px; }
  .main_ban .ban_ask {
    line-height: 40px;
    margin-bottom: 50px; }

  .main_ban {
    padding: 60px 0; }

  .main_ban .ban_ask {
    margin-bottom: 25px; }

  .find_me_list .item_title {
    font-size: 26px;
    padding: 50px 0 40px; }

  .who_are .sub_title {
    font-size: 15px; }

  .who_are_list {
    margin-left: 22px;
    margin-right: 22px; }

  .easy_loan_list b {
    font-size: 16px; }

  .challenge_save_money h2 span {
    font-size: 36px; }

  .content_article_ban h2 {
    font-size: 20px; }

  .title_page h1 {
    font-size: 30px; }

  .article_big:after {
    bottom: 15px; }

  .article_item .top_part {
    margin-bottom: 20px; }

  .article_item h2 {
    font-size: 18px; }

  .container_article {
    padding: 15px 15px 0; }

  .container_article blockquote {
    font-size: 18px;
    padding: 55px 15px 15px;
    background-size: auto 35px;
    background-position: left 15px top 10px; } }
@media screen and (max-width: 350px) {
  .pagination a {
    width: 36px;
    height: 36px;
    font-size: 15px;
    border-width: 3px; }

  .article_item .article_item_info {
    padding: 15px 15px 55px; } }
