/*--------------------------fonts-------------------------*/
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/Gotham/GothamBold.eot?") format("eot"), url("../fonts/Gotham/GothamBold.woff2") format("woff2"), url("../fonts/Gotham/GothamBold.woff") format("woff"), url("../fonts/Gotham/GothamBold.ttf") format("truetype"), url("../fonts/Gotham/GothamBold.svg#Gotham") format("svg"); }

@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Gotham/Gotham-Book.eot?") format("eot"), url("../fonts/Gotham/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham/Gotham-Book.woff") format("woff"), url("../fonts/Gotham/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham/Gotham-Book.svg#Gotham") format("svg"); }

/*--------------------------------------------------------*/
/*------------------------variables-----------------------*/
/*-------------------------general------------------------*/
* {
  -webkit-touch-callout: none;
  /* prevent callout to copy image, etc when tap to hold */
  -webkit-text-size-adjust: none;
  /* prevent webkit from resizing text to fit */
  -webkit-tap-highlight-color: transparent;
  /* prevent tap highlight color / shadow */
  -webkit-user-select: text;
  /* prevent copy paste, to allow, change 'none' to 'text' */ }

/*color text when selected*/
::-moz-selection {
  background: #444;
  color: white; }

::-webkit-selection {
  background: #444;
  color: white; }

::selection {
  background: #444;
  color: white; }

body {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5625rem;
  color: #58585a;
  background-color: #fff;
  min-width: 320px;
  overflow-x: hidden; }

