.contacts_section {
  position: relative;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 20px; }
  .contacts_section .white_wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    background: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 25px rgba(36, 45, 60, 0.16);
    box-shadow: 0px 10px 25px rgba(36, 45, 60, 0.16);
    padding: 17px;
    padding-top: 25px; }
  .contacts_section .contact_item {
    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-left: 60px;
    text-align: left;
    color: #305161;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 22px; }
    .contacts_section .contact_item .icon {
      position: absolute;
      top: -2px;
      left: 14px;
      display: block;
      width: 27px;
      height: 29px; }
      .contacts_section .contact_item .icon img {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
        max-width: 100%;
        max-height: 100%; }
    .contacts_section .contact_item a {
      display: inline-block;
      vertical-align: top;
      text-decoration: none; }
      .contacts_section .contact_item a:hover {
        color: #0CC5BB; }
    .contacts_section .contact_item .item_title {
      position: relative;
      width: auto;
      margin-right: 5px;
      font-weight: 500;
      font-size: 18px;
      line-height: 24px;
      color: #305161; }
    .contacts_section .contact_item .tel {
      position: relative;
      display: block;
      width: 100%;
      padding-left: 35px;
      margin-bottom: 25px; }
      .contacts_section .contact_item .tel .flag {
        max-width: 18px;
        position: absolute;
        top: 0px;
        left: 10px; }
      .contacts_section .contact_item .tel img {
        max-width: 100%;
        margin-top: 5px; }
    .contacts_section .contact_item .tel:last-of-type {
      margin-bottom: 0px; }
  .contacts_section #map {
    position: relative;
    width: 100%; }
    .contacts_section #map a {
      text-decoration: none;
      display: block;
      width: 100%;
      line-height: 0; }
    .contacts_section #map img {
      width: 100%; }

.contact_form {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  background: #FFF;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 25px rgba(36, 45, 60, 0.16);
  box-shadow: 0px 10px 25px rgba(36, 45, 60, 0.16);
  padding: 25px 17px;
  padding-bottom: 55px;
  padding-left: 226px;
  padding-right: 148px; }
  .contact_form .form_title {
    position: relative;
    color: #305161;
    font-weight: bold;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 40px; }
  .contact_form .form_item {
    position: relative;
    width: 100%;
    margin-bottom: 27px;
    padding: 0px;
    text-align: left; }
    .contact_form .form_item p {
      position: absolute;
      top: 0px;
      right: 100%;
      padding: 0px;
      padding-right: 20px;
      width: 200px;
      text-align: right;
      font-weight: normal;
      font-size: 18px;
      color: #5E717A;
      line-height: 20px;
      margin: 0px;
      padding-top: 13px; }
  .contact_form label {
    position: relative;
    width: 100%; }
    .contact_form label label.error {
      opacity: 0;
      position: absolute;
      top: 0px;
      left: 0px;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
    .contact_form label input, .contact_form label textarea {
      position: relative;
      outline: none;
      width: 100%;
      height: 46px;
      border: 1px solid #bcc3c6;
      background: #FFF;
      margin: 0px;
      padding: 0px;
      padding-left: 20px;
      padding-right: 20px;
      font-size: 18px;
      color: #000;
      line-height: 22px;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all; }
      .contact_form label input.error, .contact_form label textarea.error {
        border-color: #fc1c3b; }
      .contact_form label input:focus, .contact_form label textarea:focus {
        border-color: #34bfbc; }
    .contact_form label textarea {
      resize: none;
      height: 230px;
      padding: 15px 20px; }
  .contact_form .capcha_item {
    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: 25px; }
    .contact_form .capcha_item p {
      position: relative;
      padding: 0px;
      width: 100%;
      text-align: left;
      font-weight: normal;
      font-size: 18px;
      color: #5E717A;
      line-height: 20px;
      margin: 0px;
      margin-bottom: 18px; }
    .contact_form .capcha_item label {
      max-width: 260px;
      margin-right: 35px; }
    .contact_form .capcha_item .capcha_img {
      position: relative;
      display: block;
      height: 46px;
      max-width: 200px; }
      .contact_form .capcha_item .capcha_img img {
        max-height: 100%;
        max-width: 100%; }
  .contact_form .submit_btn {
    position: relative;
    width: auto;
    display: inline-block;
    vertical-align: top;
    padding: 13px 18px;
    padding-top: 14px;
    text-align: center;
    border: none;
    background: #f4b700;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #191919;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    margin: 0px;
    -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);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all; }
    .contact_form .submit_btn: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); }
    .contact_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); }

