* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  outline: none;
  text-decoration: none;
  font-family: "OpenSans Regular"; }

.imageH {
  height: 70px; }

.no-data {
  text-align: center;
  font-size: 15px;
  color: #2c2c2c;
  padding: 40px 0; }

.hidden {
  display: none !important; }

body,
html {
  overflow-x: hidden; }

@font-face {
  font-family: "OpenSans Light";
  font-display: swap;
  src: url("../fonts/OpenSans/OpenSans-Light.ttf") format("truetype"); }
@font-face {
  font-family: "OpenSans Regular";
  font-display: swap;
  src: url("../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "Roboto Regular";
  font-display: swap;
  src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "OpenSans SemiBold";
  font-display: swap;
  src: url("../fonts/OpenSans/OpenSans-SemiBold.ttf") format("truetype"); }
@font-face {
  font-family: "OpenSans Bold";
  font-display: swap;
  src: url("../fonts/OpenSans/OpenSans-Bold.ttf") format("truetype"); }
@font-face {
  font-family: "Roboto Bold";
  font-display: swap;
  src: url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype"); }
@font-face {
  font-family: "OpenSans ExtraBold";
  font-display: swap;
  src: url("../fonts/OpenSans/OpenSans-ExtraBold.ttf") format("truetype"); }
@font-face {
  font-family: "Roboto Black";
  font-display: swap;
  src: url("../fonts/Roboto/Roboto-Black.ttf") format("truetype"); }
main #activities .wrapper .bottom .hidden {
  display: none; }

.wrapper {
  width: 1200px;
  margin: 0 auto; }
  .wrapper h1 {
    color: #435271;
    font-family: "OpenSans Light", sans-serif;
    font-weight: normal;
    font-size: 35px;
    line-height: 1.1;
    margin-bottom: 20px;
    padding-bottom: 20px; }

.disabled-button {
  opacity: 0.3;
  pointer-events: none; }

.validate {
  border: 1px solid #dd5145 !important;
  background-color: #dd514517; }

.helper-text {
  color: #dd5145;
  font-size: 12px;
  margin-top: 3px; }

.error-msg {
  padding: 10px;
  border-radius: 3px;
  font-size: 15px;
  color: #dd5145;
  margin-bottom: 20px; }

input:focus,
textarea:focus,
select:focus {
  border: 1px solid #93be40 !important; }

form.login {
  width: 100%;
  transition: 0.2s;
  flex-shrink: 0;
  padding: 40px 23px; }
  form.login h2 {
    font-size: 25px;
    color: white;
    font-family: "OpenSans Bold", sans-serif;
    text-align: center;
    margin-bottom: 5px; }
  form.login p {
    text-align: center;
    margin-bottom: 40px; }
  form.login .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    form.login .row .col {
      width: calc(50% - 5px); }
  form.login label {
    color: white;
    font-size: 13px;
    margin-bottom: 5px; }
  form.login input,
  form.login textarea {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.23);
    border-radius: 8px;
    padding: 15px 10px;
    border: none;
    font-size: 13px;
    margin-bottom: 20px;
    color: white; }
  form.login textarea {
    padding: 10px; }
  form.login .options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -10px;
    margin-bottom: 5px; }
    form.login .options span {
      color: white;
      cursor: pointer;
      font-size: 13px; }
    form.login .options span:hover {
      text-decoration: underline; }
  form.login .buttons {
    display: flex;
    align-items: center;
    justify-content: center; }
    form.login .buttons button {
      border-radius: 8px;
      padding: 20px 75px;
      margin-right: 0;
      transition: 0.2s;
      border: none;
      cursor: pointer; }
    form.login .buttons .back {
      background-color: transparent;
      padding: 20px 30px;
      color: white;
      border: 1px solid white;
      margin-right: 10px; }

.successful-payment,
.failed-payment {
  padding-top: 20px; }
  .successful-payment .success-checkmark,
  .failed-payment .success-checkmark {
    width: 80px;
    height: 100px;
    margin: 0 auto; }
    .successful-payment .success-checkmark .check-icon,
    .failed-payment .success-checkmark .check-icon {
      width: 80px;
      height: 80px;
      position: relative;
      border-radius: 50%;
      box-sizing: content-box;
      border: 4px solid #4caf50; }
      .successful-payment .success-checkmark .check-icon::before,
      .failed-payment .success-checkmark .check-icon::before {
        top: 3px;
        left: -2px;
        width: 30px;
        transform-origin: 100% 50%;
        border-radius: 100px 0 0 100px; }
      .successful-payment .success-checkmark .check-icon::after,
      .failed-payment .success-checkmark .check-icon::after {
        top: 0;
        left: 30px;
        width: 60px;
        transform-origin: 0 50%;
        border-radius: 0 100px 100px 0;
        animation: rotate-circle 4.25s ease-in; }
      .successful-payment .success-checkmark .check-icon::before, .successful-payment .success-checkmark .check-icon::after,
      .failed-payment .success-checkmark .check-icon::before,
      .failed-payment .success-checkmark .check-icon::after {
        content: "";
        height: 100px;
        position: absolute;
        background: #eff0f9;
        transform: rotate(-45deg); }
      .successful-payment .success-checkmark .check-icon .icon-line,
      .failed-payment .success-checkmark .check-icon .icon-line {
        height: 5px;
        background-color: #4caf50;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 10; }
        .successful-payment .success-checkmark .check-icon .icon-line.line-tip,
        .failed-payment .success-checkmark .check-icon .icon-line.line-tip {
          top: 46px;
          left: 14px;
          width: 25px;
          transform: rotate(45deg);
          animation: icon-line-tip 0.75s; }
        .successful-payment .success-checkmark .check-icon .icon-line.line-long,
        .failed-payment .success-checkmark .check-icon .icon-line.line-long {
          top: 38px;
          right: 8px;
          width: 47px;
          transform: rotate(-45deg);
          animation: icon-line-long 0.75s; }
      .successful-payment .success-checkmark .check-icon .icon-circle,
      .failed-payment .success-checkmark .check-icon .icon-circle {
        top: -4px;
        left: -4px;
        z-index: 10;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        position: absolute;
        box-sizing: content-box;
        border: 4px solid rgba(76, 175, 80, 0.5); }
      .successful-payment .success-checkmark .check-icon .icon-fix,
      .failed-payment .success-checkmark .check-icon .icon-fix {
        top: 8px;
        width: 5px;
        left: 26px;
        z-index: 1;
        height: 85px;
        position: absolute;
        transform: rotate(-45deg);
        background: #eff0f9; }
  .successful-payment img,
  .failed-payment img {
    height: 100px;
    margin: 0 auto;
    display: block; }
  .successful-payment h1,
  .successful-payment h2,
  .failed-payment h1,
  .failed-payment h2 {
    text-align: center;
    font-family: "Roboto Thin", sans-serif;
    font-size: 45px;
    color: #053149;
    font-weight: 100;
    margin-bottom: 20px; }
  .successful-payment .main-description,
  .failed-payment .main-description {
    font-family: "Roboto Light", sans-serif;
    font-size: 15px;
    color: #50738b;
    text-align: center;
    padding: 0px 200px;
    font-weight: 100;
    margin-bottom: 42px; }
    .successful-payment .main-description a,
    .failed-payment .main-description a {
      color: #0a71cf; }
  .successful-payment > a,
  .failed-payment > a {
    margin: 0 10px;
    background-color: #0088ff;
    max-width: 250px;
    width: 50%;
    height: 55px;
    border-radius: 3px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    border: none;
    cursor: pointer;
    font-family: "Roboto Regular", sans-serif;
    font-size: 15px;
    text-decoration: none;
    margin: 0 auto;
    margin-bottom: 40px; }
    .successful-payment > a img,
    .failed-payment > a img {
      margin: 0 10px; }
  .successful-payment > a:hover,
  .failed-payment > a:hover {
    background-color: #0079e4; }

.overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .overlay .scroller {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 95vh; }
  .overlay .box {
    background-color: #ffffff;
    border-radius: 3px;
    width: 555px;
    max-width: 95%;
    padding: 25px;
    opacity: 0;
    margin-top: 50px;
    transition: 0.3s;
    position: relative; }
    .overlay .box .close {
      position: absolute;
      top: 15px;
      right: 15px;
      cursor: pointer; }
    .overlay .box form.login {
      padding: 0; }
      .overlay .box form.login .row {
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
        .overlay .box form.login .row .col {
          width: calc(50% - 5px); }
          .overlay .box form.login .row .col input,
          .overlay .box form.login .row .col textarea {
            margin-bottom: 10px; }
      .overlay .box form.login input,
      .overlay .box form.login label,
      .overlay .box form.login textarea,
      .overlay .box form.login h2 {
        color: #2c2c2c; }
      .overlay .box form.login .options span {
        color: #2c2c2c; }
    .overlay .box svg {
      height: 100px;
      margin: 0 auto;
      display: block;
      margin-bottom: 10px; }
    .overlay .box .path {
      stroke-dasharray: 1000;
      stroke-dashoffset: 0; }
      .overlay .box .path.circle {
        -webkit-animation: dash 0.9s ease-in-out;
        animation: dash 0.9s ease-in-out; }
      .overlay .box .path.line {
        stroke-dashoffset: 1000;
        -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
        animation: dash 0.9s 0.35s ease-in-out forwards; }
      .overlay .box .path.check {
        stroke-dashoffset: -100;
        -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
        animation: dash-check 0.9s 0.35s ease-in-out forwards; }
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes dash {
  0% {
    stroke-dashoffset: 1000; }
  100% {
    stroke-dashoffset: 0; } }
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100; }
  100% {
    stroke-dashoffset: 900; } }
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100; }
  100% {
    stroke-dashoffset: 900; } }
    .overlay .box hr {
      margin: 15px 0; }
    .overlay .box .select-materials {
      cursor: pointer; }
    .overlay .box .statistic-table {
      padding: 0;
      border: none; }
      .overlay .box .statistic-table tbody tr td {
        padding: 10px; }
        .overlay .box .statistic-table tbody tr td time {
          display: flex;
          justify-content: flex-end;
          align-items: center;
          text-align: left; }
          .overlay .box .statistic-table tbody tr td time img {
            height: auto;
            margin: 0;
            margin-right: 5px;
            padding: 0; }
      .overlay .box .statistic-table tbody tr td:last-of-type {
        text-align: right; }
    .overlay .box .delete {
      color: #cd6594 !important;
      cursor: pointer !important;
      text-align: left !important;
      display: flex !important;
      align-items: center !important;
      width: fit-content !important; }
      .overlay .box .delete img {
        margin: 0;
        margin-right: 5px;
        width: 12px; }
    .overlay .box .delete:hover {
      text-decoration: underline; }
    .overlay .box img {
      margin: 0 auto;
      display: block;
      margin-bottom: 10px; }
    .overlay .box h3 {
      color: #6e6e74;
      font-size: 18px;
      text-align: center;
      font-family: "Roboto Regular", sans-serif;
      font-weight: normal;
      width: 100%;
      margin-bottom: 10px; }
    .overlay .box p {
      text-align: center;
      font-size: 13px;
      font-family: "Roboto Regular", sans-serif;
      margin-bottom: 15px;
      line-height: 1.4;
      color: #9e9e9e; }
      .overlay .box p .generate-from-here {
        text-decoration: underline;
        cursor: pointer;
        color: #2c2c2c; }
    .overlay .box textarea {
      resize: none; }
    .overlay .box .left {
      text-align: left; }
    .overlay .box .extra-text {
      margin: 10px 0; }
    .overlay .box input,
    .overlay .box select,
    .overlay .box textarea {
      box-shadow: none;
      border: 1px solid #e2e6e8;
      background-color: white; }
    .overlay .box .colors {
      position: relative; }
      .overlay .box .colors .selected-color {
        height: 40px;
        border-radius: 2px; }
      .overlay .box .colors .tool-tip {
        width: 260px;
        padding-bottom: 5px;
        padding-right: 5px; }
    .overlay .box .colors:hover .tool-tip {
      top: 100%;
      opacity: 1;
      pointer-events: all;
      display: flex;
      flex-wrap: wrap; }
      .overlay .box .colors:hover .tool-tip li {
        width: calc(100% / 4 - 10px);
        height: 40px;
        margin-right: 10px;
        margin-bottom: 10px;
        cursor: pointer;
        border-radius: 2px;
        background-color: red; }
    .overlay .box .buttons {
      padding-top: 30px;
      width: 100%;
      text-align: center; }
      .overlay .box .buttons button {
        color: white;
        border-radius: 8px;
        padding: 0 35px;
        height: 40px;
        margin: 0 auto;
        display: block;
        transition: 0.2s;
        border: none;
        cursor: pointer; }
    .overlay .box .checkbox-filter {
      margin-right: -10px;
      display: flex;
      flex-wrap: wrap; }
      .overlay .box .checkbox-filter li {
        background-color: #f1f4f9;
        margin-bottom: 10px;
        margin-right: 10px;
        width: calc(100% / 3 - 10px);
        position: relative;
        padding: 15px;
        text-align: center;
        cursor: pointer;
        transition: 0.2s; }
        .overlay .box .checkbox-filter li img {
          margin-bottom: 0; }
        .overlay .box .checkbox-filter li h5 {
          color: #6a8695;
          font-weight: normal;
          font-size: 15px; }
        .overlay .box .checkbox-filter li span {
          color: #899fab;
          font-size: 13px;
          font-family: "Roboto Light", sans-serif;
          font-weight: 100; }
        .overlay .box .checkbox-filter li i {
          background-color: #11ca80;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 27px;
          height: 27px;
          font-size: 13px;
          color: #ffffff;
          position: absolute;
          top: 5px;
          right: 5px;
          border-radius: 50%;
          font-style: normal; }
      .overlay .box .checkbox-filter li:hover {
        -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1); }
      .overlay .box .checkbox-filter .selected {
        border: 1px solid #1298ff; }
    .overlay .box .checkbox-list {
      display: flex;
      flex-wrap: wrap;
      margin-right: -10px; }
      .overlay .box .checkbox-list li {
        width: calc(100% / 3 - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
        position: relative; }
        .overlay .box .checkbox-list li .show {
          opacity: 1;
          left: 100%;
          pointer-events: all; }
    .overlay .box .no-results {
      margin-top: 60px;
      margin-bottom: 40px; }
      .overlay .box .no-results img {
        width: 100px; }
    .overlay .box form.create-task {
      display: flex;
      flex-wrap: wrap; }
      .overlay .box form.create-task h2 {
        width: 100%;
        text-align: left;
        color: #263963;
        font-size: 51px;
        font-family: "Roboto Bold", sans-serif;
        line-height: 1; }
        .overlay .box form.create-task h2 span {
          font-size: 40px;
          font-size: 38px; }
      .overlay .box form.create-task p {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
        text-align: left;
        color: #6a8695;
        font-size: 13px; }
      .overlay .box form.create-task .left {
        width: 270px;
        height: fit-content;
        margin-top: auto; }
        .overlay .box form.create-task .left input[type="date"] {
          padding-right: 0; }
      .overlay .box form.create-task .right {
        width: calc(100% - 270px); }
        .overlay .box form.create-task .right img {
          width: calc(100% + 40px);
          margin-right: -50px; }
    .overlay .box .attachments {
      display: flex;
      flex-direction: column;
      padding: 5px;
      margin-bottom: 10px; }
      .overlay .box .attachments .selected-list {
        margin: 2.5px 0;
        padding-bottom: 5px;
        border-bottom: 1px solid #edeef3; }
        .overlay .box .attachments .selected-list .size {
          padding: 0 10px;
          margin-left: auto;
          text-align: right; }
        .overlay .box .attachments .selected-list .name {
          max-width: 300px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
      .overlay .box .attachments .selected-list:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none; }
    .overlay .box .selected-list {
      font-size: 13px;
      color: #2c2c2c;
      margin: 10px 0;
      display: flex;
      align-items: center; }
      .overlay .box .selected-list img {
        height: 14px;
        flex-shrink: 0;
        margin: 0;
        margin-left: 5px;
        cursor: pointer; }
    .overlay .box .attach-image .btn-extra-add {
      width: 100%;
      background-position: 120px center; }
    .overlay .box .col[name="machine_id"],
    .overlay .box .col[name="user_id"] {
      padding: 5px; }
  .overlay ::-webkit-scrollbar {
    width: 2px; }
  .overlay ::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .overlay ::-webkit-scrollbar-thumb {
    background: #888; }
  .overlay ::-webkit-scrollbar-thumb:hover {
    background: #555; }
  .overlay .box-small {
    width: 360px;
    padding: 30px; }
  .overlay .box-large {
    width: 720px; }
  .overlay .show {
    opacity: 1;
    margin-top: 0; }

.visible {
  display: flex; }

header {
  position: relative; }
  header .top {
    height: 42px;
    padding: 15px 0;
    display: flex;
    align-items: center; }
    header .top ul {
      display: flex;
      align-content: center;
      justify-content: flex-end; }
      header .top ul li {
        font-size: 13px;
        color: white;
        margin-left: 90px; }
        header .top ul li a {
          color: white; }
        header .top ul li a:hover {
          text-decoration: underline; }
      header .top ul .mobile {
        display: none; }
  header .bottom {
    height: 68px;
    display: flex;
    align-items: center; }
    header .bottom .wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      header .bottom .wrapper .brand {
        color: #fff;
        font-weight: 500;
        font-size: 15px; }
      header .bottom .wrapper nav {
        display: flex;
        align-items: center;
        width: fit-content; }
        header .bottom .wrapper nav a {
          color: white;
          font-size: 13px;
          margin: 0 10px;
          position: relative;
          cursor: pointer; }
        header .bottom .wrapper nav a::after {
          content: "";
          height: 5px;
          width: 5px;
          background-color: white;
          position: absolute;
          left: calc(50% - 5px / 2);
          bottom: calc(100% + 10px);
          border-radius: 50%;
          transition: 0.2s;
          opacity: 0; }
        header .bottom .wrapper nav a:hover::after {
          opacity: 1;
          bottom: calc(100% + 5px); }
        header .bottom .wrapper nav button,
        header .bottom .wrapper nav a.a {
          border-radius: 8px;
          padding: 12px 25px;
          margin-right: 0;
          transition: 0.2s;
          border: none;
          cursor: pointer;
          margin-left: 10px; }
        header .bottom .wrapper nav a.a::after {
          display: none; }
      header .bottom .wrapper .mobile-menu {
        display: none; }

header.one .top {
  background-color: #393a38; }
header.one .bottom {
  background-color: #93be40; }
  header.one .bottom .wrapper nav button,
  header.one .bottom .wrapper nav a.a {
    background-color: white;
    color: #6e9d14; }
  header.one .bottom .wrapper nav button:hover,
  header.one .bottom .wrapper nav a.a:hover {
    background-color: #f0f0f0; }

header.two .top {
  background-color: #373d49; }
header.two .bottom {
  background-color: #606672; }
  header.two .bottom .wrapper nav button,
  header.two .bottom .wrapper nav a.a {
    color: #44486c;
    background-image: linear-gradient(to top, #ffb529, #ffd653);
    border-radius: 30px;
    border-bottom: 2px solid #e08b2a; }
  header.two .bottom .wrapper nav button:hover,
  header.two .bottom .wrapper nav a.a:hover {
    opacity: 0.9; }

header.three .top {
  background-color: #1b55cd; }
header.three .bottom {
  background-color: #1b74e7; }
  header.three .bottom .wrapper nav button,
  header.three .bottom .wrapper nav a.a {
    color: #44486c;
    background-color: white;
    color: #1b74e7; }
  header.three .bottom .wrapper nav button:hover,
  header.three .bottom .wrapper nav a.a:hover {
    background-color: #f0f0f0; }

header.four .top {
  background-color: #393a38; }
header.four .bottom {
  background-color: #eca204; }
  header.four .bottom .wrapper nav button,
  header.four .bottom .wrapper nav a.a {
    background-color: white;
    color: #eca204; }
  header.four .bottom .wrapper nav button:hover,
  header.four .bottom .wrapper nav a.a:hover {
    background-color: #f0f0f0; }

header.five .top {
  background-color: #393a38; }
header.five .bottom {
  background-color: #d33a17; }
  header.five .bottom .wrapper nav button,
  header.five .bottom .wrapper nav a.a {
    background-color: white;
    color: #d33a17; }
  header.five .bottom .wrapper nav button:hover,
  header.five .bottom .wrapper nav a.a {
    background-color: #f0f0f0; }

main {
  overflow: hidden; }

#auth {
  background-color: #f0f0fa; }
  #auth .wrapper {
    min-height: calc(100vh - 502px);
    padding: 40px 0; }
    #auth .wrapper .call {
      display: flex;
      align-items: flex-start; }
      #auth .wrapper .call form {
        background-color: white;
        border: 1px solid #b5c7d3;
        width: calc(100% - 350px);
        padding: 30px;
        border-radius: 3px;
        margin-right: 20px; }
        #auth .wrapper .call form h1 {
          color: #053149;
          font-family: "Roboto Light", sans-serif;
          font-weight: 100;
          text-align: center;
          font-size: 35px;
          width: 100%;
          margin-bottom: 10px; }
        #auth .wrapper .call form p {
          color: #50738b;
          font-size: 15px;
          line-height: 1.4;
          font-family: "Roboto Regular", sans-serif;
          text-align: center;
          margin-bottom: 50px;
          text-align: center; }
        #auth .wrapper .call form .forgotten-pw {
          color: #55748a;
          font-size: 15px;
          display: block;
          width: fit-content;
          margin-left: auto;
          text-decoration: underline;
          cursor: pointer; }
        #auth .wrapper .call form .fields {
          display: flex;
          align-items: flex-start; }
          #auth .wrapper .call form .fields .left {
            margin-right: 20px;
            border-right: 1px solid lightgray;
            padding-right: 20px; }
          #auth .wrapper .call form .fields .left,
          #auth .wrapper .call form .fields .right {
            width: calc(50% - 10px); }
        #auth .wrapper .call form .row {
          margin-bottom: 20px;
          display: flex;
          flex-direction: row;
          justify-content: space-between; }
          #auth .wrapper .call form .row .col {
            margin-right: 10px; }
          #auth .wrapper .call form .row .col:last-of-type {
            margin-right: 0; }
        #auth .wrapper .call form .col {
          display: flex;
          flex-direction: column;
          margin-bottom: 10px;
          width: 100%; }
          #auth .wrapper .call form .col label {
            margin-bottom: 5px;
            font-family: "Roboto Light", sans-serif;
            font-size: 15px;
            color: #50738b; }
          #auth .wrapper .call form .col input,
          #auth .wrapper .call form .col select,
          #auth .wrapper .call form .col textarea {
            width: 280;
            border: 1px solid #b7c6cf;
            padding: 0 10px;
            border-radius: 3px;
            transition: 0.3s;
            font-family: "Roboto Regular", sans-serif;
            font-size: 15px;
            color: #053149; }
          #auth .wrapper .call form .col input,
          #auth .wrapper .call form .col select {
            height: 40px;
            margin-right: 0; }
          #auth .wrapper .call form .col .validate {
            border: 1px solid #e52a56; }
          #auth .wrapper .call form .col textarea {
            height: 100px;
            padding: 10px;
            resize: none; }
          #auth .wrapper .call form .col input:focus,
          #auth .wrapper .call form .col textarea:focus {
            border: 1px solid #0088ff; }
        #auth .wrapper .call form .row.double .col {
          width: calc(50% - 5px); }
        #auth .wrapper .call form .col:last-of-type {
          margin-right: 0; }
        #auth .wrapper .call form .button-part {
          width: 100%;
          max-width: 150px;
          margin: 0 auto;
          display: flex;
          justify-content: center;
          margin-top: 45px; }
          #auth .wrapper .call form .button-part button {
            width: 100%;
            height: 55px;
            text-decoration: none;
            color: #ffffff;
            transition: 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 3px;
            font-size: 15px;
            font-family: "Roboto Regular", sans-serif;
            border: none;
            cursor: pointer; }
          #auth .wrapper .call form .button-part svg {
            height: 55px;
            display: none; }
      #auth .wrapper .call .contacts {
        width: 340px;
        margin-left: 10px; }
        #auth .wrapper .call .contacts li {
          border-radius: 8px;
          padding: 20px;
          display: flex;
          align-items: center;
          background-color: white;
          margin-bottom: 10px; }
          #auth .wrapper .call .contacts li span {
            width: 55px;
            height: 55px;
            border-radius: 50%;
            background-color: #f1f8e4;
            display: block;
            margin-right: 10px;
            flex-shrink: 0; }
          #auth .wrapper .call .contacts li .right-part {
            display: flex;
            flex-direction: column;
            font-size: 13px; }
            #auth .wrapper .call .contacts li .right-part h4 {
              color: #697b9e;
              font-family: "OpenSans Bold", sans-serif;
              margin-bottom: 5px; }
            #auth .wrapper .call .contacts li .right-part a,
            #auth .wrapper .call .contacts li .right-part address {
              color: #697b9e;
              font-size: 13px;
              font-style: normal; }
            #auth .wrapper .call .contacts li .right-part a:hover {
              text-decoration: underline; }
        #auth .wrapper .call .contacts li:last-of-type {
          margin-bottom: 0; }

.overlay {
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .overlay .map-box {
    width: 100%; }
    .overlay .map-box h2 {
      color: #435271;
      font-family: "OpenSans Light", sans-serif;
      font-weight: normal;
      font-size: 30px;
      line-height: 1.1;
      margin-bottom: 20px;
      padding-bottom: 20px; }
    .overlay .map-box .bottom {
      display: flex;
      justify-content: space-between;
      height: 70vh; }
      .overlay .map-box .bottom .list {
        width: 20%; }
        .overlay .map-box .bottom .list input {
          width: 100%;
          border: 1px solid #b7c6cf;
          padding: 0 10px;
          border-radius: 3px;
          transition: 0.3s;
          font-family: "Roboto Regular", sans-serif;
          font-size: 15px;
          color: #053149;
          height: 40px;
          margin-bottom: 10px; }
        .overlay .map-box .bottom .list ul {
          max-height: calc(100% - 50px);
          overflow: auto;
          padding-right: 10px; }
          .overlay .map-box .bottom .list ul li {
            padding: 10px;
            cursor: pointer;
            font-size: 11px; }
            .overlay .map-box .bottom .list ul li:hover {
              background-color: #eee; }
      .overlay .map-box .bottom #map-wrapper {
        position: relative;
        width: calc(80% - 20px);
        margin-left: 20px; }
      .overlay .map-box .bottom #map {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .overlay .map-box button {
      border-radius: 3px;
      padding: 5px 15px;
      transition: 0.2s;
      border: none;
      cursor: pointer;
      border: none;
      color: white;
      height: 40px;
      width: 150px;
      margin: 0 auto;
      display: block;
      margin-top: 25px; }
  .overlay .payment-box {
    width: 890px;
    max-height: 100%;
    overflow: auto;
    max-height: 100vh; }
    .overlay .payment-box h2 {
      color: #324e62;
      font-family: "OpenSans Regular";
      font-size: 24px;
      margin-bottom: 30px;
      text-align: center; }
    .overlay .payment-box .bottom .payment-data {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      max-height: 110px;
      border-bottom: 1px solid #e1e9ed;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      .overlay .payment-box .bottom .payment-data li {
        width: 50%;
        padding-right: 20px;
        color: #44486c;
        font-size: 15px;
        margin-bottom: 5px;
        list-style: none;
        display: flex;
        justify-content: space-between; }
        .overlay .payment-box .bottom .payment-data li span {
          font-family: "OpenSans SemiBold";
          width: 55%;
          margin-left: 10px;
          color: #44486c; }
      .overlay .payment-box .bottom .payment-data .total {
        width: fit-content;
        margin-left: auto;
        font-size: 15px; }
        .overlay .payment-box .bottom .payment-data .total > span {
          color: #318efa;
          font-size: 20px;
          font-family: "OpenSans Regular";
          margin-left: 10px; }
        .overlay .payment-box .bottom .payment-data .total span {
          display: inline-block !important; }
    .overlay .payment-box .bottom table {
      width: 100%;
      border-radius: 3px;
      border-collapse: collapse;
      border-bottom: 1px solid #e1e9ed;
      margin-bottom: 10px; }
      .overlay .payment-box .bottom table thead tr th {
        color: #9191a2;
        font-size: 15px;
        text-align: left;
        padding: 5px 0;
        font-weight: normal; }
      .overlay .payment-box .bottom table tbody tr td {
        color: #44486c;
        font-size: 15px;
        text-align: left;
        border-bottom: 1px solid #e1e9ed;
        padding: 5px 0;
        column-span: all;
        font-family: "OpenSans SemiBold";
        padding-bottom: 15px; }
    .overlay .payment-box .bottom .payments {
      display: flex;
      justify-content: center;
      margin-bottom: 30px; }
      .overlay .payment-box .bottom .payments li {
        width: calc(100% / 3 - 10px);
        list-style: none;
        cursor: pointer;
        margin: 0 10px; }
        .overlay .payment-box .bottom .payments li a {
          padding: 20px;
          background-color: #f1f5f7;
          border-radius: 3px;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          width: 100%;
          height: 100%;
          text-decoration: none;
          transition: 0.2s;
          border: 1px solid rgba(255, 255, 255, 0); }
          .overlay .payment-box .bottom .payments li a img {
            margin-bottom: 0; }
          .overlay .payment-box .bottom .payments li a p {
            margin-top: 10px;
            color: #308bfa;
            font-size: 15px;
            margin-bottom: 0; }
        .overlay .payment-box .bottom .payments li a:hover {
          border: 1px solid #afafaf; }
      .overlay .payment-box .bottom .payments .active a {
        background-color: #318efa; }
        .overlay .payment-box .bottom .payments .active a p {
          color: white; }
    .overlay .payment-box .loader {
      display: none; }
      .overlay .payment-box .loader img {
        height: 60px; }
    .overlay .payment-box .buttons {
      display: flex;
      align-items: center;
      justify-content: center; }
    .overlay .payment-box button {
      border-radius: 3px;
      padding: 5px 15px;
      transition: 0.2s;
      border: none;
      cursor: pointer;
      border: none;
      color: white;
      height: 40px;
      width: 150px;
      margin-top: 25px;
      margin: 0 !important; }
    .overlay .payment-box .cancel {
      margin-right: 10px !important;
      background-color: #e9e9e9 !important;
      color: #2c2c2c !important; }
    .overlay .payment-box .cancel:hover {
      background-color: gainsboro !important; }
    .overlay .payment-box .ready {
      background-color: #328efb; }
    .overlay .payment-box button.ready:hover {
      background-color: #2e85f0; }
  .overlay ::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
  .overlay ::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .overlay ::-webkit-scrollbar-thumb {
    background: #888; }
  .overlay ::-webkit-scrollbar-thumb:hover {
    background: #555; }
  .overlay.loading .loader {
    display: block; }
  .overlay.loading .buttons {
    display: none; }

#reservations {
  background-color: #f0f0fa;
  padding: 40px 0;
  min-height: calc(100vh - 380px); }
  #reservations .wrapper #invoices-filter {
    width: 280;
    border: 1px solid #b7c6cf;
    padding: 0 10px;
    border-radius: 3px;
    transition: 0.3s;
    font-family: "Roboto Regular", sans-serif;
    font-size: 15px;
    color: #053149;
    height: 40px;
    margin-bottom: 20px; }
  #reservations .wrapper .search-location {
    display: flex;
    padding-right: 20px;
    margin-bottom: 20px; }
    #reservations .wrapper .search-location input {
      width: 100%;
      border: 1px solid #b7c6cf;
      padding: 0 10px;
      border-radius: 3px;
      transition: 0.3s;
      font-family: "Roboto Regular", sans-serif;
      font-size: 15px;
      color: #053149;
      height: 40px;
      margin-right: 10px; }
    #reservations .wrapper .search-location button {
      height: 40px;
      text-decoration: none;
      color: #ffffff;
      background-color: #2e85f0;
      transition: 0.3s;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 3px;
      font-size: 15px;
      font-family: "Roboto Regular", sans-serif;
      border: none;
      cursor: pointer;
      padding: 0 20px;
      flex-shrink: 0; }
    #reservations .wrapper .search-location button:hover {
      background-color: #2c7fe4; }
  #reservations .wrapper table {
    width: 100%;
    border-radius: 3px;
    border-collapse: collapse; }
    #reservations .wrapper table thead tr th {
      color: #9191a2;
      font-size: 12px;
      text-align: left;
      padding: 10px 20px;
      font-weight: normal;
      border-bottom: 1px solid #328efb; }
    #reservations .wrapper table thead tr .options {
      width: 50px;
      text-align: center; }
    #reservations .wrapper table tbody tr {
      position: relative;
      z-index: 0; }
      #reservations .wrapper table tbody tr input {
        width: 280;
        border: 1px solid #b7c6cf;
        padding: 0 10px;
        border-radius: 3px;
        transition: 0.3s;
        font-family: "Roboto Regular", sans-serif;
        font-size: 15px;
        color: #053149;
        height: 40px; }
      #reservations .wrapper table tbody tr span {
        display: flex;
        align-items: center; }
        #reservations .wrapper table tbody tr span img {
          margin-right: 5px; }
      #reservations .wrapper table tbody tr button {
        border-radius: 3px;
        padding: 5px 15px;
        margin-right: 0;
        transition: 0.2s;
        border: none;
        cursor: pointer;
        border: none;
        color: white; }
      #reservations .wrapper table tbody tr td {
        color: #44486c;
        font-size: 12px;
        text-align: left;
        border-bottom: 1px solid #bdbdbd;
        padding: 15px 20px; }
        #reservations .wrapper table tbody tr td .remove {
          color: red;
          font-size: 30px;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          display: block;
          text-decoration: none;
          text-align: center;
          cursor: pointer; }
        #reservations .wrapper table tbody tr td a {
          color: #0088ff; }
        #reservations .wrapper table tbody tr td .menu {
          margin: 0 auto;
          display: block;
          width: 40px;
          height: 19px;
          object-fit: contain;
          cursor: pointer; }
        #reservations .wrapper table tbody tr td.color span {
          width: 20px;
          height: 20px;
          display: inline-block;
          border-radius: 2px;
          margin-right: 5px; }
      #reservations .wrapper table tbody tr .problem {
        position: relative;
        z-index: 0; }
        #reservations .wrapper table tbody tr .problem p {
          position: absolute;
          top: 20px;
          left: calc(100% + 10px);
          padding: 15px;
          background-color: white;
          width: 250px;
          opacity: 0;
          pointer-events: none;
          transition: 0.2s;
          z-index: 9;
          -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
      #reservations .wrapper table tbody tr .problem:hover p {
        left: 100%;
        opacity: 1;
        pointer-events: all; }
      #reservations .wrapper table tbody tr td {
        column-span: all; }
      #reservations .wrapper table tbody tr td:nth-child(2) {
        width: calc(100% - 50px); }
    #reservations .wrapper table tbody tr:last-child td {
      border-bottom: none; }
    #reservations .wrapper table tbody .collapsable {
      display: none; }
    #reservations .wrapper table tbody .active {
      display: table-row; }
    #reservations .wrapper table tbody tr:hover td {
      background: #ffffff; }
    #reservations .wrapper table td.color,
    #reservations .wrapper table th.color {
      width: 40px; }
    #reservations .wrapper table tr.actual td {
      color: #64c04c;
      background-color: #c1ffb0; }
    #reservations .wrapper table tr.selected td {
      color: #ff8c39;
      background-color: #ffefdf; }
    #reservations .wrapper table tr.x2 td {
      width: 50%; }
    #reservations .wrapper table tr.x3 td {
      width: calc(100% / 3); }
  #reservations .wrapper .transparent {
    background: transparent; }
  #reservations .wrapper .collapsable-table {
    border: 1px solid #f6f6fa; }
    #reservations .wrapper .collapsable-table tr > td {
      cursor: pointer; }
    #reservations .wrapper .collapsable-table tr:hover td {
      background: transparent; }
    #reservations .wrapper .collapsable-table .collapsable tr:hover td {
      background: #ffffff; }
    #reservations .wrapper .collapsable-table .collapsable td {
      position: relative;
      background: transparent; }
    #reservations .wrapper .collapsable-table .collapsable > td {
      position: relative;
      padding: 0; }
      #reservations .wrapper .collapsable-table .collapsable > td:first-of-type::before {
        content: "";
        position: absolute;
        width: 1px;
        height: calc(100% - 25px);
        background-color: #e9e8ed;
        left: 28px;
        top: 0; }
      #reservations .wrapper .collapsable-table .collapsable > td > table {
        width: calc(100% - 50px);
        border: 1px solid #e9e8ed;
        border-radius: 0;
        cursor: auto;
        margin-left: 50px; }
        #reservations .wrapper .collapsable-table .collapsable > td > table tr td:first-of-type::after {
          content: "";
          position: absolute;
          width: 15px;
          height: 1px;
          background-color: #e9e8ed;
          left: -22px;
          top: calc(50% - 0.5px); }
    #reservations .wrapper .collapsable-table .opacity {
      opacity: 0.4; }
  #reservations .wrapper .colored td {
    color: inherit; }
    #reservations .wrapper .colored td a {
      color: inherit; }
  #reservations .wrapper .schedule tr td {
    vertical-align: top; }
    #reservations .wrapper .schedule tr td .button-add {
      visibility: hidden;
      transition: 0s; }
  #reservations .wrapper .schedule tr td:hover .button-add {
    visibility: visible; }
  #reservations .wrapper .schedule tr th {
    font-weight: 600; }
  #reservations .wrapper .schedule tr th.head {
    background: linear-gradient(to right, #dff0d8, #dff0d8);
    color: #000;
    border-bottom: 1px solid #ccc; }
  #reservations .wrapper .schedule .show-map {
    font-weight: normal;
    color: #0088ff;
    cursor: pointer; }
  #reservations .wrapper .part-availability th,
  #reservations .wrapper .part-availability td {
    padding: 10px 15px;
    font-size: 11px; }
  #reservations .wrapper .pointer {
    cursor: pointer; }
  #reservations .wrapper .table-scroller {
    width: 100%;
    overflow: auto; }
  #reservations .wrapper table td.center,
  #reservations .wrapper table th.center {
    text-align: center; }
  #reservations .wrapper table td.right,
  #reservations .wrapper table th.right {
    text-align: right; }
    #reservations .wrapper table td.right label.flex,
    #reservations .wrapper table th.right label.flex {
      justify-content: flex-end; }
      #reservations .wrapper table td.right label.flex .info-icon,
      #reservations .wrapper table th.right label.flex .info-icon {
        margin-right: 0; }
  @media screen and (max-width: 1200px) {
    #reservations .wrapper .successful-payment img,
    #reservations .wrapper .failed-payment img {
      height: 60px; }
    #reservations .wrapper .successful-payment h1,
    #reservations .wrapper .successful-payment h2,
    #reservations .wrapper .failed-payment h1,
    #reservations .wrapper .failed-payment h2 {
      font-size: 25px; }
    #reservations .wrapper .successful-payment .main-description,
    #reservations .wrapper .failed-payment .main-description {
      padding: 0; }
    #reservations .wrapper .table-scroller {
      margin-left: -10px;
      margin-right: -10px;
      width: calc(100% + 20px);
      display: flex; }
      #reservations .wrapper .table-scroller table thead tr th {
        min-width: 140px; }
      #reservations .wrapper .table-scroller table thead tr th:first-of-type {
        min-width: auto; }
      #reservations .wrapper .table-scroller table thead tr .options {
        text-align: center; }
      #reservations .wrapper .table-scroller table tbody tr td {
        min-width: 140px; }
      #reservations .wrapper .table-scroller table tbody tr td:first-of-type {
        min-width: auto; } }
  #reservations .wrapper .row {
    display: flex;
    background-color: white;
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 20px; }
    #reservations .wrapper .row .col {
      width: calc(100% / 3); }
      #reservations .wrapper .row .col p {
        color: #004060;
        font-size: 13px;
        display: flex;
        padding-right: 20px;
        margin-bottom: 15px; }
        #reservations .wrapper .row .col p span {
          color: #2c2c2c;
          width: 50%;
          margin-left: auto; }
        #reservations .wrapper .row .col p .time {
          font-size: 20px;
          color: #328efb; }
        #reservations .wrapper .row .col p button {
          border-radius: 3px;
          padding: 5px 15px;
          margin-right: 0;
          transition: 0.2s;
          border: none;
          cursor: pointer;
          border: none;
          color: white; }
      #reservations .wrapper .row .col p:last-of-type {
        margin-bottom: 0; }
    #reservations .wrapper .row .col:last-of-type {
      width: fit-content;
      flex-shrink: 0; }
      #reservations .wrapper .row .col:last-of-type p {
        padding-right: 0; }
    #reservations .wrapper .row .problem p {
      flex-direction: column; }
      #reservations .wrapper .row .problem p span {
        width: 100%;
        margin-left: 0;
        padding-top: 10px; }
  #reservations .wrapper .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px; }
    #reservations .wrapper .pagination li:first-of-type a,
    #reservations .wrapper .pagination li:last-of-type a {
      font-size: 30px;
      border: none !important; }
    #reservations .wrapper .pagination a {
      color: inherit;
      width: 45px;
      height: 45px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #e1e1e1; }
    #reservations .wrapper .pagination .page-item {
      margin: 0 5px;
      width: 45px;
      height: 45px;
      display: flex;
      align-items: center;
      justify-content: center; }
      #reservations .wrapper .pagination .page-item span {
        color: #61627e;
        font-family: "Noto Regular", sans-serif;
        font-size: 15px;
        width: 45px;
        height: 45px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: white;
        border: 1px solid #e1e1e1;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        border-radius: 1px; }
    #reservations .wrapper .pagination .active span {
      background-color: #e1e1e1; }
    #reservations .wrapper .pagination .disabled {
      display: none; }

