@charset "UTF-8";
@font-face {
  font-family: "MuseoSansLight";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/MuseoSansLight.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansLight.woff") format("woff"), url("../fonts/MuseoSansLight.ttf") format("truetype"), url("../fonts/MuseoSansLight.svg#MuseoSansLight") format("svg"); }

@font-face {
  font-family: "MuseoSansRegular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/MuseoSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansRegular.woff") format("woff"), url("../fonts/MuseoSansRegular.ttf") format("truetype"), url("../fonts/MuseoSansRegular.svg#MuseoSansRegular") format("svg"); }

@font-face {
  font-family: "MuseoSansMedium";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/MuseoSansMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansMedium.woff") format("woff"), url("../fonts/MuseoSansMedium.ttf") format("truetype"), url("../fonts/MuseoSansMedium.svg#MuseoSansMedium") format("svg"); }

@font-face {
  font-family: "MuseoSansBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/MuseoSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansBold.woff") format("woff"), url("../fonts/MuseoSansBold.ttf") format("truetype"), url("../fonts/MuseoSansBold.svg#MuseoSansBold") format("svg"); }

@font-face {
  font-family: "MuseoSansBlack";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/MuseoSansBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansBlack.woff") format("woff"), url("../fonts/MuseoSansBlack.ttf") format("truetype"), url("../fonts/MuseoSansBlack.svg#MuseoSansBlack") format("svg"); }

html, body {
  margin: 0 !important;
  font-family: MuseoSansRegular;
  height: 100%; }
  html #wrapper, body #wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    height: 100%; }
    html #wrapper #main, body #wrapper #main {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      flex-grow: 1;
      -ms-flex-positive: 1; }

.container {
  width: 1170px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1299px) {
    .container {
      width: 94.15%; } }
  @media (max-width: 1023px) {
    .container {
      width: 94.9%; } }
  @media (max-width: 767px) {
    .container {
      width: 94.2%; } }

