html, body, div, span, applet, object, iframe, table, caption,
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, pre,
a, abbr, acronym, address, big, cite, code, dl, dt, dd, form, label, legend, ul {
  padding: 0;
  margin: 0;
  border: 0;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

address {
  font-style: normal;
}

ul li {
  list-style-type: none;
}

:focus {
  outline: 0;
}

input[type="text"]::-ms-clear {
  display: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table, td, tr {
  vertical-align: top;
}

img {
  border: 0 none;
  display: block;
}

a {
  color: #454545;
  outline: none;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
  font-weight: normal;
  margin: 0;
}

html {
  height: 100%;
}

body {
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  color: #2f2f2f;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/openSans/OpenSans-Regular.eot");
  src: url("../fonts/openSans/OpenSans-Regular?#iefix") format("embedded-opentype"), url("../fonts/openSans/OpenSans-Regular.woff2") format("woff2"), url("../fonts/openSans/OpenSans-Regular.woff") format("woff"), url("../fonts/openSans/OpenSans-Regular.ttf") format("truetype");
}

.btn {
  display: inline-block;
  min-width: 228px;
  height: 46px;
  padding: 0 10px;
  background-color: #366dcf;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  line-height: 46px;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-appearance: none;
}

@media (max-width: 1023px) {
  .btn {
    height: 40px;
    min-width: 180px;
    font-size: 16px;
    line-height: 40px;
    text-transform: none;
  }
}

.btn.btn-white, .btn.btn-danger, .btn.btn-success {
  height: 40px;
  line-height: 40px;
  border: 1px #366dcf solid;
  background-color: #ffffff;
  color: #284d8e;
  font-size: 16px;
  text-transform: none;
  min-width: 200px;
}

.btn.btn-danger, .btn.btn-success {
  background-color: #c0392b;
  color: #ffffff;
  border: none;
}

.btn.btn-success {
  background-color: #27ae60;
}

.btn.btn-xs {
  height: 25px;
  line-height: 25px;
  min-width: 130px;
  font-size: 13px;
}

input.txt, select {
  width: 100%;
  height: 34px;
  padding: 0 10px;
  border: 1px #979797 solid;
  border-radius: 3px;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  outline: none;
  -webkit-appearance: none;
}

input.txt.txt-var, select.txt-var {
  height: 38px;
  border-radius: 0;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px #767676 solid;
  padding: 0;
}

input.txt-var.txt-transparent {
  background-color: transparent;
  border-bottom-color: #ffffff;
  color: #ffffff;
}

.txt.datepicker {
  background: url("../img/landing/ic-calendar.svg") no-repeat calc(100% - 8px) 8px;
  padding-right: 30px;
}

select {
  background: url("../img/landing/arrow-filter.svg") no-repeat calc(100% - 13px) 13px;
  padding-right: 35px;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

.chk-box {
  display: inline-block;
  margin-bottom: 10px;
}

.chk-box input {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 8px 0 0;
}

@media (max-width: 1023px) {
  .chk-box {
    padding-right: 25px;
    position: relative;
  }
  .chk-box input {
    margin: 0;
    position: absolute;
    top: 5px;
    right: 0;
  }
}

input.txt::-webkit-input-placeholder {
  color: #848c8e;
  opacity: 1;
}

input.txt::-moz-placeholder {
  color: #848c8e;
  opacity: 1;
}

input.txt:-ms-input-placeholder {
  color: #848c8e;
  opacity: 1;
}

input.txt.txt-transparent::-webkit-input-placeholder {
  color: #ffffff;
}

input.txt.txt-transparent::-moz-placeholder {
  color: #ffffff;
}

input.txt.txt-transparent:-ms-input-placeholder {
  color: #ffffff;
}

.input-block {
  margin-bottom: 10px;
}

.list {
  margin-bottom: 40px;
}

@media (max-width: 1023px) {
  .list {
    margin-bottom: 20px;
  }
}

.list li {
  list-style-type: disc;
  margin-left: 17px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.error {
  color: #c5001b !important;
}

.success {
  color: #1e942f !important;
}

.hide {
  display: none;
}

.wrap-section {
  position: absolute !important;
  width: 100%;
}

.wrap-section.wrap-section-error {
  background-color: #c5001b;
}

.wrap-section.wrap-section-success {
  background-color: #1e942f;
}

.wrap-section .section-errors, .wrap-section .section-success {
  padding: 15px 0;
}

@media (max-width: 1023px) {
  .wrap-section .section-errors, .wrap-section .section-success {
    padding: 15px 15px;
  }
}

.wrap-section .section-errors p, .wrap-section .section-errors #errors p, .wrap-section .section-success p, .wrap-section .section-success #errors p {
  color: white;
  font-size: 16px;
  font-weight: bold;
}

input.payment-accordion + label {
  cursor: pointer;
}

.payment-form .panel {
  box-shadow: none;
}

.payment-form .panel .payment-accordion {
  position: relative;
}

.payment-form .panel .payment-accordion:before {
  content: '-';
}

.payment-form .panel .payment-accordion.collapsed:before {
  content: '+';
}

.payment-form .panel #payment-request-button {
  margin-bottom: 10px;
}

ul.tabs-list li, ul.tabs-list a {
  text-decoration: none;
}

nav a {
  text-decoration: none !important;
}

header {
  height: 70px;
  padding: 0 40px;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background-color: #ffffff;
  box-shadow: inset 0 -1px 0 0 #d3d3d3;
}

header .div-logo {
  height: 70px;
  width: 30%;
}

@media (max-width: 1023px) {
  header .div-logo {
    height: 44px;
  }
}

header .a-logo {
  height: inherit;
  display: flex;
  align-items: center;
  width: 100%;
}

header .a-logo img {
  max-height: 98%;
  max-width: 100%;
}

@media (max-width: 1023px) {
  header .logo {
    transform: scale(0.5);
    transform-origin: left;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    overflow: hidden;
  }
}

header .head-actions {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  padding: 0 10px;
  margin-right: -10px;
}

@media (min-width: 1268px) {
  header nav {
    position: absolute;
    left: calc(50% - 100px);
    height: 70px;
  }
}

@media (min-width: 1268px) {
  header nav {
    left: calc(50% - 150px);
  }
}

@media (max-width: 1023px) {
  header nav {
    height: 44px;
  }
}

header nav ul {
  display: flex;
  height: 100%;
}

@media (max-width: 1023px) {
  header nav ul {
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 0.3s, transform 0s 0.3s;
    display: block;
    height: auto;
    width: 100%;
    position: absolute;
    left: 0;
    top: 43px;
    background-color: #ffffff;
    box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.32);
  }
}

header nav ul li {
  margin: 0 15px;
}

header nav ul li.logout-link {
  display: none;
}

@media (max-width: 1023px) {
  header nav ul li.logout-link {
    display: block;
  }
}

@media (max-width: 1023px) {
  header nav ul li {
    margin: 0;
  }
  header nav ul li:last-child a:after {
    display: none;
  }
}

header nav ul li.active a {
  color: #454545;
  font-weight: bold;
  border-color: #366dcf;
  cursor: default;
}

header nav ul a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 10px;
  color: #717171;
  border-bottom: 2px transparent solid;
}