.message_vidget {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 101; }
  .message_vidget .vidget_btn {
    position: relative;
    display: block;
    width: 74px;
    height: 69px;
    border: none;
    background: url("../img/new_img/message_icon.svg") no-repeat center center #04b0ac;
    -webkit-background-size: 50px 44px;
    -o-background-size: 50px 44px;
    background-size: 50px 44px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 25px rgba(36, 45, 60, 0.16);
    box-shadow: 0px 10px 25px rgba(36, 45, 60, 0.16);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all; }
    .message_vidget .vidget_btn:hover {
      background-color: #01d0cb; }
  .message_vidget .vidget_window {
    position: absolute;
    display: none;
    right: 100%;
    bottom: 0px;
    margin-right: 40px;
    width: 368px;
    border: none;
    background: #FFF;
    -webkit-box-shadow: 0px 10px 25px rgba(36, 45, 60, 0.16);
    box-shadow: 0px 10px 25px rgba(36, 45, 60, 0.16);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    padding: 0px; }
    .message_vidget .vidget_window .vidget_title {
      position: relative;
      background: #7ED6D4;
      width: 100%;
      padding: 22px;
      padding-left: 80px;
      text-align: left;
      font-family: "Roboto", sans-serif;
      font-weight: 800;
      color: #305161;
      font-size: 18px;
      line-height: 24px;
      margin: 0px; }
      .message_vidget .vidget_window .vidget_title:before {
        content: "";
        display: block;
        width: 64px;
        height: 65px;
        background: url("../img/new_img/vidget_logo.png") no-repeat center center;
        -webkit-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        position: absolute;
        z-index: 2;
        top: 6px;
        left: 7px; }
    .message_vidget .vidget_window img {
      max-width: 100%; }

@media screen and (max-width: 991px) {
  .contacts_section .contact_item {
    padding-left: 50px; }
    .contacts_section .contact_item .icon {
      left: 4px; }

  .contact_form {
    padding-left: 200px;
    padding-right: 30px; }
    .contact_form .form_title {
      font-size: 30px;
      margin-bottom: 35px; } }
@media screen and (max-width: 767px) {
  .contacts_section .contact_item {
    font-size: 16px; }
    .contacts_section .contact_item .item_title {
      display: block;
      width: 100%;
      font-size: 16px; }
    .contacts_section .contact_item .tel {
      padding-left: 25px; }
      .contacts_section .contact_item .tel .flag {
        left: 0px; }

  .contact_form {
    padding-left: 20px;
    padding-right: 20px; }
    .contact_form .form_item p {
      position: relative;
      right: auto;
      top: auto;
      padding: 0px;
      margin: auto;
      width: 100%;
      margin-bottom: 10px;
      text-align: left; } }
@media screen and (max-width: 575px) {
  .message_vidget .vidget_window {
    margin-right: 20px;
    max-width: 320px; }
    .message_vidget .vidget_window .vidget_title {
      font-size: 16px; } }
@media screen and (max-width: 479px) {
  .contact_form .form_item {
    margin-bottom: 20px; }
    .contact_form .form_item p {
      font-size: 16px; }

  .contact_form .capcha_item p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px; }
  .contact_form .capcha_item label {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px; }
  .contact_form .capcha_item .capcha_img {
    max-width: 100%; }

  .message_vidget {
    right: 10px;
    bottom: 10px; }
    .message_vidget .vidget_window {
      margin-right: 20px;
      max-width: 290px;
      bottom: 100%;
      margin-bottom: 10px;
      margin-right: 0px;
      right: 0px; }
      .message_vidget .vidget_window .vidget_title {
        font-size: 16px;
        padding-left: 50px;
        padding-top: 15px;
        padding-bottom: 15px; }
        .message_vidget .vidget_window .vidget_title:before {
          left: 0px;
          top: -2px;
          max-width: 45px; }
    .message_vidget .vidget_btn {
      width: 54px;
      height: 49px;
      -webkit-background-size: 35px;
      -o-background-size: 35px;
      background-size: 35px; } 
}

