/*##########*/
/* FONTS */
/*##########*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500&display=swap");
/*==========  RESET STYLES  ==========*/
html {
  overflow-y: scroll; }

.clear {
  clear: both;
  overflow: hidden;
  height: 0px;
  font-size: 0px;
  display: block; }

html:not(.touch-screen)::-webkit-scrollbar,
html:not(.touch-screen) *::-webkit-scrollbar {
  width: 5px;
  height: 5px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html {
  height: 100%; }

body {
  height: 100%;
  overflow: hidden; }

#content-block {
  overflow: hidden;
  position: relative; }

.overflow-hidden {
  overflow: hidden; }

html.overflow-hidden body {
  overflow: hidden; }

.swiper-slide:not(:first-child) {
  display: none; }


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* ANIMATIONS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.simple-animation {
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.animated .simple-animation, .simple-animation.animated {
  -webkit-transform: none;
          transform: none; }

.delay-01 {
  -webkit-transition-delay: .2s;
          transition-delay: .2s; }

.delay-02 {
  -webkit-transition-delay: .4s;
          transition-delay: .4s; }

.delay-03 {
  -webkit-transition-delay: .6s;
          transition-delay: .6s; }

.delay-04 {
  -webkit-transition-delay: .8s;
          transition-delay: .8s; }

.delay-05 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s; }

.delay-06 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s; }

.delay-07 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* ELEMENTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.video-bg:after,
.bg:after {
  content: '';
  display: block; }

.video-bg, .video-bg:after, .wr-hd, .bg, .bg:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.bg {
  background-size: cover;
  background-repeat: no-repeat; }

.wr-hd {
  overflow: hidden;
  z-index: -1; }

.bg.parallax-bg {
  height: 125%;
  top: -10%; }

.video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) scale(1.1); }

.icon-arrow {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px; }

.icon-arrow::before, .icon-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 6px;
  background-color: #111111; }

