.call_material {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative; }
  .call_material .mfp-close {
    font-size: 0;
    width: 51px;
    height: 51px;
    background-color: rgba(0, 0, 0, 0.55); }
    .call_material .mfp-close:hover {
      opacity: .5; }
    .call_material .mfp-close:active {
      top: 0px; }
    .call_material .mfp-close::before {
      position: absolute;
      top: 26px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #ffffff;
      content: '';
      display: inline-block;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .call_material .mfp-close::after {
      position: absolute;
      top: 26px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #ffffff;
      content: '';
      display: inline-block;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .call_material #tabs-container {
    overflow: hidden;
    position: relative;
    vertical-align: top; }
  .call_material .btn_sec {
    float: left;
    max-width: 175px;
    width: 100%;
    text-align: center; }
    .call_material .btn_sec .pop_red_btn {
      display: block; }
  .call_material .tab_colors {
    margin-right: 30px;
    max-height: 540px;
    overflow-x: hidden; }
    .call_material .tab_colors .img_mater {
      clear: both;
      height: 100%; }
      .call_material .tab_colors .img_mater a {
        float: left;
        width: 180px;
        height: 120px;
        position: relative; }
        .call_material .tab_colors .img_mater a:hover::after, .call_material .tab_colors .img_mater a:focus::after {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          border: 2px solid #e6474b;
          position: absolute;
          z-index: 10;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        .call_material .tab_colors .img_mater a span {
          display: inline-block;
          position: absolute;
          right: 10px;
          bottom: 7px;
          color: #fff;
          font-size: 10px; }
        .call_material .tab_colors .img_mater a img {
          width: 100%;
          height: auto; }
  .call_material .left_mater {
    float: left;
    clear: both;
    width: 352px;
    margin-right: 30px;
    margin-top: -30px; }
    .call_material .left_mater .top_title {
      padding: 0 20px;
      background-color: #475157;
      height: 60px;
      line-height: 60px; }
      .call_material .left_mater .top_title h3 {
        font-weight: normal;
        color: #fff;
        font-size: 26px;
        font-family: "OpenSansRegular", sans-serif; }
    .call_material .left_mater .group_color_materials {
      background-color: #fff;
      padding: 15px 13px 0;
      max-height: 482px;
      height: 100%; }
      .call_material .left_mater .group_color_materials h5 {
        text-transform: uppercase;
        font-family: "OpenSansBold", sans-serif;
        font-weight: normal;
        font-size: 20px;
        color: #475157;
        margin-bottom: 25px;
        display: block;
        width: 100%;
        float: left;
        padding: 0 7px;
        margin-top: 25px; }
        .call_material .left_mater .group_color_materials h5:first-child {
          margin-top: 0; }
      .call_material .left_mater .group_color_materials .tabs-menu {
        overflow: hidden; }
        .call_material .left_mater .group_color_materials .tabs-menu p {
          display: inline-block;
          width: 33.3%;
          float: left;
          margin-bottom: 13px;
          text-align: center; }
          .call_material .left_mater .group_color_materials .tabs-menu p.current {
            position: relative;
            z-index: 5; }
          .call_material .left_mater .group_color_materials .tabs-menu p a {
            text-transform: uppercase;
            color: #475157;
            font-size: 14px;
            text-decoration: none;
            display: inline-block;
            max-width: 96px;
            width: 100%;
            position: relative;
            padding: 7px; }
            .call_material .left_mater .group_color_materials .tabs-menu p a .img_cont {
              display: inline-block;
              text-align: center;
              height: 82px;
              line-height: 82px;
              margin: 0; }
              .call_material .left_mater .group_color_materials .tabs-menu p a .img_cont img {
                max-width: 82px;
                max-height: 82px;
                height: auto;
                width: auto; }
            .call_material .left_mater .group_color_materials .tabs-menu p a::after {
              position: absolute;
              width: 100%;
              height: 100%;
              border: 2px solid #ffffff;
              content: '';
              display: block;
              top: 0;
              left: 0; }
            .call_material .left_mater .group_color_materials .tabs-menu p a > span {
              display: block;
              text-align: left;
              margin: 5px 0 0; }
        .call_material .left_mater .group_color_materials .tabs-menu .current a {
          color: #475157; }
          .call_material .left_mater .group_color_materials .tabs-menu .current a::after {
            border: 2px solid #e6474b; }

.tab {
  float: left;
  width: auto; }

.tab-content {
  width: 540px;
  display: none; }

#tab-1 {
  display: block; }

.popups_sect {
  text-align: center; }
  .popups_sect a {
    margin-bottom: 20px;
    font-size: 16px;
    color: #475157;
    border: 2px solid #475157;
    line-height: 50px;
    display: inline-block;
    padding: 0 15px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .popups_sect a:hover {
      background-color: #e6474b;
      border-color: #e6474b;
      color: #fff; }

.dark_bg {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }
  .dark_bg .mfp-bg {
    background-color: rgba(0, 0, 0, 0.46); }

.callback_item {
  position: relative;
  width: 90%;
  max-width: 750px;
  height: auto;
  display: block;
  padding: 0;
  margin: 0 auto;
  background-color: #fff;
  padding: 0; }
  .callback_item .pop_header_txt {
    background-color: #475157;
    height: 60px;
    line-height: 60px; }
    .callback_item .pop_header_txt h2 {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      position: relative;
      line-height: 1.3;
      margin: 0;
      display: block;
      font-size: 26px;
      color: #fff;
      font-weight: normal;
      padding-left: 35px;
      padding-right: 60px; }
  .callback_item .popup_item_bl {
    height: 100px;
    vertical-align: middle;
    display: block;
    line-height: 100px;
    padding: 0 25px;
    text-align: right;
    overflow: hidden;
    border-bottom: 1px solid #b6c5cd; }
    .callback_item .popup_item_bl .img_block {
      float: left;
      display: inline-block;
      vertical-align: middle;
      margin-right: 45px;
      text-align: center;
      min-width: 75px; }
      .callback_item .popup_item_bl .img_block img {
        max-width: 70px;
        height: auto;
        max-height: 70px; }
    .callback_item .popup_item_bl span {
      display: inline-block;
      float: left;
      text-align: left;
      max-width: 470px;
      width: 55%;
      line-height: 1.3;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .callback_item .popup_item_bl p {
      font-size: 16px;
      font-family: "OpenSansSemiBold", sans-serif;
      color: #FFF;
      display: inline-block;
      background-color: #E6474B;
      padding: 0 5px;
      line-height: 1.4;
      height: 30px;
      line-height: 30px; }
  .callback_item .bottom_txt {
    text-align: center;
    padding: 0 10px; }
    .callback_item .bottom_txt p {
      padding-top: 20px;
      padding-bottom: 5px;
      font-size: 26px;
      text-align: left;
      position: relative;
      padding-left: 60px;
      display: inline-block; }
      .callback_item .bottom_txt p span {
        background-image: url("img/popup_man.png");
        display: inline-block;
        width: 34px;
        height: 34px;
        position: absolute;
        left: 0;
        background-size: 100% auto; }
    .callback_item .bottom_txt .pop_red_btn {
      max-width: 284px;
      width: 100%;
      position: relative;
      bottom: -23px; }
  .callback_item .mfp-close {
    background-color: transparent;
    color: #fff;
    font-size: 0;
    top: 7px;
    right: 0px;
    width: 60px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .callback_item .mfp-close:hover {
      opacity: .5; }
    .callback_item .mfp-close:active {
      top: 7px; }
    .callback_item .mfp-close::before {
      position: absolute;
      top: 22px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #ffffff;
      content: '';
      display: inline-block;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .callback_item .mfp-close::after {
      position: absolute;
      top: 22px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #ffffff;
      content: '';
      display: inline-block;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.callback_item_with_form .form_block {
  text-align: center;
  padding: 15px 35px 0; }
  .callback_item_with_form .form_block h3 {
    text-align: left;
    font-size: 26px;
    color: #475157;
    margin: 0 0 15px 0;
    font-weight: normal; }
  .callback_item_with_form .form_block .back_call {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 5px; }
    .callback_item_with_form .form_block .back_call input {
      width: 49%;
      display: inline-block;
      float: left;
      margin-right: 2%;
      height: 39px;
      line-height: 39px;
      padding: 0 13px;
      outline: none; }
      .callback_item_with_form .form_block .back_call input:last-child {
        margin-right: 0; }
  .callback_item_with_form .form_block .pop_red_btn {
    position: relative;
    bottom: -22px; }

.callback_popup {
  position: relative;
  width: 90%;
  max-width: 750px;
  height: auto;
  display: block;
  padding: 0;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px 35px 0;
  text-align: center; }
  .callback_popup .mfp-close {
    background-color: #fff;
    color: #fff;
    font-size: 0;
    top: 15px;
    right: 10px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 60px;
    height: 45px; }
    .callback_popup .mfp-close:hover {
      opacity: .5; }
    .callback_popup .mfp-close:active {
      top: 15px; }
    .callback_popup .mfp-close::before {
      position: absolute;
      top: 22px;
      left: 0;
      width: 63px;
      height: 1px;
      background-color: #475157;
      content: '';
      display: inline-block;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .callback_popup .mfp-close::after {
      position: absolute;
      top: 22px;
      left: 0;
      width: 63px;
      height: 1px;
      background-color: #475157;
      content: '';
      display: inline-block;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .callback_popup h2 {
    text-align: left;
    color: #475157;
    font-family: "OpenSansRegular", sans-serif;
    font-size: 26px;
    margin: 0 0 5px;
    padding-right: 40px;
    font-weight: normal; }
  .callback_popup > p {
    text-align: left;
    color: #475157;
    font-size: 14px;
    font-family: "OpenSansRegular", sans-serif;
    margin-bottom: 25px; }
  .callback_popup .back_call {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 5px; }
    .callback_popup .back_call input {
      width: 49%;
      display: inline-block;
      float: left;
      margin-right: 2%;
      height: 39px;
      line-height: 39px;
      padding: 0 13px;
      outline: none; }
      .callback_popup .back_call input:last-child {
        margin-right: 0; }
  .callback_popup .pop_red_btn {
    position: relative;
    bottom: -22px; }

.pop_red_btn {
  text-transform: uppercase;
  color: #FFF;
  background-color: #e6474b;
  padding: 14px 21px;
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 16px;
  border: none;
  display: inline-block;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }
  .pop_red_btn:hover {
    color: #ffffff;
    background-color: #C73E41; }
  .pop_red_btn:active {
    color: #ffffff;
    background-color: #c73e41; }
  .pop_red_btn:focus {
    color: #ffffff;
    background-color: #c73e41; }

.banner_popup {
  position: relative;
  width: 90%;
  max-width: 750px;
  height: auto;
  display: block;
  padding: 0;
  margin: 0 auto; }
  .banner_popup .img_sect {
    position: relative;
    max-height: 531px;
    height: 100%; }
    .banner_popup .img_sect img {
      position: relative;
      width: 100%;
      max-width: 100%; }
    .banner_popup .img_sect > p {
      position: absolute;
      left: 45px;
      bottom: 110px;
      font-family: "OpenSansBold", sans-serif;
      font-size: 66px;
      color: #fec53c;
      background-color: #e6474b;
      height: 162px;
      width: 162px;
      display: inline-block;
      line-height: 155px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      text-align: center; }
    .banner_popup .img_sect .h2 {
      position: absolute;
      bottom: 25px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      font-size: 66px;
      width: 100%;
      font-family: "OpenSansLight", sans-serif;
      color: #fff;
      text-transform: uppercase;
      display: block;
      text-align: center;
      line-height: 1; }
  .banner_popup .text_block {
    background-color: #fff;
    position: relative;
    text-align: center;
    padding: 35px 15px 0;
    margin-bottom: 40px; }
    .banner_popup .text_block p {
      font-size: 16px;
      font-family: "OpenSansRegular", sans-serif;
      padding-bottom: 2px;
      margin-bottom: 0px;
      border-bottom: 1px solid #fec53c;
      display: inline-block; }
    .banner_popup .text_block a {
      position: relative;
      bottom: -23px; }

.noscroll {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }
  .noscroll .filter_blur {
    -webkit-filter: blur(3px);
    filter: blur(3px); }
  .noscroll .mfp-bg {
    background-color: #000000;
    padding: 0; }
  .noscroll .banner_popup .mfp-close {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 0;
    top: 65px;
    right: -33px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .noscroll .banner_popup .mfp-close:active {
      top: 65px; }
    .noscroll .banner_popup .mfp-close:hover {
      opacity: .8; }
    .noscroll .banner_popup .mfp-close::before {
      position: absolute;
      top: 22px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #fff;
      content: '';
      display: inline-block;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .noscroll .banner_popup .mfp-close::after {
      position: absolute;
      top: 22px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #fff;
      content: '';
      display: inline-block;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.manager_call {
  margin-top: 18px;
  border-bottom: 1px solid #b6c5cd; }
  .manager_call .mng_btn {
    display: block;
    background-color: #4eb69a;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-left: 50px;
    font-family: "OpenSansBold", sans-serif;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .manager_call .mng_btn:hover {
      background-color: #475157; }
    .manager_call .mng_btn span {
      position: absolute;
      background-image: url("img/popup_man.png");
      width: 27px;
      height: 27px;
      background-size: 100% 100%;
      background-repeat: no-repeat;
      top: 11px;
      left: 18px; }
  .manager_call p {
    font-size: 14px;
    color: #475157;
    font-family: "OpenSansRegular", sans-serif;
    margin-bottom: 35px; }

@media only screen and (max-width: 768px) {
  /**/
  .banner_popup .img_sect .h2 {
    font-size: 50px; }
  .banner_popup .img_sect > p {
    font-size: 50px;
    width: 125px;
    height: 125px;
    line-height: 125px; }
  .banner_popup .text_block p {
    font-size: 14px; }
  .banner_popup .text_block a {
    font-size: 14px; }
  .noscroll .banner_popup .mfp-close {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    right: -20px;
    top: 50px; }
  .callback_popup .mfp-close {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    width: 50px; }
  .callback_item .bottom_txt p {
    font-size: 20px;
    padding-left: 35px; }
  .callback_item .bottom_txt p span {
    width: 25px;
    height: 25px; } }

@media only screen and (max-width: 600px) {
  /**/
  .callback_item_with_form .form_block .pop_red_btn {
    font-size: 14px; }
  .callback_item_with_form .form_block h3 {
    font-size: 20px; }
  .callback_item .mfp-close {
    width: 40px;
    right: 10px; }
  .callback_item .pop_header_txt h2 {
    font-size: 20px; }
  .callback_item .bottom_txt p span {
    top: 17px; }
  .callback_item .bottom_txt p {
    font-size: 14px; }
  .callback_item .bottom_txt .pop_red_btn {
    font-size: 14px; }
  .callback_item .popup_item_bl .img_block {
    margin-right: 10px; }
  .banner_popup .img_sect .h2 {
    font-size: 35px; }
  .banner_popup .img_sect > p {
    font-size: 30px;
    width: 80px;
    height: 80px;
    line-height: 80px; }
  .noscroll .banner_popup .mfp-close {
    top: 45px; }
  .callback_popup h2 {
    font-size: 20px; }
  .callback_popup .mfp-close::after, .callback_popup .mfp-close::before {
    width: 40px; }
  .callback_popup .mfp-close {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    width: 40px; }
  .callback_popup > p {
    font-size: 13px; }
  .callback_popup .pop_red_btn {
    font-size: 14px; }
  .callback_item .popup_item_bl p {
    font-size: 14px; } }

@media only screen and (max-width: 470px) {
  /**/
  .callback_item .pop_header_txt h2 {
    font-size: 16px; }
  .callback_item_with_form .form_block .pop_red_btn {
    font-size: 12px; }
  .callback_item_with_form .form_block .back_call input {
    width: 100%;
    margin-right: 0;
    display: block;
    margin-bottom: 10px; }
  .callback_item_with_form .form_block h3 {
    font-size: 14px; }
  .callback_item .popup_item_bl span {
    font-size: 12px;
    width: 40%; }
  .callback_item .bottom_txt .pop_red_btn {
    max-width: 210px; }
  .callback_item .popup_item_bl {
    padding: 0 10px; }
  .callback_popup .pop_red_btn {
    font-size: 12px; }
  .callback_popup .back_call input {
    width: 100%;
    margin: 0;
    display: block;
    float: none;
    margin-bottom: 10px; }
    .callback_popup .back_call input:last-child {
      margin-bottom: 0; }
  .callback_popup > p {
    font-size: 12px; }
  .callback_popup h2 {
    font-size: 16px; }
  .banner_popup .img_sect .h2 {
    font-size: 30px; }
  .banner_popup .img_sect > p {
    font-size: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    left: 15px;
    bottom: 70px; }
  .banner_popup .text_block p {
    font-size: 12px; }
  .banner_popup .text_block a {
    font-size: 12px;
    padding: 14px 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .noscroll .banner_popup .mfp-close {
    top: 25px; } }

@media only screen and (max-width: 350px) {
  /**/
  .callback_popup .pop_red_btn {
    font-size: 10px; }
  .banner_popup .img_sect .h2 {
    font-size: 25px;
    bottom: 10px; }
  .banner_popup .img_sect > p {
    bottom: 50px; }
  .banner_popup .text_block {
    padding: 15px 15px 0; }
  .noscroll .banner_popup .mfp-close {
    top: 20px; }
  .callback_item_with_form .form_block .pop_red_btn {
    font-size: 10px; } }
