/** Shopify CDN: Minification failed

Line 338:16 Expected ":"

**/
@font-face {
   font-family: 'Tropiline';
    src: url(//records-test.myshopify.com/cdn/shop/files/tropiline-bold-webfont.woff2?v=5923519031819173087) format('woff2'),
         url(//records-test.myshopify.com/cdn/shop/files/tropiline-bold-webfont.woff?v=2280059101337284595) format('woff');
    font-weight: 700;
    font-style: normal;

  }


  @font-face {
    font-family: 'Tropiline';
    src: url(//records-test.myshopify.com/cdn/shop/files/tropiline-extrabold-webfont.woff2?v=3883385003393981516) format('woff2'),
         url(//records-test.myshopify.com/cdn/shop/files/tropiline-extrabold-webfont.woff?v=8855181553746414416) format('woff');
    font-weight: 800;
    font-style: normal;

  }


  @font-face {
    font-family: 'Tropiline';
    src: url(//records-test.myshopify.com/cdn/shop/files/tropiline-regular-webfont.woff2?v=8509996365010937697) format('woff2'),
         url(//records-test.myshopify.com/cdn/shop/files/tropiline-regular-webfont.woff?v=13145573360185827240) format('woff');
    font-weight: normal;
    font-style: normal;

  }


@font-face {
    font-family: 'Tropiline Sans';
    src: url(//records-test.myshopify.com/cdn/shop/files/tropilinesans-bold-webfont.woff2?v=293926418466991284) format('woff2'),
         url(//records-test.myshopify.com/cdn/shop/files/tropilinesans-bold-webfont.woff?v=2855168829792160804) format('woff');
    font-weight: 700;
    font-style: normal;

}




@font-face {
    font-family: 'Tropiline Sans';
    src: url('tropilinesans-regular-webfont.woff2' | file_url }}) format('woff2'),
         url('tropilinesans-regular-webfont.woff' | file_url }}) format('woff');
    font-weight: 400;
    font-style: normal;

}
body {
  background: #0A404E url('/cdn/shop/t/59/assets/Group%202904.png?v=1666171648') !important;
  position: relative;
}

/* General */
.plan-content {
  background: #0A404E url('/cdn/shop/t/59/assets/Group%202904.png?v=1666171648') !important;
  position: relative;
}

body .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
body .page-container {
  background-color: #fff;
}

@media (max-width: 768px) {
  body .container {
  	padding: 0 20px;
  }
}
/* END the general */


/* Header section*/
body .header {
  width: 100%;
  padding: 9px 0;
  background: rgba(247, 243, 240, 0.5);
}
body .header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .logo {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin-bottom: 40px;
}
body .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body .trustpilot {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding: 10px;
}
body .trustpilot img {
  margin-right: 20px; 
}
body .trustpilot span {
  font-family: 'Tropiline';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 110%;
  text-align: center;
  color: #032831;
}


@media (max-width: 768px) {
  body .logo {
    width: 60px;
    height: 60px;
  }
  body .trustpilot {
    flex-direction: column;
  }
  body .trustpilot img {
    margin-right: 0; 
    margin-bottom: 7px;
  }
}
.top-sec {
  display: flex;
  flex-flow:column ;
  align-items: center;
}

.top-sec p {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
line-height: 30px;
color: #FFFFFF;
max-width: 500px;
text-align: center;
margin-bottom: 30px;  
}
/* END the header section */


/* PLAN's STYLE*/
body .plan-content {
  width: 100%;
  padding-top: 78px;
  padding-bottom: 78px;
  flex-grow: 1;
}
.box-modeles h1  {
  max-width: none !important;
}
body h1{
  margin-bottom: 15px;
  font-family: 'Tropiline';
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 42px;
  color: #fff;
  text-align: center;
}
body .plan-block {
  margin-bottom: 20px;
}
body .plan-wrapper {
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: nowrap;
  overflow-X: auto;
}
body .plan-wrapper input[type="radio"], .checkbox input[type="checkbox"]{
  opacity: 0;
  position: fixed;
  width: 0;
}
body .plan-wrapper label {
  height: 70px;
  width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin:0 15px 15px 15px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #323031;
  line-height: 130%;
  background: #fff;
  border-radius: 10px;
  transition: .3s all ease;
  text-align: center;
  cursor: pointer;
}
body .plan-wrapper label span{
  max-width: 140px;
  text-align: center;
 font-family: 'Poppins', sans-serif;
 font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}
body .plan-wrapper input[type="radio"]:checked + label {
  background: #00A8F7;
  color: #fff;
}
body .plan-wrapper label:hover {
}
body .plan-wrapper input[type="radio"]:checked + label span, .plan-wrapper label:hover span {
}
body .checkbox {
  margin-bottom: 30px;
  text-align: center;
}
body .checkbox label {
  position: relative;
  padding-left: 61px;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  color: #333333;
  transition: .3s all ease;
}
body .checkbox label:before {
  position: absolute;
  content: '';
  left: 0;
  top: calc(50% - 22px);
  width: 45px;
  height: 45px;
  background: #FFFFFF;
  border: 2px solid #032831;
  box-shadow: 0px 4px 20px rgba(3, 40, 49, 0.25);
  border-radius: 4px;
}
body .checkbox input[type="checkbox"]:checked + label:before {
  background-image: url('/cdn/shop/t/27/assets/check.svg?v=1650005347');
  background-repeat: no-repeat;
  background-size: 26px 18px;
  background-position: center;
}
body .amount {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .amount span {
  font-family: 'Tropiline';
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 130%;
  text-align: center;
  color: #323031;
}
body .amount span:nth-child(2) {
  font-size: 48px;
}
body .amount span.welcome-pack {
  margin-top: 20px;
  font-family: 'Poppins';
  font-weight: 400;
}
body .plan-content button {
  width: 100%;
  max-width: 400px;
  margin: 20px auto 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 17px 30px 14px;
  background: #E53F1D;
  box-shadow: 0px 4px 20px rgba(3, 40, 49, 0.25);
  border-radius: 200px;
  transition: .3s all ease;
  border: none;
  color: #fff;
}
body .plan-content button:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  body .plan-content {
    padding-top: 48px;
  }
 body  h1{
    margin-bottom: 20px;
    font-size: 24px;
    text-align: left;
  }
  body .plan-block {
    margin-bottom: 15px;
  }
  body .plan-wrapper {
  	justify-content: center;
    column-gap: 15px;
    row-gap: 15px;
  }
  body .plan-wrapper label {
  	margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
    height: auto;
    padding: 15px; 
    max-width: 160px;
    height: 70px;
  }
  body .checkbox {
  	margin-bottom 12px;
    
  }
  
  body .checkbox label {
    font-size: 15px;
    line-height: 18px;
  }
}

/* END the PLAN's STYLE */

/* Recommended section */

body .recommended {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #F7F3F0;
}
body .recommended .container {
  text-align: center;
}
body .recommended-title {
  display: inline-block;
  margin-bottom: 30px;
  font-family: 'Tropiline';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: #032831;
}
body .logos {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  body .recommended {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body .recommended-title {
    margin-bottom: 18px;
    font-size: 18px;
  }
  body .logos {
	justify-content: space-around;
  }
  body .logos img {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 26px;
  }
}
/* END the recommended section */
/* START preloader */
body .preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(247, 243, 240, 0.9);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .preloader span {
  margin-top: 20px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #333333;
}
body .spinner {
  animation: rotate 2s linear infinite;
  z-index: 9999;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}

body .spinner .path {
  stroke: #e53f1d;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}


.switch {
  position: relative;
  display: inline-block;
  width: 98px;
  height: 46px;
  border: 1px solid #1d293a; 
    border-radius: 100px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 36px;
  width: 36px;
  left: 4px;
  bottom: 4px;
  background: #767676;
  -webkit-transition: .4s;
  transition: .4s;
  z-index: 10;
}

input:checked + .slider {
  background-color: #fff;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  background: #00A8F7;
}
input:checked + span + span{
  color: #323031;
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

  .yes {
    position: absolute;
    top:13.5px;
    left: 7px;
    z-index: 4;
    font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 20px;
/* identical to box height, or 111% */


color: rgba(50, 48, 49, 0.5);
  }
  .no {
    position: absolute;
    top:13.5px;
    right: 7px;
    font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 20px;
/* identical to box height, or 111% */


color: rgba(50, 48, 49, 0.5);
  }

  .radio-block {
  display: flex;
  align-items: center;
    width: 100%;
    margin-top: 30px;
}
.radio-block-item {
  width: 100%;
  margin-right: 25px;
  
}
.first-block {
  margin-bottom: 20px;
}
.radio-block-item__text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  max-width: 252px;
}
.radio-block__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 150px;
  width: 100%;
  font-family: 'Poppins';
  text-decoration: none !important;
  border-radius: 100px;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 22px;
color: #FFFFFF;
text-decoration: none;
padding: 4px 8px;
background: #00C39B;
margin-top: 10px;;
margin-bottom: 40px;
cursor: pointer;
}
  .radio-block__btn:hover {
    color: #fff !important;
    opacity: 0.6 !important;
  }

  .price-big-block {
  display: flex;
  justify-content: center;
  align-items: center;
    width: 100%;
}
.price-block {
  margin-right: 35px;
}
.price-block__top {
  font-family: 'Tropiline';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #FFFFFF;
}
.price-block__center {
  font-family: 'Tropiline';
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 130%;
  color: #FFFFFF;
}
.price-block__bottom {
  font-family: 'Tropiline';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #FFFFFF;
}
.the-details {
  margin-top: 61px;
}
.the-details__title {
  font-family: 'Tropiline';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 42px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.the-details__items {
  display: flex;
  flex-flow: column;
  width: 100%;
  
}
.the-details__item {
  display: flex;
  margin-bottom: 25px;
  max-width: 320px;
  align-items: center;
}
.the-details__img {
  margin-right: 21px;
  flex: none;
}
.the-details__text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: #FFFFFF;
}
.the-details__text span {
  font-weight: 700;
}
button {
  max-width: 207px !important;
  background: #E6412A !important;
  border: 3px solid #EBE9E9 !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
  border-radius: 200px !important;
  padding: 18px 12px 17px 12px !important;
  font-family: 'Poppins' !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  color: #FFFFFF !important;

}
button {
  color: #fff !important;
  opacity: 0.6 !important;
}
/* style popup */

.popup__wrapper {
  top: 0;
  position:fixed;
  height: 100vh;
  width: 100vw;
  background: #ffffff !important;
  display:flex ;
  flex-direction: column;
  align-items: center;
  z-index: 99999;
  display: none ;
}
.popup__wrapper.active {
  display: flex !important;
}
.popup-new {
   background: #ffffff !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  overflow-Y: scroll;
}
  .popup-container {
    max-width: 900px;
    padding: 0px 15px;
    margin: 0 auto;
  }
    
.close-btn {
  display:flex;
  justify-content: flex-end;
  margin-top: 30px;
  cursor: pointer;
}
.popup-hero-img {
}
.description {
  padding-top: 32px;
  padding-bottom: 46px;
}
.description__title {
  font-family: 'Tropiline';
font-style: normal;
font-weight: 800;
font-size: 24px;
line-height: 129%;
color: #032831;
margin-bottom: 10px;
}
.description__stars {
  margin-bottom: 20px;
  display: flex;
  align-items: center;

}
.description__star:not(:last-child) {
  margin-right: 10px;
}
.description__subtitle {
  font-family: 'Tropiline';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #032831;
  margin-bottom: 20px;
}
.description__text {
  font-family: 'Tropiline';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #032831;
  margin-bottom: 40px;
}
.description__button {
  max-width: 315px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E6412A;
  border: 3px solid #EBE9E9;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 200px;
  font-family: 'Tropiline Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  padding: 24px 42px 17px;
  margin-bottom: 50px;
  text-decoration: none !important;
  transition: 0.3s all;
}
  .description__button:hover {
    opacity: 0.6 !important;
    color: #fff !important;
  }
.description__img-player {
  margin-bottom: 35px;
}
.description__list-title {
  font-family: 'Tropiline';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #032831;
  margin-bottom: 17px;

}
.description ul:not(:last-child) {
  margin-bottom: 44px;
}
  .description ul {
    padding-left: 30px;
  }
.description ul li {
  font-family: 'Tropiline';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #032831;
  list-style-type: disc;

}

@media (max-width: 480px) {
  .description__button {
    padding: 24px 35px 17px;
  }
  .container {
    display: block !important;
  }
} 
.checkbox-plan label {
  color: #fff !important;
}
.amount  .price-line1 {
   color: #fff !important;
}
.amount  .price-line2 {
   color: #fff !important;
}
.amount  .price-line3 {
   color: #fff !important;
}
.amount em {
  color: #fff !important;
}

@media (max-width: 768px) {
  .the-details {
    margin-top: 61px;
    width: 100% !important;
}
  .price-big-block {
    display: flex;
    justify-content: center;
    align-items: center;
    
  }
}
@media (max-width: 375px) {
.price-block__center {
  font-size: 30px;
}
  .price-big__block {
    justify-content: space-between;
  }
  .price-block {
    width: 100%;
    margin-right: 0px;
  }
  body .plan-content button {
    margin: 0px !important;
  }
  button {
    padding: 3px 12px 4px 12px !important;
    font-size: 14px !important;
    
  }
}
.preloader {
  background: rgba(35,82,95, 0.9) !important;
}
svg.spinner path {
  fill: #fff !important;
}
.preloader span {
  color: #fff !important;
}
body .spinner .path {
  stroke: #fff !important;
}
button {
  opacity: 1 !important;
}
button:hover {
  opacity: 0.6 !important;
}
/* END preloader */