.form-collapsed .reviews__formbox {
  display: none;
}

.form-collapsed .toggle-block {
  display: block;
  text-align: center;
}

.form-collapsed .btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    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); }
    .form-collapsed .btn:before {
      content: "";
      display: block;
      width: 7px;
      height: 12px;
      position: absolute;
      top: 0px;
      right: 17px;
      bottom: 0px;
      margin: auto; }
    .form-collapsed .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; }
    .form-collapsed .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); }

.scrolltop {
    background: url(../img/scroll-top.png) center no-repeat;
    position: fixed;
    width: 47px;
    height: 47px;
    display: block;
    z-index: 150;
    bottom: 15px;
    right: 25px;
}

.hidden {
    display: none!important;
}

.reviews__box {
    background: #f8f8f8;
    color: #4e4e4e;
    font-size: 18px;
}

.reviews__box .stars_block {
    margin-bottom: 20px;
}

.reviews__box .fa-star {
    color: #767676;
}

.reviews__box .rating__icon--star {
    color: #f5b138;
}

.reviews__box .reviews__box-item-text {
    float: left;
    width: 100%;
    max-width: 640px;
}

.reviews__box .reviews__box-item-date {
    margin-top: 10px;
    color: #b1b1b1;
}

.reviews__box-item {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px 23px 15px;
    border-bottom: 2px solid #fff;
}

.reviews__box-item:last-child {
    border-bottom: none;
}

.is-invalid {
    color: #de5959;
    border-color: #de5959 !important;
}

label.is-invalid {
    display: none !important;
}

.payment-method li {
    cursor: pointer;
}

.payment-method li.active {
    border-color: #04b0ac;
}

.steps_section .short_info .item .name_td {
    max-width: 160px;
}

H2.tiser-title {
    position: relative;
    z-index: 2;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 0px;
    color: #FFF;
    text-decoration: none;
}

p.list_title {
    font-weight: bold !important;
    font-size: 30px !important;
    line-height: 1.1 !important;
    color: #1B1511 !important;
}
.info_block ul.detail_list li p {
    margin-bottom: 0px !important;
}

.card_section .text_wrapper ol {
    position: relative;
    width: 100%;
    list-style: none;
}

.card_section .text_wrapper ol li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
    font-weight: 300;
    color: #677C87;
    font-size: 16px;
    line-height: 26px;
}

.card_section .text_wrapper ol li:before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #07BBA7;
    position: absolute;
    top: 8px;
    left: 7px;
}
.cansel_sale {
    background: #5A6E78 !important;
    box-shadow: inset 0px -2px 0px #556B76, 0px 7px 14px rgba(64, 79, 89, 0.24) !important;
}

.pillen_td {
    text-align: center;
}

@media screen and (max-width: 479px) {
    .card_header .detail_list li .title {
        width: 65%;
        max-width: none;
    }
    
    .card_header .detail_list li .text {
        padding: 0px;
        width: auto;
    }

    .footer-contacts {
        display: none;
    }
}

.price_table .pillen_td p {
    text-align: center;
}

.wrapper quote {
    display: block;
    position: relative !important;
    width: 100% !important;
    line-height: 24px !important;
    margin-bottom: 20px !important;
    background: #99FBE9 !important;
    padding: 10px 25px !important;    
}

.wrapper b {
    font-weight: bold !important;    
}

.cookie_policy {
    position: fixed !important;
    bottom: 0;
    right: 0;
    width: 100%;
    transition: transform .3s,bottom .3s,-webkit-transform .3s;
    z-index: 99999999 !important;
    box-shadow: 0 -3px 8px rgba(0,0,0,.3);
    text-align: center;
    background: #6c6c6c;
}

