/*css reset*/
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  color: #464646;
  background: #fff;
  font: 16px/1.5 Inter, Arial, Helvetica, sans-serif;
  min-width: 320px;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

* {
  max-height: 1000000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

img {
  border-style: none;
  height: auto;
}

a {
  text-decoration: none;
  color: #464646;
}

a:hover {
  text-decoration: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
  font: 14px/17px Helvetica, sans-serif;
  vertical-align: middle;
  width: 100%;
  border-radius: 3px;
  background: #808080;
  color: #fff;
  margin: 0;
  padding: 8px 9px 7px;
  border: 1px solid #808080;
  height: 34px;
}

select {
  padding: 0 6px;
}

input::placeholder {
  color: #fff !important;
  opacity: 0.5;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible;
}

input[type="submit"]:hover,
button:hover {
  cursor: pointer;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin: 0 0 15px;
  font-weight: bold;
}

h1 {
  font-family: Oswald, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.06;
  margin: 0 0 22px;
}

p {
  margin: 0 0 10px;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: none;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*main styles*/
.popup,
.popup h1,
.popup h2,
.popup h4,
.button {
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.container {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 600px;
}
.sup {
  font-size: 0.999em;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.left {
  float: left;
}

.right {
  float: right;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.df {
  display: flex;
}

.ttu {
  text-transform: uppercase;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

/*index page styles*/
.popup-loading-wrapper .popup .product-image,
.popup-pre-loading-wrapper .popup .product-image {
  width: 136px;
  height: 250px;
}

#header {
  background: #121212;
  padding: 10px 0;
}

.logo-main {
  margin: 0 auto;
  width: 109px;
}

.section-1__top {
  color: #fff;
  background: url(../assets/bg-1.fb7fd624b0668aed7a39.jpg) no-repeat center top / cover;
  height: 316px;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
.section-1__top:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -999px;
  right: -999px;
  background: #1f1f1f;
  z-index: -1;
}
.section-1__top .container {
  position: relative;
  height: 100%;
}
.lbsl {
  position: absolute;
  top: 5px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 7px;
}
.lbsl img {
  margin-left: 4px;
}
.bottom-main {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0 15px 8px;
}
.bottom-main:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -999px;
  right: -999px;
  background: #0009;
}
.bottom-main .right-side {
  position: relative;
  left: 0px;
  top: 7px;
}

.bottom-main h3 {
  font-family: Oswald, Arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  white-space: nowrap;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: uppercase;
}

.bottom-main .left-side {
  position: relative;
  z-index: 1;
}

.bottom-main h3 span {
  color: #1456ca;
  display: block;
}

.section-1__top .btl {
  z-index: 1;
  position: relative;
}

.gummy {
  position: absolute;
  bottom: 2px;
  right: 12px;
  width: 33px;
  z-index: 1;
}

.bottom-main .right-side:before {
  position: absolute;
  content: "";
  right: 50%;
  transform: translateX(50%);
  top: 5px;
  width: 70px;
  height: 100px;
  box-shadow: 0 0 20px #153f89;
  background: #153f89;
  filter: blur(10px);
  border-radius: 0;
}

.section-1 h1 {
  font-size: 28px;
  line-height: 1.11;
  margin: 0 0 218px;
  letter-spacing: 0.03em;
}

.geo-box {
  font-size: 10px;
  line-height: 1.2;
  font-family: Oswald, Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 13px;
}

.flag {
  vertical-align: middle;
  margin-right: 2px;
  width: 42px;
}

.labels {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 27px;
  right: 13px;
}

.labels li:not(:last-child) {
  margin-bottom: 11px;
}

.labels img {
  width: 72px;
  display: block;
}

.logos {
  width: 100%;
}

.section-1__bottom {
  box-shadow: 0 4px 4px #eaeaea;
  padding: 19px 0 12px;
  border-bottom: 4px solid #f8f8f8;
}

.title1 {
  font-size: 16px;
  line-height: 1;
  font-family: Oswald, Arial, sans-serif;
  margin-bottom: 11px;
  font-weight: bold;
}

.info-list {
  list-style-type: none;
  padding: 0 0 0 0;
  margin: 0 0 8px;
  font-family: Oswald, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #464646;
}

.info-list .mark {
  color: #1456ca;
  text-transform: uppercase;
}

.info-list li {
  position: relative;
  padding-left: 22px;
}

.info-list li:not(:last-child) {
  margin-bottom: 0;
}

.info-list li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  background: #464646;
  border-radius: 50%;
}

.text2 {
  position: relative;
  color: #dc0000;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 46px;
}

.text2 img {
  margin-right: 8px;
}

.section-2 {
  padding: 22px 0 0;
  margin-bottom: 27px;
}

h1.lines {
  position: relative;
  line-height: 1.2;
}

h1.lines .text {
  background: #fff;
  padding-right: 20px;
  position: relative;
}

h1.lines:before {
  content: "";
  position: absolute;
  height: 4px;
  background: #1456ca;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.title2 {
  font-size: 18px;
  line-height: 1.333;
  font-weight: 700;
  margin-bottom: 19px;
}

.list-1 {
  line-height: 1.5;
  font-size: 16px;
  margin: 0 auto 10px;
}

.list-1 .item {
  box-shadow: 0 4px 10px #eaeaea;
  margin: 0 auto 19px;
  background: #fafafc;
  width: 345px;
  max-width: 100%;
}

.list-1__img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.list-1__subtitle {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: -1px;
}

.list-1 p {
  margin: 0;
}

.list-1__content {
  padding: 12px 4px 8px;
}

.title3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: flex-end;
  text-indent: 1px;
  color: #464646;
  margin: 0 0 20px;
}

.list-2 {
  color: #fff;
  font-size: 14px;
  line-height: 1.14;
  font-weight: 700;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.list-2 .item {
  margin: 0 7px 15px;
  width: 165px;
}

.list-2__img {
  display: block;
  max-width: 100%;
  margin: 0 auto 0;
}

.list-2__text {
  padding: 0 4px;
  margin: 0 auto;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1456ca;
  border-radius: 0 0 2px 2px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #ffffff;
}

.section-3 {
  font-size: 14px;
  line-height: 1.43;
  margin-bottom: 41px;
}

.section-3 h1 {
  margin-bottom: 19px;
}

.benefits {
  padding-right: 1px;
}

.benefits__title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #464646;
  margin-bottom: -2px;
  display: block;
}

.benefits__content p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #464646;
}

.benefits .item {
  margin-bottom: 17px;
}

.section-4 {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 19px;
}

.section-4 h1 {
  margin-bottom: 40px;
}
.subtitle {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
.solved__holder {
  position: relative;
  margin-bottom: 40px;
}

.solved__img {
  margin: 0 auto;
}

.solved__ico {
  position: absolute;
  left: 62%;
  top: -31px;
  width: 96px;
  margin-left: 35px;
}

.solved__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-indent: 1px;
  color: #464646;
}

.solved__list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 4px;
}

