.logo {
  height: 25px;
  margin-bottom: 0;
  margin-top: -5px;
}

@media (min-width: 1200px) {
  .logo {
    height: 30px;
  }
}

body {
  font-family: Futurabookc,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  background-image: url("/res/freedom_landing/img/lines-bg.svg");
  background-position: center;
  background-repeat: repeat-y;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

b, strong {
  font-weight: bolder;
  font-family: Futurademic;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: Futurademic;
  display: block;
}

@media (max-width: 768px) {
  .h4, .h5, .h6, h4, h5, h6 {
    margin-bottom: .5rem;
  }
}

#content .h1, #content .h2, #content .h3, #content .h4, #content .h5, #content .h6, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
  margin-top: 2rem;
}

a {
  color: #18b9a2;
  text-decoration: none;
  background-color: transparent;
}

.btn {
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .875rem;
  font-family: 'FuturaDemiC';
  padding: 5px 10px;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .btn:not(.btn-sm) {
    border-radius: 50px;
    padding: 10px 10px;
  }
}

.btn-light {
  color: #18B9A2;
  background-color: #ffffff;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #ffffff;
  background-color: #18B9A2;
  border-color: #18B9A2;
}

p, .p {
  margin-top: 0;
  margin-bottom: 1rem;
  display: block;
}

@media (min-width: 768px) {
  .btn-group-lg > .btn, .btn-lg {
    padding: 20px 50px;
  }
}

.square-block::before {
  display: block;
  padding-top: 100%;
  content: "";
}

.rectangle-block::before {
  display: block;
  padding-top: 50%;
  content: "";
}

.rectangle-block-66::before {
  display: block;
  padding-top: 66%;
  content: "";
}

.rectangle-block-166::before {
  display: block;
  padding-top: 166%;
  content: "";
}

.rectangle-block-150::before {
  display: block;
  padding-top: 150%;
  content: "";
}

.square-block, .rectangle-block, .rectangle-block-66, .rectangle-block-150, .rectangle-block-166 {
  display: block;
  position: relative;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-bottom: 1rem;
}

.row-5px, .row.row-5px, .form-row.row-5px {
  margin-right: -5px;
  margin-left: -5px;
}

.row-5px > .col, .row-5px > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.img-contain {
  background-size: contain;
}

.w-40px {
  width: 40px;
}

.maxw-500px {
  max-width: 500px;
}

.lead {
  font-size: 1rem;
  line-height: 1.25;
  /*font-family: 'FuturaLightC';*/
}

@media (min-width: 992px) {
  .lead {
    font-size: 1.5rem;
    line-height: 1.25;
    /*font-family: 'FuturaLightC';*/
  }
}

.mb-5, .my-5 {
  margin-bottom: 2rem!important;
}

.btn-outline-light {
  color: #ffffff;
  border-color: rgba(255,255,255,0.5);
}

.navbar-nav .nav-link {
  letter-spacing: .5px;
  font-size: 90%;
  border-bottom: 3px solid transparent;
}

@media (min-width:768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,1);
}

.text-uppercase {
  text-transform: uppercase!important;
  letter-spacing: 1px;
}

.text-success {
  color: #18B9A2!important;
}

.btn-danger {
  color: #fff;
  background-color: #EB1D5C;
  border-color: #EB1D5C;
}

@media (min-width: 992px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .first-img {
    position: absolute;
    height: 120%;
    left: 55%;
    top: -10%;
    max-width: none;
  }
}

#first-block {
  color: #fff;
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 130px;
  background-image: url("/res/freedom_landing/img/first-bg-img-left.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
}

#first-block .container {
  position: relative;
}

.maxw-700px {
  max-width: 700px;
}

.maxw-900px {
  max-width: 900px;
}