#vote {
  background-image: url("../img/websites/app/subscribe-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  padding: 45px 0;
  min-height: calc(100vh - 502px);
  display: flex;
  align-items: center;
  justify-content: center; }
  #vote .wrapper h1 {
    color: #053149;
    font-family: "Roboto Light", sans-serif;
    font-weight: 100;
    text-align: center;
    font-size: 45px;
    width: 100%;
    margin-bottom: 15px; }
  #vote .wrapper p {
    font-family: "Roboto Regular", sans-serif;
    font-size: 15px;
    color: #50738b;
    text-align: center;
    line-height: 1.7;
    padding: 0px 200px;
    font-weight: 100;
    margin-bottom: 42px; }
  #vote .wrapper a {
    height: 53px;
    width: 167px;
    background-color: #0088ff;
    border-radius: 3px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    margin: 0 auto; }
  #vote .wrapper a:hover {
    background-color: #0481ee; }

main.one #banner {
  height: 580px;
  width: 100%;
  background-image: url("../img/websites/pages/1/banner.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f5f7f9; }
  main.one #banner .wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    main.one #banner .wrapper p {
      color: white;
      font-size: 13px;
      margin-bottom: 30px; }
    main.one #banner .wrapper .left {
      width: 45%;
      padding-top: 105px;
      margin-bottom: auto; }
      main.one #banner .wrapper .left h1 {
        color: white;
        font-family: "OpenSans Bold", sans-serif;
        font-size: 50px;
        margin-bottom: 15px;
        line-height: 1.1; }
      main.one #banner .wrapper .left button,
      main.one #banner .wrapper .left a {
        color: white;
        border-radius: 8px;
        background-color: #93be40;
        padding: 20px 45px;
        margin-right: 0;
        transition: 0.2s;
        font-size: 13px;
        border: none;
        cursor: pointer; }
      main.one #banner .wrapper .left button:hover {
        background-color: #83a839; }
    main.one #banner .wrapper .right {
      background-color: rgba(115, 166, 17, 0.96);
      width: 380px;
      height: auto;
      border-radius: 8px;
      overflow: hidden;
      display: flex; }
      main.one #banner .wrapper .right .menu {
        margin-right: -380px;
        width: 100%;
        transition: 0.2s;
        flex-shrink: 0;
        padding: 40px 23px;
        padding-bottom: 60px;
        position: relative; }
        main.one #banner .wrapper .right .menu li {
          cursor: pointer; }
          main.one #banner .wrapper .right .menu li button {
            color: #6e9d14;
            border-radius: 8px;
            background-color: white;
            padding: 20px 75px;
            margin-right: 0;
            transition: 0.2s;
            border: none;
            cursor: pointer;
            position: absolute;
            bottom: 40px;
            width: 190px;
            left: calc(50% - 190px / 2); }
          main.one #banner .wrapper .right .menu li button:hover {
            background-color: #f0f0f0; }
    main.one #banner .wrapper .show-menu form.register {
      margin-left: calc(-380px * 2); }
    main.one #banner .wrapper .show-menu form.login {
      margin-left: -380px; }
    main.one #banner .wrapper .show-menu .menu {
      margin-right: 0; }
