@media (min-width: 1200px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1025px) and (max-height: 850px) {

  .sliders__slide h2 {
    font-size: 2rem;
  }
  
  header .logo {
    width: 160px;
    margin-top: 60px;
  }
  
  .splash__main__divider {
    width: calc(50% - 114px);
  }
  
  .strapline {
    height: calc(100vh - 414px);
  }

}

@media (max-width: 1200px) {

  .blocks__block--text h2 {
    font-size: 2rem;
  }
  
  .blocks__block--text h3 {
    font-size: 1.5rem;
  }

  .blocks__block--text p {
    font-size: 0.9375rem;
  }

}

@media (max-width: 1100px) {

  .body h2 {
    font-size: 1.5rem;
  }

  .blocks__block--text h2 {
    font-size: 2.25rem;
    line-height: 1.25;
  }
  
  .blocks__block--text h3 {
    font-size: 1.25rem;
    line-height: 1.25;
  }

  .block-logo {
    width: 160px;
  }

  .bottom-banners__banner {
    height: 660px;
  }

}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

  .sliders__slide h2 {
    font-size: 2rem;
    line-height: 1.375;
  }

  .page {
    height: 101px;
  }

  .page .splash {
    height: 101px;
  }

  .splash__corner {
    width: 100px;
    height: 100px;
  }

  .splash__email,
  .splash__instagram,
  .splash__facebook {
    width: 100px;
    height: 100px;
  }

  .splash__column {
    top: 100px;
    width: 100px;
    height: calc(100vh - 200px);
  }

  .splash__column a {
    font-size: 1.125rem;
    line-height: 101px;
    height: 101px;
  }

  .splash__main {
    width: calc(100% - 200px);
    margin: 0 100px;
  }

  header .logo {
    width: 168px;
    margin: 40px 30px 0;
  }

  .splash__main__divider {
    width: calc(50% - 114px);
    height: 101px;
    padding-top: 0;
  }

  .strapline {
    height: calc(100vh - 389px);
  }

  .strapline__content {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
  }

}

@media (min-width: 768px) and (max-width: 991px) {

  .sliders__slide h2 {
    font-size: 2rem;
    max-width: 500px;
  }

  .page {
    height: 101px;
    position: relative;
  }

  .page .splash {
    height: 101px;
  }

  .splash__corner {
    width: 100px;
    height: 100px;
  }

  .splash__email,
  .splash__instagram,
  .splash__facebook {
    width: 100px;
    height: 100px;
  }

  .splash__column {
    top: 100px;
    width: 100px;
    height: calc(100vh - 200px);
  }

  .splash__column a {
    line-height: 101px;
    height: 101px;
    width: 220px;
  }

  .splash__main {
    width: calc(100% - 200px);
    margin: 0 100px;
  }

  header .logo {
    float: left;
    width: 160px;
    margin: 40px 30px 0;
  }

  .splash__main__divider {
    float: left;
    width: calc(50% - 110px);
    height: 101px;
    padding-top: 40px;
  }

  .strapline {
    display: table;
    width: 100%;
    height: calc(100vh - 380px);
  }

  .strapline__content {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
  }

  .banner {
    height: 180px;
  }

  .banner h1 {
    font-size: 2rem;
  }

  .banner__column {
    width: 100px;
    height: 180px;
  }

  .main {
    padding: 40px 0;
  }

  .main__cols {
    flex-direction: column;
  }

  .main__cols__col {
    flex-basis: auto;
    text-align: center;
  }

  .main__cols__col .social-icons {
    display: none;
  }

  .body h2 {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }

  .body p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .body :last-child {
    margin-bottom: 0;
  }

  .blocks__block {
    min-height: 480px;
  }

  .blocks__block--text {
    padding: 30px;
  }

  .block-gallery__image {
    min-height: 480px;
  }

  .blocks__block--text h2 {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }
  
  .blocks__block--text h3 {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }

  .blocks__block--text p {
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0 auto 24px;
  }

  .block-logo {
    max-width: 120px;
  }

  .testimonials {
    padding: 40px 0;
  }

  .bottom-banners__banner {
    height: 400px;
  }

  .buttons {
    display: block;
  }

  .buttons__button {
    display: block;
    border: 1px solid #c7bf94;
    padding: 12px 20px 14px;
    font-size: 0.75rem;
    margin-bottom: 4px;
  }

  .page-blocks__block {
    height: 360px;
  }

  .page-blocks__block h3 {
    font-size: 1.5rem;
  }

  .footer__git h3 {
    font-size: 1.75rem;
  }

}