section {
  padding-top: 40px;
  padding-bottom: 35px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  section {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}

.card {
  border-radius: 15px;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 0;
  color: #000;
}

@media (min-width: 768px) {
  .card {
    border-radius: 10px;
  }
}

.h2, h2 {
  font-size: 1.5rem;
}

@media (min-width: 1200px) {
  .h2, h2 {
    font-size: 2.25rem;
  }
}

.bg-dark {
  background: linear-gradient(90deg,#065767,#03303A)!important;
}
.bg-dark.bg-goldfish {
  background: linear-gradient(37.49deg,#6260a0,#cd4e6c)!important;
}
.bg-dark.bg-goldfish .bg-dark {
  background: linear-gradient(37.49deg,#6260a0,#cd4e6c)!important;
}

.img-2 {
  margin-top: -3rem;
  margin-bottom: -20px;
}

@media (min-width: 768px) {
  .img-2 {
    margin-top: -3rem;
    margin-left: -1.5rem;
    margin-bottom: -3px;
  }
}

.mb-6 {
  margin-bottom: 3rem;
}

.mb-7 {
  margin-bottom: 4rem;
}

@media (min-width: 992px) {
  .mb-lg-7 {
    margin-bottom: 4rem!important;
  }
}

#first-block:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background-image: url("/res/freedom_landing/img/lines-bg.svg");
  background-position: center;
  background-repeat: repeat-y;
  top: 0;
}

.capabilities-number {
  width: 40px;
  height: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: -.5rem;
  padding-left: .25rem;
  border-radius: 30px;
  background-color: #EB1D5C;
  font-size: 1.5rem;
  font-family: 'FuturaDemiC';
  color: #fff;
  z-index: 1;
  position: relative;
  line-height: 1.75;
  box-shadow: 0px 10px 30px rgba(235, 29, 92, 0.3);
}

@media (min-width: 576px) {
  .capabilities-number {
    width: 50px;
    height: 50px;
    line-height: 2.25;
  }
}

.z-index-0 {
  z-index: 0;
}

.z-index--1 {
  z-index: -1;
}

.arrow:before {
  width: 20px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%) translateY(10px);
  content: '';
  background-image: url("/res/freedom_landing/img/arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.arrow {
  position: relative;
}

img {
  margin-bottom: 1rem;
}

.maxw-600px {
  max-width: 600px;
}

.form {
  padding: .5rem .5rem 0;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .form {
    border-radius: 30px;
  }
}

.form-control {
  height: calc(1.5em + 1rem + 2px);
  padding: .375rem .75rem;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .form-control {
    border-radius: 20px;
  }
}

.border-left {
  border-left: 1px solid #dee2e6!important;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.bg-form {
  background-image: url("/res/freedom_landing/img/form-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.font-weight-normal {
  font-weight: 400!important;
  font-family: 'FuturaBookC';
}

.btn-danger:hover {
  color: #fff;
  background-color: #fb3874;
  border-color: #fb3874;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #eb1d5c;
  border-color: #eb1d5c;
}

@media (min-width: 992px) {
  #first-block {
    padding-top: 130px;
  }
}

.navbar-toggler {
  padding: 0;
  font-size: .75rem;
  line-height: 1;
  background-color: #eb1d5c;
  border: 1px solid transparent;
  border-radius: 50px;
  width: 30px;
  height: 30px;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 16px;
  height: 14px;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-dark .navbar-toggler {
  color: rgb(255,255,255);
  border-color: rgba(255,255,255,0);
  outline: none;
}

footer {
  /*margin-top: 75px;*/
  padding-top: 3rem;
  padding-bottom: 1rem;
  flex-grow: 1;
}

#mainNav {
  transition: padding .3s ease-out 0s;
  background: linear-gradient(90deg,#065767,#03303A);
}

@media (min-width:1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.modal-content {
  border-radius: 15px;
  color: #000;
}

@media (min-width: 768px) {
  .modal-content {
    border-radius: 30px;
  }
}

.modal-header {
  border: 0;
  display: block;
  padding-bottom: 0;
  padding: 2rem 2rem 0;
}

.modal-body {
  padding-top: 0;
  padding: 0 2rem 1rem;
}

.modal-footer {
  border: 0;
  padding: 1rem 2rem;
}

.close {
  float: right;
  position: absolute;
  right: -55px;
  top: 0;
  font-size: 4rem;
  font-weight: 100;
  line-height: 1;
  color: rgba(255,255,255,0.5);
  text-shadow: none;
  opacity: 1;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.form-input {
  border: 0;
  border-bottom: 1px solid #dee2e6!important;
  border-radius: 0;
  background-color: rgba(255,255,255,0);
}

@media (min-width: 768px) {
  .form-input {
    border-bottom: 0!important;
  }
}

@media (min-width: 768px) {
  .border-md-left {
    border-left: 1px solid #dee2e6!important;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    /*max-width: 130px;*/
    /*text-align: left;*/
    line-height: 1;
    min-height: 100%;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    /*max-width: none;*/
    /*padding-right: 1rem;*/
    /*padding-left: 1rem;*/
    width: 100%;
  }
}

@media (min-width: 992px) {
  #mainNav {
    /*background: none;*/
    padding-top: 35px;
  }
}

.navbar-shrink {
  /*background: linear-gradient(90deg,#065767,#03303A)!important;*/
  /*padding-top: 0!important;*/
  /*padding-bottom: .25rem!important;*/
  /*transition: padding .3s ease-out 0s;*/
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("/res/freedom_landing/img/menu.svg");
}

.collapsing {
  transition: none;
}

#nav-icon3 {
  width: 14px;
  height: 12px;
  position: relative;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  outline: none;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 5px;
}

#nav-icon3 span:nth-child(4) {
  top: 10px;
}

#nav-icon3.open span:nth-child(1) {
  top: 5px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 5px;
  width: 0%;
  left: 50%;
}

.w-50px {
  width: 50px;
}

.text-danger {
  color: #EB1D5C!important;
}

.bg-pink {
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), rgba(235, 87, 104, 0.1);
}

.bg-green {
  background-image: url("/res/freedom_landing/img/bg-green.svg");
  background-position: center;
  background-size: cover;
}

.arrow-big {
  float: right;
  margin-right: -5rem;
  margin-top: -1rem;
  margin-bottom: -2rem;
  position: absolute;
  right: 0;
  top: 5rem;
}

.arrow-red-down, .arrow-red-down-on-white {
  width: 140px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 0;
  background-image: url("/res/freedom_landing/img/arrow-red-down.svg");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}

.pos-rel {
  position: relative;
}

.bg-light-green {
  background-color: #F1F8F8;
}

.bg-light-green-transparent {
  background-color: rgba(241,248,248,0.1);
}

.h-150px {
  height: 150px;
}

@media (min-width: 992px) {
  .main-tariff {
    transform: scale(1.05);
  }
}

.shadow-lg {
  box-shadow: 0px 10px 50px rgba(1, 137, 140, 0.2), 0px 5px 0px #EB1D5C!important;
}

.shadow-lg-2 {
  box-shadow: 0px 20px 50px rgba(1, 137, 140, 0.15);
}

.shadow-lg-3 {
  box-shadow: 0px 20px 50px rgba(140,1,43,0.15);
}

.icon-check-green, .icon-minus-red, .icon-plus-minus, .icon-check-small, .icon-minus-small, .icon-plus-minus-small {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -.25rem;
  background-size: 90%;
}

@media (min-width: 992px) {
  .icon-check-green, .icon-minus-red, .icon-plus-minus, .icon-check-small, .icon-minus-small, .icon-plus-minus-small {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    /*margin-top: .2rem;*/
  }
}

.icon-check-green, .icon-minus-red, .icon-plus-minus {
  margin-top: .75rem;
}

@media (min-width: 992px) {
  .icon-check-green, .icon-minus-red, .icon-plus-minus {
    margin-top: 1rem;
  }
}

.icon-plus-minus {
  background-color: #ffb818;
  /*background-image: url("/res/freedom_landing/img/icon-plus-minus-white.svg");*/
  /*background: linear-gradient(-45deg,#18baa2 51%,#eb5769 50%);*/
}

.icon-minus-red {
  background-color: #EB5768;
  /*background-image: url("/res/freedom_landing/img/icon-minus-white.svg");*/
}

.icon-check-green {
  background-color: #18B9A2;
  /*background-image: url("/res/freedom_landing/img/icon-check-white.svg");*/
}

.accordion-link {
  color: #212529;
  position: relative;
  display: block;
}

a:hover {
  color: #eb1d5c;
  text-decoration: none;
}

.icon-check-small {
  background-image: url("/res/freedom_landing/img/icon-check.svg");
}

.icon-plus-minus-small {
  background-image: url("/res/freedom_landing/img/icon-plus-minus.svg");
  border-radius: 0;
  background-size: 80%;
}

.icon-minus-small {
  background-image: url("/res/freedom_landing/img/icon-minus.svg");
  background-size: 70%;
}

.accordion-link:before {
  width: 7px;
  height: 5px;
  content: '';
  position: absolute;
  left: -.75rem;
  top: 14px;
  background-image: url("/res/freedom_landing/img/arrow-down-red.svg");
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 576px) {
  .accordion-link:before {
    width: 12px;
    height: 9px;
    left: -1.25rem;
    top: 15px;
  }
}

@media (min-width: 1200px) {
  .accordion-link:before {
    width: 16px;
    height: 9px;
    left: -2rem;
    top: 20px;
  }
}

.accordion .collapse {
  /*margin-bottom: 1.5rem;*/
  /*padding-bottom: .5rem;*/
  background-image: url("/res/freedom_landing/img/accordion-shadow.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

.tooltip {
  margin-bottom: 1.25rem;
  padding: 0;
}

.tooltip.show {
  opacity: 1;
}

.tooltip > .tooltip-inner {
  background-color: #ffffff;
  color: #000;
  box-shadow: 0px 5px 50px 0 rgba(0, 0, 0, 0.15);
  padding: .5rem;
  font-size: 80%;
}

.tooltip-arrow {
  border-radius: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  border-bottom-color: #fff;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  border-top-color: #fff;
  transform: translateY(5px) translateX(-50%);
  bottom: 0;
  height: 20px;
  width: 20px;
  border-width: 10px;
}

.accordion .p.lead {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.accordion .p.lead, .accordion .p {
  margin-bottom: .5rem;
}

@media (min-width: 992px) {
  .accordion .p.lead {
    margin-top: .75rem;
  }
}

.lh-1 {
  line-height: 1;
}

.table-header .p {
  transform: rotateZ(-90deg);
  white-space: nowrap!important;
  min-height: 100%;
  text-align: left!important;
  height: 220px;
  width: 240px;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .table-header .p {
    transform: rotateZ(-90deg);
    white-space: normal!important;
    min-height: 100%;
    text-align: left!important;
    height: 200px;
    width: 220px;
  }
}

@media (min-width: 992px) {
  .table-header .p {
    transform: none;
    white-space: normal!important;
    min-height: 100%;
    text-align: center!important;
    height: auto;
    width: auto;
  }
}

@media (min-width: 992px) {
  .table-header div:first-child div .p {
    text-align: left!important;
  }
}

.h1, h1 {
  font-size: 2.125rem;
}

@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 3.25rem;
  }
}

.arrow-red-down-on-white {
  background-image: url("/res/freedom_landing/img/arrow-red-down-on-white.svg");
}

.dotted-line-1, .dotted-line-2 {
  width: 10px;
  height: calc(100% - 40px);
  content: '';
  display: block;
  position: absolute;
  left: 30px;
  top: 50px;
  z-index: 1;
  border-left: 10px dotted #E0F0EB;
}

@media (min-width: 576px) {
  .dotted-line-1, .dotted-line-2 {
    width: 180px;
    height: 50px;
    content: '';
    background-image: url("/res/freedom_landing/img/dotted-line.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 67%;
    top: 0;
    z-index: 1;
    border: none;
  }
}

@media (min-width: 1200px) {
  .dotted-line-1, .dotted-line-2 {
    width: 65%;
    height: 50px;
    content: '';
    background-image: url("/res/freedom_landing/img/dotted-line.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 67%;
    top: 25px;
    z-index: 1;
    border: none;
    transform: translateY(-50%);
  }
}

@media (min-width: 992px) {
  .dotted-line-2 {
    top: -25px;
    transform: scaleX(-1);
  }
}

@media (min-width: 992px) {
  .navbar .nav-item {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-grow: 1;
  }
}

@media (min-width: 992px) {
  .navbar-lines .nav-item {
    border-left: 1px solid rgba(255,255,255,0.2);
  }
}

@media (min-width: 992px) {
  .navbar-lines .nav-item:last-child {
    border-right: 1px solid rgba(255,255,255,0.2);
  }
}

.navbar .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .navbar .nav-link {
    /*display: inline-block;*/
    padding: .4rem 1rem .25rem;
  }
}

@media (min-width: 992px) {
  .navbar .second-menu .nav-link {
    /*display: inline-block;*/
    padding: .7rem 1rem .25rem;
  }
}

.h-50px {
  height: 50px;
}

@media (min-width:992px) {
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 2rem!important;
  }
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.5rem 1.5rem .5rem;
}

.card-body-mini {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: .5rem .5rem 0;
}

@media (min-width:1200px) {
  .col-xl-1-of-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.w-100px {
  width: 100px;
}

.w-10px {
  width: 10px;
}

.h-10px {
  height: 10px;
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #EB1D5C;
  border-color: #EB1D5C;
  box-shadow: none;
}

.btn-link {
  font-weight: 400;
  color: #eb1d5c;
  text-decoration: none;
}

.btn-link:hover {
  color: #fb3874;
  text-decoration: none;
}

.reviews-block {
  padding-top: 1rem;
  padding-left: 2rem;
  padding-right: 1rem;
  margin-top: 2rem;
  position: relative;
}

@media (min-width: 768px) {
  .reviews-block {
    padding-top: 2rem;
    padding-left: 2rem;
    margin-left: 1rem;
    /*margin-right: 1rem;*/
  }
}

.square-block-img {
  background-size: contain;
  background-position: center;
}

.swiper-button-prev {
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2300C6C6'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next {
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2300C6C6'%2F%3E%3C%2Fsvg%3E");
}

.reviews-block:before {
  width: 40px;
  height: 40px;
  content: '';
  position: absolute;
  top: -35px;
  left: 0;
  background-image: url("/res/freedom_landing/img/reviews-icon.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

.swiper-button-prev, .swiper-button-next {
  height: 40px;
  width: 20px;
  background-size: contain!important;
}

.lh-1-2 {
  line-height: 1.2;
}

* {
  outline: none;
}

@media (min-width:768px) {
  .mb-md-5, .my-md-5 {
    margin-bottom: 2rem!important;
  }
}

.w-20px {
  width: 20px;
}

@media (min-width: 992px) {
  .w-lg-auto {
    width: auto;
  }
}

.border-2px {
  border-width: 2px;
  border-style: solid;
}

.border-success {
  border-color: #18b9a2!important;
}

.pt-5, .py-5 {
  padding-top: 2rem!important;
}

.maxw-90 {
  max-width: 90%;
}

#head-block {
  padding-bottom: 0;
  box-shadow: 0px 10px 40px rgba(1, 137, 140, 0.2);
  z-index: 1;
}

@media (min-width: 576px) {
  #head-block {
    padding-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  #head-block {
    padding-bottom: 25px;
    box-shadow: 0px 20px 50px rgba(1, 137, 140, 0.2);
  }
}

.br-10 {
  border-radius: 10px!important;
}

.time-line-round {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #FFFFFF;
  border: 5px solid #18B9A2;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
}

@media (min-width: 768px) {
  .time-line-round {
    width: 40px;
    height: 40px;
  }
}

.time-line-block:before {
  position: absolute;
  width: 5px;
  height: calc(100% - 0rem);
  left: 50%;
  top: 2rem;
  content: '';
  background: #18B9A2;
  opacity: 0.3;
  transform: translateX(-50%);
}

.row:last-child .time-line-block:before {
  height: calc(100% - 3rem);
  /*top: 0;*/
}

.page-link {
  position: relative;
  display: block;
  padding: 0;
  margin-left: -1px;
  line-height: 1.75;
  color: #18b9a2;
  background: #F2F2F2;
  border: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 100%;
  margin: 0 .25rem;
  font-size: 1.125rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .page-link {
    width: 44px;
    height: 44px;
    padding: .5rem 0;
  }
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #eb1d5c;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
  border-radius: 100%;
}

.page-link:hover {
  z-index: 2;
  color: #eb1d5c;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

#content {
  /*padding-top: 75px;*/
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
  list-style: none;
  background: none;
  border-radius: .25rem;
  text-transform: uppercase;
}

.breadcrumb-item::after {
  float: right;
  padding-left: .75rem;
  color: #E0E0E0;
  content: ">";
}

.breadcrumb-item + .breadcrumb-item::before {
  display: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: .75rem;
}

@media (min-width: 992px) {
  #content {
    /*padding-top: 125px;*/
  }
}

@media (min-width: 1200px) {
  .content-block {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .content-block .img-fluid {
    max-width: 200%;
    /*width: 148%;*/
    margin-left: -26%;
  }
}

.nav-link.active {
  color: #000;
  border-right: 4px solid #eb1d5c;
  background-color: #f1f8f8;
}

.h4, h4 {
  font-size: 1.125rem;
}

@media (min-width: 1200px) {
  .h4, h4 {
    font-size: 1.5rem;
  }
}

.menu-card-header .nav-link {
  background-image: url("/res/freedom_landing/img/arrow-down-gray.svg");
  background-position: center right 1rem;
  background-repeat: no-repeat;
}

.second-link {
  margin-left: 1rem;
  color: var(--secondary);
  font-size: 80%;
  padding: .25rem 1rem;
}

.second-link:first-child {
  margin-top: .5rem;
}

.second-link:last-child {
  margin-bottom: .5rem;
}

.sticky-block {
  position: sticky;
  top: 130px;
}

.anchor-margin:before {
  display: block;
  content: "";
  height: 100px;
  margin-top: -100px;
}

.beta:before {
  content: 'beta';
  font-size: 1.25rem;
  position: absolute;
  right: -10px;
  top: 2rem;
  padding: .25rem .75rem;
  background-color: #eb1d5c;
  color: #fff;
  font-weight: 700;
  border-radius: 10px 10px 10px 0;
  box-shadow: 0 5px 30px rgba(235,29,92,0.3);
}

@media (min-width: 768px) {
  .hover-scale:hover {
    transform: scale(1.1);
    transition: all .3s ease-out 0s;
    box-shadow: 0px 20px 50px rgba(1, 137, 140, 0.15);
    z-index: 1;
  }
}

.h-100px {
  height: 100px;
}

@media (max-width: 768px) {
  .card-body > .card-body {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .card-body > .card-body {
    margin-bottom: 1rem;
  }
}

.img-3 {
  /*margin-top: -50px;*/
  height: 100px;
}

@media (min-width: 992px) {
  .img-3 {
    height: 130px;
    margin-top: -110px;
    margin-bottom: 2rem;
  }
}

nav + section {
  margin-top: 50px;
}

@media (min-width: 992px) {
  nav + section {
    margin-top: 70px;
  }
}

.btn-group-sm > .btn, .btn-sm {
  padding: .125rem 1rem;
  font-size: .875rem;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0;
}

.icon-big {
  font-size: 150%;
  transform: translateY(15%);
  margin-top: -50%;
}

.mt-5, .my-5 {
  margin-top: 2rem!important;
}

.w-80px {
  width: 80px;
}

.btn-success {
  color: #fff;
  background-color: #18b9a2;
  border-color: #18b9a2;
}

.btn-success:hover {
  color: #fff;
  background-color: #065767;
  border-color: #065767;
}

.pb-5, .py-5 {
  padding-bottom: 2rem!important;
}

.h3, h3 {
  font-size: 1.25rem;
}

@media (min-width: 1200px) {
  .h3, h3 {
    font-size: 1.75rem;
  }
}

.pt-6 {
  padding-top: 3rem;
}

@media (min-width:1200px) {
  .pt-xl-5, .py-xl-5 {
    padding-top: 2rem!important;
  }
}

.navbar-dark .navbar-nav .nav-link.active {
  /*color: #65ead7;*/
}

.navbar-dark .navbar-nav .nav-link.active {
  border-right: 0;
  border-bottom: 3px solid #fb3874;
  background: rgba(255,255,255,0.2);
}

.card-img, .card-img-top {
  border-radius: 10px;
  margin-bottom: 0;
}

.text-secondary {
  color: #828282!important;
}

.or {
  text-align: center;
  color: #fb3874;
  height: calc(100% - 1rem);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  position: relative;
}

.or:before, .or:after {
  width: calc(50% - 2rem);
  height: 1px;
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  background-color: #eb1d5c;
}

.or:after {
  right: 0;
  left: auto;
}

@media (min-width: 992px) {
  .or:before, .or:after {
    width: 1px;
    height: calc(50% - 2rem);
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    background-color: #eb1d5c;
  }
}

@media (min-width: 992px) {
  .or:after {
    bottom: 0;
    top: auto;
  }
}

.plus {
  font-size: 50px;
  font-weight: 300;
  font-family: Futuralightc,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  text-align: center;
  display: block;
  margin: 0 1rem;
  line-height: 1;
}

.label-card {
  padding: .5rem 1rem;
  background: linear-gradient(180deg,#18b9a2,#065767);
  display: inline-block;
  border-radius: 15px 15px 0 0;
  margin-left: auto;
  color: #fff;
  margin-right: auto;
}

@media (min-width: 992px) {
  .label-card {
    margin-left: 1.5rem;
  }
}

.arrow-big-down:after {
  content: '';
  width: 26px;
  height: 50px;
  display: block;
  background: url("/res/freedom_landing/img/arrow-big-down.svg") center / contain no-repeat;
  margin-bottom: -.5rem;
  margin-top: -.5rem;
  margin: 0 auto;
  position: absolute;
  right: 2rem;
  bottom: 0;
}

@media (min-width: 576px) {
  .arrow-big-down:after {
    display: none;
  }
}

@media (min-width: 992px) {
  .arrow-big-down:after {
    width: 26px;
    height: 86px;
    margin-bottom: -.5rem;
    margin-top: -.5rem;
    margin: 0 auto;
    position: relative;
    right: auto;
    display: block;
  }
}

.arrow-big-down {
  padding-right: 3rem;
}

@media (min-width: 576px) {
  .arrow-big-down {
    padding-right: 0;
  }
}

.overflow-visible {
  overflow: visible;
}

.menu-icon {
  width: 20px;
  margin-right: .5rem;
  margin-top: -1rem;
  margin-bottom: -.75rem;
}

.navbar-nav {
  /*margin-bottom: 1rem;*/
  /*margin-top: 1rem;*/
}

@media (min-width: 992px) {
  .navbar-nav {
    /*margin-bottom: 0;*/
    /*margin-top: 0;*/
  }
}

.btn-outline-danger {
  color: #fb3874;
  border-color: #fb3874;
}

@media (min-width: 992px) {
  .second-menu {
    position: absolute;
    width: 100%;
    background-color: rgba(255,255,255,0.1);
    /*background: linear-gradient(-90deg,#065767,#03303A);*/
    top: 0;
    left: 0;
    height: 35px;
    /*padding-top: 7px;*/
    /*font-size: .875rem;*/
  }
}

.btn ~ .btn {
  margin-left: .5rem;
}

.h-20px {
  height: 20px;
}

.w-70px {
  width: 70px;
}

.opacity-05 {
  opacity: .5;
}

.w-24px {
  width: 24px;
}

.icon {
  width: 24px;
  margin-right: .5rem;
  margin-top: -.5rem;
  margin-bottom: -.25rem;
  opacity: .3;
}

.second-menu .container {
  padding-left: .5rem;
}

.second-menu:hover .navbar-nav {
  /*opacity: 1;*/
}

.second-menu .navbar-nav {
  opacity: .8;
}

.br-30 {
  border-radius: 30px;
}

.list-bubble {
  text-align: center;
}

.list-bubble span {
  display: inline-block;
  padding: .4rem 2rem .3rem 1rem;
  border-radius: 30px;
  box-shadow: 0px 20px 50px rgba(1, 137, 140, 0.15);
  background: url("/res/freedom_landing/img/icon-check.svg") right .75rem center / auto .75rem no-repeat, #fff;
  margin-right: .25rem;
  margin-bottom: .25rem;
}

@media (min-width: 992px) {
  .list-bubble span {
    display: inline-block;
    padding: .6rem 3rem .3rem 1.25rem;
    border-radius: 30px;
    box-shadow: 0px 20px 50px rgba(1, 137, 140, 0.15);
    background: url("/res/freedom_landing/img/icon-check.svg") right 1rem center / auto 1rem no-repeat, #fff;
    margin-right: .75rem;
    margin-bottom: .75rem;
  }
}

.z-index-1 {
  z-index: 1;
}

.solutions-bg {
  background-image: url("/res/freedom_landing/img/first-bg-img-1.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 1rem 1rem 0;
  margin-bottom: 1rem;
}

.solutions-bg img {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .h-md-125px {
    height: 125px;
  }
}

@media (min-width: 768px) {
  .w-md-125px {
    width: 125px;
  }
}

.bg-green-line, .bg-green-line-2 {
  background: url("light-green-bg-img.svg") bottom / contain no-repeat;
  position: relative;
  padding-bottom: 5rem;
}

@media (min-width: 1200px) {
  .bg-green-line, .bg-green-line-2 {
    padding-bottom: 15rem;
  }
}

.bg-green-line-2 {
  background-image: url("/res/freedom_landing/img/light-green-bg-2-img.svg");
  padding-bottom: 7rem;
}

.theme-dark .bg-green-line-2 {
  background-image: url("/res/freedom_landing/img/light-green-bg-2-img-black.svg");
}

@media (min-width: 1200px) {
  .bg-green-line-2 {
    padding-bottom: 15rem;
  }
}

.time-line-block {
  display: none;
}

@media (min-width: 768px) {
  .time-line-block {
    display: block;
  }
}

.br-100 {
  border-radius: 100%;
}

.w-150px {
  width: 150px;
}

ul li:not(.nav-item) {
  margin-bottom: .5rem;
}

.plus-mini {
  color: #eb1d5c;
  font-weight: 600;
  font-size: 1.5rem;
  height: .5rem;
  margin-top: -1.5rem;
  display: block;
  line-height: 0;
  margin: 0;
  padding: 0;
  margin-top: -0.5rem;
}

.rub {
  font-family: Arial;
  font-weight: 500;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #fb3874;
  border-color: #fb3874;
}

@media (min-width: 992px) {
  #mainNav.d-none {
    margin-right: 16px;
    padding-right: 1rem!important;
  }
}

#mainNav.d-none {
  display: block!important;
}

.theme-dark {
  background-color: #03303a;
  color: #fff;
}

.theme-dark #first-block {
  background-color: #03303a;
}

.bg-primary {
  background-color: var(--cyan)!important;
}

.bg-gradient-1 {
  background-image: linear-gradient(90deg,rgb(6,87,103),rgba(6,87,103,0));
}

.first-video {
  border-radius: 10px;
  z-index: 1;
}

@media (min-width: 992px) {
  .first-video {
    position: absolute;
    /*height: 100%;*/
    left: 50%;
    top: 0;
    width: 50%;
    max-width: none;
    border-radius: 30px;
  }
}

.bg-black {
  background-color: #03303a;
}

.h-125px {
  height: 125px;
}