main.one #activities {
  padding: 35px 0;
  background-color: #f5f7f9;
  padding-bottom: 125px; }
  main.one #activities .wrapper h2 {
    font-size: 50px;
    color: #435271;
    font-family: "OpenSans Bold", sans-serif;
    margin-bottom: 20px; }
  main.one #activities .wrapper p {
    color: #435271;
    font-size: 13px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    max-width: 60%; }
  main.one #activities .wrapper .bottom {
    display: flex;
    align-items: center;
    border-radius: 8px;
    background-color: white;
    padding: 20px;
    position: relative; }
    main.one #activities .wrapper .bottom .categories {
      max-width: 315px;
      width: 100%;
      flex-shrink: 0; }
      main.one #activities .wrapper .bottom .categories h3 {
        color: #ced2da;
        font-size: 25px;
        margin-bottom: 20px;
        text-align: center;
        font-family: "Roboto Black", sans-serif; }
      main.one #activities .wrapper .bottom .categories ul {
        display: flex;
        flex-wrap: wrap; }
        main.one #activities .wrapper .bottom .categories ul li {
          width: calc(100% / 3 - 5px);
          background-color: white;
          border: 1px solid #f5f7f9;
          padding: 5px;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          text-align: center;
          font-size: 11px;
          cursor: pointer;
          transition: 0.2s;
          position: relative;
          margin-right: 5px;
          margin-bottom: 5px;
          border-radius: 3px;
          z-index: 1;
          line-height: 1;
          -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
          -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05); }
          main.one #activities .wrapper .bottom .categories ul li img {
            margin-bottom: 5px;
            height: 40px; }
        main.one #activities .wrapper .bottom .categories ul li:nth-child(3n + 3) {
          margin-right: 0; }
        main.one #activities .wrapper .bottom .categories ul li:hover,
        main.one #activities .wrapper .bottom .categories ul .active {
          background-color: #93be40;
          color: white; }
        main.one #activities .wrapper .bottom .categories ul .active {
          cursor: default;
          pointer-events: none; }
        main.one #activities .wrapper .bottom .categories ul .heading {
          width: 100%;
          margin: 0; }
    main.one #activities .wrapper .bottom .right {
      padding-left: 100px;
      width: calc(100% - 315px); }
      main.one #activities .wrapper .bottom .right .top {
        display: flex;
        align-items: center;
        margin-bottom: 20px; }
        main.one #activities .wrapper .bottom .right .top .main-image {
          max-height: 130px;
          width: 90px;
          object-fit: contain;
          flex-shrink: 0; }
        main.one #activities .wrapper .bottom .right .top .right-part {
          margin-left: 20px; }
          main.one #activities .wrapper .bottom .right .top .right-part h3 {
            font-family: "OpenSans Bold", sans-serif;
            font-size: 25px;
            color: #435271; }
          main.one #activities .wrapper .bottom .right .top .right-part p {
            margin: 0; }
      main.one #activities .wrapper .bottom .right p,
      main.one #activities .wrapper .bottom .right li {
        color: #697b9e;
        font-size: 13px;
        text-align: left;
        max-width: 100%; }
      main.one #activities .wrapper .bottom .right ul li {
        display: flex;
        align-items: center;
        margin-bottom: 10px; }
        main.one #activities .wrapper .bottom .right ul li span {
          height: 30px;
          width: 30px;
          border-radius: 50%;
          background-color: #cbd2d9;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: 0.2s;
          z-index: 0;
          margin-right: 40px;
          flex-shrink: 0; }
      main.one #activities .wrapper .bottom .right ul li:last-of-type {
        margin-bottom: 0; }
      main.one #activities .wrapper .bottom .right button,
      main.one #activities .wrapper .bottom .right a {
        color: white;
        border-radius: 8px;
        background-color: #93be40;
        padding: 20px 45px;
        transition: 0.2s;
        border: none;
        cursor: pointer;
        margin: 0 auto;
        margin-top: 20px;
        display: block;
        width: fit-content;
        font-size: 13px; }
      main.one #activities .wrapper .bottom .right button:hover,
      main.one #activities .wrapper .bottom .right a {
        background-color: #83a839; }
main.one #care {
  margin-top: -65px;
  padding-bottom: 80px; }
  main.one #care .wrapper .top {
    background-color: #93be40;
    border-radius: 8px;
    display: flex;
    margin-bottom: 60px; }
    main.one #care .wrapper .top .left {
      border-radius: inherit;
      object-fit: cover;
      width: 500px; }
    main.one #care .wrapper .top .right {
      padding: 35px 65px;
      width: calc(100% - 500px);
      display: flex;
      flex-direction: column; }
      main.one #care .wrapper .top .right h2 {
        color: white;
        font-size: 50px;
        margin-bottom: 15px;
        font-family: "OpenSans Bold", sans-serif;
        line-height: 1.1; }
      main.one #care .wrapper .top .right p {
        color: white;
        font-size: 13px; }
      main.one #care .wrapper .top .right .our-partners {
        margin-top: auto;
        position: relative;
        width: fit-content;
        margin-bottom: 40px; }
      main.one #care .wrapper .top .right ul {
        display: flex;
        align-items: center; }
        main.one #care .wrapper .top .right ul li {
          margin-right: 20px;
          max-width: calc(100% / 5); }
          main.one #care .wrapper .top .right ul li img {
            max-width: 100%; }
        main.one #care .wrapper .top .right ul li:last-of-type {
          margin-right: 0; }
      main.one #care .wrapper .top .right .our-partners::before {
        content: "";
        width: calc(100% + 100px);
        height: 2px;
        background-color: white;
        position: absolute;
        left: 0;
        top: calc(100% + 5px); }
  main.one #care .wrapper .bottom {
    display: flex; }
    main.one #care .wrapper .bottom li {
      width: calc(100% / 3);
      text-align: center; }
      main.one #care .wrapper .bottom li img {
        height: 98px; }
      main.one #care .wrapper .bottom li h3 {
        color: #435271;
        font-family: "OpenSans Regular", sans-serif;
        font-weight: normal;
        font-size: 25px;
        line-height: 1.1;
        margin-bottom: 20px; }
      main.one #care .wrapper .bottom li p {
        font-size: 13px;
        color: #435271;
        width: 65%;
        margin: 0 auto; }
main.one #contacts {
  background-color: #f5f7f9;
  padding: 50px 0; }
  main.one #contacts .wrapper {
    display: flex; }
    main.one #contacts .wrapper .left {
      width: 315px;
      margin-right: 40px; }
      main.one #contacts .wrapper .left h2 {
        font-size: 50px;
        color: #435271;
        font-family: "OpenSans Bold", sans-serif;
        line-height: 1;
        margin-bottom: 45px; }
      main.one #contacts .wrapper .left ul li {
        border-radius: 8px;
        padding: 20px;
        display: flex;
        align-items: center;
        background-color: white;
        margin-bottom: 10px; }
        main.one #contacts .wrapper .left ul li span {
          width: 55px;
          height: 55px;
          border-radius: 50%;
          background-color: #f1f8e4;
          display: block;
          margin-right: 10px;
          flex-shrink: 0; }
        main.one #contacts .wrapper .left ul li .right-part {
          display: flex;
          flex-direction: column;
          font-size: 13px; }
          main.one #contacts .wrapper .left ul li .right-part h4 {
            color: #697b9e;
            font-family: "OpenSans Bold", sans-serif;
            margin-bottom: 5px; }
          main.one #contacts .wrapper .left ul li .right-part a,
          main.one #contacts .wrapper .left ul li .right-part address {
            color: #697b9e;
            font-size: 13px;
            font-style: normal; }
          main.one #contacts .wrapper .left ul li .right-part a:hover {
            text-decoration: underline; }
      main.one #contacts .wrapper .left ul li:last-of-type {
        margin-bottom: 0; }
    main.one #contacts .wrapper form.right {
      background-color: white;
      padding: 40px;
      background-color: white;
      width: calc(100% - 355px);
      border-radius: 8px;
      /* Hide the browser's default checkbox */
      /* Create a custom checkbox */
      /* On mouse-over, add a grey background color */
      /* When the checkbox is checked, add a blue background */
      /* Create the checkmark/indicator (hidden when not checked) */
      /* Show the checkmark when checked */
      /* Style the checkmark/indicator */ }
      main.one #contacts .wrapper form.right h2 {
        color: #435271;
        font-family: "OpenSans Regular", sans-serif;
        font-weight: normal;
        font-size: 25px;
        line-height: 1.1;
        margin-bottom: 10px; }
      main.one #contacts .wrapper form.right p {
        font-size: 13px;
        color: #435271;
        width: 60%;
        margin-bottom: 40px; }
      main.one #contacts .wrapper form.right .row {
        margin-right: -10px; }
        main.one #contacts .wrapper form.right .row input {
          margin-right: 10px;
          width: calc(100% / 3 - 10px); }
        main.one #contacts .wrapper form.right .row input:last-of-type {
          margin-right: 0; }
      main.one #contacts .wrapper form.right input,
      main.one #contacts .wrapper form.right textarea {
        border: 1px solid #b7c6cf;
        padding: 0 10px;
        border-radius: 3px;
        transition: 0.3s;
        font-size: 13px;
        height: 40px;
        color: #435271;
        margin-bottom: 20px; }
      main.one #contacts .wrapper form.right textarea {
        height: 195px;
        padding: 10px;
        resize: none;
        width: 100%; }
      main.one #contacts .wrapper form.right .container {
        display: block;
        position: relative;
        padding-left: 25px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border-bottom: 1px solid #e52a5600;
        font-size: 13px;
        margin-bottom: 20px; }
        main.one #contacts .wrapper form.right .container a {
          color: #0a71cf; }
        main.one #contacts .wrapper form.right .container a:hover {
          text-decoration: underline; }
      main.one #contacts .wrapper form.right .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0; }
      main.one #contacts .wrapper form.right .checkmark {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        left: 0;
        height: 17px;
        width: 17px;
        border: 1px solid #c2cfd6; }
      main.one #contacts .wrapper form.right .container:hover input ~ .checkmark {
        border-radius: 2px;
        background-color: #fafafa; }
      main.one #contacts .wrapper form.right .container input:checked ~ .checkmark {
        background-color: #93be40;
        border: 1px solid #c2cfd600;
        border-radius: 2px; }
      main.one #contacts .wrapper form.right .checkmark:after {
        content: "";
        position: absolute;
        display: none; }
      main.one #contacts .wrapper form.right .container input:checked ~ .checkmark:after {
        display: block; }
      main.one #contacts .wrapper form.right .container .checkmark:after {
        left: 4px;
        top: 0px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      main.one #contacts .wrapper form.right button {
        color: white;
        border-radius: 8px;
        background-color: #93be40;
        padding: 20px 45px;
        margin-right: 0;
        transition: 0.2s;
        border: none;
        cursor: pointer; }
      main.one #contacts .wrapper form.right button:hover {
        background-color: #83a839; }
main.one #partners {
  border-top: 1px solid #b1b8c3;
  padding: 20px 0; }
  main.one #partners .wrapper ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: -30px; }
    main.one #partners .wrapper ul li {
      max-width: calc(100% / 9 - 30px);
      margin-right: 30px; }
      main.one #partners .wrapper ul li img {
        max-width: 100%; }

main.two #banner {
  height: 580px;
  width: 100%;
  background-image: url("../img/websites/pages/2/banner.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: #e9eef3;
  border-bottom: 2px solid #445372; }
  main.two #banner .wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    main.two #banner .wrapper p {
      color: #435271;
      font-size: 13px;
      margin-bottom: 30px; }
    main.two #banner .wrapper .left {
      width: 45%;
      padding-top: 105px;
      margin-bottom: auto; }
      main.two #banner .wrapper .left h1 {
        color: #435271;
        font-family: "OpenSans Bold", sans-serif;
        font-size: 50px;
        margin-bottom: 15px;
        line-height: 1.1; }
      main.two #banner .wrapper .left button,
      main.two #banner .wrapper .left a {
        padding: 20px 45px;
        margin-right: 0;
        transition: 0.2s;
        border: none;
        cursor: pointer;
        color: #44486c;
        background-image: linear-gradient(to top, #ffb529, #ffd653);
        border-radius: 30px;
        border-bottom: 2px solid #e08b2a;
        font-size: 13px; }
      main.two #banner .wrapper .left button:hover,
      main.two #banner .wrapper .left a:hover {
        opacity: 0.9; }
    main.two #banner .wrapper .right {
      background-color: rgba(115, 166, 17, 0.96);
      width: 380px;
      height: auto;
      border-radius: 8px;
      overflow: hidden;
      display: flex; }
      main.two #banner .wrapper .right form {
        width: 100%;
        transition: 0.2s;
        flex-shrink: 0;
        padding: 40px 23px; }
        main.two #banner .wrapper .right form h2 {
          font-size: 25px;
          color: white;
          font-family: "OpenSans Bold", sans-serif;
          text-align: center;
          margin-bottom: 5px; }
        main.two #banner .wrapper .right form p {
          text-align: center;
          margin-bottom: 40px; }
        main.two #banner .wrapper .right form label {
          color: white;
          font-size: 13px;
          margin-bottom: 5px; }
        main.two #banner .wrapper .right form input {
          width: 100%;
          background-color: rgba(255, 255, 255, 0.23);
          border-radius: 8px;
          padding: 0 10px;
          border: none;
          height: 48px;
          font-size: 13px;
          margin-bottom: 20px;
          color: white; }
        main.two #banner .wrapper .right form span {
          color: white;
          cursor: pointer;
          font-size: 13px;
          margin-left: auto;
          display: block;
          width: fit-content;
          margin-bottom: 30px;
          margin-top: -10px; }
        main.two #banner .wrapper .right form span:hover {
          text-decoration: underline; }
        main.two #banner .wrapper .right form .buttons {
          display: flex;
          align-items: center;
          justify-content: center; }
          main.two #banner .wrapper .right form .buttons button {
            color: #6e9d14;
            border-radius: 8px;
            background-color: white;
            padding: 20px 75px;
            margin-right: 0;
            transition: 0.2s;
            border: none;
            cursor: pointer; }
          main.two #banner .wrapper .right form .buttons button:hover {
            background-color: #f0f0f0; }
      main.two #banner .wrapper .right .menu {
        margin-right: -380px;
        width: 100%;
        transition: 0.2s;
        flex-shrink: 0;
        padding: 40px 23px;
        padding-bottom: 60px;
        position: relative; }
        main.two #banner .wrapper .right .menu li {
          cursor: pointer; }
          main.two #banner .wrapper .right .menu li button {
            color: #6e9d14;
            border-radius: 8px;
            background-color: white;
            padding: 20px 75px;
            margin-right: 0;
            transition: 0.2s;
            border: none;
            cursor: pointer;
            position: absolute;
            bottom: 40px;
            width: 190px;
            left: calc(50% - 190px / 2); }
          main.two #banner .wrapper .right .menu li button:hover {
            background-color: #f0f0f0; }
    main.two #banner .wrapper .move form {
      margin-left: -380px; }
    main.two #banner .wrapper .move .menu {
      margin-right: 0; }