@media (max-width: 767px) {
    
  .main__heading__4-star {
    margin-top: 20px;
  }

  .sliders__slide h3 {
    font-size: 0.75rem;
  }

  .sliders__slide h2 {
    font-size: 1.125rem;
    line-height: 1.375;
    padding: 0 60px;
  }

  .page {
    height: 41px;
  }

  .page .splash {
    height: 41px;
  }

  .splash__corner {
    width: 40px;
    height: 40px;
  }

  .splash__email,
  .splash__instagram,
  .splash__facebook {
    width: 40px;
    height: 40px;
    background-size: auto 12px;
  }

  .splash__facebook {
    background-size: auto 16px;
  }

  .splash__column {
    top: 40px;
    width: 40px;
    height: calc(100vh - 80px);
  }

  .splash__column a {
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
    line-height: 41px;
    height: 41px;
    width: 160px;
  }

  .splash__main {
    width: calc(100% - 80px);
    margin: 0 40px;
  }

  header .logo {
    width: 118px;
    margin: 20px 20px 0;
  }

  .splash__main__divider {
    width: calc(50% - 79px);
    height: 41px;
    padding-top: 0;
  }

  .scroll {
    height: 56px;
  }

  .scroll__bar {
    width: calc(50% - 28px);
    height: 28px;
  }

  .scroll__button {
    width: 56px;
    height: 56px;
    background-size: 56px 56px;
  }

  .strapline {
    height: calc(100vh - 225px);
  }

  .banner {
    height: 100px;
  }

  .banner h1 {
    font-size: 1.25rem;
  }

  .banner__column {
    width: 40px;
    height: 100px;
  }

  .main {
    padding: 20px 0;
  }

  .main__heading {
    margin-bottom: 20px;
    padding: 0 20px;
  }

  .main__heading h1 {
    width: 100%;
  }

  .page .splash a.page-logo {
    width: 50%;
  }

  .main__cols {
    flex-direction: column;
  }

  .main__cols__col {
    flex-basis: auto;
  }

  .main__cols__col .social-icons {
    display: none;
  }

  .body h2 {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }

  .body p {
    font-size: 0.9375rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .big-button {
    margin-top: 20px;
    background-size: auto 20px, auto 20px;
  }

  .big-button a {
    padding: 12px 16px;
    font-size: 0.75rem;
  }

  .social-icons a {
    display: block;
    margin-right: 12px;
  }

  .social-icons a:last-of-type {
    margin-right: 0;
  }

  .blocks {
    display: flex;
    flex-direction: column;
  }

  .blocks__block {
    float: none;
    width: 100%;
    min-height: 1px;
  }

  .blocks__block--text {
    padding: 20px;
  }

  .blocks__block--yellow {
    background-color: #c7bf94;
  }

  .block-gallery__image {
    min-height: 240px;
  }

  .blocks__block--text h2 {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  
  .blocks__block--text h3 {
    font-size: 1rem;
    margin-bottom: 16px;
  }

  .blocks__block--text h4 {
    font-size: 0.75rem;
    margin-bottom: 8px;
  }

  .blocks__block--text p {
    max-width: auto;
    font-size: 0.9375rem;
    line-height: 1.5;
    margin: 0 auto 20px;
  }

  .blocks__block--gallery .slick-arrow {
    width: 40px;
    height: 40px;
  }

  .blocks__block--gallery .slick-arrow--prev {
    right: 41px;
  }

  .blocks__block.blocks__block--gallery:nth-of-type(even) .slick-arrow--prev {
    right: 41px;
    left: auto;
  }

  .blocks__block.blocks__block--gallery:nth-of-type(even) .slick-arrow--next {
    right: 0;
    left: auto;
  }

  .block-logo {
    max-width: 100px;
  }

  .buttons {
    flex-direction: column;
  }

  .buttons__button {
    display: block;
    border: 1px solid #c7bf94;
    border-bottom: 0;
    padding: 12px 16px;
    font-size: 0.75rem;
  }

  .buttons__button:last-of-type {
    border-bottom: 1px solid #c7bf94;
  }

  .blocks__block--yellow .buttons__button {
    border-color: #303946;
    color: #303946;
  }

  .testimonials {
    padding: 20px 0;
  }

  .testimonials h3 {
    margin-bottom: 20px;
  }

  .testimonials__testimonial p {
    font-size: 0.9375rem;
    line-height: 1.5;
  }

  .bottom-banners__banner {
    height: 240px;
  }

  .bottom-banners .slick-arrow {
    top: auto;
    bottom: 20px;
    margin-top: 0;
    width: 38px;
    height: 38px;
    border-radius: 19px;
    background-size: 20px auto;
  }

  .bottom-banners .slick-arrow--prev {
    left: 20px;
  }

  .bottom-banners .slick-arrow--next {
    right: 20px;
  }

  .page-blocks__block {
    width: 100%;
    height: 220px;
  }

  .page-blocks__block h3 {
    font-size: 1.25rem;
  }

  .page-blocks__block .button {
    padding: 12px 16px;
    font-size: 0.75rem;
  }

  .newsletter {
    padding: 20px 0 60px;
  }

  .newsletter h3 {
    margin-bottom: 20px;
    font-size: 1.125rem;
  }

  .newsletter__form {
    padding: 20px;
  }

  footer {
    padding-bottom: 20px;
  }

  .footer__logo img {
    width: 60px;
    height: 60px;
    margin: -30px 0 20px;
  }

  .footer__git h3 {
    font-size: 1.25rem;
    margin-bottom: 20px;
    padding-bottom: 56px;
  }

  .footer__git p {
    max-width: auto;
    font-size: 0.9375rem;
    line-height: 1.5;
    margin: 0 auto 20px;
  }

  .footer__social .social-icons {
    margin-bottom: 20px;
  }

  .footer__address {
    margin-bottom: 20px;
  }

  .footer__address h4 {
    margin-bottom: 20px;
    font-size: 1.125rem;
  }

  .footer__address p {
    font-size: 0.75rem;
  }

  .footer__legal ul {
    margin-bottom: 20px;
  }

  .footer__legal li a {
    color: #c7bf94;
  }

  .footer__legal p {
    font-size: 0.875rem;
    text-transform: none;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 0 30px;
  }

  .footer__legal p.cpco {
    margin-bottom: 0;
  }

}

@media (max-width: 480px) {}