.solved__list li:before {
  content: "";
  left: 9px;
  top: 10px;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #464646;
}

.section-5 {
  padding: 24px 0 3px;
  background: #313131 url(../assets/bg-2.4a1006716e9b178bef3d.svg) no-repeat center calc(50% - 20px) / auto 76%;
  color: #fff;
  font-size: 14px;
  line-height: 1.571;
  margin-bottom: 20px;
}

.section-5 .container {
  padding: 0 15px;
}

.section-5 h1 {
  margin-bottom: 21px;
}

.hiw__img-box {
  width: 46px;
  margin-right: 11px;
  display: inline-block;
  vertical-align: top;
}

.hiw__img-box img {
  vertical-align: top;
  margin-top: 2px;
}

.hiw__content {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 62px);
}

.hiw__item {
  margin-bottom: 18px;
}

.hiw__title {
  margin-bottom: 4px;
}

.hiw p {
  margin: 0;
}

.section-6 {
  margin-bottom: 14px;
}

.section-6 .container {
  padding: 0 15px;
}

.section-6 h1 {
  margin-bottom: 27px;
}

.science {
  margin-bottom: 10px;
}

.science p:not(:last-child) {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 24px;
  color: #464646;
}

.science__img {
  margin: 0 auto 20px;
  max-width: 100%;
}

.visual {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  font-weight: 700;
  max-width: 345px;
  margin: 0 auto;
}

.visual__img {
  width: 100%;
}