main.two #activities {
  padding: 35px 0;
  background-color: #f5f7f9; }
  main.two #activities .wrapper h2 {
    font-size: 50px;
    color: #435271;
    font-family: "OpenSans Bold", sans-serif;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase; }
  main.two #activities .wrapper p {
    color: #435271;
    font-size: 13px;
    max-width: 70%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px; }
  main.two #activities .wrapper .categories-wrapper {
    position: relative;
    display: flex;
    justify-content: center; }
    main.two #activities .wrapper .categories-wrapper .arrow {
      height: 30px;
      width: 30px;
      border-radius: 50%;
      background-color: #3f4257;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 10px;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      transition: 0.2s;
      cursor: pointer;
      z-index: 1; }
      main.two #activities .wrapper .categories-wrapper .arrow img {
        margin: 0; }
      main.two #activities .wrapper .categories-wrapper .arrow.left-arrow {
        left: -15px; }
        main.two #activities .wrapper .categories-wrapper .arrow.left-arrow img {
          transform: rotate(90deg); }
      main.two #activities .wrapper .categories-wrapper .arrow.right-arrow {
        right: -15px; }
        main.two #activities .wrapper .categories-wrapper .arrow.right-arrow img {
          transform: rotate(270deg); }
  main.two #activities .wrapper ul.categories {
    display: flex;
    margin-bottom: 20px;
    min-height: 160px;
    overflow: hidden; }
    main.two #activities .wrapper ul.categories li {
      width: 120px;
      min-width: 120px;
      background-color: white;
      height: auto;
      min-height: 185px;
      border: 1px solid #f5f7f9;
      padding: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      font-size: 13px;
      cursor: pointer;
      transition: 0.2s;
      position: relative;
      justify-content: flex-start;
      text-align: center; }
      main.two #activities .wrapper ul.categories li img {
        margin-bottom: 10px;
        max-width: 100%; }
      main.two #activities .wrapper ul.categories li span {
        height: 30px;
        width: 30px;
        border-radius: 50%;
        background-color: #3f4257;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
        position: absolute;
        bottom: -10px;
        left: calc(50% - 30px / 2);
        opacity: 0;
        transition: 0.2s;
        z-index: 0; }
        main.two #activities .wrapper ul.categories li span img {
          margin: 0; }
    main.two #activities .wrapper ul.categories li:hover,
    main.two #activities .wrapper ul.categories .active {
      background-image: linear-gradient(to top, #ffb528, #ffd654);
      padding-bottom: 50px; }
      main.two #activities .wrapper ul.categories li:hover span,
      main.two #activities .wrapper ul.categories .active span {
        opacity: 1;
        bottom: 10px; }
    main.two #activities .wrapper ul.categories .active {
      cursor: auto; }
  main.two #activities .wrapper .activities {
    margin-bottom: 20px;
    position: relative; }
    main.two #activities .wrapper .activities li {
      display: flex; }
      main.two #activities .wrapper .activities li .left {
        width: 50%;
        text-align: center; }
        main.two #activities .wrapper .activities li .left h2 {
          color: #ccd5e0;
          font-size: 50px;
          font-family: "OpenSans Bold", sans-serif; }
        main.two #activities .wrapper .activities li .left img {
          max-height: 380px;
          max-width: 100%; }
      main.two #activities .wrapper .activities li .right {
        width: 50%;
        overflow: auto;
        position: absolute;
        right: 0;
        height: 100%;
        top: 0;
        padding-right: 10px;
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */ }
        main.two #activities .wrapper .activities li .right::-webkit-scrollbar {
          width: 6px; }
        main.two #activities .wrapper .activities li .right::-webkit-scrollbar-track {
          background: #f1f1f1; }
        main.two #activities .wrapper .activities li .right::-webkit-scrollbar-thumb {
          background: #ccd5e0;
          border-radius: 3px; }
        main.two #activities .wrapper .activities li .right::-webkit-scrollbar-thumb:hover {
          background: #555; }
        main.two #activities .wrapper .activities li .right h3 {
          font-family: "OpenSans Bold", sans-serif;
          font-size: 25px;
          color: #435271;
          margin-bottom: 20px; }
        main.two #activities .wrapper .activities li .right p,
        main.two #activities .wrapper .activities li .right li {
          color: #697b9e;
          font-size: 13px;
          text-align: left;
          max-width: 100%; }
        main.two #activities .wrapper .activities li .right ul li {
          display: flex;
          align-items: center;
          margin-bottom: 10px; }
          main.two #activities .wrapper .activities li .right ul li span {
            height: 30px;
            width: 30px;
            border-radius: 50%;
            background-color: #cbd2d9;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.2s;
            z-index: 0;
            margin-right: 40px;
            flex-shrink: 0; }
        main.two #activities .wrapper .activities li .right ul li:last-of-type {
          margin-bottom: 0; }
  main.two #activities .wrapper button,
  main.two #activities .wrapper a {
    padding: 20px 45px;
    margin-right: 0;
    transition: 0.2s;
    border: none;
    cursor: pointer;
    color: #44486c;
    background-image: linear-gradient(to top, #ffb529, #ffd653);
    border-radius: 30px;
    border-bottom: 2px solid #e08b2a;
    margin: 0 auto;
    display: block;
    width: fit-content;
    font-size: 13px; }
  main.two #activities .wrapper button:hover,
  main.two #activities .wrapper a:hover {
    opacity: 0.9; }
main.two #care {
  padding: 35px 0; }
  main.two #care .wrapper h2 {
    font-size: 50px;
    color: #435271;
    font-family: "OpenSans Bold", sans-serif;
    margin-bottom: 20px;
    text-align: center; }
  main.two #care .wrapper p {
    color: #435271;
    font-size: 13px;
    max-width: 70%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px; }
  main.two #care .wrapper ul {
    display: flex;
    align-items: center;
    margin-right: -30px; }
    main.two #care .wrapper ul li {
      padding: 20px;
      background-position: center center;
      width: calc(100% - 30px);
      margin-right: 30px;
      border-radius: 40px;
      height: 380px;
      background-size: cover;
      position: relative;
      overflow: hidden; }
      main.two #care .wrapper ul li span {
        border-radius: 50%;
        width: 100%;
        height: 100%;
        background-color: rgba(27, 27, 27, 0.8);
        color: white;
        font-size: 20px;
        position: absolute;
        bottom: -225px;
        left: 0;
        right: 0;
        padding-top: 40px;
        text-align: center;
        line-height: 1.1; }
        main.two #care .wrapper ul li span a {
          padding: 0 45px;
          height: 40px;
          margin-right: 0;
          transition: 0.2s;
          border: none;
          cursor: pointer;
          color: #44486c;
          background-image: linear-gradient(to top, #ffb529, #ffd653);
          border-radius: 30px;
          border-bottom: 2px solid #e08b2a;
          margin: 0 auto;
          display: block;
          width: fit-content;
          margin-top: 15px;
          display: flex;
          align-items: center;
          font-size: 13px; }
        main.two #care .wrapper ul li span a:hover {
          opacity: 0.9; }
main.two #special-offer {
  background-color: #f5f7f9; }
  main.two #special-offer .wrapper {
    padding: 35px 0;
    position: relative; }
    main.two #special-offer .wrapper h2 {
      font-size: 45px;
      color: #435271;
      font-family: "OpenSans Bold", sans-serif;
      margin-bottom: 40px;
      text-align: center; }
    main.two #special-offer .wrapper .bottom-part {
      display: flex;
      align-items: center; }
      main.two #special-offer .wrapper .bottom-part .col {
        width: calc(100% / 3);
        text-align: center;
        font-family: "Roboto Regular", sans-serif;
        font-size: 30px;
        color: #435271;
        text-transform: uppercase;
        line-height: 0.9; }
        main.two #special-offer .wrapper .bottom-part .col b {
          font-family: "Roboto Bold", sans-serif;
          color: #ffce4a;
          font-size: 120px;
          padding-left: 95px;
          line-height: 1; }
        main.two #special-offer .wrapper .bottom-part .col span:last-of-type {
          text-align: right;
          width: 100%;
          display: block; }
        main.two #special-offer .wrapper .bottom-part .col img {
          max-width: 100%; }
      main.two #special-offer .wrapper .bottom-part .different {
        margin-bottom: -100px; }
  main.two #special-offer .bottom {
    background-color: #eaeaea;
    height: 110px; }

main.two-inner #banner {
  height: 350px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: #4b4b4b;
  border-bottom: 2px solid #445372;
  align-items: center;
  display: flex; }
  main.two-inner #banner .wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    main.two-inner #banner .wrapper .left {
      width: 45%; }
      main.two-inner #banner .wrapper .left h1 {
        color: white;
        font-family: "OpenSans Bold", sans-serif;
        font-size: 50px;
        margin-bottom: 15px;
        line-height: 1.1; }
      main.two-inner #banner .wrapper .left p {
        color: white;
        font-size: 13px; }
main.two-inner #info {
  padding: 35px 0;
  background-color: #f5f7f9; }
  main.two-inner #info .wrapper h2 {
    font-size: 50px;
    color: #435271;
    font-family: "OpenSans Bold", sans-serif;
    margin-bottom: 20px;
    text-align: center; }
  main.two-inner #info .wrapper p {
    color: #435271;
    font-size: 13px;
    max-width: 70%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px; }
  main.two-inner #info .wrapper ul {
    display: flex;
    align-items: center;
    margin-right: -30px; }
    main.two-inner #info .wrapper ul li {
      padding: 20px;
      background-position: top center;
      width: calc(100% / 2 - 30px);
      margin-right: 30px;
      border-radius: 40px;
      height: 315px;
      background-size: cover;
      position: relative;
      overflow: hidden; }
      main.two-inner #info .wrapper ul li span {
        border-radius: 50%;
        width: 100%;
        height: 100%;
        background-color: rgba(27, 27, 27, 0.8);
        color: white;
        font-size: 20px;
        position: absolute;
        bottom: -150px;
        left: 0;
        right: 0;
        padding-top: 40px;
        text-align: center;
        line-height: 1.1; }
        main.two-inner #info .wrapper ul li span a {
          padding: 0 45px;
          height: 40px;
          margin-right: 0;
          transition: 0.2s;
          border: none;
          cursor: pointer;
          color: #44486c;
          background-image: linear-gradient(to top, #ffb529, #ffd653);
          border-radius: 30px;
          border-bottom: 2px solid #e08b2a;
          margin: 0 auto;
          display: block;
          width: fit-content;
          margin-top: 15px;
          display: flex;
          align-items: center;
          font-size: 13px; }
        main.two-inner #info .wrapper ul li span a:hover {
          opacity: 0.9; }

main.three #banner {
  height: 580px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: #373d49;
  border-bottom: 2px solid #445372;
  position: relative; }
  main.three #banner .wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-bottom: 150px;
    z-index: 2; }
    main.three #banner .wrapper p {
      color: white;
      font-size: 13px;
      margin-bottom: 30px; }
    main.three #banner .wrapper .left {
      width: 45%;
      padding: 20px 0; }
      main.three #banner .wrapper .left h1 {
        color: white;
        font-family: "OpenSans Bold", sans-serif;
        font-size: 50px;
        margin-bottom: 15px;
        line-height: 1.1; }
      main.three #banner .wrapper .left ul {
        display: flex;
        justify-content: space-between; }
        main.three #banner .wrapper .left ul li {
          font-family: "OpenSans Bold", sans-serif;
          color: white;
          font-size: 20px;
          text-align: center;
          text-transform: uppercase; }
          main.three #banner .wrapper .left ul li img {
            margin-bottom: 5px;
            color: white; }
      main.three #banner .wrapper .left button,
      main.three #banner .wrapper .left a {
        color: white;
        border-radius: 8px;
        background-image: linear-gradient(to right, #167eea, #2660e1);
        padding: 20px 45px;
        margin-right: 0;
        transition: 0.2s;
        border: none;
        cursor: pointer;
        position: absolute;
        bottom: 50px;
        left: 0;
        font-size: 13px; }
      main.three #banner .wrapper .left button:hover,
      main.three #banner .wrapper .left a:hover {
        opacity: 0.9; }
    main.three #banner .wrapper .right {
      height: auto;
      border-radius: 8px;
      display: flex; }
      main.three #banner .wrapper .right img {
        position: absolute;
        top: 30px;
        right: 0; }
      main.three #banner .wrapper .right form {
        width: 100%;
        transition: 0.2s;
        flex-shrink: 0;
        padding: 40px 23px; }
        main.three #banner .wrapper .right form h2 {
          font-size: 25px;
          color: white;
          font-family: "OpenSans Bold", sans-serif;
          text-align: center;
          margin-bottom: 5px; }
        main.three #banner .wrapper .right form p {
          text-align: center;
          margin-bottom: 40px; }
        main.three #banner .wrapper .right form label {
          color: white;
          font-size: 13px;
          margin-bottom: 5px; }
        main.three #banner .wrapper .right form input {
          width: 100%;
          background-color: rgba(255, 255, 255, 0.23);
          border-radius: 8px;
          padding: 0 10px;
          border: none;
          height: 48px;
          font-size: 13px;
          margin-bottom: 20px;
          color: white; }
        main.three #banner .wrapper .right form span {
          color: white;
          cursor: pointer;
          font-size: 13px;
          margin-left: auto;
          display: block;
          width: fit-content;
          margin-bottom: 30px;
          margin-top: -10px; }
        main.three #banner .wrapper .right form span:hover {
          text-decoration: underline; }
        main.three #banner .wrapper .right form .buttons {
          display: flex;
          align-items: center;
          justify-content: center; }
          main.three #banner .wrapper .right form .buttons button {
            color: #6e9d14;
            border-radius: 8px;
            background-color: white;
            padding: 20px 75px;
            margin-right: 0;
            transition: 0.2s;
            border: none;
            cursor: pointer; }
          main.three #banner .wrapper .right form .buttons button:hover {
            background-color: #f0f0f0; }
      main.three #banner .wrapper .right .menu {
        margin-right: -380px;
        width: 100%;
        transition: 0.2s;
        flex-shrink: 0;
        padding: 40px 23px;
        padding-bottom: 60px;
        position: relative; }
        main.three #banner .wrapper .right .menu li {
          cursor: pointer; }
          main.three #banner .wrapper .right .menu li button {
            color: #6e9d14;
            border-radius: 8px;
            background-color: white;
            padding: 20px 75px;
            margin-right: 0;
            transition: 0.2s;
            border: none;
            cursor: pointer;
            position: absolute;
            bottom: 40px;
            width: 190px;
            left: calc(50% - 190px / 2); }
          main.three #banner .wrapper .right .menu li button:hover {
            background-color: #f0f0f0; }
    main.three #banner .wrapper .move form {
      margin-left: -380px; }
    main.three #banner .wrapper .move .menu {
      margin-right: 0; }
main.three #banner::after {
  content: "";
  height: 150px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #262a34; }
main.three #activities {
  padding: 35px 0;
  background-color: #f5f7f9;
  padding-bottom: 235px; }
  main.three #activities .wrapper h2 {
    font-size: 50px;
    color: #435271;
    font-family: "OpenSans Bold", sans-serif;
    margin-bottom: 20px; }
  main.three #activities .wrapper p {
    color: #435271;
    font-size: 13px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    max-width: 60%; }
  main.three #activities .wrapper .description::after {
    content: "";
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #0088ff;
    width: 300px; }
  main.three #activities .wrapper ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px; }
    main.three #activities .wrapper ul li {
      width: calc(100% / 7 - 20px);
      background-color: white;
      border: 1px solid #f5f7f9;
      font-size: 13px;
      cursor: pointer;
      transition: 0.2s;
      position: relative;
      margin-right: 20px;
      margin-bottom: 20px;
      border-radius: 2px;
      z-index: 1; }
      main.three #activities .wrapper ul li a {
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: #2c2c2c; }
      main.three #activities .wrapper ul li a:active {
        color: white; }
      main.three #activities .wrapper ul li img {
        margin-bottom: 10px; }
    main.three #activities .wrapper ul li::after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: inherit;
      z-index: -1;
      opacity: 0;
      transition: 0.2s;
      background-image: linear-gradient(to right, #167fea, #255ddd); }
    main.three #activities .wrapper ul li:hover::after,
    main.three #activities .wrapper ul .active::after {
      opacity: 1; }
    main.three #activities .wrapper ul li:hover a {
      color: white; }
main.three #care {
  padding-bottom: 35px; }
  main.three #care .wrapper {
    margin-top: -200px; }
    main.three #care .wrapper h2 {
      font-size: 50px;
      color: #435271;
      font-family: "OpenSans Bold", sans-serif;
      text-align: center;
      width: calc(100% / 3);
      line-height: 1;
      margin: 0 auto;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 10px; }
    main.three #care .wrapper h2::after {
      content: "";
      height: 5px;
      width: 70%;
      position: absolute;
      bottom: 0;
      left: calc(50% - 70% / 2);
      background-color: #0088ff; }
    main.three #care .wrapper ul {
      display: flex;
      align-items: flex-start;
      margin-right: -40px; }
      main.three #care .wrapper ul li {
        padding: 40px 20px;
        margin-right: 40px;
        background-image: linear-gradient(to right, #167fea, #265fe1);
        border-radius: 3px;
        text-align: center;
        width: calc(100% / 3); }
        main.three #care .wrapper ul li h3 {
          font-weight: normal;
          color: white;
          font-size: 25px;
          text-align: center;
          margin-bottom: 20px; }
        main.three #care .wrapper ul li p {
          color: #d5e2f3;
          font-size: 13px;
          text-align: center; }
      main.three #care .wrapper ul li:first-of-type,
      main.three #care .wrapper ul li:last-of-type {
        margin-top: -100px; }
main.three #steps .wrapper {
  display: flex;
  position: relative;
  min-height: 550px;
  padding-bottom: 150px; }
  main.three #steps .wrapper .left {
    position: absolute;
    bottom: 0;
    left: 0; }
  main.three #steps .wrapper .right {
    width: 70%;
    margin-left: auto;
    padding-top: 100px; }
    main.three #steps .wrapper .right h2 {
      font-size: 50px;
      color: #435271;
      font-family: "OpenSans Bold", sans-serif;
      line-height: 1;
      margin-bottom: 15px;
      position: relative;
      padding-bottom: 10px;
      text-align: right; }
      main.three #steps .wrapper .right h2 b {
        color: #2463e2;
        font-family: "OpenSans Bold", sans-serif; }
    main.three #steps .wrapper .right p {
      text-align: right;
      color: #697b9e;
      font-size: 13px;
      max-width: 70%;
      margin-left: auto;
      position: relative;
      padding-bottom: 20px; }
    main.three #steps .wrapper .right p::after {
      content: "";
      bottom: 0;
      right: 0;
      height: 5px;
      background-color: #0088ff;
      position: absolute;
      width: 50%; }
    main.three #steps .wrapper .right ul {
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: absolute;
      right: 0;
      bottom: -30px;
      width: 60%; }
      main.three #steps .wrapper .right ul li {
        height: 141px;
        width: 141px;
        border-radius: 50%;
        background-color: #0088ff;
        position: relative; }
        main.three #steps .wrapper .right ul li i {
          position: absolute;
          top: 0;
          left: -20px;
          font-style: normal;
          font-size: 13px;
          color: #697b9e;
          font-family: "OpenSans ExtraBold", sans-serif; }
        main.three #steps .wrapper .right ul li span {
          color: #697b9e;
          font-size: 13px;
          text-align: center;
          display: block;
          position: absolute;
          width: 100%;
          top: calc(100% + 40px);
          left: 0;
          right: 0; }
      main.three #steps .wrapper .right ul li::before {
        content: "";
        height: 1px;
        width: 110px;
        position: absolute;
        left: calc(100% + 20px);
        top: calc(50% - 1px / 2);
        border-top: 1px dotted #697b9e; }
      main.three #steps .wrapper .right ul li:last-of-type::before {
        display: none; }
      main.three #steps .wrapper .right ul li::after {
        content: "";
        border: 1px solid #697b9e;
        height: 160px;
        width: 160px;
        position: absolute;
        left: calc(50% - 161px / 2);
        top: calc(50% - 161px / 2);
        border-radius: 50%; }
main.three #advices {
  padding: 35px 0;
  padding-top: 150px;
  background-color: #eef2f5;
  border-bottom: 1px solid #bec4cd; }
  main.three #advices .wrapper {
    display: flex;
    align-items: flex-start; }
    main.three #advices .wrapper .left {
      width: calc(60% - 40px);
      margin-right: 40px; }
      main.three #advices .wrapper .left h2 {
        position: relative;
        font-size: 50px;
        color: #435271;
        font-family: "OpenSans Bold", sans-serif;
        line-height: 1;
        margin-bottom: 50px;
        position: relative;
        padding-bottom: 10px; }
      main.three #advices .wrapper .left h2::after {
        content: "";
        bottom: 0;
        left: 0;
        height: 5px;
        background-color: #0088ff;
        position: absolute;
        width: 50%; }
      main.three #advices .wrapper .left .list {
        display: flex; }
        main.three #advices .wrapper .left .list .progress {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          position: relative;
          width: fit-content;
          z-index: 1;
          margin-right: 20px; }
          main.three #advices .wrapper .left .list .progress li {
            background-color: #9bcdf8;
            color: transparent;
            border-radius: 50%;
            margin-bottom: 95px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: "Roboto Black", sans-serif;
            font-weight: 900;
            font-size: 15px;
            width: 13px;
            height: 13px;
            cursor: pointer;
            position: relative; }
          main.three #advices .wrapper .left .list .progress li::after {
            content: "";
            width: calc(100% + 4px);
            height: calc(100% + 4px);
            position: absolute;
            border: 1px solid #aad4f8;
            border-radius: 50%;
            left: calc(50% - (100% + 6px) / 2);
            top: calc(50% - (100% + 6px) / 2);
            opacity: 0;
            transition: 0.2s; }
          main.three #advices .wrapper .left .list .progress li:hover::after {
            opacity: 1; }
          main.three #advices .wrapper .left .list .progress .active {
            color: white;
            background-color: #0088ff;
            width: 27px;
            height: 27px;
            cursor: default; }
          main.three #advices .wrapper .left .list .progress .active::before {
            content: "";
            z-index: -1;
            background: #aad4f8;
            height: 10px;
            width: 10px;
            border: 0px solid #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            cursor: pointer;
            position: relative;
            position: absolute;
            box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.7);
            animation: pulse 1.5s linear infinite; }
