/*!
Theme Name: ReklamaPlus
Theme URI: faxef.github.io
Author: Vladislav Leshkevich
Author URI: faxef.github.io
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: reklamaplus.by
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

extbel is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
body {
  line-height: 1.2;
  font-family: "Museo", sans-serif;
  text-align: left;
  font-size: 16px; }

img {
  width: 100%;
  height: auto; }
.close {
	cursor: pointer;
}
.block_title {
  text-align: center; }
  .block_title h2 {
    color: #f52d2d;
    font-size: 30px;
    font-weight: 700;
    line-height: 31.93px; }
    @media all and (max-width: 768px) {
      .block_title h2 {
        font-size: 24px; } }
    @media all and (max-width: 576px) {
      .block_title h2 {
        font-size: 20px;
        line-height: 1.2; } }

.btn_default {
  cursor: pointer;
  padding: 10px 25px;
  display: inline-block;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease; }
  @media all and (max-width: 991px) {
    .btn_default {
      font-size: 18px;
      padding: 5px 20px; } }
  @media all and (max-width: 576px) {
    .btn_default {
      padding: 0px 20px; } }
  .btn_default:hover {
    text-decoration: none;
    -webkit-box-shadow: 5px 5px 13px -4px;
            box-shadow: 5px 5px 13px -4px;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px); }
  .btn_default.white {
    color: #353535;
    background-color: #ffffff; }

.slick-dots {
  bottom: 10px; }
  .slick-dots li {
    width: 15px;
    height: 15px; }
    .slick-dots li button {
      width: 15px;
      height: 15px; }
      .slick-dots li button:before {
        border: 2px solid #ffffff;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        font-size: 0;
        width: 15px;
        height: 15px;
        opacity: 1; }
    .slick-dots li.slick-active button:before {
      background-color: #fff;
      opacity: 1; }

@font-face {
  font-display: swap;
  font-family: 'Gilroy';
  src: url("fonts/Gilroy/Gilroy-Regular.woff") format("woff"), 
  url("fonts/Gilroy/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'Museo';
  src: url("fonts/MuseoSans/MuseoSansCyrl-100.woff") format("woff"), 
  url("fonts/MuseoSans/MuseoSansCyrl-100.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'Museo';
  src: url("fonts/MuseoSans/MuseoSansCyrl-300.woff") format("woff"), 
  url("fonts/MuseoSans/MuseoSansCyrl-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'Museo';
  src: url("fonts/MuseoSans/MuseoSansCyrl-500.woff") format("woff"), 
  url("fonts/MuseoSans/MuseoSansCyrl-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'Museo';
  src: url("fonts/MuseoSans/MuseoSansCyrl-700.woff") format("woff"), 
  url("fonts/MuseoSans/MuseoSansCyrl-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

header .top_header {
  width: 100%;
  background-color: #0e0c0c;
  padding: 14px 0; }
  header .top_header .contacts ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media all and (max-width: 576px) {
      header .top_header .contacts ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    header .top_header .contacts ul li {
      color: #00abab;
      font-family: Gilroy;
      font-size: 18px;
      font-weight: 400;
      line-height: 18px; }
      @media all and (max-width: 768px) {
        header .top_header .contacts ul li {
          font-size: 14px; } }
      header .top_header .contacts ul li + li {
        margin-left: 20px; }
      header .top_header .contacts ul li i {
        font-size: 17px;
        color: white;
        margin-right: 10px; }
        @media all and (max-width: 768px) {
          header .top_header .contacts ul li i {
            font-size: 14px; } }

header .middle_header {
  background-color: #353535;
  padding: 25px; }
  @media all and (max-width: 768px) {
    header .middle_header {
      padding: 10px;
      position: relative; } }
  header .middle_header .middle_header__wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media all and (max-width: 768px) {
      header .middle_header .middle_header__wrapper {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    header .middle_header .middle_header__wrapper .logo {
      margin-right: 70px; }
      @media all and (max-width: 991px) {
        header .middle_header .middle_header__wrapper .logo {
          margin-right: 20px;
          width: 90px; } }
    header .middle_header .middle_header__wrapper nav.mobile_menu {
      opacity: 1;
      left: 0; }
    @media all and (max-width: 991px) {
      header .middle_header .middle_header__wrapper nav {
        width: -webkit-calc(100% - 110px);
        width: calc(100% - 110px); } }
    @media all and (max-width: 768px) {
      header .middle_header .middle_header__wrapper nav {
        width: 100%;
        position: absolute;
        left: -100%;
        background-color: white;
        top: 100%;
        z-index: 1;
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
        opacity: 0; } }
    header .middle_header .middle_header__wrapper nav ul {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media all and (max-width: 768px) {
        header .middle_header .middle_header__wrapper nav ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      header .middle_header .middle_header__wrapper nav ul li {
        cursor: pointer;
        margin: 0px 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 5px solid transparent;
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
        width: -webkit-calc(100% / 6 - 0px);
        width: calc(100% / 6 - 0px); }
        @media all and (max-width: 991px) {
          header .middle_header .middle_header__wrapper nav ul li {
            margin: 0 10px; } }
        @media all and (max-width: 768px) {
          header .middle_header .middle_header__wrapper nav ul li {
            padding-left: 25px;
            margin: 0;
            width: 100%; } }
        header .middle_header .middle_header__wrapper nav ul li:last-child {
          margin-right: 0; }
        header .middle_header .middle_header__wrapper nav ul li:first-child {
          margin-left: 0; }
        header .middle_header .middle_header__wrapper nav ul li:hover {
          border-bottom: 5px solid white; }
        header .middle_header .middle_header__wrapper nav ul li a {
          color: #ffffff;
          font-family: Gilroy;
          font-size: 18px;
          font-weight: 400;
          transition: 0.4s ease;
          line-height: 18px; }
          header .middle_header .middle_header__wrapper nav ul li:hover a {
            color: #f52d2d;
          }
          .pop_up__btn {
            cursor: pointer;
            transition: 0.4s ease;
          }
          .pop_up__btn.t:hover {
            color: white;
          }
          @media all and (max-width: 991px) {
            header .middle_header .middle_header__wrapper nav ul li a {
              font-size: 16px; } }
          @media all and (max-width: 768px) {
            header .middle_header .middle_header__wrapper nav ul li a {
              color: red; } }
          header .middle_header .middle_header__wrapper nav ul li a:hover {
            text-decoration: none; }
    header .middle_header .middle_header__wrapper .mobile_menu__btn {
      cursor: pointer;
      font-size: 35px;
      color: white; }
      @media all and (min-width: 769px) {
        header .middle_header .middle_header__wrapper .mobile_menu__btn {
          display: none; } }

main .first_screen {
  margin-bottom: 45px; }
  main .first_screen .slider {
    margin-bottom: 0; }
    main .first_screen .slider .slick-track {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    main .first_screen .slider .slide {
      background-color: #f52d2d;
      position: relative;
      display: none;
      height: auto;
      min-height: 690px; }
      @media all and (max-width: 1199px) {
        main .first_screen .slider .slide {
          min-height: 300px; } }
      main .first_screen .slider .slide.slick-slide {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      main .first_screen .slider .slide:first-child {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      @media all and (max-width: 768px) {
        main .first_screen .slider .slide > .container {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -webkit-flex-direction: column-reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse; } }
      main .first_screen .slider .slide .text {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
        padding: 100px 0 65px;
        padding-right: 20px;
        height: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        @media all and (max-width: 1199px) {
          main .first_screen .slider .slide .text {
            width: -webkit-calc(100% / 2);
            width: calc(100% / 2); } }
        @media all and (max-width: 991px) {
          main .first_screen .slider .slide .text {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            padding: 20px 20px 40px;
            padding-left: 0; } }
        @media all and (max-width: 768px) {
          main .first_screen .slider .slide .text {
            width: 100%;
            padding: 20px 0; } }
        @media all and (max-width: 576px) {
          main .first_screen .slider .slide .text {
            padding: 20px 0 40px; } }
        main .first_screen .slider .slide .text h2 {
          color: #ffffff;
          font-size: 45px;
          font-weight: 700;
          line-height: 60px;
          margin-bottom: 20px;
          word-break: break-word; }
          @media all and (max-width: 991px) {
            main .first_screen .slider .slide .text h2 {
              font-size: 30px;
              line-height: 1.2; } }
          @media all and (max-width: 576px) {
            main .first_screen .slider .slide .text h2 {
              font-size: 20px; } }
        main .first_screen .slider .slide .text p {
          color: #ffffff;
          font-size: 24px;
          font-weight: 100;
          line-height: 30px; }
          @media all and (max-width: 991px) {
            main .first_screen .slider .slide .text p {
              font-size: 18px;
              line-height: 1.2; } }
          @media all and (max-width: 576px) {
            main .first_screen .slider .slide .text p {
              font-size: 14px; } }
          main .first_screen .slider .slide .text p + p {
            margin-top: 25px; }
        main .first_screen .slider .slide .text .btns {
          margin-top: 100px;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-flex: 1;
          -webkit-flex: 1 0 auto;
              -ms-flex: 1 0 auto;
                  flex: 1 0 auto; }
          @media all and (max-width: 991px) {
            main .first_screen .slider .slide .text .btns {
              margin-top: 40px; } }
          @media all and (max-width: 768px) {
            main .first_screen .slider .slide .text .btns {
              -webkit-box-flex: 0;
              -webkit-flex: none;
                  -ms-flex: none;
                      flex: none; } }
          @media all and (max-width: 576px) {
            main .first_screen .slider .slide .text .btns {
              margin-top: 20px; } }
          main .first_screen .slider .slide .text .btns a {
            margin-right: 150px;
            -webkit-transition: 0.4s ease;
            transition: 0.4s ease;
            -webkit-align-self: flex-end;
                -ms-flex-item-align: end;
                    align-self: flex-end; }
            @media all and (max-width: 991px) {
              main .first_screen .slider .slide .text .btns a {
                margin-right: 0; } }
            main .first_screen .slider .slide .text .btns a:hover {
              -webkit-transform: translateY(-10px);
                  -ms-transform: translateY(-10px);
                      transform: translateY(-10px); }
              main .first_screen .slider .slide .text .btns a:hover i {
                -webkit-border-radius: 20px;
                        border-radius: 20px;
                height: 45px; }
            main .first_screen .slider .slide .text .btns a i {
              color: white;
              font-size: 50px; }
              @media all and (max-width: 991px) {
                main .first_screen .slider .slide .text .btns a i {
                  font-size: 40px; } }
      main .first_screen .slider .slide .image {
        width: 50%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0; }
        @media all and (max-width: 768px) {
          main .first_screen .slider .slide .image {
            font-size: 25px;
            position: relative;
            width: 100%;
            height: auto;
            -webkit-box-ordinal-group: 1;
            -webkit-order: 0;
                -ms-flex-order: 0;
                    order: 0;
            margin-top: 20px; } }
        main .first_screen .slider .slide .image img {
          height: 100%; }

main .advantages_wrapper {
  margin-bottom: 70px; }
  @media all and (max-width: 991px) {
    main .advantages_wrapper {
      margin-bottom: 25px; } }
  main .advantages_wrapper .block_title {
    margin-bottom: 70px; }
    @media all and (max-width: 991px) {
      main .advantages_wrapper .block_title {
        margin-bottom: 20px; } }
  main .advantages_wrapper .advantages {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media all and (max-width: 991px) {
      main .advantages_wrapper .advantages {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around; } }
    main .advantages_wrapper .advantages .advantage {
      text-align: center;
      width: -webkit-calc(100% / 5 - 30px);
      width: calc(100% / 5 - 30px);
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media all and (max-width: 991px) {
        main .advantages_wrapper .advantages .advantage {
          width: -webkit-calc(100% / 3);
          width: calc(100% / 3);
          margin-bottom: 20px; } }
      @media all and (max-width: 576px) {
        main .advantages_wrapper .advantages .advantage {
          width: -webkit-calc(100% / 2);
          width: calc(100% / 2); } }
      main .advantages_wrapper .advantages .advantage .icon {
        background-color: #f52d2d;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        width: 150px;
        height: 150px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 45px; }
        @media all and (max-width: 991px) {
          main .advantages_wrapper .advantages .advantage .icon {
            width: 110px;
            height: 110px;
            margin-bottom: 20px; } }
        @media all and (max-width: 768px) {
          main .advantages_wrapper .advantages .advantage .icon {
            width: 90px;
            height: 90px; } }
        main .advantages_wrapper .advantages .advantage .icon img {
          width: auto; }
          @media all and (max-width: 991px) {
            main .advantages_wrapper .advantages .advantage .icon img {
              width: 50px; } }
          @media all and (max-width: 768px) {
            main .advantages_wrapper .advantages .advantage .icon img {
              width: 40px; } }
      main .advantages_wrapper .advantages .advantage h2 {
        text-align: center;
        color: #1f1b1b;
        font-size: 20px;
        font-weight: 100%;
        line-height: 24px; }
        @media all and (max-width: 768px) {
          main .advantages_wrapper .advantages .advantage h2 {
            font-size: 16px; } }

main .services {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  main .services .service {
    overflow: hidden;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    position: relative; }
    @media all and (max-width: 1199px) {
      main .services .service {
        width: -webkit-calc(100% / 2);
        width: calc(100% / 2); } }
    @media all and (max-width: 576px) {
      main .services .service {
        width: 100%; } }
    main .services .service:nth-child(2n) .text {
      background-color: #00abab; }
    main .services .service .image {
      font-size: 0; }
      main .services .service:hover .text {
        transform: translateY(0%);
      }
    main .services .service .text {
      transform: translateY(100%);
      transition: 0.4s ease;
      padding: 25px 50px;
      position: absolute;
      bottom: 0;
      background-color: #f52d2d;
      opacity: 0.85;
      width: 100%;
      min-height: 160px;
      text-align: center; }
      @media all and (max-width: 991px) {
        main .services .service .text {
          transform: translateY(0%);
          padding: 15px 25px; } }
      @media all and (max-width: 768px) {
        main .services .service .text {
          min-height: 90px;
          padding: 10px 15px; } }
      main .services .service .text h2 {
        color: #ffffff;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 15px; }
        @media all and (max-width: 991px) {
          main .services .service .text h2 {
            font-size: 18px; } }
        @media all and (max-width: 768px) {
          main .services .service .text h2 {
            margin-bottom: 10px; } }
      main .services .service .text p {
        font-size: 20px;
        font-weight: 300;
        color: white;
        line-height: 1; }
        @media all and (max-width: 991px) {
          main .services .service .text p {
            font-size: 16px; } }

main .partners_wrapper {
  margin: 45px 0; }
  @media all and (max-width: 768px) {
    main .partners_wrapper {
      margin: 25px 0; } }
  main .partners_wrapper .block_title {
    margin-bottom: 45px; }
    @media all and (max-width: 768px) {
      main .partners_wrapper .block_title {
        margin-bottom: 15px; } }
  main .partners_wrapper .partners {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    main .partners_wrapper .partners .slick-list {
      width: 100%; }
    main .partners_wrapper .partners .partner {
      width: -webkit-calc(100% / 6 - 30px);
      width: calc(100% / 6 - 30px);
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      main .partners_wrapper .partners .partner .image {
        width: 215px; }
      main .partners_wrapper .partners .partner:nth-child(n+7) {
        display: none; }
        main .partners_wrapper .partners .partner:nth-child(n+7).slick-slide {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }

.page_title {
  padding: 45px 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center; }
  @media all and (max-width: 991px) {
    .page_title {
      padding: 30px 0; } }
  .page_title h1 {
    color: #ffffff;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 300; }
    @media all and (max-width: 768px) {
      .page_title h1 {
        font-size: 35px; } }

.content .block_wrapper:first-child {
  margin-top: 35px; }

.content .block_wrapper:nth-child(2n) {
  background-color: #c2d3d4; }

.content .block_wrapper .block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0; }
  @media all and (max-width: 991px) {
    .content .block_wrapper .block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .content .block_wrapper .block .text {
    width: -webkit-calc(50% - 25px);
    width: calc(50% - 25px); }
    .content .block_wrapper .block .text .images {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      height: 190px;
    }
     .content .block_wrapper .block .text .images img{
      width: auto;
     }
    @media all and (max-width: 991px) {
      .content .block_wrapper .block .text {
        width: 100%; } }
    .content .block_wrapper .block .text h2 {
      color: #e42d0f;
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 35px; }
      @media all and (max-width: 991px) {
        .content .block_wrapper .block .text h2 {
          margin-bottom: 15px;
          margin-top: 20px; } }
    .content .block_wrapper .block .text p {
      color: #343434;
      font-weight: 500;
      font-size: 18px;
      line-height: 1.4; }
      @media all and (max-width: 576px) {
        .content .block_wrapper .block .text p {
          font-size: 14px; } }
      .content .block_wrapper .block .text p strong {
        font-weight: 700; }
      .content .block_wrapper .block .text p + p {
        margin-top: 20px; }
  .content .block_wrapper .block .image {
    width: 50%; }
    @media all and (max-width: 991px) {
      .content .block_wrapper .block .image {
        width: 100%; } }

.instagram_wrapper {
  background-image: linear-gradient(34deg, #83002b 0%, #f85e01 100%);
  padding: 45px 0; }
  @media all and (max-width: 768px) {
    .instagram_wrapper {
      padding: 25px 0; } }
  .instagram_wrapper .instagram .text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .instagram_wrapper .instagram .text a {
      font-size: 0;
      color: #fefefe;
      font-size: 40px;
      font-weight: 700;
      line-height: 1;
      margin-right: 25px;
      -webkit-transition: 0.4s ease;
      transition: 0.4s ease; }
      @media all and (max-width: 991px) {
        .instagram_wrapper .instagram .text a {
          font-size: 25px; } }
      @media all and (max-width: 768px) {
        .instagram_wrapper .instagram .text a {
          font-size: 20px; } }
    .instagram_wrapper .instagram .text .image {
      height: 60px; }
      @media all and (max-width: 991px) {
        .instagram_wrapper .instagram .text .image {
          width: 200px;
          height: 35px; } }
      @media all and (max-width: 768px) {
        .instagram_wrapper .instagram .text .image {
          width: 150px;
          height: 25px; } }

.contacts_block {
  background-image: url("img/contacts_wrapper.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0; }
  @media all and (max-width: 991px) {
    .contacts_block {
      padding: 30px 0; } }
  .contacts_block .contacts {
    text-align: center;
    max-width: 780px;
    margin: 0 auto; }
    .contacts_block .contacts h2 {
      color: #00abab;
      font-size: 30px;
      font-weight: 700;
      line-height: 1;
      margin-bottom: 15px; }
      @media all and (max-width: 991px) {
        .contacts_block .contacts h2 {
          font-size: 25px; } }
      @media all and (max-width: 768px) {
        .contacts_block .contacts h2 {
          font-size: 20px;
          margin-bottom: 10px; } }
      @media all and (max-width: 576px) {
        .contacts_block .contacts h2 {
          font-size: 16px; } }
    .contacts_block .contacts .mail {
      margin: 40px 0;
      display: inline-block;
      padding: 10px 30px;
      -webkit-border-radius: 33px;
              border-radius: 33px;
      border: 1px solid #0b151d;
      background-color: #f52d2d;
      color: #ffffff;
      -webkit-transition: 0.4s ease;
            transition: 0.4s ease;
      font-size: 24px;
      font-weight: 300; }
            .contacts_block .contacts .mail:hover {
              -webkit-transform: translateY(-10px);
                  -ms-transform: translateY(-10px);
                      transform: translateY(-10px); }
      @media all and (max-width: 991px) {
        .contacts_block .contacts .mail {
          font-size: 20px;
          margin: 20px; } }
      @media all and (max-width: 768px) {
        .contacts_block .contacts .mail {
          font-size: 18px; } }
      @media all and (max-width: 576px) {
        .contacts_block .contacts .mail {
          font-size: 14px; } }
    .contacts_block .contacts .description {
      color: #ffffff;
      font-size: 18px;
      font-weight: 100;
      margin-bottom: 60px; }
      @media all and (max-width: 991px) {
        .contacts_block .contacts .description {
          margin-bottom: 20px; } }
      @media all and (max-width: 768px) {
        .contacts_block .contacts .description {
          font-size: 16px;
          margin-bottom: 10px; } }
      @media all and (max-width: 576px) {
        .contacts_block .contacts .description {
          font-size: 14px; } }
    @media all and (max-width: 576px) {
      .contacts_block .contacts .phones {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .contacts_block .contacts .phones span {
          display: none; } }
    .contacts_block .contacts .phones, .contacts_block .contacts h3 {
      font-size: 30px;
      font-weight: 700;
      color: #ffffff;
      line-height: 31.93px; }
      @media all and (max-width: 991px) {
        .contacts_block .contacts .phones, .contacts_block .contacts h3 {
          font-size: 20px; } }
      @media all and (max-width: 768px) {
        .contacts_block .contacts .phones, .contacts_block .contacts h3 {
          font-size: 18px;
          line-height: 1.2; } }
      @media all and (max-width: 576px) {
        .contacts_block .contacts .phones, .contacts_block .contacts h3 {
          font-size: 16px; } }

#map {
  height: 450px; }
  @media all and (max-width: 991px) {
    #map {
      height: 300px; } }
  @media all and (max-width: 576px) {
    #map {
      height: 200px; } }
      .ajax-loader {
        display: none;
      }
      .pop_up {
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        z-index: -1;
        height: 100%;
        opacity: 0;
        transition: 0.8s ease;
      }
      .pop_up.active {
        z-index: 9999;
        opacity: 1;
        top: 0;
      }
      .pop_up:before {
        content: '';
        background-color: #0000009e;
        width: 100%;
        height: 100%;
        position: absolute;
      }
      .pop_up .contact_us {
        padding: 25px 50px;
        position: relative;
        box-shadow: 3px 4px 16px 5px rgba(0, 0, 0, 0.26);
        border-radius: 6px;
        background-color: #fefefe;
      }
      .pop_up legend {
        color: #353535;
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 25px;
      }
      .pop_up .contact_us .input_fields {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
      }
      .pop_up .contact_us .input_fields+.input_fields {
        margin-top: 20px;
      }
      .pop_up .contact_us .input {
        width: 45%;
      }
      .pop_up .contact_us .text_fields span{
        margin-top: 20px;
        margin-bottom: 20px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        width: 100%;
      }
      .pop_up .contact_us .btn_fields input{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 12px;
        font-weight: 400;
        line-height: 18.57px;
        border: 0;
        float: right;
        text-transform: uppercase;
        padding: 0;
        width: 156px;
        height: 37px;
        border-radius: 18px;
        transition: 0.4s ease;
        background-color: #f52d2d;
      }
      .contacts_block .contacts .phones  span:first-child{
        display: none;
      }
      .pop_up .contact_us .btn_fields input:hover{
        text-decoration: none;
        -webkit-box-shadow: 5px 5px 13px -4px;
        box-shadow: 5px 5px 13px -4px;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
      }
      .pop_up .contact_us input, .pop_up .contact_us textarea{
        width: 100%;
        padding: 15px;
        border: 1px solid #a1a1a1;
        color: #5d5d5d;
        font-size: 12px;
        font-weight: 300;
      }
.copyright {
  padding: 40px 60px;
  background-color: #f52d2d;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  line-height: 1; }
  .copyright .instagram  a {
    transition: 0.4s ease;
    display: block;
    color: white;
  }
  a:hover {
    transition: 0.4s ease;
  }
        .copyright .instagram  a:hover {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px); }
        .copyright .instagram a:hover i {
          -webkit-border-radius: 20px;
          border-radius: 20px;
          height: 45px; }
  @media all and (max-width: 991px) {
    .copyright {
      padding: 10px 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media all and (max-width: 991px) {
    .copyright .copy {
      margin-bottom: 20px;
      text-align: center; } }
  .copyright .copy p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 100; }
    @media all and (max-width: 991px) {
      .copyright .copy p {
        font-size: 16px; } }
  .copyright .instagram {
    color: white;
    font-size: 50px; }
    @media all and (max-width: 991px) {
      .copyright .instagram  a:hover {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px); }
        .copyright .instagram a:hover i {
          -webkit-border-radius: 20px;
          border-radius: 20px;
          height: 45px; }