.visual__text {
  position: relative;
  padding: 10px 15px;
  background: #313131;
  height: 97px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.visual__box {
  margin-bottom: -2px;
  background: #313131;
}

.arrows .visual__text:before,
.arrows .visual__text:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 42px;
  left: 20px;
  background: url(../assets/arrows-bottom.cca41c4e287e58c5cbc3.svg) no-repeat center / contain;
}

.arrows .visual__text:after {
  left: auto;
  right: 19px;
}
.section-11 {
  padding: 25px 0 44px;
}

.section-7 {
  padding-bottom: 5px;
}

.section-7 h1 {
  margin-bottom: 10px;
}

.htu__img {
  margin: 21px auto 21px;
}

.num {
  color: #1456ca;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 22px;
  padding-left: 4px;
}

.num__img {
  width: 55px;
  margin-right: 9px;
  vertical-align: middle;
  margin-top: -5px;
}

.num__text {
  vertical-align: middle;
}

.num__text .top {
  margin-bottom: 3px;
}

.num__text .box {
  background: #1456ca;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  padding: 8px 8px 7px 9px;
}

.htu__content {
  padding-right: 10px;
}

.htu__item {
  color: #000000;
  margin-bottom: 18px;
}
.htu-subtitle {
  line-height: 22px;
}
.section-8 {
  margin-bottom: 60px;
}

.section-8 h1 {
  margin-bottom: 22px;
}

.compare {
  font-size: 13px;
  line-height: 1.15;
  margin: 0 auto;
  padding: 0;
}

.compare__item:nth-child(2) {
  flex-grow: 1;
  padding: 0 15px;
  font-weight: 700;
}

.compare__row {
  align-items: center;
  margin-bottom: 19px;
}

.compare__row:first-child {
  font-size: 16px;
  margin-bottom: 21px;
  font-weight: 700;
}

.compare__box {
  width: 66px;
  height: 66px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.compare__box_1 {
}

.compare__box_2 {
}

.compare__box_3 {
}

.compare__box_4 {
}

.compare__box_5 {
}

.compare__box_6 {
}

.compare__box_7 {
}

.compare__box_8 {
}

.compare__box:first-child,
.compare__box:last-child {
  color: #000;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.compare__box .sm {
  font-size: 12px;
}

.section-9 {
  margin-bottom: 43px;
}

.section-9 h1 {
  margin-bottom: 21px;
}

.testimonials {
  justify-content: space-between;
  color: #fff;
  line-height: 1.25;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
}

.testimonial {
  background: #313131;
  padding: 21px 20px 59px;
  margin: 0 10px;
}

.testimonial:focus {
  outline: none;
}

.testimonial__head {
  margin-bottom: 16px;
  font-size: 14px;
}

.testimonial__ava {
  float: left;
  width: 100px;
}

.testimonial__info {
  overflow: hidden;
  padding-left: 16px;
  padding-top: 33px;
}

.testimonial__name {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1px;
}

.testimonial__city {
  text-transform: uppercase;
  margin-bottom: 1px;
}

.stars {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.stars li {
  float: left;
  width: 20px;
  height: 20px;
  background: url(../assets/white-star.041ff413eb1bd55b21cc.svg) no-repeat center / contain;
}

.testimonial p {
  margin: 0;
  line-height: 1.5;
}

.slick-track {
  display: flex;
}

.slick-list {
  overflow: visible;
}

.slick-slide {
  height: auto;
}

.section-10 h1 {
  margin-bottom: 21px;
}

.questions-list .opener {
  background: #1456ca;
  border-radius: 2px;
  display: block;
  padding: 12px 37px 12px 8px;
  align-items: center;
  position: relative;
  color: #fff;
  line-height: 22px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}

.questions-list .opener:after {
  content: "";
  position: absolute;
  top: 16px;
  right: 9px;
  width: 18px;
  height: 14px;
  background: url(../assets/arrow-bottom-white.2848332751c275558a68.svg) no-repeat center / contain;
}

.questions-list .active .opener:after {
  background-image: url(../assets/arrow-top-white.9ec2722c1fe1e8adc7d1.svg);
}

.questions-list .accordion-row {
  margin-bottom: 20px;
}

.questions-list p {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-indent: 1px;
  color: #000000;
}

.questions-list .accordion-content {
  padding-top: 8px;
}

.section-10 {
  margin-bottom: 11px;
}

#header {
  position: relative;
  z-index: 1002;
  padding: 0 !important;
}

#header .header-top {
  background: #000;
  height: 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#header .header-bottom {
  background: #000000;
  padding-top: 2px;
  padding-bottom: 2px;
}