@keyframes pulse {
  0% {
    border: 0px solid #fff;
    opacity: 1; }
  100% {
    border: 20px solid #fff0;
    opacity: 0; } }
          main.three #advices .wrapper .left .list .progress .active::after {
            display: none; }
          main.three #advices .wrapper .left .list .progress li:last-of-type {
            margin-bottom: 0; }
        main.three #advices .wrapper .left .list .progress::before {
          content: "";
          background-color: #aad4f8;
          position: absolute;
          width: 1px;
          height: 100%;
          top: 0;
          left: calc(50% - 1px / 2);
          bottom: 0;
          z-index: -1; }
        main.three #advices .wrapper .left .list .info li h3 {
          color: #435271;
          font-size: 15px;
          font-family: "OpenSans Bold", sans-serif;
          margin-bottom: 10px; }
        main.three #advices .wrapper .left .list .info li p {
          color: #697b9e;
          font-size: 13px; }
    main.three #advices .wrapper .right {
      width: 40%;
      display: flex;
      justify-content: space-between; }
      main.three #advices .wrapper .right li {
        position: relative; }
        main.three #advices .wrapper .right li img {
          height: 230px;
          border-radius: 40px; }
        main.three #advices .wrapper .right li span {
          position: absolute;
          width: 100%;
          left: 0;
          right: 0;
          text-align: center;
          top: calc(100% + 10px);
          font-family: "OpenSans SemiBold", sans-serif;
          color: #435271;
          font-size: 30px; }
        main.three #advices .wrapper .right li .with-arrow::after {
          content: "";
          width: 144px;
          height: 57px;
          position: absolute;
          top: 100%;
          left: 170px;
          background-image: url("../img/websites/pages/3/bended-arrow.png"); }
main.three #partners {
  padding: 35px 0; }
  main.three #partners .wrapper h2 {
    font-size: 50px;
    color: #435271;
    font-family: "OpenSans Bold", sans-serif;
    line-height: 1;
    margin-bottom: 50px;
    text-align: center; }
  main.three #partners .wrapper ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: -30px; }
    main.three #partners .wrapper ul li {
      max-width: calc(100% / 9 - 30px);
      margin-right: 30px; }
      main.three #partners .wrapper ul li img {
        max-width: 100%; }

main.activity-inner #banner {
  min-height: 350px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: #4b4b4b;
  border-bottom: 2px solid #445372;
  align-items: center;
  display: flex; }
  main.activity-inner #banner .wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    main.activity-inner #banner .wrapper .left {
      width: 45%; }
      main.activity-inner #banner .wrapper .left h1 {
        color: white;
        font-family: "OpenSans Bold", sans-serif;
        font-size: 50px;
        margin-bottom: 15px;
        line-height: 1.1; }
      main.activity-inner #banner .wrapper .left p {
        color: white;
        font-size: 13px; }
main.activity-inner #info {
  padding: 35px 0;
  background-color: #f5f7f9; }
  main.activity-inner #info .wrapper h2 {
    font-size: 50px;
    color: #435271;
    font-family: "OpenSans Bold", sans-serif;
    margin-bottom: 20px;
    text-align: center; }
  main.activity-inner #info .wrapper p {
    color: #435271;
    font-size: 13px;
    max-width: 70%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px; }
  main.activity-inner #info .wrapper .activities {
    margin-bottom: 20px; }
    main.activity-inner #info .wrapper .activities li {
      display: flex; }
      main.activity-inner #info .wrapper .activities li .left {
        width: 50%;
        text-align: center; }
        main.activity-inner #info .wrapper .activities li .left h2 {
          color: #ccd5e0;
          font-size: 50px;
          font-family: "OpenSans Bold", sans-serif; }
        main.activity-inner #info .wrapper .activities li .left img {
          max-height: 380px; }
      main.activity-inner #info .wrapper .activities li .right {
        width: 50%; }
        main.activity-inner #info .wrapper .activities li .right h3 {
          font-family: "OpenSans Bold", sans-serif;
          font-size: 25px;
          color: #435271;
          margin-bottom: 20px; }
        main.activity-inner #info .wrapper .activities li .right p,
        main.activity-inner #info .wrapper .activities li .right li {
          color: #697b9e;
          font-size: 13px;
          text-align: left;
          max-width: 100%; }
        main.activity-inner #info .wrapper .activities li .right ul li {
          display: flex;
          align-items: center;
          margin-bottom: 10px; }
          main.activity-inner #info .wrapper .activities li .right ul li span {
            height: 30px;
            width: 30px;
            border-radius: 50%;
            background-color: #cbd2d9;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.2s;
            z-index: 0;
            margin-right: 40px;
            flex-shrink: 0; }
        main.activity-inner #info .wrapper .activities li .right ul li:last-of-type {
          margin-bottom: 0; }
  main.activity-inner #info .wrapper button {
    color: white;
    border-radius: 8px;
    padding: 20px 45px;
    transition: 0.2s;
    border: none;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    margin-top: 40px; }
  main.activity-inner #info .wrapper button:hover {
    opacity: 0.9; }
  main.activity-inner #info hr {
    background-color: #ccd5e0;
    border: none;
    height: 1px;
    margin: 20px 0; }

main.activity-inner.three #info .wrapper button {
  background-image: linear-gradient(to right, #167eea, #2660e1); }

main.activity-inner.five #info .wrapper button {
  background-color: #c53414; }

main.four #banner {
  height: 580px;
  width: 100%;
  background-image: url("../img/websites/pages/1/banner.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f5f7f9; }
  main.four #banner .wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 150px; }
    main.four #banner .wrapper p {
      color: white;
      font-size: 13px;
      margin-bottom: 30px; }
    main.four #banner .wrapper .left {
      width: 45%;
      padding-top: 105px;
      margin-bottom: auto; }
      main.four #banner .wrapper .left h1 {
        color: white;
        font-family: "OpenSans Bold", sans-serif;
        font-size: 50px;
        margin-bottom: 15px;
        line-height: 1.1; }
      main.four #banner .wrapper .left button,
      main.four #banner .wrapper .left a {
        color: white;
        border-radius: 8px;
        background-color: #eca204;
        padding: 20px 45px;
        margin-right: 0;
        transition: 0.2s;
        border: none;
        cursor: pointer;
        font-size: 13px; }
      main.four #banner .wrapper .left button:hover,
      main.four #banner .wrapper .left a:hover {
        background-color: #da9605; }
    main.four #banner .wrapper .right {
      background-color: rgba(115, 166, 17, 0.96);
      width: 380px;
      height: auto;
      border-radius: 8px;
      overflow: hidden;
      display: flex; }
      main.four #banner .wrapper .right form {
        width: 100%;
        transition: 0.2s;
        flex-shrink: 0;
        padding: 40px 23px; }
        main.four #banner .wrapper .right form h2 {
          font-size: 25px;
          color: white;
          font-family: "OpenSans Bold", sans-serif;
          text-align: center;
          margin-bottom: 5px; }
        main.four #banner .wrapper .right form p {
          text-align: center;
          margin-bottom: 40px; }
        main.four #banner .wrapper .right form label {
          color: white;
          font-size: 13px;
          margin-bottom: 5px; }
        main.four #banner .wrapper .right form input {
          width: 100%;
          background-color: rgba(255, 255, 255, 0.23);
          border-radius: 8px;
          padding: 0 10px;
          border: none;
          height: 48px;
          font-size: 13px;
          margin-bottom: 20px;
          color: white; }
        main.four #banner .wrapper .right form span {
          color: white;
          cursor: pointer;
          font-size: 13px;
          margin-left: auto;
          display: block;
          width: fit-content;
          margin-bottom: 30px;
          margin-top: -10px; }
        main.four #banner .wrapper .right form span:hover {
          text-decoration: underline; }
        main.four #banner .wrapper .right form .buttons {
          display: flex;
          align-items: center;
          justify-content: center; }
          main.four #banner .wrapper .right form .buttons button {
            color: #6e9d14;
            border-radius: 8px;
            background-color: white;
            padding: 20px 75px;
            margin-right: 0;
            transition: 0.2s;
            border: none;
            cursor: pointer; }
          main.four #banner .wrapper .right form .buttons button:hover {
            background-color: #f0f0f0; }
      main.four #banner .wrapper .right .menu {
        margin-right: -380px;
        width: 100%;
        transition: 0.2s;
        flex-shrink: 0;
        padding: 40px 23px;
        padding-bottom: 60px;
        position: relative; }
        main.four #banner .wrapper .right .menu li {
          cursor: pointer; }
          main.four #banner .wrapper .right .menu li button {
            color: #6e9d14;
            border-radius: 8px;
            background-color: white;
            padding: 20px 75px;
            margin-right: 0;
            transition: 0.2s;
            border: none;
            cursor: pointer;
            position: absolute;
            bottom: 40px;
            width: 190px;
            left: calc(50% - 190px / 2); }
          main.four #banner .wrapper .right .menu li button:hover {
            background-color: #f0f0f0; }
    main.four #banner .wrapper .move form {
      margin-left: -380px; }
    main.four #banner .wrapper .move .menu {
      margin-right: 0; }
main.four #care {
  background-color: #f5f7f9; }
  main.four #care .wrapper .bottom {
    display: flex;
    justify-content: space-between; }
    main.four #care .wrapper .bottom li {
      width: calc(100% / 3 - 30px);
      text-align: center;
      background-color: white;
      border-radius: 8px;
      margin-top: -130px;
      padding: 35px 20px; }
      main.four #care .wrapper .bottom li img {
        height: 70px; }
      main.four #care .wrapper .bottom li h3 {
        color: #435271;
        font-family: "OpenSans Regular", sans-serif;
        font-weight: normal;
        font-size: 25px;
        line-height: 1.1;
        margin-bottom: 5px; }
      main.four #care .wrapper .bottom li p {
        font-size: 13px;
        color: #435271;
        margin: 0 auto; }
main.four #activities {
  padding: 35px 0;
  background-color: #f5f7f9;
  padding-bottom: 125px; }
  main.four #activities .wrapper h2 {
    font-size: 50px;
    color: #435271;
    font-family: "OpenSans Bold", sans-serif;
    margin-bottom: 20px; }
  main.four #activities .wrapper p {
    color: #435271;
    font-size: 13px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    max-width: 60%; }
  main.four #activities .wrapper .bottom {
    display: flex;
    align-items: center;
    border-radius: 8px;
    background-color: white;
    padding: 20px;
    position: relative; }
    main.four #activities .wrapper .bottom .categories {
      max-width: 215px;
      flex-shrink: 0;
      width: 100%; }
      main.four #activities .wrapper .bottom .categories h3 {
        color: #ced2da;
        font-size: 25px;
        margin-bottom: 20px;
        text-align: center;
        font-family: "Roboto Black", sans-serif; }
      main.four #activities .wrapper .bottom .categories ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        main.four #activities .wrapper .bottom .categories ul li {
          width: calc(100% / 2 - 2.5px);
          background-color: white;
          border: 1px solid #f5f7f9;
          padding: 5px;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          text-align: center;
          font-size: 11px;
          cursor: pointer;
          transition: 0.2s;
          position: relative;
          margin-right: 5px;
          margin-bottom: 5px;
          border-radius: 3px;
          z-index: 1;
          line-height: 1;
          -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
          -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05); }
          main.four #activities .wrapper .bottom .categories ul li img {
            margin-bottom: 5px;
            height: 40px; }
        main.four #activities .wrapper .bottom .categories ul li:nth-child(even) {
          margin-right: 0; }
        main.four #activities .wrapper .bottom .categories ul li:hover,
        main.four #activities .wrapper .bottom .categories ul .active {
          background-color: #eca204;
          color: white; }
        main.four #activities .wrapper .bottom .categories ul .active {
          cursor: default;
          pointer-events: none; }
        main.four #activities .wrapper .bottom .categories ul .heading {
          width: 100%;
          margin: 0; }
    main.four #activities .wrapper .bottom .item {
      position: absolute;
      width: 280px;
      top: -30px;
      bottom: -30px;
      height: calc(100% + 60px);
      left: 255px;
      -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
      border-radius: 8px;
      background-color: white;
      padding: 20px;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      transition: 0.2s; }
      main.four #activities .wrapper .bottom .item img {
        max-height: 160px;
        flex-shrink: 0;
        margin-bottom: 20px; }
      main.four #activities .wrapper .bottom .item h3 {
        font-family: "OpenSans Bold", sans-serif;
        font-size: 25px;
        color: #435271;
        text-align: center; }
    main.four #activities .wrapper .bottom .rotate {
      transform: rotateY(90deg); }
    main.four #activities .wrapper .bottom .right {
      padding-left: 335px; }
      main.four #activities .wrapper .bottom .right p,
      main.four #activities .wrapper .bottom .right li {
        color: #697b9e;
        font-size: 13px;
        text-align: left;
        max-width: 100%; }
      main.four #activities .wrapper .bottom .right ul li {
        display: flex;
        align-items: center;
        margin-bottom: 10px; }
        main.four #activities .wrapper .bottom .right ul li span {
          height: 30px;
          width: 30px;
          border-radius: 50%;
          background-color: #cbd2d9;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: 0.2s;
          z-index: 0;
          margin-right: 40px;
          flex-shrink: 0; }
      main.four #activities .wrapper .bottom .right ul li:last-of-type {
        margin-bottom: 0; }
      main.four #activities .wrapper .bottom .right button,
      main.four #activities .wrapper .bottom .right a {
        color: white;
        border-radius: 8px;
        background-color: #eca204;
        padding: 20px 45px;
        transition: 0.2s;
        border: none;
        cursor: pointer;
        margin: 0 auto;
        margin-top: 20px;
        display: block;
        width: fit-content;
        font-size: 13px; }
      main.four #activities .wrapper .bottom .right button:hover,
      main.four #activities .wrapper .bottom .right a:hover {
        background-color: #da9605; }
main.four #special-offer {
  background-color: #f5f7f9; }
  main.four #special-offer img {
    width: 100%;
    height: 350px;
    object-fit: cover; }
  main.four #special-offer .wrapper {
    padding: 0;
    position: relative;
    display: flex; }
    main.four #special-offer .wrapper h2 {
      font-size: 45px;
      color: #435271;
      font-family: "OpenSans Bold", sans-serif;
      margin-bottom: 40px;
      text-align: center; }
    main.four #special-offer .wrapper .bottom-part {
      display: flex;
      align-items: center; }
      main.four #special-offer .wrapper .bottom-part .col {
        width: calc(100% / 3);
        text-align: center;
        font-family: "Roboto Regular", sans-serif;
        font-size: 30px;
        color: #435271;
        text-transform: uppercase;
        line-height: 0.9; }
        main.four #special-offer .wrapper .bottom-part .col b {
          font-family: "Roboto Bold", sans-serif;
          color: #ffce4a;
          font-size: 120px;
          padding-left: 95px;
          line-height: 1; }
        main.four #special-offer .wrapper .bottom-part .col span:last-of-type {
          text-align: right;
          width: 100%;
          display: block; }
        main.four #special-offer .wrapper .bottom-part .col img {
          max-width: 100%; }
      main.four #special-offer .wrapper .bottom-part .different {
        margin-bottom: -100px; }
  main.four #special-offer .bottom {
    background-color: #eaeaea;
    height: 70px; }
main.four #about {
  padding: 78px 0; }
  main.four #about .wrapper {
    display: flex;
    justify-content: space-between; }
    main.four #about .wrapper .left {
      width: 40%; }
      main.four #about .wrapper .left h2 {
        font-size: 50px;
        color: #435271;
        font-family: "OpenSans Bold", sans-serif;
        margin-bottom: 5px; }
      main.four #about .wrapper .left p {
        color: #697b9e;
        font-size: 13px;
        margin-bottom: 20px; }
    main.four #about .wrapper .right {
      width: calc(60% - 85px);
      display: flex; }
      main.four #about .wrapper .right li {
        max-width: 285px;
        margin-right: 65px; }
        main.four #about .wrapper .right li .main-image {
          border-radius: 10px;
          margin-bottom: 10px;
          width: 100%;
          height: 150px; }
        main.four #about .wrapper .right li h3 {
          color: #435271;
          margin-bottom: 10px; }
        main.four #about .wrapper .right li p {
          color: #697b9e;
          font-size: 13px;
          margin-bottom: 10px; }
        main.four #about .wrapper .right li span {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 30px;
          height: 30px;
          background-color: #eaa104;
          border-radius: 50%;
          transition: 0.5s; }
      main.four #about .wrapper .right li:hover span {
        transform: rotate(360deg);
        margin-left: 50px; }
      main.four #about .wrapper .right li:last-of-type {
        margin-right: 0; }
main.four #become-a-partner {
  padding: 60px 0;
  background-image: url("../img/websites/pages/4/become-a-partner.jpg");
  background-size: cover;
  background-position: center center; }
  main.four #become-a-partner .wrapper h2 {
    font-size: 50px;
    color: white;
    font-family: "OpenSans Bold", sans-serif;
    margin-bottom: 7px;
    text-align: center; }
  main.four #become-a-partner .wrapper p {
    color: white;
    font-size: 13px;
    padding-bottom: 20px;
    position: relative;
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px; }
  main.four #become-a-partner .wrapper button {
    color: #435271;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 20px 45px;
    transition: 0.2s;
    border: none;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 20px;
    display: block;
    width: fit-content;
    font-size: 13px; }
  main.four #become-a-partner .wrapper button:hover {
    background-color: #f0f0f0; }

main.four-about #banner {
  height: 350px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: #4b4b4b;
  border-bottom: 2px solid #445372;
  align-items: center;
  display: flex; }
  main.four-about #banner .wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    main.four-about #banner .wrapper .left {
      width: 45%; }
      main.four-about #banner .wrapper .left h1 {
        color: white;
        font-family: "OpenSans Bold", sans-serif;
        font-size: 50px;
        margin-bottom: 15px;
        line-height: 1.1; }
      main.four-about #banner .wrapper .left p {
        color: white;
        font-size: 13px; }
main.four-about #info {
  padding: 35px 0;
  background-color: #f5f7f9; }
  main.four-about #info .wrapper h2 {
    font-size: 50px;
    color: #435271;
    font-family: "OpenSans Bold", sans-serif;
    margin-bottom: 20px;
    text-align: center; }
  main.four-about #info .wrapper p {
    color: #435271;
    font-size: 13px;
    margin-bottom: 10px;
    text-indent: 20px;
    text-align: center; }
  main.four-about #info .wrapper .bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px; }
    main.four-about #info .wrapper .bottom img {
      width: 270px;
      border-radius: 8px; }
    main.four-about #info .wrapper .bottom .right {
      width: calc(100% - 320px); }
    main.four-about #info .wrapper .bottom p {
      text-align: left; }
  main.four-about #info .wrapper ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: -30px;
    margin-top: 40px; }
    main.four-about #info .wrapper ul li {
      max-width: calc(100% / 9 - 30px);
      margin-right: 30px; }
      main.four-about #info .wrapper ul li img {
        max-width: 100%; }
  main.four-about #info hr {
    background-color: #ccd5e0;
    border: none;
    height: 1px;
    margin: 20px 0; }

