/*--------------- MediaQuery -----------------*/
/*---------Size--------*/
/*
* Mediaquery Size L
* Mediaquery for large screens
*/
/*
* Mediaquery Size M
* Mediaquery for Medium screens
*/
/*
* Mediaquery Size S
* Mediaquery for small screens
*/
/*
* Mediaquery Size XL
* Mediaquery for extra large screens
*/
/*
* Mediaquery Size XS
* Mediaquery for extra small screens
*/
/*---------Width--------*/
/*
* Mediaquery Width Max
* Mediaquery defining the maximum width
*/
/*
* Mediaquery Width Min
* Mediaquery defining the minimum width
*/
/*--------------- Overlay -----------------*/
/*
* Overlay
* Mixin to create background overlays
*/
@font-face {
  font-family: AvenirNext;
  src: url("font/AvenirNextLTPro-Regular.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: AvenirNext-demi;
  src: url("font/AvenirNextLTPro-Demi.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: AvenirNext-bold;
  src: url("font/AvenirNextLTPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

/*
* Color yellow
* Yellow color shades
*/
/*
* Color red
* red color shades
*/
/*
* Color midnight
* midnight color shades
*/
/*--------------- Dimmensions -----------------*/
/*
* Dimension Size L
* Dimensions for large screens
*/
/*
* Dimension Size M
* Dimensions for medium screens
*/
/*
* Dimension Size S
* Dimensions for small screens
*/
/*
* Dimension Size XL
* Dimensions for extra large screens
*/
/*
* Dimension Size XS
* Dimensions for extra small screens
*/
/*--------------- Fonts -----------------*/
html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
b {
  font-family: AvenirNext-bold, "sans-serif";
  color: #303d71;
}

h1 {
  font-size: 40px;
}

@media (min-width: 960px) {
  h1 {
    font-size: 56px;
  }
}

h2 {
  font-size: 30px;
}

@media (min-width: 960px) {
  h2 {
    font-size: 46px;
  }
}

h3 {
  font-size: 26px;
}

@media (min-width: 960px) {
  h3 {
    font-size: 40px;
  }
}

h4 {
  font-size: 20px;
}

@media (min-width: 960px) {
  h4 {
    font-size: 34px;
  }
}

h5 {
  font-size: 18px;
}

@media (min-width: 960px) {
  h5 {
    font-size: 30px;
  }
}

h6 {
  font-size: 16px;
}

@media (min-width: 960px) {
  h6 {
    font-size: 26px;
  }
}

p {
  font-size: 16px;
  font-family: AvenirNext, "sans-serif";
}

@media (min-width: 960px) {
  p {
    font-size: 20px;
    line-height: 1.7;
  }
}

a {
  text-decoration: none;
  transition: 300ms;
  color: #303d71;
}

a:hover {
  color: #5B5C6F !important;
  text-decoration: none;
  transition: 300ms;
}

@media (max-width: 720px) {
  .uk-container {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.uk-tooltip {
  font-size: 18px !important;
  font-family: AvenirNext, "sans-serif";
}

.nav {
  color: #303d71;
  z-index: 1;
}

.localize {
  font-family: AvenirNext, "sans-serif" !important;
  font-weight: 600 !important;
  font-size: 16px;
}

.nav__cta {
  background-color: #fec900;
  color: #fff;
  padding: 14px 27px;
  border-radius: 4px;
  font-weight: bold;
}

.nav__cta_type_mobile {
  font-family: AvenirNext-bold, "sans-serif";
  font-size: 24px;
  margin-top: 32px;
  display: -webkit-inline-box;
  padding: 12px 50px;
  font-weight: inherit;
}

.nav__link {
  font-size: 18px;
  text-transform: capitalize;
  color: #303d71 !important;
  transition: 300ms;
  font-family: AvenirNext, "sans-serif";
}

.nav__link::before {
  border-bottom: 2px solid #303d71 !important;
}

.nav__link:hover {
  color: #303d71 !important;
  transition: 300ms;
}

.nav__logo {
  font-size: 30px;
  font-weight: 500;
  color: #303d71 !important;
}

.nav_type_mobile {
  background-color: #fff;
}

.nav_type_mobile-close {
  font-size: 31px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: normal;
  background-color: transparent;
  border: none;
}

.nav__link_type_mobile {
  font-size: 26px;
  margin-top: 32px;
  display: -webkit-inline-box;
}

.hero_type_main {
  background-position: right top;
  background-repeat: no-repeat;
}

@media (min-width: 960px) {
  .hero_type_main {
    background-image: url("/assets/shape/toprightheroshape.svg");
  }
}

.hero__title {
  color: #303d71;
  margin-bottom: 36px;
  line-height: 1.28;
}

@media (min-width: 960px) {
  .hero__title {
    font-size: 56px;
  }
}

.hero__caption p {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #303d72;
  font-family: AvenirNext-bold, "sans-serif";
  margin-bottom: 31px;
  margin-top: 7px;
}

@media (min-width: 960px) {
  .hero__caption p {
    padding: 0 290px;
  }
}

.hero_type_pricing {
  background-repeat: no-repeat;
  background-position-y: -10em;
  background-size: contain;
}

@media (min-width: 960px) {
  .hero_type_pricing {
    background-image: url("/assets/shape/heroobg.svg");
  }
}

.hero_type_briefing {
  background-repeat: no-repeat;
  background-position-y: -10em;
  background-size: contain;
}

@media (min-width: 960px) {
  .hero_type_briefing {
    background-image: url("/assets/shape/heroobg.svg");
  }
}

.hero_type_blog {
  background-image: url("/assets/shape/heroobg.svg");
  background-repeat: no-repeat;
  background-position: 0 -5em;
  background-size: cover;
  padding: 200px 0 !important;
}

.hero_type_faq {
  background-repeat: no-repeat;
  background-position-y: -10em;
  background-size: contain;
}

@media (min-width: 960px) {
  .hero_type_faq {
    background-image: url("/assets/shape/bg_plant.svg");
  }
}

.hero_type_big {
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url("/assets/shape/bg_mobile.svg");
}

@media (min-width: 960px) {
  .hero_type_big {
    background-image: url("/assets/shape/toprightheroshape.svg");
  }
}

.hero_type_big_2 {
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url("/assets/shape/bg_mobile.svg");
}

@media (min-width: 960px) {
  .hero_type_big_2 {
    background-image: url("/assets/shape/toprightheroshape.svg");
  }
}

.hero_type_regular {
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url("/assets/shape/bg_mobile.svg");
}

@media (min-width: 960px) {
  .hero_type_regular {
    background-repeat: no-repeat;
    background-position-y: -10em;
    background-size: contain;
    background-image: url("/assets/shape/bg_plant.svg");
  }
}

.hero_type_small {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url("/assets/shape/bg_mobile.svg");
}

@media (min-width: 960px) {
  .hero_type_small {
    background-image: url("/assets/shape/bg_plant_blog.svg");
    background-repeat: no-repeat;
  }
}

.section_theme_yellow {
  background-color: #eab22c;
}

.section_type_hero {
  padding: 120px 0 0;
}

@media (min-width: 960px) {
  .section_type_hero {
    padding: 175px 0 100px 0;
  }
}

.section__title {
  font-size: 26px;
  color: #fec900;
  margin: 0 0 20px;
}

@media (min-width: 960px) {
  .section__title {
    font-size: 46px;
  }
}

.section__subtitle {
  font-weight: 500;
  font-size: 15px;
  color: #303d71;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section__caption {
  font-size: 20px;
  font-family: AvenirNext-bold, "sans-serif";
  color: #303d72;
  margin-bottom: 30px;
}

@media (min-width: 960px) {
  .section__caption {
    padding: 0 215px;
    margin-bottom: 120px;
  }
}

.section__caption p {
  font-size: 16px;
  font-family: AvenirNext, "sans-serif";
  line-height: 1.75;
  margin-bottom: 50px;
  color: #303d72;
  line-height: 40px;
}

@media (min-width: 960px) {
  .section__caption p {
    font-family: AvenirNext-bold, "sans-serif";
    font-size: 20PX;
  }
}

.section_type_cta {
  background-color: #fff3dc;
}

.section_type_footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 960px) {
  .section_type_footer {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

.section_type_faq {
  padding: 120px 0;
  background-image: url("/assets/shape/bg_footer_2.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 50em;
}

.section_type_blog {
  background-image: url("/assets/shape/toprightheroshape.svg");
  background-position: right top;
  background-repeat: no-repeat;
  padding: 200px 0px;
}

.section_type_form {
  margin-bottom: 55px;
}

.section_type_price {
  margin-top: 50px;
}

@media (min-width: 960px) {
  .section_type_price {
    margin-top: 100px;
  }
}

.section_type_table {
  padding-bottom: 150px;
  background-image: url("/assets/shape/bg_footer_1.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

.section_type_testimonials {
  background-image: url(/assets/shape/bg_footer_2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}

.section_type_secondaryfooter {
  background-image: url("/assets/shape/botsh.svg");
  background-position: -155px 4px;
  background-repeat: no-repeat;
  padding: 370px 0;
  transform: rotateY(180deg);
}

.section__head {
  margin-bottom: 25px;
}

@media (min-width: 960px) {
  .section__head {
    margin-bottom: 120px;
  }
}

.section_type_big {
  padding: 100px 0px 75px 0px;
}

@media (min-width: 960px) {
  .section_type_big {
    padding: 176px 0px 95px 0px;
  }
}

.button {
  font-family: AvenirNext-demi, "sans-serif";
  border-radius: 4px;
  padding: 14px 40px;
  display: inline-block;
  text-transform: uppercase;
}

.button_theme_midnight {
  background-color: #303d71;
  color: #fff !important;
  transition: 300ms;
  border: 1px solid #303d71;
  box-shadow: -1.7px 24.9px 35px 0 rgba(39, 52, 94, 0.1);
}

.button_theme_midnight:hover {
  background-color: #fff;
  color: #303d71 !important;
  transition: 300ms;
  border: 1px solid;
  text-decoration: none;
}

.button_theme_transparent {
  color: #303e6d;
  transition: 300ms;
  border: 1px solid #efefef;
}

.button_theme_transparent:hover {
  background-color: #303e6d;
  color: #efefef;
  transition: 300ms;
  border: 1px solid #303e6d;
  text-decoration: none;
}

.button_type_hero {
  padding: 13px 33px;
  letter-spacing: 1px;
  display: -webkit-inline-box;
}

.button_type_step {
  padding: 15px 35px;
  display: -webkit-inline-box;
}

.button_type_cta {
  padding: 14px 27px;
}

.button_type_price {
  font-size: 16px;
  letter-spacing: 1px;
  color: #303d72;
  box-shadow: -1.7px 24.9px 35px 0 rgba(39, 52, 94, 0.1);
  display: block;
  padding: 18px 0;
  border-radius: 4px;
  transition: 300ms;
  border: 1px solid rgba(48, 61, 112, 0.14902);
}

.button_type_price:hover {
  background-color: #303d71;
  color: #fff !important;
  transition: 300ms;
}

.button_theme_white {
  box-shadow: -1.7px 24.9px 35px 0 rgba(39, 52, 94, 0.1);
  background-color: #fff;
  color: #303d71;
  transition: 300ms;
  border: 1px solid rgba(48, 61, 112, 0.14902);
}

.button_theme_white:hover {
  background-color: #303d71;
  color: #fff !important;
  transition: 300ms;
}

@media (min-width: 960px) {
  .button_theme_white_second {
    margin-left: 20px;
  }
}

.button_type_testimonials {
  font-family: AvenirNext, "sans-serif";
  color: inherit !important;
  font-size: 18px;
}

.button_type_testimonials:hover {
  font-family: AvenirNext-bold, "sans-serif";
}

.button_type_toggle {
  color: #303d71 !important;
}

.button_type_table {
  display: block;
  text-align: center;
  padding: 20px 0px;
  border-radius: 5px;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .button_type_table {
    padding: 10px 15px;
    display: unset;
  }
}

.button_type_subscribe {
  font-family: AvenirNext-demi, "sans-serif";
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 16px;
  padding: 20px 25px;
  display: inline-block;
  cursor: pointer;
}

.button_type_form-page {
  font-size: 19px;
  line-height: 1.79;
  color: #626479;
  background: transparent;
  border: none;
  cursor: pointer;
}

.button_type_brief {
  padding: 14px 42px;
  border-radius: 10px;
  font-size: 16px;
  font-family: AvenirNext-demi, "sans-serif";
  border-radius: 4px;
  display: -webkit-inline-box;
  text-transform: uppercase;
  height: unset;
  cursor: pointer;
}

.button_type_upload {
  padding: 25px 45px;
}

div#fileList li {
  font-family: AvenirNext, "sans-serif";
  font-weight: 600;
  font-size: 13px;
  display: -webkit-inline-box !important;
  margin-right: 10px;
  border: 1px solid #eee;
  padding: 5px 10px;
}

.toggle {
  color: #616a90;
  background-color: #f0f1f5;
  padding: 10px 20px 10px 5px;
  border-radius: 20px;
}

.toggle__tag {
  background-color: #2e3e71;
  color: #fff;
  padding: 5px 10px;
  margin-right: 15px;
  border-radius: 20px;
}

.toggle-container {
  display: -webkit-inline-box;
  border: 1px solid #a2a2a2;
  padding: 5px;
  border-radius: 100px;
  font-family: AvenirNext-demi, "sans-serif";
}

.toggle_type_active {
  padding: 5px 10px;
  font-size: 16px;
  background-color: #ffc600;
  display: -webkit-inline-box;
  border-radius: 25px;
  color: #fff;
}

.toggle_type_active:hover {
  color: #fff;
}

@media (min-width: 960px) {
  .toggle_type_active {
    padding: 10px 30px;
    font-size: 20px;
  }
}

.toggle_type_unactive {
  padding: 5px 10px;
  font-size: 16px;
  display: -webkit-inline-box;
  border-radius: 25px;
  color: #303d72;
}

.toggle_type_unactive:hover {
  color: #303d72;
}

@media (min-width: 960px) {
  .toggle_type_unactive {
    font-size: 20px;
    padding: 10px 30px;
  }
}

.bubble {
  background-color: #303d71;
  float: left;
  border-radius: 4px;
  position: relative;
  z-index: 2;
  width: 75px;
  height: 75px;
  max-width: 75px;
  max-height: 75px;
}

.bubble_type_feature {
  background-color: #fff;
  box-shadow: 0 25px 35px 0 rgba(0, 128, 145, 0.15);
  min-width: 75px;
  max-width: 75px;
  width: 75px;
  height: 75px;
  margin: 0 auto !important;
  float: inherit;
}

@media (min-width: 960px) {
  .bubble_type_feature {
    float: left;
  }
}

.bubble__icon {
  max-height: 40px;
  max-width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bubble_type_step {
  background-color: #fff;
  box-shadow: 0 25px 35px 0 rgba(0, 128, 145, 0.15);
  min-width: 104px;
  max-width: 104px;
  max-height: 104px;
  width: 104px;
  height: 104px;
  margin: 0 auto !important;
  float: inherit;
  border-radius: 100px;
  margin-bottom: 21px !important;
}

.card_type_bubble-margin {
  margin-bottom: 146px;
}

.bubble_type_team {
  min-width: 150px;
  max-width: 150px;
  max-height: 150px;
  width: 150px;
  height: 150px;
  margin: 0 auto !important;
  float: inherit;
  border-radius: 100px;
  margin-bottom: 21px !important;
}

.bubble__icon_type_step {
  max-height: 55px;
  max-width: 55px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bubble__icon_type_team {
  max-height: 100px;
  max-width: 100px;
}

.bubble__title {
  font-family: AvenirNext-demi, "sans-serif";
  font-size: 20px;
  color: #303d72;
  margin: 15px 0;
}

.bubble_step_caption p {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #626479;
  font-family: AvenirNext, "sans-serif";
}

.bubble__step {
  font-family: AvenirNext-demi, "sans-serif";
  font-size: 16px;
  color: #161725;
}

.card_type_step__number {
  color: #eee;
  font-weight: bold;
  font-size: 120px;
  display: -webkit-inline-box;
  margin: 0px 0px 0px -10px;
  line-height: 0.57;
  position: relative;
  z-index: 1;
}

.card_type_step__title {
  color: #303d71;
  padding: 0px 0 12px;
}

.card_type_step__caption {
  margin-bottom: 32px;
}

.card_type_step__caption ul li {
  font-family: AvenirNext, "sans-serif";
  font-size: 16px;
  line-height: 1.7;
  color: #5b5c6f;
}

@media (min-width: 960px) {
  .card_type_step__caption ul li {
    font-size: 20px;
    line-height: 1.7;
  }
}

.card_type_testimonials {
  background: #fff;
  color: #626479;
  padding: 40px;
  border-radius: 5px;
  margin: 0 0px 70px 30px !important;
  box-shadow: -3.8px 6.9px 10px 0 rgba(0, 0, 0, 0.15);
  transition: 300ms;
}

.card_type_blog {
  box-shadow: -3.8px 54.9px 75px 0 rgba(0, 104, 163, 0.15);
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 50px !important;
  transition: 300ms;
}

.card_type_blog:hover {
  box-shadow: 0px 20px 50px 0 rgba(47, 47, 47, 0.31);
  transition: 300ms;
}

.card__content {
  padding: 24px 32px;
}

.card__title {
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #303d72;
  margin: 10px 0 37px;
}

.card__button {
  font-size: 18px;
  line-height: 1.67;
  color: #303d71;
  font-family: AvenirNext, "sans-serif";
}

.card_type_blog:hover .card__button {
  color: #303d71;
  font-family: AvenirNext-bold, "sans-serif";
}

.card_type_form {
  box-shadow: -3.8px 54.9px 75px 0 rgba(0, 104, 163, 0.15);
  background-color: #ffffff;
  padding: 41px 32px;
  margin-bottom: 73px !important;
}

.card_type_price {
  box-shadow: -5.2px 74.8px 100px 0 rgba(10, 57, 109, 0.15);
  background-color: #ffffff;
  padding: 27px 32px;
  margin: 0 0px 50px 0px !important;
}

@media (min-width: 960px) {
  .card_type_price {
    margin: 0 0 80px 0 !important;
  }
}

.block {
  margin-bottom: 100px;
}

@media (min-width: 960px) {
  .block {
    margin-bottom: 250px;
  }
}

.block_type_mobile {
  display: block;
}

@media (min-width: 960px) {
  .block_type_mobile {
    display: none;
  }
}

.block_type_desktop {
  display: none;
}

@media (min-width: 960px) {
  .block_type_desktop {
    display: block;
  }
}

.block_type_flex-desktop {
  display: none;
}

@media (min-width: 960px) {
  .block_type_flex-desktop {
    display: flex;
  }
}

.block_type_flex-mobile {
  display: block;
}

@media (min-width: 960px) {
  .block_type_flex-mobile {
    display: none;
  }
}

.feature {
  margin-bottom: 32px !important;
}

.js-showmore-feature .js-feature:nth-child(-n+3) {
  display: block;
}

.js-showmore-feature .js-feature {
  display: none;
}

@media (min-width: 960px) {
  .js-showmore-feature .js-feature {
    display: block;
  }
}

@media (min-width: 960px) {
  .loadMoreFeature {
    display: none;
  }
}

.feature__title {
  font-size: 18px;
  font-weight: bold;
  margin: 0px 0px 5px 0px;
  color: #303d71;
}

.feature__icon {
  background-color: #fff;
  padding: 10px;
}

.feature__caption p {
  font-size: 16px;
  line-height: 1.5;
  color: #626479;
}

.blog__category {
  font-size: 20px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.7;
  letter-spacing: normal;
  color: #303d71;
  font-family: AvenirNext-demi, "sans-serif";
}

.blog__title {
  font-size: 56px;
  font-weight: bold;
  margin: 10px 0;
  color: #303d71;
}

.blog__content {
  font-size: 18px;
  line-height: 1.94;
  color: #5a5c6f;
  margin: 49px 0;
}

.blog__caption {
  font-size: 20px;
  color: #5b5c6f;
  font-family: AvenirNext, "sans-serif";
}

.cta__title {
  font-size: 26px;
  color: #fec900;
  margin: 0 0 18px;
  font-weight: bold;
}

@media (min-width: 960px) {
  .cta__title {
    font-size: 44px;
  }
}

.cta__caption {
  font-size: 20px;
  line-height: 1.79;
  color: #626479;
  margin: 0 0 48px;
}

.cta__caption ul li {
  font-family: AvenirNext, "sans-serif";
  font-size: 16px;
}

@media (min-width: 960px) {
  .cta__caption ul li {
    font-size: 20px;
  }
}

.cta__block {
  padding: 25px 0px;
}

@media (min-width: 960px) {
  .cta__block {
    padding: 100px 0px;
  }
}

.testimonials__caption {
  color: inherit;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.67;
}

.testimonials__arrow_type_left {
  transform: rotate(180deg);
}

.testimonials__arrow_type_left:hover svg:nth-of-type(1) {
  width: 100px;
}

.testimonials__arrow_type_left svg {
  color: #000;
  width: 20px;
  height: 20px;
  transition: width 2s ease;
  overflow: visible;
}

.testimonials__arrow_type_left svg:nth-of-type(2) {
  color: transparent;
}

.testimonials__arrow_type_right:hover svg {
  width: 100px;
}

.testimonials__arrow_type_right svg {
  color: #000;
  width: 20px;
  height: 20px;
  transition: width 2s ease;
  overflow: visible;
}

.testimonials__arrow_type_right svg:nth-of-type(2) {
  color: transparent;
}

.testimonials__title {
  font-size: 26px;
  color: #fec900 !important;
}

@media (min-width: 960px) {
  .testimonials__title {
    font-size: 44px;
    margin: 20px 30px;
  }
}

.footer {
  background-image: url(/assets/img/footerright.svg), url("/assets/img/footerleft.svg");
  background-position: right bottom, left bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 11em , 6em;
}

.footer__link {
  font-family: AvenirNext-demi, "sans-serif";
  font-size: 18px;
  color: #0a1530 !important;
  transition: 300ms;
}

.footer__link:hover {
  color: #5B5C6F !important;
  transition: 300ms;
}

.footer__title {
  font-size: 18px;
  letter-spacing: 1.8px;
  color: #0a1530 !important;
  display: -webkit-box;
  margin-bottom: 30px;
  font-family: AvenirNext-bold, "sans-serif";
}

.footer__logo img {
  max-height: 45px;
  margin-top: -10px;
  margin-bottom: 18px;
}

.footer__social {
  color: #000 !important;
  float: left;
  margin-right: 20px;
  font-size: 20px;
}

.footer__copyright {
  font-family: AvenirNext-demi, "sans-serif";
  font-size: 18px !important;
  line-height: 2.22;
  color: #0a1530;
}

.faq__icon {
  background-color: #ebecf1;
  color: #303d71;
  font-size: 18px;
  font-weight: 100;
  padding: 8px 12px;
  border-radius: 100%;
}

.faq__title {
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.7;
  letter-spacing: normal;
  color: #303d72;
  margin: 0px;
  padding: 0px;
  top: -5px;
  position: relative;
}

.faq__caption {
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.94;
  letter-spacing: normal;
  color: #5b5c6f;
  margin-bottom: 56px !important;
}

@media (min-width: 960px) {
  .faq__caption {
    padding: 0px 0px 0px 0px;
  }
}

.faq__hero__icon_left {
  position: absolute;
  width: 15em;
  bottom: -30px;
  display: none;
}

@media (min-width: 960px) {
  .faq__hero__icon_left {
    display: block;
  }
}

.faq__hero__icon_right {
  position: absolute;
  width: 7em;
  bottom: -200px;
  right: -125px;
  display: none;
}

@media (min-width: 960px) {
  .faq__hero__icon_right {
    display: block;
  }
}

.list {
  list-style: none;
  padding: 0px;
}

.list_type_filter {
  font-size: 16px;
  font-weight: 500;
  color: #303d72;
  border: 1px solid #cccccc;
  padding: 0 20px;
  margin: 0;
  border-radius: 5px;
  margin: 30px 0 60px;
  padding: 8px 32px !important;
}

.list__icon {
  color: #6cd612;
  margin-right: 10px;
}

.list_type_price {
  font-size: 20px;
  font-family: AvenirNext, "sans-serif";
  line-height: 1.94;
  letter-spacing: normal;
  text-align: left;
  color: #5b5c6f;
}

@media (min-width: 960px) {
  .list_type_price {
    text-align: center;
  }
}

.form__title {
  font-size: 30px;
  font-weight: bold;
  color: #303d72;
  margin: 0 0 27px;
}

.form__caption {
  color: #626479;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

.form__label {
  font-size: 20px;
  font-family: AvenirNext-demi, "sans-serif";
  color: #626479;
  line-height: 1.79;
}

.form__input {
  height: 60px;
  padding-left: 20px;
}

.uk-input,
.uk-select,
.uk-textarea,
option {
  font-family: AvenirNext, "sans-serif";
  font-weight: 600;
}

.uk-textarea {
  padding-top: 20px;
  padding-left: 20px;
}

.form__input_type_subscribe {
  padding: 29px 31px;
  border: 1px solid #626479;
  background-color: inherit;
  color: #626479;
  border-radius: 4px;
}

.form_type_page__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  color: #2b2e4b;
}

.form__input_type_select {
  text-indent: 10px;
  height: 60px !important;
}

.form__label_type_checkbox {
  margin-left: 10px;
  font-size: 20px;
  font-family: AvenirNext-demi, "sans-serif";
  line-height: 1.79;
  color: #626479;
}

.uk-checkbox:checked {
  background-color: #ececec !important;
  border: 1px solid #d7d7d7 !important;
  padding: 10px;
  display: -webkit-inline-box;
}

.uk-checkbox {
  background-color: #ececec !important;
  border: 1px solid #d7d7d7 !important;
  padding: 10px;
  display: -webkit-inline-box;
}

.price__title {
  font-size: 25px;
  font-weight: bold;
  color: #303d72;
  margin: 0px 0px 0px 0px;
}

.price__detail {
  font-size: 24px;
  font-weight: 600;
  color: #f9c200;
  margin: 0px;
}

.price__detail__price {
  font-size: 75px;
  font-weight: bolder;
}

.price__caption {
  font-size: 20px;
}

.price__caption p {
  font-size: 20px;
}

.price__hero__icon_right {
  position: absolute;
  width: 10em;
  right: 0em;
  bottom: 0px;
  top: 15em;
  display: none;
}

@media (min-width: 960px) {
  .price__hero__icon_right {
    display: block;
  }
}

.price__hero__icon_left {
  position: absolute;
  max-width: 14em;
  left: 0em;
  top: 0em;
  display: none;
}

@media (min-width: 960px) {
  .price__hero__icon_left {
    display: block;
  }
}

.js-table-detailes {
  display: none;
}

.table__spec-h {
  font-family: AvenirNext, "sans-serif";
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .table__head {
    display: none;
  }
}

tbody {
  transform: translateY(-4em);
}

.table__head-mobile {
  padding: 6px 0;
  font-size: 12px;
  color: #303d72;
  line-height: 2.75;
  display: -webkit-inline-box;
  font-family: AvenirNext-bold, "sans-serif";
}

.table__head-container {
  box-shadow: 0 0 28px -5px rgba(10, 57, 109, 0.14);
  background-color: #ffffff;
  line-height: 2.75;
  padding: 6px 0;
}

.table__head-container .uk-width-1-4 {
  border-right: 1px solid #eee;
}

.table__title {
  font-size: 25px !important;
  font-style: normal !important;
  font-stretch: normal !important;
  line-height: 1.32 !important;
  letter-spacing: normal !important;
  text-align: center !important;
  color: #303d72 !important;
  border-left: 1px solid #d8d8d8 !important;
  padding: 40px 0px !important;
  font-family: AvenirNext-bold, "sans-serif" !important;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .table__title {
    transform: translateY(3em);
  }
}

.table__title-container {
  font-size: 12px;
  letter-spacing: normal;
  color: #626479;
  margin: 38px 0px;
  font-family: AvenirNext-bold, "sans-serif";
}

.table__spec {
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  line-height: 4;
  letter-spacing: normal;
  color: #626479;
  border-bottom: 1px solid #a0a0a0;
  font-family: AvenirNext, "sans-serif";
  padding: 0 12px !important;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .table__spec {
    padding: 0 30px !important;
  }
}

.table__spec-mobile {
  font-family: AvenirNext, "sans-serif";
  font-size: 12px;
  color: #626479;
}

.table__spec-container {
  box-shadow: 0 0 28px -5px rgba(10, 57, 109, 0.14);
  background-color: #ffffff;
  line-height: 2.75;
  padding: 6px 0;
  margin: 13px 0 30px 0 !important;
}

.table__spec-container .uk-width-1-4 {
  border-right: 1px solid #eee;
}

.table__data {
  font-size: 18px !important;
  font-style: normal !important;
  font-stretch: normal !important;
  line-height: 4 !important;
  letter-spacing: normal !important;
  text-align: center !important;
  color: #626479 !important;
  border-left: 1px solid #a0a0a0 !important;
  border-bottom: 1px solid #a0a0a0 !important;
  padding: 0 12px !important;
  font-family: AvenirNext, "sans-serif" !important;
}

td.table__data {
  min-width: 200px;
  max-width: 200px;
  width: 200px;
}

.table__row-data {
  border-bottom: 1px solid #a0a0a0;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .table__row-data {
    display: none;
  }
}

.table__row-title {
  font-family: AvenirNext-bold, "sans-serif";
  font-size: 18px !important;
  color: #303d72 !important;
  line-height: 4;
  border-bottom: 1px solid #a0a0a0;
  padding: 35px 12px 0 12px !important;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .table__row-title {
    padding-left: 30px !important;
  }
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .table__button {
    line-height: 4 !important;
  }
}

.table__tooltip {
  background-color: #eee;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}

.icon_type_table {
  border: 1px solid;
  border-radius: 100%;
  padding: 5px;
}

.icon__footer_left {
  position: absolute;
  left: 0px;
  width: 10em;
  bottom: 0px;
  z-index: 0;
  display: none;
}

@media (min-width: 960px) {
  .icon__footer_left {
    display: block;
  }
}

.icon__footer_right {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: none;
}

@media (min-width: 960px) {
  .icon__footer_right {
    display: block;
  }
}

.container_type_pricing {
  padding: 130px 0;
}

.container_type_form {
  background-image: none;
}

@media (min-width: 960px) {
  .container_type_form {
    background-image: url("/assets/img/boy1.svg");
    background-repeat: no-repeat;
    background-position: 20% bottom;
  }
}

.container_type_briefing {
  padding: 130px 0px;
}

.container_type_blog {
  background-image: url("/assets/img/footerleft.svg"), url("/assets/img/footerleft.svg");
  background-position: 12em 3em,91% 21em;
  background-size: 8em,8em;
  background-repeat: no-repeat;
  padding: 190px 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

@media (min-width: 960px) {
  .container_type_testimonials {
    transform: translateX(16em);
    margin-left: 70px;
  }
}

.container_type_faq {
  padding: 130px 0px;
}

.slider__media {
  padding: 18px;
  margin: 0 15px;
  position: relative;
  transition: 300ms;
}

.slider__media-img {
  background-color: #eee;
  padding: 15px;
  margin-bottom: 20px;
}

.slider__media__link {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #ffffff;
  background-color: #fec900;
  padding: 15px 30px;
  border-radius: 4px;
}

.slider__arrow {
  padding: 20px 30px;
  border-radius: 100%;
  box-shadow: -0.1px 2px 40px 0 rgba(14, 15, 33, 0.2);
}

.slider__arrow_type_left {
  left: 15px;
  background-color: #28cd8b;
}

.slider__arrow_type_right {
  right: 15px;
  background-color: #fec900;
}

.connect {
  position: absolute;
  bottom: -17em;
  left: 17em;
  display: none;
}

@media (min-width: 960px) {
  .connect {
    display: block;
  }
}

.uk-flex:last-of-type .connect {
  display: none;
}

.content {
  padding: 100px 0px;
}

.content h2 {
  color: #303d71;
}

.content h3 {
  color: #303d71;
}

.content p {
  color: #5a5c6f;
}

:focus {
  outline: none !important;
}

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