#header {
  margin-top: 40px;
}
.sponsors {
  width: 350px;
  display: block;
  margin: 2px auto;
  max-width: 100%;
}
#header .header-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 15px;
}

#header .header-bottom .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#header .header-top .geo-bar {
  display: flex;
  align-items: center;
}

#header .header-top .right-side {
  margin-left: 24px;
}
.header-logo {
  vertical-align: top;
}
#why,
#benefits,
#solved,
#hiw,
#htu,
#compare,
#testimonials {
  position: relative;
  top: -30px;
}

#benefits,
#solved,
#htu,
#testimonials {
  top: -50px;
}
#header .header-top .right-side a {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

#header .header-top .right-side a img {
  position: absolute;
  right: 0;
}

#header .header-top .right-side a img:nth-child(2) {
  opacity: 0;
}

#header .header-top .right-side.opened a img:nth-child(1) {
  opacity: 0;
}

#header .header-top .right-side.opened a img:nth-child(2) {
  opacity: 1;
}
#header .header-top .geo-bar p {
  margin: 0;
  font-family: Oswald, Arial, sans-serif;
  font-weight: bold;
  font-size: 8px;
  line-height: 12px;
  text-transform: uppercase;
  margin-left: 4px;
  color: #ffffff;
}

#header .header-top .geo-bar .geo-flag {
  width: 38px;
  height: auto;
}

#footer {
  font-size: 12px;
  line-height: 1.25;
  padding: 19px 0 100px;
  background: #ffffff;
  text-align: center;
  color: #1c1c28;
}
.delivery-img {
  margin-bottom: 13px;
}
#footer .container {
  padding: 0 15px;
}

.footer-nav {
  list-style-type: none;
  margin: 0 0 16px;
  padding: 0;
  color: #0020e4;
}

.footer-nav li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
}
#footer a {
  color: #0020e4;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer p {
  margin: 0 0 16px;
}
.header-menu {
  background: #121212;
  width: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 42px;
  border-top: 2px solid #ffffff;
  z-index: 2000;
}

.header-menu ul {
  margin: 0;
  padding: 2px 0 18px;
  width: 100%;
}

.header-menu ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  padding: 22px 8px 21px;
  color: #f4f4f4;
}
.header-menu ul li a:hover {
  font-weight: 700;
}
.header-menu ul li {
  list-style: none;
}

.fixed-btn {
  background: hsla(0, 0%, 6%, 0.6);
  bottom: 0;
  left: 0;
  padding: 13px 0;
  position: fixed;
  transition: all 0.1s ease;
  visibility: visible;
  width: 100%;
  z-index: 97;
  display: none;
}

.fixed-btn .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.fixed-btn .rush-btn {
  font-size: 20px;
  max-width: 345px;
  width: 100%;
  height: 64px;
  box-sizing: border-box;
}

.fixed-btn__img {
  width: 70px;
  height: auto;
  vertical-align: bottom;
  margin: -37px 10px 0 0;
}

.rush-btn {
  background: #3dc051;
  box-shadow: 0 3.68724px 3.68724px rgba(0, 0, 0, 0.25);
  border-radius: 3.68724px;
  position: relative;
  height: 44px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}

.rush-btn:after {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 16px;
  content: "";
  background: url(../assets/arrow-btn.c7c4f5f7ac3186667d1a.svg) no-repeat center / contain;
  margin-left: 8px;
}

h1.lines {
  text-align: left;
}

/*choose page styles*/
.sub-page {
  max-width: 600px;
  margin: 0 auto;
}

.sub-page #header {
  padding: 5px 0 10px;
  margin: 0 0 4px;
}

.sub-page #footer {
  padding-bottom: 30px;
}

#header .geo-box {
  color: #fff;
  font-size: 10px;
  margin: 7px 0 0;
}

#header .geo-box .flag {
  margin-right: 5px;
}