a {
  color: #58585a; }

a:focus,
a:hover {
  text-decoration: none;
  color: #189b00; }

a:active {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */ }

.btn:active:focus,
.btn:focus,
button:active:focus,
button:focus,
a:focus,
input:focus {
  outline: none; }

input {
  -webkit-appearance: none;
  /*for iPhone & iPad*/ }

/*----------------------font styles-----------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2; }

section:not(.bg-inverse-color) h1,
section:not(.bg-inverse-color) h2,
section:not(.bg-inverse-color) h3,
section:not(.bg-inverse-color) h4,
section:not(.bg-inverse-color) h5,
section:not(.bg-inverse-color) h6 {
  color: #000; }

h2 {
  font-size: 1.88em;
  /* 47px */ }

h3 {
  font-size: 1.44em;
  /* 36px */ }

.text-special {
  color: #eeca22; }

.technology-title {
  color: #e3c121 !important; }

/*--------------------------------------------------------*/
.bg-inverse-color {
  color: #fff;
  text-align: center; }

section.bg-inverse-color a, .main-footer a {
  color: #fff; }
  section.bg-inverse-color a:hover, section.bg-inverse-color a:focus, .main-footer a:hover, .main-footer a:focus {
    color: rgba(255, 255, 255, 0.7); }

/*--------------------------------------------------------*/
a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

h1,
h2,
h3,
p {
  margin-bottom: 2rem;
  line-height: 1.4; }

.hidden {
	display: none !important;
}

section:not(.about-product):not(.discover-technology) .row:last-child h2:last-child,
section:not(.about-product):not(.discover-technology) .row:last-child h3:last-child,
section:not(.about-product):not(.discover-technology) .row:last-child p:last-child, .products-block h2:last-child,
.products-block h3:last-child,
.products-block p:last-child, .main-footer h2:last-child,
.main-footer h3:last-child,
.main-footer p:last-child {
  margin-bottom: 0; }

/* btn */
.btn {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-size: 0.94em;
  /* 23px */
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border: none;
  border-radius: 2rem;
  color: #fff;
  white-space: normal;
  background-color: #189b00;
  box-shadow: 0px 0px 6.65px 0.35px black; }
  .btn:hover, .btn:focus {
    color: #fff;
    background-color: #eeca22; }

/*--------------------------------------------------------*/
/*------------------------header--------------------------*/
/************ section: main-logo-block ***********/
.main-logo-block {
  background: #000;
  z-index: 4;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%; }
  .main-logo-block h1 {
    font-size: 1.68em;
    /* 42px */ }
  .main-logo-block .btn {
    letter-spacing: 1px;
    padding-left: 2rem;
    padding-right: 2rem; }

.flag-selected{
 	-webkit-box-shadow: 0 0 4px 2px rgba(255,255,255,.5);
 	box-shadow: 0 0 4px 2px rgba(255,255,255,.5); }

/********* section: main-logo-block - end ********/
/*--------------------------------------------------------*/
/*------------------------content-------------------------*/
/*------------------- index.html --------------------*/
/************ section: products-block ************/
section.products-block {
  color: #000; }
  section.products-block h2 {
    color: #000;
    font-weight: bold; }
    section.products-block h2 + p {
      font-size: 1.16em;
      /* 29px */
      color: #189b00; }

.product-block:nth-child(2) .product-content {
  background: #f8f9e2; }

.product-block:not(:first-child) .saving-percent {
  font-weight: bold;
  color: #fc7202; }

.product-title {
  font-size: 0.9em;
  /* 22px */
  font-weight: bold;
  padding: .7rem;
  background: #eeca22;
  box-shadow: inset 0px -6px 8px 0px rgba(87, 56, 3, 0.35); }

.product-content {
  background: #fff;
  box-shadow: 0px 5px 6.65px 0.35px rgba(0, 0, 0, 0.35); }

.products-content:first-child {
  position: relative;
  z-index: 3; }

.products-content:nth-child(2) {
  position: relative;
  z-index: 2; }

.products-content:last-child {
  box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.49);
  position: relative;
  z-index: 1; }

.product-price {
  line-height: 1.2; }
  .product-price span {
    display: block;
    font-size: 0.96em;
    /* 24px */ }

  .product-price span.currency_suffix {
    display: inline; }

.priority-club-title {
  background: #eeca22;
  position: relative; }
  .priority-club-title p {
    font-size: 1.12em;
    /* 28px */
    text-align: center;
    letter-spacing: 3px; }
  .priority-club-title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -60px;
    left: 50%;
    margin-left: -20px;
    width: 0px;
    height: 0px;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top-color: #eeca22; }

.upgrade-club {
  background: #fffef8; }
  .upgrade-club p {
    margin-bottom: 1rem; }
  .upgrade-club span {
    color: #000; }

.accept-cards-text {
  font-size: 0.92em;
  /* 23px */ }

/********* section: products-block - end *********/
/*********** section: main-intro-title ***********/
.main-intro-title {
  padding-top: 4rem;
  padding-bottom: 4rem;
  box-shadow: inset 0px 4px 8px 0px rgba(0, 0, 0, 0.35);
  color: #000;
  background: #eeca22; }

/******** section: main-intro-title - end ********/
/************* section: main-features ************/
.main-features {
  background-image: url("../img/bg_main_features.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.main-features-list {
  font-size: 1.48em;
  /* 37px */ }
  .main-features-list li {
    font-weight: bold;
    padding-left: 3.5rem;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    position: relative;
    line-height: 1.1; }
    .main-features-list li:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -22px;
      width: 0px;
      height: 0px;
      border-top: 22px solid transparent;
      border-bottom: 22px solid transparent;
      border-left: 35px solid transparent;
      border-left-color: #fff; }

/********** section: main-features - end *********/
/************* section: about-product ************/
/********** section: about-product - end *********/
/*********** section: five-stars-rating **********/
.five-stars-rating {
  padding-top: 12.5em;
  padding-bottom: 3.5em;
  color: #000;
  background-image: url("../img/bg_five_stars_rating.jpg");
  background-position: 60% 20%;
  background-repeat: no-repeat;
  background-size: cover; }
  .five-stars-rating p {
    font-size: 1.12em;
    /* 28px */ }

/******** section: five-stars-rating - end *******/
/************** section: guarantees **************/
.guarantees {
  background: -webkit-linear-gradient(135deg, #ed8d21, #e3c121, #ed8d21);
  background: linear-gradient(-45deg, #ed8d21, #e3c121, #ed8d21); }
  .guarantees h2 {
    font-size: 2.4em;
    /* 60px */ }
  .guarantees .activation-inc {
    font-size: 2em;
    /* 50px */ }
    .guarantees .activation-inc img {
      position: relative;
      top: .15em;
      width: 8.3em; }
  .guarantees p {
    font-size: 0.8em;
    /* 20px */
    margin-bottom: 1rem;
    line-height: 1.1; }

/*********** section: guarantees - end ***********/
/*************** section: ________ ***************/
/************ section: ________ - end ************/
/*---------------------------------------------------*/
/*--------------------------------------------------------*/
/*------------------------footer--------------------------*/
.main-footer {
  font-size: 0.64em;
  /* 16px */
  background-color: #444242; }
  .main-footer a {
    text-decoration: underline; }

/*--------------------------------------------------------*/
/*----------------------media-query-----------------------*/
/*
******** lg ***********
******* 992px *********
*/
@media (max-width: 61.99em) {
  body {
    font-size: 1.32813rem; } }

/*
******** md ***********
******* 768px *********
*/
@media (max-width: 47.99em) {
  body {
    font-size: 1.12891rem; }
  /*------------------------header--------------------------*/
  /************ section: main-logo-block ***********/
  .main-logo-block.sticky .icon-logo-block {
    display: none; }
  /*------------------------content-------------------------*/
  /*------------------- index.html --------------------*/
  /************ section: products-block ************/
  .product-img {
    width: 200px; } }

/*
******** xs ***********
******* 575px *********
*/
@media (max-width: 35.99em) {
  .bg-overlay {
    background: rgba(0, 0, 0, 0.5); }
  /*------------------------content-------------------------*/
  /*------------------- index.html --------------------*/
  /************ section: products-block ************/
  .product-block:nth-child(2) {
    box-shadow: none; }
  /************* section: main-features ************/
  .main-features-list {
    font-size: 1em; }
    .main-features-list li {
      padding-left: 3rem; }
      .main-features-list li:before {
        margin-top: -14px;
        border-top-width: 14px;
        border-bottom-width: 14px;
        border-left-width: 23px;
        border-left-color: #fff; } }

/*
******** sm ***********
******* 576px *********
*/
@media (min-width: 36em) {
  /*------------------------content-------------------------*/
  /*------------------- index.html --------------------*/
  /************* section: main-features ************/
  .main-features {
    background-position: 70% 50%; }
  .main-features-list li:before {
    top: 20px;
    margin-top: 0; } }

/*
******** md ***********
******* 768px *********
*/
@media (min-width: 48em) and (max-width: 61.99em) {
  /*------------------------header--------------------------*/
  /************ section: main-logo-block ***********/
  .main-logo-block h1 {
    font-size: 1.3em; }
  /*------------------------content-------------------------*/
  /*------------------- index.html --------------------*/
  /************ section: products-block ************/
  .product-price span {
    font-size: 0.8em; } }

@media (min-width: 48em) {
  /*------------------------content-------------------------*/
  /*------------------- index.html --------------------*/
  /************ section: products-block ************/
  .product-block:first-child .product-title {
    box-shadow: -10px 10px 6.65px -8.65px rgba(0, 0, 0, 0.35), inset 0px -6px 8px 0px rgba(87, 56, 3, 0.35); }
  .product-block:nth-child(2) {
    z-index: 1; }
    .product-block:nth-child(2) .product-title {
      box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.35), inset 0px -6px 8px 0px rgba(87, 56, 3, 0.35); }
  .product-block:last-child .product-title {
    box-shadow: 10px 10px 6.65px -8.65px rgba(0, 0, 0, 0.35), inset 0px -6px 8px 0px rgba(87, 56, 3, 0.35); }
  .priority-club-title:after {
    bottom: -100px;
    margin-left: -30px;
    border-top-width: 50px;
    border-bottom-width: 50px;
    border-left-width: 30px;
    border-right-width: 30px; } }

/*
******** lg ***********
******* 992px *********
*/
@media (min-width: 62em) {
  /*------------------------header--------------------------*/
  /************ section: main-logo-block ***********/
  .main-logo-block .btn {
    padding-left: 3rem;
    padding-right: 3rem; } }

/*
******** xl ***********
******* 1200px ********
*/
@media (min-width: 75em) {
  .container:not(.container-big) {
    width: 960px; } }

/*--------------------------------------------------------*/