.cookie_policy .callback_section {
    background: none !important;
    padding-top: 10px;
    padding-bottom: 10px;
    width: max-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.cookie_policy .callback_section div {
    float: left !important;
    text-align: justify;
}

.cookie_policy .kaufen_link::before {
    background-image: none !important;
    padding: 12px 18px !important;
}

.cookie_policy .kaufen_link {
    margin-left: 20px;
    padding: 12px 18px !important;
}

@media (max-width: 700px) {
    .cookie_policy .callback_section {
        width: inherit !important;
        text-align: center !important;
        padding: 0px !important;
        margin: 0px !important;
        padding-bottom: 5px !important;
        font-size: 12px !important;
    }
    .cookie_policy .callback_section div {
        text-align: center !important;
        float: none !important;
        padding: 5px !important;
    }
    
.cookie_policy .kaufen_link {
       margin: 0px !important;
       font-size: 12px !important;
       height: 28px !important;
       padding: 5px 8px !important;
    }
}

.page_wrapper .apply_section h4 {
    color: #00517B;
}

.page_wrapper .apply_section ul {
    position: relative;
    width: max-content;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
}

.page_wrapper .apply_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;
}

.page_wrapper .apply_section ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
    font-weight: 300;
    color: #677C87;
    font-size: 16px;
    line-height: 26px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 700px) {
    .page_wrapper .apply_section ul {
        width: inherit;
    }
    
    .page_wrapper .apply_section ul li {
        width: inherit;
        text-align: left;
    }
}    

.wrapper h3, .text_wrapper h3 {
    font-size: 26px !important;
}
.text_wrapper ol, .wrapper ol {
    list-style: decimal !important;
}

.text_wrapper ol li::before, .wrapper ol li::before {
    display: none !important;
}
.text_wrapper ol li, .wrapper ol li {
    margin-left: 25px !important;
    padding-left: 5px !important;
}
button.kaufen_link {
    border: 0px;
}


.certificate_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;
    padding-top: 50px;
    margin-bottom: 40px; }
.certificate_wrapper .block_title {
    position: relative;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    color: #035791;
    padding-bottom: 15px;
    border-bottom: 2px solid #04B0AC;
    margin: 0px;
    margin-bottom: 30px; }
.certificate_wrapper .certificate_btn {
    position: relative;
    outline: none;
    width: calc(16.666% - 25px);
    padding: 0px;
    border: none;
    background: none;
    line-height: 0;
    margin-right: 30px;
    margin-bottom: 30px; }
.certificate_wrapper .certificate_btn:hover:before {
    opacity: 1; }
.certificate_wrapper .certificate_btn:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
.certificate_wrapper .certificate_btn:before {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border: 3px solid #04B0AC;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(13, 13, 13, 0.27);
    -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; }
.certificate_wrapper .certificate_btn:after {
    content: "";
    display: block;
    width: 66px;
    height: 66px;
    background: url("../img/zoom.png") no-repeat center center;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 2;
    -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;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
.certificate_wrapper .certificate_btn img {
    width: 100%; }
.certificate_wrapper .certificate_btn:nth-of-type(6n+6) {
    margin-right: 0px; }

.certificate_modal .modal-dialog {
    width: 100%;
    max-width: 982px;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 5%; }
.certificate_modal .modal-dialog .modal-content {
    position: relative;
    width: 100%;
    border: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.32); }
.certificate_modal .modal-dialog .modal-content .close {
    position: absolute;
    z-index: 3;
    outline: none;
    top: 11px;
    right: 15px;
    border: none;
    display: block;
    width: 24px;
    height: 24px;
    background: url("../img/close_icon.png") no-repeat center center;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    opacity: 1;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all; }
.certificate_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); }
.certificate_modal .modal-dialog .modal-content .modal-body {
    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: 40px 30px; }
.certificate_modal .modal-dialog .modal-content .modal-body .left_col {
    position: relative;
    width: 100%;
    max-width: 454px; }
.certificate_modal .modal-dialog .modal-content .modal-body img {
    width: 100%; }
.certificate_modal .modal-dialog .modal-content .modal-body .right_col {
    position: relative;
    width: calc(100% - 454px);
    padding-left: 35px; }
.certificate_modal .modal-dialog .modal-content .modal-body .modal_title {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    color: #000;
    margin: 0px;
    margin-bottom: 20px; }
.certificate_modal .modal-dialog .modal-content .modal-body p {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #848484;
    margin-bottom: 20px; }