main.five #banner {
  height: 580px;
  width: 100%;
  background-image: url("../img/websites/pages/1/banner.jpg");
  background-repeat: no-repeat;
  background-position: center center; }
  main.five #banner .wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 100px; }
    main.five #banner .wrapper p {
      color: white;
      font-size: 13px;
      margin-bottom: 30px; }
    main.five #banner .wrapper .left {
      width: 45%;
      padding-top: 105px;
      margin-bottom: auto; }
      main.five #banner .wrapper .left h1 {
        color: white;
        font-family: "OpenSans Bold", sans-serif;
        font-size: 50px;
        margin-bottom: 15px;
        line-height: 1.1; }
      main.five #banner .wrapper .left button,
      main.five #banner .wrapper .left a {
        color: white;
        border-radius: 8px;
        background-color: #d33a17;
        padding: 20px 45px;
        margin-right: 0;
        transition: 0.2s;
        font-size: 13px;
        border: none;
        cursor: pointer; }
      main.five #banner .wrapper .left button:hover,
      main.five #banner .wrapper .left a:hover {
        background-color: #c53414; }
    main.five #banner .wrapper .right {
      background-color: rgba(115, 166, 17, 0.96);
      width: 380px;
      height: auto;
      border-radius: 8px;
      overflow: hidden;
      display: flex; }
      main.five #banner .wrapper .right form {
        width: 100%;
        transition: 0.2s;
        flex-shrink: 0;
        padding: 40px 23px; }
        main.five #banner .wrapper .right form h2 {
          font-size: 25px;
          color: white;
          font-family: "OpenSans Bold", sans-serif;
          text-align: center;
          margin-bottom: 5px; }
        main.five #banner .wrapper .right form p {
          text-align: center;
          margin-bottom: 40px; }
        main.five #banner .wrapper .right form label {
          color: white;
          font-size: 13px;
          margin-bottom: 5px; }
        main.five #banner .wrapper .right form input {
          width: 100%;
          background-color: rgba(255, 255, 255, 0.23);
          border-radius: 8px;
          padding: 0 10px;
          border: none;
          height: 48px;
          font-size: 13px;
          margin-bottom: 20px;
          color: white; }
        main.five #banner .wrapper .right form span {
          color: white;
          cursor: pointer;
          font-size: 13px;
          margin-left: auto;
          display: block;
          width: fit-content;
          margin-bottom: 30px;
          margin-top: -10px; }
        main.five #banner .wrapper .right form span:hover {
          text-decoration: underline; }
        main.five #banner .wrapper .right form .buttons {
          display: flex;
          align-items: center;
          justify-content: center; }
          main.five #banner .wrapper .right form .buttons button {
            color: #6e9d14;
            border-radius: 8px;
            background-color: white;
            padding: 20px 75px;
            margin-right: 0;
            transition: 0.2s;
            border: none;
            cursor: pointer; }
          main.five #banner .wrapper .right form .buttons button:hover {
            background-color: #f0f0f0; }
      main.five #banner .wrapper .right .menu {
        margin-right: -380px;
        width: 100%;
        transition: 0.2s;
        flex-shrink: 0;
        padding: 40px 23px;
        padding-bottom: 60px;
        position: relative; }
        main.five #banner .wrapper .right .menu li {
          cursor: pointer; }
          main.five #banner .wrapper .right .menu li button {
            color: #6e9d14;
            border-radius: 8px;
            background-color: white;
            padding: 20px 75px;
            margin-right: 0;
            transition: 0.2s;
            border: none;
            cursor: pointer;
            position: absolute;
            bottom: 40px;
            width: 190px;
            left: calc(50% - 190px / 2); }
          main.five #banner .wrapper .right .menu li button:hover {
            background-color: #f0f0f0; }
    main.five #banner .wrapper .move form {
      margin-left: -380px; }
    main.five #banner .wrapper .move .menu {
      margin-right: 0; }
main.five #activities .wrapper {
  background-color: white;
  border-radius: 8px;
  padding: 20px;
  margin-top: -75px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  padding-bottom: 0; }
  main.five #activities .wrapper h2 {
    font-size: 50px;
    color: #435271;
    font-family: "OpenSans Bold", sans-serif;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase; }
  main.five #activities .wrapper p {
    color: #435271;
    font-size: 13px;
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px; }
  main.five #activities .wrapper ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px; }
    main.five #activities .wrapper ul li {
      width: calc(100% / 5 - 20px);
      text-align: center;
      margin-right: 20px;
      margin-bottom: 20px;
      background-color: #f2f3f8;
      border-radius: 8px;
      cursor: pointer;
      transition: 0.2s; }
      main.five #activities .wrapper ul li a {
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-family: "OpenSans Bold";
        font-size: 18px;
        color: #435271; }
        main.five #activities .wrapper ul li a img {
          max-height: 105px;
          margin-bottom: 10px; }
    main.five #activities .wrapper ul li:hover {
      -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5); }
main.five #quality {
  padding: 70px 0; }
  main.five #quality .wrapper {
    display: flex;
    justify-content: space-between; }
    main.five #quality .wrapper li {
      background-image: linear-gradient(to right, #d03916, #e74621);
      border-radius: 8px;
      padding: 10px 20px;
      margin-right: 20px;
      width: calc(100% - 20px); }
      main.five #quality .wrapper li h3 {
        display: flex;
        align-items: center;
        color: white;
        font-family: "OpenSans SemiBold", sans-serif;
        margin-bottom: 5px; }
        main.five #quality .wrapper li h3 img {
          margin-right: 10px;
          flex-shrink: 0; }
      main.five #quality .wrapper li p {
        color: white;
        font-size: 13px; }
    main.five #quality .wrapper li:last-of-type {
      margin-right: 0; }
main.five #care {
  background-color: #f5f7f9;
  background-image: url("../img/websites/pages/5/care.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  main.five #care .wrapper {
    padding: 70px 0;
    display: flex;
    align-items: center; }
    main.five #care .wrapper .left {
      width: 50%;
      margin-right: 50px; }
      main.five #care .wrapper .left img {
        width: 100%;
        border-radius: 8px; }
    main.five #care .wrapper .right {
      width: calc(50% - 50px);
      display: flex;
      flex-direction: column; }
      main.five #care .wrapper .right h2 {
        color: white;
        font-size: 50px;
        margin-bottom: 15px;
        font-family: "OpenSans Bold", sans-serif;
        line-height: 1.1; }
      main.five #care .wrapper .right p {
        color: white;
        font-size: 13px;
        margin-bottom: 105px; }
      main.five #care .wrapper .right ul {
        display: flex;
        align-items: center; }
        main.five #care .wrapper .right ul li {
          margin-right: 20px;
          max-width: calc(100% / 5); }
          main.five #care .wrapper .right ul li img {
            max-width: 100%; }
        main.five #care .wrapper .right ul li:last-of-type {
          margin-right: 0; }
main.five #about .wrapper {
  display: flex;
  justify-content: space-between;
  padding: 78px 0;
  position: relative; }
  main.five #about .wrapper .left {
    width: 40%;
    padding-bottom: 345px; }
    main.five #about .wrapper .left h2 {
      font-size: 50px;
      color: #435271;
      font-family: "OpenSans Bold", sans-serif;
      margin-bottom: 5px;
      line-height: 1; }
    main.five #about .wrapper .left .guy {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 420px; }
  main.five #about .wrapper .right {
    width: calc(60% - 85px);
    display: flex;
    align-items: flex-start; }
    main.five #about .wrapper .right li {
      max-width: 285px;
      margin-right: 65px; }
      main.five #about .wrapper .right li .main-image {
        border-radius: 10px;
        margin-bottom: 10px;
        width: 100%; }
      main.five #about .wrapper .right li h3 {
        color: #435271;
        margin-bottom: 10px; }
      main.five #about .wrapper .right li p {
        color: #697b9e;
        font-size: 13px;
        margin-bottom: 10px; }
      main.five #about .wrapper .right li span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        background-color: #e54520;
        border-radius: 50%;
        transition: 0.5s; }
    main.five #about .wrapper .right li:hover span {
      transform: rotate(360deg);
      margin-left: 50px; }
    main.five #about .wrapper .right li:last-of-type {
      margin-right: 0; }
main.five #become-a-partner {
  padding: 60px 0;
  background-image: url("../img/websites/pages/5/become-a-partner.jpg");
  background-size: cover;
  background-position: center center; }
  main.five #become-a-partner .wrapper h2 {
    font-size: 50px;
    color: white;
    font-family: "OpenSans Bold", sans-serif;
    margin-bottom: 7px;
    text-align: center; }
  main.five #become-a-partner .wrapper p {
    color: white;
    font-size: 13px;
    padding-bottom: 20px;
    position: relative;
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px; }
  main.five #become-a-partner .wrapper button {
    color: #435271;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 20px 45px;
    transition: 0.2s;
    border: none;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 20px;
    display: block;
    width: fit-content;
    font-size: 13px; }
  main.five #become-a-partner .wrapper button:hover {
    background-color: #f0f0f0; }

.tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 50px;
  margin-top: 50px; }
  .tabs li a {
    color: #435271;
    text-decoration: none;
    font-size: 15px;
    padding: 0 30px;
    padding-bottom: 10px;
    display: block;
    border-bottom: 4px solid rgba(255, 255, 255, 0); }
  .tabs li a.active {
    color: #328efb;
    border-bottom: 4px solid #328efb; }
  .tabs li:first-of-type a {
    margin-left: 0; }
  .tabs li:last-of-type a {
    margin-right: 0; }

.tabs::after {
  content: "";
  width: 100vw;
  position: absolute;
  left: calc(50% - 100vw / 2);
  bottom: 0;
  height: 1px;
  background-color: #d0cfe1; }

#profile {
  background-color: #f0f0fa;
  padding: 40px 0;
  min-height: calc(100vh - 380px); }
  #profile .wrapper.top h1 {
    color: #435271;
    font-family: "OpenSans Light", sans-serif;
    font-weight: normal;
    font-size: 35px;
    line-height: 1.1;
    margin-bottom: 20px;
    padding-bottom: 20px; }
  #profile .wrapper.bottom {
    display: flex; }
    #profile .wrapper.bottom .left {
      width: 335px;
      border-right: 1px solid #328efb;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      padding-bottom: 100px; }
      #profile .wrapper.bottom .left picture {
        display: block;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background-color: #e5e5e5;
        margin-bottom: 10px;
        cursor: pointer; }
        #profile .wrapper.bottom .left picture img {
          height: 100%;
          width: 100%;
          object-fit: cover;
          border-radius: inherit; }
      #profile .wrapper.bottom .left h3 {
        font-size: 15px;
        color: #328efb; }
    #profile .wrapper.bottom form.right {
      padding: 40px;
      width: calc(100% - 355px);
      border-radius: 8px; }
      #profile .wrapper.bottom form.right p {
        font-size: 13px;
        color: #435271;
        margin-bottom: 40px;
        text-align: center; }
      #profile .wrapper.bottom form.right .row {
        margin-right: -10px; }
        #profile .wrapper.bottom form.right .row input {
          margin-right: 10px;
          width: calc(100% / 3 - 10px); }
        #profile .wrapper.bottom form.right .row input:last-of-type {
          margin-right: 0; }
      #profile .wrapper.bottom form.right input,
      #profile .wrapper.bottom form.right textarea {
        border: 1px solid #b7c6cf;
        padding: 0 10px;
        border-radius: 3px;
        transition: 0.3s;
        font-size: 13px;
        height: 40px;
        color: #435271;
        margin-bottom: 20px; }
      #profile .wrapper.bottom form.right textarea {
        height: 195px;
        padding: 10px;
        resize: none;
        width: 100%; }
      #profile .wrapper.bottom form.right .container {
        display: block;
        position: relative;
        padding-left: 25px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border-bottom: 1px solid #e52a5600;
        font-size: 13px;
        margin-bottom: 20px; }
        #profile .wrapper.bottom form.right .container a {
          color: #0a71cf; }
        #profile .wrapper.bottom form.right .container a:hover {
          text-decoration: underline; }
      #profile .wrapper.bottom form.right button {
        color: white;
        border-radius: 8px;
        padding: 20px 45px;
        display: block;
        margin: 0 auto;
        transition: 0.2s;
        border: none;
        cursor: pointer;
        margin-top: 40px; }

#reservation {
  padding: 100px 0;
  padding-top: 40px; }
  #reservation .wrapper h1 {
    color: #435271;
    font-family: "OpenSans Light", sans-serif;
    font-weight: normal;
    font-size: 50px;
    line-height: 1.1;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center; }
  #reservation .wrapper form {
    background-color: #f6f6f6;
    padding: 40px;
    width: calc(100% - 355px);
    margin: 0 auto;
    border-radius: 8px;
    /* Hide the browser's default checkbox */
    /* Create a custom checkbox */
    /* On mouse-over, add a grey background color */
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */ }
    #reservation .wrapper form p {
      font-size: 13px;
      color: #435271;
      margin-bottom: 40px;
      text-align: center; }
    #reservation .wrapper form .row select {
      margin-right: 10px;
      width: calc(100% / 3 - 10px); }
    #reservation .wrapper form .row select:last-of-type {
      margin-right: 0; }
    #reservation .wrapper form .row:first-of-type {
      margin-right: -10px; }
    #reservation .wrapper form select,
    #reservation .wrapper form textarea {
      border: 1px solid #b7c6cf;
      padding: 0 10px;
      border-radius: 3px;
      transition: 0.3s;
      font-size: 13px;
      height: 40px;
      color: #435271;
      margin-bottom: 20px; }
    #reservation .wrapper form textarea {
      height: 195px;
      padding: 10px;
      resize: none;
      width: 100%; }
    #reservation .wrapper form .container {
      display: block;
      position: relative;
      padding-left: 25px;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      border-bottom: 1px solid #e52a5600;
      font-size: 13px;
      margin-bottom: 20px; }
      #reservation .wrapper form .container a {
        color: #0a71cf; }
      #reservation .wrapper form .container a:hover {
        text-decoration: underline; }
    #reservation .wrapper form .container input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
    #reservation .wrapper form .checkmark {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      left: 0;
      height: 17px;
      width: 17px;
      border: 1px solid #c2cfd6; }
    #reservation .wrapper form .container:hover input ~ .checkmark {
      border-radius: 2px;
      background-color: #fafafa; }
    #reservation .wrapper form .container input:checked ~ .checkmark {
      background-color: #93be40;
      border: 1px solid #c2cfd600;
      border-radius: 2px; }
    #reservation .wrapper form .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
    #reservation .wrapper form .container input:checked ~ .checkmark:after {
      display: block; }
    #reservation .wrapper form .container .checkmark:after {
      left: 4px;
      top: 0px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    #reservation .wrapper form button {
      color: white;
      border-radius: 8px;
      background-color: #93be40;
      padding: 20px 45px;
      display: block;
      margin: 0 auto;
      transition: 0.2s;
      border: none;
      cursor: pointer; }
    #reservation .wrapper form button:hover {
      background-color: #83a839; }

#subscriptions {
  background-color: #f0f0fa;
  padding: 40px 0; }
  #subscriptions .wrapper > h1 {
    text-align: center; }
  #subscriptions .wrapper > h2 {
    font-family: "Roboto Regular", sans-serif;
    font-size: 15px;
    color: #50738b;
    text-align: center;
    line-height: 1.7;
    font-weight: 100;
    margin-bottom: 42px; }
  #subscriptions ul.subscriptions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #subscriptions ul.subscriptions li {
      width: calc(100% / 4);
      padding: 20px;
      padding: 40px 20px;
      padding-bottom: 30px;
      transition: 0.2s;
      border-right: 1px solid #e1e9ed;
      text-decoration: none;
      position: relative;
      display: flex;
      flex-direction: column; }
      #subscriptions ul.subscriptions li h3 {
        text-align: center;
        color: #308bfa;
        font-family: "Roboto Bold", sans-serif;
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 10px; }
      #subscriptions ul.subscriptions li h4 {
        text-align: center;
        font-family: "Roboto Regular", sans-serif;
        font-size: 20px;
        font-weight: normal;
        color: #314e61;
        margin-top: auto; }
        #subscriptions ul.subscriptions li h4 strong {
          font-size: 40px;
          font-family: "Roboto Regular", sans-serif;
          font-weight: normal; }
      #subscriptions ul.subscriptions li h5 {
        text-align: center;
        font-size: 15px;
        color: #55748a;
        font-family: "Roboto Regular", sans-serif;
        font-weight: normal;
        margin: 10px 0;
        padding: 10px 0;
        border-top: 1px solid #e1e9ed;
        border-bottom: 1px solid #e1e9ed; }
      #subscriptions ul.subscriptions li select {
        margin-bottom: 10px;
        padding: 10px;
        background: transparent;
        border: 1px solid #ccc;
        border-radius: 3px;
        cursor: pointer;
        width: 100%; }
      #subscriptions ul.subscriptions li button {
        width: 100%;
        height: 55px;
        text-decoration: none;
        color: #ffffff;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 3px;
        font-size: 15px;
        font-family: "Roboto Regular", sans-serif;
        border: none;
        cursor: pointer; }
    #subscriptions ul.subscriptions li:last-of-type {
      border-right: none; }
    #subscriptions ul.subscriptions li:hover {
      background-color: #fff; }
  #subscriptions ul.payments {
    display: flex;
    justify-content: center; }
    #subscriptions ul.payments li {
      width: calc(100% / 3 - 10px);
      margin: 0 5px;
      list-style: none;
      cursor: pointer; }
      #subscriptions ul.payments li a {
        padding: 20px;
        background-color: #f1f5f7;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        height: 100%;
        text-decoration: none;
        transition: 0.2s;
        border: 1px solid rgba(255, 255, 255, 0); }
        #subscriptions ul.payments li a p {
          margin-top: 20px;
          color: #324e7b;
          font-size: 15px;
          margin-bottom: 0; }
    #subscriptions ul.payments li.active a {
      background-color: #318efa; }
      #subscriptions ul.payments li.active a p {
        color: white; }
  #subscriptions .row {
    display: flex;
    flex-wrap: wrap; }
    #subscriptions .row .left {
      width: 65%; }
      #subscriptions .row .left fieldset {
        border: 1px solid #b7c6cf;
        margin-bottom: 30px;
        border-radius: 3px;
        padding: 15px; }
        #subscriptions .row .left fieldset:last-of-type {
          margin-bottom: 0; }
        #subscriptions .row .left fieldset legend {
          padding: 0 10px;
          font-family: "Roboto Light", sans-serif;
          font-size: 14px;
          color: #50738b;
          text-align: center; }
    #subscriptions .row .right {
      width: calc(35% - 20px);
      margin-left: 20px; }
      #subscriptions .row .right .subscription {
        padding: 20px;
        padding: 40px 20px;
        padding-bottom: 30px;
        transition: 0.2s;
        text-decoration: none;
        position: relative;
        display: flex;
        flex-direction: column;
        background: #f1f5f7;
        border: 1px solid #b5c7d3;
        border-radius: 3px; }
        #subscriptions .row .right .subscription h3 {
          text-align: center;
          color: #308bfa;
          font-family: "Roboto Bold", sans-serif;
          font-size: 20px;
          text-transform: uppercase;
          margin-bottom: 10px; }
        #subscriptions .row .right .subscription h4 {
          text-align: center;
          font-family: "Roboto Regular", sans-serif;
          font-size: 20px;
          font-weight: normal;
          color: #314e61;
          margin-top: auto; }
          #subscriptions .row .right .subscription h4 strong {
            font-size: 40px;
            font-family: "Roboto Regular", sans-serif;
            font-weight: normal; }
        #subscriptions .row .right .subscription h5 {
          text-align: center;
          font-size: 15px;
          color: #55748a;
          font-family: "Roboto Regular", sans-serif;
          font-weight: normal;
          margin: 10px 0;
          padding: 10px 0;
          border-top: 1px solid #e1e9ed;
          border-bottom: 1px solid #e1e9ed; }
        #subscriptions .row .right .subscription .select {
          padding: 10px;
          background: transparent;
          border: 1px solid #b5c7d3;
          border-radius: 3px;
          font-size: 13px;
          text-align: center;
          width: 100%;
          color: #55748a;
          font-family: "Roboto Light", sans-serif;
          margin-bottom: 5px; }
          #subscriptions .row .right .subscription .select:last-of-type {
            margin: 0; }
    #subscriptions .row .left,
    #subscriptions .row .right {
      background-color: white;
      border: 1px solid #b5c7d3;
      border-radius: 3px;
      padding: 30px;
      height: fit-content; }
      #subscriptions .row .left > h2,
      #subscriptions .row .right > h2 {
        color: #324e62;
        font-family: "Roboto Light", sans-serif;
        font-weight: 100;
        font-size: 25px;
        margin-bottom: 10px; }
      #subscriptions .row .left > p,
      #subscriptions .row .right > p {
        color: #55748a;
        font-size: 15px;
        font-family: "Roboto Regular", sans-serif;
        margin-bottom: 25px; }
  #subscriptions .loader {
    display: none;
    justify-content: center; }
    #subscriptions .loader img {
      height: 60px; }
  #subscriptions .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px; }
    #subscriptions .buttons button {
      padding: 0 50px;
      height: 55px;
      text-decoration: none;
      color: #ffffff;
      transition: 0.3s;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 3px;
      font-size: 15px;
      font-family: "Roboto Regular", sans-serif;
      border: none;
      cursor: pointer;
      margin: 0 10px; }
    #subscriptions .buttons button.back {
      background-color: #ccc; }
      #subscriptions .buttons button.back:hover {
        background-color: #b6b6b6; }
  #subscriptions .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px; }
  #subscriptions .row:last-child {
    margin-bottom: 0; }
  #subscriptions .col {
    flex-direction: column;
    width: calc(50% - 10px); }
  #subscriptions .col.full {
    width: 100%; }
  #subscriptions .col:nth-child(1) {
    margin-right: 5px; }
  #subscriptions .col:nth-child(2) {
    margin-left: 5px; }
  #subscriptions label {
    margin-bottom: 5px;
    font-family: "Roboto Light", sans-serif;
    font-size: 15px;
    color: #50738b;
    display: inline-flex; }
    #subscriptions label span {
      color: #dd5145; }
  #subscriptions input[type="text"],
  #subscriptions input[type="number"],
  #subscriptions input[type="date"],
  #subscriptions input[type="password"],
  #subscriptions select {
    width: 100%;
    border: 1px solid #b7c6cf;
    padding: 10px;
    border-radius: 3px;
    transition: 0.3s;
    font-family: "Roboto Regular", sans-serif;
    font-size: 15px;
    color: #053149; }
  #subscriptions .info {
    border-bottom: 1px solid #b7c6cf;
    font-family: "Roboto Light", sans-serif;
    font-size: 18px;
    color: #50738b;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: center; }
  #subscriptions.loading .loader {
    display: flex; }
  #subscriptions.loading .buttons {
    display: none; }

