.date-form-wrapper {
  display: block;
  position: relative;
  max-width: 1000px;
  width: 100%;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.7);
  background: #ffffff; }
  .date-form-wrapper .date-form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .date-form-wrapper .date-form .form-block {
      display: block;
      position: relative;
      z-index: 1; }
      .date-form-wrapper .date-form .form-block:first-child {
        width: 340px; }
        .date-form-wrapper .date-form .form-block:first-child:before {
          display: block;
          position: absolute;
          content: '';
          width: 28px;
          height: 28px;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          border: 1px solid #E7EDF1;
          background: #ffffff url(../img/arrow2.png) no-repeat center center;
          top: 50%;
          right: -14px;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          z-index: 2; }
        .date-form-wrapper .date-form .form-block:first-child:after {
          display: block;
          position: absolute;
          content: '';
          width: 1px;
          height: 40px;
          background: #E7EDF1;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          z-index: 1; }
        .date-form-wrapper .date-form .form-block:first-child input {
          -webkit-border-top-left-radius: 8px;
                  border-top-left-radius: 8px;
          -webkit-border-bottom-left-radius: 8px;
                  border-bottom-left-radius: 8px; }
      .date-form-wrapper .date-form .form-block:nth-child(2) {
        width: 340px; }
        .date-form-wrapper .date-form .form-block:nth-child(2):after {
          display: block;
          position: absolute;
          content: '';
          width: 1px;
          height: 40px;
          background: #E7EDF1;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          z-index: 1; }
      .date-form-wrapper .date-form .form-block:nth-child(3) {
        width: 170px; }
        .date-form-wrapper .date-form .form-block:nth-child(3) .jq-selectbox {
          width: 100%;
          height: 60px; }
          .date-form-wrapper .date-form .form-block:nth-child(3) .jq-selectbox .jq-selectbox__select {
            border: none;
            background: #ffffff;
            -webkit-border-radius: 0;
                    border-radius: 0;
            -webkit-box-shadow: none;
                    box-shadow: none;
            height: 60px; }
            .date-form-wrapper .date-form .form-block:nth-child(3) .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
              padding-left: 10px;
              height: 100%;
              line-height: 60px;
              color: #000000;
              font-size: 18px;
              font-family: Montserrat;
              font-weight: 500;
              text-align: left;
              line-height: 60px;
              text-transform: none; }
            .date-form-wrapper .date-form .form-block:nth-child(3) .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger {
              position: absolute !important;
              border: 0;
              top: 0;
              right: 0; }
              .date-form-wrapper .date-form .form-block:nth-child(3) .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger:before {
                display: block;
                position: absolute;
                font-family: FontAwesome;
                content: '\f107';
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                color: #00122a;
                font-size: 22px;
                font-weight: 700;
                text-align: center;
                line-height: 60px; }
              .date-form-wrapper .date-form .form-block:nth-child(3) .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
                display: none; }
          .date-form-wrapper .date-form .form-block:nth-child(3) .jq-selectbox .jq-selectbox__dropdown {
            margin: 0;
            height: 100% !important;
            top: 100% !important;
            -webkit-border-radius: 0;
                    border-radius: 0;
            border: none;
            -webkit-box-shadow: none;
                    box-shadow: none;
            background: #ffffff;
            z-index: 4; }
            .date-form-wrapper .date-form .form-block:nth-child(3) .jq-selectbox .jq-selectbox__dropdown ul {
              background: #ffffff; }
      .date-form-wrapper .date-form .form-block:nth-child(4) {
        width: 150px; }
        .date-form-wrapper .date-form .form-block:nth-child(4) button {
          display: block;
          width: 100%;
          height: 100%;
          background: #CF352D;
          -webkit-border-top-right-radius: 8px;
                  border-top-right-radius: 8px;
          -webkit-border-bottom-right-radius: 8px;
                  border-bottom-right-radius: 8px;
          color: #ffffff;
          font-size: 18px;
          font-family: Montserrat;
          font-weight: 700;
          text-align: center;
          line-height: 60px;
          text-transform: none;
          -webkit-transition: all .3s ease-out;
          transition: all .3s ease-out; }
          .date-form-wrapper .date-form .form-block:nth-child(4) button:hover {
            opacity: .8;
            -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out; }
      .date-form-wrapper .date-form .form-block input {
        display: block;
        position: relative;
        border: none;
        background: none;
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
        height: 60px;
        color: #00122a;
        font-size: 18px;
        font-family: Montserrat;
        font-weight: 500;
        text-align: left;
        line-height: 60px;
        text-transform: none; }
        .date-form-wrapper .date-form .form-block input::-webkit-input-placeholder {
          color: #00122a;
          font-size: 18px;
          font-family: Montserrat;
          font-weight: 500;
          text-align: left;
          line-height: 60px;
          text-transform: none; }
        .date-form-wrapper .date-form .form-block input::-moz-placeholder {
          color: #00122a;
          font-size: 18px;
          font-family: Montserrat;
          font-weight: 500;
          text-align: left;
          line-height: 60px;
          text-transform: none; }
        .date-form-wrapper .date-form .form-block input:-ms-input-placeholder {
          color: #00122a;
          font-size: 18px;
          font-family: Montserrat;
          font-weight: 500;
          text-align: left;
          line-height: 60px;
          text-transform: none; }
        .date-form-wrapper .date-form .form-block input:-moz-placeholder {
          color: #00122a;
          font-size: 18px;
          font-family: Montserrat;
          font-weight: 500;
          text-align: left;
          line-height: 60px;
          text-transform: none; }
        .date-form-wrapper .date-form .form-block input:hover {
          cursor: pointer; }

.styled-checkbox {
  display: none !important;
  position: relative;
  z-index: -1;
  opacity: 0; }
  .styled-checkbox + label {
    position: relative;
    padding: 0 0 0 30px;
    cursor: pointer; }
    .styled-checkbox + label:before {
      content: '';
      position: absolute;
      top: 0px;
      left: 0;
      width: 18px;
      height: 18px;
      background: #CF352D;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
    .styled-checkbox + label:after {
      display: none;
      position: absolute;
      font-family: FontAwesome;
      content: '\f00c';
      top: 0px;
      left: 0px;
      width: 18px;
      height: 18px;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      color: #ffffff;
      font-size: 12px;
      font-weight: 400;
      text-align: center;
      line-height: 18px; }
  .styled-checkbox:checked + label:after {
    display: block; }

.pay-radio {
  display: block;
  position: absolute;
  z-index: -1;
  opacity: 0;
  height: 0 !important; }
  .pay-radio + label {
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
    padding: 0 0 0 35px;
    cursor: pointer; }
    .pay-radio + label.pay1 {
      background: url(../img/pay-icon1.png) no-repeat center center; }
    .pay-radio + label.pay2 {
      background: url(../img/pay-icon2.png) no-repeat center center; }
    .pay-radio + label.pay3 {
      background: url(../img/pay-icon3.png) no-repeat center center; }
    .pay-radio + label:before {
      display: block;
      position: absolute;
      content: '';
      top: 50%;
      left: 0;
      width: 18px;
      height: 18px;
      border: 1px solid #E6ECF0;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background: #ffffff;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .pay-radio + label:after {
      display: block;
      position: absolute;
      content: '';
      top: 50%;
      left: 4px;
      width: 10px;
      height: 10px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background: #CF352D;
      opacity: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: .2s;
      transition: .2s; }
  .pay-radio:checked + label:after {
    opacity: 1; }

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

p {
  margin: 0; }

select {
  display: none; }

button {
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.container-fluid {
  padding: 0; }

.section-container {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

* {
  outline: none; }
  *:focus {
    outline: none; }

.burger {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  padding: 0; }
  .burger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #B1956D;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out; }
    .burger span:before {
      display: block;
      position: absolute;
      content: '';
      width: 100%;
      height: 3px;
      background: #B1956D;
      top: -8px;
      left: 0;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out; }
    .burger span:after {
      display: block;
      position: absolute;
      content: '';
      width: 100%;
      height: 3px;
      background: #B1956D;
      bottom: -8px;
      left: 0;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out; }
  .burger.active span {
    background: transparent;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out; }
    .burger.active span:before {
      top: 0;
      -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
              transform: rotate(135deg);
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out; }
    .burger.active span:after {
      bottom: 0;
      -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
              transform: rotate(-135deg);
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out; }

.styled-btn {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 25px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  color: #00122a;
  font-size: 12px;
  font-family: Montserrat;
  font-weight: 600;
  text-align: center;
  line-height: 12px;
  text-transform: uppercase; }
  .styled-btn.brown {
    color: #ffffff;
    background: #B1956D; }
  .styled-btn.red {
    color: #ffffff;
    background: #CF352D; }
  .styled-btn span {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 13px;
    margin-left: 10px; }
    .styled-btn span:before {
      display: block;
      position: absolute;
      content: '';
      width: 16px;
      height: 13px;
      top: 2px;
      left: 0;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out;
      background: url(../img/arrow1.png) no-repeat center center; }
  .styled-btn:hover {
    opacity: .8;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out; }
    .styled-btn:hover span:before {
      left: 10px;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out; }

.styled-btn2 {
  display: block;
  position: relative;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  color: #B1956D;
  font-size: 18px;
  font-family: Montserrat;
  font-weight: 700;
  text-align: left;
  line-height: 22px;
  text-transform: none; }
  .styled-btn2 span {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 13px;
    margin-left: 10px; }
    .styled-btn2 span:before {
      display: block;
      position: absolute;
      content: '';
      width: 16px;
      height: 13px;
      top: 0;
      left: 0;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out;
      background: url(../img/arrow3.png) no-repeat center center; }
  .styled-btn2:hover {
    opacity: .8;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out; }
    .styled-btn2:hover span:before {
      left: 10px;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out; }

header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2; }
  header.type2 .top-header {
    background: #ffffff;
    border-bottom: 1px dashed #E6ECF0;
    color: #00122a !important; }
    header.type2 .top-header .title, header.type2 .top-header .phone, header.type2 .top-header .select-wrapper:before, header.type2 .top-header .select-wrapper .title, header.type2 .top-header .jq-selectbox__select-text {
      color: #00122a !important; }
    header.type2 .top-header .search-wrapper .main-search-btn:before {
      background: url(../img/search-icon2.png) no-repeat !important; }
    header.type2 .top-header .search-wrapper .main-search-btn:hover:before {
      background: url(../img/search-icon.png) no-repeat !important; }
  header .top-header {
    background: rgba(0, 0, 0, 0.1); }
    header .top-header .header-controls {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 68px;
      padding-right: 68px; }
      header .top-header .header-controls > div {
        padding-left: 20px;
        padding-right: 20px; }
        header .top-header .header-controls > div:nth-child(1) {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          position: relative;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; }
          header .top-header .header-controls > div:nth-child(1):before {
            display: block;
            position: absolute;
            content: '';
            width: 1px;
            height: 100%;
            background-color: #E7EDF1;
            top: 0;
            right: 0; }
        header .top-header .header-controls > div:last-child {
          padding-right: 0; }
        header .top-header .header-controls > div > .title {
          color: #ffffff;
          font-size: 10px;
          font-family: Montserrat;
          font-weight: 400;
          text-align: left;
          line-height: 14px;
          text-transform: none; }
        header .top-header .header-controls > div .phone {
          color: #ffffff;
          font-size: 13px;
          font-family: Montserrat;
          font-weight: 600;
          text-align: left;
          line-height: 16px;
          text-transform: none;
          -webkit-transition: all .3s ease-out;
          transition: all .3s ease-out; }
          header .top-header .header-controls > div .phone:hover {
            opacity: .5;
            -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out; }
      header .top-header .header-controls .select-wrapper {
        position: relative;
        padding: 5px 20px 5px 30px;
        margin-left: 20px; }
        header .top-header .header-controls .select-wrapper:before {
          display: block;
          position: absolute;
          color: #ffffff;
          font-size: 14px;
          font-family: FontAwesome;
          font-weight: 400;
          text-align: center;
          line-height: 14px;
          text-transform: none;
          content: '\f107';
          width: 20px;
          height: 100%;
          top: 4px;
          left: 12px; }
        header .top-header .header-controls .select-wrapper:hover {
          background: #E7EDF1;
          -webkit-border-radius: 30px;
                  border-radius: 30px;
          cursor: pointer; }
          header .top-header .header-controls .select-wrapper:hover:before {
            color: #00122a; }
          header .top-header .header-controls .select-wrapper:hover .title {
            color: #00122a; }
          header .top-header .header-controls .select-wrapper:hover .jq-selectbox.active .jq-selectbox__dropdown {
            display: block !important; }
          header .top-header .header-controls .select-wrapper:hover .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
            color: #00122a; }
        header .top-header .header-controls .select-wrapper .title {
          color: #ffffff;
          font-size: 10px;
          font-family: Montserrat;
          font-weight: 400;
          text-align: left;
          line-height: 14px;
          text-transform: none; }
        header .top-header .header-controls .select-wrapper .jq-selectbox__select {
          padding: 0;
          -webkit-border-radius: 0;
                  border-radius: 0;
          border: none;
          -webkit-box-shadow: none;
                  box-shadow: none;
          background: none;
          height: auto; }
          header .top-header .header-controls .select-wrapper .jq-selectbox__select .jq-selectbox__select-text {
            color: #ffffff;
            font-size: 10px;
            font-family: Montserrat;
            font-weight: 400;
            text-align: left;
            line-height: 14px;
            text-transform: none; }
          header .top-header .header-controls .select-wrapper .jq-selectbox__select .jq-selectbox__trigger {
            display: none; }
        header .top-header .header-controls .select-wrapper .jq-selectbox__dropdown {
          position: absolute;
          width: 100px !important;
          top: 200% !important;
          left: 50% !important;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          border: 1px solid #E7EDF1;
          -webkit-border-radius: 4px;
                  border-radius: 4px;
          -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
                  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          margin-top: 0;
          z-index: 0; }
          header .top-header .header-controls .select-wrapper .jq-selectbox__dropdown:before {
            display: block;
            position: absolute;
            content: '';
            border: 10px solid transparent;
            border-bottom: 10px solid #ffffff;
            top: -20px;
            left: 50%;
            -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
            z-index: -1; }
          header .top-header .header-controls .select-wrapper .jq-selectbox__dropdown ul li {
            color: #00122a;
            font-size: 10px;
            font-family: Montserrat;
            font-weight: 500;
            text-align: center;
            line-height: 14px;
            text-transform: none;
            -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out; }
            header .top-header .header-controls .select-wrapper .jq-selectbox__dropdown ul li:hover {
              background: #E7EDF1;
              -webkit-transition: all .3s ease-out;
              transition: all .3s ease-out; }
      header .top-header .header-controls .search-wrapper .main-search-btn {
        display: block;
        position: relative;
        width: 48px;
        height: 48px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
        z-index: 1; }
        header .top-header .header-controls .search-wrapper .main-search-btn:before {
          display: block;
          position: absolute;
          content: '';
          width: 22px;
          height: 22px;
          top: 50%;
          left: 50%;
          background: url(../img/search-icon.png) no-repeat;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -webkit-transition: all .3s ease-out;
          transition: all .3s ease-out;
          z-index: -1; }
        header .top-header .header-controls .search-wrapper .main-search-btn:hover {
          background-color: #E7EDF1;
          -webkit-transition: all .3s ease-out;
          transition: all .3s ease-out; }
          header .top-header .header-controls .search-wrapper .main-search-btn:hover:before {
            background: url(../img/search-icon2.png) no-repeat;
            -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out; }
  header .main-header {
    background-color: white;
    z-index: 2; }
    header .main-header .main-header-wrapper {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      header .main-header .main-header-wrapper .header-logo-wrapper {
        position: relative;
        max-width: 204px;
        width: 100%; }
        header .main-header .main-header-wrapper .header-logo-wrapper:after {
          display: block;
          position: absolute;
          content: '';
          width: 1px;
          height: 72px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          background: #E7EDF1; }
        header .main-header .main-header-wrapper .header-logo-wrapper a img {
          display: block;
          width: 82px;
          height: 44px;
          margin: 0 auto; }
      header .main-header .main-header-wrapper .header-menu-wrapper {
        width: -webkit-calc(100% - 450px);
        width: calc(100% - 450px); }
        header .main-header .main-header-wrapper .header-menu-wrapper .burger {
          display: none; }
        header .main-header .main-header-wrapper .header-menu-wrapper .menu-wrapper .menu {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          header .main-header .main-header-wrapper .header-menu-wrapper .menu-wrapper .menu li {
            cursor: pointer;
            z-index: 2; }
            header .main-header .main-header-wrapper .header-menu-wrapper .menu-wrapper .menu li:nth-child(6) {
              background: url(../img/huficar.png) no-repeat 70% 100%; }
              header .main-header .main-header-wrapper .header-menu-wrapper .menu-wrapper .menu li:nth-child(6):hover {
                background: url(../img/huficar.png) no-repeat 70% 100%; }
                header .main-header .main-header-wrapper .header-menu-wrapper .menu-wrapper .menu li:nth-child(6):hover a {
                  color: #ffffff; }
              header .main-header .main-header-wrapper .header-menu-wrapper .menu-wrapper .menu li:nth-child(6) a {
                color: #ffffff; }
            header .main-header .main-header-wrapper .header-menu-wrapper .menu-wrapper .menu li:hover {
              background: url(../img/menu-hover.jpg) no-repeat center center;
              background-size: cover; }
              header .main-header .main-header-wrapper .header-menu-wrapper .menu-wrapper .menu li:hover a {
                color: #B1956D; }
            header .main-header .main-header-wrapper .header-menu-wrapper .menu-wrapper .menu li a {
              padding-left: 16px;
              padding-right: 16px;
              color: #00122a;
              font-size: 12px;
              font-family: Montserrat;
              font-weight: 600;
              text-align: center;
              line-height: 72px;
              text-transform: uppercase; }
              header .main-header .main-header-wrapper .header-menu-wrapper .menu-wrapper .menu li a.active {
                border-top: 3px solid #B1956D; }
            header .main-header .main-header-wrapper .header-menu-wrapper .menu-wrapper .menu li.with-subnav:hover .subnav-menu {
              display: block; }
            header .main-header .main-header-wrapper .header-menu-wrapper .menu-wrapper .menu li.with-subnav .subnav-menu {
              display: none;
              background: url(../img/subnav-bg.jpg) no-repeat center center;
              background-size: cover;
              position: absolute;
              max-width: 1280px;
              width: 100%;
              top: 100%;
              left: 50%;
              -webkit-transform: translateX(-50%);
                  -ms-transform: translateX(-50%);
                      transform: translateX(-50%);
              z-index: -1;
              -webkit-border-bottom-left-radius: 10px;
                      border-bottom-left-radius: 10px;
              -webkit-border-bottom-right-radius: 10px;
                      border-bottom-right-radius: 10px;
              overflow: hidden;
              padding: 30px; }
              header .main-header .main-header-wrapper .header-menu-wrapper .menu-wrapper .menu li.with-subnav .subnav-menu .title {
                color: #00122a;
                font-size: 14px;
                font-family: Montserrat;
                font-weight: 700;
                text-align: left;
                line-height: normal;
                text-transform: none; }
              header .main-header .main-header-wrapper .header-menu-wrapper .menu-wrapper .menu li.with-subnav .subnav-menu ul {
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: start;
                -webkit-justify-content: flex-start;
                    -ms-flex-pack: start;
                        justify-content: flex-start;
                -webkit-box-align: start;
                -webkit-align-items: flex-start;
                    -ms-flex-align: start;
                        align-items: flex-start;
                -webkit-flex-wrap: wrap;
                    -ms-flex-wrap: wrap;
                        flex-wrap: wrap; }
                header .main-header .main-header-wrapper .header-menu-wrapper .menu-wrapper .menu li.with-subnav .subnav-menu ul li {
                  margin-right: 20px;
                  max-width: 120px;
                  width: 100%; }
                  header .main-header .main-header-wrapper .header-menu-wrapper .menu-wrapper .menu li.with-subnav .subnav-menu ul li a {
                    line-height: normal; }
                    header .main-header .main-header-wrapper .header-menu-wrapper .menu-wrapper .menu li.with-subnav .subnav-menu ul li a .img-block {
                      display: block;
                      -webkit-border-radius: 5px;
                              border-radius: 5px;
                      overflow: hidden;
                      margin-bottom: 20px; }
                      header .main-header .main-header-wrapper .header-menu-wrapper .menu-wrapper .menu li.with-subnav .subnav-menu ul li a .img-block img {
                        display: block;
                        margin-left: 0;
                        -webkit-transition: all .3s ease-out;
                        transition: all .3s ease-out; }
                    header .main-header .main-header-wrapper .header-menu-wrapper .menu-wrapper .menu li.with-subnav .subnav-menu ul li a .title {
                      color: #00122a;
                      font-size: 12px;
                      font-family: Montserrat;
                      font-weight: 600;
                      text-align: left;
                      line-height: normal;
                      text-transform: uppercase; }
                    header .main-header .main-header-wrapper .header-menu-wrapper .menu-wrapper .menu li.with-subnav .subnav-menu ul li a:hover img {
                      -webkit-transform: scale(1.1);
                          -ms-transform: scale(1.1);
                              transform: scale(1.1);
                      -webkit-transition: all .3s ease-out;
                      transition: all .3s ease-out; }
                    header .main-header .main-header-wrapper .header-menu-wrapper .menu-wrapper .menu li.with-subnav .subnav-menu ul li a:hover .title {
                      color: #d93647; }
      header .main-header .main-header-wrapper .header-button-wrapper {
        max-width: 246px;
        width: 100%; }
        header .main-header .main-header-wrapper .header-button-wrapper .styled-btn {
          max-width: 164px;
          width: 100%;
          padding: 12px 20px; }
  header .search-header {
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    top: 100%;
    left: 0;
    background: #F9F7ED;
    padding: 0;
    overflow: hidden;
    z-index: 3;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out; }
    header .search-header.active {
      height: inherit;
      padding: 50px 0;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out; }
    header .search-header .search-wrapper {
      margin: 50px auto; }
      header .search-header .search-wrapper .search-title {
        color: #00122a;
        font-size: 40px;
        font-family: Montserrat;
        font-weight: 400;
        text-align: center;
        line-height: 50px;
        text-transform: none;
        margin-bottom: 30px; }
      header .search-header .search-wrapper .search {
        display: block;
        position: relative;
        max-width: 1000px;
        width: 100%;
        -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
        -webkit-border-radius: 8px;
                border-radius: 8px;
        overflow: hidden;
        margin: 0 auto;
        z-index: 1; }
        header .search-header .search-wrapper .search input {
          display: block;
          position: relative;
          width: 100%;
          height: 62px;
          padding-left: 20px;
          padding-right: 80px;
          border: none; }
        header .search-header .search-wrapper .search button {
          display: block;
          position: absolute;
          width: 60px;
          height: 60px;
          top: 0;
          right: 0;
          z-index: 2; }
          header .search-header .search-wrapper .search button:before {
            display: block;
            position: absolute;
            color: #00122a;
            font-size: 22px;
            font-family: FontAwesome;
            font-weight: 400;
            text-align: center;
            line-height: 62px;
            text-transform: none;
            content: '\f002';
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out; }
          header .search-header .search-wrapper .search button:hover:before {
            opacity: .5;
            -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out; }

body {
  background: #F9F9F9;
  overflow-x: hidden; }
  body main {
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px; }
  body footer {
    overflow: hidden; }
  body section {
    padding-left: 15px;
    padding-right: 15px; }
  body.open-menu {
    position: fixed;
    overflow: hidden; }

.italic {
  font-style: italic; }

.inner-devider {
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  background: #E6ECF0;
  margin-bottom: 30px; }

.main-banner {
  padding-top: 124px;
  background: url(../img/main-banner.jpg) no-repeat center center;
  margin-bottom: 70px; }
  .main-banner.inner-banner {
    position: relative;
    overflow: hidden;
    background: url(../img/inner-banner.jpg) no-repeat center center;
    z-index: 1; }
    .main-banner.inner-banner:before {
      display: block;
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.2);
      z-index: -1; }
    .main-banner.inner-banner .banner-wrapper .banner-desc {
      top: 30%; }
  .main-banner.second-banner {
    position: relative;
    overflow: hidden;
    background: url(../img/main-banner.jpg) no-repeat center center;
    z-index: 1; }
    .main-banner.second-banner:before {
      display: block;
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.2);
      z-index: -1; }
    .main-banner.second-banner .banner-wrapper .banner-desc {
      text-align: center; }
      .main-banner.second-banner .banner-wrapper .banner-desc .banner-title {
        max-width: 100%; }
      .main-banner.second-banner .banner-wrapper .banner-desc .styled-btn {
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flex;
        display: -o-inline-flex;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
        .main-banner.second-banner .banner-wrapper .banner-desc .styled-btn.center {
          margin: 0 auto; }
  .main-banner .banner-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 484px; }
    .main-banner .banner-wrapper .banner-desc {
      display: block;
      position: absolute;
      width: 100%;
      top: 44%;
      left: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      .main-banner .banner-wrapper .banner-desc .banner-title {
        display: block;
        max-width: 1000px;
        width: 100%;
        margin: 0 auto 30px;
        color: #ffffff;
        font-size: 60px;
        font-family: Montserrat;
        font-weight: 700;
        text-align: center;
        line-height: 60px;
        text-transform: none; }
      .main-banner .banner-wrapper .banner-desc .desc.italic p {
        font-style: italic; }
      .main-banner .banner-wrapper .banner-desc .desc p {
        color: #ffffff;
        font-size: 18px;
        font-family: Montserrat;
        font-weight: 600;
        text-align: center;
        line-height: 27px;
        text-transform: none;
        margin-bottom: 20px; }

.surprisingly {
  position: relative;
  margin-bottom: 80px;
  z-index: 1; }
  .surprisingly .sur-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 1050px;
    width: 100%;
    margin: 0 auto 60px; }
    .surprisingly .sur-wrapper .sur-block {
      width: 20%; }
      .surprisingly .sur-wrapper .sur-block .img-block {
        display: block;
        position: relative;
        max-width: 110px;
        width: 100%;
        height: 110px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
                box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
        overflow: hidden;
        margin: 0 auto 25px; }
      .surprisingly .sur-wrapper .sur-block .title {
        display: block;
        max-width: 150px;
        width: 100%;
        margin: 0 auto;
        color: #00122a;
        font-size: 22px;
        font-family: Merienda;
        font-weight: 700;
        text-align: center;
        line-height: normal;
        text-transform: none; }
  .surprisingly .sur-description .sur-title {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    color: #00122a;
    font-size: 40px;
    font-family: Montserrat;
    font-weight: 400;
    text-align: center;
    line-height: 50px;
    text-transform: none;
    margin-bottom: 17px; }
  .surprisingly .sur-description .sur-subtitle {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
    color: #00122a;
    font-size: 15px;
    font-family: Montserrat;
    font-weight: 400;
    text-align: center;
    line-height: 23px;
    text-transform: none;
    margin-bottom: 45px; }
  .surprisingly .sur-description .styled-btn {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 270px;
    width: 100%;
    height: 51px;
    line-height: 26px;
    margin: 0 auto; }

.main-services .serv-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 40px;
  margin-bottom: 134px;
  z-index: 0; }
  .main-services .serv-block:before {
    display: block;
    position: absolute;
    content: '';
    width: 3843px;
    height: 81px;
    top: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../img/vis.png) no-repeat center center;
    z-index: -1; }
  .main-services .serv-block .img-block {
    max-width: 620px;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 10px;
    z-index: 2; }
    .main-services .serv-block .img-block img {
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out; }
    .main-services .serv-block .img-block:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out; }
  .main-services .serv-block .desc-block {
    position: relative;
    max-width: 480px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    z-index: 1; }
    .main-services .serv-block .desc-block .title {
      color: #00122a;
      font-size: 40px;
      font-family: Montserrat;
      font-weight: 500;
      text-align: left;
      line-height: normal;
      text-transform: none;
      margin-bottom: 14px; }
    .main-services .serv-block .desc-block .subtitle {
      color: #B1956D;
      font-size: 22px;
      font-family: Merienda;
      font-weight: 400;
      text-align: left;
      line-height: 36px;
      text-transform: none;
      margin-bottom: 14px; }
    .main-services .serv-block .desc-block .desc {
      color: #00122a;
      font-size: 16px;
      font-family: Montserrat;
      font-weight: 400;
      text-align: left;
      line-height: 26px;
      text-transform: none;
      margin-bottom: 35px; }
    .main-services .serv-block .desc-block .styled-btn {
      max-width: inherit;
      width: intrinsic;
      width: -webkit-max-content;
        width-width: -moz-max-content;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 0;
      -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out; }
      .main-services .serv-block .desc-block .styled-btn:hover {
        -webkit-box-shadow: none;
                box-shadow: none;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out; }
    .main-services .serv-block .desc-block .icon-block {
      display: block;
      position: absolute;
      left: -120px;
      bottom: 70px;
      z-index: -1; }
  .main-services .serv-block:nth-child(2n) .img-block {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .main-services .serv-block:nth-child(2n) .desc-block {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }

.tarieven-cards .cards-container {
  display: block;
  position: relative;
  max-width: 100%;
  min-height: 900px;
  margin-top: 30px;
  margin-bottom: 30px; }
  .tarieven-cards .cards-container.one-card {
    min-height: 760px; }
    .tarieven-cards .cards-container.one-card .card {
      max-width: 100% !important; }
      .tarieven-cards .cards-container.one-card .card:before {
        left: -30% !important;
        right: 0 !important; }
      .tarieven-cards .cards-container.one-card .card .top-card {
        border: none !important; }
  .tarieven-cards .cards-container.stro {
    min-height: 300px; }
    .tarieven-cards .cards-container.stro .card .top-card {
      border-bottom: none !important; }
    .tarieven-cards .cards-container.stro .card .main-card {
      padding-top: 0 !important;
      min-height: auto; }
  .tarieven-cards .cards-container .cards-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -315px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .tarieven-cards .cards-container .cards-wrapper .card {
      display: block;
      position: relative;
      max-width: 49%;
      width: 100%;
      background: #ffffff;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
      overflow: hidden;
      z-index: 1;
      padding-bottom: 60px; }
      .tarieven-cards .cards-container .cards-wrapper .card:hover:before {
        background: #F6F3E5;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
      .tarieven-cards .cards-container .cards-wrapper .card:before {
        display: block;
        position: absolute;
        content: '';
        width: 700px;
        height: 700px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background: #F9FBF0;
        top: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        z-index: -1; }
      .tarieven-cards .cards-container .cards-wrapper .card:first-child:before {
        left: -50%; }
      .tarieven-cards .cards-container .cards-wrapper .card:last-child:before {
        right: -50%; }
      .tarieven-cards .cards-container .cards-wrapper .card .top-card {
        padding: 30px;
        border-bottom: 1px solid #E6ECF0; }
        .tarieven-cards .cards-container .cards-wrapper .card .top-card .mark-title {
          color: #d93647;
          font-size: 18px;
          font-family: Montserrat;
          font-weight: 700;
          text-align: left;
          line-height: 20px;
          text-transform: uppercase;
          margin-bottom: 10px; }
        .tarieven-cards .cards-container .cards-wrapper .card .top-card .title {
          color: #00122a;
          font-size: 40px;
          font-family: Merienda;
          font-weight: 400;
          text-align: left;
          line-height: 44px;
          text-transform: none; }
      .tarieven-cards .cards-container .cards-wrapper .card .main-card {
        padding: 30px; }
        .tarieven-cards .cards-container .cards-wrapper .card .main-card .main-container {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: stretch;
          -webkit-align-items: stretch;
              -ms-flex-align: stretch;
                  align-items: stretch; }
          .tarieven-cards .cards-container .cards-wrapper .card .main-card .main-container.bottom-container {
            display: block;
            border: none;
            padding: 10px;
            color: #00122a;
            font-size: 14px;
            font-family: Montserrat;
            font-weight: 400;
            text-align: left;
            line-height: 20px;
            text-transform: none; }
            .tarieven-cards .cards-container .cards-wrapper .card .main-card .main-container.bottom-container a {
              color: #d93647;
              font-size: 14px;
              font-family: Montserrat;
              font-weight: 400;
              text-align: left;
              line-height: 20px;
              text-transform: none; }
          .tarieven-cards .cards-container .cards-wrapper .card .main-card .main-container.text-right .main-wrapper .block {
            max-width: 100% !important; }
          .tarieven-cards .cards-container .cards-wrapper .card .main-card .main-container.text-right .main-wrapper:last-child .block {
            text-align: right; }
          .tarieven-cards .cards-container .cards-wrapper .card .main-card .main-container.long-short .main-wrapper .block {
            max-width: 100%; }
          .tarieven-cards .cards-container .cards-wrapper .card .main-card .main-container.long-short .main-wrapper:first-child {
            max-width: 75%; }
          .tarieven-cards .cards-container .cards-wrapper .card .main-card .main-container.long-short .main-wrapper:last-child {
            max-width: 25%; }
          .tarieven-cards .cards-container .cards-wrapper .card .main-card .main-container.top-container {
            -webkit-box-align: end;
            -webkit-align-items: flex-end;
                -ms-flex-align: end;
                    align-items: flex-end;
            border-bottom: 1px solid #E6ECF0; }
            .tarieven-cards .cards-container .cards-wrapper .card .main-card .main-container.top-container .main-wrapper, .tarieven-cards .cards-container .cards-wrapper .card .main-card .main-container.top-container .block {
              border: none; }
          .tarieven-cards .cards-container .cards-wrapper .card .main-card .main-container .main-wrapper {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            max-width: 50%;
            width: 100%;
            -webkit-box-align: stretch;
            -webkit-align-items: stretch;
                -ms-flex-align: stretch;
                    align-items: stretch;
            -webkit-box-flex: 1;
            -webkit-flex: 1 1 auto;
                -ms-flex: 1 1 auto;
                    flex: 1 1 auto; }
            .tarieven-cards .cards-container .cards-wrapper .card .main-card .main-container .main-wrapper:first-child .block {
              max-width: 100%;
              width: 100%; }
          .tarieven-cards .cards-container .cards-wrapper .card .main-card .main-container .block {
            max-width: 50%;
            width: 100%;
            padding: 10px;
            border-bottom: 1px dashed #E6ECF0;
            -webkit-box-flex: 1;
            -webkit-flex: 1 1 auto;
                -ms-flex: 1 1 auto;
                    flex: 1 1 auto; }
          .tarieven-cards .cards-container .cards-wrapper .card .main-card .main-container .wrapper15 {
            max-width: 15%;
            width: 100%;
            border-bottom: 1px dashed #E6ECF0;
            -webkit-box-flex: 1;
            -webkit-flex: 1 1 auto;
                -ms-flex: 1 1 auto;
                    flex: 1 1 auto; }
            .tarieven-cards .cards-container .cards-wrapper .card .main-card .main-container .wrapper15 .icon {
              margin: 15px; }
          .tarieven-cards .cards-container .cards-wrapper .card .main-card .main-container .wrapper85 {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            max-width: 85%;
            width: 100%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: stretch;
            -webkit-align-items: stretch;
                -ms-flex-align: stretch;
                    align-items: stretch;
            -webkit-box-flex: 1;
            -webkit-flex: 1 1 auto;
                -ms-flex: 1 1 auto;
                    flex: 1 1 auto; }
            .tarieven-cards .cards-container .cards-wrapper .card .main-card .main-container .wrapper85 .main-container .main-wrapper:first-child {
              max-width: 41%;
              -webkit-box-flex: 1;
              -webkit-flex: 1 1 auto;
                  -ms-flex: 1 1 auto;
                      flex: 1 1 auto; }
            .tarieven-cards .cards-container .cards-wrapper .card .main-card .main-container .wrapper85 .main-container .main-wrapper:last-child {
              max-width: 59%;
              -webkit-box-flex: 1;
              -webkit-flex: 1 1 auto;
                  -ms-flex: 1 1 auto;
                      flex: 1 1 auto; }
              .tarieven-cards .cards-container .cards-wrapper .card .main-card .main-container .wrapper85 .main-container .main-wrapper:last-child .block {
                max-width: 50%;
                -webkit-box-flex: 1;
                -webkit-flex: 1 1 auto;
                    -ms-flex: 1 1 auto;
                        flex: 1 1 auto; }
        .tarieven-cards .cards-container .cards-wrapper .card .main-card .ft1 {
          color: #00122a;
          font-size: 16px;
          font-family: Merienda;
          font-weight: 700;
          text-align: left;
          line-height: 24px;
          text-transform: none; }
        .tarieven-cards .cards-container .cards-wrapper .card .main-card .ft2 {
          color: #00122a;
          font-size: 14px;
          font-family: Merienda;
          font-weight: 700;
          text-align: left;
          line-height: 24px;
          text-transform: none; }
        .tarieven-cards .cards-container .cards-wrapper .card .main-card .ft3 {
          color: #00122a;
          font-size: 16px;
          font-family: Montserrat;
          font-weight: 700;
          text-align: left;
          line-height: 24px;
          text-transform: none; }
        .tarieven-cards .cards-container .cards-wrapper .card .main-card .table-wrapper {
          max-width: 100%;
          width: 100%; }
          .tarieven-cards .cards-container .cards-wrapper .card .main-card .table-wrapper table {
            width: 100%; }
            .tarieven-cards .cards-container .cards-wrapper .card .main-card .table-wrapper table.two-col tr td:first-child {
              width: 80%;
              padding-right: 14%; }
            .tarieven-cards .cards-container .cards-wrapper .card .main-card .table-wrapper table.two-col tr td:last-child {
              width: 20%; }
            .tarieven-cards .cards-container .cards-wrapper .card .main-card .table-wrapper table thead {
              border-bottom: 1px solid #E6ECF0;
              color: #00122a;
              font-size: 14px;
              font-family: Merienda;
              font-weight: 700;
              text-align: left;
              line-height: 40px;
              text-transform: none; }
              .tarieven-cards .cards-container .cards-wrapper .card .main-card .table-wrapper table thead tr td:first-child {
                color: #00122a;
                font-size: 16px;
                font-family: Merienda;
                font-weight: 700;
                text-align: left;
                line-height: 40px;
                text-transform: none; }
            .tarieven-cards .cards-container .cards-wrapper .card .main-card .table-wrapper table tbody tr {
              border-bottom: 1px dashed #E6ECF0; }
              .tarieven-cards .cards-container .cards-wrapper .card .main-card .table-wrapper table tbody tr td {
                color: #00122a;
                font-size: 14px;
                font-family: Montserrat;
                font-weight: 700;
                text-align: left;
                line-height: 40px;
                text-transform: none; }
                .tarieven-cards .cards-container .cards-wrapper .card .main-card .table-wrapper table tbody tr td:first-child {
                  color: #00122a;
                  font-size: 14px;
                  font-family: Merienda;
                  font-weight: 700;
                  text-align: left;
                  line-height: 40px;
                  text-transform: none; }
      .tarieven-cards .cards-container .cards-wrapper .card .bottom-card {
        border-top: 1px solid #E6ECF0;
        padding: 30px; }
        .tarieven-cards .cards-container .cards-wrapper .card .bottom-card .title {
          color: #00122a;
          font-size: 14px;
          font-family: Montserrat;
          font-weight: 500;
          text-align: left;
          line-height: 25px;
          text-transform: none; }
        .tarieven-cards .cards-container .cards-wrapper .card .bottom-card .desc {
          color: #00122a;
          font-size: 14px;
          font-family: Montserrat;
          font-weight: 400;
          text-align: left;
          line-height: 21px;
          text-transform: none; }
          .tarieven-cards .cards-container .cards-wrapper .card .bottom-card .desc a {
            color: #d93647;
            font-size: 14px;
            font-family: Montserrat;
            font-weight: 400;
            text-align: left;
            line-height: 21px;
            text-transform: none;
            -webkit-transition: all .3s ease;
            transition: all .3s ease; }
            .tarieven-cards .cards-container .cards-wrapper .card .bottom-card .desc a:hover {
              opacity: .5;
              -webkit-transition: all .3s ease;
              transition: all .3s ease; }
      .tarieven-cards .cards-container .cards-wrapper .card .styled-btn {
        position: absolute;
        max-width: 100%;
        width: 100%;
        left: 0;
        bottom: 0;
        -webkit-border-top-left-radius: 0;
                border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
                border-top-right-radius: 0;
        height: 60px;
        color: #ffffff;
        font-size: 18px;
        font-family: Montserrat;
        font-weight: 600;
        text-align: center;
        line-height: 34px;
        text-transform: none; }

.tarieven-cards .tarieven-cards-desc {
  margin-bottom: 40px; }
  .tarieven-cards .tarieven-cards-desc p {
    color: #00122a;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 400;
    text-align: left;
    line-height: 26px;
    text-transform: none; }
  .tarieven-cards .tarieven-cards-desc .list-title {
    color: #00122a;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 400;
    text-align: left;
    line-height: 26px;
    text-transform: none;
    margin-top: 30px;
    margin-bottom: 10px; }
    .tarieven-cards .tarieven-cards-desc .list-title span {
      color: #00122a;
      font-size: 16px;
      font-family: Montserrat;
      font-weight: 600;
      text-align: left;
      line-height: 26px;
      text-transform: none; }
  .tarieven-cards .tarieven-cards-desc .styled-list {
    padding-left: 20px;
    list-style: disc;
    margin-bottom: 30px; }
    .tarieven-cards .tarieven-cards-desc .styled-list li {
      color: #00122a;
      font-size: 16px;
      font-family: Montserrat;
      font-weight: 400;
      text-align: left;
      line-height: 26px;
      text-transform: none; }

.main-quote {
  position: relative;
  z-index: 2; }
  .main-quote .quote-wrapper {
    position: relative;
    z-index: 1; }
    .main-quote .quote-wrapper:before {
      display: block;
      position: absolute;
      content: '';
      width: 336px;
      height: 351px;
      background: url(../img/quote-bef.png) no-repeat center center;
      top: 40px;
      left: 0px;
      z-index: -1; }
    .main-quote .quote-wrapper .quote-top-icon {
      max-width: 119px;
      width: 100%;
      height: 19px;
      margin: 0 auto 10px; }
    .main-quote .quote-wrapper .quote-title {
      color: #00122a;
      font-size: 60px;
      font-family: Montserrat;
      font-weight: 700;
      text-align: center;
      line-height: auto;
      text-transform: none;
      margin-bottom: 20px; }
    .main-quote .quote-wrapper .quote-icon {
      max-width: 30px;
      width: 100%;
      height: 30px;
      margin: 0 auto 30px; }
    .main-quote .quote-wrapper .styled-btn {
      max-width: 275px;
      margin: 0 auto;
      cursor: pointer; }

.inner-content {
  position: relative;
  z-index: 1;
  padding-top: 101px;
  padding-bottom: 60px; }
  .inner-content:before {
    display: block;
    position: absolute;
    content: '';
    width: 3843px;
    height: 81px;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../img/vis.png) no-repeat center center;
    z-index: -1; }
  .inner-content .italic {
    font-style: italic; }
  .inner-content .title1 {
    color: #00122a;
    font-size: 40px;
    font-family: Montserrat;
    font-weight: 500;
    text-align: left;
    line-height: auto;
    text-transform: none;
    margin-bottom: 30px; }
  .inner-content .title2 {
    color: #00122a;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 600;
    text-align: left;
    line-height: 26px;
    text-transform: none;
    margin-bottom: 30px; }
  .inner-content p {
    color: #00122a;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 400;
    text-align: left;
    line-height: 26px;
    text-transform: none;
    margin-bottom: 30px; }
  .inner-content ul.styled-list {
    padding-left: 30px;
    list-style: disc;
    margin-bottom: 30px; }
    .inner-content ul.styled-list li {
      color: #00122a;
      font-size: 16px;
      font-family: Montserrat;
      font-weight: 400;
      text-align: left;
      line-height: 26px;
      text-transform: none; }
  .inner-content .custom-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    z-index: 0;
    margin-bottom: 30px; }
    .inner-content .custom-block.two-col .desc-block {
      padding-left: 0; }
    .inner-content .custom-block .img-block {
      max-width: 480px;
      width: 100%;
      -webkit-border-radius: 8px;
              border-radius: 8px;
      -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
      overflow: hidden;
      z-index: 2;
      margin-top: 10px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto; }
      .inner-content .custom-block .img-block.sm-img {
        max-width: 375px; }
      .inner-content .custom-block .img-block img {
        display: block;
        max-width: 100%;
        width: 100%;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out; }
      .inner-content .custom-block .img-block:hover img {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out; }
    .inner-content .custom-block .desc-block {
      position: relative;
      max-width: 1000px;
      width: 100%;
      padding-left: 30px;
      z-index: 1;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto; }
      .inner-content .custom-block .desc-block .title {
        color: #00122a;
        font-size: 40px;
        font-family: Montserrat;
        font-weight: 500;
        text-align: left;
        line-height: auto;
        text-transform: none;
        margin-bottom: 20px; }
      .inner-content .custom-block .desc-block .desc {
        color: #00122a;
        font-size: 16px;
        font-family: Montserrat;
        font-weight: 400;
        text-align: left;
        line-height: 26px;
        text-transform: none;
        margin-bottom: 40px; }
        .inner-content .custom-block .desc-block .desc .styled-list {
          margin-top: 30px; }
      .inner-content .custom-block .desc-block .subdesc {
        color: #00122a;
        font-size: 16px;
        font-family: Montserrat;
        font-weight: 700;
        text-align: left;
        line-height: 26px;
        text-transform: none;
        margin-bottom: 30px; }
      .inner-content .custom-block .desc-block p {
        color: #00122a;
        font-size: 16px;
        font-family: Montserrat;
        font-weight: 400;
        text-align: left;
        line-height: 26px;
        text-transform: none;
        margin-bottom: 30px; }
      .inner-content .custom-block .desc-block .styled-btn {
        min-width: 280px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
                box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
        .inner-content .custom-block .desc-block .styled-btn:hover {
          -webkit-box-shadow: none;
                  box-shadow: none;
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
  .inner-content .custom-video {
    max-width: 100%;
    width: 100%;
    height: 480px;
    margin-bottom: 60px; }
    .inner-content .custom-video iframe {
      width: 100%;
      height: 100%; }
  .inner-content .styled-btn {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 30px; }
    .inner-content .styled-btn.center {
      margin: 0 auto; }

.fw-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: 72px; }
  .fw-container .fw-block {
    max-width: 950px;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    .fw-container .fw-block.fw-img {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      background: url(../img/leave-img.jpg) no-repeat center top; }
    .fw-container .fw-block.fw-map {
      max-width: 50%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto; }
    .fw-container .fw-block #map {
      display: block;
      width: 100%;
      height: 1000px; }
    .fw-container .fw-block .styled-btn {
      min-width: 180px; }
    .fw-container .fw-block .form-wrapper {
      max-width: 610px;
      width: 100%;
      margin: 60px auto 60px;
      padding: 0 15px; }
      .fw-container .fw-block .form-wrapper .title {
        color: #00122a;
        font-size: 28px;
        font-family: Montserrat;
        font-weight: 700;
        text-align: left;
        line-height: 21px;
        text-transform: none;
        margin-bottom: 10px; }
      .fw-container .fw-block .form-wrapper .subtitle {
        color: #00122a;
        font-size: 16px;
        font-family: Montserrat;
        font-weight: 400;
        text-align: left;
        line-height: 24px;
        text-transform: none;
        margin-bottom: 20px; }
      .fw-container .fw-block .form-wrapper form .form-block {
        margin-bottom: 15px; }
        .fw-container .fw-block .form-wrapper form .form-block.correct-block {
          margin: 30px 0; }
        .fw-container .fw-block .form-wrapper form .form-block input {
          display: block;
          width: 100%;
          height: 50px;
          -webkit-border-radius: 4px;
                  border-radius: 4px;
          border: 1px solid #E6ECF0;
          background: #ffffff;
          color: #00122a;
          font-size: 15px;
          font-family: Montserrat;
          font-weight: 500;
          text-align: left;
          line-height: auto;
          text-transform: none;
          padding: 0 10px; }
        .fw-container .fw-block .form-wrapper form .form-block textarea {
          display: block;
          width: 100%;
          height: 140px;
          -webkit-border-radius: 4px;
                  border-radius: 4px;
          border: 1px solid #E6ECF0;
          background: #ffffff;
          color: #00122a;
          font-size: 15px;
          font-family: Montserrat;
          font-weight: 500;
          text-align: left;
          line-height: auto;
          text-transform: none;
          padding: 10px;
          resize: none; }
    .fw-container .fw-block .comments-wrapper {
      max-width: 610px;
      width: 100%;
      margin: 0 auto;
      padding: 0 15px; }
      .fw-container .fw-block .comments-wrapper .title {
        color: #00122a;
        font-size: 28px;
        font-family: Montserrat;
        font-weight: 700;
        text-align: left;
        line-height: 21px;
        text-transform: none;
        margin-bottom: 30px; }
      .fw-container .fw-block .comments-wrapper .comment-block {
        display: block;
        max-width: 100%;
        width: 100%;
        padding: 30px;
        background: #ffffff;
        -webkit-border-radius: 4px;
                border-radius: 4px;
        border: 1px solid #E6ECF0;
        margin-bottom: 30px; }
        .fw-container .fw-block .comments-wrapper .comment-block .name {
          color: #00122a;
          font-size: 20px;
          font-family: Montserrat;
          font-weight: 700;
          text-align: left;
          line-height: 21px;
          text-transform: none;
          margin-bottom: 10px; }
        .fw-container .fw-block .comments-wrapper .comment-block .date {
          color: #CF352D;
          font-size: 13px;
          font-family: Montserrat;
          font-weight: 600;
          text-align: left;
          line-height: 21px;
          text-transform: none;
          margin-bottom: 20px; }
        .fw-container .fw-block .comments-wrapper .comment-block .message {
          display: block;
          position: relative;
          padding-left: 40px;
          color: #00122a;
          font-size: 16px;
          font-family: Montserrat;
          font-weight: 400;
          text-align: left;
          line-height: 26px;
          text-transform: none;
          font-style: italic;
          margin-bottom: 20px; }
          .fw-container .fw-block .comments-wrapper .comment-block .message:before {
            display: block;
            position: absolute;
            content: '';
            width: 30px;
            height: 30px;
            top: 2px;
            left: 0;
            background: url(../img/quote-icon.png) no-repeat center center; }
        .fw-container .fw-block .comments-wrapper .comment-block .answer {
          display: block;
          padding-left: 40px;
          color: #d93647;
          font-size: 12px;
          font-family: Montserrat;
          font-weight: 600;
          text-align: left;
          line-height: 21px;
          text-transform: none;
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
          .fw-container .fw-block .comments-wrapper .comment-block .answer:hover {
            opacity: .5;
            -webkit-transition: all .3s ease;
            transition: all .3s ease; }
    .fw-container .fw-block .contacts-wrapper {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      max-width: 610px;
      width: 100%;
      margin: 30px auto 30px;
      padding: 0 15px; }
      .fw-container .fw-block .contacts-wrapper .title {
        display: block;
        width: 100%;
        color: #00122a;
        font-size: 28px;
        font-family: Montserrat;
        font-weight: 700;
        text-align: left;
        line-height: 21px;
        text-transform: none;
        margin-bottom: 30px; }
      .fw-container .fw-block .contacts-wrapper .contact-block {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        margin-bottom: 30px; }
        .fw-container .fw-block .contacts-wrapper .contact-block .title {
          color: #00122a;
          font-size: 22px;
          font-family: Montserrat;
          font-weight: 600;
          text-align: left;
          line-height: auto;
          text-transform: none; }
        .fw-container .fw-block .contacts-wrapper .contact-block p {
          color: #00122a;
          font-size: 15px;
          font-family: Montserrat;
          font-weight: 400;
          text-align: left;
          line-height: 23px;
          text-transform: none; }

.choose-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: 72px;
  background: #ffffff; }
  .choose-container .choose-block {
    border-top: 1px solid #E6ECF0; }
    .choose-container .choose-block .date-form-wrapper .date-form .form-block input {
      font-size: 15px; }
      .choose-container .choose-block .date-form-wrapper .date-form .form-block input::-webkit-input-placeholder {
        font-size: 15px; }
      .choose-container .choose-block .date-form-wrapper .date-form .form-block input::-moz-placeholder {
        font-size: 15px; }
      .choose-container .choose-block .date-form-wrapper .date-form .form-block input:-ms-input-placeholder {
        font-size: 15px; }
      .choose-container .choose-block .date-form-wrapper .date-form .form-block input:-moz-placeholder {
        font-size: 15px; }
    .choose-container .choose-block .date-form-wrapper .date-form .form-block:nth-child(3) .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
      font-size: 15px; }
    .choose-container .choose-block.ch-img {
      max-width: 330px;
      border-right: 1px solid #E6ECF0;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      background: url(../img/choose-img1.jpg) no-repeat center top; }
    .choose-container .choose-block.ch-form {
      max-width: 520px;
      width: 100%;
      border-right: 1px solid #E6ECF0;
      -webkit-box-flex: 2;
      -webkit-flex: 2 0 auto;
          -ms-flex: 2 0 auto;
              flex: 2 0 auto; }
      .choose-container .choose-block.ch-form form {
        padding: 30px;
        border-bottom: 1px solid #E6ECF0; }
        .choose-container .choose-block.ch-form form .title {
          color: #00122a;
          font-size: 28px;
          font-family: Montserrat;
          font-weight: 700;
          text-align: left;
          line-height: 28px;
          text-transform: none;
          margin-bottom: 10px; }
        .choose-container .choose-block.ch-form form .subtitle {
          color: #00122a;
          font-size: 16px;
          font-family: Montserrat;
          font-weight: 400;
          text-align: left;
          line-height: 18px;
          text-transform: none;
          margin-bottom: 20px; }
        .choose-container .choose-block.ch-form form .choose-step .add-accomodation {
          display: block;
          position: relative;
          max-width: 100%;
          width: 100%;
          border: 1px solid #E6ECF0;
          -webkit-border-radius: 4px;
                  border-radius: 4px;
          padding-left: 60px;
          color: #4d4d4d;
          font-size: 13px;
          font-family: Montserrat;
          font-weight: 600;
          text-align: left;
          line-height: 50px;
          text-transform: none;
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
          .choose-container .choose-block.ch-form form .choose-step .add-accomodation span {
            display: block;
            position: absolute;
            width: 36px;
            height: 36px;
            top: 8px;
            left: 8px;
            -webkit-border-radius: 4px;
                    border-radius: 4px;
            background: #FAF5E0;
            color: #4d4d4d;
            font-size: 18px;
            font-family: Montserrat;
            font-weight: 600;
            text-align: center;
            line-height: 36px;
            text-transform: none; }
          .choose-container .choose-block.ch-form form .choose-step .add-accomodation:hover {
            background: #E6ECF0;
            -webkit-transition: all .3s ease;
            transition: all .3s ease; }
        .choose-container .choose-block.ch-form form .choose-step .date-form-wrapper {
          -webkit-box-shadow: none;
                  box-shadow: none;
          border: 1px solid #E6ECF0;
          -webkit-border-radius: 4px;
                  border-radius: 4px;
          margin-bottom: 30px; }
        .choose-container .choose-block.ch-form form .choose-step .tabs-wrapper ul.tabs {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          border: 1px solid #E6ECF0;
          -webkit-border-radius: 4px;
                  border-radius: 4px;
          overflow: hidden;
          margin-bottom: 30px; }
          .choose-container .choose-block.ch-form form .choose-step .tabs-wrapper ul.tabs li {
            max-width: 50%;
            width: 100%;
            -webkit-box-flex: 0;
            -webkit-flex: 0 1 auto;
                -ms-flex: 0 1 auto;
                    flex: 0 1 auto; }
            .choose-container .choose-block.ch-form form .choose-step .tabs-wrapper ul.tabs li.active {
              background: #CF352D; }
              .choose-container .choose-block.ch-form form .choose-step .tabs-wrapper ul.tabs li.active a {
                color: #ffffff; }
            .choose-container .choose-block.ch-form form .choose-step .tabs-wrapper ul.tabs li a {
              display: block;
              width: 100%;
              height: 100%;
              color: #00122a;
              font-size: 15px;
              font-family: Montserrat;
              font-weight: 600;
              text-align: center;
              line-height: 50px;
              text-transform: none; }
        .choose-container .choose-block.ch-form form .choose-step .place-wrapper {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          position: relative;
          -webkit-box-align: stretch;
          -webkit-align-items: stretch;
              -ms-flex-align: stretch;
                  align-items: stretch;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          border: 1px solid #E6ECF0;
          -webkit-border-radius: 4px;
                  border-radius: 4px;
          margin-bottom: 30px;
          cursor: pointer;
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
          .choose-container .choose-block.ch-form form .choose-step .place-wrapper.active .pclose-btn {
            display: block; }
          .choose-container .choose-block.ch-form form .choose-step .place-wrapper.active:first-child .place-block .icon:before {
            background: url(../img/place-icon1w.png) no-repeat center center; }
          .choose-container .choose-block.ch-form form .choose-step .place-wrapper.active:nth-child(2) .place-block .icon:before {
            background: url(../img/place-icon2w.png) no-repeat center center; }
          .choose-container .choose-block.ch-form form .choose-step .place-wrapper.active:nth-child(3) .place-block .icon:before {
            background: url(../img/place-icon3w.png) no-repeat center center; }
          .choose-container .choose-block.ch-form form .choose-step .place-wrapper.active .place-block.pl-icon .icon {
            background: #CF352D; }
          .choose-container .choose-block.ch-form form .choose-step .place-wrapper:hover {
            -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
                    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            -webkit-transition: all .3s ease;
            transition: all .3s ease; }
          .choose-container .choose-block.ch-form form .choose-step .place-wrapper:first-child .place-block .icon:before {
            background: url(../img/place-icon1.png) no-repeat center center; }
          .choose-container .choose-block.ch-form form .choose-step .place-wrapper:nth-child(2) .place-block .icon:before {
            background: url(../img/place-icon2.png) no-repeat center center; }
          .choose-container .choose-block.ch-form form .choose-step .place-wrapper:nth-child(3) .place-block .icon:before {
            background: url(../img/place-icon3.png) no-repeat center center; }
          .choose-container .choose-block.ch-form form .choose-step .place-wrapper .pclose-btn {
            display: none;
            position: absolute;
            width: 26px;
            height: 26px;
            top: 5px;
            right: 5px;
            background: #ffffff;
            border: 1px solid #E6ECF0;
            -webkit-border-radius: 50%;
                    border-radius: 50%;
            cursor: pointer;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            z-index: 2; }
            .choose-container .choose-block.ch-form form .choose-step .place-wrapper .pclose-btn:hover {
              -webkit-transform: scale(1.3);
                  -ms-transform: scale(1.3);
                      transform: scale(1.3);
              -webkit-transition: all .3s ease;
              transition: all .3s ease; }
            .choose-container .choose-block.ch-form form .choose-step .place-wrapper .pclose-btn:before {
              display: block;
              position: absolute;
              content: '';
              width: 14px;
              height: 2px;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%) rotate(45deg);
                  -ms-transform: translate(-50%, -50%) rotate(45deg);
                      transform: translate(-50%, -50%) rotate(45deg);
              background: #000000;
              -webkit-border-radius: 1px;
                      border-radius: 1px; }
            .choose-container .choose-block.ch-form form .choose-step .place-wrapper .pclose-btn:after {
              display: block;
              position: absolute;
              content: '';
              width: 14px;
              height: 2px;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                  -ms-transform: translate(-50%, -50%) rotate(-45deg);
                      transform: translate(-50%, -50%) rotate(-45deg);
              background: #000000;
              -webkit-border-radius: 1px;
                      border-radius: 1px; }
          .choose-container .choose-block.ch-form form .choose-step .place-wrapper .place-block {
            position: relative;
            max-width: 100%;
            width: 100%;
            -webkit-box-flex: 0;
            -webkit-flex: 0 1 auto;
                -ms-flex: 0 1 auto;
                    flex: 0 1 auto; }
            .choose-container .choose-block.ch-form form .choose-step .place-wrapper .place-block:not(.pl-icon) {
              padding: 10px; }
            .choose-container .choose-block.ch-form form .choose-step .place-wrapper .place-block.pl-icon {
              max-width: 90px;
              width: 100%; }
              .choose-container .choose-block.ch-form form .choose-step .place-wrapper .place-block.pl-icon .icon {
                display: block;
                position: relative;
                max-width: 90px;
                width: 100%;
                height: 90px;
                background: #E6ECF0; }
                .choose-container .choose-block.ch-form form .choose-step .place-wrapper .place-block.pl-icon .icon:before {
                  display: block;
                  position: absolute;
                  content: '';
                  width: 100%;
                  height: 100%;
                  top: 0;
                  left: 0; }
            .choose-container .choose-block.ch-form form .choose-step .place-wrapper .place-block .type {
              display: block;
              position: relative;
              width: 100%;
              color: #00122a;
              font-size: 14px;
              font-family: Montserrat;
              font-weight: 600;
              text-align: left;
              line-height: 12px;
              text-transform: none;
              margin-bottom: 10px;
              padding-left: 25px; }
              .choose-container .choose-block.ch-form form .choose-step .place-wrapper .place-block .type:before {
                display: block;
                position: absolute;
                content: '';
                width: 17px;
                height: 13px;
                top: 50%;
                left: 0;
                -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                        transform: translateY(-50%);
                background: url(../img/type-icon.png) no-repeat center center; }
            .choose-container .choose-block.ch-form form .choose-step .place-wrapper .place-block .guests {
              color: #B1956D;
              font-size: 12px;
              font-family: Montserrat;
              font-weight: 700;
              text-align: left;
              line-height: 16px;
              text-transform: none;
              margin-bottom: 10px; }
            .choose-container .choose-block.ch-form form .choose-step .place-wrapper .place-block .price-wrapper {
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              position: absolute;
              left: 10px;
              right: 10px;
              bottom: 5px;
              -webkit-box-pack: justify;
              -webkit-justify-content: space-between;
                  -ms-flex-pack: justify;
                      justify-content: space-between; }
              .choose-container .choose-block.ch-form form .choose-step .place-wrapper .place-block .price-wrapper .price {
                max-width: 50%;
                width: 100%;
                -webkit-box-flex: 0;
                -webkit-flex: 0 1 auto;
                    -ms-flex: 0 1 auto;
                        flex: 0 1 auto;
                color: #4d4d4d;
                font-size: 12px;
                font-family: Montserrat;
                font-weight: 700;
                text-align: left;
                line-height: 16px;
                text-transform: none; }
              .choose-container .choose-block.ch-form form .choose-step .place-wrapper .place-block .price-wrapper button {
                max-width: 50%;
                width: 100%;
                -webkit-box-flex: 0;
                -webkit-flex: 0 1 auto;
                    -ms-flex: 0 1 auto;
                        flex: 0 1 auto;
                color: #CF352D;
                font-size: 12px;
                font-family: Montserrat;
                font-weight: 600;
                text-align: right;
                line-height: 16px;
                text-transform: none;
                -webkit-transition: all .3s ease;
                transition: all .3s ease; }
                .choose-container .choose-block.ch-form form .choose-step .place-wrapper .place-block .price-wrapper button:hover {
                  opacity: .5;
                  -webkit-transition: all .3s ease;
                  transition: all .3s ease; }
        .choose-container .choose-block.ch-form form .choose-step .guests-wrapper .guests-block {
          display: block;
          position: relative;
          border: 1px solid #E6ECF0;
          -webkit-border-radius: 4px;
                  border-radius: 4px;
          overflow: hidden;
          margin-bottom: 30px; }
          .choose-container .choose-block.ch-form form .choose-step .guests-wrapper .guests-block .q-title {
            display: block;
            position: absolute;
            max-width: 400px;
            width: 100%;
            height: 40px;
            top: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
            color: #00122a;
            font-size: 13px;
            font-family: Montserrat;
            font-weight: 400;
            text-align: center;
            line-height: 40px;
            text-transform: none;
            z-index: 2; }
          .choose-container .choose-block.ch-form form .choose-step .guests-wrapper .guests-block .qty {
            display: block;
            position: relative;
            width: 100%;
            height: 72px;
            border: none;
            padding: 20px 36px 0;
            text-align: center;
            color: #00122a;
            font-size: 16px;
            font-family: Montserrat;
            font-weight: 600;
            text-align: center;
            line-height: 20px;
            text-transform: none; }
            .choose-container .choose-block.ch-form form .choose-step .guests-wrapper .guests-block .qty::-webkit-outer-spin-button, .choose-container .choose-block.ch-form form .choose-step .guests-wrapper .guests-block .qty::-webkit-inner-spin-button {
              -webkit-appearance: none;
                -webkit-appearance-margin: 0; }
          .choose-container .choose-block.ch-form form .choose-step .guests-wrapper .guests-block .qty-minus {
            display: block;
            position: absolute;
            width: 36px;
            height: 100%;
            top: 0;
            left: 0;
            background: #E7EDF1;
            color: #00122a;
            font-size: 30px;
            font-family: Montserrat;
            font-weight: 400;
            text-align: center;
            line-height: 72px;
            text-transform: none;
            border-right: 1px solid #E6ECF0;
            border-top: 0;
            border-bottom: 0;
            border-left: 0;
            z-index: 1; }
            .choose-container .choose-block.ch-form form .choose-step .guests-wrapper .guests-block .qty-minus:focus {
              outline: none; }
          .choose-container .choose-block.ch-form form .choose-step .guests-wrapper .guests-block .qty-plus {
            display: block;
            position: absolute;
            width: 36px;
            height: 100%;
            top: 0;
            right: 0;
            background: #E7EDF1;
            color: #00122a;
            font-size: 30px;
            font-family: Montserrat;
            font-weight: 400;
            text-align: center;
            line-height: 72px;
            text-transform: none;
            border-left: 1px solid #E6ECF0;
            border-top: 0;
            border-bottom: 0;
            border-right: 0;
            z-index: 1; }
            .choose-container .choose-block.ch-form form .choose-step .guests-wrapper .guests-block .qty-plus:focus {
              outline: none; }
        .choose-container .choose-block.ch-form form .choose-step .period-wrapper .title {
          color: #00122a;
          font-size: 10px;
          font-family: Montserrat;
          font-weight: 600;
          text-align: left;
          line-height: 21px;
          text-transform: none; }
        .choose-container .choose-block.ch-form form .choose-step .personal-wrapper .title {
          display: block;
          position: relative;
          padding-left: 20px;
          color: #00122a;
          font-size: 13px;
          font-family: Montserrat;
          font-weight: 600;
          text-align: left;
          line-height: 21px;
          text-transform: uppercase; }
          .choose-container .choose-block.ch-form form .choose-step .personal-wrapper .title:before {
            display: block;
            position: absolute;
            content: '';
            width: 13px;
            height: 14px;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            background: url(../img/guest-icon.png) no-repeat center center; }
        .choose-container .choose-block.ch-form form .choose-step .personal-wrapper .title2 {
          color: #00122a;
          font-size: 10px;
          font-family: Montserrat;
          font-weight: 600;
          text-align: left;
          line-height: 21px;
          text-transform: uppercase;
          margin-bottom: 10px; }
        .choose-container .choose-block.ch-form form .choose-step .personal-wrapper .form-block {
          margin-bottom: 30px; }
          .choose-container .choose-block.ch-form form .choose-step .personal-wrapper .form-block input {
            max-width: 100%;
            width: 100%;
            border: 1px solid #E6ECF0;
            -webkit-border-radius: 4px;
                    border-radius: 4px;
            height: 50px;
            padding: 0 10px;
            color: #00122a;
            font-size: 15px;
            font-family: Montserrat;
            font-weight: 500;
            text-align: left;
            line-height: auto;
            text-transform: none; }
          .choose-container .choose-block.ch-form form .choose-step .personal-wrapper .form-block.name {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: stretch;
            -webkit-align-items: stretch;
                -ms-flex-align: stretch;
                    align-items: stretch;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                    justify-content: space-between; }
            .choose-container .choose-block.ch-form form .choose-step .personal-wrapper .form-block.name input {
              max-width: 49%;
              -webkit-box-flex: 0;
              -webkit-flex: 0 1 auto;
                  -ms-flex: 0 1 auto;
                      flex: 0 1 auto; }
          .choose-container .choose-block.ch-form form .choose-step .personal-wrapper .form-block.birth {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: stretch;
            -webkit-align-items: stretch;
                -ms-flex-align: stretch;
                    align-items: stretch;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                    justify-content: space-between; }
            .choose-container .choose-block.ch-form form .choose-step .personal-wrapper .form-block.birth .jq-selectbox {
              max-width: 33%;
              width: 100%;
              -webkit-box-flex: 0;
              -webkit-flex: 0 1 auto;
                  -ms-flex: 0 1 auto;
                      flex: 0 1 auto; }
              .choose-container .choose-block.ch-form form .choose-step .personal-wrapper .form-block.birth .jq-selectbox .jq-selectbox__select {
                border: 1px solid #E6ECF0;
                background: #ffffff;
                -webkit-box-shadow: none;
                        box-shadow: none;
                height: 50px; }
                .choose-container .choose-block.ch-form form .choose-step .personal-wrapper .form-block.birth .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
                  color: #00122a;
                  font-size: 15px;
                  font-family: Montserrat;
                  font-weight: 500;
                  text-align: left;
                  line-height: 50px;
                  text-transform: none; }
                .choose-container .choose-block.ch-form form .choose-step .personal-wrapper .form-block.birth .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger {
                  border: none; }
                  .choose-container .choose-block.ch-form form .choose-step .personal-wrapper .form-block.birth .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
                    display: block;
                    position: absolute;
                    width: 10px;
                    height: 50px;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                        -ms-transform: translateY(-50%);
                            transform: translateY(-50%);
                    border: none; }
                    .choose-container .choose-block.ch-form form .choose-step .personal-wrapper .form-block.birth .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow:before {
                      display: block;
                      position: absolute;
                      font-family: FontAwesome;
                      content: '\f107';
                      width: 100%;
                      height: 100%;
                      top: 0;
                      left: 0;
                      color: #00122a;
                      font-size: 18px;
                      font-weight: 400;
                      text-align: center;
                      line-height: 50px; }
      .choose-container .choose-block.ch-form .form-control {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 30px; }
        .choose-container .choose-block.ch-form .form-control button {
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
          .choose-container .choose-block.ch-form .form-control button:hover {
            opacity: .5;
            -webkit-transition: all .3s ease;
            transition: all .3s ease; }
        .choose-container .choose-block.ch-form .form-control .cancel {
          display: block;
          position: relative;
          max-width: 140px;
          width: 100%;
          height: 40px;
          border: 1px solid #E6ECF0;
          -webkit-border-radius: 4px;
                  border-radius: 4px;
          color: #4d4d4d;
          font-size: 13px;
          font-family: Montserrat;
          font-weight: 600;
          text-align: center;
          line-height: 38px;
          text-transform: none;
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
          .choose-container .choose-block.ch-form .form-control .cancel:hover {
            background: #E6ECF0;
            -webkit-transition: all .3s ease;
            transition: all .3s ease; }
        .choose-container .choose-block.ch-form .form-control .next {
          display: block;
          position: relative;
          max-width: 140px;
          width: 100%;
          height: 40px;
          border: 1px solid #CF352D;
          -webkit-border-radius: 4px;
                  border-radius: 4px;
          background: #CF352D;
          color: #ffffff;
          font-size: 13px;
          font-family: Montserrat;
          font-weight: 600;
          text-align: center;
          line-height: 38px;
          text-transform: none;
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
          .choose-container .choose-block.ch-form .form-control .next:hover {
            opacity: .5;
            -webkit-transition: all .3s ease;
            transition: all .3s ease; }
    .choose-container .choose-block.ch-calendar {
      max-width: 1070px;
      width: 100%;
      padding-top: 30px; }
      .choose-container .choose-block.ch-calendar #calendar {
        max-width: 100%;
        width: 100%;
        margin: 0 auto; }
        .choose-container .choose-block.ch-calendar #calendar .fc-head {
          border-left: none;
          border-right: none; }
        .choose-container .choose-block.ch-calendar #calendar .fc-day-number {
          float: left;
          margin-left: 10px;
          color: #00122a;
          font-size: 14px;
          font-family: Montserrat;
          font-weight: 600;
          text-align: left;
          line-height: 16px;
          text-transform: none; }
        .choose-container .choose-block.ch-calendar #calendar .fc-other-month {
          background: #F9F9F9; }
        .choose-container .choose-block.ch-calendar #calendar:not(.fc-other-month) {
          position: relative; }
          .choose-container .choose-block.ch-calendar #calendar:not(.fc-other-month):after {
            display: block;
            position: absolute;
            content: '';
            width: 100%;
            height: 1px;
            bottom: 0;
            left: 0;
            background: #F9F9F9; }
        .choose-container .choose-block.ch-calendar #calendar .fc-day-header {
          border: none;
          padding-left: 10px;
          padding-top: 10px;
          padding-bottom: 10px;
          color: #00122a;
          font-size: 14px;
          font-family: Montserrat;
          font-weight: 600;
          text-align: left;
          line-height: 16px;
          text-transform: uppercase; }
        .choose-container .choose-block.ch-calendar #calendar .fc-day {
          border: 10px solid #ffffff; }
        .choose-container .choose-block.ch-calendar #calendar .fc-left {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-flex-wrap: nowrap;
              -ms-flex-wrap: nowrap;
                  flex-wrap: nowrap;
          max-width: 180px;
          width: 100%;
          margin-left: 30px; }
          .choose-container .choose-block.ch-calendar #calendar .fc-left h2 {
            color: #00122a;
            font-size: 12px;
            font-family: Montserrat;
            font-weight: 600;
            text-align: left;
            line-height: 16px;
            text-transform: uppercase; }
          .choose-container .choose-block.ch-calendar #calendar .fc-left .fc-prev-button {
            display: block;
            max-width: 26px;
            width: 100%;
            height: 26px;
            border: 1px solid #E6ECF0;
            -webkit-border-radius: 50%;
                    border-radius: 50%;
            background: #ffffff;
            z-index: 1; }
            .choose-container .choose-block.ch-calendar #calendar .fc-left .fc-prev-button span {
              display: none; }
            .choose-container .choose-block.ch-calendar #calendar .fc-left .fc-prev-button:before {
              display: block;
              position: absolute;
              font-family: FontAwesome;
              content: '\f060';
              width: 24px;
              height: 24px;
              top: 0;
              left: 0;
              color: #4d4d4d;
              font-size: 12px;
              font-weight: 400;
              text-align: center;
              line-height: 24px; }
          .choose-container .choose-block.ch-calendar #calendar .fc-left .fc-next-button {
            display: block;
            max-width: 26px;
            width: 100%;
            height: 26px;
            border: 1px solid #E6ECF0;
            -webkit-border-radius: 50%;
                    border-radius: 50%;
            background: #ffffff;
            z-index: 1; }
            .choose-container .choose-block.ch-calendar #calendar .fc-left .fc-next-button span {
              display: none; }
            .choose-container .choose-block.ch-calendar #calendar .fc-left .fc-next-button:before {
              display: block;
              position: absolute;
              font-family: FontAwesome;
              content: '\f061';
              width: 24px;
              height: 24px;
              top: 0;
              left: 0;
              color: #4d4d4d;
              font-size: 12px;
              font-weight: 400;
              text-align: center;
              line-height: 24px; }
    .choose-container .choose-block.ch-pay {
      max-width: 1590px;
      width: 100%; }
      .choose-container .choose-block.ch-pay .main-pay-wrapper {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        max-width: 100%;
        width: 100%;
        height: 100%; }
        .choose-container .choose-block.ch-pay .main-pay-wrapper .pay-container {
          display: block;
          position: absolute;
          max-width: 645px;
          width: 100%;
          top: 40%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          padding: 0 15px; }
          .choose-container .choose-block.ch-pay .main-pay-wrapper .pay-container .title {
            display: block;
            position: relative;
            max-width: 170px;
            width: 100%;
            color: #00122a;
            font-size: 26px;
            font-family: Montserrat;
            font-weight: 700;
            text-align: center;
            line-height: 24px;
            text-transform: none;
            padding-left: 34px;
            margin: 0 auto 10px; }
            .choose-container .choose-block.ch-pay .main-pay-wrapper .pay-container .title:before {
              display: block;
              position: absolute;
              content: '';
              width: 24px;
              height: 31px;
              top: 50%;
              left: 0;
              -webkit-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                      transform: translateY(-50%);
              background: url(../img/lock.png) no-repeat center center; }
          .choose-container .choose-block.ch-pay .main-pay-wrapper .pay-container .subtitle {
            color: #00122a;
            font-size: 15px;
            font-family: Montserrat;
            font-weight: 500;
            text-align: center;
            line-height: 24px;
            text-transform: none;
            margin-bottom: 20px; }
          .choose-container .choose-block.ch-pay .main-pay-wrapper .pay-container .title2 {
            color: #00122a;
            font-size: 15px;
            font-family: Montserrat;
            font-weight: 700;
            text-align: center;
            line-height: 18px;
            text-transform: uppercase;
            margin-bottom: 20px; }
          .choose-container .choose-block.ch-pay .main-pay-wrapper .pay-container form {
            max-width: 360px;
            width: 100%;
            margin: 0 auto; }
            .choose-container .choose-block.ch-pay .main-pay-wrapper .pay-container form .pay-wrapper {
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
              .choose-container .choose-block.ch-pay .main-pay-wrapper .pay-container form .pay-wrapper .form-block {
                max-width: 33%;
                width: 100%;
                -webkit-box-flex: 0;
                -webkit-flex: 0 1 auto;
                    -ms-flex: 0 1 auto;
                        flex: 0 1 auto; }
            .choose-container .choose-block.ch-pay .main-pay-wrapper .pay-container form .form-block {
              margin-bottom: 20px; }
              .choose-container .choose-block.ch-pay .main-pay-wrapper .pay-container form .form-block label {
                display: block;
                position: relative;
                width: 100%;
                margin-bottom: 10px;
                color: #00122a;
                font-size: 11px;
                font-family: Montserrat;
                font-weight: 500;
                text-align: left;
                line-height: 14px;
                text-transform: none; }
              .choose-container .choose-block.ch-pay .main-pay-wrapper .pay-container form .form-block input {
                display: block;
                position: relative;
                width: 100%;
                height: 40px;
                -webkit-border-radius: 4px;
                        border-radius: 4px;
                border: 1px solid #E6ECF0;
                background: #F9FBF0;
                padding: 0 10px; }
              .choose-container .choose-block.ch-pay .main-pay-wrapper .pay-container form .form-block.controls {
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                    -ms-flex-pack: justify;
                        justify-content: space-between; }
                .choose-container .choose-block.ch-pay .main-pay-wrapper .pay-container form .form-block.controls button {
                  -webkit-transition: all .3s ease;
                  transition: all .3s ease; }
                  .choose-container .choose-block.ch-pay .main-pay-wrapper .pay-container form .form-block.controls button:hover {
                    opacity: .5;
                    -webkit-transition: all .3s ease;
                    transition: all .3s ease; }
                  .choose-container .choose-block.ch-pay .main-pay-wrapper .pay-container form .form-block.controls button.cancel {
                    display: block;
                    position: relative;
                    max-width: 140px;
                    width: 100%;
                    height: 40px;
                    border: 1px solid #E6ECF0;
                    -webkit-border-radius: 4px;
                            border-radius: 4px;
                    color: #4d4d4d;
                    font-size: 13px;
                    font-family: Montserrat;
                    font-weight: 600;
                    text-align: center;
                    line-height: 36px;
                    text-transform: none;
                    -webkit-transition: all .3s ease;
                    transition: all .3s ease; }
                    .choose-container .choose-block.ch-pay .main-pay-wrapper .pay-container form .form-block.controls button.cancel:hover {
                      background: #E6ECF0;
                      -webkit-transition: all .3s ease;
                      transition: all .3s ease; }
                  .choose-container .choose-block.ch-pay .main-pay-wrapper .pay-container form .form-block.controls button.process {
                    display: block;
                    position: relative;
                    max-width: 140px;
                    width: 100%;
                    height: 40px;
                    border: 1px solid #CF352D;
                    -webkit-border-radius: 4px;
                            border-radius: 4px;
                    background: #CF352D;
                    color: #ffffff;
                    font-size: 13px;
                    font-family: Montserrat;
                    font-weight: 600;
                    text-align: center;
                    line-height: 36px;
                    text-transform: none;
                    -webkit-transition: all .3s ease;
                    transition: all .3s ease; }
                    .choose-container .choose-block.ch-pay .main-pay-wrapper .pay-container form .form-block.controls button.process:hover {
                      opacity: .5;
                      -webkit-transition: all .3s ease;
                      transition: all .3s ease; }
            .choose-container .choose-block.ch-pay .main-pay-wrapper .pay-container form .date-title {
              color: #00122a;
              font-size: 11px;
              font-family: Montserrat;
              font-weight: 500;
              text-align: left;
              line-height: 14px;
              text-transform: none;
              margin-bottom: 10px; }
            .choose-container .choose-block.ch-pay .main-pay-wrapper .pay-container form .card-date-wrapper {
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
              -webkit-justify-content: space-between;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
              margin-bottom: 20px; }
              .choose-container .choose-block.ch-pay .main-pay-wrapper .pay-container form .card-date-wrapper .form-block {
                max-width: 49%;
                width: 100%;
                -webkit-box-flex: 0;
                -webkit-flex: 0 1 auto;
                    -ms-flex: 0 1 auto;
                        flex: 0 1 auto; }
                .choose-container .choose-block.ch-pay .main-pay-wrapper .pay-container form .card-date-wrapper .form-block .jq-selectbox {
                  max-width: 100%;
                  width: 100%; }
                  .choose-container .choose-block.ch-pay .main-pay-wrapper .pay-container form .card-date-wrapper .form-block .jq-selectbox .jq-selectbox__select {
                    border: 1px solid #E6ECF0;
                    -webkit-border-radius: 4px;
                            border-radius: 4px;
                    background: #F9FBF0;
                    -webkit-box-shadow: none;
                            box-shadow: none;
                    height: 40px; }
                    .choose-container .choose-block.ch-pay .main-pay-wrapper .pay-container form .card-date-wrapper .form-block .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
                      padding: 0;
                      color: #4d4d4d;
                      font-size: 14px;
                      font-family: Montserrat;
                      font-weight: 500;
                      text-align: left;
                      line-height: 40px;
                      text-transform: none; }
                    .choose-container .choose-block.ch-pay .main-pay-wrapper .pay-container form .card-date-wrapper .form-block .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger {
                      border: none; }
                      .choose-container .choose-block.ch-pay .main-pay-wrapper .pay-container form .card-date-wrapper .form-block .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
                        top: 50%;
                        -webkit-transform: translateY(-50%);
                            -ms-transform: translateY(-50%);
                                transform: translateY(-50%); }

footer {
  position: relative;
  z-index: 1;
  padding-top: 81px !important; }
  footer:before {
    display: block;
    position: absolute;
    content: '';
    width: 3843px;
    height: 81px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../img/vis.png) no-repeat center center;
    z-index: -1; }
  footer .container-title {
    color: #00122a;
    font-size: 30px;
    font-family: Montserrat;
    font-weight: 500;
    text-align: left;
    line-height: 32px;
    text-transform: none;
    margin-bottom: 10px; }
  footer .slider-footer {
    padding-top: 44px; }
  footer .interesting-footer {
    margin-bottom: 30px; }
    footer .interesting-footer .int-wrapper {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 40px; }
      footer .interesting-footer .int-wrapper .int-block {
        max-width: 380px;
        width: 100%;
        margin-bottom: 30px; }
        footer .interesting-footer .int-wrapper .int-block .img-block {
          display: block;
          max-width: 380px;
          width: 100%;
          height: 320px;
          overflow: hidden;
          -webkit-border-radius: 8px;
                  border-radius: 8px;
          -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
                  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          margin-bottom: 25px; }
          footer .interesting-footer .int-wrapper .int-block .img-block img {
            -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out; }
        footer .interesting-footer .int-wrapper .int-block .title {
          display: block;
          width: 100%;
          color: #00122a;
          font-size: 22px;
          font-family: Montserrat;
          font-weight: 600;
          text-align: left;
          line-height: auto;
          text-transform: none;
          margin-bottom: 22px;
          -webkit-transition: all .3s ease-out;
          transition: all .3s ease-out; }
          footer .interesting-footer .int-wrapper .int-block .title:hover {
            opacity: .5;
            -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out; }
        footer .interesting-footer .int-wrapper .int-block .desc {
          color: #00122a;
          font-size: 15px;
          font-family: Montserrat;
          font-weight: 400;
          text-align: left;
          line-height: 23px;
          text-transform: none; }
        footer .interesting-footer .int-wrapper .int-block:hover .img-block img {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1);
          -webkit-transition: all .3s ease-out;
          transition: all .3s ease-out; }
  footer .sign-footer {
    margin-bottom: 60px; }
    footer .sign-footer .sign-mail {
      margin-bottom: 50px; }
      footer .sign-footer .sign-mail .title {
        color: #00122a;
        font-size: 40px;
        font-family: Montserrat;
        font-weight: 400;
        text-align: center;
        line-height: 40px;
        text-transform: none;
        margin-bottom: 15px; }
      footer .sign-footer .sign-mail .subtitle {
        color: #00122a;
        font-size: 15px;
        font-family: Montserrat;
        font-weight: 400;
        text-align: center;
        line-height: 22px;
        text-transform: none;
        margin-bottom: 30px; }
      footer .sign-footer .sign-mail form {
        display: block;
        max-width: 720px;
        width: 100%;
        overflow: hidden;
        -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
                box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
        margin: 0 auto;
        -webkit-border-radius: 6px;
                border-radius: 6px; }
        footer .sign-footer .sign-mail form input {
          display: block;
          width: -webkit-calc(100% - 240px);
          width: calc(100% - 240px);
          height: 50px;
          border: 1px solid #E7EDF1;
          -webkit-border-top-left-radius: 5px;
                  border-top-left-radius: 5px;
          -webkit-border-bottom-left-radius: 5px;
                  border-bottom-left-radius: 5px;
          float: left;
          -webkit-box-shadow: none;
                  box-shadow: none;
          padding: 0 10px; }
        footer .sign-footer .sign-mail form button {
          max-width: 240px;
          width: 100%;
          height: 50px;
          -webkit-border-top-left-radius: 0;
                  border-top-left-radius: 0;
          -webkit-border-bottom-left-radius: 0;
                  border-bottom-left-radius: 0;
          -webkit-border-top-right-radius: 3px;
                  border-top-right-radius: 3px;
          -webkit-border-bottom-right-radius: 3px;
                  border-bottom-right-radius: 3px; }
  footer .vauchers-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    max-width: 1280px;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1; }
    footer .vauchers-wrapper .vaucher-block {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      max-width: 49%;
      width: 100%;
      padding: 40px;
      background: #ffffff;
      -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
      z-index: 1;
      overflow: hidden;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      footer .vauchers-wrapper .vaucher-block:hover {
        -webkit-transform: translateY(-10%);
            -ms-transform: translateY(-10%);
                transform: translateY(-10%);
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.3);
                box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.3); }
      footer .vauchers-wrapper .vaucher-block .img-block {
        display: block;
        position: relative;
        width: 110px;
        height: 110px; }
        footer .vauchers-wrapper .vaucher-block .img-block img {
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      footer .vauchers-wrapper .vaucher-block .desc-block {
        max-width: 370px;
        width: 100%; }
        footer .vauchers-wrapper .vaucher-block .desc-block .link {
          margin-bottom: 15px; }
        footer .vauchers-wrapper .vaucher-block .desc-block .desc {
          color: #6f747e;
          font-size: 14px;
          font-family: Montserrat;
          font-weight: 500;
          text-align: left;
          line-height: 25px;
          text-transform: none; }
      footer .vauchers-wrapper .vaucher-block:before {
        display: block;
        position: absolute;
        content: '';
        width: 350px;
        height: 350px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background: #F9FBF0;
        top: 50%;
        left: 3%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: -1;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out; }
      footer .vauchers-wrapper .vaucher-block:hover:before {
        background: #E7F7FC;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out; }
  footer .main-footer {
    position: relative;
    background: url(../img/footer-bg.jpg) no-repeat center center;
    background-size: cover;
    margin-top: 176px;
    padding-top: 160px;
    padding-bottom: 70px;
    border-bottom: 1px solid #DFD3B4; }
    footer .main-footer:before {
      display: block;
      position: absolute;
      content: '';
      width: 3843px;
      height: 81px;
      top: -81px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background: url(../img/vis.png) no-repeat center center;
      z-index: -1; }
    footer .main-footer .footer-wrapper {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 70px;
      padding-right: 70px; }
      footer .main-footer .footer-wrapper .ft-block:first-child {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 30%;
            -ms-flex: 1 0 30%;
                flex: 1 0 30%; }
      footer .main-footer .footer-wrapper .ft-block:nth-child(2) {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 20%;
            -ms-flex: 1 0 20%;
                flex: 1 0 20%; }
      footer .main-footer .footer-wrapper .ft-block:nth-child(3) {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 20%;
            -ms-flex: 1 0 20%;
                flex: 1 0 20%;
        padding-left: 60px; }
      footer .main-footer .footer-wrapper .ft-block:nth-child(4) {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 30%;
            -ms-flex: 1 0 30%;
                flex: 1 0 30%; }
      footer .main-footer .footer-wrapper .ft-block .img-block {
        margin-bottom: 20px; }
        footer .main-footer .footer-wrapper .ft-block .img-block img {
          max-width: 180px;
          width: 100%; }
      footer .main-footer .footer-wrapper .ft-block .ft-menu li a {
        color: #173051;
        font-size: 15px;
        font-family: Montserrat;
        font-weight: 500;
        text-align: left;
        line-height: 36px;
        text-transform: none;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out; }
        footer .main-footer .footer-wrapper .ft-block .ft-menu li a:hover {
          color: #CF352D;
          font-weight: 600;
          -webkit-transition: all .3s ease-out;
          transition: all .3s ease-out; }
      footer .main-footer .footer-wrapper .ft-block .soc {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        footer .main-footer .footer-wrapper .ft-block .soc li {
          margin-right: 15px; }
          footer .main-footer .footer-wrapper .ft-block .soc li a {
            display: block;
            position: relative;
            width: 40px;
            height: 40px;
            -webkit-border-radius: 50%;
                    border-radius: 50%;
            background-color: #ffffff;
            -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
                    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
            -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out; }
            footer .main-footer .footer-wrapper .ft-block .soc li a:before {
              display: block;
              position: absolute;
              color: #00122a;
              font-size: 20px;
              font-family: FontAwesome;
              font-weight: 400;
              text-align: center;
              line-height: 40px;
              text-transform: none;
              width: 100%;
              height: 100%;
              top: 0;
              left: 0; }
            footer .main-footer .footer-wrapper .ft-block .soc li a:hover {
              background: #00122a;
              -webkit-transition: all .3s ease-out;
              transition: all .3s ease-out; }
              footer .main-footer .footer-wrapper .ft-block .soc li a:hover:before {
                color: #ffffff !important; }
            footer .main-footer .footer-wrapper .ft-block .soc li a.fb:before {
              content: '\f09a'; }
            footer .main-footer .footer-wrapper .ft-block .soc li a.in:before {
              content: '\f0e1'; }
            footer .main-footer .footer-wrapper .ft-block .soc li a.tw:before {
              content: '\f099'; }
            footer .main-footer .footer-wrapper .ft-block .soc li a.ml:before {
              content: '\f0e0';
              color: #CF352D; }
      footer .main-footer .footer-wrapper .ft-block .contacts p {
        color: #00122a;
        font-size: 14px;
        font-family: Montserrat;
        font-weight: 400;
        text-align: left;
        line-height: 23px;
        text-transform: none;
        margin-bottom: 0; }
  footer .bottom-line {
    background: url(../img/footer-bg.jpg) no-repeat center center; }
    footer .bottom-line .ft-wrapper {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 40px 70px; }
      footer .bottom-line .ft-wrapper .ft-block {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 33.3333%;
            -ms-flex: 1 0 33.3333%;
                flex: 1 0 33.3333%; }
        footer .bottom-line .ft-wrapper .ft-block:nth-child(2) {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          footer .bottom-line .ft-wrapper .ft-block:nth-child(2) a {
            margin: 0 10px;
            color: #173051;
            font-size: 16px;
            font-family: Montserrat;
            font-weight: 500;
            text-align: left;
            line-height: 26px;
            text-transform: none;
            -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out; }
            footer .bottom-line .ft-wrapper .ft-block:nth-child(2) a:hover {
              color: #CF352D;
              -webkit-transition: all .3s ease-out;
              transition: all .3s ease-out; }
            footer .bottom-line .ft-wrapper .ft-block:nth-child(2) a:first-child {
              position: relative;
              padding-right: 20px; }
              footer .bottom-line .ft-wrapper .ft-block:nth-child(2) a:first-child:after {
                display: block;
                position: absolute;
                content: '';
                width: 1px;
                height: 100%;
                background: #ffffff;
                top: 0;
                right: 0; }
        footer .bottom-line .ft-wrapper .ft-block .copyright {
          color: #73777c;
          font-size: 14px;
          font-family: Merienda;
          font-weight: 400;
          text-align: left;
          line-height: 26px;
          text-transform: none; }
        footer .bottom-line .ft-wrapper .ft-block .design {
          float: right;
          color: #73777c;
          font-size: 14px;
          font-family: Merienda;
          font-weight: 400;
          text-align: left;
          line-height: 26px;
          text-transform: none; }
          footer .bottom-line .ft-wrapper .ft-block .design a {
            color: #CF352D;
            font-size: 14px;
            font-family: Merienda;
            font-weight: 400;
            text-align: left;
            line-height: 23px;
            text-transform: none; }

.slider-container {
  max-width: 1280px;
  margin: 0 -15px; }

.slider1 {
  margin-right: -30px;
  margin-bottom: 42px; }
  .slider1 .slide {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px; }
    .slider1 .slide .sl-wrapper {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      max-width: 290px;
      width: 100%;
      margin: 0 auto;
      background: #ffffff;
      border: 1px solid #E7EDF1;
      -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out; }
      .slider1 .slide .sl-wrapper .desc {
        color: #00122a;
        font-size: 16px;
        font-family: Montserrat;
        font-weight: 700;
        text-align: left;
        line-height: 21px;
        text-transform: none;
        padding-left: 20px;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out; }
      .slider1 .slide .sl-wrapper:hover {
        -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
                transform: translateY(-10px);
        -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
                box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out; }
        .slider1 .slide .sl-wrapper:hover .desc {
          color: #CF352D;
          -webkit-transition: all .3s ease-out;
          transition: all .3s ease-out; }
  .slider1 .slick-arrow {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #E7EDF1;
    background-color: #ffffff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 4; }
    .slider1 .slick-arrow:hover {
      background-color: #B1956D; }
    .slider1 .slick-arrow.slick-prev {
      left: -40px;
      background-image: url(../img/ft-sl-left.png);
      background-repeat: no-repeat;
      background-position: 45% 50%;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out; }
      .slider1 .slick-arrow.slick-prev:hover {
        background-image: url(../img/ft-sl-left2.png);
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out; }
    .slider1 .slick-arrow.slick-next {
      right: -40px;
      background-image: url(../img/ft-sl-right.png);
      background-repeat: no-repeat;
      background-position: 55% 50%;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out; }
      .slider1 .slick-arrow.slick-next:hover {
        background-image: url(../img/ft-sl-right2.png);
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out; }

.slider2 {
  padding: 0 150px;
  margin-bottom: 30px; }
  .slider2 .slide .desc {
    color: #00122a;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 400;
    text-align: center;
    line-height: 26px;
    text-transform: none;
    font-style: italic;
    margin-bottom: 20px; }
  .slider2 .slide .name {
    color: #00122a;
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 700;
    text-align: center;
    line-height: auto;
    text-transform: none; }
  .slider2 .slick-arrow {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #E7EDF1;
    background-color: #ffffff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 4; }
    .slider2 .slick-arrow:hover {
      background-color: #B1956D; }
    .slider2 .slick-arrow.slick-prev {
      left: 70px;
      background-image: url(../img/ft-sl-left.png);
      background-repeat: no-repeat;
      background-position: 45% 50%;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out; }
      .slider2 .slick-arrow.slick-prev:hover {
        background-image: url(../img/ft-sl-left2.png);
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out; }
    .slider2 .slick-arrow.slick-next {
      right: 70px;
      background-image: url(../img/ft-sl-right.png);
      background-repeat: no-repeat;
      background-position: 55% 50%;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out; }
      .slider2 .slick-arrow.slick-next:hover {
        background-image: url(../img/ft-sl-right2.png);
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out; }

.slider3-for {
  margin-bottom: 30px; }
  .slider3-for .slide img {
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 0 auto; }
  .slider3-for .slick-arrow {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #E7EDF1;
    background-color: #ffffff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 4; }
    .slider3-for .slick-arrow:hover {
      background-color: #B1956D; }
    .slider3-for .slick-arrow.slick-prev {
      left: 10px;
      background-image: url(../img/ft-sl-left.png);
      background-repeat: no-repeat;
      background-position: 45% 50%;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out; }
      .slider3-for .slick-arrow.slick-prev:hover {
        background-image: url(../img/ft-sl-left2.png);
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out; }
    .slider3-for .slick-arrow.slick-next {
      right: 10px;
      background-image: url(../img/ft-sl-right.png);
      background-repeat: no-repeat;
      background-position: 55% 50%;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out; }
      .slider3-for .slick-arrow.slick-next:hover {
        background-image: url(../img/ft-sl-right2.png);
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out; }

.slider3-nav {
  margin-bottom: 30px; }
  .slider3-nav .slide {
    padding: 10px 10px;
    cursor: pointer; }
    .slider3-nav .slide img {
      display: block;
      max-width: 100%;
      width: 100%;
      -webkit-border-radius: 8px;
              border-radius: 8px;
      overflow: hidden;
      -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
    .slider3-nav .slide:hover img {
      -webkit-transform: translateY(-5%);
          -ms-transform: translateY(-5%);
              transform: translateY(-5%);
      -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }

@media only screen and (max-width: 1400px) {
  .slider1 .slick-arrow.slick-prev {
    left: 0; }
  .slider1 .slick-arrow.slick-next {
    right: 0; }
  .choose-container .choose-block.ch-img {
    display: none; }
  .choose-container .choose-block.ch-pay {
    display: block;
    height: 800px; }
  .section-container, footer .vauchers-wrapper {
    max-width: 1170px; } }

@media only screen and (max-width: 1300px) {
  .slider1 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 40px; }
  footer .vauchers-wrapper {
    position: relative; }
    footer .vauchers-wrapper .vaucher-block {
      max-width: 49%;
      padding: 30px; }
  footer .main-footer {
    padding: 40px 15px; }
  .tarieven-cards .cards-container .cards-wrapper {
    position: relative;
    top: inherit; }
    .tarieven-cards .cards-container .cards-wrapper .card {
      margin: 0 5px; }
  .main-banner.inner-banner .banner-wrapper {
    height: 300px; }
  .fw-container .fw-block.fw-map #map {
    height: 800px; } }

@media only screen and (max-width: 1200px) {
  .tarieven-cards .cards-container .cards-wrapper .card {
    max-width: 470px !important;
    width: 100%;
    margin: 0 auto 30px; }
    .tarieven-cards .cards-container .cards-wrapper .card .top-card .mark-title, .tarieven-cards .cards-container .cards-wrapper .card .top-card .title {
      text-align: center; }
    .tarieven-cards .cards-container .cards-wrapper .card .bottom-card .title, .tarieven-cards .cards-container .cards-wrapper .card .bottom-card .desc {
      text-align: center; }
  .main-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }
    .main-container.bottom-container {
      text-align: center; }
    .main-container .main-wrapper, .main-container .wrapper15 {
      max-width: 100% !important;
      text-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .main-container .wrapper85 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 100% !important; }
    .main-container .block {
      text-align: center !important; }
  .wrapper85 .main-container .main-wrapper:first-child, .wrapper85 .main-container .main-wrapper:last-child {
    max-width: 100%; }
  .section-container, footer .vauchers-wrapper {
    max-width: 960px; }
  header .main-header .main-header-wrapper .header-button-wrapper {
    max-width: 160px; }
  header .main-header .main-header-wrapper .header-logo-wrapper {
    max-width: 120px; }
  header .main-header .main-header-wrapper .header-menu-wrapper {
    width: -webkit-calc(100% - 280px);
    width: calc(100% - 280px); }
  header .top-header .header-controls {
    padding: 0; }
  .slider1 .slick-arrow.slick-prev {
    left: 0; }
  .slider1 .slick-arrow.slick-next {
    right: 0; }
  .main-services .serv-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .main-services .serv-block .img-block {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 20px; }
    .main-services .serv-block .desc-block {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
  .main-services .serv-block .desc-block {
    max-width: 620px; }
    .main-services .serv-block .desc-block .title {
      text-align: center; }
    .main-services .serv-block .desc-block .subtitle {
      text-align: center; }
    .main-services .serv-block .desc-block .desc {
      text-align: center; }
    .main-services .serv-block .desc-block .styled-btn {
      margin: 0 auto; }
  footer .interesting-footer .int-wrapper .int-block {
    max-width: 33.33333%;
    padding: 0 15px; }
    footer .interesting-footer .int-wrapper .int-block .img-block {
      height: auto; }
      footer .interesting-footer .int-wrapper .int-block .img-block img {
        max-width: 100%;
        width: 100%; }
  footer .vauchers-wrapper {
    position: relative; }
    footer .vauchers-wrapper .vaucher-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 49%;
      padding: 30px; }
      footer .vauchers-wrapper .vaucher-block .img-block {
        margin-bottom: 10px; }
      footer .vauchers-wrapper .vaucher-block .desc-block a {
        text-align: center; }
      footer .vauchers-wrapper .vaucher-block .desc-block .desc {
        text-align: center; }
  .choose-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .choose-container .choose-block {
      max-width: 100% !important;
      width: 100%; }
      .choose-container .choose-block.ch-form {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; }
      .choose-container .choose-block.ch-calendar {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; }
      .choose-container .choose-block form {
        max-width: 520px;
        width: 100%;
        margin: 0 auto; } }

@media only screen and (max-width: 992px) {
  header .top-header .header-controls {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  header .main-header .main-header-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px; }
    header .main-header .main-header-wrapper > div {
      max-width: 33.33333% !important;
      width: 100% !important; }
    header .main-header .main-header-wrapper .header-menu-wrapper {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
      header .main-header .main-header-wrapper .header-menu-wrapper .burger {
        display: block; }
        header .main-header .main-header-wrapper .header-menu-wrapper .burger.active {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 11; }
      header .main-header .main-header-wrapper .header-menu-wrapper .menu-wrapper {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
        background: #ffffff;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 40px 15px; }
        header .main-header .main-header-wrapper .header-menu-wrapper .menu-wrapper ul {
          position: absolute;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
          header .main-header .main-header-wrapper .header-menu-wrapper .menu-wrapper ul li {
            margin-bottom: 10px;
            background: none !important; }
            header .main-header .main-header-wrapper .header-menu-wrapper .menu-wrapper ul li:last-child {
              margin-bottom: 0; }
            header .main-header .main-header-wrapper .header-menu-wrapper .menu-wrapper ul li a {
              color: #00122a !important;
              line-height: inherit !important; }
            header .main-header .main-header-wrapper .header-menu-wrapper .menu-wrapper ul li .subnav-menu {
              display: none !important; }
        header .main-header .main-header-wrapper .header-menu-wrapper .menu-wrapper.active {
          display: block;
          -webkit-transition: all .3s ease-out;
          transition: all .3s ease-out; }
    header .main-header .main-header-wrapper .header-logo-wrapper {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
      header .main-header .main-header-wrapper .header-logo-wrapper:after {
        display: none; }
    header .main-header .main-header-wrapper .header-button-wrapper {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
      header .main-header .main-header-wrapper .header-button-wrapper .styled-btn {
        float: right; }
  header .search-header.active {
    padding: 15px; }
    header .search-header.active .search-wrapper {
      margin: 10px auto; }
      header .search-header.active .search-wrapper .search-title {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 10px; }
  footer .main-footer {
    background-size: cover; }
    footer .main-footer .footer-wrapper {
      padding: 0 15px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      footer .main-footer .footer-wrapper .ft-block {
        text-align: center;
        padding-left: 0 !important;
        margin-bottom: 10px; }
        footer .main-footer .footer-wrapper .ft-block:last-child {
          margin-bottom: 0; }
        footer .main-footer .footer-wrapper .ft-block .contacts p {
          text-align: center; }
        footer .main-footer .footer-wrapper .ft-block .soc li {
          margin: 0 10px; }
  footer .bottom-line .ft-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    footer .bottom-line .ft-wrapper .ft-block {
      margin-bottom: 10px; }
      footer .bottom-line .ft-wrapper .ft-block:last-child {
        margin-bottom: 0; }
  .surprisingly .sur-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .surprisingly .sur-wrapper .sur-block {
      max-width: 180px;
      width: 100%;
      margin-bottom: 20px; }
  .tarieven-cards .cards-container .cards-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .tarieven-cards .cards-container .cards-wrapper .card {
      max-width: 100%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 100%;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
      margin: 0 auto 30px; }
  .inner-content .custom-block.two-col .desc-block:first-child {
    padding-right: 5px; }
  .inner-content .custom-block.two-col .desc-block:last-child {
    padding-left: 5px; }
  .inner-content .custom-block .img-block {
    max-width: 320px; }
  .main-banner.second-banner .banner-wrapper .banner-desc .banner-title {
    font-size: 40px;
    line-height: 40px; }
  .main-banner.second-banner .banner-wrapper .banner-desc .desc p {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500; }
  .fw-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .fw-container .fw-block {
      max-width: 100%; }
      .fw-container .fw-block.fw-img {
        display: none; }
      .fw-container .fw-block:first-child {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; }
      .fw-container .fw-block.fw-map {
        max-width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; }
        .fw-container .fw-block.fw-map #map {
          height: 620px; }
  .tarieven-cards .cards-container .cards-wrapper .card .top-card .title {
    font-size: 28px;
    line-height: 32px; } }

@media only screen and (max-width: 768px) {
  .main-banner .banner-wrapper .banner-desc .banner-title {
    font-size: 34px;
    line-height: 40px; }
  .date-form-wrapper {
    max-width: 290px; }
    .date-form-wrapper form.date-form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .date-form-wrapper form.date-form .form-block:first-child {
        width: 100%; }
        .date-form-wrapper form.date-form .form-block:first-child:before {
          top: 100%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%) rotate(90deg);
              -ms-transform: translate(-50%, -50%) rotate(90deg);
                  transform: translate(-50%, -50%) rotate(90deg); }
        .date-form-wrapper form.date-form .form-block:first-child:after {
          width: 90%;
          height: 1px;
          top: 100%;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); }
      .date-form-wrapper form.date-form .form-block:nth-child(2) {
        width: 100%; }
      .date-form-wrapper form.date-form .form-block:nth-child(3) {
        width: 100%; }
        .date-form-wrapper form.date-form .form-block:nth-child(3) .jq-selectbox {
          width: 100%;
          padding: 0 10px; }
      .date-form-wrapper form.date-form .form-block:nth-child(4) {
        width: 100%; }
        .date-form-wrapper form.date-form .form-block:nth-child(4) button {
          position: relative;
          -webkit-border-radius: 0;
                  border-radius: 0;
          z-index: 1; }
      .date-form-wrapper form.date-form .form-block input {
        text-align: center; }
  .main-services .serv-block .img-block img {
    max-width: 100%;
    width: 100%; }
  footer .interesting-footer .int-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    footer .interesting-footer .int-wrapper .int-block {
      max-width: 320px;
      width: 100%; }
      footer .interesting-footer .int-wrapper .int-block .title {
        font-size: 16px;
        line-height: 20px; }
      footer .interesting-footer .int-wrapper .int-block .desc {
        font-size: 12px;
        line-height: 16px; }
  footer .vauchers-wrapper {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    footer .vauchers-wrapper .vaucher-block {
      max-width: 100%;
      padding: 15px; }
      footer .vauchers-wrapper .vaucher-block:first-child {
        margin-bottom: 20px; }
  .animated {
    /*CSS transitions*/
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    animation: none !important; }
  .slider2 {
    padding: 0 70px; }
    .slider2 .slick-arrow.slick-prev {
      left: 20px; }
    .slider2 .slick-arrow.slick-next {
      right: 20px; }
  .inner-content .title1 {
    max-width: 680px;
    width: 100%;
    margin: 0 auto 30px; }
  .inner-content .custom-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .inner-content .custom-block .img-block {
      max-width: 680px;
      margin: 0 auto 30px; }
      .inner-content .custom-block .img-block img {
        display: block;
        margin: 0 auto; }
    .inner-content .custom-block .desc-block {
      max-width: 680px;
      width: 100%;
      margin: 0 auto;
      padding-left: 0; }
      .inner-content .custom-block .desc-block .styled-btn {
        margin-bottom: 0; }
  .inner-content .custom-video {
    height: 300px; }
  .fw-container .fw-block.fw-map #map {
    height: 480px; }
  .choose-container .choose-block.ch-form form .date-form-wrapper {
    max-width: 100%; } }

@media only screen and (max-width: 560px) {
  .main-banner .banner-wrapper .banner-desc .banner-title {
    font-size: 24px;
    line-height: 28px; }
  header .main-header .main-header-wrapper .header-button-wrapper .styled-btn {
    padding: 10px 10px;
    font-size: 10px; }
    header .main-header .main-header-wrapper .header-button-wrapper .styled-btn span {
      display: none; }
  header .search-header.active .search-wrapper .search-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px; }
  .main-services .serv-block .desc-block .title {
    font-size: 30px;
    line-height: 34px; }
  .main-services .serv-block .desc-block .icon-block {
    left: 0; }
  .surprisingly .sur-description .sur-title {
    font-size: 30px;
    line-height: 34px; }
  footer .sign-mail form .form-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    footer .sign-mail form .form-block input {
      width: 100%;
      text-align: center;
      border: 0; }
    footer .sign-mail form .form-block button {
      max-width: 100%;
      width: 100%;
      border: 0; }
  .tarieven-cards .cards-container .cards-wrapper .card .main-card .wrapper-lvl1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .tarieven-cards .cards-container .cards-wrapper .card .main-card .wrapper-lvl1 .block-lvl1.icon-block {
      max-width: 100%;
      width: 100%; }
      .tarieven-cards .cards-container .cards-wrapper .card .main-card .wrapper-lvl1 .block-lvl1.icon-block .icon {
        max-width: 100px;
        width: 100%;
        margin: 0 auto; }
        .tarieven-cards .cards-container .cards-wrapper .card .main-card .wrapper-lvl1 .block-lvl1.icon-block .icon img {
          display: block;
          margin: 0 auto; }
    .tarieven-cards .cards-container .cards-wrapper .card .main-card .wrapper-lvl1 .block-lvl1 .card-row .card-col {
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 1 auto !important;
          -ms-flex: 0 1 auto !important;
              flex: 0 1 auto !important; }
      .tarieven-cards .cards-container .cards-wrapper .card .main-card .wrapper-lvl1 .block-lvl1 .card-row .card-col:first-child {
        padding-right: 5px; }
  .slider2 {
    padding: 0 0 40px; }
    .slider2 .slick-arrow {
      top: 100%; }
      .slider2 .slick-arrow.slick-prev {
        left: 30%; }
      .slider2 .slick-arrow.slick-next {
        right: 30%; }
  .main-quote .quote-wrapper .quote-title {
    font-size: 32px;
    line-height: 40px; }
  .inner-content .title1 {
    font-size: 20px;
    line-height: 28px; }
  .inner-content .custom-block .desc-block .title {
    font-size: 18px;
    line-height: 28px; }
  .inner-content .styled-btn {
    padding-left: 15px;
    padding-right: 15px; }
  .fw-container .fw-block .contacts-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .fw-container .fw-block .contacts-wrapper .contact-block {
      max-width: 100%;
      width: 100%; }
      .fw-container .fw-block .contacts-wrapper .contact-block .title {
        margin-bottom: 10px; }
  .choose-container .choose-block.ch-form form .choose-step .personal-wrapper .form-block.name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .choose-container .choose-block.ch-form form .choose-step .personal-wrapper .form-block.name input {
      max-width: 100%;
      width: 100%;
      margin: 0 auto 20px; }
  .choose-container .choose-block.ch-form form .choose-step .personal-wrapper .form-block.birth {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .choose-container .choose-block.ch-form form .choose-step .personal-wrapper .form-block.birth .jq-selectbox {
      max-width: 100%;
      width: 100%;
      margin: 0 auto 20px; }
  .choose-container .choose-block.ch-form form .date-form-wrapper .date-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .choose-container .choose-block.ch-form form .date-form-wrapper .date-form .form-block {
      max-width: 100%;
      width: 100%;
      margin: 0 auto; }
      .choose-container .choose-block.ch-form form .date-form-wrapper .date-form .form-block:first-child:before {
        top: inherit;
        bottom: -50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
            -ms-transform: translate(-50%, -50%) rotate(90deg);
                transform: translate(-50%, -50%) rotate(90deg); }
      .choose-container .choose-block.ch-form form .date-form-wrapper .date-form .form-block:first-child:after {
        width: 80%;
        height: 1px;
        top: inherit;
        right: inherit;
        left: 50%;
        bottom: 0;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .choose-container .choose-block.ch-form form .date-form-wrapper .date-form .form-block:last-child {
        position: relative; }
        .choose-container .choose-block.ch-form form .date-form-wrapper .date-form .form-block:last-child:before {
          display: block;
          position: absolute;
          content: '';
          width: 80%;
          height: 2px;
          top: 0;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          background: #E6ECF0; }
      .choose-container .choose-block.ch-form form .date-form-wrapper .date-form .form-block .jq-selectbox .jq-selectbox__select {
        padding-left: 20px; } }

@media only screen and (max-width: 480px) {
  .tarieven-cards .cards-container .cards-wrapper .card .main-card .ft3 {
    font-size: 14px;
    line-height: 18px; }
  header .search-header.active .search-wrapper .search-title {
    font-size: 16px;
    line-height: 18px; }
  .tarieven-cards .cards-container .cards-wrapper .card .top-card {
    padding: 15px; }
    .tarieven-cards .cards-container .cards-wrapper .card .top-card .title {
      font-size: 24px;
      line-height: 28px; }
  .tarieven-cards .cards-container .cards-wrapper .card .main-card {
    padding: 15px; }
    .tarieven-cards .cards-container .cards-wrapper .card .main-card .wrapper-lvl1 .block-lvl1 .card-row .card-col .title {
      font-size: 14px; }
    .tarieven-cards .cards-container .cards-wrapper .card .main-card .wrapper-lvl1 .block-lvl1 .card-row .card-col p.b {
      font-size: 14px;
      font-weight: 500; }
  .tarieven-cards .cards-container .cards-wrapper .card .bottom-card {
    padding: 15px; }
  .main-banner.second-banner .banner-wrapper .banner-desc {
    top: 50%; }
    .main-banner.second-banner .banner-wrapper .banner-desc .banner-title {
      font-size: 32px;
      line-height: 32px;
      margin-bottom: 10px; }
    .main-banner.second-banner .banner-wrapper .banner-desc .desc p {
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 10px; }
  .fw-container .fw-block .comments-wrapper .comment-block {
    padding: 15px; }
    .fw-container .fw-block .comments-wrapper .comment-block .message {
      padding-left: 0;
      padding-top: 40px; }
      .fw-container .fw-block .comments-wrapper .comment-block .message:before {
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
    .fw-container .fw-block .comments-wrapper .comment-block .answer {
      padding-left: 0; }
  .fw-container .fw-block.fw-map #map {
    height: 280px; }
  .choose-container .choose-block.ch-pay {
    height: auto; }
    .choose-container .choose-block.ch-pay .main-pay-wrapper .pay-container {
      position: relative;
      top: inherit;
      left: inherit;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      margin-top: 30px; }
      .choose-container .choose-block.ch-pay .main-pay-wrapper .pay-container form .pay-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .choose-container .choose-block.ch-pay .main-pay-wrapper .pay-container form .pay-wrapper .form-block {
          max-width: 120px;
          width: 100%; }
      .choose-container .choose-block.ch-pay .main-pay-wrapper .pay-container form .card-date-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .choose-container .choose-block.ch-pay .main-pay-wrapper .pay-container form .card-date-wrapper .form-block {
          max-width: 100%;
          width: 100%; }
  footer .bottom-line .ft-wrapper {
    padding-left: 0;
    padding-right: 0; } }

@media only screen and (max-width: 380px) {
  header .top-header .header-controls > div:nth-child(1) {
    padding-left: 0; }
  header .top-header .header-controls > div .phone {
    font-size: 10px; } }