.icon-arrow::before {
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.icon-arrow::after {
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

#loader-wrapper {
  position: fixed;
  left: 0;
  top: -100px;
  right: 0;
  bottom: -100px;
  background: #ffffff;
  z-index: 2000;
  -webkit-animation: loader 1.2s linear;
          animation: loader 1.2s linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes loader {
  0% {
    opacity: 1; }
  70% {
    opacity: 1; }
  99% {
    opacity: 0; }
  100% {
    display: none;
    visibility: hidden;
    z-index: -10; } }

@keyframes loader {
  0% {
    opacity: 1; }
  70% {
    opacity: 1; }
  99% {
    opacity: 0; }
  100% {
    display: none;
    visibility: hidden;
    z-index: -10; } }

.bg {
  z-index: -1; }
  .bg.opacity:after {
    background-color: rgba(1, 1, 1, 0.2); }
  .bg.opacity2:after {
    background: rgba(36, 36, 36, 0.6); }

.row.row-40 {
  margin: 0 -40px; }
  .row.row-40 > div {
    padding: 0 40px; }

.container-cs {
  padding: 0 60px;
  max-width: 1620px;
  margin: 0 auto; }

.section {
  position: relative; }
  .section.pd-bottom {
    padding-bottom: 120px; }
    .section.pd-bottom-sm {
      padding-bottom: 40px; }

.section-title {
  margin-bottom: 60px;
  color: #242424; }
  .section-title.sm {
    margin-bottom: 30px; }
  .section-title.xl {
    margin-bottom: 100px; }

.separator {
  border-bottom: 1px solid #dcecf2; }

.image-wrapper {
  line-height: 0; }
  .image-wrapper img {
    max-width: 100%; }

.row-entry {
  position: relative;
  padding: 0 8%; }

@media (max-width: 1750px) and (min-width: 992px) {
  .row-entry {
    padding: 0 4%; } }

/*==========  Hover  ==========*/
/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 1368px) {
  .section.pd-bottom {
    padding-bottom: 80px; }
  .row.row-40 {
    margin: 0 -20px; }
    .row.row-40 > div {
      padding: 0 20px; }
  .section-title {
    margin-bottom: 50px; }
    .section-title.xl {
      margin-bottom: 70px; } }

@media (max-width: 1199px) {
  .section.pd-bottom {
    padding-bottom: 60px; }
    .section.pd-bottom-sm {
      padding-bottom: 20px; }
  .section-title {
    margin-bottom: 40px; }
    .section-title.xl {
      margin-bottom: 55px; }
  .image-wrapper {
    text-align: center; } }

@media (max-width: 768px) {
  .container-cs {
    padding: 0 15px; } }

@media (max-width: 575px) {
  .section.pd-bottom {
    padding-bottom: 50px; }
  .section-title {
    margin-bottom: 30px; }
    .section-title.xl {
      margin-bottom: 45px; } }

/*==========  TYPOGRAPHY  ==========*/
/*body {
  font-family: "Montserrat", sans-serif;
}*/

a {
  color: inherit; }

body, .text {
  font-size: 16px;
  line-height: 1.6em;
  letter-spacing: 0.005em; }

.font-secondary {
  font-family: "Ubuntu", sans-serif; }

/*.simple-text {
  font-family: "Ubuntu", sans-serif; }*/

.text-sm {
  font-size: 14px;
  line-height: 1.5em; }

.text-lg {
  font-size: 18px;
  line-height: 1.5em; }

.text-xl {
  font-size: 20px;
  line-height: 1.5em; }

.text-light {
  font-weight: 300; }

.text-regular {
  font-weight: 400; }

.simple-text img {
  max-width: 100%;
  height: auto;
  display: block; }

.simple-text ol {
  counter-reset: number; }

.simple-text ol li {
  padding-left: 0;
  margin-bottom: 15px;
  position: relative; }

.simple-text ol li:last-of-type {
  margin-bottom: 0; }

.simple-text ol li:before {
  counter-increment: number;
  content: "0" counter(number) ".";
  margin-right: 8px;
  font-weight: 700;
  font-size: 14px;
  color: #17A9EF; }

.simple-text ul li {
  padding-left: 27px;
  margin-bottom: 15px;
  position: relative; }

.simple-text ul li:last-of-type {
  margin-bottom: 0; }

.simple-text ul li:before {
  content: "";
  display: inline-block;
  background-color: #17A9EF;
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0.55em; }

.simple-text blockquote {
  color: #242424;
  font-size: 20px;
  padding: 5px 5px 5px 25px;
  border-left: 4px solid #00a2e0;
  font-weight: 500; }

.simple-text > iframe {
  width: 100%;
  height: 480px;
  max-height: calc(56.3vw - 30px); }

.simple-text table {
  border-left: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  border-spacing: 0;
  text-align: left; }

.simple-text th, .simple-text td {
  padding: 8px;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1; }

.simple-text b {
  font-weight: 700; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 600;
  font-family: "Montserrat", sans-serif; }

h1, .h1 {
  font-size: 38px;
  line-height: 1.2em; }

h2, .h2 {
  font-size: 36px;
  line-height: 1.2em; }

h3, .h3 {
  font-size: 28px;
  line-height: 1.2em; }

h4, .h4 {
  font-size: 24px;
  line-height: 1.2em; }

h5, .h5 {
  font-size: 20px;
  line-height: 1.4em; }

h6, .h6 {
  font-size: 16px;
  line-height: 1.4em; }

.text-left {
  text-align: left; }

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

.text-right {
  text-align: right; }

.color-primary {
  color: #666; }

.color-secondary {
  color: #383838; }

.color-grey {
  color: #888888; }

.color-grey2 {
  color: #737373; }

.color-light {
  color: #fff; }

/*==========  Hover  ==========*/
@media (min-width: 1200px) {
  .simple-text a:hover {
    color: #17A9EF; } }

/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 1368px) {
  h1, .h1 {
    font-size: 34px; }
  h2, .h2 {
    font-size: 32px; }
  h3, .h3 {
    font-size: 26px; }
  h4, .h4 {
    font-size: 21px; }
  .text-xl {
    font-size: 18px; } }

@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 30px; }
  h2, .h2 {
    font-size: 28px; }
  h3, .h3 {
    font-size: 24px; }
  h4, .h4 {
    font-size: 20px; }
  h5, .h5 {
    font-size: 18px; } }

@media (max-width: 575px) {
  h1, .h1 {
    font-size: 24px; }
  h2, .h2 {
    font-size: 24px; }
  h3, .h3 {
    font-size: 22px; }
  h4, .h4 {
    font-size: 18px; }
  h5, .h5 {
    font-size: 16px; }
 .postid-3873 h5, .h5 {
    font-size: 22px; }
  .text-xl {
    font-size: 16px; }
  .text-lg {
    font-size: 16px; }
  .simple-text ul li {
    padding-left: 18px;
    margin-bottom: 10px; } }

/*==========  BUTTONS  ==========*/
.btn {
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  border: none;
  padding: 0;
  background: none;
  outline: none; }

.btn-primary {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #fff!important;
  padding: 18px 55px 17px 55px;
  border: 2px solid #FD0000;
  background: #FD0000;
  border-radius: 28px;
  cursor: pointer;
  -webkit-transition: all 0.32s ease-out;
  transition: all 0.32s ease-out;
  overflow: hidden; }

.btn-primary br{
  display: none;
}
  .btn-primary span {
    vertical-align: middle; }
  .btn-primary .icon-arrow {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin-left: 40px;
    position: relative;
    left: 0;
    -webkit-transition: all 0.32s ease-out;
    transition: all 0.32s ease-out;
    color: #fff; }
    .btn-primary .icon-arrow::before, .btn-primary .icon-arrow::after {
      background-color: currentColor; }
  .btn-primary.light {
    background: #fff;
    color: #FD0000; }
    .btn-primary.light .icon-arrow {
      color: #FD0000; }
  .btn-primary.gradient {
    background: linear-gradient(101.16deg, #D90000 2.14%, #FE0000 98.9%);
    border: 0;
    padding: 20px 35px 19px 35px; }

.btn-secondary {
  font-size: 12px; }

.main-link {
  color: #17A9EF;
  text-decoration: none;
  font-size: 14px;
  padding-right: 24px;
  position: relative; }
  .main-link span {
    vertical-align: middle; }
  .main-link .icon-arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin-top: -1px;
    -webkit-transition: all 0.32s ease-out;
    transition: all 0.32s ease-out;
    color: #17A9EF;
    transition: all 0.32s ease-out; }
    .main-link .icon-arrow::before, .main-link .icon-arrow::after {
      background-color: currentColor; }

.btn-block {
  display: block;
  width: 100%; }

.btn-close {
  width: 50px;
  height: 50px;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  background-color: #FD0000;
  position: relative;
  z-index: 1;
  cursor: pointer;
  outline: none;
  display: block;
  text-align: center;
  -webkit-transition: all .37s ease-out;
  transition: all .37s ease-out;
  color: #fff;
  border: 2px solid #FD0000;
  -webkit-transition: all 0.32s ease-out;
  transition: all 0.32s ease-out; }
  .btn-close:after {
    content: "\02715"; }

/*==========  Hover  ==========*/
@media (min-width: 1200px) {
  .btn-primary:not(.gradient):hover {
    background: #fff;
    color: #FD0000; }
    .btn-primary:not(.gradient):hover .icon-arrow {
      left: 6px;
      color: #FD0000; }
    .btn-primary:not(.gradient):hover.light {
      background-color: #FD0000;
      color: #fff; }
      .btn-primary:not(.gradient):hover.light .icon-arrow {
        color: #fff; }
  .btn-primary.gradient:hover {
    -webkit-filter: brightness(125%);
            filter: brightness(125%); }
  .main-link:hover .icon-arrow {
    right: 4px; }
  .btn-close:hover {
    background-color: #fff;
    color: #FD0000; } }

/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 1368px) {
  .btn-primary {
    padding: 15px 35px 14px 35px; }
    .btn-primary .icon-arrow {
      margin-left: 20px; }
    .btn-primary.gradient {
      padding: 15px 30px; 
	  margin: 0 10px 10px;
	  } }

@media (max-width: 1199px) {
  .main-link {
    padding-right: 15px; }
    .main-link .icon-arrow {
      right: 0; } }

@media (max-width: 991px) {
  .btn-close {
    width: 45px;
    height: 45px; } }

/*==========  Banner Style  ==========*/
.banner {
  position: relative; }
  .banner-inner {
    min-height: calc(100vh - 70px);
    display: table-cell;
    vertical-align: middle;
    padding: 120px 0 50px;
    width: 99999px; }
  .banner-title {
    margin-bottom: 35px; }
  .banner-steps {
    margin-bottom: 45px; }
    .banner-steps li {
      display: inline-block;
      padding: 8px 22px;
      border-right: 1px solid rgba(255, 255, 255, 0.15); }
	 
 .page-id-5985 .banner-steps li {
      display: list-item;
      padding: 8px 22px;
      border-right: inherit;
	  padding-left: 0;
	  }	 
	 
      .banner-steps li:first-of-type {
        padding-left: 0; }
      .banner-steps li:last-of-type {
        border-right: none; }
  .banner-block {
    padding: 35px 30px;
    border-radius: 16px;
    background-color: #fff;
    position: relative; }
    .banner-block .title {
      margin-bottom: 30px;
      color: #242424;
       }
    .banner-block .btn {
      margin-top: 25px; }
    .banner-block .SumoSelect {
      margin-bottom: 15px; 
      width: 100%;}
    .banner-block-mobile {
      display: none; }
  .banner.mr-bottom {
    margin-bottom: 120px; }

/*==========  Hover  ==========*/
/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 1368px) {
  .banner-inner {
    height: 650px;
    padding-top: 140px; }
  .banner-block {
    padding: 25px 20px; }
    .banner-block .title {
      margin-bottom: 15px; }
  .banner-steps li {
    padding: 5px 15px; }
  .banner-title {
    margin-bottom: 20px; }
  .banner-steps {
    margin-bottom: 30px; }
  .banner.mr-bottom {
    margin-bottom: 80px; } }

@media (max-width: 1199px) {
    .banner-inner {
      height: 550px;
      padding: 50px 0; }
    .banner-title br {
      display: none; }
    .banner-steps li {
      padding: 5px 10px; }
    .banner.mr-bottom {
      margin-bottom: 60px; } }

@media (max-width: 991px) {
 .page-id-5985 .banner-inner {
    height: 70vw; }
 .page-id-5985 .bg.parallax-bg {
    height: 140%;
    top: -20%;
    left: -20px;
}
.page-id-5963 .bg.parallax-bg {
    height: 120%;
    top: -25%;
    left: -230px;
}

  .banner-inner {
    height: 50vw; }
  /*.banner-block {
    display: none; }*/
	
	  .page-template-home-page .banner-block {
    display: none; }
	
	/*.bg-banner {
	background-size: contain!important;
	background-position: 0%;
	}*/
	
	.bg-banner:before {
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: inherit;
}
	
	.mobile-banner-block {
    display: inherit; }
    .banner-block-mobile {
      display: block; }
      .banner-block-mobile .banner-block {
        display: block;
        padding: 0; }
        .banner-block-mobile .banner-block .title {
          margin-bottom: 30px; } 
 .mobile-banner-block .page-banner .cell-view {
        height: 200px;
        text-align: center;
    }		  
		  }


@media (max-width: 575px) {
	.form-block div.wpcf7 .wpcf7-form>span {width: 90%!important; padding: 5px 10px 25px 10px!important;margin: 0 auto;}
	
  .banner-steps li {
    display: block;
    padding: 0 0 5px 0;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    border-right: 0; }
    .banner-steps li:last-of-type {
      border-bottom: 0;
      margin-bottom: 0; }
  .banner.mr-bottom {
    margin-bottom: 50px; } }



.lp_image_item { width: 85%;
    margin: 0 auto;}
#choose-plan {padding: 70px 0 0 0;}
.tab-inner-info-tarif {
margin: 0;
    width: 50%;
    float: left;
    display: grid;
    padding: 20px;
}
.tab-inner-info-tarif:hover {
/*box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;*/
box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.tab-inner-info-tarif .title {    text-align: center; margin: 10px 0 20px 0; font-size: 22px; color: #0f9cdf; text-shadow: 0 0 black;}
.tab-inner-info-tarif .btn-primary {/*width: 50%;*/ margin: 0 auto;}
.tab-inner-info-tarif .price  {margin: 25px 0;}
.tab-inner-info-tarif .action-detail
 {
    font-size: 14px;
    line-height: 24px;
    color: #656565;
 }
#wpcf7-f1319-o8 .col-lg-6 {
    max-width: 70%;
    float: inherit;
    margin: 0 auto;
    padding: 15px 0;
}
#wpcf7-f1319-o8 .order-fields {    width: 75%;
    margin: 0 auto;}
	
#wpcf7-f1319-o8	.row {
	display: block;
    display: block;
    -ms-flex-wrap: block;
    flex-wrap: inherit;
    margin-right: -15px;
    margin-left: -15px;
}
#wpcf7-f1319-o8 .button {padding: 14px 50px;    margin: 10px 0 35px 0;}
.page-id-5963 .text-regular {margin: 150px 0 0 0; display: block; visibility: hidden;}
.action-prices {    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
	    margin:20px 0 40px;
		    padding: 0 20px;
	}
.regular_price {    font-size: 30px;
    font-weight: 700;
	padding: 15px 0 0 0;
    color: #019ee9;}
.action_price {    font-size: 32px;
    font-weight: 700;
    color: #dd3333;}
.economy-top-text {font-size: 13px;
    line-height: 1;
    margin: -8px 0 7px;}