@media (max-width: 1023px) {
  header nav ul a {
    display: block;
    height: auto;
    padding: 12px 20px;
    border-bottom: none;
    font-size: 16px;
    color: #393939;
    position: relative;
    overflow: hidden;
  }
  header nav ul a:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 20px;
    bottom: 0;
    background-color: #f4f4f5;
  }
}

header nav .menu-caller {
  display: none;
}

@media (max-width: 1023px) {
  header nav .menu-caller {
    display: block;
    width: 40px;
    height: 44px;
    position: relative;
    cursor: pointer;
    margin-right: -10px;
    outline: none;
  }
  header nav .menu-caller span {
    position: absolute;
    right: 10px;
    display: block;
    width: 20px;
    height: 2px;
    background-color: #3a3a3a;
  }
  header nav .menu-caller span:first-child {
    top: 14px;
  }
  header nav .menu-caller span:nth-child(2) {
    top: 21px;
    opacity: 1;
    transition: opacity 0.2s 0.4s;
  }
  header nav .menu-caller span:nth-child(3) {
    top: 28px;
  }
  header nav .menu-caller span:first-child, header nav .menu-caller span:nth-child(3) {
    transition: transform 0.2s, top 0.2s 0.2s;
  }
  header nav .menu-caller.active span:first-child {
    transform: rotate(45deg);
    top: 21px;
  }
  header nav .menu-caller.active span:nth-child(2) {
    transition: opacity 0.2s;
    opacity: 0;
  }
  header nav .menu-caller.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 21px;
  }
  header nav .menu-caller.active span:first-child, header nav .menu-caller.active span:nth-child(3) {
    transition: transform 0.2s 0.2s, top 0.2s 0.2s;
  }
  header nav .menu-caller.active + ul {
    transform: translateX(0);
    transition: opacity 0.3s 0.2s, transform 0s;
    opacity: 1;
  }
}

@media (max-width: 1023px) {
  header {
    height: 44px;
    padding: 0 20px;
  }
}

@media (max-width: 1023px) {
  body:not(#show-button) header .head-actions {
    display: none;
  }
  body.menu-open {
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  body.menu-open header {
    z-index: 91;
  }
  body.menu-open:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.17);
    z-index: 90;
  }
}