footer .wrapper {
  display: flex;
  padding: 20px 0; }
  footer .wrapper p,
  footer .wrapper a,
  footer .wrapper address {
    color: #909fbf;
    font-size: 11px;
    font-style: normal; }
  footer .wrapper h3 {
    color: white;
    font-size: 15px;
    font-family: "OpenSans Bold", sans-serif;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%; }
  footer .wrapper .left {
    width: 20%;
    margin-right: 70px; }
    footer .wrapper .left .brand {
      font-weight: bold;
      font-size: 50px;
      margin-bottom: 20px;
      display: block;
      width: fit-content; }
  footer .wrapper .right {
    width: calc(80% - 70px);
    display: flex;
    align-items: flex-start; }
    footer .wrapper .right li {
      margin-right: 70px;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start; }
      footer .wrapper .right li a {
        width: 100%;
        margin-bottom: 10px; }
      footer .wrapper .right li a:hover {
        text-decoration: underline; }
    footer .wrapper .right li:nth-child(1) {
      width: 35%; }
    footer .wrapper .right li:nth-child(2) {
      width: 20%; }
    footer .wrapper .right li:nth-child(3) {
      width: 20%; }
    footer .wrapper .right li:nth-child(4) {
      width: 25%; }
    footer .wrapper .right li:last-of-type {
      margin-right: 0; }
    footer .wrapper .right .services a {
      width: 50%; }
    footer .wrapper .right .services a:nth-child(even) {
      padding-right: 10px; }
footer .bottom-line {
  padding: 20px 0; }

footer.one {
  background-color: #393a38; }
  footer.one .wrapper h3 {
    border-bottom: 1px solid #93be40; }
  footer.one .bottom-line {
    background-color: #25291b;
    padding: 20px 0; }

footer.two {
  background-color: #373d49; }
  footer.two .wrapper h3 {
    border-bottom: 1px solid #ffcf4a; }
  footer.two .bottom-line {
    background-color: #21262f;
    padding: 20px 0; }

footer.three {
  background-color: #133655; }
  footer.three .wrapper h3 {
    border-bottom: 1px solid #0086fc; }
  footer.three .bottom-line {
    background-color: #0b2134;
    padding: 20px 0; }

footer.four {
  background-color: #393a38; }
  footer.four .wrapper p,
  footer.four .wrapper a,
  footer.four .wrapper address {
    color: white; }
  footer.four .wrapper h3 {
    border-bottom: 1px solid #d99709; }
  footer.four .bottom-line {
    background-color: #25291b;
    padding: 20px 0; }

footer.five {
  background-color: #393a38; }
  footer.five .wrapper p,
  footer.five .wrapper a,
  footer.five .wrapper address {
    color: white; }
  footer.five .wrapper h3 {
    border-bottom: 1px solid #dc421f; }
  footer.five .bottom-line {
    background-color: #25291b;
    padding: 20px 0; }

body.one button {
  background-color: #93be40;
  color: #fff; }
  body.one button:hover {
    background-color: #89b23a; }
body.one #subscriptions ul.payments li.active a {
  background-color: #93be40; }
body.one .overlay .payment-box .bottom .payments .active a {
  background-color: #93be40; }
body.one input:focus,
body.one textarea:focus,
body.one select:focus {
  border: 1px solid #93be40 !important; }

body.two button {
  background-color: #ffb528; }
  body.two button:hover {
    background-color: #ffb529; }
body.two #subscriptions ul.payments li.active a {
  background-color: #ffb528; }
body.two .overlay .payment-box .bottom .payments .active a {
  background-color: #ffb528; }
body.two input:focus,
body.two textarea:focus,
body.two select:focus {
  border: 1px solid #ffb528 !important; }

body.three button {
  background-color: #1b74e7; }
  body.three button:hover {
    background-color: #016cf6; }
body.three #subscriptions ul.payments li.active a {
  background-color: #1b74e7; }
body.three .overlay .payment-box .bottom .payments .active a {
  background-color: #1b74e7; }
body.three input:focus,
body.three textarea:focus,
body.three select:focus {
  border: 1px solid #1b74e7 !important; }

body.four button {
  background-color: #eca204; }
  body.four button:hover {
    background-color: #ffae02; }
body.four #subscriptions ul.payments li.active a {
  background-color: #eca204; }
body.four .overlay .payment-box .bottom .payments .active a {
  background-color: #eca204; }
body.four input:focus,
body.four textarea:focus,
body.four select:focus {
  border: 1px solid #eca204 !important; }

body.five button {
  background-color: #d33a17; }
  body.five button:hover {
    background-color: #b92300; }
body.five #subscriptions ul.payments li.active a {
  background-color: #d33a17; }
body.five .overlay .payment-box .bottom .payments .active a {
  background-color: #d33a17; }
body.five input:focus,
body.five textarea:focus,
body.five select:focus {
  border: 1px solid #d33a17 !important; }

@media screen and (max-width: 1200px) {
  .wrapper {
    width: 90%; }

  main.three #banner .wrapper .right img {
    width: 360px;
    position: absolute;
    top: 165px;
    right: 0; }
  main.three #steps .wrapper .left {
    width: 400px; }

  main.four #banner .wrapper .left {
    width: 60%; } }
@media screen and (max-width: 1024px) {
  .App {
    overflow: hidden; }

  header {
    position: relative; }
    header .top ul li {
      display: none;
      margin-left: 20px; }
      header .top ul li a {
        font-size: 13px; }
      header .top ul li img {
        height: 20px; }
    header .top ul a {
      margin-left: 20px;
      font-size: 13px; }
      header .top ul a img {
        height: 20px; }
    header .top ul .mobile {
      display: block; }
    header .bottom .wrapper {
      background-color: inherit; }
      header .bottom .wrapper .mobile-menu {
        display: block;
        width: 40px; }
      header .bottom .wrapper nav {
        position: absolute;
        border-top: 1px solid #d5dbcd;
        width: 100%;
        left: 0;
        right: 0;
        top: 100%;
        flex-direction: column;
        background-color: inherit;
        padding: 20px 5%;
        transition: 0.2s;
        transform: translate(100vw, 0);
        z-index: 3; }
        header .bottom .wrapper nav a {
          text-align: right;
          margin: 5px auto; }
        header .bottom .wrapper nav a:first-of-type {
          margin-top: 0; }
        header .bottom .wrapper nav button {
          margin: 0;
          margin-top: 5px; }
    header .show nav {
      transform: translate(0, 0) !important; }

  header.two .bottom .wrapper nav button,
  header.three .bottom .wrapper nav button,
  header.four .bottom .wrapper nav button,
  header.five .bottom .wrapper nav button {
    display: none; }

  #auth .wrapper .call form .fields {
    flex-direction: column; }
    #auth .wrapper .call form .fields .left,
    #auth .wrapper .call form .fields .right {
      width: 100%;
      margin: 0;
      padding: 0;
      border: none; }

  #profile {
    padding: 40px 0; }
    #profile .wrapper.top h1 {
      text-align: center;
      font-size: 30px;
      margin-bottom: 0; }
    #profile .wrapper.bottom {
      flex-direction: column; }
      #profile .wrapper.bottom .left,
      #profile .wrapper.bottom .right {
        width: 100% !important;
        padding: 0 !important; }
      #profile .wrapper.bottom .left {
        border-right: none;
        border-bottom: 1px solid #328efb;
        padding: 40px 0 !important;
        margin-bottom: 40px; }
      #profile .wrapper.bottom form.right button {
        margin-top: 20px; }

  #reservation {
    padding: 40px 0; }
    #reservation .wrapper h1 {
      text-align: center;
      font-size: 30px;
      margin-bottom: 0; }
    #reservation .wrapper form {
      width: 100%; }

  #reservations .scroller {
    overflow: auto; }
    #reservations .scroller table {
      width: 760px; }
  #reservations .wrapper .search-location {
    padding-right: 0; }
  #reservations .wrapper h1 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 0; }
  #reservations .wrapper .row {
    flex-direction: column; }
    #reservations .wrapper .row .col {
      width: 100% !important;
      margin-bottom: 25px; }
    #reservations .wrapper .row .col:last-of-type {
      margin-bottom: 0; }

  #subscriptions ul.subscriptions li {
    width: calc(100% / 2);
    border: none; }

  main.one #banner {
    height: auto;
    min-height: 350px;
    padding-bottom: 40px; }
    main.one #banner .wrapper .left {
      padding-top: 40px;
      width: 70%; }
      main.one #banner .wrapper .left h1 {
        font-size: 30px; }
      main.one #banner .wrapper .left button {
        padding: 0 20px;
        height: 40px; }
    main.one #banner .wrapper .right {
      display: none; }
  main.one #activities .wrapper h2 {
    font-size: 30px;
    text-align: center; }
  main.one #activities .wrapper p {
    text-align: center;
    max-width: 100%;
    width: 100%; }
  main.one #activities .wrapper .bottom {
    flex-direction: column; }
    main.one #activities .wrapper .bottom .categories {
      width: 100%;
      max-width: 100%; }
      main.one #activities .wrapper .bottom .categories ul {
        flex-wrap: nowrap;
        overflow: auto;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory; }
        main.one #activities .wrapper .bottom .categories ul li {
          scroll-snap-align: start;
          width: 80px;
          flex-shrink: 0;
          margin-right: 10px;
          margin-top: 10px;
          margin-bottom: 10px;
          color: #2c2c2c; }
        main.one #activities .wrapper .bottom .categories ul li:nth-child(3n + 3) {
          margin-right: 10px; }
        main.one #activities .wrapper .bottom .categories ul li:hover {
          background-color: inherit;
          color: inherit; }
        main.one #activities .wrapper .bottom .categories ul .active {
          background-color: #93be40 !important;
          color: white !important; }
        main.one #activities .wrapper .bottom .categories ul li:last-of-type {
          margin-right: 0; }
      main.one #activities .wrapper .bottom .categories ::-webkit-scrollbar {
        display: none; }
    main.one #activities .wrapper .bottom .right {
      padding: 30px 0;
      width: 100%;
      padding-bottom: 0; }
      main.one #activities .wrapper .bottom .right button {
        padding: 0 20px;
        height: 40px; }
  main.one #care .wrapper .top .left {
    display: none; }
  main.one #care .wrapper .top .right {
    width: 100%;
    padding: 15px; }
    main.one #care .wrapper .top .right h2 {
      font-size: 30px; }
      main.one #care .wrapper .top .right h2 br {
        display: none; }
  main.one #care .wrapper .bottom li {
    padding: 0 10px; }
    main.one #care .wrapper .bottom li h3 {
      font-size: 18px;
      margin-bottom: 10px; }
    main.one #care .wrapper .bottom li p {
      width: 100%; }
  main.one #contacts .wrapper {
    flex-direction: column; }
    main.one #contacts .wrapper .left {
      width: 100%; }
      main.one #contacts .wrapper .left h2 {
        font-size: 30px;
        width: 100%;
        max-width: 100%;
        text-align: center; }
        main.one #contacts .wrapper .left h2 br {
          display: none; }
      main.one #contacts .wrapper .left ul {
        display: none; }
    main.one #contacts .wrapper form.right {
      width: 100%;
      padding: 20px; }
      main.one #contacts .wrapper form.right button {
        margin: 0 auto;
        display: block;
        padding: 0 20px;
        height: 40px; }

  main.two #banner {
    height: auto;
    min-height: 350px;
    padding-bottom: 40px;
    padding-top: 40px;
    background-size: 70% auto; }
    main.two #banner .wrapper .left {
      padding-top: 0; }
      main.two #banner .wrapper .left h1 {
        font-size: 30px; }
  main.two #activities .wrapper h2 {
    font-size: 30px;
    margin-bottom: 10px; }
  main.two #activities .wrapper p {
    width: 100%;
    max-width: 100%; }
  main.two #activities .wrapper ul.categories {
    flex-wrap: nowrap;
    overflow: auto;
    margin: 0 -5%; }
    main.two #activities .wrapper ul.categories li {
      scroll-snap-align: start;
      width: 120px;
      flex-shrink: 0;
      margin-right: 10px;
      margin-top: 10px;
      margin-bottom: 10px;
      color: #2c2c2c;
      min-height: auto; }
    main.two #activities .wrapper ul.categories .active,
    main.two #activities .wrapper ul.categories li:hover {
      padding: 10px; }
      main.two #activities .wrapper ul.categories .active span,
      main.two #activities .wrapper ul.categories li:hover span {
        display: none; }
    main.two #activities .wrapper ul.categories li:hover {
      background: white; }
    main.two #activities .wrapper ul.categories .active {
      background-image: linear-gradient(to top, #ffb528, #ffd654) !important; }
  main.two #activities .wrapper ::-webkit-scrollbar {
    display: none; }
  main.two #activities .wrapper .activities > li {
    flex-direction: column; }
    main.two #activities .wrapper .activities > li .left {
      width: 100%; }
      main.two #activities .wrapper .activities > li .left h2 {
        font-size: 30px; }
      main.two #activities .wrapper .activities > li .left img {
        max-height: 220px;
        margin-bottom: 10px; }
    main.two #activities .wrapper .activities > li .right {
      width: 100%;
      position: relative; }
  main.two #care .wrapper h2 {
    font-size: 30px;
    margin-bottom: 10px; }
  main.two #care .wrapper p {
    width: 100%;
    max-width: 100%; }
  main.two #care .wrapper ul {
    flex-direction: column;
    margin: 0; }
    main.two #care .wrapper ul li {
      margin: 0;
      margin-bottom: 20px;
      max-width: 350px;
      width: 100%; }
    main.two #care .wrapper ul li:last-of-type {
      margin-bottom: 0; }
  main.two #special-offer .wrapper h2 {
    font-size: 30px; }
  main.two #special-offer .wrapper .bottom-part .col:first-of-type {
    margin-right: 10px; }
  main.two #special-offer .wrapper .bottom-part .different {
    margin-bottom: -50px; }
  main.two #special-offer .wrapper .bottom-part .col:last-of-type {
    width: 150px;
    font-size: 15px; }
    main.two #special-offer .wrapper .bottom-part .col:last-of-type b {
      font-size: 40px;
      padding-left: 40px; }

  main.two-inner #banner {
    height: auto;
    min-height: 350px;
    padding-bottom: 40px;
    padding-top: 40px;
    background-size: 70% auto; }
    main.two-inner #banner .wrapper .left {
      padding-top: 0; }
      main.two-inner #banner .wrapper .left h1 {
        font-size: 30px; }
  main.two-inner #info .wrapper h2 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1; }
  main.two-inner #info .wrapper p {
    max-width: 100%; }

  main.three #banner .wrapper .left h1 {
    font-size: 30px; }
  main.three #banner .wrapper .left ul li {
    font-size: 15px; }
    main.three #banner .wrapper .left ul li img {
      width: 50px; }
  main.three #activities {
    padding-bottom: 10px; }
    main.three #activities .wrapper h2 {
      font-size: 30px;
      margin-bottom: 10px; }
    main.three #activities .wrapper p {
      width: 100%;
      max-width: 100%;
      padding-bottom: 0; }
    main.three #activities .wrapper .description::after {
      display: none; }
    main.three #activities .wrapper ul {
      flex-wrap: nowrap;
      overflow: auto;
      -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
      margin-right: -5%;
      margin-left: -5%; }
      main.three #activities .wrapper ul li {
        scroll-snap-align: start;
        width: 120px;
        flex-shrink: 0;
        margin-right: 5px; }
      main.three #activities .wrapper ul li:last-of-type {
        margin-right: 10px !important; }
    main.three #activities .wrapper ::-webkit-scrollbar {
      display: none; }
  main.three #care {
    padding: 20px 0; }
    main.three #care .wrapper {
      margin: 0 auto; }
      main.three #care .wrapper h2 {
        font-size: 30px;
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px; }
        main.three #care .wrapper h2 br {
          display: none; }
      main.three #care .wrapper h2::after {
        display: none; }
      main.three #care .wrapper ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0; }
        main.three #care .wrapper ul li {
          width: 100%;
          max-width: 320px;
          margin: 0 !important;
          margin-bottom: 10px !important; }
          main.three #care .wrapper ul li img {
            height: 70px; }
          main.three #care .wrapper ul li h3 {
            font-size: 18px;
            line-height: 1;
            margin-bottom: 10px; }
        main.three #care .wrapper ul li:last-of-type {
          margin-bottom: 0 !important; }
  main.three #steps {
    padding: 20px 0; }
    main.three #steps .wrapper {
      min-height: auto;
      padding-bottom: 80px; }
      main.three #steps .wrapper .left {
        display: none; }
      main.three #steps .wrapper .right {
        width: 100%;
        padding: 0; }
        main.three #steps .wrapper .right h2 {
          text-align: center;
          padding: 0;
          font-size: 30px; }
          main.three #steps .wrapper .right h2 br {
            display: none; }
        main.three #steps .wrapper .right p {
          text-align: center;
          max-width: 100%; }
        main.three #steps .wrapper .right p::after {
          display: none; }
        main.three #steps .wrapper .right ul {
          width: 340px;
          left: calc(50% - 340px / 2);
          bottom: -40px; }
          main.three #steps .wrapper .right ul li {
            width: calc(100% / 3 - 20px);
            height: 93.33px; }
            main.three #steps .wrapper .right ul li i {
              display: none; }
            main.three #steps .wrapper .right ul li span {
              font-size: 10px;
              line-height: 1.1;
              top: calc(100% + 15px); }
          main.three #steps .wrapper .right ul li::before {
            left: calc(100% + 10px);
            width: 10px; }
          main.three #steps .wrapper .right ul li::after {
            height: 104.33px;
            width: 104.33px;
            left: calc(50% - 105.33px / 2);
            top: calc(50% - 105.33px / 2); }
  main.three #advices {
    padding-top: 100px;
    padding-bottom: 100px; }
    main.three #advices .wrapper {
      flex-direction: column; }
      main.three #advices .wrapper .left {
        width: 100%;
        margin-bottom: 25px; }
        main.three #advices .wrapper .left h2 {
          font-size: 30px;
          text-align: center;
          padding: 0;
          margin-bottom: 20px; }
        main.three #advices .wrapper .left h2::after {
          display: none; }
      main.three #advices .wrapper .right {
        width: 340px;
        margin: 0 auto; }
        main.three #advices .wrapper .right li {
          width: calc(100% / 2 - 5px); }
          main.three #advices .wrapper .right li img {
            width: 100%;
            height: auto;
            border-radius: 10px; }
          main.three #advices .wrapper .right li span {
            font-size: 15px; }
          main.three #advices .wrapper .right li .with-arrow::after {
            left: 136px;
            background-size: contain;
            width: 80px;
            background-repeat: no-repeat; }
  main.three #partners {
    padding: 20px 0; }
    main.three #partners .wrapper h2 {
      font-size: 30px;
      margin-bottom: 20px; }

  main.activity-inner #banner {
    height: auto;
    min-height: 350px;
    padding-bottom: 40px;
    padding-top: 40px;
    background-size: 70% auto; }
    main.activity-inner #banner .wrapper .left {
      padding-top: 0; }
      main.activity-inner #banner .wrapper .left h1 {
        font-size: 30px; }
  main.activity-inner #info .wrapper h2 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1; }
  main.activity-inner #info .wrapper p {
    max-width: 100%; }
  main.activity-inner #info .wrapper .activities > li {
    flex-direction: column; }
    main.activity-inner #info .wrapper .activities > li .left {
      width: 100%; }
      main.activity-inner #info .wrapper .activities > li .left h2 {
        font-size: 30px; }
      main.activity-inner #info .wrapper .activities > li .left img {
        max-height: 220px;
        margin-bottom: 10px; }
    main.activity-inner #info .wrapper .activities > li .right {
      width: 100%; }

  main.four #banner {
    height: auto;
    min-height: 350px;
    padding-bottom: 40px; }
    main.four #banner .wrapper .left {
      padding-top: 40px;
      width: 70%; }
      main.four #banner .wrapper .left h1 {
        font-size: 30px; }
      main.four #banner .wrapper .left button {
        padding: 0 20px;
        height: 40px; }
    main.four #banner .wrapper .right {
      display: none; }
  main.four #care .wrapper .bottom li {
    width: calc(100% / 3 - 5px);
    padding: 10px; }
    main.four #care .wrapper .bottom li img {
      height: 50px; }
  main.four #activities {
    padding: 35px 0; }
    main.four #activities .wrapper h2 {
      font-size: 30px;
      text-align: center;
      margin-bottom: 10px; }
    main.four #activities .wrapper p {
      max-width: 100%;
      text-align: center;
      margin-bottom: 30px; }
    main.four #activities .wrapper .bottom {
      flex-direction: column; }
      main.four #activities .wrapper .bottom .item {
        position: static;
        box-shadow: none; }
        main.four #activities .wrapper .bottom .item img {
          order: 2;
          margin: 0;
          margin-top: 10px; }
      main.four #activities .wrapper .bottom .categories {
        max-width: 100%; }
        main.four #activities .wrapper .bottom .categories ul {
          flex-wrap: nowrap;
          overflow: auto;
          -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory; }
          main.four #activities .wrapper .bottom .categories ul li {
            width: 90px;
            flex-shrink: 0;
            scroll-snap-align: start;
            margin-right: 5px; }
          main.four #activities .wrapper .bottom .categories ul li:last-of-type {
            margin-right: 0; }
        main.four #activities .wrapper .bottom .categories ::-webkit-scrollbar {
          display: none; }
      main.four #activities .wrapper .bottom .right {
        padding: 0; }
        main.four #activities .wrapper .bottom .right button {
          margin: 0 auto;
          margin-top: 20px; }
  main.four #special-offer .wrapper h2 {
    font-size: 30px; }
  main.four #special-offer .wrapper .bottom-part .col:first-of-type {
    margin-right: 10px; }
  main.four #special-offer .wrapper .bottom-part .different {
    margin-bottom: -50px; }
  main.four #special-offer .wrapper .bottom-part .col:last-of-type {
    width: 150px;
    font-size: 15px; }
    main.four #special-offer .wrapper .bottom-part .col:last-of-type b {
      font-size: 40px;
      padding-left: 40px; }
  main.four #about {
    padding: 20px 0; }
    main.four #about .wrapper {
      flex-direction: column; }
      main.four #about .wrapper .left {
        width: 100%; }
        main.four #about .wrapper .left h2 {
          text-align: center;
          font-size: 30px; }
        main.four #about .wrapper .left p {
          text-align: center; }
      main.four #about .wrapper .right {
        width: 100%;
        justify-content: center; }
        main.four #about .wrapper .right li {
          margin-right: 20px;
          width: calc(100% / 2 - 10px); }
          main.four #about .wrapper .right li h3 {
            font-size: 18px;
            line-height: 1.1; }
        main.four #about .wrapper .right li:last-of-type {
          margin-right: 0; }
  main.four #become-a-partner {
    padding: 20px 0; }
    main.four #become-a-partner .wrapper h2 {
      font-size: 30px; }
    main.four #become-a-partner .wrapper p {
      max-width: 100%; }

  main.four-about #banner {
    height: auto;
    min-height: 350px;
    padding-bottom: 40px;
    padding-top: 40px;
    background-size: 70% auto; }
    main.four-about #banner .wrapper .left {
      padding-top: 0; }
      main.four-about #banner .wrapper .left h1 {
        font-size: 30px; }
  main.four-about #info .wrapper h2 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1; }
  main.four-about #info .wrapper p {
    max-width: 100%; }

  main.five #banner {
    height: auto;
    min-height: 350px;
    padding-bottom: 40px; }
    main.five #banner .wrapper .left {
      padding-top: 40px;
      width: 70%; }
      main.five #banner .wrapper .left h1 {
        font-size: 30px; }
      main.five #banner .wrapper .left button {
        padding: 0 20px;
        height: 40px; }
    main.five #banner .wrapper .right {
      display: none; }
  main.five #activities .wrapper {
    padding: 10px;
    padding-bottom: 0; }
    main.five #activities .wrapper ul {
      margin-right: -10px; }
      main.five #activities .wrapper ul li {
        width: calc(100% / 5 - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 1; }
  main.five #quality {
    padding: 35px 0; }
    main.five #quality .wrapper {
      flex-direction: column; }
      main.five #quality .wrapper li {
        width: 100%;
        margin: 0;
        margin-bottom: 10px; }
        main.five #quality .wrapper li h3 {
          line-height: 1.1;
          font-size: 18px; }
      main.five #quality .wrapper li:last-of-type {
        margin-bottom: 0; }
  main.five #care .wrapper {
    padding: 20px 0; }
    main.five #care .wrapper .left {
      display: none; }
    main.five #care .wrapper .right {
      width: 100%; }
      main.five #care .wrapper .right h2 {
        font-size: 30px;
        text-align: center; }
        main.five #care .wrapper .right h2 br {
          display: none; }
      main.five #care .wrapper .right p {
        text-align: center;
        margin-bottom: 45px; }
  main.five #about {
    padding: 20px 0; }
    main.five #about .wrapper {
      flex-direction: column;
      padding: 0; }
      main.five #about .wrapper .left {
        width: 100%;
        padding: 0; }
        main.five #about .wrapper .left img {
          display: none; }
        main.five #about .wrapper .left h2 {
          text-align: center;
          font-size: 30px;
          line-height: 1;
          margin-bottom: 20px; }
          main.five #about .wrapper .left h2 br {
            display: none; }
        main.five #about .wrapper .left p {
          text-align: center; }
      main.five #about .wrapper .right {
        width: 100%;
        justify-content: center; }
        main.five #about .wrapper .right li {
          margin-right: 20px;
          width: calc(100% / 2 - 10px); }
          main.five #about .wrapper .right li h3 {
            font-size: 18px;
            line-height: 1.1; }
        main.five #about .wrapper .right li:last-of-type {
          margin-right: 0; }
  main.five #become-a-partner {
    padding: 20px 0; }
    main.five #become-a-partner .wrapper h2 {
      font-size: 30px; }
    main.five #become-a-partner .wrapper p {
      max-width: 100%; }

  footer .wrapper {
    flex-direction: column; }
    footer .wrapper .left {
      width: 100%;
      margin-bottom: 20px; }
      footer .wrapper .left .brand {
        margin-bottom: 10px; }
    footer .wrapper .right {
      width: 100%; } }