.flex-between {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

.flex-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

h1 {
  font-family: MuseoSansBlack;
  font-size: 44px;
  color: #fff; }
  @media (max-width: 1399px) {
    h1 {
      font-size: 38px; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 30px; } }
  @media (max-width: 479px) {
    h1 {
      font-size: 22px; } }

.header {
  background-color: #fff; }
  @media (max-width: 767px) {
    .header {
      position: relative; } }
  .header:after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 770px;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/bg-header.jpg);
    background-position: top left; }
    @media (max-width: 767px) {
      .header:after {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%; } }
    @media (max-width: 479px) {
      .header:after {
        height: 846px; } }
  @media (max-width: 767px) {
    .header {
      background: none; } }
  .header_top {
    padding-bottom: 15px; }
    @media (max-width: 767px) {
      .header_top {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column; } }
    .header_top .custom-logo-link {
      margin-top: 15px;
      margin-right: auto; }
      @media (max-width: 979px) {
        .header_top .custom-logo-link {
          margin-right: 0; } }
    .header_top p.slogan {
      text-align: center;
      font-size: 18px;
      color: #51230b;
      max-width: 355px;
      margin-top: 38px;
      margin-left: auto; }
      @media (max-width: 979px) {
        .header_top p.slogan {
          max-width: 285px;
          font-size: 14px;
          text-align: left; } }
      @media (max-width: 767px) {
        .header_top p.slogan {
          max-width: inherit;
          font-size: 16px;
          margin-top: -65px;
          margin-left: 100px;
          color: #fff; } }
      @media (max-width: 479px) {
        .header_top p.slogan {
          font-size: 14px;
          margin-top: -63px; } }
      @media (max-width: 479px) {
        .header_top p.slogan br {
          display: none; } }
    .header_top .socials {
      width: 110px;
      margin-top: 33px;
      margin-left: 75px;
      margin-right: 25px; }
      @media (max-width: 979px) {
        .header_top .socials {
          margin-left: auto;
          margin-right: auto; } }
      @media (max-width: 767px) {
        .header_top .socials {
          margin-top: 25px; } }
      .header_top .socials a {
        display: inline-block;
        width: 31px;
        height: 31px;
        background-repeat: no-repeat; }
      .header_top .socials a[title="Viber"] {
        background-image: url(../images/viber.jpg); }
      .header_top .socials a[title="Telegram"] {
        background-image: url(../images/telegram.jpg); }
      .header_top .socials a[title="WhatsApp"] {
        background-image: url(../images/whatsapp.jpg); }
    .header_top .phones {
      margin-top: 20px; }
      @media (max-width: 979px) {
        .header_top .phones {
          text-align: right; } }
      @media (max-width: 767px) {
        .header_top .phones {
          text-align: center; } }
      .header_top .phones a {
        display: block;
        text-decoration: none;
        font-family: MuseoSansBlack;
        font-size: 22.21px;
        color: #51230b; }
        @media (max-width: 979px) {
          .header_top .phones a {
            font-size: 18px; } }
        @media (max-width: 767px) {
          .header_top .phones a {
            color: #fff; } }
      .header_top .phones p {
        font-size: 16px;
        color: #51230b;
        text-align: right;
        margin-top: 8px;
        margin-bottom: 0; }
        @media (max-width: 767px) {
          .header_top .phones p {
            text-align: center;
            color: #fff; } }
  .header_bottom {
    background-repeat: no-repeat;
    background-image: url(../images/bg-header.jpg);
    padding-top: 110px;
    padding-bottom: 90px; }
    @media (min-width: 1441px) {
      .header_bottom {
        -webkit-background-size: cover;
        background-size: cover;
        background-position: top center; } }
    @media (max-width: 1299px) {
      .header_bottom {
        padding-bottom: 75px;
        background-position: top left; } }
    @media (max-width: 767px) {
      .header_bottom {
        padding-bottom: 30px;
        padding-top: 0;
        background: none; } }
    .header_bottom h1 {
      margin-top: 0;
      margin-bottom: 15px; }
      @media (max-width: 979px) {
        .header_bottom h1 {
          text-align: center; } }
    .header_bottom .description {
      max-width: 700px; }
      @media (max-width: 979px) {
        .header_bottom .description {
          max-width: 100%; } }
    .header_bottom p.desc {
      background-color: #f9f9f9;
      border-left: 9px solid #60872a;
      font-size: 24px;
      color: #51230b;
      padding-top: 16px;
      padding-bottom: 16px;
      padding-left: 20px;
      padding-right: 25px;
      margin-top: 0;
      margin-bottom: 45px;
      max-width: 455px; }
      @media (max-width: 979px) {
        .header_bottom p.desc {
          margin-left: auto;
          margin-right: auto; } }
      @media (max-width: 767px) {
        .header_bottom p.desc {
          max-width: 100%;
          font-size: 20px;
          margin-bottom: 15px; } }
      @media (max-width: 479px) {
        .header_bottom p.desc {
          font-size: 16px; } }
    .header_bottom ul {
      padding: 0;
      margin-top: 0;
      margin-bottom: 0;
      list-style: none; }
      .header_bottom ul li {
        font-family: MuseoSansBlack;
        font-size: 22px;
        color: #fff;
        padding-left: 40px;
        background-repeat: no-repeat;
        background-image: url(../images/check.png);
        background-position: left 0;
        margin-bottom: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
        width: 43%; }
        @media (max-width: 767px) {
          .header_bottom ul li {
            width: 100%; } }
        @media (max-width: 479px) {
          .header_bottom ul li {
            font-size: 20px; } }
    .header_bottom .button-red {
      text-align: center;
      padding-top: 20px;
      padding-bottom: 20px;
      font-family: MuseoSansBold;
      font-size: 16px;
      text-transform: uppercase;
      color: #fff;
      box-shadow: 2px 4px 7.68px 0.32px rgba(79, 12, 5, 0.25);
      display: block;
      background-image: -webkit-linear-gradient( bottom , #f72f0f, #f7715b);
      background-image: linear-gradient(to top, #f72f0f, #f7715b);
      text-decoration: none;
      border-radius: 10px;
      margin-top: 50px;
      width: 308px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .header_bottom .button-red:hover {
        background-image: -webkit-linear-gradient( bottom , #f76750, #f79080);
        background-image: linear-gradient(to top, #f76750, #f79080); }
      @media (max-width: 979px) {
        .header_bottom .button-red {
          margin-left: auto;
          margin-right: auto; } }
      @media (max-width: 767px) {
        .header_bottom .button-red {
          margin-top: 20px; } }
      @media (max-width: 479px) {
        .header_bottom .button-red {
          width: 295px; } }

.specials {
  background-color: #f6f6f6;
  padding-top: 80px;
  padding-bottom: 120px; }
  @media (max-width: 979px) {
    .specials {
      padding-bottom: 80px; } }
  @media (max-width: 767px) {
    .specials {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .specials_wrapper {
    border: 4px solid #79ac42;
    height: 420px; }
    @media (max-width: 767px) {
      .specials_wrapper {
        width: 95%;
        height: 487px; } }
  .specials img {
    margin-left: -50px;
    margin-top: 40px; }
  @media (max-width: 1299px) {
    .specials .left {
      display: none; } }
  .specials .right {
    background-color: #fff;
    padding-left: 20px;
    padding-right: 50px;
    width: 55%; }
    @media (max-width: 1299px) {
      .specials .right {
        padding-right: 0;
        width: 100%; } }
    @media (max-width: 767px) {
      .specials .right {
        padding-left: 0; } }
    .specials .right_form form {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      position: relative; }
      @media (max-width: 1299px) {
        .specials .right_form form {
          width: 640px;
          margin-left: auto;
          margin-right: auto; } }
      @media (max-width: 767px) {
        .specials .right_form form {
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          box-orient: vertical;
          -webkit-box-direction: normal;
          -moz-box-direction: normal;
          box-direction: normal;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          flex-direction: column;
          -ms-flex-direction: column;
          width: 100%;
          text-align: center; } }
    @media (max-width: 767px) {
      .specials .right_form p {
        margin: 0; } }
    .specials .right_form input[type="tel"] {
      background: none;
      padding-top: 20px;
      padding-bottom: 20px;
      border-radius: 10px;
      text-indent: 15px;
      border: 1px solid #bcbbba;
      font-family: MuseoSansBold;
      font-size: 16px;
      color: #757575;
      width: 290px;
      outline: none; }
      .specials .right_form input[type="tel"]::-webkit-input-placeholder {
        color: #757575; }
      .specials .right_form input[type="tel"]::-moz-placeholder {
        color: #757575; }
      .specials .right_form input[type="tel"]:-moz-placeholder {
        color: #757575; }
      .specials .right_form input[type="tel"]:-ms-input-placeholder {
        color: #757575; }
      @media (max-width: 767px) {
        .specials .right_form input[type="tel"] {
          width: 308px;
          margin-bottom: 15px; } }
      @media (max-width: 479px) {
        .specials .right_form input[type="tel"] {
          width: 288px; } }
    .specials .right_form input[type="submit"] {
      border-radius: 10px;
      padding-top: 20px;
      padding-bottom: 20px;
      font-family: MuseoSansBlack;
      text-align: center;
      text-transform: uppercase;
      color: #faf9f9;
      font-size: 16px;
      box-shadow: 2px 4px 7.68px 0.32px rgba(79, 12, 5, 0.25);
      background-image: -webkit-linear-gradient( bottom , #f72f0f, #f7715b);
      background-image: linear-gradient(to top, #f72f0f, #f7715b);
      border: none;
      width: 310px;
      outline: none; }
      .specials .right_form input[type="submit"]:hover {
        cursor: pointer;
        background-image: -webkit-linear-gradient( bottom , #f76750, #f79080);
        background-image: linear-gradient(to top, #f76750, #f79080); }
      @media (max-width: 479px) {
        .specials .right_form input[type="submit"] {
          width: 288px; } }
    .specials .right_form div.wpcf7-mail-sent-ng {
      position: absolute;
      bottom: -48px; }
    .specials .right_form div.wpcf7-validation-errors {
      display: none !important; }
  .specials p.title {
    text-transform: uppercase;
    font-family: MuseoSansBlack;
    font-size: 34px;
    color: #51230b;
    position: relative;
    margin-top: 45px;
    padding-bottom: 15px;
    margin-bottom: 35px; }
    @media (max-width: 1299px) {
      .specials p.title {
        text-align: center; } }
    @media (max-width: 767px) {
      .specials p.title {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 28px; } }
    .specials p.title:after {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      width: 125px;
      height: 5px;
      background-color: #79ac42; }
      @media (max-width: 1299px) {
        .specials p.title:after {
          left: 50%;
          margin-left: -63px; } }
  .specials p.subtitle {
    font-family: MuseoSansBold;
    font-size: 24px;
    color: #51230b;
    margin-bottom: 50px;
    max-width: 95%; }
    @media (max-width: 1299px) {
      .specials p.subtitle {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        max-width: 80%; } }
    @media (max-width: 767px) {
      .specials p.subtitle {
        max-width: 95%;
        font-size: 22px;
        margin-bottom: 30px; } }
    @media (max-width: 479px) {
      .specials p.subtitle {
        font-size: 18px; } }
    .specials p.subtitle span {
      font-family: MuseoSansBlack;
      font-size: 30px;
      color: #f73617; }
      @media (max-width: 479px) {
        .specials p.subtitle span {
          font-size: 18px; } }
  .specials p.text {
    text-align: center;
    font-family: MuseoSansMedium;
    font-size: 18px;
    color: #51230b;
    max-width: 76%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .specials p.text {
        margin-bottom: 30px; } }
    @media (max-width: 479px) {
      .specials p.text {
        font-size: 18px;
        max-width: 85%; } }

.types {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 95px; }
  @media (max-width: 1299px) {
    .types {
      width: 94.15%; } }
  @media (max-width: 979px) {
    .types {
      padding-top: 80px;
      width: 100%;
      overflow: hidden; } }
  @media (max-width: 767px) {
    .types {
      padding-top: 30px; } }
  @media (max-width: 979px) {
    .types_wrapper {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; } }
  .types p.title {
    text-transform: uppercase;
    font-family: MuseoSansBlack;
    font-size: 36px;
    color: #51230b;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 767px) {
      .types p.title {
        font-size: 26px; } }
    @media (max-width: 479px) {
      .types p.title {
        font-size: 18px; } }
  .types p.subtitle {
    text-align: center;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    font-family: MuseoSansMedium;
    font-size: 22px;
    color: #595959;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .types p.subtitle {
        font-size: 18px;
        margin-bottom: 30px; } }
  .types .item {
    width: 47%; }
    @media (max-width: 979px) {
      .types .item {
        width: 94.15%;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 979px) {
      .types .item:nth-child(2) {
        position: relative;
        padding-top: 15px;
        padding-bottom: 30px; } }
    .types .item:nth-child(2):after {
      content: '';
      width: 1000px;
      height: 100%;
      background-color: #f6f6f6;
      z-index: -1;
      position: absolute;
      top: 0;
      left: -30px; }
      @media (max-width: 979px) {
        .types .item:nth-child(2):after {
          display: block; } }
    .types .item_title {
      font-family: MuseoSansBlack;
      font-size: 24px;
      color: #51230b;
      margin-top: 30px;
      margin-bottom: 10px;
      padding-left: 35px; }
      @media (max-width: 979px) {
        .types .item_title {
          margin-top: 10px; } }
      .types .item_title span {
        font-family: MuseoSansMedium; }
    .types .item ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .types .item ul li {
        font-family: MuseoSansMedium;
        font-size: 18px;
        color: #51230b;
        padding-left: 35px;
        background-image: url(../images/bg-arrow.png);
        background-repeat: no-repeat;
        background-position: left 6px;
        margin-bottom: 15px;
        word-break: break-word; }
        .types .item ul li:last-child {
          margin-bottom: 0; }

.panel_colors {
  width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1299px) {
    .panel_colors {
      width: 94.15%; } }
  .panel_colors p.title {
    text-transform: uppercase;
    text-align: center;
    font-family: MuseoSansBlack;
    font-size: 24px;
    color: #51230b;
    margin-top: 45px;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .panel_colors p.title {
        margin-top: 30px;
        font-size: 20px; } }
  .panel_colors .panel {
    margin-bottom: 15px; }
    .panel_colors .panel:first-child .panel-collapse {
      display: block; }
    .panel_colors .panel:nth-child(2) .item {
      width: 150px;
      text-align: center;
      font-size: 16px; }
      @media (max-width: 479px) {
        .panel_colors .panel:nth-child(2) .item {
          width: 46%; } }
    .panel_colors .panel:nth-child(3) .item {
      width: 100px;
      text-align: center;
      font-size: 16px; }
      @media (max-width: 479px) {
        .panel_colors .panel:nth-child(3) .item {
          width: 77px; } }
      .panel_colors .panel:nth-child(3) .item .item_img {
        min-height: 185px; }
      .panel_colors .panel:nth-child(3) .item img {
        margin-top: -15px; }
    .panel_colors .panel:nth-child(4) .item {
      width: 94px;
      text-align: center;
      font-size: 16px; }
      @media (max-width: 479px) {
        .panel_colors .panel:nth-child(4) .item {
          width: 29%; } }
      .panel_colors .panel:nth-child(4) .item .item_img {
        height: 132px;
        margin-bottom: 5px; }
      .panel_colors .panel:nth-child(4) .item img {
        margin-top: -10px; }
    .panel_colors .panel:nth-child(5) .item {
      width: auto; }
      @media (max-width: 479px) {
        .panel_colors .panel:nth-child(5) .item .item_img img {
          max-width: 100%;
          height: auto; } }
    .panel_colors .panel-heading {
      background-color: #efefef;
      font-family: MuseoSansMedium;
      font-size: 22px;
      color: #51230b;
      border: 1px solid #706f6d;
      border-radius: 10px 10px 0 0;
      padding-left: 15px;
      padding-top: 20px;
      padding-bottom: 20px;
      position: relative; }
      .panel_colors .panel-heading:hover {
        cursor: pointer; }
      .panel_colors .panel-heading:after {
        content: '+';
        position: absolute;
        right: 20px;
        font-family: MuseoSansRegular;
        font-size: 48px;
        top: 3px;
        color: #333; }
    .panel_colors .panel-heading.in:after {
      content: '-';
      font-size: 60px;
      top: -5px; }
    .panel_colors .panel-collapse {
      border: 1px solid #e9e8e8;
      border-radius: 0 0 10px 10px;
      padding-left: 55px;
      padding-top: 30px;
      padding-right: 40px;
      padding-bottom: 10px;
      background-color: #fff;
      display: none; }
      @media (max-width: 767px) {
        .panel_colors .panel-collapse {
          padding-left: 20px;
          padding-right: 20px; } }
      .panel_colors .panel-collapse-img {
        width: 176px;
        height: 132px;
        display: inline-block;
        vertical-align: top;
        margin-left: 40px;
        position: relative;
        overflow: hidden; }
        @media (max-width: 1299px) {
          .panel_colors .panel-collapse-img {
            display: block;
            margin-left: auto;
            margin-right: auto;
            margin-top: 20px; } }
        @media (max-width: 979px) {
          .panel_colors .panel-collapse-img {
            display: inline-block;
            margin-top: 0; } }
        .panel_colors .panel-collapse-img:after {
          opacity: 0;
          content: url("../images/search.png");
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          background-color: rgba(0, 0, 0, 0.4);
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          position: absolute;
          text-align: center;
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          box-orient: vertical;
          -webkit-box-direction: normal;
          -moz-box-direction: normal;
          box-direction: normal;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          flex-direction: column;
          -ms-flex-direction: column;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          box-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center; }
          @media (max-width: 767px) {
            .panel_colors .panel-collapse-img:after {
              opacity: 1; } }
        .panel_colors .panel-collapse-img:hover:after {
          opacity: 1; }
        .panel_colors .panel-collapse-img img {
          width: auto;
          height: 100%; }
      .panel_colors .panel-collapse-bottom {
        font-family: MuseoSansMedium;
        font-size: 18px;
        color: #51230b;
        margin-top: 15px; }
        @media (max-width: 479px) {
          .panel_colors .panel-collapse-bottom {
            font-size: 14px; } }
    .panel_colors .panel .item {
      width: 81px;
      font-family: MuseoSansMedium;
      font-size: 14px;
      color: #51230b;
      margin-right: 6px;
      display: inline-block;
      vertical-align: top; }
      @media (max-width: 979px) {
        .panel_colors .panel .item {
          margin-bottom: 10px; } }
      @media (max-width: 479px) {
        .panel_colors .panel .item {
          width: 77px; } }
      .panel_colors .panel .item .item_img {
        overflow: hidden; }
      .panel_colors .panel .item img {
        margin-bottom: 10px; }
      .panel_colors .panel .item p {
        margin-top: 0;
        margin-bottom: 0; }

.panel_colors2 {
  width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1299px) {
    .panel_colors2 {
      width: 94.15%; } }
  .panel_colors2 p.title {
    text-transform: uppercase;
    text-align: center;
    font-family: MuseoSansBlack;
    font-size: 24px;
    color: #51230b;
    margin-top: 45px;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .panel_colors2 p.title {
        font-size: 20px; } }
  .panel_colors2 .panel {
    margin-bottom: 15px; }
    .panel_colors2 .panel:first-child .panel-collapse-top {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify; }
      @media (max-width: 767px) {
        .panel_colors2 .panel:first-child .panel-collapse-top {
          -webkit-box-lines: multiple;
          -moz-box-lines: multiple;
          box-lines: multiple;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
    .panel_colors2 .panel:first-child .panel-collapse {
      display: block; }
    .panel_colors2 .panel:first-child .panel-collapse-img {
      display: none; }
    .panel_colors2 .panel:first-child .item {
      width: 130px; }
      @media (max-width: 767px) {
        .panel_colors2 .panel:first-child .item {
          margin-bottom: 15px; } }
      @media (max-width: 479px) {
        .panel_colors2 .panel:first-child .item {
          width: 120px; } }
    .panel_colors2 .panel:nth-child(2) .panel-collapse-top {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify; }
      @media (max-width: 767px) {
        .panel_colors2 .panel:nth-child(2) .panel-collapse-top {
          -webkit-box-lines: multiple;
          -moz-box-lines: multiple;
          box-lines: multiple;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
    .panel_colors2 .panel:nth-child(2) .item {
      width: 141px;
      text-align: center;
      font-size: 16px; }
      @media (max-width: 767px) {
        .panel_colors2 .panel:nth-child(2) .item {
          width: 30%;
          margin-bottom: 15px; } }
      @media (max-width: 479px) {
        .panel_colors2 .panel:nth-child(2) .item .item_img {
          height: 135px; } }
    .panel_colors2 .panel:nth-child(2) .panel-collapse-img {
      display: none; }
    .panel_colors2 .panel:nth-child(3) .panel-collapse {
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 20px; }
    .panel_colors2 .panel:nth-child(3) .panel-collapse-top {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify; }
      @media (max-width: 767px) {
        .panel_colors2 .panel:nth-child(3) .panel-collapse-top {
          -webkit-box-lines: multiple;
          -moz-box-lines: multiple;
          box-lines: multiple;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
    .panel_colors2 .panel:nth-child(3) .panel-collapse-img {
      display: none; }
    .panel_colors2 .panel:nth-child(3) .item {
      width: 177px;
      text-align: center;
      font-size: 16px; }
      @media (max-width: 767px) {
        .panel_colors2 .panel:nth-child(3) .item {
          margin-bottom: 15px; } }
      @media (max-width: 479px) {
        .panel_colors2 .panel:nth-child(3) .item {
          width: 47%; } }
      .panel_colors2 .panel:nth-child(3) .item .item_img {
        max-height: 310px;
        margin-bottom: 20px; }
        @media (max-width: 479px) {
          .panel_colors2 .panel:nth-child(3) .item .item_img {
            max-height: 135px; } }
      .panel_colors2 .panel:nth-child(3) .item img {
        margin-top: -10px; }
    .panel_colors2 .panel:nth-child(4) .panel-collapse-top {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: start;
      -moz-justify-content: start;
      -ms-justify-content: start;
      -o-justify-content: start;
      justify-content: start;
      -ms-flex-pack: justify;
      margin-bottom: 10px;}
      @media (max-width: 768px) {
        .panel_colors2 .panel:nth-child(4) .panel-collapse-top {
          -webkit-box-lines: multiple;
          -moz-box-lines: multiple;
          box-lines: multiple;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; 
                justify-content: center;} }
    .panel_colors2 .panel:nth-child(4) .panel-collapse {
      padding-bottom: 80px; }

      @media (max-width: 979px) {
        .panel_colors2 .panel:nth-child(4) .panel-collapse {
          padding-bottom: 30px; } }
    .panel_colors2 .panel:nth-child(4) .item {
      width: 240px;
      height: 220px;
      position: relative;
      margin-bottom:10px;}
      @media (max-width: 767px) {
        .panel_colors2 .panel:nth-child(4) .item {
          width: 48%;
          margin-bottom: 15px; } }
      @media (max-width: 479px) {
        .panel_colors2 .panel:nth-child(4) .item {
          width: 47%;
          height: 115px; } }
      .panel_colors2 .panel:nth-child(4) .item:after {
        opacity: 0;
        content: url("../images/search.png");
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.4);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: absolute;
        text-align: center;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; }
        @media (max-width: 767px) {
          .panel_colors2 .panel:nth-child(4) .item:after {
            opacity: 1; } }
      .panel_colors2 .panel:nth-child(4) .item:hover:after {
        opacity: 1; }
      .panel_colors2 .panel:nth-child(4) .item img {
        height: 100%;
        width: 100%; }
    .panel_colors2 .panel:nth-child(5) .item {
      width: auto; }
    .panel_colors2 .panel-heading {
      background-color: #efefef;
      font-family: MuseoSansMedium;
      font-size: 22px;
      color: #51230b;
      border: 1px solid #706f6d;
      border-radius: 10px 10px 0 0;
      padding-left: 15px;
      padding-top: 20px;
      padding-bottom: 20px;
      position: relative; }
      .panel_colors2 .panel-heading:hover {
        cursor: pointer; }
      .panel_colors2 .panel-heading:after {
        content: '+';
        position: absolute;
        right: 20px;
        font-family: MuseoSansRegular;
        font-size: 48px;
        top: 3px;
        color: #333; }
    .panel_colors2 .panel-heading.in:after {
      content: '-';
      font-size: 60px;
      top: -5px; }
    .panel_colors2 .panel-collapse {
      border: 1px solid #e9e8e8;
      border-radius: 0 0 10px 10px;
      padding-left: 55px;
      padding-top: 30px;
      padding-right: 40px;
      padding-bottom: 10px;
      background-color: #fff;
      display: none; }
      @media (max-width: 979px) {
        .panel_colors2 .panel-collapse {
          padding-left: 20px;
          padding-right: 20px; } }
      .panel_colors2 .panel-collapse-img {
        width: 176px;
        height: 132px;
        display: inline-block;
        vertical-align: top;
        margin-left: 40px;
        position: relative;
        overflow: hidden; }
        .panel_colors2 .panel-collapse-img:after {
          opacity: 0;
          content: url("../images/search.png");
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          background-color: rgba(0, 0, 0, 0.4);
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          position: absolute;
          text-align: center;
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          box-orient: vertical;
          -webkit-box-direction: normal;
          -moz-box-direction: normal;
          box-direction: normal;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          flex-direction: column;
          -ms-flex-direction: column;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          box-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center; }
        .panel_colors2 .panel-collapse-img:hover:after {
          opacity: 1; }
        .panel_colors2 .panel-collapse-img img {
          width: auto;
          height: 100%; }
      .panel_colors2 .panel-collapse-bottom {
        font-family: MuseoSansMedium;
        font-size: 18px;
        color: #51230b;
        margin-top: 15px; }
    .panel_colors2 .panel .item {
      width: 81px;
      font-family: MuseoSansMedium;
      font-size: 14px;
      color: #51230b;
      margin-right: 6px;
      display: inline-block;
      vertical-align: top;
      overflow: hidden; }
      .panel_colors2 .panel .item .item_img {
        overflow: hidden; }
      .panel_colors2 .panel .item img {
        margin-bottom: 10px; }
      .panel_colors2 .panel .item p {
        margin-top: 0;
        margin-bottom: 0; }
        @media (max-width: 979px) {
          .panel_colors2 .panel .item p {
            text-align: center; } }

.panel_colors3 {
  width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1299px) {
    .panel_colors3 {
      width: 94.15%; } }
  .panel_colors3 p.title {
    text-transform: uppercase;
    text-align: center;
    font-family: MuseoSansBlack;
    font-size: 24px;
    color: #51230b;
    margin-top: 45px;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .panel_colors3 p.title {
        font-size: 20px;
        margin-top: 30px; } }
  .panel_colors3 .panel {
    margin-bottom: 15px; }
    .panel_colors3 .panel:first-child .panel-collapse-top {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify; }
      @media (max-width: 767px) {
        .panel_colors3 .panel:first-child .panel-collapse-top {
          -webkit-box-lines: multiple;
          -moz-box-lines: multiple;
          box-lines: multiple;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
    .panel_colors3 .panel:first-child .panel-collapse {
      display: block;
      padding-left: 25px;
      padding-right: 50px;
      padding-top: 25px; }
      @media (max-width: 979px) {
        .panel_colors3 .panel:first-child .panel-collapse {
          padding-left: 20px;
          padding-right: 20px; } }
    .panel_colors3 .panel:first-child .panel-collapse-img {
      display: none; }
    .panel_colors3 .panel:first-child .item {
      width: 150px;
      font-size: 18px; }
      @media (max-width: 979px) {
        .panel_colors3 .panel:first-child .item {
          text-align: center;
          font-size: 14px; } }
      @media (max-width: 767px) {
        .panel_colors3 .panel:first-child .item {
          width: 30%;
          margin-bottom: 15px; } }
      @media (max-width: 479px) {
        .panel_colors3 .panel:first-child .item {
          width: 47%; } }
    .panel_colors3 .panel:nth-child(2) .panel-collapse-top {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify; }
      @media (max-width: 767px) {
        .panel_colors3 .panel:nth-child(2) .panel-collapse-top {
          -webkit-box-lines: multiple;
          -moz-box-lines: multiple;
          box-lines: multiple;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
    .panel_colors3 .panel:nth-child(2) .panel-collapse {
      padding-left: 20px;
      padding-right: 50px;
      padding-top: 25px; }
      @media (max-width: 979px) {
        .panel_colors3 .panel:nth-child(2) .panel-collapse {
          padding-right: 20px; } }
    .panel_colors3 .panel:nth-child(2) .item {
      width: 165px;
      text-align: left;
      font-size: 16px; }
      @media (max-width: 979px) {
        .panel_colors3 .panel:nth-child(2) .item {
          font-size: 14px;
          text-align: center; } }
      @media (max-width: 479px) {
        .panel_colors3 .panel:nth-child(2) .item {
          width: 47%; } }
      .panel_colors3 .panel:nth-child(2) .item img {
        margin-top: -13px;
        margin-left: -15px; }
    .panel_colors3 .panel:nth-child(2) .item_img {
      height: 75px;
      margin-bottom: 5px; }
    .panel_colors3 .panel:nth-child(2) .panel-collapse-img {
      display: none; }
    .panel_colors3 .panel:nth-child(3) .panel-collapse {
      padding-left: 20px;
      padding-right: 50px;
      padding-top: 30px; }
      @media (max-width: 979px) {
        .panel_colors3 .panel:nth-child(3) .panel-collapse {
          padding-right: 20px; } }
    .panel_colors3 .panel:nth-child(3) .panel-collapse-top {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify; }
      @media (max-width: 767px) {
        .panel_colors3 .panel:nth-child(3) .panel-collapse-top {
          -webkit-box-lines: multiple;
          -moz-box-lines: multiple;
          box-lines: multiple;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
    .panel_colors3 .panel:nth-child(3) .panel-collapse-img {
      display: none; }
    .panel_colors3 .panel:nth-child(3) .item {
      width: 120px;
      text-align: left;
      font-size: 18px; }
      @media (max-width: 979px) {
        .panel_colors3 .panel:nth-child(3) .item {
          font-size: 14px; } }
      .panel_colors3 .panel:nth-child(3) .item .item_img {
        max-height: 57px;
        margin-bottom: 20px; }
      .panel_colors3 .panel:nth-child(3) .item img {
        margin-top: -19px;
        margin-left: -10px; }
    .panel_colors3 .panel:nth-child(4) .panel-collapse-top {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify; }
      @media (max-width: 767px) {
        .panel_colors3 .panel:nth-child(4) .panel-collapse-top {
          -webkit-box-lines: multiple;
          -moz-box-lines: multiple;
          box-lines: multiple;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
    .panel_colors3 .panel:nth-child(4) .panel-collapse {
      padding-bottom: 80px; }
      @media (max-width: 979px) {
        .panel_colors3 .panel:nth-child(4) .panel-collapse {
          padding-bottom: 30px; } }
    .panel_colors3 .panel:nth-child(4) .item {
      width: 240px;
      height: 220px;
      position: relative; }
      @media (max-width: 767px) {
        .panel_colors3 .panel:nth-child(4) .item {
          width: 48%;
          margin-bottom: 15px; } }
      @media (max-width: 479px) {
        .panel_colors3 .panel:nth-child(4) .item {
          width: 47%;
          height: 115px; } }
      .panel_colors3 .panel:nth-child(4) .item:after {
        opacity: 0;
        content: url("../images/search.png");
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.4);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: absolute;
        text-align: center;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; }
        @media (max-width: 767px) {
          .panel_colors3 .panel:nth-child(4) .item:after {
            opacity: 1; } }
      .panel_colors3 .panel:nth-child(4) .item:hover:after {
        opacity: 1; }
      .panel_colors3 .panel:nth-child(4) .item img {
        height: 100%;
        width: auto; }
    .panel_colors3 .panel:nth-child(5) .item {
      width: auto; }
    .panel_colors3 .panel-heading {
      background-color: #efefef;
      font-family: MuseoSansMedium;
      font-size: 22px;
      color: #51230b;
      border: 1px solid #706f6d;
      border-radius: 10px 10px 0 0;
      padding-left: 15px;
      padding-top: 20px;
      padding-bottom: 20px;
      position: relative; }
      .panel_colors3 .panel-heading:hover {
        cursor: pointer; }
      .panel_colors3 .panel-heading:after {
        content: '+';
        position: absolute;
        right: 20px;
        font-family: MuseoSansRegular;
        font-size: 48px;
        top: 3px;
        color: #333; }
    .panel_colors3 .panel-heading.in:after {
      content: '-';
      font-size: 60px;
      top: -5px; }
    .panel_colors3 .panel-collapse {
      border: 1px solid #e9e8e8;
      border-radius: 0 0 10px 10px;
      padding-left: 55px;
      padding-top: 30px;
      padding-right: 40px;
      padding-bottom: 10px;
      background-color: #fff;
      display: none; }
      @media (max-width: 979px) {
        .panel_colors3 .panel-collapse {
          padding-left: 20px;
          padding-right: 20px; } }
      .panel_colors3 .panel-collapse-img {
        width: 176px;
        height: 132px;
        display: inline-block;
        vertical-align: top;
        margin-left: 40px;
        position: relative;
        overflow: hidden; }
        .panel_colors3 .panel-collapse-img:after {
          opacity: 0;
          content: url("../images/search.png");
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          background-color: rgba(0, 0, 0, 0.4);
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          position: absolute;
          text-align: center;
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          box-orient: vertical;
          -webkit-box-direction: normal;
          -moz-box-direction: normal;
          box-direction: normal;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          flex-direction: column;
          -ms-flex-direction: column;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          box-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center; }
        .panel_colors3 .panel-collapse-img:hover:after {
          opacity: 1; }
        .panel_colors3 .panel-collapse-img img {
          width: auto;
          height: 100%; }
      .panel_colors3 .panel-collapse-bottom {
        font-family: MuseoSansMedium;
        font-size: 18px;
        color: #51230b;
        margin-top: 15px; }
    .panel_colors3 .panel .item {
      width: 81px;
      font-family: MuseoSansMedium;
      font-size: 14px;
      color: #51230b;
      margin-right: 6px;
      display: inline-block;
      vertical-align: top;
      overflow: hidden; }
      .panel_colors3 .panel .item .item_img {
        overflow: hidden; }
      .panel_colors3 .panel .item img {
        margin-bottom: 10px; }
      .panel_colors3 .panel .item p {
        margin-top: 0;
        margin-bottom: 0; }

.lb-data .lb-number {
  display: none !important; }

.red-button-2 {
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: MuseoSansBlack;
  text-align: center;
  text-transform: uppercase;
  color: #faf9f9;
  font-size: 16px;
  box-shadow: 2px 4px 7.68px 0.32px rgba(79, 12, 5, 0.25);
  background-image: -webkit-linear-gradient( bottom , #f72f0f, #f7715b);
  background-image: linear-gradient(to top, #f72f0f, #f7715b);
  width: 310px;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 30px; }
  .red-button-2:hover {
    background-image: -webkit-linear-gradient( bottom , #f76750, #f79080);
    background-image: linear-gradient(to top, #f76750, #f79080); }
  @media (max-width: 479px) {
    .red-button-2 {
      width: 280px; } }

.ryterna {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px; }
  @media (max-width: 1299px) {
    .ryterna {
      width: 94.15%; } }
  @media (max-width: 979px) {
    .ryterna {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; } }
  .ryterna .left {
    width: 40%; }
    @media (max-width: 979px) {
      .ryterna .left {
        width: 100%; } }
  .ryterna .right {
    width: 60%; }
    @media (max-width: 979px) {
      .ryterna .right {
        width: 100%; } }
  .ryterna p.title {
    font-family: MuseoSansBlack;
    font-size: 24px;
    color: #51230b;
    padding-left: 35px;
    margin-top: 0;
    margin-bottom: 40px; }
    @media (max-width: 979px) {
      .ryterna p.title {
        margin-bottom: 10px; } }
    .ryterna p.title span {
      font-family: MuseoSansMedium; }
  .ryterna ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .ryterna ul li {
      font-family: MuseoSansMedium;
      font-size: 18px;
      color: #51230b;
      padding-left: 35px;
      background-image: url(../images/bg-arrow.png);
      background-repeat: no-repeat;
      background-position: left 6px;
      margin-bottom: 15px;
      word-break: break-word; }

.options {
  background-color: #f6f6f6;
  padding-top: 105px;
  padding-bottom: 90px;
  margin-top: 145px; }
  @media (max-width: 767px) {
    .options {
      padding-top: 30px;
      margin-top: 30px;
      padding-bottom: 0; } }
  .options_wrapper {
    width: 1050px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1299px) {
      .options_wrapper {
        width: 94.15%; } }
    @media (max-width: 979px) {
      .options_wrapper {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .options p.title {
    text-transform: uppercase;
    font-family: MuseoSansBlack;
    font-size: 34px;
    color: #51230b;
    margin-top: 0;
    margin-bottom: 100px;
    padding-left: 150px;
    position: relative;
    width: 1020px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1299px) {
      .options p.title {
        text-align: center;
        width: 100%;
        padding-left: 0; } }
    @media (max-width: 767px) {
      .options p.title {
        margin-bottom: 30px;
        font-size: 22px; } }
    .options p.title:after {
      position: absolute;
      left: 0;
      content: '';
      background-color: #79ac42;
      width: 98px;
      height: 8px;
      top: 15px; }
      @media (max-width: 1299px) {
        .options p.title:after {
          top: 57px;
          margin-left: -50px;
          left: 50%; } }
      @media (max-width: 767px) {
        .options p.title:after {
          display: none; } }
  .options .item {
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #b7d19c;
    box-shadow: 0px 0px 7px 0px #79ac06;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    width: 257px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 979px) {
      .options .item {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px; } }
    .options .item:hover {
      background-color: #b7d19c; }
      .options .item:hover .item_title {
        color: #fff; }
    .options .item_img {
      overflow: hidden;
      border-radius: 10px;
      height: 190px; }
    .options .item_title {
      font-family: MuseoSansBlack;
      font-size: 24px;
      color: #51230b;
      height: 55px;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      text-align: center;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.automatic {
  background-image: url(../images/bg-automatic.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 90px;
  padding-bottom: 90px;
  background-size: cover; }
  @media (max-width: 767px) {
    .automatic {
      padding-top: 30px;
      padding-bottom: 10px; } }
  .automatic_wrapper {
    width: 1190px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1299px) {
      .automatic_wrapper {
        width: 94.15%;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .automatic p.title {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 80px;
    font-family: MuseoSansBlack;
    font-size: 34px;
    color: #51230b;
    position: relative;
    padding-left: 150px;
    width: 955px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1299px) {
      .automatic p.title {
        padding-left: 0;
        text-align: center;
        width: 100%; } }
    @media (max-width: 767px) {
      .automatic p.title {
        margin-bottom: 30px;
        font-size: 20px; } }
    .automatic p.title:after {
      position: absolute;
      content: '';
      width: 98px;
      height: 8px;
      background-color: #79ac42;
      left: 0;
      top: 35px; }
      @media (max-width: 1299px) {
        .automatic p.title:after {
          top: 93px;
          margin-left: -50px;
          left: 50%; } }
      @media (max-width: 979px) {
        .automatic p.title:after {
          display: none; } }
  .automatic .item {
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #b7d19c;
    box-shadow: 0px 0px 7px 0px #79ac06;
    padding-top: 15px;
    width: 198px;
    padding-left: 10px;
    padding-right: 10px; }
    @media (max-width: 1299px) {
      .automatic .item {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px; } }
    .automatic .item_title {
      font-family: MuseoSansBlack;
      font-size: 24px;
      color: #51230b;
      text-align: center;
      text-transform: uppercase; }

.options2 {
  background-image: url(../images/bg-options.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center bottom;
  padding-top: 180px;
  padding-bottom: 70px; }
  @media (max-width: 767px) {
    .options2 {
      padding-top: 30px;
      padding-bottom: 51px;
      background-image: none;
      background-color: #373D33; } }
  .options2 .container {
    position: relative; }
  .options2 .vizitka_wrap {
    position: absolute;
    left: -55px;
    top: -80px;
    z-index: 1; }
    @media (max-width: 1299px) {
      .options2 .vizitka_wrap {
        display: none; } }
  .options2_wrapper {
    margin-left: 460px; }
    @media (max-width: 1299px) {
      .options2_wrapper {
        margin-left: 0; } }
    .options2_wrapper p.title {
      margin-top: 0;
      margin-bottom: 40px;
      font-family: MuseoSansBlack;
      font-size: 34px;
      color: #f6f6f6;
      text-transform: uppercase; }
      @media (max-width: 1299px) {
        .options2_wrapper p.title {
          text-align: center; } }
      @media (max-width: 767px) {
        .options2_wrapper p.title {
          margin-bottom: 30px;
          font-size: 22px; } }
    .options2_wrapper ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .options2_wrapper ul li {
        font-family: MuseoSansMedium;
        font-size: 24px;
        color: #f6f6f6;
        position: relative;
        padding-left: 25px;
        margin-left: 35px;
        margin-bottom: 15px; }
        @media (max-width: 1299px) {
          .options2_wrapper ul li {
            width: 300px;
            margin-left: auto;
            margin-right: auto; } }
        @media (max-width: 767px) {
          .options2_wrapper ul li {
            font-size: 20px;
            margin-bottom: 10px; } }
        @media (max-width: 479px) {
          .options2_wrapper ul li {
            width: 93%; } }
        .options2_wrapper ul li:after {
          position: absolute;
          content: '';
          border-radius: 50px;
          left: 0;
          top: 50%;
          width: 8px;
          height: 8px;
          background-color: #d3d3d3; }
    .options2_wrapper_form {
      background-color: #f6f6f6;
      border-radius: 10px;
      padding-top: 35px;
      padding-right: 30px;
      padding-bottom: 30px;
      position: relative;
      margin-top: 50px; }
      @media (max-width: 1299px) {
        .options2_wrapper_form {
          width: 580px;
          margin-left: auto;
          margin-right: auto; } }
      @media (max-width: 767px) {
        .options2_wrapper_form {
          width: 85%;
          padding-left: 20px;
          padding-right: 20px;
          padding-top: 30px; } }
      .options2_wrapper_form:after {
        position: absolute;
        top: -20px;
        bottom: -20px;
        right: -20px;
        left: -20px;
        border: 4px solid #848682;
        border-radius: 10px;
        content: ''; }
        @media (max-width: 479px) {
          .options2_wrapper_form:after {
            display: none; } }
      .options2_wrapper_form .form_desc {
        font-family: MuseoSansBold;
        font-size: 18px;
        color: #51230b;
        margin-bottom: 25px;
        margin-top: 0;
        text-align: right;
        margin-right: 30px; }
        @media (max-width: 767px) {
          .options2_wrapper_form .form_desc {
            text-align: center;
            margin-right: auto; } }
      .options2_wrapper_form form {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        width: 550px;
        margin-left: auto;
        position: relative;
        z-index: 1; }
        @media (max-width: 767px) {
          .options2_wrapper_form form {
            -webkit-box-orient: vertical;
            -moz-box-orient: vertical;
            box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-direction: normal;
            box-direction: normal;
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            flex-direction: column;
            -ms-flex-direction: column;
            width: 100%;
            text-align: center; } }
        .options2_wrapper_form form p {
          margin: 0; }
        .options2_wrapper_form form div.wpcf7-validation-errors {
          display: none !important; }
        .options2_wrapper_form form div.wpcf7-mail-sent-ng {
          position: absolute;
          background-color: #fff;
          bottom: -115px; }
      .options2_wrapper_form input[type="tel"] {
        font-family: MuseoSansBold;
        font-size: 16px;
        color: #767676;
        outline: none;
        text-indent: 18px;
        padding-top: 15px;
        padding-bottom: 15px;
        border: 1px solid #9e9d9c;
        border-radius: 10px;
        background: none;
        width: 260px; }
        .options2_wrapper_form input[type="tel"]::-webkit-input-placeholder {
          color: #767676; }
        .options2_wrapper_form input[type="tel"]::-moz-placeholder {
          color: #767676; }
        .options2_wrapper_form input[type="tel"]:-moz-placeholder {
          color: #767676; }
        .options2_wrapper_form input[type="tel"]:-ms-input-placeholder {
          color: #767676; }
        @media (max-width: 767px) {
          .options2_wrapper_form input[type="tel"] {
            width: 253px;
            margin-bottom: 15px; } }
      .options2_wrapper_form input[type="submit"] {
        border-radius: 10px;
        font-family: MuseoSansBlack;
        font-size: 16px;
        text-transform: uppercase;
        color: #faf9f9;
        box-shadow: 2px 4px 7.68px 0.32px rgba(79, 12, 5, 0.25);
        background-image: -webkit-linear-gradient( bottom , #f72f0f, #f7715b);
        background-image: linear-gradient(to top, #f72f0f, #f7715b);
        padding-top: 15px;
        padding-bottom: 15px;
        border: none;
        width: 255px; }
        .options2_wrapper_form input[type="submit"]:hover {
          cursor: pointer;
          background-image: -webkit-linear-gradient( bottom , #f76750, #f79080);
          background-image: linear-gradient(to top, #f76750, #f79080); }

.steps p.title {
  text-align: center;
  text-transform: uppercase;
  font-family: MuseoSansBlack;
  font-size: 34px;
  color: #51230b;
  margin-top: 105px;
  margin-bottom: 30px;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    .steps p.title {
      margin-top: 30px;
      font-size: 20px; } }

.steps p.desc {
  text-align: center;
  font-family: MuseoSansMedium;
  font-size: 24px;
  color: #51230b;
  max-width: 910px;
  margin-bottom: 65px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    .steps p.desc {
      font-size: 20px;
      margin-bottom: 30px; } }
  @media (max-width: 479px) {
    .steps p.desc {
      font-size: 17px; } }

.steps_wrapper {
  width: 1090px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1299px) {
    .steps_wrapper {
      width: 94.15%;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.steps .item {
  width: 325px; }
  @media (max-width: 1299px) {
    .steps .item {
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 479px) {
    .steps .item {
      width: 225px; } }
  @media (max-width: 479px) {
    .steps .item img {
      max-width: 100%;
      height: auto; } }
  .steps .item .image_wrap {
    position: relative;
    margin-bottom: 65px; }
    .steps .item .image_wrap:after {
      position: absolute;
      content: '';
      width: 93px;
      height: 93px;
      left: -45px;
      bottom: -45px;
      background-image: url(../images/check2.png);
      background-repeat: no-repeat; }
  .steps .item p.text {
    font-family: MuseoSansBlack;
    font-size: 24px;
    color: #51230b; }
    @media (max-width: 767px) {
      .steps .item p.text {
        margin-bottom: 30px;
        font-size: 20px; } }

.sertificates {
  padding-top: 80px;
  padding-bottom: 75px;
  margin-top: 85px;
  background-color: #f6f6f6; }
  @media (max-width: 767px) {
    .sertificates {
      padding-top: 30px;
      padding-bottom: 30px;
      margin-top: 30px; } }
  @media (max-width: 1299px) {
    .sertificates_wrapper {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; } }
  .sertificates p.title {
    margin-top: 0;
    margin-bottom: 60px;
    text-align: center;
    font-family: MuseoSansBlack;
    text-transform: uppercase;
    font-size: 34px;
    color: #51230b;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 767px) {
      .sertificates p.title {
        margin-bottom: 30px;
        font-size: 20px; } }
    @media (max-width: 479px) {
      .sertificates p.title {
        font-size: 18px;
				max-width:94%;} }
  .sertificates .left {
    width: 570px; }
    @media (max-width: 1299px) {
      .sertificates .left {
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 767px) {
      .sertificates .left {
        width: 100%; } }
    .sertificates .left .image_wrap {
      position: relative;
      width: 275px;
      height: 455px;
      overflow: hidden;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      @media (max-width: 767px) {
        .sertificates .left .image_wrap {
          width: 49%;
          height: 340px; } }
      .sertificates .left .image_wrap img {
        height: 100%; }
      .sertificates .left .image_wrap:after {
        position: absolute;
        content: url("../images/search.png");
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        background-color: rgba(0, 0, 0, 0.43);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        text-align: center; }
      .sertificates .left .image_wrap:hover:after {
        opacity: 1; }
    .sertificates .left_bottom {
      text-align: center;
      font-family: MuseoSansMedium;
      font-size: 18px;
      color: #51230b;
      margin-top: 20px; }
  .sertificates .right {
    width: 50%; }
    @media (max-width: 1299px) {
      .sertificates .right {
        width: 560px;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 767px) {
      .sertificates .right {
        width: 100%; } }
  .sertificates ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 560px;
    margin-left: auto; }
    @media (max-width: 767px) {
      .sertificates ul {
        width: 100%; } }
    .sertificates ul li {
      background-color: #fff;
      position: relative;
      padding-left: 40px;
      padding-right: 20px;
      padding-top: 20px;
      padding-bottom: 20px;
      height: 60px;
      margin-bottom: 20px;
      font-family: MuseoSansMedium;
      font-size: 18px;
      color: #51230b;
      max-width: 480px;
      margin-left: auto; }
      @media (max-width: 767px) {
        .sertificates ul li:last-child {
          margin-bottom: 0; } }
      @media (max-width: 767px) {
        .sertificates ul li {
          height: auto; } }
      .sertificates ul li:after {
        left: -30px;
        top: 21px;
        content: url("../images/success.png");
        width: 60px;
        height: 60px;
        text-align: center;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        background-color: #f6f6f6;
        border-radius: 50px;
        position: absolute; }
        @media (max-width: 767px) {
          .sertificates ul li:after {
            left: -25px; } }
      .sertificates ul li span {
        font-family: MuseoSansBold; }

.consultation {
  background-image: url(../images/bg-form.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  padding-top: 60px;
  padding-bottom: 65px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .consultation {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .consultation p.title {
    text-transform: uppercase;
    text-align: center;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 80px;
    font-family: MuseoSansBlack;
    font-size: 34px;
    color: #fff; }
    @media (max-width: 1299px) {
      .consultation p.title {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .consultation p.title {
        font-size: 20px;
				max-width:94%;} }
    @media (max-width: 479px) {
      .consultation p.title {
        font-size: 18px; } }
  @media (max-width: 1299px) {
    .consultation .left {
      width: 100%; } }
  .consultation .left .text {
    font-family: MuseoSansMedium;
    font-size: 20px;
    color: #fff;
    max-width: 580px; }
    @media (max-width: 1299px) {
      .consultation .left .text {
        max-width: 100%; } }
    .consultation .left .text p {
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .consultation .left .text p:first-child {
          margin-top: 0; } }
    .consultation .left .text strong {
      font-family: MuseoSansBlack; }
  .consultation .left_form {
    position: relative;
    border-radius: 10px;
    background-color: #e2e2e2;
    padding-left: 30px;
    margin-left: -30px;
    padding-top: 30px;
    padding-right: 90px;
    padding-bottom: 30px;
    width: 560px;
    margin-top: 40px; }
    @media (max-width: 1299px) {
      .consultation .left_form {
        margin-left: auto;
        margin-right: auto;
        padding-left: 30px;
        padding-right: 30px; } }
    @media (max-width: 767px) {
      .consultation .left_form {
        width: 80%; } }
    .consultation .left_form p.desc {
      margin-top: 0;
      font-family: MuseoSansBold;
      font-size: 20px;
      color: #333333;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .consultation .left_form p.desc {
          text-align: center;
          font-size: 16px; } }
    .consultation .left_form:after {
      position: absolute;
      border-radius: 10px;
      content: '';
      top: -15px;
      bottom: -15px;
      left: -20px;
      right: -20px;
      border: 1px solid #e2e2e2; }
      @media (max-width: 479px) {
        .consultation .left_form:after {
          display: none; } }
    .consultation .left_form form {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      position: relative;
      z-index: 1; }
      @media (max-width: 767px) {
        .consultation .left_form form {
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          box-orient: vertical;
          -webkit-box-direction: normal;
          -moz-box-direction: normal;
          box-direction: normal;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          flex-direction: column;
          -ms-flex-direction: column;
          text-align: center; } }
      .consultation .left_form form p {
        margin: 0; }
      .consultation .left_form form input[type="tel"] {
        border-radius: 10px;
        background-color: #eeeeee;
        border: 1px solid #706f6d;
        width: 240px;
        padding-top: 17px;
        padding-bottom: 17px;
        text-indent: 15px;
        font-family: MuseoSansBold;
        font-size: 16px;
        color: #515151;
        outline: none; }
        .consultation .left_form form input[type="tel"]::-webkit-input-placeholder {
          color: #515151; }
        .consultation .left_form form input[type="tel"]::-moz-placeholder {
          color: #515151; }
        .consultation .left_form form input[type="tel"]:-moz-placeholder {
          color: #515151; }
        .consultation .left_form form input[type="tel"]:-ms-input-placeholder {
          color: #515151; }
        @media (max-width: 767px) {
          .consultation .left_form form input[type="tel"] {
            width: 263px;
            margin-bottom: 15px; } }
        @media (max-width: 479px) {
          .consultation .left_form form input[type="tel"] {
            width: 100%; } }
      .consultation .left_form form input[type="submit"] {
        border-radius: 10px;
        padding-top: 18px;
        padding-bottom: 18px;
        text-align: center;
        border: none;
        text-transform: uppercase;
        width: 265px;
        box-shadow: 2px 4px 7.68px 0.32px rgba(79, 12, 5, 0.25);
        background-image: -webkit-linear-gradient( bottom , #f72f0f, #f7715b);
        background-image: linear-gradient(to top, #f72f0f, #f7715b);
        font-size: 15px;
        color: #fff;
        font-family: MuseoSansBlack;
        outline: none; }
        .consultation .left_form form input[type="submit"]:hover {
          cursor: pointer;
          background-image: -webkit-linear-gradient( bottom , #f76750, #f79080);
          background-image: linear-gradient(to top, #f76750, #f79080); }
        @media (max-width: 479px) {
          .consultation .left_form form input[type="submit"] {
            width: 100%; } }
      .consultation .left_form form .wpcf7-validation-errors {
        display: none !important; }
      .consultation .left_form form .wpcf7-mail-sent-ng {
        position: absolute;
        bottom: -75px;
        background-color: #fff; }
  .consultation .right {
    margin-left: -85px;
    z-index: 1; }
    @media (max-width: 1299px) {
      .consultation .right {
        display: none; } }

.supervisor {
  padding-bottom: 60px;
  background-color: #f6f6f6;
  padding-top: 85px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .supervisor {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .supervisor_wrapper {
    position: relative; }
    @media (max-width: 979px) {
      .supervisor_wrapper {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column; } }
    .supervisor_wrapper:after {
      content: '';
      width: 1060px;
      height: 1409px;
      position: absolute;
      top: -616px;
      left: -136px;
      background-image: url(../images/ellipse.png);
      background-repeat: no-repeat; }
      @media (max-width: 979px) {
        .supervisor_wrapper:after {
          display: none; } }
  .supervisor .left {
    width: 394px;
    position: relative;
    z-index: 1; }
    @media (max-width: 979px) {
      .supervisor .left {
        width: 100%;
        text-align: center; } }
    @media (max-width: 479px) {
      .supervisor .left img {
        max-width: 100%;
        height: auto; } }
  .supervisor .right {
    width: 650px;
    position: relative;
    z-index: 1; }
    @media (max-width: 1299px) {
      .supervisor .right {
        width: 55%;
        margin-right: auto;
        margin-left: auto; } }
    @media (max-width: 979px) {
      .supervisor .right {
        margin-top: 30px;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column; } }
  .supervisor p.title {
    text-align: center;
    text-transform: uppercase;
    font-family: MuseoSansBlack;
    font-size: 34px;
    color: #51230b;
    margin-top: 0;
    margin-bottom: 35px;
    max-width: 1035px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .supervisor p.title {
        margin-bottom: 30px;
        font-size: 22px; } }
    @media (max-width: 479px) {
      .supervisor p.title {
        font-size: 18px; } }
  .supervisor .text {
    font-family: MuseoSansMedium;
    font-size: 18px;
    color: #51230b; }
    .supervisor .text p {
      margin-bottom: 40px;
      margin-top: 0; }
      @media (max-width: 767px) {
        .supervisor .text p:last-child {
          margin-bottom: 0; } }
    .supervisor .text strong {
      font-family: MuseoSansBold; }
    .supervisor .text ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .supervisor .text ul li {
        position: relative;
        padding-left: 35px;
        margin-bottom: 20px; }
        .supervisor .text ul li:first-child:after {
          display: none; }
        .supervisor .text ul li:after {
          position: absolute;
          left: 0;
          top: 8px;
          content: '';
          width: 11px;
          height: 9px;
          background-image: url(../images/checkmark.png);
          background-repeat: no-repeat; }
          @media (max-width: 767px) {
            .supervisor .text ul li:after {
              width: 15px;
              height: 15px;
              background-size: contain; } }
  .supervisor p.name {
    font-family: MuseoSansBlack;
    font-size: 36px;
    color: #79ac42;
    margin-bottom: 20px; }
    @media (max-width: 979px) {
      .supervisor p.name {
        order: -1;
        margin-bottom: 10px;
        margin-top: 10px;
        text-align: center; } }
    @media (max-width: 767px) {
      .supervisor p.name {
        margin-top: 0; } }
    @media (max-width: 479px) {
      .supervisor p.name {
        font-size: 32px; } }
  .supervisor p.duty {
    font-family: MuseoSansBold;
    font-size: 24px;
    color: #51230b; }
    @media (max-width: 979px) {
      .supervisor p.duty {
        order: -1;
        margin-top: 0;
        text-align: center;
        font-size: 25px; } }

.videos {
  /*background-image: url(../images/bg-video.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;*/
  background-color: #FFF999;
  padding-top: 85px;
  padding-bottom: 105px; }
  @media (max-width: 767px) {
    .videos {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .videos p.title {
    text-align: center;
    font-family: MuseoSansBlack;
    font-size: 34px;
    /*color: #fff;*/
    color: #51230b;
    margin-top: 0;
    margin-bottom: 85px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .videos p.title {
        margin-bottom: 30px;
        font-size: 20px; } }
  .videos_wrapper {
    width: 1140px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1299px) {
      .videos_wrapper {
        width: 94.15%;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .videos .item {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 25px;
    background-color: #efefef;
    width: 305px; }
    @media (max-width: 767px) {
      .videos .item:last-child {
        margin-bottom: 0; } }
    @media (max-width: 1299px) {
      .videos .item {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px; } }
    @media (max-width: 479px) {
      .videos .item {
        width: 272px; } }
    .videos .item_title {
      font-family: MuseoSansBold;
      font-size: 24px;
      color: #434343;
      margin-top: 20px;
      margin-bottom: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .videos .item:hover .item_title {
      color: #51230b; }
    @media (max-width: 479px) {
      .videos .item iframe {
        width: 272px !important; } }

.sliders p.title {
  text-transform: uppercase;
  text-align: center;
  margin-top: 105px;
  margin-bottom: 35px;
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
  font-family: MuseoSansBlack;
  font-size: 34px;
  color: #51230b; }
  @media (max-width: 767px) {
    .sliders p.title {
      margin-top: 30px;
      margin-bottom: 30px;
      font-size: 20px;
	  		max-width:95%;} }

.sliders p.desc {
  text-align: center;
  font-family: MuseoSansMedium;
  font-size: 24px;
  color: #51230b;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .sliders p.desc {
      font-size: 20px;
      margin-bottom: 30px; } }

.sliders .slider-goal {
  margin-bottom: 33px; }
  @media (max-width: 1299px) {
    .sliders .slider-goal {
      width: 91.15%; } }
  @media (max-width: 979px) {
    .sliders .slider-goal {
      width: 608px; } }
  @media (max-width: 767px) {
    .sliders .slider-goal {
      width: 297px; } }
  .sliders .slider-goal_wrapper {
    margin-left: -12px;
    margin-right: -12px; }
    @media (max-width: 979px) {
      .sliders .slider-goal_wrapper {
        margin-left: 0;
        margin-right: 0; } }
  .sliders .slider-goal .slick-track {
    padding-top: 12px;
    padding-bottom: 12px; }
  .sliders .slider-goal .slick-list {
    padding-left: 12px;
    margin-left: -12px; }
    @media (max-width: 979px) {
      .sliders .slider-goal .slick-list {
        padding-left: 0;
        margin-left: 0; } }
  .sliders .slider-goal .slick-arrow {
    position: absolute;
    top: 110px; }
    .sliders .slider-goal .slick-arrow:hover {
      cursor: pointer; }
  .sliders .slider-goal .arrow-left {
    left: -40px; }
    @media (max-width: 1299px) {
      .sliders .slider-goal .arrow-left {
        left: -25px; } }
    @media (max-width: 767px) {
      .sliders .slider-goal .arrow-left {
        left: -30px; } }
    @media (max-width: 479px) {
      .sliders .slider-goal .arrow-left {
        left: -15px; } }
  .sliders .slider-goal .arrow-right {
    right: -40px; }
    @media (max-width: 1299px) {
      .sliders .slider-goal .arrow-right {
        right: 0; } }
    @media (max-width: 1023px) {
      .sliders .slider-goal .arrow-right {
        right: -15px; } }
    @media (max-width: 767px) {
      .sliders .slider-goal .arrow-right {
        right: -30px; } }
    @media (max-width: 479px) {
      .sliders .slider-goal .arrow-right {
        right: -15px; } }
  .sliders .slider-goal_title {
    text-transform: uppercase;
    font-family: MuseoSansBlack;
    font-size: 24px;
    color: #51230b;
    margin-bottom: 28px;
    position: relative;
    width: 225px; }
    .sliders .slider-goal_title:after {
      content: '';
      position: absolute;
      top: 13px;
      width: 75px;
      height: 3px;
      background-color: #79ac42;
    margin-left: 25px;}
  .sliders .slider-goal .slide {
    padding-left: 12px;
    padding-right: 12px;
    outline: none;
    position: relative; }
    .sliders .slider-goal .slide:after {
      position: absolute;
      content: url(../images/search.png);
      top: 6px;
      left: 18px;
      right: 21px;
      bottom: 6px;
      opacity: 0;
      background-color: rgba(0, 0, 0, 0.43);
      text-align: center;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      border-radius: 5px; }
    .sliders .slider-goal .slide:hover img {
      box-shadow: 0px 0px 9.5px 0.5px #251e1e; }
    .sliders .slider-goal .slide:hover:after {
      opacity: 1; }
    .sliders .slider-goal .slide img {
      border: 6px solid #dedbdb;
      border-radius: 10px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.others {
  padding-top: 115px;
  padding-bottom: 20px;
  background-color: #f6f6f6;
  margin-top: 100px; }
  @media (max-width: 767px) {
    .others {
      padding-top: 30px;
      padding-bottom: 0;
      margin-top: 30px; } }
  .others p.title {
    text-align: center;
    text-transform: uppercase;
    font-family: MuseoSansBlack;
    font-size: 36px;
    color: #51230b;
    margin-top: 0;
    margin-bottom: 75px; }
    @media (max-width: 767px) {
      .others p.title {
        margin-bottom: 30px;
        font-size: 20px; } }
  .others .item {
    margin-bottom: 80px; }
    @media (max-width: 1299px) {
      .others .item {
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 979px) {
      .others .item {
        margin-bottom: 50px; } }
    @media (max-width: 767px) {
      .others .item {
        margin-bottom: 30px; } }
    .others .item_title {
      text-align: center;
      text-transform: uppercase;
      font-family: MuseoSansBlack;
      font-size: 24px;
      color: #51230b;
      margin-top: 30px;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .others .item_title {
          font-size: 20px; } }
    @media (max-width: 479px) {
      .others .item img {
        max-width: 100%;
        height: auto; } }

.question {
  background-image: url(../images/bg-question.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center bottom;
  padding-top: 80px;
  padding-bottom: 200px; }
  @media (max-width: 979px) {
    .question {
      padding-bottom: 70px; } }
  @media (max-width: 767px) {
    .question {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .question .container {
    position: relative; }
  .question .vizitka_wrap {
    position: absolute;
    left: -55px;
    top: 55px;
    z-index: 1; }
    @media (max-width: 1299px) {
      .question .vizitka_wrap {
        display: none; } }
  .question_wrapper {
    margin-left: 340px; }
    @media (max-width: 1299px) {
      .question_wrapper {
        margin-left: 0; } }
    .question_wrapper p.title {
      margin-top: 0;
      margin-bottom: 115px;
      font-family: MuseoSansBlack;
      font-size: 36px;
      color: #fff;
      text-transform: uppercase;
      position: relative;
      width: 510px; }
      @media (max-width: 1299px) {
        .question_wrapper p.title {
          width: 100%;
          text-align: center; } }
      @media (max-width: 767px) {
        .question_wrapper p.title {
          margin-bottom: 30px;
          font-size: 24px; } }
      .question_wrapper p.title:after {
        position: absolute;
        content: '';
        top: 19px;
        width: 67px;
        height: 3px;
        background-color: #79ac42; }
        @media (max-width: 1299px) {
          .question_wrapper p.title:after {
            left: 50%;
            margin-left: -32px;
            top: 54px; } }
        @media (max-width: 767px) {
          .question_wrapper p.title:after {
            display: none; } }
    .question_wrapper ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .question_wrapper ul li {
        font-family: MuseoSansMedium;
        font-size: 24px;
        color: #f6f6f6;
        position: relative;
        padding-left: 25px;
        margin-left: 35px;
        margin-bottom: 15px; }
        .question_wrapper ul li:after {
          position: absolute;
          content: '';
          border-radius: 50px;
          left: 0;
          top: 50%;
          width: 8px;
          height: 8px;
          background-color: #d3d3d3; }
    .question_wrapper_form {
      background-color: #f5f4f4;
      border-radius: 10px;
      padding-top: 35px;
      padding-right: 55px;
      padding-left: 85px;
      padding-bottom: 30px;
      position: relative;
      margin-top: 50px;
      width: 637px; }
      @media (max-width: 1299px) {
        .question_wrapper_form {
          margin-left: auto;
          margin-right: auto;
          padding-left: 55px; } }
      @media (max-width: 979px) {
        .question_wrapper_form {
          width: 620px;
          padding-left: 30px;
          padding-right: 30px; } }
      @media (max-width: 767px) {
        .question_wrapper_form {
          padding: 20px;
          width: 80%; } }
      @media (max-width: 479px) {
        .question_wrapper_form {
          width: 85%; } }
      .question_wrapper_form:after {
        position: absolute;
        top: -22px;
        bottom: -22px;
        right: -22px;
        left: -22px;
        border: 1px solid #dedbdb;
        border-radius: 10px;
        content: ''; }
        @media (max-width: 479px) {
          .question_wrapper_form:after {
            display: none; } }
      .question_wrapper_form .form_desc {
        font-family: MuseoSansBold;
        font-size: 24px;
        color: #51230b;
        margin-bottom: 35px;
        margin-top: 0; }
        @media (max-width: 767px) {
          .question_wrapper_form .form_desc {
            font-size: 20px;
            margin-bottom: 30px;
            text-align: center; } }
      .question_wrapper_form .form_desc2 {
        font-family: MuseoSansMedium;
        font-size: 18px;
        color: #51230b;
        margin-bottom: 0;
        text-align: center; }
      .question_wrapper_form form {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        width: 575px;
        margin-left: 30px;
        position: relative;
        z-index: 1; }
        @media (max-width: 767px) {
          .question_wrapper_form form {
            margin-left: 0;
            width: 100%;
            -webkit-box-orient: vertical;
            -moz-box-orient: vertical;
            box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-direction: normal;
            box-direction: normal;
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            flex-direction: column;
            -ms-flex-direction: column;
            text-align: center; } }
        .question_wrapper_form form p {
          margin: 0; }
        .question_wrapper_form form div.wpcf7-validation-errors {
          display: none !important; }
        .question_wrapper_form form div.wpcf7-mail-sent-ng {
          position: absolute;
          background-color: #fff;
          bottom: -115px; }
      .question_wrapper_form input[type="tel"] {
        font-family: MuseoSansBold;
        font-size: 16px;
        color: #767676;
        outline: none;
        text-indent: 18px;
        padding-top: 15px;
        padding-bottom: 15px;
        border: 1px solid #9e9d9c;
        border-radius: 10px;
        width: 260px;
        background-color: #fff; }
        .question_wrapper_form input[type="tel"]::-webkit-input-placeholder {
          color: #767676; }
        .question_wrapper_form input[type="tel"]::-moz-placeholder {
          color: #767676; }
        .question_wrapper_form input[type="tel"]:-moz-placeholder {
          color: #767676; }
        .question_wrapper_form input[type="tel"]:-ms-input-placeholder {
          color: #767676; }
        @media (max-width: 767px) {
          .question_wrapper_form input[type="tel"] {
            width: 253px;
            margin-bottom: 15px; } }
      .question_wrapper_form input[type="submit"] {
        border-radius: 10px;
        font-family: MuseoSansBlack;
        font-size: 16px;
        text-transform: uppercase;
        color: #faf9f9;
        box-shadow: 2px 4px 7.68px 0.32px rgba(79, 12, 5, 0.25);
        background-image: -webkit-linear-gradient( bottom , #f72f0f, #f7715b);
        background-image: linear-gradient(to top, #f72f0f, #f7715b);
        padding-top: 15px;
        padding-bottom: 15px;
        border: none;
        width: 255px; }
        .question_wrapper_form input[type="submit"]:hover {
          cursor: pointer;
          background-image: -webkit-linear-gradient( bottom , #f76750, #f79080);
          background-image: linear-gradient(to top, #f76750, #f79080); }

.contacts {
  padding-top: 185px;
  background-color: #F6F6F6; }
  @media (max-width: 979px) {
    .contacts {
      padding-top: 50px; } }
  .contacts p.title {
    margin-top: 0;
    font-family: MuseoSansBlack;
    font-size: 36px;
    color: #51230b;
    margin-bottom: 55px;
    text-align: center;
    text-transform: uppercase; }
  .contacts iframe {
    width: 100%; }
  .contacts_wrapper {
    width: 945px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border-radius: 10px;
    background-color: #79ac42;
    box-shadow: 0px 0px 8.55px 0.45px rgba(40, 28, 27, 0.26);
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 65px;
    padding-top: 45px;
    margin-top: -65px; }
    @media (max-width: 1299px) {
      .contacts_wrapper {
        width: 86%; } }
    @media (max-width: 979px) {
      .contacts_wrapper {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 80%; } }
    @media (max-width: 767px) {
      .contacts_wrapper {
        width: 70%;
        padding-top: 30px;
        padding-bottom: 30px; } }
    .contacts_wrapper:after {
      position: absolute;
      content: '';
      border: 1px solid #bab7b7;
      top: -25px;
      bottom: -25px;
      left: -25px;
      right: -25px;
      border-radius: 10px; }
      @media (max-width: 479px) {
        .contacts_wrapper:after {
          left: -10px;
          right: -10px; } }
    .contacts_wrapper .item {
      position: relative;
      z-index: 1; }
      @media (max-width: 979px) {
        .contacts_wrapper .item {
          margin-left: auto;
          margin-right: auto; } }
      @media (max-width: 767px) {
        .contacts_wrapper .item {
          margin-bottom: 15px; } }
      .contacts_wrapper .item:first-child {
        width: 195px; }
      .contacts_wrapper .item:nth-child(2) {
        width: 365px;
        text-align: center; }
      @media (max-width: 979px) {
        .contacts_wrapper .item:last-child {
          margin-top: 20px; } }
      @media (max-width: 767px) {
        .contacts_wrapper .item:last-child {
          margin-top: 0; } }
  .contacts .icon {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
    margin-bottom: 15px;
    align-items: center;
    border: 1px solid #fffbfb;
    margin-left: auto;
    margin-right: auto; }
  .contacts p {
    color: #f6f6f6;
    font-family: MuseoSansBold;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 0; }
    .contacts p span {
      font-family: MuseoSansRegular; }
    .contacts p a {
      color: #f6f6f6;
      text-decoration: none; }

.footer {
  padding-bottom: 75px;
  padding-top: 110px;
  background-color: #F6F6F6; }
  @media (max-width: 979px) {
    .footer {
      padding-bottom: 50px;
      padding-top: 70px; } }
  @media (max-width: 767px) {
    .footer {
      padding-bottom: 30px; } }
  @media (max-width: 767px) {
    .footer_wrapper {
      text-align: center;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; } }
  .footer p.cotypight {
    margin-top: 40px;
    font-family: MuseoSansMedium;
    font-size: 18px;
    color: #51230b; }
    @media (max-width: 767px) {
      .footer p.cotypight {
        margin-top: 20px; } }
  .footer p:last-child {
    margin-top: 40px;
    color: #51230b;
    font-family: MuseoSansMedium; }
    @media (max-width: 767px) {
      .footer p:last-child {
        margin-top: 20px; } }
    .footer p:last-child a {
      color: #51230b;
      text-decoration: none; }
      .footer p:last-child a:hover {
        text-decoration: underline; }

/* Модальные окна */
#open-modal2,
#open-modal3,
#open-modal4 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  display: none;
  pointer-events: none; }
  #open-modal2:target,
  #open-modal3:target,
  #open-modal4:target {
    pointer-events: auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
    #open-modal2:target > div,
    #open-modal3:target > div,
    #open-modal4:target > div {
      -webkit-animation-name: bounce;
      -moz-animation-name: bounce;
      animation-name: bounce; }
  #open-modal2 > div,
  #open-modal3 > div,
  #open-modal4 > div {
    -webkit-animation: minimise 0.5s linear;
    -moz-animation: minimise 0.5s linear;
    animation: minimise 0.5s linear;
    position: relative;
    width: 860px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 65px;
    padding-left: 50px;
    padding-top: 35px;
    background-color: #fff;
    padding-bottom: 50px; }
    @media (max-width: 979px) {
      #open-modal2 > div,
      #open-modal3 > div,
      #open-modal4 > div {
        background-image: none;
        width: 335px;
        padding-left: 15px;
        padding-right: 15px;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch; } }
    @media (max-width: 479px) {
      #open-modal2 > div,
      #open-modal3 > div,
      #open-modal4 > div {
        width: 280px; } }
    #open-modal2 > div .modal_window_wrapper,
    #open-modal3 > div .modal_window_wrapper,
    #open-modal4 > div .modal_window_wrapper {
      margin-top: 20px; }
      @media (max-width: 979px) {
        #open-modal2 > div .modal_window_wrapper,
        #open-modal3 > div .modal_window_wrapper,
        #open-modal4 > div .modal_window_wrapper {
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          box-orient: vertical;
          -webkit-box-direction: normal;
          -moz-box-direction: normal;
          box-direction: normal;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          flex-direction: column;
          -ms-flex-direction: column; } }
    #open-modal2 > div p.title,
    #open-modal3 > div p.title,
    #open-modal4 > div p.title {
      font-family: MuseoSansBlack;
      font-size: 22px;
      color: #51230b;
      margin-bottom: 25px;
      text-align: center;
      margin-top: 0;
      max-width: 400px;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 979px) {
        #open-modal2 > div p.title,
        #open-modal3 > div p.title,
        #open-modal4 > div p.title {
          font-size: 18px; } }
    @media (max-width: 979px) {
      #open-modal2 > div img,
      #open-modal3 > div img,
      #open-modal4 > div img {
        max-width: 100%;
        height: auto; } }
    #open-modal2 > div form,
    #open-modal3 > div form,
    #open-modal4 > div form {
      width: 300px;
      margin-left: auto;
      padding-top: 25px;
      padding-bottom: 10px;
      padding-left: 25px;
      padding-right: 25px;
      border-radius: 10px;
      background-color: #f6f6f6;
      box-shadow: 0px 0px 14px 0px #79ac42; }
      @media (max-width: 979px) {
        #open-modal2 > div form,
        #open-modal3 > div form,
        #open-modal4 > div form {
          margin-left: auto;
          margin-right: auto;
          padding-top: 20px;
          width: 285px;
          margin-top: 30px; } }
      @media (max-width: 479px) {
        #open-modal2 > div form,
        #open-modal3 > div form,
        #open-modal4 > div form {
          width: 245px;
          padding-left: 15px;
          padding-right: 15px; } }
      #open-modal2 > div form p,
      #open-modal3 > div form p,
      #open-modal4 > div form p {
        margin: 0;
        max-width: 100%; }
      #open-modal2 > div form input[type="text"],
      #open-modal3 > div form input[type="text"],
      #open-modal4 > div form input[type="text"] {
        background-color: #fff;
        border: 1px solid #b7b6b6;
        font-family: MuseoSansBold;
        font-size: 16px;
        color: #757575;
        padding-top: 18px;
        padding-bottom: 17px;
        text-indent: 23px;
        margin-bottom: 15px;
        border-radius: 10px;
        width: 100%;
        display: block;
        position: relative;
        z-index: 1;
        outline: none;
        padding-left: 0;
        padding-right: 0; }
        @media (max-width: 979px) {
          #open-modal2 > div form input[type="text"],
          #open-modal3 > div form input[type="text"],
          #open-modal4 > div form input[type="text"] {
            margin-left: auto;
            margin-right: auto; } }
        #open-modal2 > div form input[type="text"]::-webkit-input-placeholder,
        #open-modal3 > div form input[type="text"]::-webkit-input-placeholder,
        #open-modal4 > div form input[type="text"]::-webkit-input-placeholder {
          color: #757575; }
        #open-modal2 > div form input[type="text"]::-moz-placeholder,
        #open-modal3 > div form input[type="text"]::-moz-placeholder,
        #open-modal4 > div form input[type="text"]::-moz-placeholder {
          color: #757575; }
        #open-modal2 > div form input[type="text"]:-moz-placeholder,
        #open-modal3 > div form input[type="text"]:-moz-placeholder,
        #open-modal4 > div form input[type="text"]:-moz-placeholder {
          color: #757575; }
        #open-modal2 > div form input[type="text"]:-ms-input-placeholder,
        #open-modal3 > div form input[type="text"]:-ms-input-placeholder,
        #open-modal4 > div form input[type="text"]:-ms-input-placeholder {
          color: #757575; }
      #open-modal2 > div form input[type="tel"],
      #open-modal3 > div form input[type="tel"],
      #open-modal4 > div form input[type="tel"] {
        background-color: #fff;
        border: 1px solid #b7b6b6;
        font-family: MuseoSansBold;
        font-size: 16px;
        color: #757575;
        padding-top: 18px;
        padding-bottom: 17px;
        text-indent: 23px;
        margin-bottom: 15px;
        border-radius: 10px;
        width: 100%;
        display: block;
        position: relative;
        z-index: 1;
        outline: none;
        padding-left: 0;
        padding-right: 0; }
        #open-modal2 > div form input[type="tel"]::-webkit-input-placeholder,
        #open-modal3 > div form input[type="tel"]::-webkit-input-placeholder,
        #open-modal4 > div form input[type="tel"]::-webkit-input-placeholder {
          color: #757575; }
        #open-modal2 > div form input[type="tel"]::-moz-placeholder,
        #open-modal3 > div form input[type="tel"]::-moz-placeholder,
        #open-modal4 > div form input[type="tel"]::-moz-placeholder {
          color: #757575; }
        #open-modal2 > div form input[type="tel"]:-moz-placeholder,
        #open-modal3 > div form input[type="tel"]:-moz-placeholder,
        #open-modal4 > div form input[type="tel"]:-moz-placeholder {
          color: #757575; }
        #open-modal2 > div form input[type="tel"]:-ms-input-placeholder,
        #open-modal3 > div form input[type="tel"]:-ms-input-placeholder,
        #open-modal4 > div form input[type="tel"]:-ms-input-placeholder {
          color: #757575; }
        @media (max-width: 979px) {
          #open-modal2 > div form input[type="tel"],
          #open-modal3 > div form input[type="tel"],
          #open-modal4 > div form input[type="tel"] {
            margin-left: auto;
            margin-right: auto; } }
      #open-modal2 > div form .ajax-loader,
      #open-modal3 > div form .ajax-loader,
      #open-modal4 > div form .ajax-loader {
        display: none !important; }
      #open-modal2 > div form input[type="submit"],
      #open-modal3 > div form input[type="submit"],
      #open-modal4 > div form input[type="submit"] {
        border-radius: 10px;
        padding-top: 18px;
        padding-bottom: 18px;
        font-family: MuseoSansBlack;
        text-align: center;
        text-transform: uppercase;
        color: #faf9f9;
        font-size: 16px;
        box-shadow: 2px 4px 7.68px 0.32px rgba(79, 12, 5, 0.25);
        background-image: -webkit-linear-gradient(bottom, #f72f0f, #f7715b);
        background-image: linear-gradient(to top, #f72f0f, #f7715b);
        border: none;
        width: 100%;
        outline: none; }
        @media (max-width: 979px) {
          #open-modal2 > div form input[type="submit"],
          #open-modal3 > div form input[type="submit"],
          #open-modal4 > div form input[type="submit"] {
            margin-left: auto;
            margin-right: auto; } }
        @media (max-width: 479px) {
          #open-modal2 > div form input[type="submit"],
          #open-modal3 > div form input[type="submit"],
          #open-modal4 > div form input[type="submit"] {
            font-size: 13px; } }
        #open-modal2 > div form input[type="submit"]:hover,
        #open-modal3 > div form input[type="submit"]:hover,
        #open-modal4 > div form input[type="submit"]:hover {
          cursor: pointer;
          background-image: -webkit-linear-gradient( bottom , #f76750, #f79080);
          background-image: linear-gradient(to top, #f76750, #f79080); }
      #open-modal2 > div form p.radio-wrap,
      #open-modal3 > div form p.radio-wrap,
      #open-modal4 > div form p.radio-wrap {
        margin-bottom: 10px; }
        #open-modal2 > div form p.radio-wrap span:first-child,
        #open-modal3 > div form p.radio-wrap span:first-child,
        #open-modal4 > div form p.radio-wrap span:first-child {
          margin-bottom: 10px;
          margin-left: 5px; }
        #open-modal2 > div form p.radio-wrap .wpcf7-form-control-wrap,
        #open-modal3 > div form p.radio-wrap .wpcf7-form-control-wrap,
        #open-modal4 > div form p.radio-wrap .wpcf7-form-control-wrap {
          margin-top: 5px;
          display: block; }
        #open-modal2 > div form p.radio-wrap input,
        #open-modal3 > div form p.radio-wrap input,
        #open-modal4 > div form p.radio-wrap input {
          position: absolute;
          z-index: -1;
          opacity: 0;
          margin: 10px 0 0 7px; }
          #open-modal2 > div form p.radio-wrap input:checked + .wpcf7-list-item-label:after,
          #open-modal3 > div form p.radio-wrap input:checked + .wpcf7-list-item-label:after,
          #open-modal4 > div form p.radio-wrap input:checked + .wpcf7-list-item-label:after {
            opacity: 1; }
        #open-modal2 > div form p.radio-wrap .wpcf7-list-item-label,
        #open-modal3 > div form p.radio-wrap .wpcf7-list-item-label,
        #open-modal4 > div form p.radio-wrap .wpcf7-list-item-label {
          position: relative;
          padding: 0 0 0 35px;
          cursor: pointer; }
          #open-modal2 > div form p.radio-wrap .wpcf7-list-item-label:before,
          #open-modal3 > div form p.radio-wrap .wpcf7-list-item-label:before,
          #open-modal4 > div form p.radio-wrap .wpcf7-list-item-label:before {
            content: '';
            position: absolute;
            top: -3px;
            left: 0;
            width: 20px;
            height: 20px;
            border: 1px solid #CDD1DA;
            border-radius: 50%;
            background: #FFF; }
          #open-modal2 > div form p.radio-wrap .wpcf7-list-item-label:after,
          #open-modal3 > div form p.radio-wrap .wpcf7-list-item-label:after,
          #open-modal4 > div form p.radio-wrap .wpcf7-list-item-label:after {
            content: '';
            position: absolute;
            top: 3px;
            left: 6px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: red;
            opacity: 0;
            transition: .2s; }
      #open-modal2 > div form p.desc,
      #open-modal3 > div form p.desc,
      #open-modal4 > div form p.desc {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0;
        font-family: MuseoSansMedium;
        font-size: 16px;
        color: #333; }
  #open-modal2 .close,
  #open-modal3 .close,
  #open-modal4 .close {
    color: #5b5b5b;
    line-height: 25px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 30px;
    text-decoration: none;
    opacity: 1;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 78px; }
    @media (max-width: 979px) {
      #open-modal2 .close,
      #open-modal3 .close,
      #open-modal4 .close {
        font-size: 45px;
        top: 15px;
        right: 15px; } }
    @media (max-width: 479px) {
      #open-modal2 .close,
      #open-modal3 .close,
      #open-modal4 .close {
        top: 5px;
        right: 5px; } }
  #open-modal2 .close-area,
  #open-modal3 .close-area,
  #open-modal4 .close-area {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  #open-modal2 .wpcf7-response-output,
  #open-modal3 .wpcf7-response-output,
  #open-modal4 .wpcf7-response-output {
    display: none !important; }
  #open-modal2 span.wpcf7-not-valid-tip,
  #open-modal3 span.wpcf7-not-valid-tip,
  #open-modal4 span.wpcf7-not-valid-tip {
    margin-top: -10px; }

#open-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  display: none;
  pointer-events: none; }
  #open-modal:target {
    pointer-events: auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
    #open-modal:target > div {
      -webkit-animation-name: bounce;
      -moz-animation-name: bounce;
      animation-name: bounce; }
  #open-modal > div {
    -webkit-animation: minimise 0.5s linear;
    -moz-animation: minimise 0.5s linear;
    animation: minimise 0.5s linear;
    position: relative;
    width: 910px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 65px;
    background-color: #fff;
    padding-bottom: 140px;
    background-image: url(../images/bg-popup.jpg);
    background-repeat: no-repeat;
    background-position: -1px -2px; }
    @media (max-width: 979px) {
      #open-modal > div {
        background-image: none;
        background: none;
        padding-right: 0;
        width: 365px;
        padding-bottom: 0; } }
    @media (max-width: 479px) {
      #open-modal > div {
        width: 320px; } }
    #open-modal > div form {
      width: 300px;
      margin-left: auto;
      padding-top: 40px;
      padding-bottom: 65px;
      padding-left: 25px;
      padding-right: 25px;
      border-radius: 10px;
      background-color: #f6f6f6;
      box-shadow: 0px 0px 14px 0px #79ac42;
      margin-top: 140px; }
      @media (max-width: 979px) {
        #open-modal > div form {
          margin-left: auto;
          margin-right: auto;
          padding-top: 20px;
          text-align: center;
          margin-top: 0; } }
      @media (max-width: 479px) {
        #open-modal > div form {
          width: 80%; } }
      #open-modal > div form p {
        margin: 0; }
      #open-modal > div form p.title {
        font-family: MuseoSansBlack;
        font-size: 22px;
        color: #51230b;
        margin-bottom: 30px;
        text-align: center;
        margin-top: 0; }
      #open-modal > div form input[type="tel"] {
        background-color: #fff;
        border: 1px solid #b7b6b6;
        font-family: MuseoSansBold;
        font-size: 16px;
        color: #757575;
        padding-top: 18px;
        padding-bottom: 17px;
        text-indent: 23px;
        margin-bottom: 15px;
        border-radius: 10px;
        width: 99%;
        display: block;
        position: relative;
        z-index: 1;
        outline: none;
        padding-left: 0;
        padding-right: 0; }
        @media (max-width: 979px) {
          #open-modal > div form input[type="tel"] {
            margin-left: auto;
            margin-right: auto; } }
        #open-modal > div form input[type="tel"]::-webkit-input-placeholder {
          color: #757575; }
        #open-modal > div form input[type="tel"]::-moz-placeholder {
          color: #757575; }
        #open-modal > div form input[type="tel"]:-moz-placeholder {
          color: #757575; }
        #open-modal > div form input[type="tel"]:-ms-input-placeholder {
          color: #757575; }
      #open-modal > div form .ajax-loader {
        display: none !important; }
      #open-modal > div form input[type="submit"] {
        border-radius: 10px;
        padding-top: 18px;
        padding-bottom: 18px;
        font-family: MuseoSansBlack;
        text-align: center;
        text-transform: uppercase;
        color: #faf9f9;
        font-size: 16px;
        box-shadow: 2px 4px 7.68px 0.32px rgba(79, 12, 5, 0.25);
        background-image: -webkit-linear-gradient(bottom, #f72f0f, #f7715b);
        background-image: linear-gradient(to top, #f72f0f, #f7715b);
        border: none;
        width: 100%;
        outline: none; }
        @media (max-width: 979px) {
          #open-modal > div form input[type="submit"] {
            margin-left: auto;
            margin-right: auto; } }
        @media (max-width: 479px) {
          #open-modal > div form input[type="submit"] {
            font-size: 14px; } }
        #open-modal > div form input[type="submit"]:hover {
          cursor: pointer;
          background-image: -webkit-linear-gradient( bottom , #f76750, #f79080);
          background-image: linear-gradient(to top, #f76750, #f79080); }
  #open-modal .close {
    color: #5b5b5b;
    line-height: 25px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 30px;
    text-decoration: none;
    opacity: 1;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 78px; }
    @media (max-width: 979px) {
      #open-modal .close {
        display: none; } }
  #open-modal .close-area {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  #open-modal .wpcf7-response-output {
    display: none !important; }
  #open-modal span.wpcf7-not-valid-tip {
    margin-top: -10px; }

@-webkit-keyframes minimise {
  0% {
    -webkit-transform: scale3d(1, 1, 1); }
  100% {
    -webkit-transform: scale3d(0.1, 0.1, 1); } }

@-moz-keyframes minimise {
  0% {
    -moz-transform: scale3d(1, 1, 1); }
  100% {
    -moz-transform: scale3d(0.1, 0.1, 1); } }

@keyframes minimise {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  100% {
    -webkit-transform: scale3d(0.1, 0.1, 1);
    -moz-transform: scale3d(0.1, 0.1, 1);
    -ms-transform: scale3d(0.1, 0.1, 1);
    -o-transform: scale3d(0.1, 0.1, 1);
    transform: scale3d(0.1, 0.1, 1); } }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale3d(0.1, 0.1, 1); }
  55% {
    -webkit-transform: scale3d(1.08, 1.08, 1); }
  75% {
    -webkit-transform: scale3d(0.95, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1); } }

@-moz-keyframes bounce {
  0% {
    -moz-transform: scale3d(0.1, 0.1, 1); }
  55% {
    -moz-transform: scale3d(1.08, 1.08, 1); }
  75% {
    -moz-transform: scale3d(0.95, 0.95, 1); }
  100% {
    -moz-transform: scale3d(1, 1, 1); } }

@keyframes bounce {
  0% {
    -webkit-transform: scale3d(0.1, 0.1, 1);
    -moz-transform: scale3d(0.1, 0.1, 1);
    -ms-transform: scale3d(0.1, 0.1, 1);
    -o-transform: scale3d(0.1, 0.1, 1);
    transform: scale3d(0.1, 0.1, 1); }
  55% {
    -webkit-transform: scale3d(1.08, 1.08, 1);
    -moz-transform: scale3d(1.08, 1.08, 1);
    -ms-transform: scale3d(1.08, 1.08, 1);
    -o-transform: scale3d(1.08, 1.08, 1);
    transform: scale3d(1.08, 1.08, 1); }
  75% {
    -webkit-transform: scale3d(0.95, 0.95, 1);
    -moz-transform: scale3d(0.95, 0.95, 1);
    -ms-transform: scale3d(0.95, 0.95, 1);
    -o-transform: scale3d(0.95, 0.95, 1);
    transform: scale3d(0.95, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

/* Мобильное меню */
.burger-wrapper {
  color: #fff;
  width: 40px;
  height: 20px;
  position: relative;
  margin-top: 26px;
  z-index: 4;
  display: none; }
  @media (max-width: 1023px) {
    .burger-wrapper {
      display: block; } }
  @media (max-width: 479px) {
    .burger-wrapper {
      margin-top: 15px; } }
  .burger-wrapper .burger {
    position: relative;
    background: #79ac42;
    width: 40px;
    height: 8px;
    top: 7px;
    right: 0;
    margin-top: -3px;
    opacity: 1;
    border-radius: 2px;
    order: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    float: left; }
    @media (max-width: 767px) {
      .burger-wrapper .burger {
        top: 14px; } }
    @media (max-width: 479px) {
      .burger-wrapper .burger {
        top: 24px; } }
    .burger-wrapper .burger:before {
      position: absolute;
      background: #79ac42;
      width: 40px;
      height: 8px;
      top: 12px;
      content: "";
      display: block;
      border-radius: 2px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .burger-wrapper .burger:after {
      position: absolute;
      background: #79ac42;
      width: 40px;
      height: 8px;
      bottom: 12px;
      content: "";
      display: block;
      border-radius: 2px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    @media (max-width: 979px) {
      .burger-wrapper .burger {
        display: block; } }
  .burger-wrapper .burger.drop-down {
    background: rgba(111, 111, 111, 0);
    z-index: 5; }
    .burger-wrapper .burger.drop-down:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 0px; }
    .burger-wrapper .burger.drop-down:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      bottom: 0px; }

.head_menu {
  position: fixed;
  z-index: 99;
  top: -140px;
  -webkit-transition: top 0.5s ease-in-out;
  -moz-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 15px 32px 0px rgba(183, 183, 183, 0.26); }
  @media (max-width: 979px) {
    .head_menu {
      padding-bottom: 5px; } }
  @media (max-width: 1023px) {
    .head_menu .custom-logo-link {
      margin-top: 10px; } }
  @media (max-width: 1023px) {
    .head_menu .custom-logo-link img {
      width: 60px;
      height: auto; } }
  @media (max-width: 1023px) {
    .head_menu .header_top {
      padding-bottom: 10px; } }
  @media (max-width: 767px) {
    .head_menu .header_top {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      padding-bottom: 0; } }
  @media (max-width: 1299px) {
    .head_menu .header_top .socials {
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 1023px) {
    .head_menu .header_top .socials {
      margin-top: 25px; } }
  @media (max-width: 479px) {
    .head_menu .header_top .socials {
      display: none; } }
  @media (max-width: 1023px) {
    .head_menu .header_top .phones {
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 767px) {
    .head_menu .header_top .phones {
      width: 180px; } }
  @media (max-width: 1023px) {
    .head_menu .header_top .phones a {
      display: inline-block; } }
  @media (max-width: 767px) {
    .head_menu .header_top .phones a {
      color: #51230b; } }
  @media (max-width: 1023px) {
    .head_menu .header_top .phones a:first-child {
      margin-right: 15px; } }
  @media (max-width: 767px) {
    .head_menu .header_top .phones a:first-child {
      margin-right: 0; } }
  .head_menu .header_top .phones p {
    display: none; }
  .head_menu_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
  .head_menu .logo {
    margin-top: 20px; }
    @media (max-width: 479px) {
      .head_menu .logo {
        width: 70px; } }
    .head_menu .logo img {
      max-width: 100%; }
    @media (max-width: 979px) {
      .head_menu .logo {
        margin-top: 5px; } }
  @media (max-width: 1023px) {
    .head_menu_list {
      order: 3; } }
  .head_menu_list ul {
    margin: 0;
    padding: 0; }
    @media (max-width: 1023px) {
      .head_menu_list ul {
        display: none; } }
    .head_menu_list ul li {
      list-style: none;
      display: inline-block;
      position: relative;
      padding-top: 45px;
      padding-left: 15px;
      padding-right: 15px; }
      @media (max-width: 1299px) {
        .head_menu_list ul li {
          padding-left: 7px;
          padding-right: 7px; } }
      @media (max-width: 1023px) {
        .head_menu_list ul li {
          padding-left: 10px;
          padding-right: 10px; } }
      .head_menu_list ul li a {
        font-family: MuseoSansBlack;
        font-size: 16px;
        color: #51230b;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        text-decoration: none; }
      .head_menu_list ul li:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        background-color: #d3d3d3;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .head_menu_list ul li:hover a {
        color: #195181;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .head_menu_list ul li:hover:after {
        height: 5px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
  .head_menu_list ul.drop-down {
    display: block;
    top: 70px;
    left: 0;
    background-color: #fff;
    width: 100%;
    position: absolute; }
    .head_menu_list ul.drop-down li {
      display: block;
      padding-top: 15px;
      padding-bottom: 15px; }
  .head_menu a.phone {
    font-family: MuseoSansBlack;
    font-size: 18px;
    color: #1f1d1d;
    padding-left: 70px;
    background-image: url(../images/icon-phone-menu.png);
    background-repeat: no-repeat;
    background-position: 0 left;
    position: relative;
    margin-top: 42px;
    text-decoration: none; }
    @media (max-width: 1199px) {
      .head_menu a.phone {
        padding-left: 35px; } }
    @media (max-width: 979px) {
      .head_menu a.phone {
        margin-left: 142px;
        margin-right: 228px;
        margin-top: 25px; } }
    @media (max-width: 767px) {
      .head_menu a.phone {
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 479px) {
      .head_menu a.phone {
        margin-top: 15px;
        font-size: 16px;
        background-position: 5px 0px; } }
    .head_menu a.phone:after {
      height: 47px;
      width: 1px;
      position: absolute;
      content: '';
      left: 50px;
      background-color: #ededed;
      top: -13px; }
      @media (max-width: 1199px) {
        .head_menu a.phone:after {
          display: none; } }

.head_menu.move {
  top: 0;
  -webkit-transition: top 0.5s ease-in-out;
  -moz-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out; }

body.page-id-319 {
  background-image: url(../images/bg-thanks.jpg);
  background-repeat: no-repeat;
  background-position: center top; }
  @media (min-width: 1441px) {
    body.page-id-319 {
      -webkit-background-size: cover;
      background-size: cover; } }
  body.page-id-319 .header {
    background: none;
    padding-top: 35px; }
    @media (max-width: 767px) {
      body.page-id-319 .header {
        padding-top: 15px; } }
    body.page-id-319 .header_top p.slogan {
      color: #fff; }
    body.page-id-319 .header_top .phones a {
      color: #fff; }
    body.page-id-319 .header_top .phones p {
      color: #fff; }
    body.page-id-319 .header:after {
      display: none; }
  body.page-id-319 h1 {
    text-align: center;
    margin-top: 130px;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      body.page-id-319 h1 {
        margin-top: 0; } }
  body.page-id-319 p.desc {
    text-align: center;
    font-family: MuseoSansMedium;
    color: #fff;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 150px; }
    @media (max-width: 767px) {
      body.page-id-319 p.desc {
        margin-bottom: 0; } }
  body.page-id-319 a.home {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: MuseoSansBold;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 2px 4px 7.68px 0.32px rgba(79, 12, 5, 0.25);
    display: block;
    background-image: -webkit-linear-gradient( bottom , #f76750, #f79080);
    background-image: linear-gradient(to top, #f76750, #f79080);
    text-decoration: none;
    border-radius: 10px;
    margin-top: 50px;
    width: 308px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    body.page-id-319 a.home:hover {
      background-image: -webkit-linear-gradient( bottom , #f72f0f, #f7715b);
      background-image: linear-gradient(to top, #f72f0f, #f7715b); }
    @media (max-width: 767px) {
      body.page-id-319 a.home {
        margin-top: 30px;
        margin-bottom: 30px; } }
  body.page-id-319 .footer_wrapper {
    padding-bottom: 25px; }
  body.page-id-319 p.cotypight {
    font-family: MuseoSansMedium;
    font-size: 18px;
    color: #fff;
    margin-left: 85px;
    margin-top: 40px;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      body.page-id-319 p.cotypight {
        margin-left: 0;
        margin-top: 30px; } }
  body.page-id-319 p.uprofit {
    color: #fff;
    font-family: MuseoSansMedium;
    font-size: 18px;
    margin-top: 40px; }
    @media (max-width: 767px) {
      body.page-id-319 p.uprofit {
        margin-top: 30px;
        margin-bottom: 0; } }
    body.page-id-319 p.uprofit a {
      color: #fff;
      text-decoration: none; }
      body.page-id-319 p.uprofit a:hover {
        text-decoration: underline; }

div.wpcf7 .ajax-loader {
  display: none !important; }

.lb-container .lb-nav a.lb-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  left: -75px;
  top: 40%;
  background-color: #79AC42;
  opacity: 1;
  background-image: url(../images/arrow-left.png);
  background-size: 12px;
  background-position: center; }
  @media (max-width: 479px) {
    .lb-container .lb-nav a.lb-prev {
      top: auto;
      right: auto;
      left: 5px;
      bottom: -54px; } }

.lb-container .lb-nav a.lb-next {
  position: absolute;
  width: 50px;
  height: 50px;
  right: -75px;
  top: 40%;
  background-color: #79AC42;
  opacity: 1;
  background-image: url(../images/arrow-right.png);
  background-size: 12px;
  background-position: center; }
  @media (max-width: 767px) {
    .lb-container .lb-nav a.lb-next {
      top: auto;
      right: auto;
      left: 60px;
      bottom: -54px; } }

#lightbox {
  position: fixed;
  height: 100%;
  top: 0 !important;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }
  #lightbox .lb-image {
    border: none;
    border-radius: 0; }
    @media (max-width: 767px) {
      #lightbox .lb-image {
        margin-right: auto;
        margin-left: auto;
        width: 100% !important;
        height: auto !important; } }
  @media (max-width: 767px) {
    #lightbox .lb-outerContainer {
      width: 100% !important; } }
  @media (max-width: 767px) {
    #lightbox .lb-outerContainer {
      background: none; } }
  #lightbox .lb-data .lb-close {
    right: 20px;
    text-align: center;
    top: 20px;
    text-decoration: none;
    opacity: 1;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 78px;
    position: absolute; }
    #lightbox .lb-data .lb-close:after {
      content: '+';
      color: red; }

.wpcf7-mail-sent-ok{
	display: none !important;
}
.panel_colors2 .panel:nth-child(4) .item img {
        height: 100%;
        width: 100%; }