.main-page {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.main-page .content-wrapper {
  width: 840px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  justify-content: center;
}

.main-page .content-wrapper p {
  padding-bottom: 20px;
}

@media (max-width: 1023px) {
  .main-page .content-wrapper {
    width: auto;
    padding: 20px;
  }
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
  background: url("../img/landing/video_bg.jpg") 50%/cover;
}

@media (max-width: 1023px) {
  .hero {
    height: 160px;
  }
  .hero img {
    width: 272px;
    image-rendering: -webkit-optimize-contrast;
  }
}

.contacts-section {
  position: relative;
  margin-top: auto;
}

.contacts-section .map-block {
  height: 204px;
  background-size: cover;
  background-position: 50%;
}

@media (max-width: 1023px) {
  .contacts-section .map-block {
    height: 360px;
  }
}

@media (max-width: 767px) {
  .contacts-section .map-block {
    height: 160px;
  }
}

.contacts-section .contacts-block {
  z-index: 1;
  width: 335px;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 7%;
  padding: 20px 15px 15px 40px;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .contacts-section .contacts-block {
    width: auto;
    height: auto;
    position: static;
    padding: 20px 20px 2px;
  }
}

.contacts-section .contacts-block h4 {
  font-size: 16px;
  color: #717171;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 37px;
}

@media (max-width: 1023px) {
  .contacts-section .contacts-block h4 {
    text-align: center;
    margin-bottom: 22px;
  }
}

.contacts-section .contacts-block li {
  margin-bottom: 15px;
}

.contacts-section .contacts-block li a {
  color: #2f2f2f;
}

.contacts-section .contacts-block li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

@media (max-width: 1023px) {
  .contacts-section .contacts-block li:last-child {
    display: none;
  }
}

.contacts-section .address-mobile {
  display: none;
}

@media (max-width: 1023px) {
  .contacts-section .address-mobile {
    display: block;
    padding: 10px 20px;
    text-align: center;
  }
}

.login-wrapper {
  min-height: calc(100vh - 70px);
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 1023px) {
  .login-wrapper {
    min-height: calc(100vh - 44px);
  }
}

.login-container-wrapper {
  margin: auto;
}

.login-container-wrapper .login-container {
  margin: 55px 0 30px;
}

@media (max-width: 1023px) {
  .login-container-wrapper .login-container {
    margin: 45px 0 15px;
  }
}

.login-container {
  width: 242px;
}

.login-container h1 {
  font-size: 16px;
  color: #717171;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 42px;
}

@media (max-width: 1023px) {
  .login-container h1 {
    margin-bottom: 30px;
  }
}

.login-container .input-block {
  margin-bottom: 22px;
}

.login-container .or {
  display: block;
  padding: 10px 0;
}

.login-container .btns {
  padding-top: 18px;
}

.login-container .forgot-link {
  display: inline-block;
  font-size: 16px;
  color: #848c8e;
  text-decoration: underline;
  margin-bottom: 28px;
}

.login-footer {
  width: 100%;
  height: 56px;
}

.login-footer .wrapper {
  height: 56px;
  background-color: #f6f6f6;
  font-size: 16px;
  color: #848c8e;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-footer a {
  font-weight: bold;
  color: #366dcf;
  margin-left: 13px;
}

.login-validation {
  color: red;
}

.login-validation p {
  padding-bottom: 5px;
}

.loc-code-block {
  width: 100%;
  height: 370px;
  background: url("../img/landing/video_bg.jpg") 50%/cover;
  position: relative;
  margin-top: -100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

@media (max-width: 1023px) {
  .loc-code-block {
    height: 320px;
    margin-top: -74px;
  }
}

.loc-code-block:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.7;
  background-color: #366dcf;
}

.loc-code-block .login-container {
  position: relative;
}

.loc-code-block .login-container h1 {
  color: #ffffff;
  margin-bottom: 30px;
}

.loc-code-block .login-container h1 + p {
  margin-bottom: 30px;
}

@media (max-width: 1023px) {
  .loc-code-block .login-container h1 {
    margin-bottom: 10px;
  }
}

.loc-code-block .login-container .btn {
  border-color: #ffffff;
}

.loc-code-block .or {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: 1px #3160b6 solid;
  border-radius: 100%;
  font-size: 16px;
  color: #797979;
  position: absolute;
  left: calc(50% - 25px);
  bottom: -25px;
}

@media (max-width: 1023px) {
  .loc-code-block .or {
    width: 30px;
    height: 30px;
    font-size: 12px;
    left: calc(50% - 15px);
    bottom: -15px;
  }
}

.fix-wrap {
  width: 994px;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .fix-wrap {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
}

.main-wrapper {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 70px);
  padding-top: 20px;
}

@media (max-width: 1023px) {
  .main-wrapper {
    display: block;
    min-height: 0;
    padding-top: 10px;
  }
}

.main-wrapper h1 {
  font-weight: bold;
  font-size: 18px;
  color: #303030;
  margin: 0;
}

.sect-header {
  min-height: 60px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.sect-header > span {
  display: block;
  font-size: 12px;
  color: #727272;
}

@media (max-width: 1023px) {
  .sect-header {
    min-height: 20px;
    padding-top: 10px;
  }
}

.sect-body {
  display: flex;
  flex: 1;
}

@media (max-width: 1023px) {
  .sect-body {
    display: block;
  }
}

.sect-body aside {
  width: 169px;
  flex: 0 0 169px;
  padding-right: 15px;
  border-right: 2px #c7c7c7 solid;
}

.sect-body aside .flex-rectangle {
  width: 100%;
  border-left: 6px solid #203c8b;
  background: darkgrey;
}

.sect-body aside .flex-rectangle .rect-text {
  color: white;
  margin-left: 10%;
}

.sect-body aside .flex-rectangle:before {
  content: "";
  display: block;
}

.sect-body aside.structure-network {
  width: 100%;
  flex: 0 0 100%;
  border-right: 0;
}

@media (max-width: 1023px) {
  .sect-body aside {
    width: auto;
    padding: 0;
    border-right: none;
    margin: 0 -20px;
    border-bottom: 1px #979797 solid;
    flex: 0;
  }
}

@media (max-width: 1023px) {
  .sect-body aside .tabs-list {
    width: 100%;
    overflow-x: auto;
    display: flex;
  }
}

.sect-body aside .tabs-list li a {
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .sect-body aside .tabs-list li a {
    display: flex;
    justify-content: center;
  }
}

.sect-body aside li {
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .sect-body aside li {
    margin: 0;
    padding: 0 10px;
    flex: 1;
  }
}

.sect-body aside li a {
  color: #717171;
}

.sect-body aside li a.active {
  font-size: 15px;
  color: #0c165d;
  font-weight: 900;
  cursor: default;
}

@media (max-width: 1023px) {
  .sect-body aside li a {
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    border-bottom: 3px transparent solid;
    margin-bottom: -1px;
    font-size: 12px;
    color: #8e8e8e;
    text-transform: uppercase;
  }
  .sect-body aside li a.active {
    font-size: 14px;
    border-bottom-color: #305ba7;
    color: #717171;
  }
}

.sect-body .sect-content {
  flex: 1;
  padding-left: 20px;
}

.sect-body .sect-content h3 {
  font-size: 14px;
  font-weight: bold;
  color: #848c8e;
  margin-bottom: 10px;
}

.sect-body .sect-content .credit_balance_banner {
  background-color: #e4e4e4;
  color: #323438;
  font-weight: bold;
  border: 1px solid #f1f1f1;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 1023px) {
  .sect-body .sect-content {
    padding: 20px 0 0 0;
  }
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.form-actions-panel, .form-nav-panel {
  height: 0;
  transition: height 0.3s ease-out;
}

.form-actions-panel .inner, .form-nav-panel .inner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 58px;
  background-color: #ffffff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
  transform: translateY(100%);
  transition: transform 0.3s ease-out;
}

.form-actions-panel .fix-wrap, .form-nav-panel .fix-wrap {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}

.form-actions-panel .btns, .form-nav-panel .btns {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: -10px;
}

.form-actions-panel .btn, .form-nav-panel .btn {
  border-radius: 0;
  min-width: 0;
  height: 100%;
  line-height: normal;
  background-color: transparent;
  color: #366dcf;
  font-size: 15px;
  font-weight: bold;
  padding: 0;
  margin: 0 10px;
  text-transform: uppercase;
}

.form-actions-panel .btn.btn-cancel, .form-nav-panel .btn.btn-cancel {
  color: #848c8e;
}

.form-actions-panel.active, .form-nav-panel.active {
  height: 58px;
}

.form-actions-panel.active .inner, .form-nav-panel.active .inner {
  transform: translateY(0);
}

.form-actions-panel.form-nav-panel, .form-nav-panel.form-nav-panel {
  height: 100px;
  transition: none;
}

@media (max-width: 1023px) {
  .form-actions-panel.form-nav-panel, .form-nav-panel.form-nav-panel {
    height: 74px;
  }
}

.form-actions-panel.form-nav-panel .inner, .form-nav-panel.form-nav-panel .inner {
  height: 100px;
  transform: none;
  transition: none;
  box-shadow: none;
  position: relative;
}

@media (max-width: 1023px) {
  .form-actions-panel.form-nav-panel .inner, .form-nav-panel.form-nav-panel .inner {
    height: 74px;
  }
}

@media (max-width: 1023px) {
  .form-actions-panel.form-nav-panel .fix-wrap, .form-nav-panel.form-nav-panel .fix-wrap {
    justify-content: center;
  }
}

@media (max-width: 1023px) {
  .form-actions-panel.form-nav-panel .btns, .form-nav-panel.form-nav-panel .btns {
    margin: 0;
  }
}

.form-actions-panel.form-nav-panel button.btn, .form-nav-panel.form-nav-panel button.btn {
  padding-top: 1px;
}

.form-actions-panel.form-nav-panel .btn, .form-nav-panel.form-nav-panel .btn {
  min-width: 130px;
  height: 34px;
  padding: 0 15px;
  border-radius: 4px;
  border: 1px #a9a9a9 solid;
  font-size: 16px;
  color: #323232;
  font-weight: normal;
  text-transform: none;
  line-height: 32px;
}

@media (max-width: 1023px) {
  .form-actions-panel.form-nav-panel .btn, .form-nav-panel.form-nav-panel .btn {
    height: 40px;
    line-height: 38px;
    border-color: #3a3a3a;
  }
}

.form-actions-panel.form-nav-panel .btn.btn-prev, .form-nav-panel.form-nav-panel .btn.btn-prev {
  display: none;
}

.form-section {
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .form-section {
    margin-bottom: 10px;
  }
}

.form-section h2 {
  font-size: 18px;
  color: #353535;
  margin-bottom: 14px;
  font-weight: bold;
}

@media (max-width: 1023px) {
  .form-section h2 {
    font-size: 14px;
    color: #848c8e;
    font-weight: bold;
    margin-bottom: 10px;
  }
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.form-row .form-col {
  width: 255px;
  margin: 0 10px 9px;
}

@media (max-width: 1023px) {
  .form-row .form-col {
    width: 100%;
  }
}

.form-row .form-col p {
  padding-bottom: 10px;
}

.form-row .form-col p:nth-child(2) {
  padding-bottom: 10px;
}

.form-row .form-col .radio-label {
  margin-right: 10px;
}

.form-row .form-col.dbl {
  display: flex;
}

.form-row .form-col.dbl .input-block {
  flex: 1;
  margin-right: 10px;
}

.form-row .form-col.dbl .input-block:last-child {
  margin-right: 0;
  margin-left: 10px;
}

.form-row .form-col.full-width {
  width: 100%;
}

.form-row .form-col.last-col {
  width: 100%;
  margin-top: 20px;
}

@media (max-width: 1023px) {
  .form-row .form-col.last-col {
    margin-top: 10px;
  }
}

.form-row .form-col.last-col .form-col {
  margin: 0;
  padding-bottom: 9px;
}

.form-row .birthdate-col {
  display: flex;
}

.form-row .birthdate-col .input-block {
  flex: 1;
}

.form-row .birthdate-col .adult-indicator {
  color: #d4d6d7;
  margin: 7px 0 0 8px;
  pointer-events: none;
}

.form-row .birthdate-col .adult-indicator svg {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}

.form-row .birthdate-col .adult-indicator.adult {
  color: green;
}

.form-row .birthdate-col .adult-indicator.adult svg g {
  stroke: green;
}

.form-row.cols-mb .form-col {
  margin-bottom: 12px;
}

@media (max-width: 1023px) {
  .form-row.cols-mb .form-col {
    margin-bottom: 8px;
  }
}

.form-nav-panel .inner .fix-wrap .btns .btn-confirm {
  display: none;
}

.questions-block .question-item, .questions-block .question-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.questions-block .question-header h3 {
  margin-bottom: 0;
}

.questions-block .col-question {
  flex: 1;
  margin-right: 20px;
}

.questions-block .col-answer {
  width: 78px;
  font-size: 0;
  align-self: flex-start;
}

.questions-block .col-answer span {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  background: url("../img/landing/ic-answer.svg") no-repeat 0 0;
  background-size: 68px;
  cursor: pointer;
}

.questions-block .col-answer input[type='checkbox'] {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.questions-block .col-answer input[type='checkbox']:checked + span {
  background-position: 0 -34px;
  cursor: default;
}

.questions-block .col-answer input[type='checkbox'].yes + span {
  margin-right: 0;
  background-position: -34px 0;
}

.questions-block .col-answer input[type='checkbox'].yes:checked + span {
  background-position: -34px -34px;
}

ul.head-actions-centered {
  margin: 0 auto;
}

ul.head-actions-centered li {
  display: inline-block;
  height: 100%;
  width: 90px;
  text-align: center;
  padding-top: 25px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

ul.head-actions-centered li:not(:last-child) {
  margin-right: 10px;
}

ul.head-actions-centered li.active {
  border-bottom: 2px solid #0066cc;
  color: black;
}

.signature-block .signature {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  width: 300px;
  height: 100px;
}

@media (max-width: 768px) {
  #walver-signature-block {
    text-align: center;
  }
}

#walver-signature-block h6 {
  text-align: left;
}

#walver-signature-block h4 {
  margin: 5px 0;
}

#linked-social-accounts .linked-social-account {
  margin-bottom: 10px;
}

.modal .modal-flex.block-confirmation {
  margin: 0 10px 20px;
}

.subscription {
  padding: 18px;
  border: 2px #d3d3d3 solid;
  border-radius: 4px;
  margin-bottom: 20px;
  position: relative;
}

.subscription h4 {
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  margin-bottom: 3px;
}

.subscription .cont {
  width: 600px;
}

@media (max-width: 1023px) {
  .subscription .cont {
    width: auto !important;
  }
}

.subscription .options-info {
  padding-top: 8px;
}

@media (max-width: 1023px) {
  .subscription .options-info {
    padding-top: 0;
  }
}

.subscription .options-info li {
  color: #848c8e;
  margin-top: 12px;
}

.subscription .options-info li span {
  color: #394346;
}

.subscription .price-block {
  padding-top: 10px;
  margin-top: 20px;
  border-top: 2px #d3d3d3 dotted;
  color: #848c8e;
  text-align: right;
}

.subscription .price-block .total {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.subscription .price-block .subtotal {
  display: block;
  font-size: 12px;
}

.subscription .side-actions {
  position: absolute;
  top: 21px;
  right: 18px;
}

@media (max-width: 1023px) {
  .subscription .side-actions {
    position: static;
    margin: 0 -20px -20px;
    border-top: 1px #d3d3d3 solid;
    margin-top: 10px;
  }
}

.subscription .side-actions .lnk {
  color: #848c8e;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.subscription .side-actions .lnk.danger {
  color: red !important;
}

@media (max-width: 1023px) {
  .subscription .side-actions .lnk {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
  }
}

.subscription .side-actions .lnk img {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
}

@media (max-width: 1023px) {
  .subscription .side-actions .lnk img {
    margin-top: 2px;
  }
}

.more-lnk {
  text-align: right;
  margin-bottom: 20px;
}

.more-lnk a {
  color: #366dcf;
  font-weight: bold;
  text-transform: uppercase;
}

.available-subscriptions .subscription_type {
  font-size: 20px;
}

.available-subscriptions .subscription .cont {
  width: 530px;
}

.available-subscriptions .subscription .subscription_type {
  font-size: 20px;
}

.available-subscriptions .subscription .price-block {
  padding: 0;
  margin: 0;
  border: none;
  position: absolute;
  top: 18px;
  right: 18px;
}

.available-subscriptions .subscription .price-block span {
  display: block;
}

.available-subscriptions .subscription .price-block .total {
  font-size: 16px;
  color: #636363;
  margin-bottom: 5px;
}

@media (max-width: 1023px) {
  .available-subscriptions .subscription .price-block .total {
    font-size: 18px;
    color: #848c8e;
    margin-bottom: 0;
  }
}

.available-subscriptions .subscription .price-block .subtotal {
  font-size: 14px;
}

@media (max-width: 1023px) {
  .available-subscriptions .subscription .price-block .subtotal {
    font-size: 12px;
  }
}

@media (max-width: 1023px) {
  .available-subscriptions .subscription .price-block {
    position: static;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    border-top: 2px #d3d3d3 dotted;
  }
}

.available-subscriptions .subscription .side-actions {
  position: static;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 2px #d3d3d3 solid;
  text-align: right;
}

.available-subscriptions .subscription .side-actions .lnk {
  color: #366dcf;
}

.available-subscriptions .subscription .side-actions #pos-panel {
  box-shadow: none;
}

@media (max-width: 1023px) {
  .available-subscriptions .subscription .side-actions {
    padding-top: 0;
    margin-top: 0;
    text-align: center;
    border-top-width: 1px;
  }
}

.with-payment.open .payment-form {
  display: block;
}

.with-payment.open .payment-form-open-tag::before {
  content: '-';
}

.with-payment .payment-form-open-tag::before {
  content: '+';
}

.with-payment .payment-form {
  display: none;
}

.with-payment .payment-form .form-col {
  width: 100%;
}

.with-payment .payment-form .form-col p {
  display: block;
}

.with-payment .payment-form .form-col .input-block canvas {
  border-radius: 3px;
  border: 1px solid #979797;
}

.with-payment .payment-form .form-col .input-block.web-col-4 {
  padding: 0 10px;
  float: left;
  width: 33.33333333%;
}

.with-payment .payment-form .form-col .input-block.web-col-6 {
  padding: 0 10px;
  float: left;
  width: 50%;
}

.with-payment .payment-form .form-col .input-block.web-col-12 {
  padding: 0 10px;
  float: left;
  width: 100%;
}

@media (max-width: 648px) {
  .with-payment .payment-form .form-col .input-block.mob-col-6 {
    padding: 0 10px;
    float: left;
    width: 50%;
  }
  .with-payment .payment-form .form-col .input-block.mob-col-12 {
    padding: 0 10px;
    float: left;
    width: 100%;
  }
}

.payment-panel {
  background-color: rgba(232, 232, 241, 0.3);
  box-shadow: #0c0c0c;
}

.payment-panel #stripe-payment-element-isolate-style .StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  transition: box-shadow 150ms ease;
}

