@media screen and (max-width: 1279px) {
  .container {
    width: 720px;
  }

  /* HEADER */

  header {
    display: none;
  }

  .header-section {
    padding: 64px 0;
  }

  .mob-header {
    display: block;
    padding-top: 9px;
    padding-bottom: 7px;
    margin-bottom: 0;
    position: relative;
    box-shadow: 0px 1px 1px #DEDEDE;
    position: relative;
    z-index: 3;
    background-color: #fff;
  }

  .mob-header .container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
  }

  .mob-menu-icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
  }

  .mob-menu-icon svg {
    width: 100%;
    height: 100%;
  }

  .mob-menu-icon svg path,
  .mob-phone-icon svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .mob-menu-icon:hover svg path,
  .mob-phone-icon:hover svg path {
    fill:#298AB1;
  }

  .mob-logo {
    width: 157px;
    height: 69px;
  }

  .mob-logo img {
    max-width: 100%;
    max-height: 100%;
  }

  .mob-phone-icon {
    width: 24px;
    height: 24px;
  }

  .mob-phone-icon svg {
    width: 100%;
    height: 100%;
  }

  .mob-nav {
    position: absolute;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    top: 85px;
    left: 0;
    width: 100vw;
    padding: 32px 23px;
    background-color: #fff;
    z-index: 2;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .mob-nav.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .mob-nav__link {
    margin-bottom: 24px;
  }

  .mob-nav__link:hover .nav-block__link {
    color: #298AB1;
  }

  .mob-nav__link .nav-block__link {
    color: #000;
  }

  .mob-nav__link:last-child {
    margin-bottom: 0;
  }

  .i-info-block {
    display: none;
  }

  .mob-info-block {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 64px 0;
    /* padding-bottom: 32px; */
  }

  .i-info-box {
    width: 100%;
    max-width: 300px;
    margin-right: 32px;
    margin-bottom: 32px;
  }

  .i-info-box:nth-child(2n+2) {
    margin-right: 0;
  }

  .i-info-box__img-description {
    color: #000;
  }

  .i-mob-dropdown-section {
    display: none;
    width: 100%;
    max-width: 370px;
  }

  .i-mob-dropdown-block {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .i-mob-dropdown-block .dropdown {
    width: 100%;
    max-width: 100%;
  }

  .i-mob-dropdown-block .dropdown__value {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }

  .mob-dropdown-box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .mob-dropdown-box .dropdown:first-child {
    margin-right: 32px;
  }

  .main-button-block {
    margin-bottom: 0;
  }

  .main-button {
    width: 100%;
    max-width: 370px;
  }

  /* REALTOR SECTION */

  .realtor-section {
    padding: 64px 0;
  }

  .i-blog-block {
    width: 100%;
  }

  .i-blog-block h2{
    margin-bottom: 32px;
  }

  .i-blog__btn {
    margin-top: 24px;
  }

  .i-human-block {
    display: none;
  }

  /* SLIDER SECTION */

  .i-slider-section {
    padding: 64px 0;
  }

  .i-slider__name-box {
    margin-bottom: 32px;
  }

  /* I-REViEW SECTION */

  .i-review-section {
    padding: 64px 0;
  }

  /* I-TIPS SECTION */

  .i-tips-section__header {
    margin-bottom: 32px;
  }

  .i-tips-section {
    padding-top: 64px;
  }

  .i-tips-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: stretch;
    align-items: stretch;
  }

  .i-tips-box {
    width: 48%;
    max-width: 370px;
    margin: 0 auto;
    margin-bottom: 32px;
  }

  .i-tips-box:last-child {
    margin-bottom: 0;
  }

  /* FOOTER FORM SECTION */

  .footer-form-section {
    padding: 64px 0;
    padding-bottom: 0;
  }

  .footer-form__header {
    margin-bottom: 32px;
  }

  .footer-form-section .container {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-align-items: center;
    align-items: center;
  }

  .footer-form-section form {
    width: 100%;
  }

  .footer-logo-block {
    width: 100%;
    margin-bottom: 32px;
  }

  /* FOOTER */

  footer {
    padding-bottom: 32px;
  }

  footer .container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }

  .left-block {
    margin-bottom: 32px;
    -ms-align-items: center;
    align-items: center;
  }

  .center-block {
    margin-bottom: 48px;
    -ms-align-items: center;
    align-items: center;
  }

  .footer__email-box {
    margin-bottom: 0;
  }

  .center-block__description {
    display: none;
  }

  .right-block {
    -ms-align-self: center;
    align-self: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 48px;
  }

  .des-logo {
    margin-bottom: 24px;
  }

  .mob-center-block__description {
    display: block;
  }

  /*!!! LISTINGS PAGE !!!*/

  /* L-HEADER SECTION */

  .l-header-section {
    display: none;
  }

  /* L-TEXT SECTION */

  .l-text-section {
    padding: 64px 0;
  }

  .l-text-block {
    width: 100%;
  }

  .l-text-block h2 {
    margin-bottom: 32px;
  }

  .l-text__description {
    margin-top: 48px;
  }

  .l-text__btn {
    max-width: 370px;
  }

  .l-human-block {
    display: none;
  }

  /* L-SEARCH SECTION */

  .l-search-section .container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }

  .l-dropdown-block .dropdown:last-child .dropdown__value {
    margin-bottom: 0;
  }

  .l-dropdown-block {
    display: none;
  }

  .l-mob-dropdown-block {
    display: block;
    max-width: 370px;
  }

  .l-search-map-result {
    margin-bottom: 32px;
  }

  .tabs-block {
    margin-bottom: 32px;
  }

  .items {
    margin-bottom: 0;
  }

  .l-offer-box {
    max-width: 344px;
    margin: 0;
    margin-bottom: 32px;
    margin-right: 32px;
  }

  .l-offer-box:nth-child(3n+3) {
    margin-right: 32px;
  }

  .l-offer-box:nth-child(2n+2) {
    margin-right: 32;
  }

  .l-offer-box:nth-last-child(-n+2) {
    margin-bottom: 32px;
  }

  .l-offer-box:nth-last-child(-n+3) {
    margin-bottom: 32px;
  }

  .l-offer-page-number-block {
    justify-content: center;
    width: 100%;
  }

  .l-offer-block-description {
    width: 100%;
  }

  /* I-IDEA SECTION */

  .l-idea-section {
    padding-top: 64px;
  }

  .l-idea-section .container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .l-idea-img {
    width: 100%;
    margin-bottom: 32px;
  }

  .l-idea-text-block {
    width: 100%;
  }

  .l-idea-text-block h2 {
    margin-bottom: 32px;
  }

  /*!!! LISTINGS-2 PAGE !!!*/

  /* L2-SHOW SECTION */

  .l2-main-container {
    padding-top: 64px;
  }

  .l2-left-container {
    width: 100%;
  }

  .l2-show-block {
    margin-bottom: 64px;
  }

  .l2-btn-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .l2-btn-name {
    font-size: 14px;
  }

  .l2-slider-container {
    margin-bottom: 24px;
  }

  /* L2-DETAILS BLOCK */

  .l2-details-container .h2 {
    margin-bottom: 32px;
  }

  /*!!! VALUATION PAGE !!!*/

  /* V-LEFT CONTAINER */

  .v-left-container .h2 {
    margin-bottom: 32px;
  }

  .v-form-input {
    max-width: 345px;
  }

  .v-form-text-area {
    max-width: 100%;
  }

  .v-form-btn {
    margin-top: 48px;
  }

  .v-dropdown-block {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
  }

  .v-dropdown-block .dropdown {
    max-width: 345px;
  }

  .v-dropdown-block .dropdown__value {
    max-width: 345px;
    margin-bottom: 24px;
  }

  .v-dropdown-block .mob-dropdown-box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
  }

  /*!!! CONTACT PAGE !!!*/

  /* C-CONTACT INFO */

  .c-contacts-block {
    margin-bottom: 32px;
  }

  /*!!! ABOUT-1 PAGE !!!*/

  /* A-TEXT BLOCK */

  .a1-left-container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }

  .a1-human-img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 384px;
    margin-bottom: 32px;
  }

  .a1-human-img {
    height: auto;
    object-fit: none;
  }

  /*!!! ABOUT-3 PAGE !!!*/

  .a3-header-description {
    margin-bottom: 64px;
  }

  .a3-text-description {
    margin-top: 0;
  }

  .a3-info-box {
    margin-bottom: 24px;
  }

  /* A3-SLIDER */

  .a3-slider-section {
    margin-top: 64px;
  }

  .a3-slider-container {
    margin-bottom: 64px;
  }

  .a3-slide {
    margin-right: 0;
    margin-bottom: 0;
    margin: 0 32px;
  }

  .a3-slider-l-line {
    display: block;
    margin-top: 32px;
  }

  .a3-section-description__text {
    width: 100%;
  }
}

