html, body {
  height: 100%; }

body {
  font-family: "Fira Sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  min-width: 320px;
  background: #f6f6f7; }

.hidden {
  display: none; }

.clear {
  clear: both; }

.overflow {
  overflow: hidden; }

button, a {
  color: #305161;
  outline: none !important;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all; }

.page_wrapper h1 {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 30px; }
.page_wrapper h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 25px; }
.page_wrapper h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 20px; }
.page_wrapper h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px; }
.page_wrapper h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 10px; }
.page_wrapper p {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #677c87; }
  .page_wrapper p i {
    font-style: italic; }
.page_wrapper .section_title {
  position: relative;
  width: 100%;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 30px;
  color: #305161; }
  .page_wrapper .section_title.white {
    color: #FFF; }

a:hover, a:focus {
  outline: none;
  color: #305161;
  text-decoration: none; }

section, .main_header, .main_footer {
  position: relative; }

.page_wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  margin: 0 auto; }

.main_btn {
  position: relative;
  outline: none;
  z-index: 2;
  padding: 22px 28px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  color: #493308;
  text-transform: uppercase;
  background: #f9cc00;
  border: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  -webkit-box-shadow: inset 0px -2px 0px #C2A100, 0px 12px 24px -5px rgba(15, 26, 43, 0.19);
  box-shadow: inset 0px -2px 0px #C2A100, 0px 12px 24px -5px rgba(15, 26, 43, 0.19); }
  .main_btn:focus {
    color: #232b06; }
  .main_btn:hover {
    background: #f9df00;
    -webkit-box-shadow: inset 0px -2px 0px #C2A100, 0px 12px 24px -5px rgba(15, 26, 43, 0.39);
    box-shadow: inset 0px -2px 0px #C2A100, 0px 12px 24px -5px rgba(15, 26, 43, 0.39); }
  .main_btn:active {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }

a.main_btn {
  display: inline-block;
  vertical-align: top;
  text-decoration: none; }

.main_header {
  position: relative;
  width: 100%;
  z-index: 10;
  background: #FFF;
  -webkit-box-shadow: 0px 5px 18px rgba(25, 57, 82, 0.1);
  box-shadow: 0px 5px 18px rgba(25, 57, 82, 0.1); }
  .main_header .container {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .main_header .logo {
    position: relative;
    display: block;
    text-decoration: none;
    padding-left: 83px;
    text-align: left;
    font-family: "Swiss", sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #00517B;
    text-transform: uppercase #FF9B02;
    margin: 0px;
    padding-top: 18px;
    padding-bottom: 18px; }
    .main_header .logo:before {
      content: "";
      display: block;
      width: 102px;
      height: 101px;
      background: url("../img/logo.png") no-repeat center center;
      -webkit-background-size: 100%;
      -o-background-size: 100%;
      background-size: 100%;
      position: absolute;
      top: 0px;
      left: -18px; }
  .main_header .basket_link {
    position: relative;
    margin-left: auto;
    text-decoration: none;
    width: 60px;
    height: 58px;
    margin-top: 17px;
    background: url("../img/basket_icon.svg") no-repeat left top;
    -webkit-background-size: 41px 47px;
    -o-background-size: 41px 47px;
    background-size: 41px 47px; }
    .main_header .basket_link span {
      position: absolute;
      top: 28px;
      left: 22px;
      display: block;
      height: 30px;
      min-width: 30px;
      border: 3px solid #383838;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      text-align: center;
      padding: 5px 3px;
      padding-top: 6px;
      background: #04B0AC;
      color: #FFF;
      font-weight: 500;
      font-size: 14px;
      line-height: 14px; }
  .main_header .nav {
    position: absolute;
    top: 0px;
    left: 315px;
    max-width: 750px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 15px; }
    .main_header .nav li {
      position: static; }
      .main_header .nav li a {
        position: relative;
        display: inline-block;
        vertical-align: top;
        font-weight: normal;
        color: #262626;
        font-size: 18px;
        line-height: 20px;
        padding-top: 20px;
        padding-bottom: 20px; }
        .main_header .nav li a:hover {
          color: #0CC5BB; }
      .main_header .nav li .dropdown-menu {
        position: absolute;
        border: none;
        top: 100%;
        left: 0px;
        width: 100%;
        max-width: 100%;
        background: #FFF;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0px 5px 35px rgba(0, 81, 123, 0.32);
        box-shadow: 0px 5px 35px rgba(0, 81, 123, 0.32);
        padding: 0px;
        margin: auto;
        float: none; }
        .main_header .nav li .dropdown-menu .inner {
          position: relative;
          width: 100%;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
        .main_header .nav li .dropdown-menu .full_block {
          position: relative;
          width: 100%;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-align-items: flex-start;
          align-items: flex-start;
          padding-top: 30px; }
        .main_header .nav li .dropdown-menu .left_block {
          position: relative;
          width: calc(100% - 265px);
          padding-top: 30px;
          padding-bottom: 0px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-align-items: flex-start;
          align-items: flex-start; }
        .main_header .nav li .dropdown-menu .right_block {
          position: relative;
          width: 265px;
          background: #F1F5F6;
          -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
          -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
          padding-top: 30px;
          padding-bottom: 10px;
          display: block;
          padding-right: 20px; }
          .main_header .nav li .dropdown-menu .right_block ul li a:hover {
            background: #e4eaed; }
        .main_header .nav li .dropdown-menu .title {
          position: relative;
          width: 100%;
          font-weight: normal;
          font-size: 18px;
          color: #262626;
          line-height: 24px;
          margin-bottom: 15px;
          padding-left: 20px;
          padding-right: 20px; }
        .main_header .nav li .dropdown-menu .small_title {
          font-weight: normal;
          width: 100%;
          font-size: 16px;
          line-height: 24px;
          color: #556B76;
          margin-bottom: 10px;
          padding-left: 20px;
          padding-right: 20px; }
        .main_header .nav li .dropdown-menu .col {
          padding: 0px;
          width: 50%;
          -ms-flex-preferred-size: auto;
          flex-basis: auto; }
        .main_header .nav li .dropdown-menu .col:nth-of-type(2n+2) ul li a {
          -webkit-border-radius: 0px;
          border-radius: 0px;
          -webkit-border-top-left-radius: 5px;
          border-top-left-radius: 5px;
          -webkit-border-bottom-left-radius: 5px;
          border-bottom-left-radius: 5px; }
        .main_header .nav li .dropdown-menu ul {
          position: relative;
          width: 100%;
          display: block;
          padding: 0px;
          list-style: none;
          margin-bottom: 20px; }
          .main_header .nav li .dropdown-menu ul li {
            position: relative;
            width: 100%; }
            .main_header .nav li .dropdown-menu ul li a {
              position: relative;
              display: block;
              width: 100%;
              padding: 9px 10px;
              padding-left: 40px;
              font-weight: 300;
              font-size: 16px;
              line-height: 20px;
              -webkit-border-top-right-radius: 5px;
              border-top-right-radius: 5px;
              -webkit-border-bottom-right-radius: 5px;
              border-bottom-right-radius: 5px;
              -webkit-transition: 0.2s all;
              -moz-transition: 0.2s all;
              -ms-transition: 0.2s all;
              -o-transition: 0.2s all;
              transition: 0.2s all; }
              .main_header .nav li .dropdown-menu ul li a:hover {
                background: #eff4f6;
                color: #0CC5BB; }
                .main_header .nav li .dropdown-menu ul li a:hover:before {
                  background: #0cc5bb; }
              .main_header .nav li .dropdown-menu ul li a:before {
                content: "";
                display: block;
                width: 9px;
                height: 9px;
                border: 1px solid #0cc5bb;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                background: none;
                position: absolute;
                top: 14px;
                left: 20px;
                margin: auto;
                -webkit-transition: 0.2s all;
                -moz-transition: 0.2s all;
                -ms-transition: 0.2s all;
                -o-transition: 0.2s all;
                transition: 0.2s all; }
    .main_header .nav .dropdown > a {
      padding-right: 20px;
      background: none; }
      .main_header .nav .dropdown > a:before {
        content: "";
        display: block;
        width: 12px;
        height: 7px;
        background: url("../img/drop_icon.png") no-repeat center center;
        -webkit-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all; }
      .main_header .nav .dropdown > a:after {
        content: "";
        display: block;
        width: 23px;
        height: 12px;
        position: absolute;
        z-index: 21111;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        background: url("../img/drop_triangle.png") no-repeat center center;
        -webkit-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
        -webkit-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        -ms-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
        opacity: 0; }
    .main_header .nav .open > a {
      color: #0CC5BB; }
      .main_header .nav .open > a:after {
        opacity: 1; }
    .main_header .nav .open a:before {
      -webkit-transform: rotateX(180deg);
      -moz-transform: rotateX(180deg);
      -ms-transform: rotateX(180deg);
      -o-transform: rotateX(180deg);
      transform: rotateX(180deg); }

.toggle_menu {
  width: 100%;
  height: 60px;
  position: relative;
  z-index: 20;
  border: none;
  background: none;
  padding: 0px;
  display: none;
  margin: 0px auto;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
  color: #383838; }
  .toggle_menu:hover .sandwich span {
    background: #383838; }
  .toggle_menu.active .sandwich span {
    background: #383838; }
  .toggle_menu.active .sandwich .sw-topper {
    top: 9px;
    transform: rotate(135deg); }
  .toggle_menu.active .sandwich .sw-bottom {
    top: 4px;
    transform: rotate(-135deg); }
  .toggle_menu.active .sandwich .sw-footer {
    opacity: 0;
    top: 0;
    transform: rotate(180deg); }

.sandwich {
  width: 39px;
  height: 25px;
  position: relative;
  bottom: 0;
  right: 0;
  top: -2px;
  margin: auto;
  margin-left: 5px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all; }
  .sandwich span {
    position: relative;
    display: block;
    background: #383838;
    border: none;
    -webkit-border-radius: 50em;
    border-radius: 50em;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all; }

.sw-topper {
  top: 0;
  width: 39px;
  height: 5px;
  transition: transform 0.5s, top 0.2s; }

.sw-bottom {
  width: 39px;
  height: 5px;
  top: 5px;
  transition: transform 0.5s, top 0.2s;
  transition-delay: 0.2s, 0s; }

.sw-footer {
  width: 39px;
  height: 5px;
  top: 10px;
  transition: all 0.5s;
  transition-delay: 0.1s; }

.main_footer {
  position: relative;
  width: 100%;
  background: #314252;
  padding-top: 35px;
  padding-bottom: 35px; }
  .main_footer .container {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-left: 0px;
    padding-right: 0px; }
  .main_footer .logo_block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 33.333%;
    padding-left: 98px;
    padding-right: 15px; }
  .main_footer .catalog_block {
    position: relative;
    width: 33.333%;
    padding-top: 22px;
    padding-left: 15px;
    padding-right: 15px; }
  .main_footer .contacts_block {
    position: relative;
    width: 33.333%;
    padding-top: 22px;
    padding-left: 15px;
    padding-right: 15px; }
  .main_footer p {
    position: relative;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
    margin-bottom: 20px; }
    .main_footer p a {
      position: relative;
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      line-height: 24px;
      color: #FFF;
      text-decoration: none; }
      .main_footer p a:hover {
        color: #6DC4E4; }
  .main_footer .flag {
    position: relative;
    max-width: 18px;
    margin-left: 4px; }
  .main_footer .title {
    position: relative;
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    color: #FFF;
    line-height: 30px;
    margin: 0px; }
  .main_footer .divider {
    position: relative;
    width: 100%;
    height: 1px;
    background: #f5f6f6;
    margin-top: 17px;
    margin-bottom: 30px; }
  .main_footer .logo {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    font-size: 24px;
    color: #FFF;
    line-height: 26px;
    text-transform: uppercase; }
    .main_footer .logo:before {
      content: "";
      display: block;
      width: 102px;
      height: 101px;
      background: url("../img/logo.png") no-repeat center center;
      -webkit-background-size: 100%;
      -o-background-size: 100%;
      background-size: 100%;
      position: absolute;
      top: -18px;
      left: -102px; }
  .main_footer .footer_nav {
    position: relative;
    width: 100%;
    list-style: none; }
    .main_footer .footer_nav li {
      position: relative;
      width: 100%;
      margin-bottom: 20px; }
      .main_footer .footer_nav li a {
        position: relative;
        display: inline-block;
        vertical-align: top;
        font-weight: normal;
        font-size: 16px;
        line-height: 26px;
        color: #6DC4E4;
        text-decoration: none; }
        .main_footer .footer_nav li a:hover {
          text-decoration: underline; }
  .main_footer .copyright {
    position: relative;
    font-weight: 300;
    color: #7b8c9b;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px; }
  .main_footer .ssl {
    position: relative;
    max-width: 253px; }
  .main_footer .pay_img {
    max-width: 100%; }

.main_section {
  position: relative;
  width: 100%;
  background: url("../img/main_bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .main_section .container {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    min-height: calc(100vh - 88px);
    padding-top: 200px;
    padding-bottom: 200px; }
  .main_section .wrapper {
    position: relative;
    max-width: 555px;
    width: 100%;
    text-align: left; }
  .main_section ul {
    position: relative;
    width: 100%;
    list-style: none; }
    .main_section ul li {
      position: relative;
      font-weight: normal;
      font-size: 30px;
      line-height: 1.3;
      color: #305161;
      margin-bottom: 25px;
      padding-left: 44px; }
      .main_section ul li:before {
        content: "";
        display: block;
        width: 18px;
        height: 16px;
        background: url("../img/check.png") no-repeat center center;
        -webkit-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
        position: absolute;
        top: 12px;
        left: 9px; }
  .main_section .logos_block {
    position: absolute;
    right: 15px;
    bottom: 0px;
    background: #FFF;
    padding: 26px 36px;
    padding-bottom: 17px;
    width: 100%;
    max-width: 555px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px; }
    .main_section .logos_block img {
      max-width: 100%; }
    .main_section .logos_block .satisfaction {
      position: absolute;
      max-width: 212px;
      width: 100%;
      top: -130px;
      right: -30px; }

.price_section {
  position: relative;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 20px; }
  .price_section .wrapper {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .price_section .price_item {
    position: relative;
    width: calc(50% - 15px);
    margin-right: 30px; }
  .price_section .price_item:nth-of-type(2n+2) {
    margin-right: 0px; }

.price_item {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  background: #FFF;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.07); }
  .price_item .price_header {
    position: relative;
    width: 100%;
    height: 86px;
    border: 3px solid #FFF;
    padding: 15px;
    padding-left: 190px;
    text-align: left;
    background: #04B0AC;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px; }
    .price_item .price_header .img_block {
      position: absolute;
      left: 22px;
      top: 35px;
      width: 142px;
      height: 135px; }
      .price_item .price_header .img_block img {
        position: relative;
        max-width: 100%; }
    .price_item .price_header p {
      position: relative;
      z-index: 2;
      font-weight: bold;
      font-size: 24px;
      line-height: 1.2;
      margin-bottom: 0px;
      color: #FFF;
      text-decoration: none; }
  .price_item .price_text {
    position: relative;
    width: 100%;
    padding: 15px 10px;
    padding-bottom: 5px;
    padding-left: 193px; }
    .price_item .price_text p {
      position: relative;
      font-weight: 300;
      font-size: 16px;
      line-height: 24px;
      color: #556B76;
      margin-bottom: 20px; }

.price_table {
  position: relative;
  width: 100%; }
  .price_table .item {
    position: relative;
    width: 100%;
    border-top: 1px solid #D1DFE5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 20px 15px; }
    .price_table .item .name_td {
      position: relative;
      text-align: left;
      padding-right: 18px; }
      .price_table .item .name_td p, .price_table .item .name_td a {
        position: relative;
        display: inline-block;
        vertical-align: top;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: #9f9f9f;
        text-decoration: none;
        margin: 0px; }
        .price_table .item .name_td p span, .price_table .item .name_td a span {
          color: #556B76;
          -webkit-transition: 0.3s all;
          -moz-transition: 0.3s all;
          -ms-transition: 0.3s all;
          -o-transition: 0.3s all;
          transition: 0.3s all; }
      .price_table .item .name_td a:hover {
        color: #04B0AC; }
        .price_table .item .name_td a:hover span {
          color: #04B0AC; }
    .price_table .item .pillen_td {
      position: relative;
      padding-right: 20px; }
      .price_table .item .pillen_td p {
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
        color: #556B76;
        margin: 0px; }
        .price_table .item .pillen_td p span {
          position: relative;
          display: inline-block;
          -webkit-border-radius: 3px;
          border-radius: 3px;
          color: #FFF;
          background: #04B0AC;
          padding-left: 5px;
          padding-right: 5px; }
    .price_table .item .price_td {
      position: relative;
      padding-right: 20px; }
      .price_table .item .price_td p {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        color: #556b76;
        margin: 0px; }
      .price_table .item .price_td .price {
        font-weight: bold; }
    .price_table .item .btn_td {
      position: relative; }

.kaufen_link {
  position: relative;
  width: auto;
  display: inline-block;
  vertical-align: top;
  padding: 10px 18px;
  padding-top: 12px;
  text-align: left;
  padding-left: 44px;
  background: #f4b700;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #191919;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-box-shadow: inset 0px -2px 0px #bb8d05, 0px 7px 13px rgba(64, 79, 89, 0.24);
  box-shadow: inset 0px -2px 0px #bb8d05, 0px 7px 13px rgba(64, 79, 89, 0.24); }
  .kaufen_link:before {
    content: "";
    display: block;
    width: 23px;
    height: 25px;
    background: url("../img/basket_icon.svg") no-repeat center center;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 0px;
    left: 12px;
    bottom: 0px;
    margin: auto; }
  .kaufen_link:focus {
    color: #191919; }
  .kaufen_link:hover {
    background: #F1A800;
    color: #191919;
    -webkit-box-shadow: inset 0px -2px 0px #bb8d05, 0px 7px 13px rgba(64, 79, 89, 0);
    box-shadow: inset 0px -2px 0px #bb8d05, 0px 7px 13px rgba(64, 79, 89, 0); }
  .kaufen_link:active {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }

.products_slider_section {
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px; }
  .products_slider_section .container {
    position: relative; }
  .products_slider_section .section_title {
    margin-bottom: 10px; }
  .products_slider_section .products_pagination {
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 15px;
    text-align: center; }
    .products_slider_section .products_pagination .swiper-pagination-bullet {
      width: 26px;
      height: 26px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: #FFF;
      border: 1px solid #cacaca;
      cursor: pointer;
      opacity: 1;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all;
      margin: 0 5px; }
    .products_slider_section .products_pagination .swiper-pagination-bullet-active {
      border-color: #04b0ac;
      background: #04B0AC;
      opacity: 1; }
    .products_slider_section .products_pagination .swiper-pagination-bullet-active-next, .products_slider_section .products_pagination .swiper-pagination-bullet-active-prev, .products_slider_section .products_pagination .swiper-pagination-bullet-active-next-next {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 1; }

.products_slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 20px 15px; }
  .products_slider .item {
    position: relative;
    overflow: hidden;
    background: #FFF;
    border: 1px solid #FFF;
    text-align: center;
    height: 100%;
    min-height: 376px;
    width: 100%;
    padding: 20px 15px;
    -webkit-box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.07);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all; }
    .products_slider .item:hover {
      -webkit-box-shadow: 0px 5px 13px rgba(0, 0, 0, 0);
      box-shadow: 0px 5px 13px rgba(0, 0, 0, 0);
      border-color: #d1dfe5; }
    .products_slider .item .corner_ribbon {
      width: 150px;
      background: #dd3216;
      position: absolute;
      z-index: 2;
      top: 25px;
      left: -40px;
      text-align: center;
      line-height: 24px;
      padding-top: 2px;
      color: #FFF;
      font-size: 13px;
      font-weight: normal;
      text-transform: uppercase;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      border-bottom: 1px solid #933627; }
    .products_slider .item .img_block {
      position: relative;
      width: 100%;
      height: 150px;
      display: block;
      text-decoration: none;
      line-height: 0;
      margin-bottom: 15px; }
      .products_slider .item .img_block img {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
        max-width: 100%;
        max-height: 100%; }
    .products_slider .item .title {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 100%;
      min-height: 48px;
      color: #556B76;
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 20px; }
      .products_slider .item .title:hover {
        color: #07bba7; }
      .products_slider .item .title span {
        display: block; }
    .products_slider .item .price {
      position: relative;
      font-weight: bold;
      color: #556B76;
      font-size: 24px;
      line-height: 1;
      margin-bottom: 22px; }

.text_section {
  position: relative;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px; }
  .text_section h2, .text_section h3, .text_section h4, .text_section h5 {
    font-weight: 500;
    font-size: 30px;
    color: #556B76;
    margin-bottom: 15px; }
  .text_section h3 {
    font-size: 26px; }
  .text_section h4 {
    font-size: 22px; }
  .text_section h5 {
    font-size: 18px; }
  .text_section p {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #677C87;
    margin-bottom: 22px; }
  .text_section a {
    color: #079BBB;
    text-decoration: underline; }
  .text_section .wrapper {
    position: relative;
    width: 100%;
    background: #FFF;
    -webkit-box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.07);
    padding: 20px;
    padding-bottom: 1px;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .text_section ul {
    position: relative;
    width: 100%;
    list-style: none; }
    .text_section ul li {
      position: relative;
      padding-left: 30px;
      margin-bottom: 25px;
      font-weight: 300;
      color: #677C87;
      font-size: 16px;
      line-height: 26px; }
      .text_section ul li:before {
        content: "";
        display: block;
        width: 9px;
        height: 9px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #07BBA7;
        position: absolute;
        top: 8px;
        left: 7px; }

.inner_main_section {
  background: url("../img/inner_main_bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .inner_main_section .container {
    min-height: 0px;
    padding-top: 60px;
    padding-bottom: 130px; }
  .inner_main_section .wrapper {
    max-width: 570px; }
  .inner_main_section ul li {
    font-size: 24px; }
    .inner_main_section ul li:before {
      top: 7px; }

.inner_page_head {
  position: relative;
  width: 100%;
  background: #04b0ac;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 5px 18px rgba(25, 57, 82, 0.05);
  box-shadow: 0px 5px 18px rgba(25, 57, 82, 0.05);
  text-align: left; }
  .inner_page_head.white {
    background: #FFF; }
    .inner_page_head.white .page_title {
      color: #305161; }
    .inner_page_head.white .breadcrumb .breadcrumb-item {
      color: #305161; }
      .inner_page_head.white .breadcrumb .breadcrumb-item a {
        color: #305161; }
    .inner_page_head.white .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
      background: url("../img/breadcrumb.png") no-repeat center center;
      -webkit-background-size: 100% 100%;
      -o-background-size: 100% 100%;
      background-size: 100% 100%; }
  .inner_page_head .page_title {
    position: relative;
    font-weight: bold;
    font-size: 48px;
    color: #FFF;
    line-height: 1.1;
    margin-bottom: 10px; }

.breadcrumb {
  position: relative;
  width: 100%;
  list-style: none;
  padding: 0px;
  margin: 0px;
  background: none;
  border: none; }
  .breadcrumb .breadcrumb-item {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
    margin-bottom: 5px;
    margin-right: 10px; }
    .breadcrumb .breadcrumb-item a {
      position: relative;
      display: inline-block;
      vertical-align: top;
      font-weight: 300;
      font-size: 16px;
      line-height: 24px;
      color: #FFF;
      text-decoration: underline; }
      .breadcrumb .breadcrumb-item a:hover {
        color: #000; }
  .breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 0px; }
    .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
      content: "";
      display: inline-block;
      width: 5px;
      height: 9px;
      padding: 0px;
      background: url("../img/breadcrumb_white.png") no-repeat center center;
      -webkit-background-size: 100% 100%;
      -o-background-size: 100% 100%;
      background-size: 100% 100%;
      margin-right: 10px; }

.catalog_section {
  position: relative;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 60px; }
  .catalog_section p {
    position: relative;
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #314252;
    margin-bottom: 20px; }
  .catalog_section .wrapper {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px; }
  .catalog_section .item {
    position: relative;
    display: block;
    width: calc(25% - 22.5px);
    margin-right: 30px;
    margin-bottom: 30px;
    text-decoration: none;
    background: #FFF;
    border: 1px solid #FFF;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.07);
    padding: 15px;
    padding-bottom: 28px; }
    .catalog_section .item:hover {
      border-color: #D1DFE5;
      -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0);
      box-shadow: 0px 5px 15px rgba(0, 0, 0, 0); }
      .catalog_section .item:hover span {
        color: #04B0AC; }
    .catalog_section .item .img_block {
      position: relative;
      width: 100%;
      height: 220px;
      margin-bottom: 5px; }
      .catalog_section .item .img_block img {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
        max-width: 100%;
        max-height: 100%; }
    .catalog_section .item span {
      position: relative;
      display: inline-block;
      vertical-align: top;
      font-weight: normal;
      font-size: 18px;
      color: #262626;
      line-height: 24px;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all; }
  .catalog_section .item:nth-of-type(4n+4) {
    margin-right: 0px; }

.price_section p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #677C87;
  margin-bottom: 25px; }
.price_section .info_item {
  position: relative;
  width: 100%;
  background: #FFF;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.07);
  padding: 20px 25px; }
  .price_section .info_item .title {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    font-weight: bold;
    color: #677C87;
    font-size: 28px;
    line-height: 1.1; }
  .price_section .info_item .inner {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left; }
  .price_section .info_item .img_block {
    position: relative;
    top: 0px;
    left: 0px;
    width: 170px; }
    .price_section .info_item .img_block img {
      top: 0px;
      left: 0px;
      right: 0px;
      margin: auto;
      max-width: 100%;
      max-height: 100%; }
  .price_section .info_item .text_block {
    position: relative;
    width: calc(100% - 170px);
    padding-left: 20px; }
  .price_section .info_item p {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #677C87;
    margin-bottom: 25px; }
  .price_section .info_item p:last-of-type {
    margin-bottom: 10px; }

.card_section {
  position: relative;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 45px; }
  .card_section .price_table {
    position: relative;
    background: #FFF;
    padding: 0px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.07);
    margin-bottom: 28px; }
    .card_section .price_table .item:first-of-type {
      border: none; }
    .card_section .price_table .item {
      padding-left: 0;
      padding-right: 0; }
      .card_section .price_table .item br {
        display: none; }
      .card_section .price_table .item .price_td .price {
        font-size: 24px;
        margin-right: 45px; }
      .card_section .price_table .item .price_td p {
        font-size: 18px;
        display: inline-block;
        vertical-align: top; }
  .card_section .text_wrapper {
    position: relative;
    width: 100%;
    background: #FFF;
    padding: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.07);
    margin-bottom: 28px; }
    .card_section .text_wrapper h1, .card_section .text_wrapper h2, .card_section .text_wrapper h3, .card_section .text_wrapper h4, .card_section .text_wrapper h5 {
      font-weight: bold;
      font-size: 30px;
      line-height: 1.1;
      color: #677c87;
      margin-bottom: 25px; }
    .card_section .text_wrapper h3 {
      font-size: 26px; }
    .card_section .text_wrapper h4 {
      font-size: 24px; }
    .card_section .text_wrapper h5 {
      font-size: 18px; }
    .card_section .text_wrapper p {
      font-weight: 300;
      font-size: 16px;
      line-height: 26px;
      color: #677c87;
      margin-bottom: 25px; }
    .card_section .text_wrapper a {
      color: #079BBB;
      text-decoration: underline; }
      .card_section .text_wrapper a:hover {
        color: #222; }
    .card_section .text_wrapper ul {
      position: relative;
      width: 100%;
      list-style: none; }
      .card_section .text_wrapper ul li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 25px;
        font-weight: 300;
        color: #677C87;
        font-size: 16px;
        line-height: 26px; }
        .card_section .text_wrapper ul li:before {
          content: "";
          display: block;
          width: 9px;
          height: 9px;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background: #07BBA7;
          position: absolute;
          top: 8px;
          left: 7px; }

.card_header {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #FFF;
  -webkit-box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.07);
  margin-bottom: 25px;
  padding: 25px 16px; }
  .card_header .slider_block {
    position: relative;
    max-width: 434px;
    width: 100%;
    margin-bottom: 28px; }
  .card_header .card_slider {
    position: relative;
    width: 100%;
    margin-bottom: 20px; }
    .card_header .card_slider .swiper-slide {
      position: relative;
      height: 390px; }
      .card_header .card_slider .swiper-slide .fancybox {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        line-height: 0; }
      .card_header .card_slider .swiper-slide img {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
        max-width: 90%;
        max-height: 90%; }
  .card_header .card_thumbnails {
    position: relative;
    width: 100%; }
    .card_header .card_thumbnails .swiper-slide {
      position: relative;
      height: 75px;
      border: 1px solid #e8ecee;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      background: #FFF;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all;
      cursor: pointer; }
      .card_header .card_thumbnails .swiper-slide img {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
        max-width: 90%;
        max-height: 90%; }
    .card_header .card_thumbnails .swiper-slide-thumb-active {
      border-color: #04b0ac; }
  .card_header .info_block {
    position: relative;
    width: 100%;
    max-width: 625px;
    margin-left: auto;
    margin-bottom: 28px; }
    .card_header .info_block p {
      font-weight: 300;
      font-size: 16px;
      line-height: 24px;
      color: #556B76;
      margin-bottom: 25px; }
    .card_header .info_block h2, .card_header .info_block h3, .card_header .info_block h4 {
      position: relative;
      font-weight: bold;
      font-size: 30px;
      line-height: 1.1;
      color: #1B1511;
      margin-bottom: 25px; }
    .card_header .info_block h4 {
      font-size: 26px; }
    .card_header .info_block h5 {
      font-size: 22px; }
    .card_header .info_block .list_title {
      position: relative;
      margin-bottom: 15px; }
    .card_header .info_block .nav_list {
      position: relative;
      width: 100%;
      list-style: none; }
      .card_header .info_block .nav_list li {
        position: relative;
        margin-bottom: 7px;
        padding-left: 24px; }
        .card_header .info_block .nav_list li:before {
          content: "";
          display: block;
          width: 7px;
          height: 10px;
          background: url("../img/nav_list_dot.png") no-repeat center center;
          -webkit-background-size: 7px 10px;
          -o-background-size: 7px 10px;
          background-size: 7px 10px;
          position: absolute;
          top: 8px;
          left: 7px; }
        .card_header .info_block .nav_list li a {
          position: relative;
          display: inline-block;
          vertical-align: top;
          font-weight: 300;
          font-size: 16px;
          line-height: 24px;
          color: #108AC2;
          text-decoration: underline; }
          .card_header .info_block .nav_list li a:hover {
            color: #004f8e; }
  .card_header .detail_list {
    position: relative;
    width: 100%;
    list-style: none; }
    .card_header .detail_list li {
      position: relative;
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 15px;
      padding-left: 40px; }
      .card_header .detail_list li .title {
        position: relative;
        width: 100%;
        max-width: 178px;
        color: #1B1511;
        font-weight: bold;
        font-size: 18px;
        line-height: 30px;
        overflow: hidden; }
        .card_header .detail_list li .title span {
          position: relative;
          display: inline-block;
          vertical-align: top; }
          .card_header .detail_list li .title span:after {
            content: "";
            display: block;
            width: 1000%;
            height: 1px;
            background: #E8ECED;
            position: absolute;
            left: 100%;
            bottom: 8px;
            margin-left: 3px; }
      .card_header .detail_list li .text {
        width: calc(100% - 218px);
        padding-left: 10px;
        font-weight: 300;
        font-size: 18px;
        color: #151515;
        line-height: 30px; }
        .card_header .detail_list li .text .blue_text {
          color: #04B0AC;
          font-weight: bold; }
        .card_header .detail_list li .text strong {
          font-weight: bold; }
        .card_header .detail_list li .text img {
          position: relative;
          max-width: 100%;
          display: inline-block;
          vertical-align: middle; }
        .card_header .detail_list li .text .pay_img {
          bottom: 2px; }
        .card_header .detail_list li .text .yes {
          position: relative;
          display: inline-block;
          vertical-align: top;
          padding: 0px 10px;
          text-align: center;
          font-weight: bold;
          background: #98EE65;
          -webkit-border-radius: 4px;
          border-radius: 4px; }
    .card_header .detail_list .icon_1:before {
      content: "";
      display: block;
      width: 22px;
      height: 18px;
      background: url("../img/info_icon_1.png") no-repeat center center;
      -webkit-background-size: 100% 100%;
      -o-background-size: 100% 100%;
      background-size: 100% 100%;
      position: absolute;
      top: 5px;
      left: 4px; }
    .card_header .detail_list .icon_2:before {
      content: "";
      display: block;
      width: 23px;
      height: 16px;
      background: url("../img/info_icon_2.png") no-repeat center center;
      -webkit-background-size: 100% 100%;
      -o-background-size: 100% 100%;
      background-size: 100% 100%;
      position: absolute;
      top: 5px;
      left: 4px; }
    .card_header .detail_list .icon_3:before {
      content: "";
      display: block;
      width: 22px;
      height: 17px;
      background: url("../img/info_icon_3.png") no-repeat center center;
      -webkit-background-size: 100% 100%;
      -o-background-size: 100% 100%;
      background-size: 100% 100%;
      position: absolute;
      top: 5px;
      left: 4px; }

.card_form {
  position: relative;
  width: 100%;
  background: #FFF;
  padding: 25px;
  padding-bottom: 45px;
  padding-left: 295px;
  text-align: left;
  -webkit-box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.07);
  -ms-input-placeholder-color: #767676;
  -moz-placeholder-color: #767676; }
  .card_form .form_title {
    position: relative;
    width: 100%;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.1;
    color: #677C87;
    margin-bottom: 30px; }
  .card_form .item {
    position: relative;
    width: 100%;
    margin-bottom: 30px; }
    .card_form .item p {
      position: absolute;
      top: 0px;
      margin: auto;
      right: 100%;
      padding-right: 30px;
      text-align: right;
      width: 100%;
      max-width: 220px;
      font-weight: 300;
      font-size: 16px;
      line-height: 29px;
      color: #677C87;
      padding-top: 7px; }
  .card_form .stars_item p {
    line-height: 29px;
    margin: 0px;
    padding-top: 0px; }
  .card_form .label_name:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url("../img/name_label.svg") no-repeat center center;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    z-index: 2;
    top: 0px;
    bottom: 0px;
    left: 11px;
    margin: auto; }
  .card_form .label_name input[type="text"], .card_form .label_name input[type="password"], .card_form .label_name input[type="email"], .card_form .label_name textarea {
    padding-left: 50px; }
  .card_form label {
    position: relative;
    width: 100%; }
    .card_form label label.error {
      opacity: 0;
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: -1;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
  .card_form input[type="text"], .card_form input[type="password"], .card_form input[type="email"], .card_form textarea {
    position: relative;
    width: 100%;
    height: 45px;
    outline: none;
    border: 1px solid #bcc3c6;
    background: #FFF;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 300;
    font-size: 18px;
    color: #222;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all; }
    .card_form input[type="text"].error, .card_form input[type="password"].error, .card_form input[type="email"].error, .card_form textarea.error {
      border-color: #ff3737; }
    .card_form input[type="text"]:focus, .card_form input[type="password"]:focus, .card_form input[type="email"]:focus, .card_form textarea:focus {
      border-color: #07BBA7; }
  .card_form textarea {
    padding: 12px;
    resize: none;
    height: 180px; }
  .card_form ::-webkit-input-placeholder {
    color: #767676; }
  .card_form ::-moz-placeholder {
    color: #767676; }
  .card_form .capcha_item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center; }
    .card_form .capcha_item p {
      width: 100%;
      max-width: 100%;
      position: relative;
      right: auto;
      top: auto;
      padding: 0px;
      margin: 0px;
      line-height: normal;
      margin-bottom: 15px;
      text-align: left;
      font-size: 18px; }
    .card_form .capcha_item label {
      max-width: 260px;
      margin-right: 30px; }
    .card_form .capcha_item img {
      max-width: 100%;
      max-height: 45px; }
  .card_form .submit_btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    padding-right: 40px;
    text-align: left;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    color: #171717;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #F4B700;
    -webkit-box-shadow: inset 0px -2px 0px #bb8d05, 0px 7px 14px rgba(64, 79, 89, 0.24);
    box-shadow: inset 0px -2px 0px #bb8d05, 0px 7px 14px rgba(64, 79, 89, 0.24); }
    .card_form .submit_btn:before {
      content: "";
      display: block;
      width: 7px;
      height: 12px;
      background: url("../img/submit_arrow.png") no-repeat center center;
      -webkit-background-size: 100% 100%;
      -o-background-size: 100% 100%;
      background-size: 100% 100%;
      position: absolute;
      top: 0px;
      right: 17px;
      bottom: 0px;
      margin: auto; }
    .card_form .submit_btn:hover {
      -webkit-box-shadow: inset 0px -2px 0px #bb8d05, 0px 7px 14px rgba(64, 79, 89, 0);
      box-shadow: inset 0px -2px 0px #bb8d05, 0px 7px 14px rgba(64, 79, 89, 0);
      background: #F1A800; }
    .card_form .submit_btn:active {
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -o-transform: scale(0.9);
      transform: scale(0.9); }

.stars_block {
  max-width: 180px; }
  .stars_block .rating-group {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .stars_block .rating__icon {
    pointer-events: none;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all; }
  .stars_block .rating__input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  .stars_block .rating__label {
    cursor: pointer;
    width: 31.5px;
    font-size: 28px;
    line-height: 1;
    margin-right: 2px; }
  .stars_block .rating__label:first-of-type {
    width: 10px;
    position: absolute;
    left: -10px; }
  .stars_block .rating__label--half {
    padding-right: 0;
    margin-right: -15.75px;
    width: 15.75px;
    z-index: 2; }
  .stars_block .rating__icon--star {
    color: #f5b138; }
  .stars_block .rating__icon--none {
    color: #eee; }
  .stars_block .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd; }
  .stars_block .rating-group:hover .rating__label .rating__icon--star,
  .stars_block .rating-group:hover .rating__label--half .rating__icon--star {
    color: #f5b138; }
  .stars_block .rating__input:hover ~ .rating__label .rating__icon--star,
  .stars_block .rating__input:hover ~ .rating__label--half .rating__icon--star {
    color: #ddd; }
  .stars_block .rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
    color: #eee; }
  .stars_block .rating__input--none:hover + .rating__label .rating__icon--none {
    color: #f5b138; }
  .stars_block .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd; }
  .stars_block .rating-group:hover .rating__label .rating__icon--star {
    color: #f5b138; }
  .stars_block .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd; }

.basket_section {
  position: relative;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 60px; }
  .basket_section .wrapper {
    position: relative;
    width: 100%;
    background: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    margin-bottom: 30px; }
  .basket_section .basket_header {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    list-style: none;
    height: 68px;
    padding: 5px;
    padding-left: 140px;
    background: #04B0AC; }
    .basket_section .basket_header li {
      position: relative;
      width: 100%;
      font-weight: normal;
      font-size: 18px;
      line-height: 24px;
      color: #FFF;
      margin: 0px;
      text-align: left; }
    .basket_section .basket_header .name {
      width: 325px;
      padding-right: 20px; }
    .basket_section .basket_header .size {
      width: 180px;
      padding-right: 20px; }
    .basket_section .basket_header .bonus {
      width: 250px;
      padding-right: 20px; }
    .basket_section .basket_header .price {
      width: 150px; }
    .basket_section .basket_header .del {
      width: 85px; }
  .basket_section .basket_item:last-of-type {
    border: none; }
  .basket_section .summ_wrapper {
    position: relative;
    width: 100%;
    background: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.07);
    padding: 30px 25px;
    text-align: right;
    margin-bottom: 30px; }
    .basket_section .summ_wrapper p {
      position: relative;
      font-weight: bold;
      color: #262626;
      font-size: 30px;
      line-height: 1;
      margin: 0px; }
      .basket_section .summ_wrapper p span {
        position: relative;
        width: 210px;
        text-align: left;
        margin-left: 90px;
        display: inline-block;
        vertical-align: top; }

.basket_item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #D1DFE5; }
  .basket_item .item_list {
    position: relative;
    width: 100%;
    min-height: 110px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px;
    padding-left: 140px; }
    .basket_item .item_list .img_block {
      position: absolute;
      top: 0px;
      left: 20px;
      bottom: 0px;
      margin: auto;
      width: 90px;
      height: 90px; }
      .basket_item .item_list .img_block img {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
        max-width: 100%;
        max-height: 100%; }
    .basket_item .item_list li {
      position: relative;
      width: 100%;
      font-weight: normal;
      font-size: 18px;
      line-height: 24px;
      color: #5A6E78; }
      .basket_item .item_list li a {
        color: #5A6E78; }
        .basket_item .item_list li a:hover {
          color: #04B0AC; }
    .basket_item .item_list .name {
      width: 325px;
      padding-right: 20px; }
    .basket_item .item_list .size {
      width: 180px;
      padding-right: 20px; }
    .basket_item .item_list .bonus {
      width: 250px;
      padding-right: 20px;
      font-weight: bold;
      color: #556B76; }
      .basket_item .item_list .bonus span {
        position: relative;
        display: inline-block;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        color: #FFF;
        background: #04B0AC;
        padding-left: 5px;
        padding-right: 5px; }
    .basket_item .item_list .price {
      width: 150px;
      color: #262626;
      font-weight: bold;
      font-size: 24px; }
    .basket_item .item_list .del {
      width: 85px; }
    .basket_item .item_list .del_btn {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 29px;
      height: 29px;
      background: url("../img/del_btn.png") no-repeat center center;
      -webkit-background-size: 100% 100%;
      -o-background-size: 100% 100%;
      background-size: 100% 100%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      opacity: 0.3;
      border: none;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all;
      margin-left: 23px; }
      .basket_item .item_list .del_btn:hover {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 1; }
  .basket_item .item_footer {
    position: relative;
    width: 100%;
    border: 5px solid #FFF;
    border-top: none;
    background: #CDE9F4;
    padding: 14px 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center; }
    .basket_item .item_footer p {
      width: 100%;
      max-width: 780px;
      text-align: right;
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      color: #262626;
      margin: 0px; }
    .basket_item .item_footer .blue_btn {
      position: relative;
      text-align: center;
      display: inline-block;
      vertical-align: top;
      margin-left: auto;
      padding: 15px 25px;
      font-weight: normal;
      font-size: 16px;
      line-height: 20px;
      color: #FFF;
      text-transform: uppercase;
      border: none;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      background: #0798BB;
      text-decoration: none;
      -webkit-box-shadow: inset 0px -2px 0px #006880, 0px 7px 14px rgba(64, 79, 89, 0.24);
      box-shadow: inset 0px -2px 0px #006880, 0px 7px 14px rgba(64, 79, 89, 0.24); }
      .basket_item .item_footer .blue_btn:hover {
        -webkit-box-shadow: inset 0px -2px 0px #006880, 0px 7px 14px rgba(64, 79, 89, 0);
        box-shadow: inset 0px -2px 0px #006880, 0px 7px 14px rgba(64, 79, 89, 0);
        background: #027894;
        color: #FFF; }
      .basket_item .item_footer .blue_btn:active {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9); }
    .basket_item .item_footer .hot:before {
      content: "";
      display: block;
      width: 30px;
      height: 35px;
      background: url("../img/hot.png") no-repeat center center;
      -webkit-background-size: 100% 100%;
      -o-background-size: 100% 100%;
      background-size: 100% 100%;
      position: absolute;
      top: -2px;
      left: -2px;
      z-index: 2; }

.basket_btns {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  .basket_btns .back_btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #BFD3DB;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 16px 30px;
    padding-left: 50px;
    background: none;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #262626; }
    .basket_btns .back_btn:hover {
      background: #BFD3DB;
      color: #FFF; }
      .basket_btns .back_btn:hover:after {
        opacity: 1; }
    .basket_btns .back_btn:active {
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -o-transform: scale(0.9);
      transform: scale(0.9); }
    .basket_btns .back_btn:before, .basket_btns .back_btn:after {
      content: "";
      display: block;
      width: 7px;
      height: 12px;
      background: url("../img/prev_arrow.png") no-repeat center center;
      -webkit-background-size: 100% 100%;
      -o-background-size: 100% 100%;
      background-size: 100% 100%;
      position: absolute;
      top: 0px;
      left: 20px;
      bottom: 0px;
      margin: auto;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all; }
    .basket_btns .back_btn:after {
      background: url("../img/prev_arrow_white.png") no-repeat center center;
      -webkit-background-size: 100% 100%;
      -o-background-size: 100% 100%;
      background-size: 100% 100%;
      z-index: 2;
      opacity: 0; }
  .basket_btns .next_btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 18px 28px;
    padding-right: 65px;
    background: none;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #FFF;
    margin-left: auto;
    background: #07BBA7;
    -webkit-box-shadow: inset 0px -2px 0px #008071, 0px 7px 14px rgba(64, 79, 89, 0.24);
    box-shadow: inset 0px -2px 0px #008071, 0px 7px 14px rgba(64, 79, 89, 0.24); }
    .basket_btns .next_btn:hover {
      background: #029483; }
    .basket_btns .next_btn:active {
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -o-transform: scale(0.9);
      transform: scale(0.9); }
    .basket_btns .next_btn:before {
      content: "";
      display: block;
      width: 7px;
      height: 12px;
      background: url("../img/next_arrow.png") no-repeat center center;
      -webkit-background-size: 100% 100%;
      -o-background-size: 100% 100%;
      background-size: 100% 100%;
      position: absolute;
      top: 0px;
      right: 26px;
      bottom: 0px;
      margin: auto;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all; }

.steps_section {
  position: relative;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 60px; }
  .steps_section .steps_header {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 900px;
    margin: auto;
    margin-bottom: 45px;
    text-align: center;
    list-style: none;
    padding: 0px; }
    .steps_section .steps_header li {
      position: relative;
      width: 33.333%;
      font-weight: normal;
      font-size: 18px;
      line-height: 24px;
      color: #D8D8D8;
      margin: 0px;
      padding-left: 15px;
      padding-right: 15px;
      text-align: center; }
      .steps_section .steps_header li:before {
        content: "";
        display: block;
        width: 143px;
        height: 14px;
        background: url("../img/arrow.png") no-repeat right center;
        -webkit-background-size: auto 100%;
        -o-background-size: auto 100%;
        background-size: auto 100%;
        position: absolute;
        top: 31px;
        right: -71px; }
      .steps_section .steps_header li .icon {
        position: relative;
        display: block;
        width: 76px;
        height: 76px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        font-style: normal;
        border: 4px solid #d8d8d8;
        background: none;
        font-family: "PT Sans", sans-serif;
        font-weight: bold;
        font-size: 36px;
        line-height: 1;
        margin: auto;
        margin-bottom: 10px;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
        padding-top: 15px; }
        .steps_section .steps_header li .icon:before {
          content: "";
          display: block;
          width: 48px;
          height: 38px;
          background: url("../img/step_check.png") no-repeat top right #f6f6f7;
          -webkit-background-size: 37px 26px;
          -o-background-size: 37px 26px;
          background-size: 37px 26px;
          position: absolute;
          z-index: 2;
          top: -4px;
          right: -14px;
          opacity: 0; }
        .steps_section .steps_header li .icon span {
          position: relative;
          z-index: 3;
          font-weight: bold;
          font-size: 36px;
          color: #D8D8D8;
          text-align: center; }
    .steps_section .steps_header .active {
      color: #305161; }
      .steps_section .steps_header .active .icon {
        background: #04B0AC;
        border-color: #04B0AC; }
        .steps_section .steps_header .active .icon span {
          color: #FFF; }
    .steps_section .steps_header li:last-of-type:before {
      display: none; }
    .steps_section .steps_header .completed {
      color: #305161; }
      .steps_section .steps_header .completed .icon {
        background: none;
        border-color: #04B0AC; }
        .steps_section .steps_header .completed .icon:before {
          display: block;
          opacity: 1; }
        .steps_section .steps_header .completed .icon span {
          color: #04b0ac; }
  .steps_section .step_title {
    position: relative;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 5px solid #04b0ac;
    text-align: left;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    color: #305161;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .steps_section .wrapper {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .steps_section .wrapper .left_block {
      position: relative;
      max-width: 750px;
      width: 100%; }
    .steps_section .wrapper .right_block {
      position: relative;
      width: 100%;
      max-width: 360px;
      margin-left: auto; }
  .steps_section .basket_btns {
    position: relative;
    width: 100%;
    max-width: 750px; }
  .steps_section .short_info {
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.07);
    background: #FFF;
    overflow: hidden;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 35px; }
    .steps_section .short_info .title {
      position: relative;
      background: #04B0AC;
      padding: 18px;
      text-align: left;
      font-family: "PT Sans", sans-serif;
      font-weight: bold;
      font-size: 24px;
      line-height: 1;
      color: #FFF;
      text-transform: uppercase;
      margin: 0px; }
    .steps_section .short_info .item {
      position: relative;
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      padding: 18px;
      border-bottom: 1px solid #d1dfe5;
      background: #FFF; }
      .steps_section .short_info .item .name_td {
        position: relative;
        text-align: left;
        padding-right: 15px; }
        .steps_section .short_info .item .name_td p, .steps_section .short_info .item .name_td a {
          position: relative;
          display: inline-block;
          vertical-align: top;
          font-weight: normal;
          font-size: 16px;
          line-height: 24px;
          color: #aaaaaa;
          text-decoration: none;
          margin: 0px; }
          .steps_section .short_info .item .name_td p span, .steps_section .short_info .item .name_td a span {
            color: #305161;
            display: block; }
      .steps_section .short_info .item .pillen_td {
        position: relative;
        padding-right: 15px; }
        .steps_section .short_info .item .pillen_td p {
          font-weight: bold;
          font-size: 16px;
          line-height: 24px;
          color: #556b76;
          margin: 0px; }
          .steps_section .short_info .item .pillen_td p span {
            position: relative;
            display: inline-block;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            color: #FFF;
            background: #04B0AC;
            padding-left: 5px;
            padding-right: 5px; }
      .steps_section .short_info .item .price_td {
        position: relative; }
        .steps_section .short_info .item .price_td .price {
          font-weight: bold;
          color: #305161;
          font-size: 18px;
          line-height: 24px;
          margin: auto; }
    .steps_section .short_info .item:last-of-type {
      border: none; }
  .steps_section .summ_info {
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.07);
    background: #FFF;
    overflow: hidden;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 30px; }
    .steps_section .summ_info p {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      padding: 15px 18px;
      text-align: left;
      font-weight: bold;
      font-size: 18px;
      line-height: 24px;
      color: #305161;
      margin: 0px; }
      .steps_section .summ_info p span {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin-left: auto; }
    .steps_section .summ_info .full_summ {
      font-size: 24px;
      border-top: 1px solid #d1dfe5; }
  .steps_section .add_block {
    position: relative;
    width: 100%;
    min-height: 250px;
    -webkit-box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.07);
    background: #FFF;
    overflow: hidden;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 24px; }
    .steps_section .add_block label {
      position: relative;
      background: #FFF;
      width: 100%;
      max-width: 570px;
      margin-bottom: 15px;
      padding-left: 44px;
      text-align: left;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all;
      font-weight: 300;
      font-size: 18px;
      line-height: 24px;
      color: #262626;
      cursor: pointer; }
      .steps_section .add_block label:hover {
        border-color: #04b0ac; }
      .steps_section .add_block label input {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: -1;
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0); }
      .steps_section .add_block label input:checked + .icon:before, .steps_section .add_block label input:checked + label + .icon:before {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
      .steps_section .add_block label .icon {
        position: absolute;
        top: 0px;
        left: 0px;
        margin: auto;
        display: block;
        width: 27px;
        height: 27px;
        border: 2px solid #07bba7;
        background: none;
        font-style: normal; }
        .steps_section .add_block label .icon:before {
          content: "";
          display: block;
          width: 22px;
          height: 17px;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background: url("../img/checkbox.png") no-repeat center center;
          -webkit-background-size: 100% 100%;
          -o-background-size: 100% 100%;
          background-size: 100% 100%;
          position: absolute;
          top: 0px;
          left: 1px;
          right: 0px;
          bottom: 0px;
          margin: auto;
          -webkit-transition: 0.3s all;
          -moz-transition: 0.3s all;
          -ms-transition: 0.3s all;
          -o-transition: 0.3s all;
          transition: 0.3s all;
          -webkit-transform: scale(0);
          -moz-transform: scale(0);
          -ms-transform: scale(0);
          -o-transform: scale(0);
          transform: scale(0); }

.choose_block {
  position: relative;
  width: 100%; }
  .choose_block .item {
    position: relative;
    background: #FFF;
    width: 100%;
    -webkit-box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.07);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #FFF;
    margin-bottom: 15px;
    padding: 25px;
    padding-left: 68px;
    text-align: left;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.1;
    color: #262626;
    cursor: pointer; }
    .choose_block .item:hover {
      border-color: #04b0ac; }
    .choose_block .item input {
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: -1;
      opacity: 0;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
    .choose_block .item input:checked + .icon:before, .choose_block .item input:checked + label + .icon:before {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    .choose_block .item .icon {
      position: absolute;
      top: 0px;
      left: 25px;
      bottom: 0px;
      margin: auto;
      display: block;
      width: 24px;
      height: 24px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      border: 1px solid #07bba7;
      background: none;
      font-style: normal; }
      .choose_block .item .icon:before {
        content: "";
        display: block;
        width: 14px;
        height: 14px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #07bba7;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0); }

.modal .modal-dialog {
  width: 100%;
  max-width: 578px;
  margin: auto;
  margin-top: 10%; }
  .modal .modal-dialog .modal-content {
    position: relative;
    width: 100%;
    border: none;
    background: none;
    padding: 0px;
    background: #FFF; }
    .modal .modal-dialog .modal-content .close {
      position: absolute;
      width: 24px;
      height: 24px;
      top: 15px;
      right: 15px;
      left: auto;
      z-index: 2;
      background: url("../img/close_modal.png") no-repeat center center;
      -webkit-background-size: 17px 17px;
      -o-background-size: 17px 17px;
      background-size: 17px 17px;
      -webkit-transition: 0.5s all;
      -moz-transition: 0.5s all;
      -ms-transition: 0.5s all;
      -o-transition: 0.5s all;
      transition: 0.5s all;
      opacity: 1; }
      .modal .modal-dialog .modal-content .close:hover {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
    .modal .modal-dialog .modal-content .modal-body {
      position: relative;
      width: 100%;
      background: #FFF;
      -webkit-border-bottom-left-radius: 7px;
      border-bottom-left-radius: 7px;
      -webkit-border-bottom-right-radius: 7px;
      border-bottom-right-radius: 7px;
      padding: 25px 45px;
      padding-bottom: 50px; }
      .modal .modal-dialog .modal-content .modal-body .modal_title {
        position: relative;
        text-align: center;
        font-weight: bold;
        font-size: 30px;
        line-height: 1.2;
        color: #282828;
        text-transform: uppercase;
        margin-bottom: 30px; }
      .modal .modal-dialog .modal-content .modal-body p {
        font-size: 18px;
        line-height: 24px;
        font-weight: 300;
        text-align: center;
        margin: 0px; }

.main_form {
  position: relative;
  width: 100%;
  margin: auto;
  -ms-input-placeholder-color: #767676;
  -moz-placeholder-color: #767676; }
  .main_form .title {
    position: relative;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    color: #305161;
    margin-bottom: 30px; }
  .main_form .wrap {
    position: relative;
    width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #FFF;
    -webkit-box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.07);
    padding: 30px 35px;
    margin-bottom: 30px; }
  .main_form label {
    position: relative;
    width: 100%;
    max-width: 550px;
    margin-bottom: 10px; }
    .main_form label label.error {
      position: absolute;
      top: 100%;
      left: 0px;
      padding-top: 5px;
      font-weight: normal;
      font-size: 12px;
      line-height: 1.1;
      color: #FA3333; }
  .main_form input, .main_form textarea {
    position: relative;
    outline: none;
    width: 100%;
    height: 45px;
    border: 1px solid #bcc3c6;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding-left: 50px;
    padding-right: 15px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.1;
    color: #515151;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all; }
    .main_form input.error, .main_form textarea.error {
      border-color: #ff3737; }
    .main_form input:focus, .main_form textarea:focus {
      border-color: #07BBA7; }
  .main_form ::-webkit-input-placeholder {
    color: #767676; }
  .main_form ::-moz-placeholder {
    color: #767676; }
  .main_form .label_name:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url("../img/name_label.svg") no-repeat center center;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    z-index: 2;
    top: 0px;
    bottom: 0px;
    left: 11px;
    margin: auto; }
  .main_form .label_tel:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url("../img/label_tel.svg") no-repeat center center;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    z-index: 2;
    top: 0px;
    bottom: 0px;
    left: 11px;
    margin: auto; }
  .main_form .label_email:before {
    content: "";
    display: block;
    width: 23px;
    height: 17px;
    background: url("../img/label_email.png") no-repeat center center;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    z-index: 2;
    top: 0px;
    bottom: 0px;
    left: 13px;
    margin: auto; }
  .main_form .label_address:before {
    content: "";
    display: block;
    width: 20px;
    height: 26px;
    background: url("../img/label_address.svg") no-repeat center center;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    z-index: 2;
    top: 0px;
    bottom: 0px;
    left: 14px;
    margin: auto; }
  .main_form .label_post:before {
    content: "";
    display: block;
    width: 25px;
    height: 23px;
    background: url("../img/label_post.png") no-repeat center center;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    z-index: 2;
    top: 0px;
    bottom: 0px;
    left: 13px;
    margin: auto; }
  .main_form .label_flag:before {
    content: "";
    display: block;
    width: 18px;
    height: 26px;
    background: url("../img/label_flag.svg") no-repeat center center;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    z-index: 2;
    top: 0px;
    bottom: 0px;
    left: 18px;
    margin: auto; }
  .main_form .radio_block {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 5px; }
    .main_form .radio_block label {
      position: relative;
      display: inline-block;
      width: auto;
      min-width: 144px;
      padding-right: 20px;
      padding-left: 32px; }
      .main_form .radio_block label input {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: -1;
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0); }
      .main_form .radio_block label input:checked + .icon:before, .main_form .radio_block label input:checked + label + .icon:before {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
      .main_form .radio_block label span {
        display: inline-block;
        vertical-align: top;
        cursor: pointer; }
      .main_form .radio_block label .icon {
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        margin: auto;
        display: block;
        width: 24px;
        height: 24px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #07bba7;
        background: none;
        font-style: normal;
        cursor: pointer; }
        .main_form .radio_block label .icon:before {
          content: "";
          display: block;
          width: 14px;
          height: 14px;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background: #07bba7;
          position: absolute;
          top: 0px;
          left: 0px;
          right: 0px;
          bottom: 0px;
          margin: auto;
          -webkit-transition: 0.3s all;
          -moz-transition: 0.3s all;
          -ms-transition: 0.3s all;
          -o-transition: 0.3s all;
          transition: 0.3s all;
          -webkit-transform: scale(0);
          -moz-transform: scale(0);
          -ms-transform: scale(0);
          -o-transform: scale(0);
          transform: scale(0); }
  .main_form .checkbox_block {
    margin-bottom: 20px; }
    .main_form .checkbox_block label {
      position: relative;
      display: inline-block;
      width: 100%;
      font-weight: 300;
      font-size: 18px;
      line-height: normal;
      padding-left: 42px; }
      .main_form .checkbox_block label input {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: -1;
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0); }
      .main_form .checkbox_block label input:checked + .icon:before, .main_form .checkbox_block label input:checked + label + .icon:before {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
      .main_form .checkbox_block label span {
        display: inline-block;
        vertical-align: top;
        cursor: pointer; }
      .main_form .checkbox_block label .icon {
        position: absolute;
        top: 0px;
        left: 0px;
        margin: auto;
        display: block;
        width: 27px;
        height: 27px;
        border: 2px solid #07bba7;
        background: none;
        font-style: normal; }
        .main_form .checkbox_block label .icon:before {
          content: "";
          display: block;
          width: 22px;
          height: 17px;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background: url("../img/checkbox.png") no-repeat center center;
          -webkit-background-size: 100% 100%;
          -o-background-size: 100% 100%;
          background-size: 100% 100%;
          position: absolute;
          top: 0px;
          left: 1px;
          right: 0px;
          bottom: 0px;
          margin: auto;
          -webkit-transition: 0.3s all;
          -moz-transition: 0.3s all;
          -ms-transition: 0.3s all;
          -o-transition: 0.3s all;
          transition: 0.3s all;
          -webkit-transform: scale(0);
          -moz-transform: scale(0);
          -ms-transform: scale(0);
          -o-transform: scale(0);
          transform: scale(0); }
  .main_form .politic_block {
    position: relative;
    margin: auto;
    margin-bottom: 26px;
    max-width: 255px;
    width: 100%;
    text-align: left;
    padding-left: 40px; }
    .main_form .politic_block label {
      position: absolute;
      top: 2px;
      left: 0px;
      width: 30px;
      height: 30px;
      margin: 0px;
      cursor: pointer; }
      .main_form .politic_block label input {
        position: absolute;
        opacity: 0;
        z-index: -1;
        top: 0px;
        left: 0px;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0); }
      .main_form .politic_block label input:checked + .icon:before {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1; }
      .main_form .politic_block label .icon {
        position: relative;
        display: block;
        font-style: normal;
        width: 30px;
        height: 30px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        border: 1px solid #CCD1D9; }
        .main_form .politic_block label .icon:before {
          content: "";
          display: block;
          width: 23px;
          height: 17px;
          position: absolute;
          top: 1px;
          left: 0px;
          right: 0px;
          bottom: 0px;
          margin: auto;
          background: url("../img/check.png") no-repeat center center;
          -webkit-background-size: 100% 100%;
          -o-background-size: 100% 100%;
          background-size: 100% 100%;
          -webkit-transition: 0.3s all;
          -moz-transition: 0.3s all;
          -ms-transition: 0.3s all;
          -o-transition: 0.3s all;
          transition: 0.3s all;
          opacity: 0; }
    .main_form .politic_block p {
      font-weight: normal;
      font-size: 14px;
      line-height: normal;
      color: #515151;
      text-align: left; }
  .main_form .submit_btn {
    font-size: 18px;
    margin: auto;
    display: block; }

.jq-selectbox {
  position: relative;
  width: 100%; }
  .jq-selectbox.opened .jq-selectbox__select {
    border-color: #07BBA7; }
  .jq-selectbox select {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  .jq-selectbox .jq-selectbox__select {
    position: relative;
    outline: none;
    width: 100%;
    height: 45px;
    border: 1px solid #bcc3c6;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding-left: 50px;
    padding-right: 25px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.1;
    color: #515151;
    padding-top: 13px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    cursor: pointer; }
    .jq-selectbox .jq-selectbox__select:before {
      content: "";
      display: block;
      width: 14px;
      height: 14px;
      position: absolute;
      top: 7px;
      bottom: 0px;
      right: 15px;
      border: 7px solid transparent;
      border-top: 7px solid #7f7f7f;
      margin: auto; }
  .jq-selectbox .jq-selectbox__dropdown {
    width: 100%;
    background: #FFF;
    border: 1px solid #bcc3c6; }
    .jq-selectbox .jq-selectbox__dropdown ul li {
      position: relative;
      width: 100%;
      cursor: pointer;
      padding: 7px 15px;
      font-weight: 300;
      font-size: 18px;
      line-height: 26px;
      color: #515151;
      -webkit-transition: 0.15s all;
      -moz-transition: 0.15s all;
      -ms-transition: 0.15s all;
      -o-transition: 0.15s all;
      transition: 0.15s all; }
      .jq-selectbox .jq-selectbox__dropdown ul li:hover {
        color: #07BBA7;
        background: #f6f6f7; }

.final_step_text {
  position: relative;
  width: 100%;
  padding-top: 50px;
  text-align: left; }
  .final_step_text .title {
    position: relative;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.1;
    color: #305161;
    margin-bottom: 17px;
    padding-bottom: 10px;
    border-bottom: 4px solid #dddde2; }
  .final_step_text .checkbox_block {
    position: relative;
    width: 100%; }
    .final_step_text .checkbox_block label {
      position: relative;
      display: inline-block;
      width: 100%;
      font-weight: 300;
      font-size: 18px;
      line-height: 30px;
      color: #767676;
      padding-left: 42px; }
      .final_step_text .checkbox_block label input {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: -1;
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0); }
      .final_step_text .checkbox_block label input:checked + .icon:before, .final_step_text .checkbox_block label input:checked + label + .icon:before {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
      .final_step_text .checkbox_block label span {
        display: inline-block;
        vertical-align: top; }
      .final_step_text .checkbox_block label .icon {
        position: absolute;
        top: 0px;
        left: 0px;
        margin: auto;
        display: block;
        width: 27px;
        height: 27px;
        border: 2px solid #07bba7;
        background: none;
        font-style: normal;
        cursor: pointer; }
        .final_step_text .checkbox_block label .icon:before {
          content: "";
          display: block;
          width: 22px;
          height: 17px;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background: url("../img/checkbox.png") no-repeat center center;
          -webkit-background-size: 100% 100%;
          -o-background-size: 100% 100%;
          background-size: 100% 100%;
          position: absolute;
          top: 0px;
          left: 1px;
          right: 0px;
          bottom: 0px;
          margin: auto;
          -webkit-transition: 0.3s all;
          -moz-transition: 0.3s all;
          -ms-transition: 0.3s all;
          -o-transition: 0.3s all;
          transition: 0.3s all;
          -webkit-transform: scale(0);
          -moz-transform: scale(0);
          -ms-transform: scale(0);
          -o-transform: scale(0);
          transform: scale(0); }

.pay_form {
  position: relative;
  width: 100%;
  background: #FFF;
  padding: 24px 22px;
  padding-bottom: 60px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  -ms-input-placeholder-color: #767676;
  -moz-placeholder-color: #767676; }
  .pay_form .wrap {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
  .pay_form .pay_icons {
    position: relative;
    width: 100%;
    max-width: 468px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 5px; }
    .pay_form .pay_icons li {
      position: relative;
      width: calc(33.333% - 13.333px);
      height: 82px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      border: 2px solid #e1e1e1;
      margin-right: 20px;
      margin-bottom: 20px; }
      .pay_form .pay_icons li img {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
        max-width: 90%;
        max-height: 90%; }
    .pay_form .pay_icons li:nth-of-type(3n+3) {
      margin-right: 0px; }
  .pay_form .help_block {
    position: relative;
    margin-left: auto; }
    .pay_form .help_block:hover .help_text {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    .pay_form .help_block .help_btn {
      position: relative;
      width: 25px;
      height: 25px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: #07bba7;
      text-align: center;
      color: #FFF;
      font-weight: 500;
      font-size: 16px;
      border: none;
      line-height: 25px; }
    .pay_form .help_block .help_text {
      position: absolute;
      z-index: 5;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      -webkit-border-bottom-left-radius: 0px;
      border-bottom-left-radius: 0px;
      display: block;
      width: 342px;
      bottom: 100%;
      left: 50%;
      margin-bottom: 22px;
      border: 1px solid #07bba7;
      padding: 22px;
      background: #ffffff;
      text-align: left;
      -webkit-transition: 0.2s all;
      -moz-transition: 0.2s all;
      -ms-transition: 0.2s all;
      -o-transition: 0.2s all;
      transition: 0.2s all;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
      .pay_form .help_block .help_text:before {
        content: "";
        display: block;
        width: 17px;
        height: 16px;
        background: url("../img/help_triangle.png") no-repeat center center;
        -webkit-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
        position: absolute;
        left: -1px;
        bottom: -16px;
        z-index: 2; }
      .pay_form .help_block .help_text p {
        position: relative;
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        margin: 0px;
        color: #767676; }
  .pay_form .inputs_block {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 468px;
    border: 2px solid #e1e1e1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 30px 27px;
    padding-right: 15px;
    margin-right: 20px; }
    .pay_form .inputs_block .item {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-items: center;
      align-items: center;
      width: 100%; }
    .pay_form .inputs_block .big_item {
      margin-bottom: 60px; }
      .pay_form .inputs_block .big_item label {
        width: calc(100% - 40px); }
    .pay_form .inputs_block .date_item {
      max-width: 246px;
      margin-right: 20px; }
      .pay_form .inputs_block .date_item p {
        position: absolute;
        top: -35px;
        right: 0px;
        line-height: 1;
        font-size: 18px;
        font-weight: 300;
        color: #767676;
        display: inline-block;
        vertical-align: top;
        padding-right: 56px;
        padding-left: 56px; }
        .pay_form .inputs_block .date_item p:before, .pay_form .inputs_block .date_item p:after {
          content: "";
          display: block;
          width: 50px;
          height: 19px;
          border-top: 1px solid #bcc3c6;
          border-left: 1px solid #bcc3c6;
          position: absolute;
          left: 0px;
          top: 10px; }
        .pay_form .inputs_block .date_item p:after {
          left: auto;
          right: 0px;
          border-left: none;
          border-right: 1px solid #bcc3c6; }
      .pay_form .inputs_block .date_item label {
        width: calc(50% - 10px); }
      .pay_form .inputs_block .date_item label:nth-of-type(2) {
        margin-left: auto; }
    .pay_form .inputs_block .cvv_item {
      width: calc(100% - 266px); }
      .pay_form .inputs_block .cvv_item label {
        width: calc(100% - 40px); }
  .pay_form .img_block {
    position: relative;
    width: 100%;
    max-width: 160px;
    padding-top: 40px; }
    .pay_form .img_block img {
      max-width: 100%;
      margin-bottom: 15px; }
  .pay_form label {
    position: relative;
    width: 100%; }
    .pay_form label label.error {
      position: absolute;
      z-index: -1;
      opacity: 0;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
  .pay_form input, .pay_form textarea {
    position: relative;
    outline: none;
    width: 100%;
    height: 52px;
    border: 1px solid #bcc3c6;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.1;
    color: #515151;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all; }
    .pay_form input.error, .pay_form textarea.error {
      border-color: #ff3737; }
    .pay_form input:focus, .pay_form textarea:focus {
      border-color: #07BBA7; }
  .pay_form ::-webkit-input-placeholder {
    color: #767676; }
  .pay_form ::-moz-placeholder {
    color: #767676; }

.test {
  position: relative;
  width: 100%;
  height: 600px; }

.cbalink {
  display: none; }

/*# sourceMappingURL=main.css.map */
b {
    font-weight: bold;
}