.btn_pulse {
  animation-name: btn_anim;
  animation-duration: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

@keyframes btn_anim {
  from {
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
  to {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.footnote {
  font-size: 12px;
  padding: 0 13px;
  margin-bottom: 25px;
}

.fast {
  background: #000;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 17px;
}

.fast-ico {
  width: 46px;
  vertical-align: middle;
  margin: -4px 5px 0 0;
}

/*shipping page styles*/
.view {
  font-size: 14px;
  margin-bottom: 19px;
}

.view img,
.view span {
  vertical-align: middle;
}

.view img {
  margin-right: 9px;
}
.safe {
  margin: 0 auto 13px;
  width: 281px;
  max-width: 80%;
}
.table-line:nth-child(2) td {
  padding-bottom: 11px;
}

.compare {
  font-family: Oswald, Arial, sans-serif;
  padding: 0 0;
  text-align: center;
  margin-bottom: 41px;
  margin-top: 18px;
}

.compare .container {
  padding: 0 15px;
}

.compare-table table {
  border-collapse: separate;
  width: 100%;
}

.table-product td {
  text-align: center;
  font-size: 16px;
  width: 21%;
}

.compare-table tr span {
  color: #1c1c28;
  font-size: 14px;
  font-weight: bold;
}

.table-product td img {
  margin: 13px auto 8px;
  display: block;
}
.compare-table .table-line td:nth-child(3) span,
.compare-table .table-line td:nth-child(4) span {
  color: #1c1c28;
}

.compare-table td {
  padding: 2px 3px;
  position: relative;
  height: 40px;
  border: 1px solid #e1e1e1;
}
.compare-table td:nth-child(2) {
  background: #313131;
}
.compare-table tr:nth-child(2) td:nth-child(2),
.compare-table tr:nth-child(2) td:nth-child(3),
.compare-table tr:nth-child(2) td:nth-child(4) {
  border-top: none;
}
.compare-table tr:first-child td:nth-child(2),
.compare-table tr:first-child td:nth-child(3),
.compare-table tr:first-child td:nth-child(4) {
  border-width: 1px 1px 0;
}
.compare-table tr:first-child td:first-child,
.compare-table tr:last-child td:nth-child(3),
.compare-table tr:last-child td:nth-child(4) {
  border: none;
  background: none;
}
.compare-table tr:nth-child(n + 3):nth-child(-n + 8) td:nth-child(3),
.compare-table tr:nth-child(n + 3):nth-child(-n + 8) td:nth-child(4) {
  background: #eeeeee;
}
.compare-table tr .product-price {
  letter-spacing: -0.225px;
  font-size: 15px;
}

.table-title {
  background-color: #1456ca;
}

.compare-table tr {
  padding: 0;
}

.compare-table tr:last-child,
.compare-table tr:nth-child(2) {
  background: #fff;
}

.compare-table tr:last-child span,
.compare-table tr:nth-child(2) span {
  color: #fff;
}

.compare-table tr:first-child {
  background: 0 0;
}

.compare-table h2 {
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 27px;
}

.compare-table h2 span {
  color: #7c6dc3;
}

.compare-table td:first-child {
  width: 39%;
}
.compare-table td:nth-child(2),
.compare-table td:nth-child(3),
.compare-table td:nth-child(4) {
  width: calc((100% - 39%) / 3);
}
.table-line .table-title {
  text-align: left;
  font-size: 18px;
  padding-left: 20px;
  line-height: 35px;
}

.table-blue,
.table-line .table-blue {
  color: #fff;
}

.table-blue span {
  color: #fff !important;
}

.bottom-img {
  margin: 9px auto 8px;
}

.table-line .table-title span {
  font-family: Oswald, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.1;
  color: #fff;
  display: block;
}

.table-line:last-child .table-title span {
  color: #333333;
}

.table-line:nth-child(2) .table-title {
  background-color: transparent;
}

.table-line .table-title {
  padding: 3px 1px 4px 4px;
  border: 1px solid #e5e5e5;
}

.table-line:last-child .table-title {
  background-color: transparent;
}

.table-line:nth-child(2) .table-title {
  border: 0;
}

.table-line:nth-child(2) span {
  line-height: 16px;
  display: block;
}

.compare-table .product-title {
  letter-spacing: 0;
}

.table-line:nth-child(2) .table-blue span {
  color: #ffffff !important;
}
.overlay {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: 0.2s ease;
}

.overlay.show {
  opacity: 1;
  visibility: visible;
}

.cmp-show {
  display: none;
}

.cmp-add .section-1 {
  margin-top: 40px;
}

@media (max-width: 374px) {
  body {
    font-size: 15px;
  }
  .section-1__top {
    height: 250px;
  }
  .bottom-main .right-side:before {
    width: 60px;
    height: 85px;
  }
  .bottom-main h3 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .section-1__top .btl {
    width: 85px;
  }
  .questions-list .opener {
    padding-right: 30px;
  }

  .bottom-main .right-side {
    position: relative;
    left: initial;
    right: 0;
  }
  .solved__ico {
    left: 58%;
  }
  .solved__img {
    position: relative;
    left: -20px;
  }
  .lbsl img {
    margin-left: 0;
    width: 50px;
  }
  .container {
    padding: 0 15px;
  }

  .section-1 h1 {
    font-size: 25px;
    margin-bottom: 127px;
  }

  .labels {
    top: 0;
  }

  .geo-box {
    float: left;
  }

  .labels img {
    width: 60px;
  }

  .info-list {
    padding-left: 0;
  }

  .text2 {
    margin-left: 0;
    padding-right: 20px;
    font-size: 12px;
  }

  .list-2 .item {
    margin-bottom: 10px;
  }

  .science {
    padding-right: 0;
  }

  .arrows .visual__text:before {
    left: 15px;
  }

  .arrows .visual__text:after {
    right: 15px;
  }

  .visual__text {
    padding: 13px 15px 15px;
  }

  .compare {
    font-size: 11px;
  }

  .compare__item:nth-child(2) {
    padding: 0 5px;
  }

  .compare__box:first-child,
  .compare__box:last-child {
    font-size: 18px;
  }

  .testimonial__head {
    padding-left: 0;
  }

  .testimonial__ava {
    width: 70px;
  }

  .stars li {
    width: 17px;
    height: 17px;
  }

  .rush-btn {
    font-size: 14px;
    width: 200px;
    padding: 3px 0;
    height: 36px;
  }
  .rush-btn:after {
    width: 16px;
    height: 12px;
    margin-left: 5px;
  }
  .list-2__text {
    height: 60px;
  }
  .sub-page .geo-box {
    float: right;
  }

  .sub-page .logo-main {
    width: 104px;
  }

  #header .geo-box {
    font-size: 8px;
  }

  .flag {
    width: 37px;
  }

  .table-line .table-title span {
    font-size: 12px;
  }

  .table-line:nth-child(2) span {
    font-size: 12px;
    line-height: 1;
  }

  .compare-table tr span,
  .compare-table tr .product-price {
    font-size: 11px;
  }
  .bottom-img {
    width: 32px;
    margin: 2px 0;
  }

  .hiw__title {
    white-space: normal;
  }
  .section-4 h1 {
    margin-bottom: 50px;
  }

  .solved__holder {
    margin-bottom: 35px;
  }
  .list-2__img {
    width: 100%;
  }
  .table-product td img {
    margin: 4px auto 0;
    height: 45px;
    width: auto;
  }

  .testimonial__city {
    display: none;
  }

  .testimonial__name {
    margin-bottom: 12px;
  }

  .section-1__bottom .container {
    padding: 0 10px;
  }
  .questions-list .opener {
    font-size: 14px;
  }
  .product-price br {
    display: none;
  }
  .questions-list .opener:after {
    right: 6px;
  }

  .text2 {
    margin-left: 0;
    padding-right: 0;
    font-size: 11px;
    line-height: 12px;
  }

  .list-2__text br,
  .table-line .table-title span br {
    display: none;
  }

  #header .header-top .geo-bar .geo-flag {
    width: 30px;
  }
  #header .header-top .geo-bar p {
    font-size: 7px;
    line-height: 10px;
  }
  .info-list {
    font-size: 13px;
  }

  .fixed-btn .rush-btn {
    font-size: 17px;
    height: 44px;
  }
  #footer .container {
    padding: 0 10px;
  }
  .questions-list .opener span {
    display: inline-block;
  }
}
@media (max-height: 550px) {
  .header-menu ul li {
    margin-bottom: 15px;
  }

  .header-menu ul {
    margin-top: 8px;
  }

  .header-menu ul li {
    margin-bottom: 3px;
  }
}
@media (min-width: 500px) {
  .list-2 {
    justify-content: space-between;
    margin: 0;
  }
  .list-2 .item {
    width: calc(25% - 6px);
    margin: 0 0 10px;
    min-width: 0;
  }
}
@media (min-width: 570px) {
  .header-logo {
    width: 97px;
  }
  .questions-list .opener {
    padding-right: 45px;
  }
  .questions-list .opener {
    display: block;
  }
  #header {
    margin-top: 50px;
  }

  .info-list li:before {
    top: 10px;
  }
  .cmp-add .section-1 {
    margin-top: 50px;
  }
  #header .header-top .geo-bar p {
    font-size: 12px;
    line-height: 18px;
  }
  .sponsors {
    margin: 3px auto;
    width: 358px;
  }
  #header .header-top {
    height: 56px;
  }
  .header-menu {
    top: 56px;
  }
  #header .header-bottom {
    margin-top: 50px;
  }
  .section-1__top {
    height: 400px;
  }
  .section-1 .rush-btn {
    font-size: 24px;
    padding: 0 15px;
    height: 64px;
  }
  .bottom-main h3 {
    font-size: 28px;
    line-height: 38px;
    margin-top: 14px;
    margin-bottom: 7px;
  }

  .section-1__top {
    background: linear-gradient(90.35deg, rgba(31, 31, 31, 0) 72.44%, #1f1f1f 98%),
    linear-gradient(263.33deg, rgba(31, 31, 31, 0) 69.84%, #1f1f1f 95%),
    url(../assets/bg-1-desk.65fd882749f8055163b3.jpg) no-repeat center top / cover;
  }
  .lbsl {
    top: 20px;
  }
  .bottom-main {
    align-items: flex-end;
    padding-bottom: 7px;
  }
  .bottom-main h3 span {
    display: inline-block;
  }
  .bottom-main .right-side {
    top: 6px;
    left: -10px;
    margin-right: -10px;
  }
  .lbsl img {
    width: 73px;
  }
  .title1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .info-list {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 11px;
  }
  .text2 {
    font-size: 16px;
    line-height: 22px;
    padding: 0;
  }
  .text2 br {
    display: none;
  }
  .section-1__bottom {
    padding-bottom: 16px;
  }
  .info-list li:not(:last-child) {
    margin-bottom: 3px;
  }
  h1 {
    font-size: 35px;
  }
  .list-1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -7px;
    font-size: 14px;
  }
  .list-1__img {
    width: 100%;
  }
  .list-1 .item {
    width: calc(100% / 3 - 14px);
  }
  .benefits__content p,
  .benefits__title {
    font-size: 16px;
    line-height: 22px;
  }
  .benefits__title {
    margin-bottom: 2px;
  }
  .benefits .item {
    margin-bottom: 22px;
  }
  .section-5 {
    font-size: 16px;
  }
  .visual {
    display: flex;
    justify-content: space-between;
    max-width: none;
    font-size: 15px;
  }
  .visual__box {
    width: calc(100% / 3 - 6px);
  }
  .arrows .visual__text:before,
  .arrows .visual__text:after {
    display: none;
  }
  .visual__text {
    padding: 6px 7px;
  }
  .visual__text br {
    display: none;
  }
  .num__img {
    width: 74px;
    margin-top: 0;
  }
  .num {
    font-size: 18px;
  }
  .num__text .box {
    font-size: 16px;
    line-height: 18px;
  }
  .table-line .table-title span {
    font-size: 16px;
  }
  .compare-table tr span {
    font-size: 15px;
    line-height: 18px;
  }
  .table-product td img {
    height: 60px;
    width: auto;
    margin-bottom: 0;
  }
  .table-line .table-title,
  .compare-table td {
    padding: 7px;
  }
  .compare-table .product-title,
  .table-line:nth-child(2) span {
    font-size: 18px;
    line-height: 20px;
  }
  .testimonial__head {
    font-size: 17px;
  }
  .testimonial__name,
  .testimonial__city {
    margin-bottom: 3px;
  }
  .testimonial__info {
    padding-top: 16px;
  }
  .questions-list .opener {
    font-size: 20px;
    line-height: 24px;
  }
  #footer {
    font-size: 14px;
    padding-bottom: 110px;
  }
}
@media (min-width: 590px) {
  .section-1__top .btl {
    width: 200px;
  }
  .bottom-main .right-side {
    top: -4px;
  }
  .bottom-main .right-side:before {
    right: 53%;
    top: 65px;
    width: 120px;
    height: 170px;
    opacity: 0.7;
    border-radius: 20px;
  }
  .bottom-main:before {
    top: 113px;
  }
}
/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