@media screen and (max-width: 739px) {
  .container {
    width: 100vw;
    padding: 0 20px;
  }

  .h1 {
    font-size: 40px;
    line-height: 65px;
  }

  .h2 {
    font-size: 36px;
    line-height: 40px;
  }

  /* HEADER */

  .main-header__description {
    font-size: 12px;
  }

  .i-info-box {
    margin-right: 0;
  }

  .i-info-box:last-child {
    margin-bottom: 0;
  }

  .mob-nav {
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  /* I-SLIDER SECTION */

  .i-slider__name-box .h2 {
    font-size: 35px;
  }

  .i-slider__arrow-box {
    display: none;
  }

  .i-slider-box {
    max-width: 333px;
  }

  /* I-TIPS SECTION */

  .i-tips-box {
    width: 100%;
  }

  /* FOOTER FORM SECTION */

  .footer-logo-block {
    padding: 64px 17px;
  }

  .footer-logo {
    max-width: 320px;
  }

  /* FOOTER */

  footer .container {
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .left-block {
    -ms-align-items: flex-start;
    align-items: flex-start;
    text-align: left;
  }

  .center-block {
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .right-block {
    -ms-align-self: flex-start;
    align-self: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  /*!!! LISTINGS PAGE !!!*/

  /* L-SEARCH SECTION */

  .l-search-map-result {
    height: 220px;
  }

  .l-offer-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }

  .l-offer-box:last-child {
    margin-bottom: 0;
  }

  .l-offer-box:nth-child(3n+3) {
    margin-right: 0;
  }


  .l-offer-page-number-block {
    justify-content: flex-start;
  }

  /* L-IDEA SECTION */

  .l-idea-section {
    display: none;
  }

  /*!!! LISTINGS-2 PAGE !!!*/

  /* L2-SHOW SECTION */

  .l2-btn-block {
    justify-content: space-between;
    -ms-align-items: stretch;
    align-items: stretch;
  }

  .l2-btn-box {
    width: 166px;
    margin-right: 0;
    margin-bottom: 24px;
  }

  .l2-btn-box:nth-child(2n+2) {
    width: 140px;
  }

  .l2-btn-box:nth-last-child(-n+2) {
    margin-bottom: 0;
  }

  .l2-slider-container {
    height: 220px;
  }

  .l2-slider-info-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l2-slider-info-box {
    justify-content: space-between;
    margin-bottom: 16px;
  }

  .l2-slider-info {
    margin-right: 0;
  }

  .l2-mob-slider-info {
    display: none;
  }

  /* L2-DETAILS BLOCK */

  .l2-details-box {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .l2-details {
    width: 100%;
    margin-bottom: 16px;
  }

  .l2-details:last-child {
    margin-bottom: 0;
  }

  .l2-details-name {
    width: 100%;
    padding: 0;
  }

  /*!!! VALUATION PAGE !!!*/

  /* V-LEFT CONTAINER */

  .v-form-input {
    width: 100%;
    margin-bottom: 32px;
  }

  .v-form-input:nth-last-child(-n+2) {
    margin-bottom: 32px;
  }

  .v-form-input:last-child {
    margin-bottom: 0;
  }

  .v-form-text-area {
    margin-bottom: 8px;
  }

  /*!!! BUYESRS PAGE !!!*/

  /* B-LEFT BLOCK */

  .b-info-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .b-info-box {
    margin-bottom: 32px;
  }

  .b-info-box:nth-last-child(-n+3) {
    margin-bottom: 0;
  }

  /*!!! CONTACT PAGE !!!*/

  /* C-CONTACT INFO */

  .c-contacts-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-map-contact-box {
    margin-right: 0;
    margin-bottom: 32px;
  }

  .c-map-contact {
    width: 100%;
  }

  /* C-MAP */

  .c-map {
    height: 220px;
  }

  /*!!! RESOURCES PAGE !!!*/

  /* R-LINK BLOCK */

  .r-link {
    padding: 24px 16px;
    font-size: 22px;
  }

  /*!!! RESOURCES  INNER-1 PAGE */

  /* R_I1-LINK BLOCK */

  .r_i1-link-block {
    width: 200px;
  }

  .r_i1-content-box {
    padding: 24px 16px;
  }

  /*!!! RESOURCES  INNER-2 PAGE */

  /* R_I1-CONTENT BLOCK */

  .r_i2-content-block ul{
    margin-bottom: 32px;
  }

  /*!!! ABOUT2 PAGE !!!*/

  .a2-text-box {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .a2-text-box__img {
    margin-right: 0;
    margin-bottom: 16px;
  }

  /*!!! ABOUT-3 PAGE !!!*/

  .a3-info-box:nth-last-child(-n+2) {
    margin-bottom: 24px;
  }

  .a3-info-box:last-child {
    margin-bottom: 0;
  }

  .a3-section-description__text {
    text-align: justify;
  }
}