@media screen and (max-width: 768px) {
  .overlay .map-box h2 {
    text-align: center; }
  .overlay .map-box .bottom {
    flex-direction: column;
    height: auto;
    justify-content: initial; }
    .overlay .map-box .bottom .list {
      width: 100%;
      margin-bottom: 15px; }
      .overlay .map-box .bottom .list ul {
        max-height: 150px; }
    .overlay .map-box .bottom #map-wrapper {
      width: 100%;
      height: 200px;
      margin: 0; }

  .tabs {
    overflow: auto;
    margin-left: -5%;
    margin-right: -5%;
    width: 110%;
    padding-left: 10%;
    -ms-overflow-style: none;
    scrollbar-width: none;
    border-bottom: 1px solid #d0cfe1; }
    .tabs li {
      width: fit-content;
      flex-shrink: 0; }
    .tabs li:last-of-type {
      margin-right: 10%; }
      .tabs li:last-of-type a {
        margin-right: 20px; }

  .tabs::after {
    display: none; }

  .tabs::-webkit-scrollbar {
    display: none; }

  #vote {
    padding: 100px 0; }
    #vote .wrapper h1 {
      font-size: 30px; }
    #vote .wrapper p {
      padding: 0; }

  #profile .wrapper.bottom form.right .row {
    flex-direction: column;
    margin-right: 0; }
    #profile .wrapper.bottom form.right .row input {
      width: 100%; }
  #profile .wrapper.bottom form.right button {
    padding: 0 35px;
    height: 40px; }

  #reservation .wrapper form {
    padding: 15px; }
    #reservation .wrapper form .row {
      flex-direction: column;
      margin-right: 0 !important; }
      #reservation .wrapper form .row select {
        margin-right: 0;
        width: 100%; }
    #reservation .wrapper form button {
      height: 40px;
      padding: 0 35px; }

  .tabs li a {
    font-size: 13px;
    margin: 0 10px; }

  #reservations .wrapper #invoices-filter {
    height: 35px;
    width: 100%; }

  #auth .wrapper .call {
    flex-direction: column; }
    #auth .wrapper .call .contacts {
      width: 100%;
      margin-left: 0;
      margin-top: 20px; }
    #auth .wrapper .call form {
      width: 100%; }
      #auth .wrapper .call form .row {
        flex-direction: column; }
        #auth .wrapper .call form .row .col {
          width: 100% !important;
          margin-right: 0;
          margin-bottom: 20px; }
      #auth .wrapper .call form .row:last-of-type .col:last-of-type {
        margin-bottom: 0 !important; }

  #subscriptions ul.subscriptions li {
    width: 100%;
    border: none; }
  #subscriptions ul.payments li a p {
    font-size: 12px; }
  #subscriptions .row .left,
  #subscriptions .row .right {
    width: 100% !important;
    margin: 0; }
  #subscriptions .row .right {
    margin-top: 20px; }
  #subscriptions .row {
    margin: 0; }
    #subscriptions .row .col {
      width: 100%;
      margin: 0;
      margin-bottom: 20px; }

  main.one #banner {
    background-size: auto 100%; }
    main.one #banner .wrapper .left h1 {
      font-size: 25px; }
  main.one #activities .wrapper h2 {
    font-size: 25px;
    line-height: 1; }
  main.one #activities .wrapper .bottom {
    padding: 15px; }
    main.one #activities .wrapper .bottom .right .top {
      flex-direction: column; }
      main.one #activities .wrapper .bottom .right .top img {
        margin-bottom: 10px; }
      main.one #activities .wrapper .bottom .right .top .right-part {
        margin-left: 0;
        text-align: center; }
        main.one #activities .wrapper .bottom .right .top .right-part h3 {
          text-align: center;
          margin-bottom: 10px;
          font-size: 25px; }
        main.one #activities .wrapper .bottom .right .top .right-part p {
          text-align: center; }
    main.one #activities .wrapper .bottom .right ul li span {
      margin-right: 15px; }
  main.one #care {
    padding-bottom: 50px; }
    main.one #care .wrapper .top .right h2 {
      font-size: 25px;
      text-align: center; }
    main.one #care .wrapper .top .right p {
      text-align: center; }
    main.one #care .wrapper .top .right .our-partners {
      width: 100%;
      margin-top: 20px; }
    main.one #care .wrapper .top .right .our-partners::before {
      width: 100%;
      height: 1px; }
    main.one #care .wrapper .bottom {
      flex-direction: column; }
      main.one #care .wrapper .bottom li {
        width: 100%;
        padding: 0;
        margin-bottom: 20px; }
        main.one #care .wrapper .bottom li img {
          height: 50px; }
      main.one #care .wrapper .bottom li:last-of-type {
        margin-bottom: 0; }
  main.one #contacts {
    padding: 20px 0; }
    main.one #contacts .wrapper .left h2 {
      font-size: 25px;
      margin-bottom: 20px; }
    main.one #contacts .wrapper form.right h2 {
      text-align: center;
      font-size: 18px; }
    main.one #contacts .wrapper form.right p {
      width: 100%;
      text-align: center;
      font-size: 13px;
      margin-bottom: 20px; }
    main.one #contacts .wrapper form.right .row {
      margin-right: 0;
      flex-direction: column;
      display: flex; }
      main.one #contacts .wrapper form.right .row input {
        width: 100%; }
  main.one #partners .wrapper h2 {
    font-size: 25px; }
  main.one #partners .wrapper ul {
    flex-wrap: wrap;
    margin: 0; }
    main.one #partners .wrapper ul li {
      width: calc(100% / 2 - 30px);
      margin: 15px;
      max-width: initial; }

  main.two #banner {
    background-size: auto 100%;
    background-position: -15px 100%; }
    main.two #banner .wrapper .left {
      width: 50%; }
      main.two #banner .wrapper .left h1 {
        font-size: 25px;
        line-height: 1; }
      main.two #banner .wrapper .left button {
        height: 40px;
        padding: 0 20px; }
    main.two #banner .wrapper .right {
      display: none; }
  main.two #activities .wrapper h2 {
    font-size: 25px;
    line-height: 1; }
  main.two #activities .wrapper .activities > li .left h2 {
    font-size: 25px;
    line-height: 1; }
  main.two #activities .wrapper .activities > li .left img {
    max-height: 180px; }
  main.two #activities .wrapper .activities > li .right h3 {
    text-align: center;
    font-size: 20px; }
  main.two #activities .wrapper .activities > li .right ul li span {
    margin-right: 15px; }
  main.two #activities .wrapper button {
    padding: 0 20px;
    height: 40px; }
  main.two #care .wrapper h2 {
    font-size: 25px;
    line-height: 1; }
  main.two #care .wrapper ul li span {
    font-size: 18px; }
    main.two #care .wrapper ul li span a {
      padding: 0 20px; }
  main.two #special-offer .wrapper h2 {
    font-size: 25px;
    line-height: 1; }
  main.two #special-offer .wrapper .bottom-part {
    justify-content: center; }
    main.two #special-offer .wrapper .bottom-part .col:first-of-type {
      display: none; }
    main.two #special-offer .wrapper .bottom-part .col {
      width: calc(100% / 2); }
  main.two #special-offer .bottom {
    height: 80px; }

  main.two-inner #banner .wrapper .left {
    width: 60%; }
  main.two-inner #info .wrapper h2 {
    font-size: 25px; }
  main.two-inner #info .wrapper ul {
    flex-direction: column;
    margin: 0; }
    main.two-inner #info .wrapper ul li {
      margin: 0;
      margin-bottom: 10px;
      width: 100%;
      max-width: 340px; }
      main.two-inner #info .wrapper ul li span a {
        height: 40px;
        padding: 0 20px; }
    main.two-inner #info .wrapper ul li:last-of-type {
      margin-bottom: 0; }

  main.three #banner {
    height: 500px; }
    main.three #banner .wrapper {
      padding-bottom: 110px; }
      main.three #banner .wrapper .left {
        width: 100%; }
        main.three #banner .wrapper .left h1 {
          font-size: 25px; }
        main.three #banner .wrapper .left button {
          height: 40px;
          padding: 0 20px; }
        main.three #banner .wrapper .left ul {
          width: fit-content; }
          main.three #banner .wrapper .left ul li {
            height: 50px;
            width: 50px;
            overflow: hidden;
            flex-shrink: 0;
            margin-right: 5px; }
          main.three #banner .wrapper .left ul li:last-of-type {
            margin-right: 0; }
        main.three #banner .wrapper .left button {
          bottom: 30px; }
      main.three #banner .wrapper .right img {
        width: 170px;
        top: 320px; }
  main.three #banner::after {
    height: 100px; }
  main.three #activities {
    padding: 20px 0; }
    main.three #activities .wrapper h2 {
      font-size: 25px;
      text-align: center;
      line-height: 1;
      margin-bottom: 10px; }
    main.three #activities .wrapper p {
      text-align: center; }
  main.three #steps .wrapper .right h2 {
    font-size: 25px;
    text-align: center; }
  main.three #advices .wrapper .left h2 {
    font-size: 25px;
    margin-bottom: 25px; }
  main.three #partners .wrapper h2 {
    font-size: 25px; }
  main.three #partners .wrapper ul {
    flex-wrap: wrap;
    margin: 0; }
    main.three #partners .wrapper ul li {
      width: calc(100% / 2 - 30px);
      margin: 15px;
      max-width: initial; }

  main.activity-inner #info .wrapper h2 {
    font-size: 25px; }
  main.activity-inner #info .wrapper .activities > li .left h2 {
    font-size: 25px;
    line-height: 1; }
  main.activity-inner #info .wrapper .activities > li .left img {
    max-height: 180px; }
  main.activity-inner #info .wrapper .activities > li .right h3 {
    text-align: center;
    font-size: 20px; }
  main.activity-inner #info .wrapper .activities > li .right ul li span {
    margin-right: 15px; }
  main.activity-inner #info .wrapper button {
    padding: 0 20px;
    height: 40px; }

  main.four #banner {
    background-size: auto 100%; }
    main.four #banner .wrapper {
      padding-bottom: 0; }
      main.four #banner .wrapper .left h1 {
        font-size: 25px; }
  main.four #care {
    padding: 20px 0; }
    main.four #care .wrapper .bottom {
      flex-direction: column;
      align-items: center; }
      main.four #care .wrapper .bottom li {
        width: 100%;
        max-width: 340px;
        margin: 0;
        margin-bottom: 10px;
        padding: 15px; }
        main.four #care .wrapper .bottom li h3 {
          font-size: 20px; }
  main.four #activities .wrapper h2 {
    font-size: 25px;
    line-height: 1; }
  main.four #activities .wrapper .bottom .item h3 {
    font-size: 20px; }
  main.four #activities .wrapper .bottom .right p {
    text-align: center;
    padding-bottom: 0; }
  main.four #activities .wrapper .bottom .right ul li span {
    margin-right: 15px; }
  main.four #activities .wrapper .bottom .right button {
    height: 40px;
    padding: 0 20px; }
  main.four #special-offer .wrapper h2 {
    font-size: 25px;
    line-height: 1; }
  main.four #special-offer .wrapper .bottom-part {
    justify-content: center; }
    main.four #special-offer .wrapper .bottom-part .col {
      width: calc(100% / 2); }
  main.four #special-offer .bottom {
    height: 80px; }
  main.four #about .wrapper .left h2 {
    font-size: 25px;
    line-height: 1; }
  main.four #about .wrapper .right {
    flex-direction: column;
    align-items: center; }
    main.four #about .wrapper .right li {
      width: 100%;
      max-width: 340px;
      margin: 0;
      margin-bottom: 20px; }
    main.four #about .wrapper .right li:last-of-type {
      margin-bottom: 0; }
  main.four #become-a-partner .wrapper h2 {
    font-size: 25px;
    line-height: 1; }
  main.four #become-a-partner .wrapper button {
    padding: 0 20px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center; }

  main.four-about #banner .wrapper .left {
    width: 60%; }
  main.four-about #info .wrapper h2 {
    font-size: 25px; }
  main.four-about #info .wrapper .bottom {
    flex-direction: column;
    align-items: center; }
    main.four-about #info .wrapper .bottom img {
      margin-bottom: 20px;
      order: 1;
      width: 100%;
      max-width: 340px; }
    main.four-about #info .wrapper .bottom .right {
      width: 100%;
      order: 2; }
  main.four-about #info .wrapper ul {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    margin-top: 20px; }
    main.four-about #info .wrapper ul li {
      max-width: calc(100% / 2 - 30px);
      margin: 15px; }

  main.five #banner {
    background-size: auto 100%; }
    main.five #banner .wrapper {
      padding-bottom: 0; }
      main.five #banner .wrapper .left h1 {
        font-size: 25px; }
  main.five #activities {
    padding: 35px 0; }
    main.five #activities .wrapper {
      margin-top: 0;
      box-shadow: none;
      padding: 0;
      width: 100%; }
      main.five #activities .wrapper ul {
        flex-wrap: nowrap;
        overflow: auto;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        margin: 0; }
        main.five #activities .wrapper ul li {
          width: 120px;
          flex-shrink: 0;
          scroll-snap-align: start; }
      main.five #activities .wrapper ::-webkit-scrollbar {
        display: none; }
  main.five #quality {
    padding-top: 0; }
  main.five #care .wrapper .right h2 {
    font-size: 25px; }
  main.five #about .wrapper .left h2 {
    font-size: 25px;
    line-height: 1; }
  main.five #about .wrapper .right {
    flex-direction: column;
    align-items: center; }
    main.five #about .wrapper .right li {
      width: 100%;
      max-width: 340px;
      margin: 0;
      margin-bottom: 20px; }
    main.five #about .wrapper .right li:last-of-type {
      margin-bottom: 0; }
  main.five #become-a-partner .wrapper h2 {
    font-size: 25px;
    line-height: 1; }
  main.five #become-a-partner .wrapper button {
    padding: 0 20px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center; }

  footer .wrapper .right {
    flex-direction: column; }
    footer .wrapper .right li {
      margin-right: 0 !important;
      width: 100% !important;
      margin-bottom: 20px; }
    footer .wrapper .right li:last-of-type {
      margin-bottom: 0; } }
@media screen and (max-width: 600px) {
  main.two #banner {
    background-size: auto 51%;
    background-position: 40px calc(100% + 20px); }
    main.two #banner .wrapper .left {
      width: 80%; }

  main.three #banner .wrapper .right img {
    right: -30px; } }

/*# sourceMappingURL=app.css.map */