.payment-panel #stripe-payment-element-isolate-style .StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.payment-panel #stripe-payment-element-isolate-style .StripeElement--invalid {
  border-color: #fa755a;
}

.payment-panel #stripe-payment-element-isolate-style .StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.payment-panel #stripe-payment-element-isolate-style .gift-card-box {
  font-size: 14px;
  padding: 20px;
}

.payment-panel #stripe-payment-element-isolate-style .payment-method-box {
  font-size: 14px;
  color: black;
  padding: 20px;
}

.payment-panel #stripe-payment-element-isolate-style .payment-method-box .payment-select {
  padding: 5px 5px 5px 5px;
  margin: 0 0 5px 0;
  color: white;
  background-color: #aab7c4;
  border-radius: 6px;
  box-shadow: 1px 1px 1px 1px #e5eaed;
}

.payment-panel #stripe-payment-element-isolate-style label {
  font-weight: 300;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
  margin-top: 16px;
}

.payment-panel #stripe-payment-element-isolate-style ::-webkit-input-placeholder {
  text-align: right;
  font-weight: lighter;
  color: lightgrey;
}

.location-details p {
  margin-bottom: 10px;
}

@media (max-width: 1023px) {
  .location-details p {
    padding-left: 34px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1023px) and (orientation: landscape) {
  .location-details p {
    margin-bottom: 10px;
  }
}

.location-details p.lab {
  color: #848c8e;
  margin-bottom: 3px;
}

@media (max-width: 1023px) {
  .location-details p.lab {
    display: none;
  }
}

.location-details p img {
  display: none;
}

@media (max-width: 1023px) {
  .location-details p img {
    display: block;
    float: left;
    margin: 3px 0 0 -34px;
  }
}

@media (max-width: 1023px) {
  .location-details {
    font-size: 16px;
  }
}

@media (max-width: 1023px) and (orientation: landscape) {
  .location-details {
    font-size: 14px;
  }
}

.location-map {
  width: 100% !important;
  height: 60% !important;
  background-size: cover;
  background-position: 50%;
}

@media (max-width: 1023px) {
  .location-map {
    margin: 0;
    height: auto;
    width: 100% !important;
  }
}

@media (max-width: 1023px) {
  .location-page {
    display: flex;
    min-height: calc(100vh - 44px);
  }
  .location-page .sect-header {
    display: block;
    padding-top: 10px;
  }
  .location-page .sect-header > span {
    font-size: 14px;
    padding-top: 6px;
  }
  .location-page .sect-body {
    display: flex;
    flex-direction: column;
  }
  .location-page .sect-body aside {
    margin: 0;
    border-bottom: none;
  }
  .location-page .sect-content {
    padding: 0;
    display: flex;
    margin: 0 -20px;
  }
}

@media (max-width: 1023px) and (orientation: landscape) {
  .location-page .sect-header {
    padding: 0;
    min-height: 54px;
  }
  .location-page .sect-header > span {
    padding-top: 0;
  }
}

[data-modal] {
  cursor: pointer;
}

[modal-fb] .form-col {
  width: 100%;
}

body.overlay {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.modal {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}

.modal.open {
  opacity: 1;
  visibility: visible;
}

.modal .modal-box {
  width: 570px;
  padding: 25px;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .modal .modal-box {
    width: calc(100% - 40px) !important;
    padding: 20px;
  }
}

.modal .modal-flex {
  display: flex;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .modal .modal-flex {
    display: block;
    margin-bottom: 20px;
  }
}

.modal .modal-flex > div {
  flex: 1;
  margin: 0 10px;
}

@media (max-width: 767px) {
  .modal .modal-flex > div {
    margin: 0 0 20px;
  }
}

.modal .modal-flex label {
  display: block;
  margin-bottom: 5px;
}

.modal .block-signature {
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 767px) {
  .modal .block-signature {
    margin: 0;
  }
}

.modal .block-signature span {
  display: block;
  margin-top: 10px;
  min-height: 100px;
}

.modal .block-signature canvas {
  width: 100%;
  height: 156px;
  display: block;
  margin-top: 1px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 767px) {
  .modal .block-signature canvas {
    height: 96px;
  }
}

.modal .block-signature .signature {
  height: 160px;
  border: 1px #979797 solid;
  border-radius: 3px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .modal .block-signature .signature {
    height: 100px;
    margin-top: 10px;
  }
}

.modal .btns {
  display: flex;
  justify-content: center;
  margin: 0 -10px;
}

@media (max-width: 767px) {
  .modal .btns {
    margin: 0 -5px;
  }
}

.modal .btns .btn {
  margin: 0 10px;
}

@media (max-width: 767px) {
  .modal .btns .btn {
    margin: 0 5px;
    flex: 1;
    min-width: 0;
  }
}

[modal-height] .modal-box {
  width: 300px;
}

[modal-height] .form-row {
  justify-content: center;
}

[modal-height] .form-row .form-col {
  width: 80px;
}

[modal-adult] .modal-box {
  width: 700px;
}

@media (max-width: 767px) {
  [modal-adult] .modal-box {
    max-height: 95%;
    overflow-y: scroll;
  }
}

.forgot-password-wrapper h3, .forgot-password-wrapper h4 {
  margin-bottom: 8px;
}

.modal-customized {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  /* Modal Content */
}

.modal-customized .modal-customized-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.modal-customized .modal-customized-content .modal-header {
  border-bottom-style: none;
  /* The Close Button */
}

.modal-customized .modal-customized-content .modal-header .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal-customized .modal-customized-content .modal-header .close:hover,
.modal-customized .modal-customized-content .modal-header .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-customized .modal-customized-content .modal-footer {
  border-top-style: none;
}

.modal-customized .modal-customized-content .modal-footer.btn-submit {
  color: #e0e6dc;
}

.modal-customized .modal-customized-content .modal-footer.btn-submit:active {
  color: #e0e6dc;
}

.list_header {
  display: flex;
  align-items: center;
  font-size: 1em;
  font-weight: 600;
  color: #bdbdbd;
  padding: 20px;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
}

.list_header .status-col {
  width: 16%;
  text-align: left;
}

.list_header .duration-col {
  width: 22%;
  text-align: center;
}

.list_header .dates-col {
  width: 22%;
  text-align: center;
}

.list_header .image-col {
  width: 20%;
  text-align: center;
}

.list_header .download-col {
  width: 20%;
  text-align: right;
}

.list_header button {
  color: #bdbdbd;
  outline: none;
  border: none;
  background: #d5d4d4;
  padding: 10px 20px;
  border-radius: 2.5px;
  margin-right: 20px;
  font-size: 1em;
  font-weight: 600;
}

.list_header button:hover {
  cursor: pointer;
  background: #3d3d44;
}

.list_header label {
  display: inline-block;
  margin: 0 20px;
  text-align: center;
}

.list_header .icon-col {
  padding-right: 20px;
}

ul.task-items li.item {
  display: flex;
  align-items: center;
  margin: 20px 0;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}

ul.task-items li.item.type1 .task .icon {
  background: #9575cd;
}

ul.task-items li.item.type2 .task .icon {
  background: #f48fb1;
}

ul.task-items li.item.type3 .task .icon {
  background: #9575cd;
}

ul.task-items li.item.type4 .task .icon {
  background: #4FC3F7;
}

ul.task-items li.item .status {
  display: flex;
  align-items: center;
  font-size: 1em;
  width: 16%;
  margin-left: 0;
}

ul.task-items li.item .status .icon {
  background: #2e7d32;
  margin-right: 10px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

ul.task-items li.item .status .icon.terminated {
  background: #BF360C;
}

ul.task-items li.item .status .icon.in_progress {
  background: #4caf50;
}

ul.task-items li.item .status .icon.completed {
  background: #366dcf;
}

ul.task-items li.item .duration {
  display: flex;
  align-items: center;
  width: 22%;
  margin-left: 12px;
}

ul.task-items li.item .duration .name {
  margin-left: 40px;
  width: 100px;
  height: 25px;
  border-radius: 15px;
}

ul.task-items li.item .dates {
  display: flex;
  align-items: center;
  width: 22%;
}

ul.task-items li.item .dates .name {
  margin-left: 40px;
  width: 100px;
  height: 25px;
  border-radius: 15px;
}

ul.task-items li.item .image {
  display: flex;
  align-items: center;
  width: 20%;
}

ul.task-items li.item .image .name {
  margin-left: 20px;
  width: 100px;
  height: 25px;
  border-radius: 15px;
}

ul.task-items li.item .image .icon {
  border-radius: 5px;
}

ul.task-items li.item .image .icon img {
  width: 100%;
  height: auto;
  border-radius: 5%;
}

ul.task-items li.item .download {
  align-items: center;
  width: 20%;
}

ul.task-items li.item .download .dropbtn {
  color: white;
  padding: 10px 16px 16px 16px;
  margin: 0 10px 0 80px;
  border: none;
}

ul.task-items li.item .download .dropbtn img {
  width: 16px;
}

@media (max-width: 648px) {
  ul.task-items li.item .download .dropbtn {
    margin: 0 10px 0 30px;
  }
}

ul.task-items li.item .download .dropdown {
  position: relative;
  display: inline-block;
}

ul.task-items li.item .download .dropdown:hover .dropdown-content {
  margin-left: 20px;
  display: block;
}

ul.task-items li.item .download .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

ul.task-items li.item .download .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

ul.task-items li.item .download .dropdown-content a:hover {
  background-color: #ddd;
}
