@font-face {
  font-family: Glyphter;
  src:
    url("../fonts/Glyphter.woff2") format("woff2"),
    url("../fonts/Glyphter.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
:root {
  --slate-grey: #536883;
  --deep-sky-blue: #40bfe8;
  --gold: #f7e33d99;
  --indian-red: #ff4958;
  --dark-slate-grey: #003548;
  --silver: #c0c9cf;
  --silver-2: #c0c9cf40;
  --light-slate-grey: #85a0b3;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: #333;
  font-family: "Fira Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

a {
  color: #1dafec;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 19px;
}

label {
  color: #9caab4;
  margin-bottom: 5px;
  font-weight: 700;
  display: none;
}

.ma-slide {
  text-align: center;
  height: 100%;
}

.top-section {
  background-color: #0a0a26;
  background-image: url("../images/Back.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: space-between;
  align-items: baseline;
  min-height: auto;
  position: relative;
}

.top-section.roaming {
  background-image: url("../images/58e68cad0d6a506e5e8117f7_london.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.top-section.europe {
  background-image:
    linear-gradient(#0000004d, #0000004d),
    url("../images/58e6885b6de3d5002a9ed8f4_france.jpg");
  background-position:
    0 0,
    50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.top-section.data {
  background-image: url("../images/58e67bd67bff9b022056953c_grece.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.navbar {
  color: #fff;
  background-color: #0000;
  width: 100%;
  padding-top: 30px;
}

.main-title {
  font-size: 44px;
  font-weight: 400;
  line-height: 54px;
}

.main-title._2 {
  font-size: 57px;
  line-height: 65px;
}

.main-title.hebrew {
  direction: rtl;
  text-align: center;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.main-title.jorney {
  margin-bottom: 30px;
  line-height: 1em;
}

.main-title-wrapper {
  z-index: 2;
  color: #fff;
  text-align: center;
  max-width: 780px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.main-title-wrapper._2 {
  margin-top: 60px;
}

.main-title-wrapper._3 {
  max-width: 560px;
}

.main-title-wrapper.journey {
  max-width: 780px;
  margin-top: 35px;
}

.main-title-wrapper.hebrew {
  text-align: center;
}

.nav-menu {
  color: #fff;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #ffffffe6;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.2s;
  display: block;
}

.nav-link:hover,
.nav-link.w--current {
  color: #fff;
}

.nav-link.prices {
  color: #40bfe8;
  font-weight: 600;
}

.nav-link.prices:hover {
  color: #111;
}

.nav-link.hebrew {
  position: static;
}

.button {
  z-index: 20;
  text-align: center;
  background-color: #40bfe8;
  border-radius: 70px;
  margin: 0 auto;
  padding: 20px 40px;
  font-size: 21px;
  transition: all 0.2s;
  display: inline-block;
  position: relative;
}

.button:hover {
  transform: scale(1.1);
  box-shadow: 0 25px 43px -15px #00759bb3;
}

.button:active {
  box-shadow: none;
  transform: none;
}

.button._2 {
  color: #40bfe8;
  background-color: #0000;
  border: 2px solid #40bfe8;
}

.button._2._3 {
  color: #fff;
}

.button._2._3:hover {
  box-shadow: none;
  background-color: #40bfe8;
}

.button._2._3.referal {
  border-color: #fff;
}

.button.small {
  min-width: 200px;
  margin-top: 23px;
  margin-bottom: 20px;
  padding: 20px 45px 18px;
  font-size: 19px;
}

.button.small.hebrew {
  text-align: center;
}

.button.ukr {
  padding-bottom: 26px;
}

.button.partner {
  min-width: 200px;
  margin: 23px auto 40px;
  padding: 20px 45px 18px;
  display: block;
}

.button.hebrew {
  direction: rtl;
}

.button.uzhin {
  margin-top: 15px;
  margin-bottom: 23px;
}

.button.sub {
  z-index: 0;
  text-align: center;
  flex: none;
  align-self: auto;
  margin-left: 30px;
  padding: 10px 27px;
  display: inline-block;
}

.button.binding {
  margin-top: 15px;
  padding: 15px 34px;
}

.button.binding.center {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.button.binding.first {
  margin-top: 42px;
}

.button.esim {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  padding-right: 36px;
  display: block;
}

.button.esim.hidden {
  display: block;
}

.button.esim.second {
  margin-top: 20px;
}

.button.top {
  font-size: 16px;
}

.p-21 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 28px;
}

.p-21._2 {
  font-size: 21px;
  line-height: 32px;
}

.p-21.herbrew {
  direction: rtl;
}

.p-21.hebrew {
  text-align: center;
}

.p-21.uzhin {
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.descr-wrapper {
  max-width: 650px;
  margin: 30px auto 40px;
  display: block;
}

.descr-wrapper._2 {
  margin-top: 20px;
}

.descr-wrapper.he {
  max-width: 600px;
}

.logo {
  margin-top: 7px;
  display: block;
}

.logo.hebrew {
  flex: 0 auto;
  position: static;
}

.second-block-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-left: 50px;
  display: flex;
  position: relative;
}

.second-block-wrapper.hebrew {
  padding-left: 0;
  padding-right: 50px;
}

.one-sim-block {
  color: #fff;
  flex: 0 auto;
  width: auto;
  margin-top: 19px;
  margin-right: 30px;
  position: relative;
}

.one-sim-block.hebrew {
  text-align: right;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.one-sim-block.restore {
  flex: 0 auto;
  margin-right: 0;
}

.one-sim-block.esim {
  width: 450px;
}

.small-title {
  color: #40bfe8;
  max-width: 550px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.small-title.dark {
  color: #003548;
  text-align: center;
  margin-bottom: 0;
  padding-top: 10px;
  display: inline-block;
}

.small-title.dark._2,
.small-title.dark.roaming {
  color: #fff;
}

.small-title.blue {
  color: #a5ddf9;
  font-weight: 600;
}

.small-title._30 {
  color: #636363;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: 30px;
  display: block;
}

.small-title._30.ukr {
  line-height: 40px;
}

.small-title._30.hebrew {
  text-align: center;
}

.small-title.referal {
  color: #fff;
  font-family: "Fira Sans";
  font-weight: 600;
}

.small-title.hebrew {
  direction: rtl;
  text-align: right;
}

.small-title.drimclub-title {
  float: left;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
  display: inline-block;
}

.small-title.white {
  font-size: 48px;
  line-height: 54px;
}

.p-16 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}

.p-16._2 {
  color: #636363;
  line-height: 24px;
  display: block;
}

.p-16._2.white,
.p-16._2.roaming {
  color: #fff;
}

.p-16._2.hebrew {
  direction: rtl;
  text-align: right;
}

.p-16._2.new {
  margin-bottom: 50px;
  padding-bottom: 0;
}

.p-16.answer {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.8em;
}

.p-16.referal {
  text-align: center;
  font-size: 21px;
  line-height: 28px;
}

.p-16.referal.black {
  margin-bottom: 0;
}

.p-16._2referal {
  margin-bottom: 25px;
}

.p-16.white {
  float: none;
}

.p-16.white.hebrew {
  direction: rtl;
  text-align: right;
}

.p-16.dark {
  color: #000;
}

.text-wrapper {
  width: 100%;
  max-width: 340px;
  margin-top: 25px;
}

.text-wrapper._2 {
  color: #636363;
}

.text-wrapper.big {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.text-wrapper.big._2 {
  margin-top: 35px;
  margin-bottom: 25px;
}

.store-link {
  cursor: default;
  max-width: 162px;
  margin-right: 20px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.263, 2.264);
}

.store-link._2 {
  margin-right: 0;
}

.store-link.gp {
  max-width: 184px;
  margin-right: 0;
  position: static;
}

.store-link.gp1 {
  max-width: 178px;
  position: relative;
  bottom: 1px;
}

.store-link.hebrew {
  margin-left: 20px;
  margin-right: 0;
}

.store-links-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: block;
}

.second-section {
  background-color: #0a0c24;
  background-image: url("../images/111.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1600px;
  justify-content: flex-end;
  align-items: center;
  height: 600px;
  padding-top: 88px;
}

.second-section.hebrew {
  background-image: url("../images/plane-p-2600x975.jpg");
  background-size: 1300px;
}

.container {
  color: #fff;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.container.hebrew {
  justify-content: flex-end;
}

.blue-text-wrapper {
  color: #a5ddf9;
  width: 290px;
  display: inline-block;
  position: relative;
  top: 9px;
  left: -18px;
}

.sim-text {
  align-items: center;
  display: flex;
  position: relative;
  top: -10px;
  left: -56px;
}

.sim-text.hebrew {
  position: static;
}

.text-wrp {
  width: 49%;
}

.text-wrp.hebrew {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.max-960 {
  justify-content: flex-end;
  width: 960px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.max-960.right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.max-960.right.hebrew {
  justify-content: flex-start;
  align-items: flex-end;
}

.max-960.left {
  justify-content: space-between;
  align-items: center;
  min-width: 960px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.max-960.left.referal {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
  width: 90%;
  min-width: 60%;
  max-width: 960px;
}

.max-960.left.hebrew {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.max-960.hebrew {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.control-section {
  background-image: url("../images/phone-on-table-ru.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-end;
  align-items: center;
  height: 600px;
  display: flex;
}

.control-section._2 {
  background-image: url("../images/phone_eng_8.jpg");
}

.control-section.hebrew {
  background-image: url("../images/phone_he_8.jpg");
}

.contr-wrp {
  color: #fff;
  width: 50%;
}

.contr-wrp.hebrew {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.app-section {
  color: #fff;
  background-color: #51839b;
  justify-content: center;
  align-items: center;
  height: 120px;
  display: flex;
}

.price-table {
  background-color: #fff;
  border: 4px solid #40bfe8;
  border-radius: 24px;
  width: 900px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  display: block;
  overflow: hidden;
}

.header-row {
  color: #fff;
  text-align: left;
  background-color: #40bfe8;
  align-items: center;
  height: 55px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.col {
  text-align: center;
  flex: 1;
  width: 16%;
  display: inline-block;
}

.col.big {
  font-size: 25px;
  line-height: 30px;
}

.col.first {
  text-align: left;
  padding-left: 30px;
}

.row {
  color: #5f7b87;
  text-align: left;
  border-bottom: 1px solid #d7f1f9;
  padding-top: 23px;
  padding-bottom: 19px;
}

.strong-price {
  color: #1c4455;
  font-size: 25px;
  font-weight: 400;
}

.delivery-section {
  color: #fff;
  background-image: url("../images/58abf723f012106c069211a5_keds.jpg");
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  align-items: center;
  height: 600px;
  padding-left: 50px;
  display: flex;
}

.delivery-section.referal {
  background-image: url("../images/Фон-2-1.jpg");
  background-size: cover;
  height: 484px;
  margin-top: 0;
  margin-bottom: 0;
}

.delivery-section.referal.hebrew {
  background-image: url("../images/Фон.jpg");
}

.delivery-section.hebrew {
  background-image: url("../images/keds-p-1600x825.jpg");
  justify-content: flex-start;
}

.taste-section {
  text-align: center;
  background-color: #e3e3e3;
  background-image: radial-gradient(circle, #fff, #e3e3e3);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
  overflow: hidden;
  box-shadow: inset 0 0 400px #00000026;
}

.taste-section._2 {
  justify-content: flex-end;
  overflow: hidden;
}

.taste-section._2.roaming {
  background-color: #40bfe8;
  background-image: none;
}

.taste-section._2.referal {
  background-image: url("../images/Фон-1.jpg");
  background-position: 0 0;
  background-size: 3200px;
  justify-content: flex-end;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 0;
}

.taste-section._2.eng {
  height: 630px;
  margin-top: 0;
  padding-top: 0;
}

.taste-section.big {
  background-color: #fff;
  background-image: none;
  height: auto;
  padding-top: 80px;
  padding-bottom: 100px;
}

.taste-section._3 {
  color: #f6f6f6;
  background-color: #40bfe8;
  background-image: none;
  justify-content: flex-end;
  height: auto;
  padding-top: 60px;
}

.ma-slider {
  color: #fff;
  background-color: #0000;
  max-width: 960px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.buble {
  color: #000;
  background-color: #fff;
  border-radius: 30px;
  padding: 20px 50px 25px 30px;
  display: inline-block;
  position: relative;
}

.hook {
  position: absolute;
  bottom: -1px;
  left: -15px;
}

.avatar {
  border-radius: 50%;
  width: 160px;
}

.icon {
  transition: all 0.2s;
}

.icon:hover {
  transform: translate(5px);
}

.icon:active {
  transform: translate(0);
}

.icon._2:hover {
  transform: translate(-5px);
}

.icon._2:active {
  transform: translate(0);
}

.ma-slider-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimtext-wrp {
  margin-left: 35px;
  display: none;
}

.name-box {
  margin-top: 30px;
  padding-left: 30px;
  font-size: 16px;
}

.testimonial-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.name {
  color: #fff;
  border-bottom: 1px solid #ffffff80;
  margin-right: 5px;
  padding-bottom: 1px;
  text-decoration: none;
}

.mask {
  height: 700px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slide-nav {
  opacity: 1;
  font-size: 6px;
}

.question-section {
  text-align: center;
  background-color: #20272c;
  background-image: url("../images/clouds.jpg");
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 80px;
  padding-bottom: 20px;
}

.question-section.hebrew {
  background-image: linear-gradient(#fff, #fff);
}

.soc-box {
  margin-bottom: 30px;
  display: inline-block;
}

.soc-box._2 {
  display: none;
  position: absolute;
  top: -90px;
  left: 0;
}

.soc-box._3.cnt {
  margin-top: 30px;
  display: block;
}

.soc-box._4 {
  margin-top: 20px;
}

.last-apps-box {
  margin-left: 40px;
  display: inline-block;
}

.bot-menu {
  display: none;
}

.rights {
  color: #1c445580;
  display: inline-block;
}

.bottom-block {
  text-align: center;
  flex-flow: row-reverse wrap;
  justify-content: space-between;
  max-width: 960px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.buttons-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 60px;
  display: block;
}

.buttons-wrapper.hebrew {
  margin-top: 50px;
}

.link {
  color: #40bfe8;
  margin-right: 20px;
  text-decoration: none;
  transition: all 0.2s;
}

.link:hover {
  color: #ff4958;
}

.soc-link {
  margin-left: 10px;
  margin-right: 10px;
  transition: all 0.2s;
}

.soc-link:hover {
  opacity: 0.5;
}

.taste-box {
  text-align: left;
  flex: 0 auto;
  width: 50%;
  margin-bottom: 10px;
  display: block;
}

.taste-box.hebrew {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.gradient {
  background-image: linear-gradient(135deg, #f7e33d99, #40bfe899);
  border-radius: 12px;
  max-width: 350px;
  margin-top: 20px;
  padding: 14px 20px 14px 25px;
  display: inline-block;
  position: relative;
}

.gradient._1 {
  max-width: 300px;
  margin-top: 40px;
}

.gradient._2 {
  max-width: 300px;
}

.p14 {
  margin-bottom: 0;
}

.p14.eng.hebrew {
  direction: rtl;
  text-align: right;
}

.point {
  color: #000;
  background-color: #f7e33d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 21px;
  left: -12px;
  box-shadow: 1px 6px 15px -1px #25000080;
}

.point.first-point {
  top: 28%;
  left: 16%;
}

.point.first-point.hebrew {
  top: 45%;
  left: auto;
  right: 22%;
}

.point.second-point {
  top: 53%;
  left: 31%;
}

.point.second-point.hebrew {
  top: 60%;
  left: auto;
  right: 16%;
}

.point.hebrew {
  left: 286px;
}

.point.hebrew._2 {
  left: 336px;
}

.one-letter {
  height: 18px;
  margin-bottom: 0;
}

.title-30 {
  margin-right: 40px;
  font-size: 30px;
  line-height: 30px;
  display: inline-block;
}

.title-30.hebrew {
  margin-left: 40px;
  margin-right: 0;
}

.timer.hebrew {
  margin-left: 20px;
}

.timer-box {
  color: #f7e33d;
  align-items: flex-start;
  max-width: 450px;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.yellow {
  margin-top: 5px;
}

.yellow.hebrew {
  direction: rtl;
  text-align: right;
}

.app-box {
  margin-top: 40px;
}

.app-box._2 {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 35px;
}

.app-box.thnk {
  margin-top: 50px;
  margin-bottom: 50px;
}

.app-box.hebrew {
  flex: 0 auto;
  justify-content: flex-end;
  display: flex;
}

.title-link {
  color: #40bfe8;
  cursor: pointer;
  border-bottom: 1px dotted #40bfe8;
  text-decoration: none;
  transition: all 0.2s;
  display: inline-block;
}

.title-link:hover {
  color: #ff4958;
  border-bottom-color: #ff4958;
}

.iphone_anime {
  flex: 0 auto;
  margin-top: 0;
  display: block;
  position: static;
  bottom: 0;
  overflow: visible;
}

.iphone_anime._2 {
  margin-top: 70px;
}

.nav-container.hebrew {
  justify-content: space-between;
  display: flex;
}

.img {
  display: none;
}

.remodal {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 490px;
  height: auto;
  margin: 40px 10px;
  padding: 30px 20px 20px;
  display: inline-block;
  position: relative;
}

.remodal.questions {
  z-index: 2147483647;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.remodal.questions.adblock {
  margin-top: 90px;
}

.remodal._2 {
  width: 500px;
  max-width: none;
  padding-bottom: 50px;
}

.remodal.esim {
  text-align: left;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.remodal.video {
  z-index: 1000;
  box-shadow: none;
  background-color: #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  padding: 40px;
  display: flex;
  position: relative;
}

.remodal.settings {
  background-color: #0000;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.form-wrapper {
  margin-top: 30px;
}

.field {
  text-align: center;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #c0c9cf;
  height: 44px;
  margin-bottom: 15px;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 20px;
}

.field:focus {
  border-bottom-color: #40bfe8;
}

.field._2 {
  background-color: #c0c9cf1a;
  border-style: solid;
  border-color: #c0c9cf;
  border-radius: 5px;
  height: 40px;
  padding-bottom: 5px;
}

.field._2:focus {
  border-color: #40bfe8;
}

.textarea {
  text-align: center;
  background-color: #c0c9cf1a;
  border-style: solid;
  border-color: #c0c9cf;
  border-bottom-width: 1px;
  border-radius: 5px;
  max-width: 100%;
  min-height: 100px;
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  overflow: auto;
}

.textarea:focus {
  border-color: #40bfe8;
}

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

.close {
  z-index: 100;
  color: #d4dce0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 25px;
  font-weight: 100;
  line-height: 15px;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.close:hover {
  color: #40bfe8;
}

.body {
  background-color: #fff;
}

.body.roaming {
  background-color: #0000;
}

.body.white {
  color: #333;
  background-color: #fff;
}

.caps {
  color: #8b9092;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 400;
}

.testimonial-iframe-wrapper {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  display: inline-block;
}

.fb-block {
  width: 43%;
  margin-right: 40px;
  display: inline-block;
}

.widgets {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 850px;
  margin: 70px auto 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  box-shadow: 0 1px 100px #00354833;
}

.widgets.hide {
  display: none;
}

.twi-box {
  border: 1px solid #e9ebee;
  width: 43%;
  height: 400px;
  padding-right: 1px;
}

.success {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 0;
}

.suc-text {
  color: #000;
  margin-bottom: 20px;
}

.outmarketing {
  color: #40bfe8;
  cursor: pointer;
  border-bottom: 1px solid #40bfe84d;
  text-decoration: none;
  transition: all 0.2s;
}

.outmarketing:hover {
  color: #ff4958;
  border-bottom-color: #ff4958;
}

.outmarketing.extra-padding {
  padding-left: 3px;
  padding-right: 3px;
}

.logo-img {
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.store-img {
  max-width: 100%;
  position: static;
}

.store-img.gp1 {
  max-width: 178.5px;
  position: relative;
  top: 0;
}

.store-img.recovery-gp,
.store-img.vpn-gp {
  width: 160px;
}

.slide-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.shadow-plate {
  background-color: #fff;
  border-radius: 20px;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 95%;
  max-width: 1320px;
  margin: 220px auto 140px;
  padding: 70px 70px 20px;
  display: flex;
  position: relative;
  box-shadow: 0 15px 100px #00354836;
}

.shadow-plate.contacts {
  color: #003548;
  text-align: center;
  max-width: 940px;
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 50px;
  display: block;
}

.shadow-plate.referal {
  width: 70%;
  margin-top: 30px;
  margin-bottom: 70px;
  padding-bottom: 20px;
  overflow: visible;
  box-shadow:
    0 15px 100px #00354836,
    0 0 1px #fff;
}

.shadow-plate.partner {
  width: 55%;
  max-width: 940px;
  margin-top: 0;
  margin-bottom: 100px;
  padding: 50px 0;
  display: none;
  box-shadow: 0 15px 30px #1c44551a;
}

.shadow-plate.uzhin {
  padding-top: 40px;
  display: block;
}

.title25 {
  min-height: 69px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4em;
}

.div-block {
  width: 33.33%;
  min-width: 340px;
  margin-bottom: 60px;
  padding-right: 5%;
}

.div-block.referal {
  width: 40%;
  min-width: 300px;
  margin-bottom: 0;
  padding-left: 5%;
}

.div-block.partner {
  justify-content: space-around;
  width: 90%;
  margin-bottom: 0;
  padding-right: 0%;
  display: flex;
}

.icon-box {
  align-items: center;
  height: 80px;
  display: flex;
}

.icon-box.referal {
  justify-content: center;
}

.text-section {
  padding-bottom: 50px;
}

.image {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: none;
  height: 1190px;
  position: absolute;
}

/*
.image._2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/58e67bd67bff9b022056953c_grece.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.image._3 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/58e6885b6de3d5002a9ed8f4_france.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.image.thai {
  background-image: url('../images/Thailand.jpg'), linear-gradient(#000000e6, #000000e6);
  background-position: 50%, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.image.rouming {
  background-image: url('../images/58e68cad0d6a506e5e8117f7_london.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image.internet {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/58e67bd67bff9b022056953c_grece.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.image.internet._1 {
  background-image: linear-gradient(#0000, #0000), url('../images/Фон_море-1.jpg');
  background-attachment: scroll, scroll;
  height: 691px;
}

.image.internet.partner {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/piotr-chrobot-276746-unsplash-2-1.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  min-height: 600px;
  padding-bottom: 50px;
}

.image.internet.insurance {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/5c618c70004cb7e6560c35b9_andrea-reiman-1350572-unsplash2.jpg');
  background-size: auto, cover;
  height: 1190px;
}

.image.vietnam {
  background-image: url('../images/Vietnam.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image.cuba {
  background-image: url('../images/david-braud-202602-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.image.dominican {
  background-image: url('../images/joe-desousa-381938-1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image.greece {
  background-image: linear-gradient(#0003, #0003), url('../images/hello-lightbulb-295376-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.image.israel {
  background-image: url('../images/aviv-ben-or-287826-1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image.spain {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/biel-morro.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 1000px;
}

.image.cyprus {
  background-image: url('../images/tom-coe-426175-1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image.oae {
  background-image: linear-gradient(#0003, #0003), url('../images/christoph-schulz-222340-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.image.usa {
  background-image: url('../images/pedro-lastra-157071-1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image.tunisia {
  background-image: linear-gradient(#0003, #0003), url('../images/anastasia-palagutina-377474-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.image.sri-lanka {
  background-image: linear-gradient(#0003, #0003), url('../images/etienne-boulanger-403837-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.image.japan {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/tianshu-liu-242331-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.image.hungary {
  background-image: url('../images/seth-fogelman-311478-1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image.germany {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/claudio-testa-135408-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.image.egypt {
  background-image: url('../images/flying-carpet-339657-1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image.india {
  background-image: url('../images/ravi-pinisetti-64165.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image.italy {
  background-image: url('../images/lukasz-czechowicz-37960-1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image.malaysia {
  background-image: linear-gradient(#0003, #0003), url('../images/www-journeytoplaces-com-258552-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.image.morocco {
  background-image: url('../images/dan-gold-223241-1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image.singapore {
  background-image: url('../images/mike-enerio-280719-1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image.montenegro {
  background-image: url('../images/srdjan-ivankovic-113357-1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image.czech {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/milan-chudoba-313459-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  box-shadow: 0 0 6px #fff;
}

.image.sweden {
  background-image: url('../images/steinar-engeland-113894-1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image.french {
  background-image: url('../images/drew-coffman-156111-1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image.canada {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/cam-adams-127375-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.image.poland {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ostap-senyuk-261522-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.image.finland {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/olivier-guillard-49712-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.image.norway {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/seth-kane-358521-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.image.china {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/billy-pasco-312336-1.jpg');
  background-size: auto, cover;
}

.image.bulgaria {
  background-image: linear-gradient(#0000, #0000), url('../images/borislav-zlatkov-533795-1.jpg');
  background-size: auto, cover;
}

.image.mexico {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/jimmy-baum-346127-1.jpg');
  background-size: auto, cover;
}

.image.austria {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/fineas-anton-180751-1.jpg');
  background-size: auto, cover;
}

.image.gb {
  background-image: linear-gradient(#0003, #0003), url('../images/simon-migaj-451026-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.image.hongkong {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/andrew-wulf-311064-1.jpg');
  background-size: auto, cover;
}

.image.switzerland {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/joel-steinmann-386234-1.jpg');
  background-size: auto, cover;
}

.image.portugal {
  background-image: linear-gradient(#00000080, #00000080), url('../images/homero-lacerda-384698-1.jpg');
  background-size: auto, cover;
}

.image.belgium {
  background-image: linear-gradient(#0003, #0003), url('../images/laureen-missaire-465668-1.jpg');
  background-size: auto, cover;
}

.image.maldives {
  background-image: linear-gradient(#0003, #0003), url('../images/recal-media-83365-1.jpg');
  background-size: auto, cover;
}

.image.australia {
  background-image: linear-gradient(#0003, #0003), url('../images/paul-carmona-391531-1.jpg');
  background-size: auto, cover;
}

.image.slovakia {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/marek-levak-116333-1.jpg');
  background-size: auto, cover;
}

.image.netherlands {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/jace-grandinetti-110741-1.jpg');
  background-size: auto, cover;
}

.image.argentina {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/delfi-de-la-rua-264141-1.jpg');
  background-size: auto, cover;
}

.image.tanzania {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/chen-hu-521605-1.jpg');
  background-size: auto, cover;
}

.image.denmark {
  background-image: linear-gradient(#0006, #0006), url('../images/nick-karvounis-240363-1.jpg');
  background-size: auto, cover;
}

.image.peru {
  background-image: linear-gradient(#0000, #0000), url('../images/scott-umstattd-87129-1.jpg');
  background-size: auto, cover;
}

.image.qatar {
  background-image: linear-gradient(#0000, #0000), url('../images/florian-wehde-411310-1.jpg');
  background-size: auto, cover;
}

.image.sk {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/saveliy-bobov-535623-1.jpg');
  background-size: auto, cover;
}

.image.chilie {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/olga-stalska-161288-1.jpg');
  background-size: auto, cover;
}

.image.cr {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/max-boettinger-423764-1.jpg');
  background-size: auto, cover;
}

.image.nz {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/samuel-ferrara-142649-1.jpg');
  background-size: auto, cover;
}

.image.romania {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/stefan-cosma-355835-1.jpg');
  background-size: auto, cover;
}

.image.colombia {
  background-image: linear-gradient(#0000, #0000), url('../images/altagamba-altagamba-199424-1.jpg');
  background-size: auto, cover;
}

.image.jamaica {
  background-image: linear-gradient(#0000, #0000), url('../images/hugo-doria-377177-1.jpg');
  background-size: auto, cover;
}

.image.brazil {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/rio-de-janeiro-1963744-1.jpg');
  background-size: auto, cover;
}

.image.ireland {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/david-brooks-23949-1.jpg');
  background-size: auto, cover;
}

.image.iceland {
  background-image: linear-gradient(#00000026, #00000026), url('../images/courtney-read-141108-1.jpg');
  background-size: auto, cover;
}

.image.croatia {
  background-image: linear-gradient(#0000, #0000), url('../images/arthur-yeti-339681-1.jpg');
  background-size: auto, cover;
}

.image.malta {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/sailing-boat-2550147-1.jpg');
  background-size: auto, cover;
}

.image.referal {
  background-image: linear-gradient(#0000, #0000), url('../images/Фон_море-1.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 691px;
  position: static;
}

.image.roaming {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/58e3767f715fa880084baff6_europe.jpg');
  background-position: 0 0, 50%;
}

.image.europe {
  background-image: linear-gradient(#0000, #0000), url('../images/58e6885b6de3d5002a9ed8f4_france.jpg');
  background-position: 0 0, 50%;
}
*/

.image.data {
  background-image:
    linear-gradient(#0000004d, #0000004d),
    url("../images/58e67bd67bff9b022056953c_grece.jpg");
  background-position:
    0 0,
    50%;
}

.image.country-image {
  z-index: 0;
  background-attachment: fixed;
  max-height: 100%;
}

.image.country-image.disabled {
  height: auto;
  inset: 0;
}

.rich-text-block {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.9em;
  display: block;
}

.rich-text-block h4 {
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5em;
}

.rich-text-block h3 {
  margin-top: 60px;
  font-size: 30px;
  font-weight: 600;
}

.rich-text-block li {
  margin-left: -1px;
}

.rich-text-block a {
  color: #40bfe8;
}

.text-block {
  justify-content: space-around;
  max-width: 75%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
}

.text-block.seo {
  max-width: 1000px;
}

.rich-text-block-2 {
  color: #3b758a;
  text-align: left;
  column-count: 3;
  column-gap: 50px;
  margin-bottom: 20px;
  font-size: 11px;
  line-height: 1.4em;
}

.rich-text-block-2 a {
  color: #3b758a;
  transition: all 0.2s;
}

.rich-text-block-2 a:hover {
  color: #40bfe8;
}

.rich-text-block-2.hide {
  display: none;
}

.checkout-wrapper {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 50px;
}

.shadow-box {
  z-index: 1;
  border-radius: 20px;
  max-width: 800px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 11px 150px #0035482e;
}

.pattern {
  background-image: url("../images/light-pattern_1light-pattern.jpg");
  background-position: 0 0;
  background-size: 63px;
  height: 60px;
}

.progress-line {
  color: #fff;
  background-color: #40bfe8;
  justify-content: space-between;
  align-items: center;
  width: 40%;
  height: 100%;
  padding-left: 30px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.step {
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 10px;
  display: flex;
}

.step._1 {
  display: flex;
}

.step._2 {
  flex-wrap: wrap;
  place-content: space-between center;
  align-items: flex-start;
  padding-top: 60px;
  padding-right: 50px;
  display: flex;
}

.text-field {
  text-align: left;
  background-color: #fff;
  border: 1px solid #c4cdda;
  border-radius: 3px;
  flex: 1;
  width: 100%;
  height: 55px;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

.text-field:focus {
  border-color: #40bfe8;
}

.text-field.green {
  border-color: #8ed600;
}

.text-field.red {
  border-color: #ff8a8a;
}

.checkout-label {
  color: #85a0b3;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.left-box {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding-right: 40px;
  display: flex;
}

.textarea-big {
  border: 1px solid #c4cdda;
  border-radius: 3px;
  width: 100%;
  max-width: 330px;
  min-height: 90px;
  max-height: 130px;
  margin-bottom: 20px;
  margin-right: 0;
  padding: 15px;
  font-size: 16px;
  line-height: 23px;
}

.textarea-big:focus {
  border-color: #40bfe8;
}

.paragraph {
  color: #85a0b3;
  line-height: 1.4em;
}

.button-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #40bfe8;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px 40px 22px 50px;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
  transform: translate(0);
  box-shadow: 0 8px 40px #40bfe880;
}

.button-2:hover {
  background-color: #5cd7ff;
  box-shadow: 0 15px 40px #40bfe82e;
}

.button-2.submit {
  padding-left: 70px;
  padding-right: 70px;
}

.button-2.inactive {
  box-shadow: none;
  background-color: #f1f2f6;
}

.arrow {
  font-size: 20px;
  font-weight: 400;
}

.number-box {
  width: 100%;
}

.month-box {
  width: 50%;
}

.cvc {
  text-align: left;
  width: 30%;
  margin-left: 40px;
  padding-right: 20px;
}

.year-box {
  width: 50%;
}

.text-block-2 {
  color: #85a0b3;
  margin-top: 50px;
  margin-left: 3%;
  margin-right: 3%;
}

.euro {
  color: #1f4254;
  margin-top: 15px;
  font-size: 25px;
  line-height: 1.5em;
}

.blue {
  color: #40bfe8;
}

.blue.bold {
  font-weight: 600;
}

.full-block {
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
  position: relative;
  left: -70px;
}

.back-link {
  color: #c0c9cf;
  margin-top: 25px;
  margin-right: 40px;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.2s;
}

.back-link:hover {
  color: #40bfe8;
}

.div-block-2 {
  align-items: flex-start;
  display: flex;
}

.legal-box {
  color: #85a0b3;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  max-width: 800px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wide-text-box {
  color: #85a0b3;
  width: 100%;
  max-width: 670px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-3 {
  line-height: 25px;
}

.heading {
  display: none;
}

.thnk-box {
  padding-top: 40px;
}

.thnk-text {
  margin-top: 20px;
  font-size: 16px;
}

.heading-3 {
  font-size: 30px;
}

.error-box {
  color: #ff4958;
  background-color: #ff49581a;
  border: 1px solid #ff49584d;
  border-radius: 5px;
  width: 800px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 40px 20px;
  font-size: 16px;
  line-height: 1.5em;
  display: block;
}

.bottom-menu-box {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 11px;
  text-decoration: none;
}

.bottom-menu-box.hide {
  display: none;
}

.bottom-menu-box._2 {
  padding-top: 10px;
  padding-bottom: 30px;
}

.botlink {
  color: #85a0b3;
  text-align: center;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all 0.2s;
}

.botlink:hover {
  color: #40bfe8;
}

.botlink.partner {
  color: #f88;
}

.spinner {
  margin-left: 20px;
}

.but {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #40bfe8;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  height: 65px;
  padding-left: 50px;
  padding-right: 20px;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
  box-shadow: 0 8px 40px #40bfe880;
}

.but:hover {
  background-color: #5cd7ff;
}

.but.spin {
  display: none;
}

.avers {
  z-index: 2;
  text-align: left;
  background-color: #fff;
  border: 1px solid #c4cdda;
  border-radius: 10px;
  width: 370px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
}

.date-box {
  width: 60%;
  display: flex;
}

.revers {
  z-index: 1;
  background-color: #f0f2f5;
  border-radius: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  width: 370px;
  height: 250px;
  display: flex;
  position: absolute;
  bottom: -30px;
  left: 130px;
}

.magnet-line {
  background-color: #dee2e8;
  width: 100%;
  height: 55px;
}

.button-box {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.link-block-2 {
  color: #ffffff6b;
  margin-right: 5px;
  padding: 1px 5px;
  font-size: 12px;
  text-decoration: none;
  transition: all 0.2s;
}

.link-block-2:hover {
  color: #fff;
}

.link-block-2:active,
.link-block-2:focus {
  background-color: #ffffff1f;
  border: 1px solid #fff;
  border-radius: 3px;
}

.link-block-2.active {
  color: #ffffff6b;
  cursor: default;
  border-color: #fff0;
}

.link-block-2.active:hover {
  background-color: #0000;
}

.langswitcher {
  margin-left: 20px;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 15px;
}

.langswitcher.hebrew {
  top: 15px;
  left: 15px;
  right: auto;
}

.div-block-3 {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 11px;
  margin-bottom: 30px;
  padding-top: 5px;
  font-size: 21px;
  text-decoration: none;
  display: block;
}

.link-2 {
  color: #40bfe8;
  text-decoration: none;
}

.link-2.ua {
  margin-bottom: 30px;
  font-size: 22px;
}

.tel {
  color: #003548;
  margin-right: 30px;
  text-decoration: none;
}

.div-block-4 {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.vcard_box {
  text-align: center;
}

.fn {
  display: none;
}

.fn.org {
  display: block;
}

.text-block-5 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 16px;
}

.yellow-link {
  color: #f7e33d;
}

.link-text {
  color: #40bfe8;
  text-decoration: none;
  transition: all 0.2s;
}

.link-text:hover {
  color: #ff4958;
}

.text-block-6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-block-6.partner,
.text-block-6.hebrew {
  text-align: center;
}

.div-block-5 {
  background-image: linear-gradient(#002b4d, #002b4d 1%, #015378);
  padding-bottom: 31px;
}

.sidebox {
  color: #fff;
  background-color: #464646;
  background-image: url("../images/pattern_1.jpg");
  background-position: 0 0;
  background-size: 75px;
  width: 36%;
  max-width: 440px;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 16px;
  line-height: 1.6em;
}

.heading-4 {
  margin-bottom: 30px;
}

.section {
  display: flex;
}

.vacancy-link {
  color: #000;
  background-color: #fff;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 47%;
  margin-bottom: 60px;
  padding: 40px 45px 80px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
  display: block;
  position: relative;
  box-shadow: 10px 0 40px #0000000f;
}

.vacancy-link:active {
  box-shadow: 0 1px 5px #00354830;
}

.div-block-7 {
  width: 90%;
  max-width: 700px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-8 {
  color: #000;
  flex: 1;
  padding-top: 60px;
  padding-bottom: 70px;
}

.image-3 {
  margin-left: 20px;
}

.breadcrumbs {
  color: #6c788e;
  margin-bottom: 30px;
  display: none;
}

.arrow-crumb {
  margin-left: 15px;
  margin-right: 15px;
}

.arrow-crumb.hebrew {
  transform: rotate(180deg);
}

.link-crumb {
  color: #6c788e;
  text-decoration: none;
  transition: all 0.2s;
}

.link-crumb:hover {
  color: #40bfe8;
}

.link-crumb.w--current {
  cursor: default;
}

.vac-block-title {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.vac-block {
  margin-top: 0;
  margin-bottom: 100px;
}

.vac-block.last {
  margin-bottom: 0;
}

.list-item {
  background-image: url("../images/dash.svg");
  background-position: 0 9px;
  background-repeat: no-repeat;
  background-size: 40px;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 71px;
}

.blue-dot {
  background-color: #40bfe8;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 10px;
  left: -18px;
}

.list-item-2 {
  margin-top: 15px;
  margin-left: 17px;
  position: relative;
}

.form-block {
  text-align: center;
  border-radius: 10px;
  max-width: 600px;
  padding: 50px 40px;
  box-shadow: 0 5px 40px #85a0b34d;
}

.field-label {
  color: #000;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
}

.textarea-2 {
  background-color: #fafbfb;
  border-color: #c0c9cf;
  border-radius: 4px;
  min-width: 100%;
  max-width: 100%;
  min-height: 120px;
  margin-bottom: 30px;
  padding: 15px;
  box-shadow: inset 0 1px 3px #85a0b363;
}

.div-block-14 {
  justify-content: space-between;
  display: flex;
}

.div-block-15 {
  width: 48%;
}

.input {
  background-color: #fafbfb;
  border-color: #c0c9cf;
  border-radius: 4px;
  min-width: 100%;
  max-width: 100%;
  height: 55px;
  margin-bottom: 30px;
  padding: 15px;
  box-shadow: inset 0 1px 3px #85a0b363;
}

.div-block-16 {
  color: #85a0b3;
  text-align: center;
  max-width: 600px;
  margin-top: 30px;
  font-size: 13px;
}

.sideblock {
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-5 {
  width: 100%;
  margin-top: 20px;
}

.html-embed {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 50px;
}

.div-block-17 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.prices-section {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: block;
}

.header-price-row {
  border-bottom: 2px solid #05d2ff;
  align-items: flex-end;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: flex;
}

.header-price-row.wg-row-head {
  font-size: 14px;
  font-weight: 400;
}

.quarter-box {
  text-align: left;
  width: 25%;
  font-size: 12px;
  line-height: 1.5em;
}

.quarter-box._1 {
  font-size: 12px;
}

.price-row {
  border-bottom: 1px solid #0003;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.price-row._2 {
  background-image: linear-gradient(
    to right,
    #fff,
    #f8f8f8 25%,
    #fbfbfc 75%,
    #fff
  );
}

.price-text {
  font-size: 16px;
}

.first-input-box {
  color: #536883;
  text-align: left;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.price-input {
  background-color: #fafbfb;
  border: 1px solid #fff0;
  border-radius: 4px;
  height: auto;
  margin-bottom: 0;
  padding-top: 23px;
  padding-bottom: 19px;
  padding-left: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  transition: all 0.2s;
  display: block;
  box-shadow: inset 0 1px 3px #3a465b40;
}

.price-input:focus {
  background-color: #fff;
  border: 1px solid #40bfe8;
}

.price-input._2 {
  flex: 1;
}

.price-input._2.with-arrow {
  padding-right: 46px;
}

.price-input._2.with-arrow.hebrew {
  text-align: right;
  padding-left: 46px;
  padding-right: 25px;
}

.price-input._2.hebrew {
  text-align: right;
  padding-left: 12px;
  padding-right: 25px;
}

.div-block-20 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-9-copy {
  margin-left: 15px;
  margin-right: 15px;
}

.arrows {
  transition: all 0.2s;
  position: absolute;
  top: 23px;
  right: 20px;
}

.arrows:hover {
  filter: hue-rotate(178deg);
}

.big-number {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
}

.third-box {
  color: var(--slate-grey);
  text-align: center;
  border-right: 1px solid #e3e7e9;
  width: 33.33%;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 16px;
  font-weight: 400;
}

.third-box._2 {
  border-right-color: #0000;
}

.third-box.hebrew {
  text-align: center;
  border-left: 1px solid #e3e7e9;
  border-right-style: none;
}

.prices-box {
  justify-content: space-around;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 10px;
  display: flex;
}

.prices-box._2 {
  margin-bottom: 0;
}

.prices-box._2.classicsim-hidden {
  display: none;
}

.input-box {
  flex: 1;
  position: relative;
}

.drop-block {
  z-index: 21;
  background-color: #fff;
  border-radius: 4px;
  display: none;
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 2px 50px #53688340;
}

.country-row {
  color: #000;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.1s;
  display: flex;
}

.country-row:hover {
  color: #fff;
  background-color: #40bfe8;
}

.country-row._2 {
  background-color: #f4f5f7;
  line-height: 1.5em;
}

.country-row._2:hover {
  background-color: #40bfe8;
}

.country-row.country-row-active {
  color: #fff;
  background-color: #40bfe8;
}

.text-block-12 {
  opacity: 0.5;
  margin-left: auto;
  font-size: 12px;
}

.shadow-block {
  background-color: #fff;
  border-radius: 15px;
  width: 800px;
  margin: 70px auto 40px;
  padding: 70px 60px;
  display: block;
  box-shadow: 0 2px 100px #3a465b33;
}

.shadow-block.light {
  border-radius: 15px 15px 17px 17px;
  margin-top: 40px;
  padding: 0;
}

.shadow-block.valentine-action {
  margin-top: 60px;
  margin-bottom: 100px;
}

.second-input-box {
  color: #536883;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.second-input-box.classicsim-hidden {
  display: none;
}

.link-3 {
  color: #40bfe8;
  text-decoration: none;
  transition: all 0.2s;
}

.link-3:hover {
  color: #ff4958;
}

.link-3.w--current {
  text-decoration: none;
  transition: all 0.2s;
}

.link-3.w--current:hover {
  color: #ff4958;
}

.text-block-13 {
  color: var(--slate-grey);
}

.title {
  color: var(--slate-grey);
  margin-right: 30px;
}

.title.hebrew {
  margin-left: 30px;
  margin-right: 0;
}

.qa-section {
  text-align: center;
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 90px;
  display: none;
}

.title-cheap {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  display: inline-block;
}

.question-link {
  color: #000;
  text-align: left;
  cursor: pointer;
  border: 1px solid #cbd5db;
  border-radius: 8px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding: 24px 20px 24px 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
}

.question-link:hover {
  border-color: #fff;
  flex-wrap: wrap;
  box-shadow: 0 13px 42px #00354830;
}

.question-link:active {
  box-shadow: 0 1px 5px #00354830;
}

.div-block-22 {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 49%;
  margin-left: auto;
  margin-right: auto;
}

.quest-row {
  flex-wrap: nowrap;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 1.5em;
  display: flex;
}

.div-block-23 {
  max-width: 1000px;
  margin: 50px auto 60px;
  display: flex;
}

.answer-box {
  width: 100%;
  overflow: hidden;
}

.arrow-q {
  margin-left: 20px;
}

.arrow-q.hebrew {
  margin-left: 0;
  transform: rotate(180deg);
}

.question-title {
  margin-bottom: 20px;
  font-size: 25px;
  position: relative;
}

.answer-block {
  border-bottom: 1px solid #e3e7e9;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 18px;
  line-height: 1.8em;
}

.number {
  color: #40bfe8;
  font-weight: 400;
  position: absolute;
  left: -30px;
}

.answers-box {
  width: 80%;
  max-width: 700px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.textarea-question {
  text-align: center;
  background-color: #fff;
  border-style: solid;
  border-color: #c0c9cf;
  border-bottom-width: 1px;
  border-radius: 5px;
  max-width: 100%;
  min-height: 100px;
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  overflow: auto;
}

.textarea-question:focus {
  border-color: #40bfe8;
}

.textarea-question.hebrew {
  text-align: center;
}

.text-field-2 {
  text-align: center;
  border-radius: 5px;
  height: 50px;
}

.div-block-25 {
  text-align: center;
}

.div-block-26 {
  display: block;
  position: absolute;
}

.div-block-27 {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.div-block-28,
.countries-block {
  position: relative;
}

.countries-suggest-block {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.text-block-14,
.text-block-15,
.text-block-16 {
  font-size: 12px;
}

.checkout-wrapper {
  z-index: 1;
  display: block;
  position: static;
}

.wrapper {
  z-index: 10;
  background-color: #000c;
  display: none;
  position: fixed;
  inset: 0;
}

.heading-7 {
  text-align: center;
  max-width: 500px;
  margin: 30px auto 20px;
  display: block;
}

.paragraph-4 {
  max-width: 500px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  display: block;
}

.div-block-29 {
  border-radius: 10px;
  max-width: 700px;
  margin: 20px auto 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.div-block-29.popup {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-weight: 600;
  display: block;
}

.close-popup {
  z-index: 6;
  position: absolute;
  inset: 0;
}

.form-box {
  z-index: 10;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 50px;
}

.cross {
  opacity: 0.4;
  color: #fff;
  padding: 10px;
  font-size: 29px;
  font-weight: 300;
  text-decoration: none;
  position: absolute;
  top: -30px;
  right: -30px;
}

.cross:hover {
  opacity: 1;
}

.text-block-17 {
  position: static;
}

.link-4 {
  color: #40bfe8;
  line-height: 25px;
}

.link-5 {
  color: #85a0b3;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 20px;
  text-decoration: none;
}

.link-6 {
  color: #85a0b3;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 11px;
  text-decoration: none;
}

.link-6.partner {
  color: #f88;
}

.link-7 {
  color: #85a0b3;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
}

.link-7.partner {
  color: #f88;
}

.div-block-30 {
  background-color: red;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  display: flex;
}

.text-block-18 {
  color: #fff;
  text-align: center;
  flex-direction: row;
  align-items: stretch;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.text-block-19 {
  margin: 5px 10px;
  font-family: "Fira Sans";
  font-size: 26px;
  text-decoration: none;
}

.link-block-3 {
  opacity: 0.8;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
}

.link-block-3:hover {
  opacity: 1;
}

.cookie {
  background-color: #0a0a26;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph-4.kiev {
  margin-bottom: 0;
}

.div-block-31 {
  justify-content: space-around;
  align-items: stretch;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-32 {
  text-transform: none;
  justify-content: space-around;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 90px;
  padding-bottom: 120px;
  display: flex;
  overflow: hidden;
}

.card_wrapper {
  perspective: none;
  background-color: #fff;
  border-radius: 25px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  height: 500px;
  display: flex;
  position: relative;
}

.card_wrapper._1 {
  border: 1px #00f3;
  border-radius: 20px;
  width: 580px;
  height: 480px;
  margin: 10px;
}

.card {
  height: 100%;
  position: relative;
}

.card_avers {
  backface-visibility: hidden;
  background-color: #fff;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  height: 100%;
  line-height: 20px;
  display: flex;
  transform: translate(0);
}

.card_reverse {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 25px;
  position: absolute;
  inset: 0;
  transform: rotateX(0) rotateY(180deg) rotateZ(0);
}

.div-block-33 {
  justify-content: center;
  width: 100%;
  display: block;
}

.image-4 {
  background-image: url("../images/243a25329b60c74a79da77f99e51796eca763c6f.jpg");
  background-position: 0 0;
  background-size: cover;
  min-width: 140px;
  max-width: 140px;
  min-height: 140px;
  max-height: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-20 {
  text-align: center;
  margin-top: 20px;
  margin-left: 50px;
  margin-right: 50px;
  font-size: 18px;
  line-height: 25px;
  display: inline-block;
}

.text-block-21 {
  text-align: center;
  margin-top: 40px;
  margin-left: 50px;
  margin-right: 50px;
  font-size: 14px;
}

.slide {
  background-color: #fff;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 500px;
  padding-bottom: 70px;
  display: inline-block;
}

.slide.ua {
  height: 350px;
}

.div-block-34 {
  margin-top: 30px;
}

.image-5 {
  max-width: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-22 {
  text-align: center;
  margin-top: 10px;
  margin-left: 50px;
  margin-right: 50px;
}

.text-block-23 {
  text-align: center;
  margin-top: 30px;
  margin-left: 50px;
  margin-right: 50px;
}

.div-block-35 {
  background-image: url("../images/243a25329b60c74a79da77f99e51796eca763c6f.jpg");
  background-position: -10px 0;
  background-size: cover;
  border: 1px solid red;
  border-bottom-width: 2px;
  border-radius: 70px;
  width: 140px;
  height: 140px;
  margin-top: 50px;
  margin-left: 50px;
  display: inline-block;
}

.div-block-36 {
  background-image: url("../images/243a25329b60c74a79da77f99e51796eca763c6f.jpg");
  background-position: -5px 0;
  background-size: cover;
  border: 1px solid red;
  border-radius: 35px;
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slide-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-37 {
  background-color: #fff;
  border-radius: 25px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-38 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 50px;
  display: flex;
  position: static;
  top: 0;
  right: 0;
}

.div-block-39 {
  background-image: url("../images/Артемий-Лебедев_.jpg");
  background-position: 50% 0;
  background-size: cover;
  border: 1px solid #000;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  display: inline-block;
}

.div-block-39.anashkevich {
  background-image: url("../images/Сергей-Анашкевич_.jpg");
}

.div-block-39.exler {
  background-image: url("../images/Алексей-Экслер_.jpg");
  background-position: 50% 0;
  background-size: cover;
}

.div-block-39.shevchenko {
  background-image: url("../images/Александр-Шевченко_.jpg");
}

.div-block-39.vert {
  background-image: url("../images/Антон-Верт_.jpg");
}

.div-block-39.ivan {
  background-image: url("../images/Иван.jpg");
}

.div-block-39.arseniy {
  background-image: url("../images/Арсений.jpg");
}

.div-block-39.taras {
  background-image: url("../images/Тарас-Демчук.jpg");
}

.div-block-39.marina {
  background-image: url("../images/Марина.jpg");
}

.div-block-40 {
  margin: 40px;
  position: relative;
}

.text-block-24 {
  text-align: center;
  margin: 0 25px 3px 0;
  font-size: 20px;
  font-weight: 600;
}

.text-block-25 {
  text-align: center;
  margin: 3px 0;
  font-size: 20px;
  font-weight: 600;
}

.text-block-26 {
  margin-left: 40px;
  margin-right: 40px;
  font-size: 18px;
  line-height: 27px;
}

.link-8 {
  color: #40bfe8;
  margin-top: 3px;
  margin-left: 0;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.2s;
}

.link-8:hover {
  color: #ff4958;
}

.mask-2 {
  width: 600px;
  height: 500px;
  overflow: visible;
}

.mask-2.ua {
  height: 350px;
}

.left-arrow,
.right-arrow {
  width: 25%;
}

.div-block-41 {
  align-items: center;
  display: flex;
}

.link-9 {
  color: #333;
  margin-right: 30px;
  text-decoration: none;
}

.text-block-27 {
  max-width: 90%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.section-2 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.div-block-42 {
  border-radius: 20px;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 95%;
  max-width: 1320px;
  margin: 220px auto 140px;
  padding: 70px 70px 20px;
  display: flex;
}

.div-block-43 {
  width: 5%;
  min-width: 340px;
  margin-bottom: 60px;
  padding-right: 5%;
}

.referal {
  margin-top: 10px;
  margin-bottom: 30px;
}

.image-6 {
  margin-bottom: 5px;
}

.section-3 {
  height: 691px;
}

.section-4.testimonials {
  background-image: url("../images/Table.jpg");
  background-position: 50%;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-8 {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 100px;
}

.div-block-44 {
  position: absolute;
  inset: 0;
}

.div-block-45 {
  clear: none;
  justify-content: space-around;
  width: 750px;
  margin: 30px auto 50px;
  display: flex;
  position: static;
  top: 700px;
}

.div-block-45._5 {
  width: 800px;
}

.div-block-46 {
  width: 31%;
  display: inline-block;
}

.section-5 {
  background-image: url("../images/Фон-1.jpg");
  background-position: 0 0;
  background-size: 1600px;
  height: 382px;
}

.div-block-47 {
  width: 70%;
  height: 382px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-block-48 {
  align-items: flex-end;
  height: 382px;
  display: flex;
}

.div-block-49 {
  display: inline-block;
}

.div-block-50 {
  width: 40%;
  display: inline-block;
}

.image-7 {
  position: relative;
  top: 10px;
}

.div-block-51 {
  display: inline-block;
}

.div-block-53 {
  direction: ltr;
  justify-content: space-around;
  width: 50%;
  max-width: 550px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-54 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  width: 20%;
  height: 100%;
  min-height: 372px;
  display: flex;
}

.div-block-55 {
  width: 40%;
  display: inline-block;
}

.div-block-56 {
  flex-direction: column;
  justify-content: space-around;
  width: 20%;
  height: 100%;
  min-height: 372px;
  display: flex;
}

.image-8 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-57 {
  height: 50%;
  min-height: 50%;
}

.div-block-58 {
  height: 50%;
  position: relative;
}

.image-9 {
  margin-left: 0;
  position: relative;
}

.image-9.right {
  right: 15px;
}

.image-10 {
  margin-bottom: 100px;
  margin-left: 20px;
}

.image-10.right {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  right: 35px;
}

.image-11 {
  margin-bottom: 100px;
  margin-right: 0;
  display: block;
}

.div-block-59 {
  margin-top: 0;
}

.heading-9 {
  text-align: center;
  width: 50%;
  max-width: 530px;
  margin: 0 auto 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4em;
  display: block;
}

.heading-9.partner {
  color: #1c4455;
  width: 90%;
  max-width: 90%;
  font-size: 40px;
}

.heading-9.partner.testimonials {
  color: #fff;
  font-weight: 700;
  line-height: 1em;
}

.heading-9.partner.first {
  margin-top: 50px;
}

.heading-9.blue {
  width: 90%;
  max-width: 90%;
  margin-bottom: 0;
  font-size: 40px;
}

.heading-9.hebrew {
  text-align: center;
}

.div-block-61 {
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}

.div-block-62 {
  margin-left: 5px;
  display: inline-block;
}

.div-block-63 {
  font-size: 28px;
}

.text-block-31 {
  font-size: 30px;
  font-weight: 600;
}

.text-block-32,
.text-block-33 {
  margin-top: 0;
  padding-left: 5px;
}

.div-block-64,
.div-block-65,
.div-block-66 {
  margin-top: 5px;
}

.text-block-34 {
  margin-top: 5px;
  padding-left: 5px;
}

.text-block-35,
.text-block-36,
.text-block-37 {
  font-weight: 600;
}

.div-block-67 {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 50px;
  display: flex;
}

.div-block-67.testimonials {
  margin-bottom: 0;
}

.div-block-67.jorney {
  align-self: stretch;
  margin-bottom: 0;
}

.button-3 {
  background-color: #40bfe8;
  border-radius: 70px;
  margin-bottom: 70px;
  padding: 20px 55px;
  font-size: 21px;
  transition: all 0.2s;
  position: relative;
}

.button-3:hover {
  transform: scale(1.1);
}

.text-block-38 {
  width: 590px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.4em;
  display: block;
}

.text-block-38.white {
  color: #fff;
  width: 590px;
}

.text-block-38.testimonials {
  color: #fff;
  width: 480px;
}

.div-block-68 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.div-block-69 {
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 50px auto;
  display: flex;
}

.div-block-69.product {
  justify-content: space-around;
  align-items: center;
  width: 80%;
  max-width: 80%;
}

.div-block-69.product._2 {
  width: 70%;
  max-width: 940px;
}

.div-block-69.partner,
.div-block-69.partner-copy {
  flex-wrap: wrap;
  justify-content: center;
}

.div-block-70 {
  background-color: #fff;
  border-radius: 20px;
  width: 320px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 35px;
  padding-bottom: 35px;
  display: inline-block;
  box-shadow: 0 0 50px #1c44551a;
}

.text-block-39 {
  margin-top: 0;
  margin-left: 28px;
  margin-right: 28px;
  line-height: 18px;
}

.text-span-2,
.bold-text {
  font-size: 16px;
}

.text-block-40 {
  font-size: 30px;
  font-weight: 600;
  line-height: 12px;
}

.row-2 {
  margin-top: 18px;
  margin-left: 28px;
  margin-right: 28px;
}

.row-2.product {
  margin-left: 10px;
  margin-right: 10px;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.text-block-41 {
  padding-left: 10px;
  line-height: 18px;
}

.text-block-41._2 {
  padding-left: 0;
  font-size: 16px;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.column-3 {
  padding-left: 0;
}

.column-4 {
  padding-left: 0;
  padding-right: 5px;
}

.column-4.partner {
  padding-right: 0;
}

.text-block-42 {
  padding-left: 5px;
}

.div-block-71 {
  width: 100%;
  max-width: 100px;
  margin-left: 10px;
  display: inline-block;
}

.partner-body {
  background-image: url("../images/pattern.png");
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 1440px;
}

.div-block-72 {
  display: inline-block;
}

.div-block-73 {
  margin-bottom: 30px;
  display: flex;
}

.div-block-73.line {
  margin-bottom: 0;
}

.reviews-points {
  align-items: center;
  display: flex;
}

.div-block-75 {
  margin-bottom: 30px;
  display: flex;
}

.div-block-75.line {
  margin-bottom: 0;
}

.div-block-76 {
  display: flex;
}

.section-6 {
  background-image: url("../images/Table.jpg");
  background-position: 0 0;
  background-size: cover;
  min-height: 593px;
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-77 {
  justify-content: space-around;
  width: 900px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-43,
.text-block-44 {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.text-block-45 {
  opacity: 0.5;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.div-block-78 {
  margin-left: 35px;
}

.div-block-79,
.div-block-80,
.div-block-81 {
  margin-bottom: 20px;
}

.div-block-87 {
  width: 200px;
  display: inline-block;
}

.div-block-88 {
  display: inline-block;
}

.div-block-89 {
  justify-content: space-around;
  margin-top: 18px;
  margin-left: 28px;
  margin-right: 28px;
  display: flex;
}

.image-12 {
  opacity: 0.5;
}

.link-10 {
  color: #333;
  text-decoration: none;
  transition: all 0.2s;
}

.link-10:hover {
  color: #40bfe8;
}

.wrapper-partner {
  z-index: 10000;
  opacity: 0;
  background-color: #000c;
  border-radius: 0;
  display: none;
  position: fixed;
  inset: 0;
}

.close-partner {
  display: block;
  position: absolute;
  inset: 0;
}

.text-block-46 {
  z-index: 1000;
  position: relative;
}

.form-block-2 {
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.submit-button {
  margin-left: auto;
  margin-right: auto;
  padding: 20px 45px;
  display: block;
}

.div-block-94 {
  z-index: 1000000000;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 360px;
  height: auto;
  max-height: 100%;
  margin: 20px auto;
  padding: 15px 30px 10px;
  display: block;
  position: relative;
  overflow: auto;
}

.div-block-95 {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-47 {
  text-align: center;
  margin: 10px auto 5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  display: block;
}

.text-field-3,
.text-field-4 {
  border-radius: 5px;
}

.text-field-5 {
  text-align: center;
  background-color: #c0c9cf1a;
  border-radius: 5px;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-bottom: 5px;
  padding-left: 0;
}

.textarea-3 {
  text-align: center;
  background-color: #c0c9cf1a;
  border-radius: 5px;
  min-width: 320px;
  max-width: 100%;
  min-height: 100px;
  margin-bottom: 10px;
  padding: 15px 0 8px;
  display: block;
}

.submit-spinner {
  background-image: url("../images/Spinner_1Spinner.gif");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.success-message {
  background-color: #0000;
}

.text-block-48 {
  font-size: 18px;
  line-height: 1.4em;
}

.text-span {
  font-family: "Fira Sans";
}

.section-8 {
  background-color: #20272c;
  justify-content: space-around;
  display: flex;
}

.new-footer {
  background-color: #20272c;
  justify-content: space-around;
  padding-top: 60px;
  display: flex;
}

.text-block-49 {
  color: #fff;
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 600;
}

.link-11 {
  color: #e3e3e3;
  margin-bottom: 8px;
  line-height: 1.2em;
  text-decoration: none;
  display: block;
}

.image-13 {
  margin-bottom: 11px;
}

.text-block-50 {
  color: #e3e3e3;
  margin-bottom: 1px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.45em;
}

.link-12 {
  color: #e3e3e3;
  margin-bottom: 11px;
  font-weight: 700;
  line-height: 1.43em;
  text-decoration: none;
}

.div-block-97 {
  display: block;
}

.image-14 {
  color: #e3e3e3;
  background-color: #e3e3e3;
  border-radius: 10px;
  margin-right: 8px;
}

.section-9 {
  display: none;
}

.div-block-101 {
  justify-content: flex-start;
  margin-top: 15px;
  display: flex;
}

.desktop-footer {
  background-color: #20272c;
  justify-content: space-around;
  padding-top: 60px;
  padding-bottom: 46px;
  display: block;
}

.div-block-106 {
  flex-direction: column;
  justify-content: space-around;
  min-width: 110px;
  max-width: 150px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.div-block-106.hebrew {
  justify-content: center;
  display: block;
}

.div-block-107 {
  min-width: 110px;
  max-width: 210px;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.div-block-108,
.div-block-109,
.div-block-110 {
  display: inline-block;
}

.link-17 {
  color: #e3e3e3;
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.link-18 {
  color: #e3e3e3;
  margin-bottom: 8px;
  font-weight: 300;
  text-decoration: none;
  transition: all 0.2s;
  display: block;
}

.link-18:hover {
  color: #40bfe8;
}

.link-18._2 {
  display: none;
}

.link-block-4,
.link-block-5 {
  display: block;
}

.image-19 {
  margin-bottom: 11px;
}

.button-5 {
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 5px;
  width: 100px;
  height: 33px;
  padding-left: 0;
  padding-right: 0;
  font-size: 11px;
  line-height: 1em;
}

.button-5.hebrew {
  text-align: center;
}

.button-5.order {
  height: 42px;
}

.image-20 {
  margin-bottom: 11px;
}

.image-21 {
  margin-bottom: 15px;
}

.text-block-57 {
  color: #e3e3e3;
  margin-bottom: 11px;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.45em;
}

.link-19 {
  color: #e3e3e3;
  margin-bottom: 11px;
  text-decoration: none;
}

.social-main {
  margin-right: 10px;
}

.div-block-111 {
  justify-content: space-between;
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-58 {
  color: #e3e3e3;
  text-align: left;
  margin-top: 33px;
  margin-left: 0;
  margin-right: 32px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 300;
  display: inline-block;
}

.text-block-58.hebrew {
  direction: ltr;
  margin-left: 32px;
  margin-right: 0;
}

.div-block-112 {
  justify-content: center;
  align-items: flex-end;
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-20 {
  color: #fff;
  text-decoration: none;
}

.link-20:hover {
  color: #40bfe8;
}

.div-block-114 {
  text-align: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-115 {
  width: 900px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-116 {
  display: inline-block;
}

.table-head {
  color: #fff;
  background-color: #40bfe8;
  justify-content: space-between;
  align-items: center;
  width: 900px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.head-element {
  text-align: center;
  width: 12%;
  padding: 15px 20px;
  display: block;
}

.country {
  text-align: center;
  width: 16%;
  padding: 15px 20px;
}

.text-block-59 {
  display: inline-block;
}

.table-line {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.country-line {
  width: 16%;
}

.line-element {
  text-align: right;
  border-bottom: 1px #000;
  border-right: 1px solid #000;
  width: 12%;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 10px;
}

.text-block-60 {
  border-style: none solid;
  border-color: #000;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
}

.link-block-8 {
  display: inline-block;
}

.div-block-117 {
  position: absolute;
  inset: 0;
}

.background {
  z-index: -1;
  background-color: #fff;
  position: absolute;
  inset: 0;
}

.heading-10 {
  text-align: center;
  width: 500px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-5 {
  text-align: left;
  width: 900px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-size: 18px;
  line-height: 1.2em;
  display: inline;
}

.heading-1 {
  text-align: center;
  width: 900px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-118,
.text {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-span-3,
.text-span-4 {
  padding-left: 30px;
  display: block;
}

.text-span-5 {
  padding-left: 30px;
  font-size: 18px;
  line-height: 1.2em;
  display: block;
}

.footer {
  padding-top: 100px;
}

.unordered-list,
.unordered-list-2 {
  font-size: 18px;
  line-height: 1.2em;
}

.text-block-61 {
  text-align: right;
  font-size: 18px;
}

.heading-12 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}

.text-block-62 {
  font-size: 18px;
  text-decoration: none;
}

.text-span-6 {
  text-decoration: none;
}

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

.text-span-7 {
  text-decoration: underline;
}

.list-item-3 {
  border: 1px solid #000;
  border-bottom-style: none;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 50px;
  display: flex;
}

.list-item-3._2 {
  border-style: solid solid none none;
  margin-left: 0;
}

.list-item-3._3 {
  border-bottom-style: solid;
}

.text-block-64 {
  padding-left: 10px;
}

.div-block-119 {
  justify-content: space-between;
  display: flex;
}

.div-block-120,
.text-block-65 {
  margin-top: 50px;
}

.text-span-8,
.text-span-9,
.text-span-10,
.text-span-11,
.text-span-12,
.text-span-13,
.text-span-14 {
  border-bottom: 1px solid #000;
}

.div-block-121 {
  justify-content: flex-start;
  display: flex;
}

.div-block-122 {
  border-bottom: 1px solid #000;
  width: 100%;
}

.text-block-66 {
  font-size: 18px;
}

.image-22 {
  border-radius: 50px;
  width: 100px;
  height: 100px;
}

.content {
  background-image: url("../images/clouds.jpg");
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.content.reviews {
  padding-bottom: 50px;
}

.journey-review.left {
  background-color: #fff;
  margin-bottom: 60px;
  padding: 40px;
  box-shadow: 4px 4px 12px #0000001a;
}

.journey-review.left.no-padding {
  text-align: center;
  padding: 0;
}

.div-block-123 {
  justify-content: flex-start;
  margin-top: 0;
  display: flex;
}

.image-23 {
  border-radius: 20px;
  width: 40px;
  height: 40px;
}

.text-block-67 {
  margin-left: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}

.text-block-68 {
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
}

.link-21 {
  color: #40bfe8;
  margin-top: 20px;
  padding-bottom: 0;
  text-decoration: none;
  display: block;
}

.left-column {
  width: 50%;
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.right-column {
  width: 50%;
  margin-top: 0;
  margin-left: 60px;
  position: relative;
}

.video {
  border-radius: 10px;
  width: 460px;
  margin-bottom: 20px;
  box-shadow: 4px 4px 12px #0000001a;
}

.video.review {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-69 {
  margin-top: 25px;
  margin-bottom: 70px;
  font-size: 21px;
  font-weight: 600;
  line-height: 28px;
}

.html-embed-2 {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.html-embed-3 {
  width: 460px;
  margin-bottom: 20px;
}

.html-embed-3.review {
  margin-left: auto;
  margin-right: auto;
}

.testimonials {
  color: #fff;
}

.hebrew {
  direction: rtl;
  text-align: right;
}

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

.form-block-3 {
  margin-bottom: 0;
}

.hebrew-h3,
.hebrew-5 {
  direction: rtl;
}

.link-22 {
  width: 600px;
}

.div-block-124 {
  clear: none;
  flex: 0 auto;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 27px;
}

.microformat-jsonld {
  display: block;
}

.service-unavailable {
  text-align: center;
  margin-top: 60px;
  font-size: 20px;
  display: block;
}

.service-unavailable.service-unavailable__ru,
.service-unavailable.service-unavailable__en,
.service-unavailable.service-unavailable__uk {
  display: none;
}

.container-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.term-section-ru {
  border-top: 2px solid #40bfe8;
  margin-top: 40px;
  padding-top: 40px;
  display: block;
}

.text-block-70 {
  text-align: left;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 41px;
  padding-bottom: 0;
  display: block;
}

.link-23 {
  font-size: 18px;
}

.link-24 {
  display: inline;
}

.wrapper-referal-rule {
  margin-top: 30px;
}

.text-agree {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-agree.warn {
  border-top: 2px solid #40bfe8;
  padding-top: 50px;
}

.only_for {
  direction: ltr;
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.wg-row-head {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

.text-block-71 {
  font-weight: 600;
}

.div-block-125 {
  background-color: #fff;
  border-radius: 15px;
  margin-top: 70px;
  padding: 50px 60px 70px;
}

.heading-13 {
  margin-top: 0;
  font-weight: 600;
}

.wg-tariff-top {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.wg-tariff-left {
  flex: 0 auto;
  width: 55%;
  padding-bottom: 0;
  padding-left: 60px;
}

.wg-tariff-right {
  flex: 1;
  padding-right: 50px;
}

.text-block-72 {
  color: #fafafa;
  text-align: left;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-73 {
  color: #d7d7d7;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.bold-text-2 {
  color: #e7e7e7;
  font-weight: 600;
}

.heading-14 {
  text-align: center;
  width: 90%;
  max-width: 940px;
  margin: 70px auto 20px;
  font-weight: 600;
  display: block;
}

.section-10 {
  width: 90%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 100px;
  display: block;
}

.paragraph-6 {
  text-align: center;
  width: 90%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 24px;
  display: block;
}

.container-4 {
  justify-content: center;
  display: flex;
}

.bold-text-3 {
  color: #e7e7e7;
  font-weight: 600;
}

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

.container-5 {
  padding-top: 40px;
}

.bold-text-4 {
  font-weight: 600;
}

.uzhin_text_block {
  text-align: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.uzhin_text {
  color: #333;
  font-size: 18px;
  line-height: 24px;
}

.uzhin-what-need {
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
}

.uzhin-h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
  font-weight: 400;
}

.red {
  color: #ff0808;
  font-weight: 400;
}

.subscribe {
  text-align: center;
  background-color: #51839b;
  padding: 20px 20px 50px;
  display: block;
}

.heading-16 {
  color: #fff;
  margin-bottom: 28px;
  font-size: 30px;
}

.text-field-6 {
  text-align: center;
  flex: 0 auto;
  width: 180px;
  margin-top: -10px;
  margin-bottom: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 21px;
  display: block;
}

.form {
  clear: none;
  justify-content: center;
  align-items: center;
  display: block;
}

.form.alone {
  margin-top: 30px;
}

.checkbox-label {
  float: none;
  color: #fff;
  margin-left: 11px;
  padding-left: 0;
  font-size: 16px;
  display: inline;
}

.checkbox-field {
  padding-left: 0;
  display: inline-block;
}

.checkbox {
  float: none;
  margin-left: 0;
  font-size: 16px;
  display: inline;
  transform: scale(1.5);
}

.div-block-127 {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.div-block-128 {
  clear: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sublink {
  color: #223b4e;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.sublink.alone {
  font-weight: 400;
}

.insurance-icons {
  background-color: #fff;
  border-radius: 15px;
  justify-content: space-around;
  max-width: 940px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 10px 0;
  display: flex;
}

.div-block-129 {
  width: 200px;
  min-height: 100px;
}

.insurance-prop {
  width: 200px;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

.text-block-74 {
  font-size: 16px;
}

.prop-image {
  width: 100%;
  margin-bottom: 11px;
}

.form-block-4 {
  margin-bottom: 30px;
}

.subscribe-success {
  color: #004b06;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  display: none;
}

.subscribe-success.alone {
  margin-top: 30px;
  display: none;
}

.subscribe-error {
  color: #630202;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  display: none;
}

.text-field-7 {
  display: block;
}

.link-25 {
  font-size: 21px;
}

.vpn-how-section {
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-130 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.vpn-how-list {
  justify-content: space-between;
  margin-top: 70px;
  padding-top: 0;
  display: flex;
}

.heading-17 {
  width: 30%;
}

.vpn-how-item {
  cursor: default;
  border: 1px #000;
  border-radius: 20px;
  width: 30%;
  padding: 0 20px 20px;
  box-shadow: 0 11px 20px -14px #00000082;
}

.vpn-how-text {
  font-size: 16px;
}

.vpn-how-heading {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
}

.heading-18 {
  margin-bottom: 70px;
}

.vpn-get-section {
  padding-top: 90px;
  padding-bottom: 70px;
}

.vpn-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.vpn-join-section {
  border-radius: 7px;
  padding-top: 100px;
  padding-bottom: 70px;
}

.vpn-joinj-list {
  justify-content: space-between;
  margin-top: 70px;
  display: flex;
}

.vpn-card-yes {
  background-image: url("../images/ok.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 66px;
  width: 47%;
  padding-left: 86px;
}

.vpn-card-apps {
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

.vpn-app-link {
  cursor: pointer;
  width: 45%;
}

.vpn-app-link.google {
  cursor: pointer;
}

.vpn-title-card {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
}

.vpn-card-no {
  background-image: url("../images/no.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 66px;
  width: 47%;
  padding-left: 86px;
}

.vpn960 {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.vpn960.esim-delivery-back {
  background-image: url("../images/woman-hand-ru.png");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 250px;
}

.vpn-top-section {
  background-color: #0a0a26;
  background-image: url("../images/airplane.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  max-width: none;
  min-height: 100vh;
  padding-bottom: 40px;
  position: static;
}

.vpn-order-button {
  text-align: center;
  background-color: #38dbff;
  border-radius: 9px;
  margin-top: 19px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 18px;
  font-weight: 600;
  transition: background-color 0.3s;
}

.vpn-order-button:hover {
  background-color: #00bbe5;
}

.vpn-order-button.esim {
  padding-left: 28px;
  padding-right: 28px;
}

.paragraph-7 {
  font-size: 16px;
}

.drim-vpn-text {
  color: #888;
  min-height: 4em;
  font-size: 16px;
}

.vpn-logo {
  flex: 0 auto;
  margin-top: 0;
  display: block;
  position: static;
  bottom: 0;
  overflow: visible;
}

.vpn-logo._2 {
  margin-top: 70px;
}

.vpn-top-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
  padding-left: 50px;
  display: flex;
  position: relative;
}

.vpn-top-wrapper.hebrew {
  padding-left: 0;
  padding-right: 50px;
}

.vpn-number {
  color: #05d2ff;
  font-size: 18px;
  font-weight: 600;
}

.vpn-get-item {
  cursor: default;
  border: 1px #000;
  border-radius: 0;
  width: 30%;
  padding: 0 0 20px;
}

.vpn-en-gp {
  width: 160px;
  max-width: none;
}

.recovery-top-section {
  background-color: #fff;
  background-image: url("../images/airplane_gray.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  max-width: none;
  min-height: 100vh;
  padding-bottom: 60px;
  position: static;
}

.div-block-131 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.freshchat-block {
  text-align: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.freshchat-block.top {
  text-align: left;
}

.recovery-gp-image {
  width: 165px;
}

.recovery-title {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.recovery-text {
  font-size: 16px;
}

.subscribeblock {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: block;
}

.subemail {
  text-align: left;
  flex: none;
  width: 180px;
  margin-top: -5px;
  margin-bottom: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 21px;
  display: inline-block;
}

.subscribe-text {
  color: #fff;
  max-width: 900px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.subscribe-text.alone {
  color: #333;
  text-align: justify;
  margin-top: 30px;
}

.subscribe-title {
  color: #fff;
  max-width: 900px;
  margin: 20px auto 28px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4em;
}

.binding-h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  display: block;
  overflow: auto;
}

.binding-p {
  letter-spacing: 0.5px;
  font-size: 16px;
  line-height: 26px;
}

.binding-p.margin {
  margin-top: 50px;
}

.binding-how-list {
  justify-content: space-between;
  margin-top: 70px;
  padding-top: 0;
  display: flex;
}

.binding-how-list.first {
  margin-bottom: 50px;
}

.binding-how-item {
  cursor: default;
  border: 1px #000;
  border-radius: 20px;
  width: 48%;
  padding: 20px;
  box-shadow: 0 0 20px -5px #0000004f;
}

.binding-how-item.first {
  padding-left: 35px;
}

.binding-how-do {
  margin-bottom: 0;
}

.binding-price-section {
  margin-bottom: 0;
  padding-top: 90px;
}

.binding-join-text {
  color: #888;
  letter-spacing: 0.5px;
  min-height: 5em;
  margin-top: 16px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.binding-how-section {
  background-color: #0000;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 0 0;
  display: flex;
}

.binding-anchor {
  margin-top: 15px;
  display: block;
}

.binding-button-block {
  text-align: center;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.list {
  list-style-type: disc;
}

.list.binding {
  color: #e5e5e5;
  margin-left: -20px;
  padding-left: 20px;
  font-size: 16px;
  list-style-type: disc;
}

.binding.list {
  list-style-type: none;
}

.list-item-5 {
  margin-bottom: 0;
}

.binding-list-item {
  margin-bottom: 28px;
  line-height: 1.8em;
  list-style-type: disc;
}

.binding-list-text {
  color: #333;
  letter-spacing: 0.5px;
}

.binding-list-text.gray {
  color: #e3e3e3;
  text-decoration: none;
}

.bold-text-5 {
  display: inline-block;
}

.binding-top-section {
  background-color: #0a0a26;
  background-image: url("../images/list1.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  max-width: none;
  min-height: 100vh;
  padding-bottom: 80px;
  position: relative;
  transform: translate(0);
}

.binding-images {
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.binding-image {
  max-width: 35%;
  display: block;
}

.binding-image._1 {
  border: 1px solid #e5e5e5;
  border-radius: 15px;
}

.binding-plus {
  background-image: url("../images/mark-blue.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  align-items: flex-start;
  padding-top: 36px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.binding-mark {
  align-self: stretch;
  width: 24%;
  padding-right: 13px;
}

.binding-mark.plus {
  background-image: url("../images/binding-mark-plus.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.binding-mark.minus {
  background-image: url("../images/binding-mark-minus.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.binding-mark.drim {
  border-left: 1px solid #1dafec;
  border-right: 1px solid #1dafec;
}

.binding-mark._2 {
  background-color: #fbfbfb;
}

.binding-mark-text {
  letter-spacing: 0.5px;
  flex: 1;
  font-size: 16px;
}

.binding-mark-list {
  margin-top: 23px;
}

.binding-title {
  color: #333;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.privacy-block {
  margin-bottom: 50px;
}

.privacy-block.ru {
  margin-top: 50px;
  margin-bottom: 40px;
}

.policy-h1-ru {
  text-align: center;
  width: 500px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.privacy-link {
  margin-top: 30px;
  margin-bottom: 30px;
}

.privacy-h1 {
  text-align: center;
  width: 500px;
  margin: 0 auto 30px;
  display: block;
}

.privacy-h1.ru {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.privacy-href {
  font-size: 18px;
}

.agreement-h1 {
  text-align: center;
  width: 500px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.agreement-h1.ru {
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.scroller {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.scroller-link {
  color: #888;
  font-size: 14px;
}

.scroller-link.white {
  color: #fff;
}

.scroller-link.black {
  color: #000;
}

.scroller-link.valentine-action {
  color: #fff;
}

.scroller-wheel {
  border: 1.5px solid #05d2ff;
  border-radius: 15px;
  flex: 0 auto;
  width: 16px;
  height: 25px;
  margin-right: 10px;
  position: relative;
}

.esim-top-section {
  background-color: #141414;
  background-image:
    url("../images/esim-illustration.png"), url("../images/airplane.svg");
  background-position:
    100% 100%,
    0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 835px, cover;
  width: auto;
  max-width: none;
  min-height: 100vh;
  padding-bottom: 40px;
  position: static;
}

.esim-heading-white {
  color: #fff;
  display: inline;
}

.esim-p16 {
  color: #888;
  width: 100%;
  max-width: 340px;
  font-size: 16px;
  line-height: 22px;
}

.esim-top-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 940px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
  position: relative;
}

.esim-top-wrapper.hebrew {
  padding-left: 0;
  padding-right: 50px;
}

.esim-h1 {
  color: #40bfe8;
  background-color: #0000;
  margin-top: 0;
}

.div-block-133 {
  width: auto;
}

.esim-plus-list {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
  padding-top: 0;
  display: flex;
}

.esim-plus-item {
  cursor: default;
  width: 48%;
  padding-top: 0;
  padding-bottom: 20px;
  padding-right: 0;
}

.esim-button {
  color: #38dbff;
  background-color: #fff;
  border: 2px solid #38dbff;
  border-radius: 6px;
  margin-top: 19px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 18px;
  font-weight: 600;
  transition: background-color 0.3s;
  position: absolute;
  inset: auto auto 0% 19%;
}

.esim-button:hover {
  color: #fff;
  background-color: #00bbe5;
}

.esim-button.esim {
  padding-left: 28px;
  padding-right: 28px;
}

.esim-step-item {
  margin-bottom: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.esim-step-item.icon-cach {
  background-image: url("../images/esim-icon-cash_1esim-icon-cash.png");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 34px;
}

.esim-step-item.icon-mail {
  background-image: url("../images/esim-icon-mail_1esim-icon-mail.png");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 34px;
}

.esim-step-item.icon-sim {
  background-image: url("../images/esim-icon-sim_1esim-icon-sim.png");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 34px;
}

.esim-delivery-h3 {
  margin-top: 29px;
  margin-bottom: 39px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
}

.esim-card-1 {
  background-image: url("../images/esim-icon-delivery.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 66px;
  width: 47%;
  padding-left: 86px;
  position: relative;
}

.esim-card-2 {
  background-image: url("../images/esim-icon-tour.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 66px;
  width: 47%;
  padding-left: 86px;
  position: relative;
}

.esim-text {
  font-size: 16px;
  line-height: 24px;
}

.esim-delivery-section {
  padding-top: 70px;
}

.scroller-block {
  align-items: center;
  display: flex;
}

.scroller-block.club {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.scroller-block.abs {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.esim-scroller {
  margin-top: 70px;
  position: static;
  inset: auto 0% 0%;
}

.esim-scroller.club {
  position: absolute;
  inset: auto 0% 60px;
}

.esim-scroller.abs {
  margin-top: 0;
  position: absolute;
  bottom: 60px;
}

.esim-comfort-section {
  background-color: #0000;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 0 0;
  display: block;
}

.esim-join-list {
  justify-content: space-between;
  height: 250px;
  margin-top: 70px;
  display: flex;
}

.subscribe-label {
  float: none;
  color: #333;
  margin-left: 11px;
  padding-left: 0;
  font-size: 16px;
  display: inline;
}

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

.subscribe-heading {
  text-align: center;
  transform: translate(0);
}

.subscribe-links {
  clear: none;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subscribe-links.alone {
  padding-left: 13px;
}

.subscribe-gift {
  margin-top: 50px;
}

.subscribe-h3 {
  text-align: left;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
}

.vpn-warning-section {
  margin-bottom: 50px;
}

.price_10 {
  display: inline;
}

.insurance-top {
  flex-flow: column wrap;
  justify-content: flex-start;
  min-height: 100vh;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.insurance-top.partner {
  height: 600px;
}

.insurance-top.journey {
  background-image: url("../images/alexei-scutari-518459-unsplash-1.jpg");
  background-position: 50%;
  background-size: cover;
  padding-bottom: 130px;
}

.heading-insurance {
  text-align: center;
  width: auto;
  margin: 0 auto 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4em;
  display: block;
}

.heading-insurance.partner {
  color: #1c4455;
  width: 90%;
  max-width: 90%;
  font-size: 40px;
}

.heading-insurance.partner.testimonials {
  color: #fff;
  line-height: 1em;
}

.heading-insurance.partner.first {
  margin-top: 50px;
}

.heading-insurance.blue {
  width: 90%;
  max-width: 90%;
  margin-bottom: 0;
  font-size: 40px;
}

.heading-insurance.hebrew {
  text-align: center;
}

.insurance-why {
  padding-top: 90px;
}

.insurance-why.testimonials {
  background-image: url("../images/Table.jpg");
  background-position: 50%;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.insurance-items {
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 50px auto;
  display: flex;
}

.insurance-items.product {
  justify-content: space-around;
  align-items: center;
  width: 80%;
  max-width: 80%;
}

.insurance-items.product._2 {
  width: 70%;
  max-width: 940px;
}

.insurance-items.partner {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: auto;
}

.insurance-abroad {
  padding-top: 70px;
}

.insurance-abroad.testimonials {
  background-image: url("../images/Table.jpg");
  background-position: 50%;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.home-list {
  justify-content: space-around;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.homelink {
  font-size: 20px;
}

.vpn-get {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.recovery-section {
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.recovery-activate {
  padding-top: 90px;
  padding-bottom: 70px;
}

.recovery-how-list {
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 0;
  display: flex;
}

.recovery-how-item {
  cursor: default;
  border: 1px #000;
  border-radius: 20px;
  width: 30%;
  padding: 0 20px 20px;
  box-shadow: 0 11px 20px -14px #00000082;
}

.partner-section {
  padding-top: 90px;
}

.partner-section.testimonials {
  background-image: url("../images/Table.jpg");
  background-position: 50%;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.privacy-heading {
  text-align: center;
  width: 900px;
  margin: 30px auto 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: block;
}

.terms-h1 {
  text-align: center;
  width: 500px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-134 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}

.text-content {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  font-size: 18px;
  line-height: 1.9em;
}

.paragraph-8 {
  line-height: 1.9em;
}

.text-heading {
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5em;
}

.text-heading.big {
  margin-top: 60px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4em;
}

.text-link {
  color: #40bfe8;
}

.delimiter {
  min-height: 30px;
}

.tariff-table-wrapper {
  border-radius: 15px;
  max-width: 940px;
  margin: 20px auto 50px;
  overflow: visible;
}

.tariff-table {
  border-radius: 15px;
  min-width: 700px;
  overflow: hidden;
}

.tariff-table-header {
  color: #fff;
  background-color: #40bfe8;
  align-items: center;
  padding: 15px 20px;
  display: flex;
}

.tariff-table-column {
  text-align: center;
  flex: 12%;
  padding-left: 3px;
  padding-right: 3px;
}

.tariff-table-column.first {
  text-align: left;
  flex: 1.25 1.25 15%;
}

.tariff-table-column.big-price {
  flex: 13%;
}

.tariff-table-row {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 20px;
  display: flex;
}

.drim-top-section {
  background-color: #141414;
  background-image: url("../images/airplane.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.club-top-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 940px;
  max-width: 940px;
  height: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.club-top-wrapper.hebrew {
  padding-left: 0;
  padding-right: 50px;
}

.white {
  color: #fff;
}

.white.external {
  background-image: url("../images/external_white_icon.svg");
  background-position: 100% 55%;
  padding-right: 23px;
  text-decoration: underline;
  display: inline-block;
}

.club-top-block {
  color: #fff;
  flex: none;
  width: 400px;
  margin-right: 30px;
  position: relative;
}

.club-top-block.hebrew {
  text-align: right;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.club-top-block.restore {
  flex: 0 auto;
  margin-right: 0;
}

.club-top-block.esim {
  width: 450px;
}

.club-p18 {
  color: #888;
  width: 100%;
  font-size: 18px;
  line-height: 26px;
}

.club-text-wrapper {
  width: 100%;
  margin-top: 25px;
}

.club-text-wrapper._2 {
  color: #636363;
}

.club-text-wrapper.big {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.club-text-wrapper.big._2 {
  margin-top: 35px;
  margin-bottom: 25px;
}

.club-plus-items {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 50px;
  padding-top: 0;
  display: flex;
}

.club-plus-item {
  cursor: pointer;
  width: 31%;
  padding: 20px 29px 64px 41px;
  text-decoration: none;
  transition: all 0.2s;
  position: relative;
  box-shadow: 0 10px 40px #0000000f;
}

.club-plus-item:hover {
  transform: translate(0, -5px);
  box-shadow: 0 20px 40px #0000000f;
}

.club-plus-image {
  position: static;
}

.club-plus-heading {
  margin: 25px 0 15px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4em;
  text-decoration: none;
}

.club-plus-heading.sale {
  min-height: 90px;
  margin-top: 15px;
  line-height: 30px;
}

.club-plus-heading.alone {
  color: #333;
  margin-top: 10px;
  margin-bottom: 45px;
}

.club-plus-heading.use {
  color: #333;
  line-height: 30px;
}

.club-plus-text {
  color: #888;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.club-plus-text._470 {
  width: 470px;
}

.club-sale-section {
  min-height: 100vh;
  padding-top: 140px;
}

.club-sale-items {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 105px;
  display: flex;
}

.club-sale-item {
  width: 25%;
  padding-bottom: 30px;
  padding-right: 20px;
}

.club-sale-num {
  color: #05d2ff;
  font-size: 18px;
  font-weight: 600;
}

.club-use-section {
  background-color: #0000;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 0 100px;
  display: block;
}

.club-plus-plus {
  color: #05d2ff;
}

.club-partner-items {
  justify-content: space-between;
  display: flex;
}

.club-partner-item {
  width: 30%;
}

.club-partner-image {
  margin-bottom: 18px;
}

.club-image {
  height: 58px;
}

.club-recommend-section {
  margin-top: 0;
  padding-top: 100px;
}

.club-rec-items {
  flex-wrap: wrap;
  place-content: space-around space-between;
  margin-top: 105px;
  display: flex;
}

.club-rec-item {
  flex: none;
  width: 46%;
  padding-bottom: 60px;
}

.club-join-section {
  border-radius: 7px;
  padding-top: 140px;
  padding-bottom: 120px;
}

.club-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.club-title.in-slider {
  margin-bottom: 85px;
}

.club-arrow {
  position: absolute;
  inset: auto auto 24px 40px;
}

.club-arrow.vacancy {
  left: 45px;
}

.club-arrow.refund {
  left: 30px;
}

.club-h1 {
  clear: both;
  margin-top: 0;
  font-size: 42px;
  line-height: 50px;
}

.div-block-135 {
  float: left;
}

.club-animated-cursor {
  float: left;
  background-color: #05d2ff;
  width: 4px;
  height: 45px;
  margin-left: 10px;
  margin-right: 10px;
  display: none;
}

.club-slide {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider-2 {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  min-width: auto;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.club-slider-section {
  background-color: #fbfbfb;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.icon-4 {
  background-color: #00bbe5;
}

.club-slider-arrow {
  color: #fff;
  background-color: #00bbe5;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  display: block;
}

.club-slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  min-width: 0;
  min-height: 550px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slide-nav-2 {
  display: block;
  overflow: visible;
}

.club-audio-section {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.tariff-icon {
  display: none;
}

.image-25 {
  display: block;
}

.club-slide-block {
  align-items: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.slide-image {
  width: 500px;
  margin-right: 30px;
}

.mask-3 {
  overflow: hidden;
}

.club-content {
  align-items: center;
  display: flex;
  position: relative;
}

.club-content-block {
  z-index: 5;
  flex: 1;
  padding-left: 0;
}

.club-content-image {
  z-index: 5;
  margin-left: -24px;
  margin-right: 170px;
  position: relative;
}

.content-note {
  position: absolute;
  left: 318px;
}

.circle-image {
  background-color: #05d2ff;
  border-radius: 50%;
  justify-content: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.wave {
  position: absolute;
  top: 13px;
  left: 11px;
}

.div-block-136 {
  z-index: 1;
  left: 306px;
}

.vac-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.vac-h1 {
  margin-top: 0;
  margin-bottom: 20px;
}

.no-vacancies {
  display: none;
}

.body-club {
  overflow: visible;
}

.vac-text {
  color: #fff;
  max-width: 460px;
  margin-bottom: 0;
}

.vac-list {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -140px;
  display: flex;
  position: relative;
}

.button-6 {
  background-color: #40bfe8;
  border-radius: 70px;
  padding: 22px 55px 20px;
  font-size: 21px;
  transition: all 0.2s;
}

.button-6:hover {
  transform: scale(1.1);
  box-shadow: 0 25px 43px -15px #00759bb3;
}

.button-6:active {
  box-shadow: none;
  transform: none;
}

.vacancy-form {
  border-radius: 10px;
  max-width: 620px;
  margin-bottom: 0;
}

.div-block-137 {
  color: #85a0b3;
  text-align: center;
  max-width: 600px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
}

.text-block-75 {
  margin: 10px auto;
  display: inline-block;
}

.link-crumb-2 {
  color: #6c788e;
  text-decoration: none;
  transition: all 0.2s;
}

.link-crumb-2:hover {
  color: #40bfe8;
}

.vac-policy {
  text-align: left;
  margin: 33px auto 0;
  font-size: 16px;
}

.vac-policy.partner,
.vac-policy.hebrew {
  text-align: center;
}

.vac-form-heading {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 31px;
  font-weight: 700;
  line-height: 36px;
}

.slider-left {
  transform-origin: 50%;
  background-color: #00bbe5;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  margin-bottom: 3px;
  transition: transform 0.2s;
  inset: auto auto 0% 50%;
  transform: translate(-70px);
}

.slider-left:hover {
  transform: scale(1.1) translate(-70px);
}

.slider-right {
  background-color: #00bbe5;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  margin-bottom: 3px;
  transition: transform 0.2s;
  inset: auto 50% 0% auto;
  transform: translate(70px);
}

.slider-right:hover {
  transform: scale(1.1) translate(70px);
}

.club-apps {
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.slider-nav {
  display: none;
  overflow: visible;
}

.overlay {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.overlay.continent {
  background-color: #00000080;
}

.club-alert {
  color: #888;
  margin-top: 47px;
  padding-left: 86px;
  font-size: 16px;
}

.no-vac-title {
  color: #333;
  text-align: center;
  margin-top: 44px;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
  display: none;
}

.remodal-esim {
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 360px;
  height: auto;
  margin: 40px auto;
  padding: 30px 20px 20px;
  display: block;
  position: relative;
}

.remodal-esim.questions {
  z-index: 2147483647;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.remodal-esim._2 {
  width: 500px;
  max-width: none;
  padding-bottom: 50px;
}

.esim-alert {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: "Fira Sans";
  font-size: 16px;
}

.esim-alert-checkbox {
  text-align: left;
  margin-bottom: 17px;
}

.esim-remodal-title {
  color: #141414;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  display: block;
  overflow: auto;
}

.esim-remodal-button {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.esim-label {
  color: #333;
  margin-bottom: 20px;
  font-size: 16px;
  display: inline;
}

.esim-alert-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hidden {
  display: none;
}

.subscribe-h3-2 {
  text-align: left;
  margin-bottom: 30px;
}

.subscribe-success-2 {
  color: #004b06;
  margin-top: 0;
  margin-bottom: 30px;
  display: none;
}

.subscribe-success-2.alone {
  margin-top: 30px;
  display: none;
}

.subscribe-error-2 {
  color: #630202;
  margin-top: 0;
  margin-bottom: 30px;
  display: none;
}

.club-join-list {
  justify-content: space-between;
  margin-top: 100px;
  display: flex;
}

.club-menu-wrapper {
  position: absolute;
  inset: 0% 0% auto;
}

.partner-items {
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 940px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.partner-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.partner-item-text {
  text-align: left;
  padding-left: 10px;
}

.wrap {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 20px;
  position: relative;
}

.wrap.nav {
  align-items: center;
  height: 80px;
  display: flex;
}

.wrap.top-country {
  color: #fff;
  padding-top: 40px;
  position: relative;
}

.wrap.continent {
  z-index: 2;
  color: #fff;
}

.wrap.reviews {
  overflow: hidden;
}

.wrap.partner {
  overflow: visible;
}

.wrap.partner-one {
  background-image: url("../images/partner-box.png");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.wrap.drimvpn {
  overflow: hidden;
}

.wrap.success-page {
  background-image: url("../images/main-palms-on-phone.png");
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}

.wrap.payment {
  align-self: auto;
}

._404 {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

._404.ru.hidden,
._404.ru.hidden-copy,
._404.en.hidden,
._404.ua.hidden {
  display: none;
}

._404-logo {
  flex: 0 auto;
  padding-top: 22px;
  padding-bottom: 22px;
}

._404-footer-text {
  color: #888;
  margin-bottom: 0;
  padding-top: 22px;
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 17px;
}

._404-wrapper {
  flex: auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._404-title {
  margin-top: 26px;
  font-size: 36px;
  line-height: 44px;
}

._404-title.welcome {
  font-weight: 600;
}

._404-text {
  color: #888;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 17px;
}

._404-text.welcome {
  max-width: 450px;
  font-family:
    Fira Sans,
    sans-serif;
}

._404-menu {
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

._404-menu-block {
  width: 300px;
}

._404-link {
  color: #1dafec;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
  text-decoration: none;
  display: block;
}

._404-link-block {
  margin-bottom: 24px;
  display: block;
}

.menu {
  z-index: 10;
  background-color: #fff;
  align-items: center;
  height: auto;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 10px 40px #0000000f;
}

.nav-logo {
  max-width: 148px;
  height: 36px;
}

.menu-nav {
  flex: auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.menu-link {
  color: #141414;
  margin-right: 0;
  padding: 0;
  font-size: 16px;
  line-height: 19px;
  transition: all 0.2s;
  display: block;
}

.menu-link:hover {
  color: #1dafec;
  padding-left: 0;
}

.menu-link.w--current {
  color: #111;
  font-weight: 700;
}

.menu-link.prices {
  color: #40bfe8;
  font-weight: 600;
}

.menu-link.prices:hover {
  color: #111;
}

.menu-link.hebrew {
  position: static;
}

.menu-link.support {
  color: #1dafec;
  background-image: url("../images/support.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  padding-left: 26px;
  font-weight: 600;
}

.menu-link.support.en {
  margin-right: 16px;
}

.menu-link.lang {
  z-index: 11;
  background-color: #fbfbfb;
  border-radius: 30px;
  padding: 10px 46px 9px 42px;
}

.menu-link.lang.ru {
  background-image: url("../images/lang_ru.svg");
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 16px;
  align-items: center;
  margin-left: 0;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.menu-link.lang.en {
  background-image: url("../images/lang_en.svg");
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 16px;
  align-items: center;
  margin-left: 0;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.menu-link.sublang {
  z-index: 11;
  border-radius: 30px;
  padding: 10px 46px 9px 42px;
}

.menu-link.sublang.en {
  background-image: url("../images/lang_en.svg");
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 16px;
  align-items: center;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.menu-link.sublang.ua {
  background-image: url("../images/lang_ua.svg");
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 16px;
  align-items: center;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.menu-link.sublang.ua.hidden {
  display: none;
}

.menu-link.sublang.ru {
  background-image: url("../images/lang_ru.svg");
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 16px;
  align-items: center;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.menu-link.mobile {
  display: none;
}

.menu-link.submenu {
  z-index: 10;
  padding-right: 19px;
  display: inline-block;
}

.menu-link.phone {
  white-space: nowrap;
  cursor: pointer;
  margin-right: 16px;
  font-weight: 600;
}

.menu-logo {
  max-width: 148px;
  height: 36px;
}

.intro {
  background-color: #141414;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  margin-top: 80px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.intro.vacancies {
  background-image: url("../images/airplane.svg");
  background-position: 0 0;
  background-size: cover;
}

.top-block {
  width: 50%;
  max-width: 570px;
  position: relative;
}

.top-block.success-page {
  margin-left: 50%;
}

.h1 {
  color: #141414;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
}

.h1.white {
  color: #fff;
}

.h1.top {
  color: #fff;
  background-color: #0000;
}

.h1.rate {
  align-items: flex-end;
  margin-bottom: 0;
  display: flex;
}

.h1.in-intro {
  color: #fff;
}

.h1.in-intro.max555.vacancy,
.h1.in-intro.vacancy {
  margin-bottom: 0;
}

.h1.rates {
  margin-bottom: 40px;
}

.h1.quality,
.h1.partner,
.h1.valentine-action {
  text-align: center;
}

.paragraph-9 {
  font-size: 16px;
}

.top-text {
  color: #777;
  max-width: 460px;
  margin-bottom: 60px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.top-text.binding {
  margin-bottom: 0;
}

.top-text.drimsim,
.top-text.esim {
  margin-bottom: 40px;
}

.top-text.number-rent {
  margin-bottom: 24px;
}

.h2 {
  color: #141414;
  margin-bottom: 24px;
  font-family: "Fira Sans";
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}

.h2.white {
  color: #fff;
  margin-bottom: 24px;
}

.h2.choose {
  line-height: 37px;
}

.h2.rate-header {
  margin-bottom: 0;
}

.h2.vacancy {
  margin-bottom: 50px;
}

.h2.privacy {
  margin-top: 80px;
  margin-bottom: 16px;
  font-family: "Fira Sans";
}

.h2.privacy.first {
  margin-top: 0;
}

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

.h2.partner {
  text-align: center;
  margin-bottom: 24px;
}

.h2.no-margin {
  margin-bottom: 0;
}

.h2.valentine {
  margin-top: 80px;
}

.block {
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: "Fira Sans";
}

.block.slider {
  color: #333;
  display: block;
}

.block.helper {
  background-color: #fbfbfb;
}

.block.choose {
  background-color: #1dafec;
  background-image: url("../images/airplane_blue.svg");
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.block.choose.valentine-action {
  display: block;
}

.block.faq {
  background-image: url("../images/faq-girl_1.png");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 520px;
  background-attachment: scroll;
  min-height: 780px;
  padding-top: 0;
}

.block.faq.top {
  background-image: url("../images/faq-girl.png");
  background-attachment: scroll;
  padding-top: 80px;
}

.block.faq.en {
  padding-top: 100px;
}

.block.reviews {
  padding-bottom: 100px;
}

.block.foot {
  background-color: #141414;
  font-size: 16px;
  line-height: 17px;
}

.block.country-page {
  margin-top: 80px;
  padding-top: 0;
  padding-bottom: 0;
}

.block.country-page.disabled {
  padding-bottom: 140px;
  position: relative;
}

.block.country-page.gray {
  padding-bottom: 0;
}

.block.country-page.first {
  height: 1190px;
  max-height: 100%;
  position: relative;
}

.block.intro {
  background-image: url("../images/airplane.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
}

.block.intro.main {
  background-image: url("../images/airplane.svg");
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
}

.block.intro.mailing {
  background-color: #fff;
  background-image: none;
  margin-bottom: 0;
}

.block.intro.continents {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.block.intro.vacancies {
  color: #fff;
  padding-top: 100px;
  padding-bottom: 240px;
}

.block.intro.vacancy {
  padding-bottom: 300px;
}

.block.intro.referral {
  padding-bottom: 240px;
}

.block.intro.review {
  padding-bottom: 152px;
  display: block;
}

.block.intro.privacy {
  padding-bottom: 380px;
}

.block.intro.contacts {
  padding-top: 140px;
  padding-bottom: 280px;
}

.block.intro.valentine {
  padding-bottom: 240px;
}

.block.intro.valentine-action {
  background-image: url("../images/valentine-bg.jpg");
  background-position: 100% 100%;
}

.block.intro.payment,
.block.intro.top-up {
  background-color: #fff;
  background-image: none;
  margin-bottom: 0;
}

.block.intro-no-vh {
  margin-top: 80px;
}

.block.intro-no-vh.continent {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  position: relative;
}

.block.intro-no-vh.continent.antarctica {
  padding-top: 140px;
  padding-bottom: 280px;
}

.block.intro-no-vh.rates {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.block.vacancies {
  padding-top: 0;
  padding-bottom: 40px;
  line-height: 24px;
}

.block.vacancies.en,
.block.vacancies.ru {
  display: none;
}

.block.blue {
  color: #fff;
  background-color: #1dafec;
  background-image: url("../images/airplane_blue.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.block.blue.referral {
  padding-bottom: 100px;
}

.block.blue.insurance {
  overflow: hidden;
}

.block.vacancy-descr {
  padding-top: 0;
}

.block.click-for-bonus {
  padding-top: 0;
  padding-bottom: 0;
}

.block.thats-all {
  padding-bottom: 80px;
}

.block.review-list {
  padding-top: 0;
  padding-bottom: 40px;
}

.block.privacy-text {
  padding-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.block.refund-quality {
  background-color: #fbfbfb;
  overflow: hidden;
}

.block.partner-one {
  background-color: #fbfbfb;
}

.block.refundrulesblock {
  position: relative;
}

.block.contacts {
  padding-top: 0;
}

.block.contacts-body {
  padding-top: 0;
  padding-bottom: 100px;
}

.block.gray {
  background-color: #fbfbfb;
}

.block.continent {
  padding-top: 0;
}

.block.antarctica-plate {
  padding-top: 0;
  padding-bottom: 0;
}

.block.in-country {
  overflow: hidden;
}

.block.big {
  padding-top: 120px;
}

.block.big.screensblock {
  z-index: 1;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.block.big.what-in-app {
  background-image: url("../images/what-in-app-light-ru.png");
  background-position: 100% 170px;
  background-repeat: no-repeat;
  background-size: auto;
}

.block.big.what-in-app.en {
  background-image: url("../images/what-in-app-light-en.png");
  background-size: auto;
}

.block.black {
  background-color: #141414;
  background-image: url("../images/airplane.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.block.black.in-esim {
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

.block.black.esim {
  background-image:
    url("../images/main-esim.png"), url("../images/airplane.svg");
  background-position:
    100% 100%,
    0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 600px, cover;
  background-attachment: scroll, fixed;
}

.block.no-vacancies {
  display: block;
}

.block.checkoutblock {
  z-index: 1;
  position: relative;
}

.block.valentine-day {
  background-image: url("../images/valentine-second.png");
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.block.number-binding {
  background-color: #fff;
}

.block.white {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
}

.landing {
  color: #777;
  background-color: #fff;
  font-family:
    Fira Sans,
    sans-serif;
  font-size: 16px;
}

.landing.roaming {
  background-color: #0000;
}

.landing.white {
  color: #333;
  background-color: #fff;
}

.landing.cookie-alert-show {
  padding-top: 20px;
}

.items {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 40px;
  margin-bottom: -30px;
  display: grid;
}

.items.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.item {
  color: #888;
  background-color: #fff;
  flex: 1;
  padding: 40px 40px 76px;
  text-decoration: none;
  transition: transform 0.2s;
  position: relative;
  transform: translate(0);
  box-shadow: 0 10px 40px #0000000f;
}

.item:hover {
  transform: translate(0, -10px);
}

.item.no-arrow {
  padding-bottom: 50px;
}

.item-title {
  color: #141414;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 21px;
}

.item-text {
  color: #888;
  font-family: Roboto, sans-serif;
  line-height: 24px;
  position: static;
}

.cookie-alert {
  z-index: 100;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 0 15px;
  display: none;
  position: static;
  inset: auto auto auto 0%;
}

.cookie-alert-text {
  color: #111;
  text-align: left;
  flex-direction: row-reverse;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 16px;
  display: block;
}

.cookie-close {
  opacity: 0.8;
  color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-right: 15px;
  font-size: 26px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.cookie-close:hover {
  opacity: 1;
}

.two-col {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.two-col.delivery {
  align-items: stretch;
  margin-top: 30px;
}

.two-col.foot {
  border-top: 1px solid #343434;
  align-items: center;
  padding-top: 40px;
}

.two-col.slick {
  align-items: center;
}

.two-col.slick._1 {
  margin-top: 40px;
}

.two-col.slick.insurance,
.two-col.slick.success-page,
.two-col.in-esim {
  margin-top: 60px;
}

.two-col.esim-delivery {
  align-items: stretch;
  margin-top: 30px;
}

.column-left {
  flex: none;
  width: 50%;
}

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

.b {
  z-index: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background-color: #1dafec;
  border-radius: 30px;
  margin: 0 auto;
  padding: 20px 40px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  transition: all 0.2s;
  display: inline-block;
  position: relative;
}

.b:hover {
  background-color: #159dd7;
}

.b:active {
  box-shadow: none;
  transform: none;
}

.b._2 {
  color: #40bfe8;
  background-color: #0000;
  border: 2px solid #40bfe8;
}

.b._2._3 {
  color: #fff;
}

.b._2._3:hover {
  box-shadow: none;
  background-color: #40bfe8;
}

.b._2._3.referal {
  border-color: #fff;
}

.b.small {
  min-width: 200px;
  margin-top: 23px;
  margin-bottom: 20px;
  padding: 20px 45px 18px;
  font-size: 19px;
}

.b.small.hebrew {
  text-align: center;
}

.b.ukr {
  padding-bottom: 26px;
}

.b.partner {
  min-width: 200px;
  margin: 23px auto 40px;
  padding: 20px 45px 18px;
  display: block;
}

.b.hebrew {
  direction: rtl;
}

.b.uzhin {
  margin-top: 15px;
  margin-bottom: 23px;
}

.b.sub {
  z-index: 0;
  text-align: center;
  flex: none;
  align-self: auto;
  margin-left: 30px;
  padding: 10px 27px;
  display: inline-block;
}

.b.binding {
  margin-top: 15px;
  padding: 15px 34px;
}

.b.binding.center {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.b.binding.first {
  margin-top: 42px;
}

.b.esim {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  padding-right: 36px;
  display: block;
}

.b.esim.hidden {
  display: none;
}

.b.top {
  font-size: 16px;
}

.b.w {
  color: #1dafec;
  background-color: #fff;
  border: 1px solid #1dafec;
  font-size: 14px;
}

.b.w:hover {
  color: #1dafec;
  background-color: #ecf9ff;
}

.b.w.second {
  margin-left: 20px;
}

.b.w.parner {
  margin-top: 60px;
}

.b.w.in-country {
  margin-top: 40px;
}

.b.review {
  margin-top: 50px;
}

.b.t {
  background-color: #0000;
  border: 2px solid #fff;
  flex: 0 auto;
}

.b.t:hover {
  color: #d4f2ff;
  border-color: #d4f2ff;
}

.b.t.valentine-action {
  padding-left: 60px;
  padding-right: 60px;
}

.b.partner-one {
  margin-top: 40px;
}

.b.refund {
  margin-top: 32px;
}

.b.slider-main {
  background-color: #1dafec;
  margin-top: 40px;
}

.b.slider-main:hover {
  background-color: #159dd7;
}

.b.contacts {
  padding: 17px 34px;
}

.b.restore {
  margin-top: 40px;
}

.b.dark {
  background-color: #1f1f1f;
}

.b.dark:hover {
  background-color: #2c2c2c;
}

.b.in-esim {
  margin-top: 12px;
}

.b.in-helper {
  margin-top: 30px;
}

.b.delivery,
.b.delivery-top-button {
  margin-top: 40px;
}

.b.valentine {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.b.black {
  background-color: #141414;
}

.b.black.valentine-action {
  padding-left: 60px;
  padding-right: 60px;
  display: inline-block;
}

.b.b-on-w {
  color: #141414;
  background-color: #fff;
  border: 1px solid #141414;
}

.b.gray {
  color: #bebebe;
  background-color: #0000;
  border: 2px solid #e3e3e3;
}

.b.gray.cookies {
  margin-right: 10px;
}

.b.cookies-button-all {
  padding-left: 60px;
  padding-right: 60px;
}

.b.nc {
  text-transform: none;
}

.b.hide_button {
  display: none;
}

.b.adv-button {
  margin-top: 20px;
}

.button-block {
  align-items: flex-start;
  margin-top: 60px;
}

.rate-headers {
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.rate-link {
  background-image: url("../images/rate_icon.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px 22px;
  height: 24px;
  min-height: 24px;
  padding-top: 3px;
  padding-left: 29px;
  display: block;
}

.info {
  color: #777;
  background-image: url("../images/info_icon.svg");
  background-position: 3px 3px;
  background-repeat: no-repeat;
  background-size: 14px;
  margin-top: 32px;
  padding-left: 23px;
  font-family: Roboto, sans-serif;
}

.info.refund {
  margin-top: 24px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.info.recovery,
.info.in-country,
.info.esim {
  margin-top: 40px;
}

.info.dark {
  background-image: url("../images/info-icon-darkgray.svg");
}

.calc-header {
  color: #141414;
  font-size: 20px;
  font-weight: 600;
}

.calc-cols {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-top: 20px;
  display: flex;
}

.calc-col-from {
  flex: 1;
}

.text-block-76,
.text-block-77 {
  display: inline-block;
}

.inline {
  display: inline;
}

.inline.country-selector {
  color: #1dafec;
  cursor: pointer;
  background-image: url("../images/selector_arrow.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 12px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 22px;
}

.inline.country-selector.ru {
  background-image:
    url("../images/lang_ru.svg"), url("../images/selector_arrow.svg");
  background-position: 0%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 20px, 12px;
}

.rate-row {
  margin-top: 24px;
}

.units {
  color: #bebebe;
  white-space: nowrap;
  margin-left: 10px;
  font-size: 36px;
  line-height: 42px;
}

.units.f {
  margin-left: 0;
  margin-right: 10px;
}

.external {
  background-image: url("../images/external_icon.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  padding-right: 18px;
  display: inline-block;
}

.external.underline {
  text-decoration: underline;
}

.external.refund {
  color: #baebff;
}

.external.refund.white {
  text-decoration: none;
}

.external.link-to-free {
  display: none;
}

.calc-col-to {
  flex: 1;
}

.cookie-wrap {
  background-color: #ffffffe6;
  border: 1px solid #777;
  border-top-style: none;
  border-radius: 0 0 20px 20px;
  padding: 10px 40px 10px 25px;
  display: inline-block;
  position: relative;
}

.item-icon {
  margin-bottom: 20px;
}

.cell {
  flex: 1;
}

.cell.first {
  margin-right: 110px;
}

.delivery-cell {
  background-color: #fff;
  padding: 40px;
}

.choose-cell {
  background-color: #fff;
  flex: 1;
  padding: 40px 40px 86px;
  font-family: "Fira Sans";
  transition: transform 0.2s;
  position: relative;
}

.choose-cell:hover {
  transform: translate(0, -10px);
}

.choose-cell.first {
  margin-right: 60px;
  box-shadow: 0 10px 40px #0000000f;
}

.chhose-icon {
  margin-bottom: 26px;
}

.choose-esim {
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.choose-esim-profit {
  text-align: right;
  flex: 1;
}

.choose-esim-text {
  background-color: #f0fbff;
  border-radius: 6px;
  padding: 10px;
  display: inline-block;
}

.theend-text {
  margin-bottom: 76px;
  font-size: 24px;
  line-height: 30px;
}

.theend-text.white {
  margin-bottom: 56px;
}

.theend-text.white.delivery {
  margin-bottom: 0;
}

.mailing {
  border-top: 0 solid #000;
  margin-bottom: 80px;
  line-height: 19px;
}

.mailing-wrapper {
  border-bottom: 1px solid #343434;
  margin-top: -5px;
  padding-bottom: 80px;
  display: flex;
}

.mailing-text {
  color: #fff;
  width: 40%;
  margin-right: 58px;
  padding-top: 3px;
}

.mailing-form {
  flex: 1;
}

.mailing-email {
  color: #fff;
  background-color: #141414;
  background-image: url("../images/mail_icon.svg");
  background-position: 0 6px;
  background-repeat: no-repeat;
  border-style: none none solid;
  border-color: #000 #000 #888;
  border-bottom-width: 1px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 26px;
  font-size: 16px;
}

.submit-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.submit-text {
  color: #777;
  flex: 1;
  margin-bottom: 0;
  margin-left: 30px;
  font-family: Roboto, sans-serif;
}

.footer-menu {
  margin-right: 0;
  padding-bottom: 22px;
  display: flex;
}

.menu-section {
  width: 20%;
  margin-right: 35px;
}

.menu-section.last {
  margin-right: 0;
}

.menu-section.test {
  width: 25%;
}

.menu-section-title {
  margin-bottom: 18px;
  font-weight: 700;
  line-height: 17px;
}

.menu-footer-link {
  color: #fff;
  margin-bottom: 14px;
  transition: color 0.2s;
  display: block;
}

.menu-footer-link:hover {
  color: #1dafec;
}

.menu-footer-link.hidden {
  display: none;
}

.footer-socials {
  flex: 1;
}

.footer-copyright {
  color: #fff;
  text-align: right;
  flex: 1;
}

.mobile-menu-wrap {
  order: 0;
}

.menu-item {
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.menu-item.lang {
  z-index: 12;
  padding-left: 0;
  padding-right: 0;
}

.menu-item.mobile {
  display: none;
}

.menu-item.submenu {
  padding-left: 20px;
  padding-right: 20px;
}

.menu-item.submenu.en {
  display: none;
}

.lang-title {
  display: inline-block;
}

.lang-switch-arrow {
  margin-left: 26px;
}

.lang-selector {
  z-index: 9;
  opacity: 0;
  background-color: #fff;
  border-radius: 18px;
  height: 0;
  padding-top: 30px;
  display: none;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
  transform: scale(0.8);
  box-shadow: 0 10px 40px #0000000f;
}

.social-link {
  margin-right: 26px;
}

.social-link.last {
  margin-right: 0;
}

.slider-area-left {
  text-align: center;
  flex: none;
  width: 50%;
  min-height: 300px;
  padding-right: 10px;
}

.slider-area-left.drimphone {
  text-align: left;
  min-height: 390px;
}

.slider-area-left.in-country {
  min-height: 353px;
}

.slider-area-left.insurance {
  min-height: 354px;
}

.slider-area-left.in-club,
.slider-area-left.esim {
  min-height: 352px;
}

.slider-area-left.in-main {
  min-height: 374px;
}

.slider-area-left.drimvpn {
  text-align: left;
  min-height: 353px;
}

.slider-area-left.success-page {
  min-height: 352px;
}

.slider-area-main {
  flex: none;
  width: 50%;
  font-family: Roboto, sans-serif;
  line-height: 24px;
}

.slick-blue-head {
  color: #1dafec;
  margin-bottom: 20px;
  font-family: "Fira Sans";
  font-weight: 600;
  line-height: 17px;
}

.slides-list {
  width: 100%;
  margin-bottom: 20px;
  display: block;
}

.slides-nav {
  color: #141414;
  margin-bottom: 0;
  display: flex;
}

.slides-nav.review {
  margin-bottom: 100px;
  margin-left: 282px;
}

.slides-nav.antarctica-only {
  margin-top: 0;
}

.slides-arrow {
  color: #141414;
  font-size: 26px;
  line-height: 26px;
  display: inline-block;
}

.slides-arrow.left {
  margin-right: 20px;
}

.slides-arrow.right {
  margin-left: 20px;
  font-family: "Fira Sans";
  font-weight: 400;
}

.slides-arrow.review {
  color: #6c6c6c;
}

.slides-index-text {
  margin-top: 0;
  font-family: "Fira Sans";
  font-weight: 700;
  line-height: 26px;
  display: inline-block;
}

.slides-index-text.review {
  color: #fff;
}

.slides-index-all {
  color: #bebebe;
}

.slider-area-image {
  width: 100%;
  max-width: 420px;
}

.slider-area-image.drimphone {
  text-align: center;
  max-width: 420px;
  margin-right: 0;
}

.slider-area-image.in-country,
.slider-area-image.insurance {
  max-width: 420px;
}

.slider-area-image.esim {
  width: 100%;
}

.slider-area-image.drimvpn {
  text-align: center;
  width: 100%;
  max-width: 420px;
  margin-right: 0;
}

.review-header {
  color: #1dafec;
  background-image: url("../images/quote-icon.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-bottom: 14px;
  padding-left: 35px;
  font-weight: 600;
  line-height: 26px;
}

.review-header.review {
  margin-bottom: 6px;
  margin-left: 282px;
  padding-left: 40px;
}

.review-slide {
  flex-direction: row;
  display: flex;
}

.review-slide.review {
  flex-direction: row-reverse;
}

.review-slide-text {
  color: #141414;
  flex: 1;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.review-slide-text.review {
  color: #fff;
}

.review-slide-person {
  flex: none;
  width: 262px;
  min-width: 262px;
  margin-left: 100px;
  padding-left: 0;
  padding-right: 0;
}

.review-slide-person.review {
  margin-left: 0;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.review-person-image {
  border: 1.6px solid #e9e9e9;
  border-radius: 100%;
  width: 78px;
  padding: 3px;
  display: block;
}

.review-person-name {
  color: #141414;
  margin-top: 18px;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 21px;
}

.review-person-name.review {
  color: #fff;
}

.review-person-work {
  color: #bebebe;
  line-height: 17px;
}

.review-person-link {
  margin-top: 10px;
  display: inline-block;
}

.menu-section-arrow {
  display: none;
}

.menu-title-text {
  color: #fff;
  cursor: default;
  display: inline-block;
}

.rates-block,
.ratesblock {
  position: relative;
}

.rates-suggest {
  z-index: 2;
  background-color: #fff;
  border-radius: 18px;
  width: 300px;
  padding: 30px 20px;
  display: none;
  position: absolute;
  inset: 0 auto auto 0%;
  overflow: visible;
  box-shadow: 0 10px 40px #0000000f;
}

.suggest-input {
  background-image: url("../images/search_icon.svg");
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: 14px;
  border: 0 solid #000;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 24px;
  font-size: 16px;
  line-height: 17px;
}

.suggest-list {
  max-height: 300px;
  margin-bottom: 0;
  overflow: auto;
}

.suggest-row {
  color: #141414;
  cursor: pointer;
  margin-bottom: 24px;
  padding-left: 24px;
  display: block;
}

.suggest-row:hover {
  color: #1dafec;
}

.div-block-138 {
  max-width: 50%;
}

.widget-faq {
  color: #141414;
  max-width: 50%;
}

.airplane {
  background-image: url("../images/airplane_body.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.welcome-image {
  margin-bottom: 40px;
  font-weight: 400;
}

.welcome-langs {
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.welcome-langs.policy {
  justify-content: flex-start;
}

.welcome-link {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 70px;
  font-size: 36px;
  font-weight: 600;
  line-height: 37px;
  display: block;
}

.welcome-link.en {
  background-image: url("../images/gb_big_flag.png");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 60px;
  display: block;
}

.welcome-link.en.policy {
  background-size: 28px;
  padding: 0 0 0 34px;
  font-size: 28px;
  line-height: 32px;
}

.welcome-link.en.policy.active {
  color: #fff;
  cursor: default;
}

.welcome-link.ru {
  background-image: url("../images/ru_bigflag.png");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 60px;
}

.welcome-link.ru.policy {
  background-size: 28px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 34px;
  font-size: 28px;
  line-height: 32px;
}

.welcome-link.ru.policy.active {
  color: #fff;
  cursor: default;
}

.welcome-link.ua {
  background-image: url("../images/ua_big_flag.png");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 60px;
  display: none;
}

.welcome-link-wrapper {
  min-width: 300px;
}

.welcome-link-wrapper.policy {
  min-width: auto;
  margin-right: 60px;
}

.faq-list {
  border-top: 1px solid #e9e9e9;
  max-width: 50%;
  margin-top: 40px;
  padding-top: 0;
}

.faq-item {
  border-bottom: 1px solid #e9e9e9;
  margin-top: 20px;
  padding-bottom: 10px;
}

.faq-item-title {
  color: #141414;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  padding-right: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 21px;
  display: flex;
}

.faq-item-answer {
  height: 0;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  line-height: 24px;
  display: block;
  overflow: hidden;
}

.faq-arrow {
  flex: none;
  align-self: auto;
  margin-top: 0;
}

.faq-item-title-text {
  flex: 1;
}

.top {
  margin-top: 80px;
}

.faq-widget {
  color: #141414;
  max-width: 50%;
  margin-top: 40px;
}

.country-top-text {
  width: 100%;
  max-width: 555px;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 28px;
}

.country-top-text._2 {
  font-size: 21px;
  line-height: 32px;
}

.country-top-text.herbrew {
  direction: rtl;
}

.country-top-text.hebrew {
  text-align: center;
}

.country-top-text.uzhin {
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.div-block-139 {
  width: auto;
  max-width: none;
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.country-back-block {
  display: block;
}

.country-back-link {
  color: #fff;
  align-items: flex-start;
  max-width: 200px;
  font-weight: 400;
  display: inline-block;
}

.country-back-arrow {
  margin-top: 0;
  margin-right: 10px;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
}

.country-back-link-text {
  flex: 0 auto;
  display: inline-block;
}

.country-h1 {
  color: #fff;
  margin-top: 100px;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
}

.country-h1.white {
  color: #fff;
}

.country-h1.top {
  color: #fff;
  background-color: #0000;
}

.country-h1.rate {
  margin-bottom: 0;
}

.country-h1.in-intro {
  color: #fff;
}

.country-plate {
  border-radius: 0;
  width: auto;
  max-width: none;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  box-shadow: 0 10px 40px #0000000f;
}

.country-calc-cols {
  align-items: flex-start;
  display: flex;
}

.country-rates {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.country-rate {
  flex: none;
  width: 50%;
  margin-bottom: 24px;
}

.value-free {
  color: #1dafec;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
}

.mailing-email-content {
  color: #111;
  background-color: #0000;
  background-image: url("../images/mail_icon.svg");
  background-position: 0 7px;
  background-repeat: no-repeat;
  border-style: none none solid;
  border-color: #000 #000 #888;
  border-bottom-width: 1px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 26px;
  font-size: 18px;
}

.submit-text-content {
  color: #111;
  flex: 1;
  align-self: auto;
  align-items: center;
  margin-bottom: 0;
  margin-left: 30px;
  display: flex;
}

.mailing-form-content {
  display: block;
}

.mailing-block {
  width: 50%;
}

.checkbox-2 {
  margin-top: 24px;
}

.checkbox-mailing-content {
  margin-right: 10px;
  transform: scale(1.2);
}

.continent-top-text {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 28px;
}

.continent-top-text._2 {
  font-size: 21px;
  line-height: 32px;
}

.continent-top-text.herbrew {
  direction: rtl;
}

.continent-top-text.hebrew {
  text-align: center;
}

.continent-top-text.uzhin {
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.div-block-140 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.country-itames {
  color: #777;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 60px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.country-item {
  border-top: 2px solid #e3e3e3;
  width: 30%;
  max-width: 300px;
  padding-top: 20px;
}

.h3 {
  color: #141414;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.h3.white {
  color: #fff;
}

.h3.white.success-page {
  margin-bottom: 35px;
}

.h3.binding-howmuch {
  margin-top: 60px;
}

.h4 {
  color: #141414;
  margin-bottom: 10px;
  font-family: "Fira Sans";
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.h4.binding {
  margin-top: 40px;
  margin-bottom: 24px;
}

.h4.drimphone {
  margin-top: 40px;
  font-family: "Fira Sans";
}

.h4.drimphone.last {
  margin-bottom: 24px;
}

.h4.white {
  color: #fff;
}

.h4.esim,
.h4.in-esim {
  margin-bottom: 24px;
}

.h4.cookies {
  text-align: left;
  display: inline-block;
}

.h4.blog-article-title {
  margin-bottom: 20px;
}

.max555 {
  max-width: 555px;
}

.rates-list {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
  margin-bottom: 16px;
  display: flex;
}

.collection-item {
  padding-left: 0;
  padding-right: 10px;
}

.rates-item {
  margin-bottom: 24px;
  padding-left: 0;
  padding-right: 24px;
  font-size: 16px;
  line-height: 17px;
}

.collection-list {
  padding-bottom: 16px;
}

.other-rates {
  display: flex;
}

.other-rate-column {
  width: 25%;
}

.rates-list-column {
  margin-top: 24px;
}

.rates-list-wrap {
  margin-top: 24px;
  margin-bottom: 16px;
}

.div-block-141 {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.intro-image-wrap {
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.intro-image-wrap.main {
  background-image: url("../images/main.png");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.intro-image-wrap.mailing {
  background-image: url("../images/gift.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 600px;
  left: 50%;
}

.intro-image-wrap.vacancies {
  background-image: url("../images/main-vacancies.png");
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  max-width: 570px;
  inset: 47px auto 47px 50%;
}

.intro-image-wrap.referral {
  background-image: url("../images/main-referral_ru.png");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 570px;
  margin-right: 0;
  inset: 5% auto 15% 50%;
}

.intro-image-wrap.referral.en {
  background-image: url("../images/main-referral_en.png");
}

.intro-image-wrap.refund {
  background-image: url("../images/main-refund.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: 5%;
}

.intro-image-wrap.refund.en {
  background-image: url("../images/main-refund-en.png");
}

.intro-image-wrap.partner {
  background-image: url("../images/main-partners.png");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: auto;
  inset: 5% 1% 0% 50%;
}

.intro-image-wrap.contacts {
  background-image: url("../images/main-contacts.png");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 570px;
  top: 60px;
  bottom: 160px;
  left: 50%;
}

.intro-image-wrap.binding {
  background-image: url("../images/main-binding.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 570px;
  top: 5%;
  bottom: 3%;
  left: 50%;
}

.intro-image-wrap.drimphone {
  background-image: url("../images/main-drimphone.png");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: auto;
  top: 5%;
  left: 50%;
  right: 2%;
}

.intro-image-wrap.recovery {
  background-image: url("../images/main-recovery.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 570px;
  top: 5%;
  bottom: 3%;
  left: 50%;
}

.intro-image-wrap.insurance {
  background-image: url("../images/main-insurance.png");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 555px;
  left: 50%;
  overflow: hidden;
}

.intro-image-wrap.drimsim {
  background-image: url("../images/main-drimsim_ru.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 555px;
  top: 100px;
  left: 50%;
}

.intro-image-wrap.drimsim.en {
  background-image: url("../images/main-drimsim_en.png");
}

.intro-image-wrap.esim {
  background-image: url("../images/main-esim.png");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 55%;
}

.intro-image-wrap.club {
  background-image: url("../images/main-drimclub.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  top: 35px;
}

.intro-image-wrap.drimvpn {
  background-image: url("../images/main-drimvpn_ru.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 555px;
  top: 100px;
  left: 50%;
}

.intro-image-wrap.drimvpn.en {
  background-image: url("../images/main-drimvpn_en.png");
}

.intro-image-wrap.delivery {
  background-image: url("../images/main-delivery.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: auto;
  max-width: 555px;
  inset: 20px 20px 20px 50%;
}

.intro-image-wrap.delivery.en {
  background-image: url("../images/main-drimvpn_en.png");
}

.intro-image-wrap.valentine-action {
  background-image: url("../images/valentine.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: auto;
  max-width: 550px;
  top: 5%;
  left: 50%;
  right: 2%;
}

.intro-image-wrap.number-rent {
  background-image: url("../images/intro-rent-number.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.intro-image-wrap.accepted {
  background-image: url("../images/accepted-intro.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  max-width: 600px;
  left: 50%;
}

.intro-image-wrap.success-page {
  background-image: url("../images/main-palms-on-phone.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 480px;
  inset: 47px auto 47px 0%;
}

.intro-image-wrap.top-up {
  background-image: url("../images/top-up.jpg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 600px;
  left: 50%;
}

.youtube {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.promo-remodal-close {
  z-index: 10;
  color: #fff;
  font-size: 48px;
  line-height: 20px;
  position: absolute;
  inset: 10px 10px auto auto;
}

.promo-remodal-close-link {
  color: #fff;
}

.promo-remodal-close-link:hover {
  color: #1dafec;
}

.promo-embed-wrap {
  height: 100%;
}

.mailing-error {
  color: #9b0404;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
  display: none;
}

.mailing-error.in-content {
  display: none;
}

.mailing-success {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
  display: none;
}

.mailing-success.alone {
  margin-top: 30px;
  display: none;
}

.mailing-success.in-content {
  color: #000;
  display: none;
}

.rates-filter {
  margin-bottom: 40px;
}

.filter-button {
  color: #141414;
  background-color: #0000;
  margin-bottom: 0;
  margin-right: 30px;
  padding: 3px 0 3px 26px;
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
  position: relative;
}

.filter-button.last {
  margin-left: 0;
  margin-right: 0;
}

.filter-button.active:hover {
  box-shadow: none;
}

.rates-search {
  max-width: 600px;
  margin-bottom: 40px;
  position: relative;
}

.rates-search-result-wrapper {
  z-index: 10;
  background-color: #fff;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 18px;
  display: none;
  position: absolute;
  inset: 100% 0 auto;
  box-shadow: 10px 0 40px #0000000f;
}

.rates-search-result {
  max-height: 300px;
  overflow: auto;
}

.search-not-found {
  color: #888;
  padding-left: 24px;
  font-size: 16px;
  display: none;
}

.vacancy-title {
  font-size: 28px;
  line-height: 30px;
}

.vacancy-remote {
  color: #1dafec;
  background-color: #f0fbff;
  border-radius: 6px;
  margin-bottom: 28px;
  padding: 10px;
  font-size: 16px;
  line-height: 17px;
  display: inline-block;
}

.vacancy-mark {
  color: #1dafec;
  border: 1px solid #40bfe8;
  border-radius: 6px;
  margin-bottom: 27px;
  padding: 10px;
  font-size: 16px;
  display: inline-block;
}

.vacancy-plate {
  background-color: #fff;
  margin-top: -210px;
  padding: 100px 80px;
  box-shadow: 10px 0 40px #0000000f;
}

.vacancy-input {
  border-top: 0 #000;
  border-left: 0 #000;
  border-right: 0 #000;
  margin-bottom: 33px;
  padding: 0;
  font-size: 16px;
}

.referral-economy {
  background-color: #fff;
  margin-top: -140px;
  padding: 70px;
  display: block;
  position: relative;
  box-shadow: 0 10px 40px #0000000f;
}

.referral-chain {
  margin-top: 60px;
  display: flex;
}

.referral-item {
  flex: 1;
}

.referral-item-title {
  color: #141414;
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 700;
}

.referral-item-arrow {
  padding-top: 26px;
  padding-left: 10px;
  padding-right: 30px;
}

.referral-arrow-icon {
  max-width: none;
}

.apps.referral {
  margin-top: 60px;
}

.apps.contacts {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.apps.recovery {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 420px;
  margin-top: 40px;
  display: flex;
}

.apps.drimsim {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 460px;
  margin-top: 0;
  display: flex;
}

.apps.in-screen {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 460px;
  margin-top: 40px;
  display: flex;
}

.apps.drimclub-partners {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 450px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.apps.drimvpn {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 420px;
  margin-top: 0;
  display: flex;
}

.apps.success-page {
  width: 410px;
  display: flex;
}

.button-appstore {
  max-width: 100%;
}

.button-appstore.in-screen {
  margin-top: 40px;
}

.link-appstore {
  padding-right: 30px;
}

.link-appstore.contact {
  margin-top: 0;
  margin-right: 30px;
  padding-right: 0;
}

.link-appstore.contact.vpnpage {
  max-width: 195px;
}

.link-appstore.recovery {
  margin-top: 0;
  margin-right: 30px;
  padding-right: 0;
}

.referral-rules-list {
  margin-right: -30px;
  display: flex;
  overflow: hidden;
}

.referral-rule-wrap {
  padding-left: 30px;
}

.referral-rule-wrap.first {
  padding-left: 0;
}

.referral-rule-item {
  color: #000;
  background-color: #fff;
  width: 25%;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 30px;
  padding: 80px 40px;
}

.bonus-columns {
  display: flex;
  overflow: hidden;
}

.bonus-image {
  width: 330px;
  max-width: 330px;
  padding: 0;
}

.bonus-block {
  flex: 1;
  padding-top: 20px;
  padding-left: 60px;
}

.thats-all-columns {
  align-items: center;
  display: flex;
}

.thats-all-text {
  flex: 1;
}

.thats-all-image-block {
  text-align: center;
  flex: 1;
  align-self: auto;
}

.that-all-text {
  margin-bottom: 70px;
  font-family: Roboto, sans-serif;
  line-height: 24px;
}

.reviews-list {
  margin-top: -152px;
  display: flex;
}

.reviews-points {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-right: -30px;
}

.reviews-points.review {
  margin-bottom: 0;
}

.review-point {
  color: #000;
  flex: auto;
  width: 25%;
  margin-right: 30px;
}

.review-point.last {
  margin-right: 0;
}

.review-point-text {
  color: #fff;
  margin-top: 16px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.review-order-list {
  align-items: center;
  display: flex;
}

.review-order-block {
  flex: auto;
}

.review-order-image {
  width: 40%;
  padding-left: 70px;
  padding-right: 70px;
}

.slider-in-review {
  color: #fff;
  margin-top: 60px;
}

.review-author {
  border: 1.6px solid #e9e9e9;
  border-radius: 100%;
  width: 78px;
  margin-right: 16px;
  padding: 3px;
}

.review-author-name {
  color: #141414;
  white-space: normal;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.review-author-position {
  color: #777;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.review-author-text {
  color: #777;
  margin-top: 18px;
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.review-more {
  color: #141414;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.privacy-warning {
  color: #888;
  margin-top: 24px;
}

.privacy-warning.max555 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.policy-plate {
  background-color: #fff;
  margin-top: -280px;
  padding: 100px 80px;
  box-shadow: 0 10px 40px #0000000f;
}

.refund-text {
  color: #777;
  font-family: Roboto, sans-serif;
  line-height: 1.5em;
}

.roboto {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.roboto.max555.valentine-action {
  margin-bottom: 40px;
}

.roboto.partner {
  color: #777;
  margin-left: auto;
  margin-right: auto;
}

.roboto.partner.max555 {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.roboto.partner.max555.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.roboto.refund-rule-text {
  color: #777;
}

.roboto.refund {
  margin-bottom: 0;
}

.roboto.in-footer-mailing {
  color: #777;
}

.roboto.delivery-esim-half {
  width: 50%;
}

.roboto.binding-number {
  margin-bottom: 40px;
}

.roboto.cookies {
  font-size: 14px;
  line-height: 18px;
}

.refund-quality-items {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 30px;
  margin-right: 0;
  display: grid;
}

.refund-item {
  background-color: #fff;
  margin-right: 0;
  padding: 30px 30px 60px;
  position: relative;
  box-shadow: 0 10px 40px #0000000f;
}

.refund-item-title {
  color: #141414;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 21px;
}

.refund-item-text {
  color: #777;
  font-family: Roboto, sans-serif;
  line-height: 24px;
}

.quality-text {
  color: #777;
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  line-height: 1.5em;
}

.vac-contact {
  margin-top: 60px;
  font-weight: 600;
}

.partner-true-list {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: -60px;
  display: flex;
}

.partner-true-item {
  width: 46%;
  margin-bottom: 60px;
}

.partner-true-text {
  color: #777;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.partner-good-list {
  margin-top: 60px;
  display: flex;
}

.center {
  text-align: center;
}

.partner-care-list {
  margin-top: 40px;
  margin-right: -30px;
  display: flex;
}

.partner-care-item {
  text-align: center;
  flex: 1;
  margin-right: 30px;
  padding: 50px 50px 40px;
  font-size: 20px;
  line-height: 24px;
  box-shadow: 0 10px 40px #0000000f;
}

.partner-care-title {
  color: #141414;
  margin-top: 32px;
  font-weight: 600;
  line-height: 26px;
}

.partner-care-image {
  max-width: none;
  height: 160px;
}

.partner-clients {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 30px;
}

.partner-clients-list {
  display: flex;
}

.partner-client-image {
  background-image: url("../images/partner-box.png");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  position: static;
  inset: -10% auto -10% 0%;
}

.l {
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.l.refund {
  margin-top: 20px;
}

.l.binding,
.l.rent-number {
  margin-top: 32px;
}

.refund-moments {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
}

.refund-key-text,
.refund-link {
  color: #baebff;
}

.refund-moment {
  flex: 0 auto;
}

.refund-moment-title {
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.refund-rules {
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.refund-rule {
  width: 46%;
}

.refund-rule-title {
  color: #141414;
  border-bottom: 2px solid #e3e3e3;
  margin-bottom: 16px;
  padding-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.refund-rule-title.en {
  min-height: 3em;
}

.refund-list-item {
  background-image: url("../images/list-dash.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 13px 24px;
  margin-bottom: 6px;
  padding-left: 19px;
}

.hash-anchor {
  position: absolute;
  inset: -80px auto auto 0%;
}

.can-be-free {
  color: #1dafec;
  display: none;
}

.contact-link {
  font-size: 20px;
  line-height: 20px;
}

.contact-link.phone {
  margin-right: 40px;
}

.contact-list {
  flex-wrap: wrap;
  place-content: flex-start space-between;
  margin-top: -140px;
  display: flex;
  position: relative;
}

.contact-block {
  color: #000;
  background-color: #fff;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 47%;
  margin-bottom: 0;
  padding: 40px 45px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
  display: block;
  position: relative;
  box-shadow: 10px 0 40px #0000000f;
}

.contact-block:active {
  box-shadow: 0 1px 5px #00354830;
}

.catalog-title {
  min-height: 6.5em;
  font-size: 28px;
  line-height: 32px;
}

.button-googleplay {
  max-width: 100%;
}

.link-googleplay {
  margin-top: 0;
}

.contact-fake-block-as-albert-say {
  opacity: 0;
}

.review-author-block {
  align-items: center;
  display: flex;
}

.filter-text {
  margin-right: 30px;
  display: inline-block;
}

.top-title {
  color: #fff;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.binding-items {
  color: #141414;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  line-height: 24px;
  display: flex;
  box-shadow: 0 10px 40px #00000014;
}

.binding-item-title {
  flex: 0 auto;
  width: 52%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 40px;
}

.binding-item-title.first {
  color: #777;
}

.binding-item-title._2 {
  background-color: #fbfbfb;
}

.binding-item-drimsim {
  color: #fff;
  text-align: center;
  background-color: #1dafec;
  align-self: stretch;
  width: 24%;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 20px;
}

.binding-item-simple {
  text-align: center;
  align-self: center;
  width: 24%;
  font-size: 20px;
}

.binding-titles {
  margin-top: 0;
  display: flex;
}

.bingind-pluses-wrap {
  margin-top: 40px;
  font-family: Roboto, sans-serif;
}

.binging-fake-text {
  font-family: Roboto, sans-serif;
  display: none;
}

.binding-rule-title {
  color: #141414;
  border-bottom: 2px solid #e3e3e3;
  margin-bottom: 16px;
  padding-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.binding-point-text {
  color: #fff;
  margin-top: 16px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.join-list {
  flex-wrap: wrap;
  place-content: flex-start space-between;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.binding-join-block {
  color: #000;
  background-color: #fff;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 47%;
  margin-bottom: 0;
  padding: 40px 45px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
  display: block;
  position: relative;
  box-shadow: 10px 0 40px #0000000f;
}

.binding-join-block:active {
  box-shadow: 0 1px 5px #00354830;
}

.binding-join-image {
  margin-bottom: 20px;
}

.binding-how-wrap {
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.binding-how-wrap.in-esim {
  align-items: flex-start;
}

.binding-how-wrap.in-club {
  align-items: stretch;
}

.binding-how-image {
  text-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.binding-how-image.insurance {
  max-width: 80%;
  box-shadow: 0 0 40px 10px #0000000f;
}

.binding-how-image.in-club {
  box-shadow: 0 0 40px 10px #0000000f;
}

.binding-how-block {
  background-color: #fff;
  flex: 1;
  box-shadow: 0 0 40px 10px #0000000a;
}

.dinding-how-sections {
  border-bottom: 1px solid #e3e3e3;
  align-items: center;
  display: flex;
}

.binding-section-android {
  flex: 1;
}

.binding-choose {
  text-align: center;
  cursor: pointer;
  flex: 1;
  align-self: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 28px;
  line-height: 32px;
}

.binding-choose.active {
  border-bottom: 3px solid #1dafec;
  margin-bottom: -2px;
  position: relative;
}

.binding-choose-block {
  padding: 0 50px 40px;
}

.binding-choose-block.ios {
  display: none;
}

.binding-list-item {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.binding-list-number {
  text-align: center;
  border: 1px solid #e3e3e3;
  border-radius: 100%;
  align-self: auto;
  width: 30px;
  min-width: 30px;
  height: 30px;
  padding-top: 7px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 16px;
  display: block;
  overflow: visible;
}

.binding-list-title {
  padding-left: 10px;
  font-family: Roboto, sans-serif;
  line-height: 1.5em;
}

.binding-choose-title {
  font-weight: 700;
  display: inline;
}

.binding-choose-title.android {
  background-image: url("../images/android-icon-gray.png");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 26px;
  padding-left: 42px;
}

.binding-choose-title.android.active {
  color: #141414;
  background-image: url("../images/android-icon-blue.png");
  background-size: 26px;
}

.binding-choose-title.ios {
  background-image: url("../images/apple-icon-gray.png");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 40px;
}

.binding-choose-title.ios.active {
  color: #141414;
  background-image: url("../images/apple-icon-blue.png");
}

.binding-how-image-wrap {
  text-align: center;
  align-self: center;
  width: 40%;
  padding-left: 20px;
  padding-right: 20px;
}

.binding-how-image-wrap.in-esim {
  align-self: flex-start;
  margin-top: -28px;
}

.binding-how-image-wrap.in-club {
  align-self: flex-start;
}

.drimphone-point-title {
  color: #fff;
  margin-top: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 21px;
}

.drimphone-point-text {
  color: #fff;
  margin-top: 16px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.drimphone-point {
  color: #000;
  flex: 1;
  margin-right: 30px;
}

.drimphone-point.last {
  margin-right: 0;
}

.drimphone-points {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 60px;
  margin-right: -30px;
  display: flex;
}

.drimphone-points.review {
  margin-bottom: 0;
}

.drimphone-choose-block {
  padding: 40px 50px;
  font-family: Roboto, sans-serif;
  line-height: 24px;
}

.drimphone-choose-block.android {
  font-family: Roboto, sans-serif;
  line-height: 24px;
}

.drimphone-choose-block.ios {
  display: none;
}

.max750 {
  max-width: 750px;
}

.recovery-rule-block {
  padding: 40px 50px;
}

.recovery-rule-block.ios {
  display: none;
}

.submenu-block {
  z-index: 8;
  opacity: 0;
  background-color: #fff;
  border-radius: 20px;
  padding-top: 62px;
  padding-left: 20px;
  display: none;
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  transform: scale(0.8);
  box-shadow: 0 10px 40px #0000000f;
}

.submenu-link-wrap {
  margin-bottom: 20px;
}

.calc-from2 {
  background-color: #fff;
  flex: auto;
  width: 50%;
  margin-right: 40px;
  padding: 40px;
  overflow: visible;
  box-shadow: 0 10px 40px #0000000a;
}

.calc-from2.in-esim {
  max-width: 50%;
  margin-right: 0;
  overflow: visible;
}

.calc-from2.alone {
  width: 100%;
  margin-right: 0;
}

.calc-to2 {
  background-color: #fff;
  flex: auto;
  width: 50%;
  padding: 40px;
  overflow: visible;
  box-shadow: 0 10px 40px #0000000a;
}

.calc-to2.alone {
  width: 100%;
  overflow: visible;
}

.calc-to2.in-esim {
  display: none;
}

.calc-cols2 {
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 40px;
  padding-top: 40px;
  display: flex;
}

.calc-cols2.country-calc {
  padding-top: 0;
}

.calc-header2 {
  color: #141414;
  white-space: normal;
  margin-bottom: 24px;
  padding-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  display: inline-block;
  overflow: visible;
}

.ratesblock2 {
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  display: block;
  position: relative;
}

.calc-group-header {
  color: #141414;
  border-top: 1px solid #e3e3e3;
  flex: none;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 18px;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.calc-group-header.icon-outgoing {
  background-image: url("../images/black-icon-outgoing.svg");
  background-position: 0 26px;
  background-repeat: no-repeat;
  background-size: 22px;
  flex: none;
  width: 100%;
}

.calc-group-header.icon-incoming {
  background-image: url("../images/black-icon-incoming.svg");
  background-position: 0 26px;
  background-repeat: no-repeat;
  background-size: 22px;
}

.calc-group-header.icon-internet {
  background-image: url("../images/black-icon-world.svg");
  background-position: 0 27px;
  background-repeat: no-repeat;
  background-size: 22px;
}

.calc-group-header.icon-sms,
.calc-group-header.icon-sms-copy {
  background-image: url("../images/black-icon-sms.svg");
  background-position: 0 26px;
  background-repeat: no-repeat;
  background-size: 22px;
}

.rate-title {
  color: #141414;
  flex: 1;
  width: 75%;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.rate-title.bold {
  font-weight: 700;
}

.rate-price {
  color: #1dafec;
  text-align: right;
  white-space: nowrap;
  flex: 0 auto;
  min-width: 130px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.rate-price.hidden {
  display: none;
}

.units2 {
  white-space: nowrap;
  margin-left: 3px;
}

.units2.f {
  margin-left: 0;
  margin-right: 5px;
}

.with-hint {
  white-space: normal;
  cursor: help;
  background-image: url("../images/info-calc-icon.svg");
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  padding-right: 22px;
  font-size: 16px;
  display: inline-block;
  position: relative;
}

.rate-row2 {
  margin-bottom: 24px;
  display: flex;
}

.rate-row2.last {
  margin-bottom: 0;
}

.rate-row2.hidden {
  display: none;
}

.value2.binding-calc-big {
  color: #1dafec;
  font-size: 24px;
  line-height: 32px;
}

.free-hint-block {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: inline;
  position: relative;
}

.free-hint-block.rate-price {
  display: block;
}

.hint-block {
  z-index: 10;
  opacity: 1;
  color: #141414;
  text-align: left;
  white-space: break-spaces;
  background-color: #eee;
  border-radius: 8px 0 8px 8px;
  width: 300px;
  min-width: 300px;
  padding: 20px;
  font-size: 14px;
  line-height: 20px;
  display: none;
  position: absolute;
  top: 29px;
  right: -10px;
  overflow: visible;
  box-shadow: 0 10px 40px #0000000a;
}

.country-calc-split {
  margin-top: 24px;
  display: flex;
}

.country-calc-col {
  flex: 1;
}

.country-calc-col.left {
  padding-right: 60px;
}

.continent-plate {
  z-index: 3;
  background-color: #fff;
  border-radius: 0;
  width: auto;
  max-width: none;
  margin-top: -140px;
  margin-bottom: 0;
  padding: 70px;
  display: block;
  position: relative;
  box-shadow: 0 10px 40px #0000000f;
}

.antarctica-slider {
  margin-top: 40px;
}

.antarctica-slide-descr {
  margin-top: 20px;
}

.enabledcountry {
  background-color: #fff;
}

.insurance-item-title {
  color: #fff;
  margin-top: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 21px;
}

.insurance-item-text {
  color: #fff;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  line-height: 24px;
}

.insurance-list-item {
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 14px;
  display: flex;
}

.insurance-list-title {
  color: #141414;
  padding-left: 10px;
  font-family: "Fira Sans";
  font-size: 28px;
  line-height: 30px;
}

.insurance-list-text {
  margin-bottom: 30px;
  margin-left: 42px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.jt {
  color: #1dafec;
  text-transform: uppercase;
  background-color: #0000;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.jt.in-slider {
  margin-top: 24px;
  padding-top: 0;
  font-weight: 700;
}

.jt.drimsim {
  margin-top: 24px;
}

.jt.in-esim {
  margin-top: 30px;
}

.jt.in-club {
  margin-top: 14px;
}

.div-block-142 {
  display: flex;
}

.text-columns {
  grid-column-gap: 125px;
  grid-row-gap: 80px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.text-item {
  flex: 1;
}

.text-text {
  font-family: Roboto, sans-serif;
  line-height: 24px;
}

.drimsim-row {
  z-index: 3;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.drimsim-row.reverse {
  flex-direction: row-reverse;
}

.drimsim-screen.reverse {
  text-align: right;
}

.drimsim-text {
  flex: 1;
}

.drimsim-text.reverse {
  padding-right: 30px;
}

.drimsim-text.first {
  align-self: flex-start;
}

.black-line {
  z-index: 2;
  background-color: #0000;
  position: relative;
}

.black-line.last {
  margin-top: 0;
  margin-bottom: 0;
}

.skew-line {
  z-index: 2;
  background-color: #141414;
  background-image: url("../images/airplane.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: absolute;
  inset: -150px 0% -100px;
  transform: skew(0deg, 10deg);
}

.skew-line.last {
  top: 80px;
  bottom: -500px;
}

.drimsim-image {
  width: 270px;
  max-width: none;
}

.div-block-143 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.app-pluses {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  margin-top: 60px;
  display: grid;
}

.app-plus-image {
  margin-bottom: 20px;
}

.inapp-mobile-image {
  display: none;
}

.inapp-care-text {
  color: #141414;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.country-selector {
  color: #1dafec;
  background-image: url("../images/selector_arrow.svg");
  background-position: 0 0;
  background-size: 125px;
  padding-right: 22px;
  display: inline-block;
}

.country-selector.inline {
  white-space: normal;
  display: inline;
}

.calc-title {
  display: inline;
}

.calc-flag {
  margin-left: 16px;
  margin-right: 6px;
}

.country-selector-copy {
  color: #1dafec;
  background-image: url("../images/selector_arrow.svg");
  background-position: 0 0;
  background-size: 125px;
  padding-right: 22px;
  display: inline-block;
}

.country-selector-copy.inline {
  white-space: normal;
  display: inline;
}

.esim-points {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 60px;
  display: grid;
  overflow: hidden;
}

.esim-points.review {
  margin-bottom: 0;
}

.esim-points.delivery {
  margin-top: 40px;
  margin-bottom: 60px;
}

.esim-points.delivery-how {
  grid-column-gap: 50px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.esim-point-title {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 21px;
}

.esim-point-text {
  color: #777;
  margin-top: 16px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.esim-point {
  color: #000;
  flex: 1;
}

.esim-point.last {
  margin-right: 0;
}

.helper-wrap {
  width: 50%;
}

.helper-image {
  background-image: url("../images/drimsim-light-ru.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  position: absolute;
  inset: 0% 0% -100px auto;
}

.helper-image.en {
  background-image: url("../images/drimsim-light-en.png");
}

.call-free-wrap {
  float: right;
  width: 50%;
  position: static;
}

.call-free-image {
  background-image: url("../images/talk-free-ru-white.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  display: block;
  position: absolute;
  inset: -50px auto -100px 0%;
}

.call-free-image.en {
  background-image: url("../images/talk-free-en-white.png");
}

.drimclub-services {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
}

.drimclub-service-title {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.drimclub-discounts {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  font-family: Roboto, sans-serif;
  line-height: 24px;
  display: grid;
}

.discount-image {
  max-width: none;
  margin-bottom: 24px;
}

.drimclub-partners-image {
  background-image: url("../images/drimphone-partners.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  display: block;
  position: absolute;
  inset: -50px auto -100px 0%;
}

.faq-h2 {
  margin-top: 20px;
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.drimvpn-pluses-wrapper {
  margin-top: 80px;
}

.drimvpn-prices {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: baseline;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
}

.price-title {
  color: #fff;
  margin-bottom: 6px;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.price-title.black {
  color: #141414;
}

.price-economy {
  background-color: #2f2e2e;
  border-radius: 6px;
  margin-top: 20px;
  padding: 9px 10px;
  display: inline-block;
}

.price-economy.light {
  color: #fff;
  background-color: #1dafec;
}

.drimvpn-list-text {
  margin-bottom: 30px;
  margin-left: 40px;
  font-family: Roboto, sans-serif;
  line-height: 24px;
}

.html-embed-4,
.country-cities {
  font-size: 16px;
}

.country-yemen,
.country-mali,
.country-fiji {
  display: none;
}

.text-block-78 {
  color: #777;
}

.country-snippets {
  margin-bottom: 40px;
  font-size: 18px;
  display: flex;
}

.country-snippet-link {
  color: #fff;
  border-bottom: 1px dotted #a3a1a1;
  margin-right: 40px;
}

.rate-price-esim {
  color: #1dafec;
  text-align: right;
  white-space: nowrap;
  flex: 0 auto;
  padding-left: 6px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.rate-price-esim.hidden {
  display: none;
}

.delivery-point {
  margin-bottom: 14px;
  padding-left: 30px;
  font-family: Roboto, sans-serif;
  line-height: 24px;
}

.delivery-point.icon-point {
  background-image: url("../images/icon-mini-point.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.delivery-point.icon-mail {
  background-image: url("../images/icon-mini-mail.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.delivery-point.icon-locker {
  background-image: url("../images/icon-mini-locker.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.delivery-point.icon-search {
  background-image: url("../images/icon-mini-search.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.delivery-title {
  color: #1dafec;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.delivery-partners {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: center;
  margin-top: 24px;
  margin-bottom: 120px;
  display: flex;
}

.delivery-express-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.delivery-how-wrap {
  align-items: center;
  display: flex;
}

.delivery-how-wrap.in-esim {
  align-items: flex-start;
}

.delivery-how-wrap.in-club {
  align-items: stretch;
}

.delivery-how-block {
  background-color: #fff;
  flex: 0 auto;
  width: 50%;
  box-shadow: 0 0 40px 10px #0000000a;
}

.delivery-how-image-wrap {
  text-align: center;
  align-self: flex-start;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.delivery-how-image-wrap.in-esim {
  align-self: flex-start;
  margin-top: -28px;
}

.delivery-how-image-wrap.in-club {
  align-self: flex-start;
}

.delivery-choose-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  display: inline;
}

.delivery-choose-title.android {
  background-image: url("../images/android-icon-gray.png");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 26px;
  padding-left: 42px;
}

.delivery-choose-title.android.active {
  color: #141414;
  background-image: url("../images/android-icon-blue.png");
  background-size: 26px;
}

.delivery-choose-title.ios {
  background-image: url("../images/apple-icon-gray.png");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 40px;
}

.delivery-choose-title.ios.active {
  color: #141414;
  background-image: url("../images/apple-icon-blue.png");
}

.delivery-choose-title.active {
  color: #141414;
}

.delivery-choose-block {
  padding: 40px 50px;
  font-family: Roboto, sans-serif;
  line-height: 24px;
}

.delivery-choose-block.android {
  font-family: Roboto, sans-serif;
  line-height: 24px;
}

.delivery-choose-block.ios,
.delivery-choose-block.delivery-search {
  display: none;
}

.delivery-how-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.delivery-how-logos {
  margin-top: 24px;
  display: flex;
}

.delivery-how-logo {
  margin-right: 30px;
}

.input-group,
.delivery-search-form {
  margin-top: 24px;
}

.delivery-methods {
  margin-top: 32px;
  margin-bottom: 0;
  display: none;
}

.delivery-method {
  clear: both;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 20px;
  display: block;
}

.delivery-method-title {
  float: left;
  color: #141414;
  width: 50%;
  font-family: "Fira Sans";
  font-size: 20px;
  font-weight: 700;
}

.delivery-method-price {
  float: left;
  color: #1dafec;
  text-align: right;
  width: 50%;
  font-family: "Fira Sans";
  font-size: 20px;
  font-weight: 600;
}

.delivery-method-descr {
  clear: both;
  padding-top: 10px;
}

.delivery-loader {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: none;
}

.delivery-loader-wrapper {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.delivery-loader-text {
  padding-left: 10px;
  display: inline-block;
}

.valentine-button-block {
  text-align: center;
  margin-top: 90px;
}

.valentine-rule-item {
  color: #000;
  background-color: #fff;
  margin-bottom: 30px;
  margin-left: 0;
  padding: 80px 40px;
  box-shadow: 0 10px 40px #0000000f;
}

.valentine-rules-text {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 0;
  display: grid;
  overflow: visible;
}

.valentine-chain {
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.valentine-item-arrow {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.valentine-how {
  background-color: #fff;
  padding: 70px;
  display: block;
  position: relative;
  box-shadow: 0 10px 40px #0000000f;
}

.valentine-top-text {
  color: #fff;
  max-width: 460px;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.valentine-top-text.binding {
  margin-bottom: 0;
}

.valentine-top-text.drimsim,
.valentine-top-text.esim {
  margin-bottom: 40px;
}

.title-31 {
  color: #536883;
  margin-right: 30px;
}

.third-box-2 {
  color: #536883;
  text-align: center;
  border-right: 1px solid #e3e7e9;
  width: 33.33%;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 16px;
  font-weight: 400;
}

.third-box-2._2 {
  border-right-color: #0000;
}

.valentine-item-title {
  color: #141414;
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.how-get-free-valentine {
  text-align: center;
}

.rent-prices {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 0.75fr 0.75fr;
  grid-auto-columns: 1fr;
  place-items: start baseline;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.rent-price.price-block {
  margin-top: 20px;
}

.rent-price.title-block {
  padding-right: 40px;
}

.binding-pluses {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.binding-button-wrap {
  margin-top: 40px;
}

.column-5 {
  padding-left: 0;
}

.calc-binding {
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding-top: 40px;
  display: block;
}

.calc-binding.country-calc {
  padding-top: 0;
}

.binding-calc-split {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  display: grid;
}

.binding-calc-col {
  background-color: #fff;
  padding: 40px;
  box-shadow: 0 10px 40px #0000000f;
}

.binding-calc-group-header {
  color: #141414;
  border-top: 1px #e3e3e3;
  flex: none;
  width: 100%;
  padding-top: 0;
  padding-bottom: 30px;
  padding-left: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.binding-calc-group-header.icon-outgoing {
  background-image: url("../images/black-icon-outgoing.svg");
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: 22px;
  flex: none;
  width: 100%;
}

.binding-calc-group-header.icon-incoming {
  background-image: url("../images/black-icon-incoming.svg");
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: 22px;
  border-top-style: none;
  padding-top: 0;
}

.binding-calc-group-header.icon-internet {
  background-image: url("../images/black-icon-world.svg");
  background-position: 0 27px;
  background-repeat: no-repeat;
  background-size: 22px;
}

.binding-calc-group-header.icon-sms,
.binding-calc-group-header.icon-sms-copy {
  background-image: url("../images/black-icon-sms.svg");
  background-position: 0 26px;
  background-repeat: no-repeat;
  background-size: 22px;
}

.binding-calc-incoming-wrap {
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

.rate-binding-block {
  text-align: center;
}

.rate-binding-price {
  color: #1dafec;
  font-size: 24px;
  line-height: 28px;
}

.binding-calc-result {
  color: #141414;
  font-size: 18px;
  line-height: 21px;
}

.binding-calc-text {
  margin-bottom: 10px;
}

.cheapinternet-text,
.no-padding {
  padding-left: 0;
}

.cookies-wrapper {
  flex-direction: column;
  max-width: 1005px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cookies-hello {
  align-self: flex-start;
  width: 100%;
  display: flex;
}

.cookies-hello-text-wrapper {
  flex: 1;
}

.cookies-hello-text-block {
  text-align: left;
  background-color: #f4fdff;
  border: 1px #000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 70px;
  margin-right: 60px;
  padding: 20px 30px;
}

.cookies-hello-image {
  align-self: flex-end;
  padding-left: 40px;
  padding-right: 20px;
}

.cookies-base-wrapper {
  display: flex;
}

.cookies-base-block {
  text-align: left;
  object-fit: fill;
  background-color: #fff;
  border-radius: 10px;
  flex: 1;
  padding: 60px;
  display: block;
  overflow: visible;
}

.cookies-talon-block {
  background-color: #1dafec;
  background-image: url("../images/cookies-talon-back.svg");
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  max-width: 128px;
  position: relative;
}

.cookies-variants {
  display: flex;
}

.cookies-variant {
  color: #1dafec;
  cursor: pointer;
  background-image: url("../images/unchecked-cookies-blue-mark.svg");
  background-position: 0 8px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-right: 50px;
  padding-top: 60px;
  padding-right: 0;
}

.cookies-variant.last {
  margin-right: 0;
}

.cookies-variant.blocked {
  opacity: 0.6;
  filter: grayscale();
  background-image: url("../images/checked-cookies-blue-mark.svg");
  background-position: 0 0;
}

.cookies-variant.blocked.variant-2 {
  background-image: url("../images/checked-cookies-blue-mark2.svg");
}

.cookies-variant.checked {
  background-image: url("../images/checked-cookies-blue-mark.svg");
  background-position: 0 0;
}

.cookies-variant.variant-2 {
  background-image: url("../images/unchecked-cookies-blue-mark2.svg");
  background-position: 0 0;
  padding-top: 34px;
}

.cookies-variant.variant-2.checked {
  background-image: url("../images/checked-cookies-blue-mark2.svg");
}

.variant-title {
  white-space: nowrap;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.variant-text {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}

.cookies-buttons-wrapper {
  justify-content: flex-end;
  margin-top: 18px;
  display: flex;
}

.cookies-policy-link {
  cursor: pointer;
}

.cookies-back-block {
  align-items: center;
  min-height: 70px;
  display: flex;
}

.cookies-back-block.hidden {
  display: none;
}

.cookies-back-link {
  color: #fff;
}

.cookies-buttons-wrapper-mobile {
  justify-content: flex-end;
  margin-top: 18px;
  display: none;
}

.cookies-policy-block {
  object-fit: fill;
  min-height: auto;
  padding-right: 20px;
  display: none;
  overflow: auto;
}

.cookies-policy-buttons-wrapper-mobile {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
}

.antartica-slider-image {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 70vh;
}

.cookies-hello-text-block2 {
  margin-bottom: 50px;
}

.cookie-palm {
  margin-top: -10px;
  margin-left: 5px;
  display: inline;
}

.div-block-144 {
  margin-top: 20px;
}

.short-footer {
  text-align: center;
  background-color: #141414;
  padding-top: 25px;
  padding-bottom: 25px;
}

.blog-articles {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-article-image {
  margin-bottom: 20px;
}

.blog-article-link {
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.blog-article-link.refund {
  margin-top: 20px;
}

.blog-article-link.binding,
.blog-article-link.rent-number {
  margin-top: 32px;
}

.blog-article-wrapper {
  padding-bottom: 15px;
  position: relative;
}

.just-socials {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-facebook {
  height: 36px;
}

.social-twitter {
  height: 28px;
}

.social-vk {
  height: 27px;
}

.social-instagram,
.social-zen {
  height: 36px;
}

.social-telegram {
  height: 33px;
}

.social-linkedin {
  height: 36px;
}

.social-link-big {
  margin-right: 40px;
}

.social-link-big.last {
  margin-right: 0;
}

.rent-codes {
  margin-top: 40px;
  margin-bottom: 40px;
}

.rent-codes-text {
  color: #777;
  font-size: 18px;
  font-weight: 600;
}

.rent-codes-code {
  color: #fff;
}

.cookies-change-button {
  margin-top: 20px;
  margin-bottom: 20px;
}

.cookies-table-wrapper {
  overflow: auto;
}

.rates-warning {
  background-color: #f4fdff;
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 20px 30px;
  font-size: 14px;
  line-height: 16.8px;
  display: none;
}

.payment-field-email {
  color: #111;
  background-color: #0000;
  border-style: none none solid;
  border-color: #000 #000 #888;
  border-bottom-width: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 18px;
}

.payment-field-email.first {
  margin-bottom: 0;
}

.payment-form-content {
  margin-top: 40px;
  display: block;
}

.payment-presets {
  justify-content: space-between;
  margin-bottom: 35px;
  display: flex;
}

.payment-preset {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #1dafec;
  border-radius: 4px;
  flex: 0 auto;
  padding: 18px 15px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.payment-block {
  width: 40%;
}

.payment-submit-wrapper {
  text-align: center;
  margin-top: 30px;
}

.payment-amount-error {
  color: #d10000;
  margin-bottom: -15px;
  font-size: 14px;
}

.payment-amount-error.hidden {
  display: none;
}

.payment-logos {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.image-27 {
  width: 48px;
  height: 30px;
}

.logo-mir {
  margin-left: 0;
}

.image-28 {
  width: 57px;
}

.field-top-up {
  color: #111;
  background-color: #0000;
  border-style: none none solid;
  border-color: #000 #000 #888;
  border-bottom-width: 1px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 18px;
}

.amount-euro {
  color: #1dafec;
  font-size: 18px;
  font-weight: 600;
}

.amount-text {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 22px;
}

.payment-success {
  color: #1dafec;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
  display: none;
}

.payment-success.alone {
  margin-top: 30px;
  display: none;
}

.payment-success.in-content {
  color: #000;
  display: none;
}

.image-29 {
  width: 60px;
}

.payment-logo {
  margin-left: 20px;
}

.payment-email-error {
  color: #d10000;
  margin-top: -15px;
  margin-bottom: 0;
  font-size: 14px;
}

.payment-email-error.hidden {
  display: none;
}

.payment-email-hint {
  color: #141414;
  font-family: Roboto, sans-serif;
}

.payment-field {
  color: #111;
  background-color: #0000;
  border-style: none none solid;
  border-color: #000 #000 #888;
  border-bottom-width: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 18px;
}

.payment-field.first {
  margin-bottom: 0;
}

.move_to_order {
  color: #141414;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.calc__internet {
  margin-top: 40px;
  margin-bottom: 40px;
}

.tinkoff-buttons {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.adv_text {
  color: #141414;
  font-size: 20px;
}

.ozon {
  background-color: #074cf2;
  border-radius: 40px;
  padding: 35px;
  position: relative;
}

.ozon__text {
  color: #fff;
  overflow-wrap: normal;
  width: 60%;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.ozon__button {
  color: #074cf2;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  font-weight: 600;
  transition: all 0.3s;
  box-shadow: 2px 2px 4px #00000040;
}

.ozon__button:hover {
  pointer-events: auto;
  color: #fff;
  background-color: #0000;
}

.ozon__image {
  width: 182px;
  position: absolute;
  inset: auto 5% -27px auto;
}

.two-col-ozon {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.two-col-ozon.delivery {
  align-items: stretch;
  margin-top: 30px;
}

.two-col-ozon.foot {
  border-top: 1px solid #343434;
  align-items: center;
  padding-top: 40px;
}

.two-col-ozon.slick {
  align-items: center;
}

.two-col-ozon.slick._1 {
  margin-top: 40px;
}

.two-col-ozon.slick.insurance,
.two-col-ozon.slick.success-page,
.two-col-ozon.in-esim {
  margin-top: 60px;
}

.two-col-ozon.esim-delivery {
  align-items: stretch;
  margin-top: 30px;
}

html.w-mod-js [data-ix="iphone"] {
  opacity: 0;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="button-1"],
html.w-mod-js [data-ix="button-2"],
html.w-mod-js [data-ix="button-3"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="top-section"] {
  opacity: 0;
}

html.w-mod-js [data-ix="answer-initial"] {
  height: 0;
}

html.w-mod-js [data-ix="slider"] {
  opacity: 0.3;
  transform: scale(0.8);
}

html.w-mod-js [data-ix="new-interaction"] {
  display: flex;
}

@media screen and (max-width: 991px) {
  .top-section {
    background-position: 50% 0;
    background-size: 1300px;
    height: auto;
    padding-bottom: 0;
  }

  .top-section.roaming {
    height: 1700px;
  }

  .top-section.europe {
    background-image:
      linear-gradient(#0000004d, #0000004d),
      url("../images/58e6885b6de3d5002a9ed8f4_france.jpg");
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: 1700px;
  }

  .top-section.data {
    background-image:
      linear-gradient(#0003, #0003),
      url("../images/58e67bd67bff9b022056953c_grece.jpg");
    background-position:
      0 0,
      50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: 1700px;
  }

  .navbar.prices {
    padding-top: 0;
  }

  .main-title-wrapper {
    margin-top: 50px;
  }

  .nav-menu {
    color: #000;
    background-color: #fff;
    border-radius: 20px;
    width: 90%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .nav-link {
    color: #000;
    text-align: center;
  }

  .nav-link:hover {
    color: #40bfe8;
  }

  .nav-link.w--current {
    color: #000;
  }

  .button._2 {
    margin-right: 0;
  }

  .button._2:hover {
    box-shadow: none;
    transform: none;
  }

  .button._2._3:hover {
    background-color: #0000;
    transform: none;
  }

  .logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .second-block-wrapper.eng {
    margin-top: 100px;
  }

  .p-16._2.white,
  .text-wrapper.try_free {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .store-link {
    margin-bottom: 10px;
  }

  .store-links-wrapper {
    width: 393px;
    display: flex;
    position: static;
  }

  .container.hebrew {
    padding-left: 5%;
    padding-right: 0;
  }

  .sim {
    width: 50%;
  }

  .blue-text-wrapper {
    width: auto;
    left: 0;
  }

  .sim-text {
    flex-direction: row;
    width: 416px;
    top: 10px;
    left: -49px;
  }

  .text-wrp {
    width: 53%;
    max-width: 400px;
  }

  .text-wrp.eng {
    padding-right: 50px;
  }

  .max-960 {
    width: 54%;
    max-width: 400px;
    margin-left: 0;
  }

  .max-960.right {
    width: 100%;
    margin-right: 0;
  }

  .max-960.right.hebrew {
    width: 95%;
    max-width: 95%;
    display: flex;
  }

  .max-960.left {
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-right: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .max-960.left.referal {
    justify-content: center;
    align-items: center;
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    padding-top: 0;
  }

  .max-960.left.hebrew {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .max-960.hebrew {
    width: 90%;
    max-width: 90%;
    margin-left: auto;
    display: block;
  }

  .control-section {
    text-align: left;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 50px;
  }

  .contr-wrp {
    width: auto;
    max-width: 400px;
  }

  .price-table {
    width: 100%;
  }

  .delivery-section {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .delivery-section.referal {
    justify-content: center;
  }

  .delivery-section.referal.hebrew {
    background-position: 50%;
    background-size: cover;
  }

  .delivery-section.hebrew {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
  }

  .taste-section {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .taste-section._2 {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .taste-section._2.roaming {
    padding-top: 0;
    padding-bottom: 0;
  }

  .taste-section._2.referal {
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .taste-section._2.eng {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .taste-section.big {
    padding-left: 30px;
    padding-right: 30px;
  }

  .taste-section._3 {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 0;
    display: flex;
  }

  .question-section.partner {
    padding-top: 30px;
  }

  .soc-box {
    align-self: stretch;
    width: 100%;
    margin-bottom: 0;
  }

  .soc-box._3 {
    align-self: center;
    width: auto;
  }

  .soc-box._4 {
    margin-bottom: 20px;
  }

  .last-apps-box {
    margin-top: 20px;
    margin-left: 20px;
  }

  .bot-menu {
    margin-bottom: 30px;
  }

  .rights {
    margin-top: 15px;
  }

  .bottom-block {
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .buttons-wrapper {
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .taste-box {
    flex: 0 auto;
    order: -1;
    width: 55%;
  }

  .taste-box._2 {
    text-align: center;
  }

  .taste-box.hebrew {
    align-items: center;
  }

  .point.first-point {
    display: none;
  }

  .point.first-point.hebrew {
    z-index: 10;
    position: absolute;
  }

  .point.second-point {
    display: none;
  }

  .app-box.thnk,
  .app-box.eng {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .app-box.hebrew {
    justify-content: center;
  }

  .iphone_anime {
    width: 40%;
    position: relative;
    bottom: -90px;
    right: 24px;
  }

  .iphone_anime._2 {
    width: 50%;
    right: 0;
  }

  .iphone_anime.hebrew {
    position: static;
  }

  .nav-container {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    display: flex;
  }

  .nav-container.prices {
    padding-bottom: 0;
  }

  .menu-button {
    color: #40bfe8;
    order: -1;
    width: 100px;
    height: 70px;
    font-size: 35px;
    position: static;
    top: 9px;
    bottom: 0;
    left: 0;
  }

  .menu-button.w--open {
    color: #1dafec;
    background-color: #fff;
  }

  .remodal.settings {
    margin-top: 0;
    margin-bottom: 0;
  }

  .widgets {
    display: none;
  }

  .shadow-plate.referal {
    width: 90%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .shadow-plate.partner {
    width: 550px;
  }

  .div-block {
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin-bottom: 40px;
  }

  .div-block.referal {
    width: 40%;
    min-width: 200px;
    max-width: 300px;
  }

  .div-block.partner {
    width: 510px;
    min-width: 510px;
  }

  .icon-box {
    justify-content: center;
  }

  .text-section {
    padding-left: 70px;
    padding-right: 70px;
  }

  .image {
    height: 1290px;
  }

  .image.internet.insurance {
    background-image:
      linear-gradient(to bottom, null, null),
      url("../images/5c618c70004cb7e6560c35b9_andrea-reiman-1350572-unsplash2.jpg");
    background-size: auto, auto;
  }

  .rich-text-block.eng {
    margin-top: 0;
  }

  .rich-text-block.europe {
    margin-top: 250px;
  }

  .text-block {
    max-width: 90%;
    margin-bottom: 21px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .rich-text-block-2 {
    column-count: 2;
  }

  .checkout-wrapper.thnk {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-field {
    max-height: 55px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .left-box {
    padding-right: 30px;
  }

  .paragraph {
    font-size: 13px;
  }

  .cvc {
    margin-left: 30px;
  }

  .full-block {
    padding-left: 0;
  }

  .form-wrapper-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .error-box {
    width: auto;
  }

  .langswitcher {
    order: 1;
    position: static;
    top: 30px;
    right: 20px;
  }

  .text-block-5 {
    width: 100%;
  }

  .icon-2 {
    color: #ffffff4d;
  }

  .sidebox {
    width: 100%;
    max-width: none;
    padding-bottom: 60px;
  }

  .section {
    flex-direction: column;
  }

  .section._2 {
    flex-direction: column-reverse;
  }

  .vacancy-link {
    margin-bottom: 60px;
  }

  .list-item {
    background-image: url("../images/dash.svg");
    background-position: 0 9px;
    background-size: 40px;
    padding-left: 71px;
    font-size: 18px;
  }

  .sideblock {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .prices-section {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .price-input {
    font-size: 16px;
  }

  .price-input._2.with-arrow {
    padding-right: 48px;
  }

  .drop-block {
    min-width: 280px;
  }

  .shadow-block {
    width: 100%;
    max-width: 600px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .shadow-block.light {
    max-width: 600px;
  }

  .div-block-22 {
    width: 100%;
  }

  .div-block-23 {
    flex-wrap: wrap;
    max-width: 680px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-25 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-18 {
    color: #fff;
  }

  .text-block-19 {
    font-family: "Fira Sans";
  }

  .left-arrow,
  .right-arrow.lebedev {
    width: 15%;
  }

  .section-4 {
    background-image: none;
  }

  .div-block-45 {
    margin-top: 20px;
    margin-bottom: 70px;
  }

  .div-block-45._5 {
    width: 750px;
  }

  .div-block-52 {
    position: static;
  }

  .div-block-53 {
    width: 70%;
  }

  .div-block-54 {
    min-height: 300px;
  }

  .div-block-59 {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-9 {
    width: 70%;
  }

  .heading-9.partner {
    width: 90%;
    max-width: 90%;
  }

  .text-block-32,
  .text-block-33,
  .text-block-34 {
    text-align: left;
  }

  .text-block-38 {
    width: 75%;
  }

  .div-block-69 {
    justify-content: center;
    max-width: 100%;
  }

  .div-block-69.product._2 {
    justify-content: space-around;
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .div-block-70 {
    width: 320px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-39 {
    margin-left: 28px;
    margin-right: 28px;
  }

  .row-2 {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
  }

  .row-2.left {
    margin-left: 10px;
    margin-right: 10px;
    top: 18px;
  }

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

  .div-block-73,
  .div-block-75 {
    margin-bottom: 20px;
  }

  .div-block-77 {
    width: 700px;
  }

  .div-block-82,
  .div-block-83,
  .div-block-84,
  .div-block-85 {
    text-align: left;
  }

  .div-block-89 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-92,
  .div-block-93 {
    justify-content: space-around;
    display: flex;
  }

  .link-18 {
    font-size: 12px;
  }

  .text-block-57 {
    font-weight: 300;
  }

  .div-block-111 {
    width: 720px;
  }

  .div-block-112 {
    text-align: center;
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .link-20 {
    color: #e3e3e3;
    cursor: pointer;
    text-decoration: none;
  }

  .link-20:hover {
    color: #40bfe8;
  }

  .table-head,
  .table-line {
    width: 90%;
  }

  .paragraph-5,
  .heading-1,
  .text,
  .text-span-3,
  .text-span-4,
  .text-span-5 {
    width: 750px;
  }

  .content {
    flex-direction: column;
    align-items: center;
  }

  .left-column {
    width: 100%;
    margin-right: 30px;
  }

  .right-column {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .text-block-70,
  .text-agree {
    width: 750px;
  }

  .div-block-125 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .wg-tariff-top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .wg-tariff-left {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .wg-tariff-right {
    padding-left: 50px;
  }

  .text-block-72 {
    text-align: center;
    margin-bottom: 32px;
  }

  .text-block-73 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-126 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .uzhin_text_block {
    width: 100%;
    max-width: 600px;
  }

  .subscribe {
    display: block;
  }

  .div-block-128 {
    margin-top: 0;
  }

  .insurance-icons {
    border-radius: 0;
    flex-wrap: wrap;
    padding-bottom: 0;
  }

  .insurance-prop {
    width: 40%;
    margin-bottom: 30px;
  }

  .image-24 {
    width: 100%;
  }

  .vpn-joinj-list {
    flex-flow: column;
    align-items: flex-start;
  }

  .vpn-card-yes {
    width: 500px;
  }

  .vpn-card-no {
    width: 500px;
    margin-top: 50px;
  }

  .vpn960 {
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .vpn960.esim-delivery-back {
    background-image: none;
  }

  .drim-vpn-text {
    min-height: 1em;
  }

  .vpn-logo {
    width: 40%;
    position: relative;
    bottom: -90px;
    right: 24px;
  }

  .vpn-logo._2 {
    width: 50%;
    right: 0;
  }

  .vpn-logo.hebrew {
    position: static;
  }

  .vpn-top-wrapper.eng {
    margin-top: 100px;
  }

  .binding-join-text {
    min-height: 6em;
  }

  .binding-images {
    padding-left: 0;
    padding-right: 0;
  }

  .binding-image._1 {
    border-radius: 9px;
  }

  .esim-top-section {
    background-size: 500px, cover;
  }

  .esim-top-wrapper {
    width: 100%;
    padding-left: 50px;
  }

  .esim-top-wrapper.eng {
    margin-top: 100px;
  }

  .esim-button {
    position: static;
  }

  .esim-card-1 {
    width: 500px;
  }

  .esim-card-2 {
    width: 500px;
    margin-top: 50px;
  }

  .scroller-block.club {
    padding-left: 50px;
  }

  .scroller-block.abs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .esim-scroller.abs {
    display: none;
    bottom: 40px;
  }

  .esim-join-list {
    flex-flow: column;
    align-items: flex-start;
    height: auto;
  }

  .subscribe-links {
    padding-left: 25px;
    padding-right: 25px;
  }

  .subscribe-links.alone {
    padding-left: 38px;
  }

  .heading-insurance {
    width: 70%;
  }

  .heading-insurance.partner {
    width: 90%;
    max-width: 90%;
  }

  .insurance-why {
    background-image: none;
  }

  .insurance-items {
    justify-content: center;
    max-width: 100%;
  }

  .insurance-items.product._2 {
    justify-content: space-around;
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .insurance-abroad {
    background-image: none;
  }

  .recovery-activate {
    padding-top: 70px;
  }

  .recovery-how-list {
    flex-flow: column wrap;
  }

  .recovery-how-item {
    box-shadow: none;
    width: 100%;
    padding-left: 0;
  }

  .partner-section {
    background-image: none;
  }

  .privacy-heading {
    width: 750px;
  }

  .tariff-table-wrapper,
  .tariff-table {
    border-radius: 0;
  }

  .tariff-table-column.first {
    flex: 2 0 20%;
  }

  .drim-top-section {
    background-size: cover;
  }

  .club-top-wrapper {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 50px;
  }

  .club-top-wrapper.eng {
    margin-top: 100px;
  }

  .club-top-block {
    width: 400px;
    margin-right: 15px;
  }

  .club-text-wrapper.try_free {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .club-logo {
    margin-right: 20px;
  }

  .club-plus-item {
    padding-left: 30px;
  }

  .club-plus-heading.sale {
    min-height: auto;
  }

  .club-sale-items {
    flex-wrap: wrap;
  }

  .club-sale-item {
    width: 50%;
  }

  .club-rec-item {
    width: 48%;
  }

  .club-arrow {
    left: 30px;
  }

  .club-slider {
    min-height: 500px;
  }

  .club-slide-block {
    max-width: none;
  }

  .slide-image {
    width: 50%;
  }

  .club-content {
    flex-wrap: wrap;
  }

  .club-content-block {
    flex: 100%;
    padding-top: 20px;
    padding-left: 0;
  }

  .image-26 {
    max-width: 200px;
  }

  .club-content-image {
    max-width: 200px;
    margin-left: -14px;
  }

  .content-note,
  .div-block-136 {
    top: 100px;
    left: auto;
    right: 100px;
  }

  .club-join-list {
    flex-flow: column;
    align-items: flex-start;
  }

  .partner-items {
    align-content: stretch;
    width: 75%;
  }

  .partner-item {
    width: 40%;
    margin-bottom: 30px;
  }

  .wrap {
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap.nav {
    z-index: 10;
    justify-content: space-between;
    position: relative;
  }

  .wrap.partner {
    overflow: hidden;
  }

  .wrap.success-page {
    background-image: none;
  }

  ._404-menu {
    flex-wrap: wrap;
  }

  ._404-menu-block {
    order: -1;
  }

  ._404-menu-block.last {
    order: 1;
  }

  .menu {
    z-index: 10;
  }

  .menu-nav {
    z-index: 8;
    color: #000;
    background-color: #fff;
    border-radius: 0 0 0 20px;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: baseline;
    width: 300px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    display: block;
    inset: 0% 0% auto auto;
    box-shadow: 0 10px 40px #0000000f;
  }

  .menu-link {
    color: #000;
    text-align: center;
    flex: 0 auto;
    font-size: 20px;
    display: inline-block;
  }

  .menu-link:hover {
    color: #40bfe8;
  }

  .menu-link.w--current {
    color: #000;
  }

  .menu-link.support.en {
    margin-right: 0;
  }

  .menu-link.lang.ru,
  .menu-link.lang.en {
    display: none;
  }

  .menu-link.sublang {
    text-align: center;
    margin-bottom: 24px;
    padding: 0;
    display: inline-block;
  }

  .menu-link.sublang.en {
    padding-left: 46px;
    padding-right: 0;
    display: inline-block;
    position: static;
  }

  .menu-link.sublang.ua {
    margin-bottom: 0;
    padding-left: 46px;
    padding-right: 0;
    display: inline-block;
    position: static;
  }

  .menu-link.sublang.ru {
    padding-left: 46px;
    padding-right: 0;
    display: inline-block;
    position: static;
  }

  .menu-link.mobile {
    text-align: right;
    padding-left: 30px;
    display: inline-block;
  }

  .menu-link.mobile.en {
    background-image: url("../images/lang_en.svg");
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 20px;
  }

  .menu-link.mobile.ua {
    background-image: url("../images/lang_ua.svg");
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 20px;
  }

  .menu-link.mobile.ua.hidden {
    display: none;
  }

  .menu-link.mobile.ru {
    background-image: url("../images/lang_ru.svg");
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 20px;
  }

  .menu-link.phone {
    margin-right: 0;
  }

  .intro {
    background-image: url("../images/airplane.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .top-block {
    width: auto;
  }

  .top-block.success-page {
    margin-left: 0%;
  }

  .h2.vacancy {
    margin-bottom: 50px;
  }

  .block {
    background-image: none;
  }

  .block.faq {
    background-image: none;
    min-height: auto;
  }

  .block.faq.top {
    background-image: none;
  }

  .block.reviews,
  .block.country-page,
  .block.country-page.disabled {
    padding-bottom: 100px;
  }

  .block.intro.main {
    background-image: url("../images/airplane.svg");
    background-position: 0 0;
    background-repeat: repeat;
    background-size: cover;
  }

  .block.intro.mailing {
    background-image: none;
  }

  .block.intro.vacancies {
    padding-bottom: 240px;
  }

  .block.intro.privacy {
    padding-top: 60px;
    padding-bottom: 340px;
  }

  .block.intro.contacts {
    padding-top: 100px;
    padding-bottom: 240px;
  }

  .block.intro.payment {
    background-image: none;
  }

  .block.intro.top-up {
    background-image: none;
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
  }

  .block.intro-no-vh.continent.antarctica {
    padding-top: 100px;
    padding-bottom: 240px;
  }

  .block.intro-no-vh.rates {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .block.vacancies {
    padding-top: 0;
  }

  .block.blue.referral,
  .block.blue.review {
    overflow: hidden;
  }

  .block.vacancy-descr {
    padding-bottom: 60px;
  }

  .block.click-for-bonus {
    padding-bottom: 100px;
  }

  .block.review-list {
    padding-bottom: 40px;
  }

  .block.partner-one {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .block.big {
    padding-top: 100px;
  }

  .block.big.what-in-app,
  .block.big.what-in-app.en {
    background-image: none;
  }

  .block.black.esim {
    background-image: url("../images/airplane.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .block.valentine-day {
    background-image: none;
  }

  .landing.cookie-alert-show {
    padding-top: 40px;
  }

  .items {
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    margin-bottom: 0;
    margin-right: 0;
  }

  .item {
    flex: none;
    min-width: auto;
    margin-right: 0;
    padding: 30px 30px 66px;
  }

  .two-col.in-esim {
    align-items: stretch;
  }

  .two-col.esim-delivery {
    margin-top: 60px;
  }

  .b._2 {
    margin-right: 0;
  }

  .b._2:hover {
    box-shadow: none;
    transform: none;
  }

  .b._2._3:hover {
    background-color: #0000;
    transform: none;
  }

  .b.w.second {
    margin-top: 20px;
    margin-left: auto;
    display: inline-block;
  }

  .b.w.second.access {
    order: -1;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .b.access {
    width: 100%;
    display: block;
  }

  .button-block {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 300px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .calc-cols.country-langing {
    flex-direction: column;
  }

  .cell.first {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .choose-cell {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .choose-cell.first {
    margin-right: 20px;
  }

  .choose-esim-profit {
    flex: 1;
  }

  .choose-esim-text {
    text-align: left;
    max-width: 200px;
  }

  .footer-menu {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .menu-section {
    width: 45%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .menu-section.test {
    width: 50%;
  }

  .mobile-menu-wrap {
    color: #1dafec;
    text-align: right;
    flex-direction: column;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: auto;
    height: auto;
    padding: 0;
    display: flex;
  }

  .icon-5 {
    align-self: auto;
  }

  .mobile-menu-icon {
    color: #1dafec;
    align-self: auto;
    display: inline-block;
  }

  .brand {
    flex: 1;
  }

  .menu-item {
    text-align: right;
    margin-bottom: 20px;
    margin-left: 0;
    position: relative;
  }

  .menu-item.lang {
    display: none;
    position: static;
  }

  .menu-item.mobile {
    display: block;
  }

  .menu-item.mobile.ua,
  .menu-item.submenu {
    display: none;
  }

  .lang-title {
    display: inline-block;
  }

  .lang-selector {
    text-align: right;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .slider-area-left.drimphone {
    min-height: auto;
  }

  .slider-area-left.insurance {
    min-height: 330px;
  }

  .slider-area-left.drimvpn {
    min-height: 353px;
  }

  .slides-nav.review {
    margin-left: 0;
  }

  .slider-area-image.drimphone {
    max-width: 90%;
    min-height: auto;
  }

  .slider-area-image.in-country,
  .slider-area-image.insurance {
    width: 80%;
    max-width: none;
  }

  .slider-area-image.in-club {
    width: 90%;
    max-width: 420px;
  }

  .slider-area-image.esim,
  .slider-area-image.in-main {
    width: 90%;
  }

  .slider-area-image.drimvpn {
    width: auto;
    max-width: 90%;
    min-height: auto;
  }

  .review-header.review {
    margin-left: 0;
  }

  .review-slide {
    flex-direction: column;
  }

  .review-slide.review {
    flex-direction: column-reverse;
  }

  .review-slide-person {
    width: 100%;
    min-width: auto;
    margin-top: 40px;
    margin-left: 0;
  }

  .review-slide-person.review {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .widget-faq {
    max-width: none;
  }

  .welcome-langs {
    flex-wrap: wrap;
    place-content: flex-start;
  }

  .welcome-langs.policy {
    flex-wrap: nowrap;
  }

  .welcome-link-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .welcome-link-wrapper.policy {
    width: auto;
    margin-bottom: 0;
  }

  .faq-list,
  .faq-widget {
    max-width: none;
  }

  .country-h1.disabled {
    margin-top: 60px;
  }

  .country-plate {
    margin-bottom: 60px;
    padding: 40px;
  }

  .country-plate.disabled {
    margin-top: 60px;
  }

  .mailing-email-content {
    background-position: 0 7px;
    font-size: 18px;
  }

  .mailing-block {
    width: 100%;
  }

  .country-itames {
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .country-item {
    border-top-style: none;
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .intro-image-wrap {
    display: none;
  }

  .intro-image-wrap.top-up {
    background-position: 50%;
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .intro-image-wrap.top-up._2 {
    display: none;
  }

  .youtube {
    width: 100%;
  }

  .filter-button {
    margin-bottom: 10px;
  }

  .vacancy-plate {
    padding: 60px;
  }

  .referral-economy {
    margin-top: -140px;
    padding: 40px;
  }

  .apps.contacts,
  .apps.recovery,
  .apps.drimsim {
    flex-direction: row;
    align-items: center;
  }

  .apps.in-screen {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }

  .apps.drimclub-partners,
  .apps.drimvpn {
    flex-direction: row;
    align-items: center;
  }

  .link-appstore.contact,
  .link-appstore.recovery {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .referral-rules-list {
    flex-wrap: wrap;
  }

  .referral-rule-item {
    width: 47%;
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .bonus-image {
    display: none;
  }

  .bonus-block {
    padding-top: 0;
    padding-left: 0;
  }

  .reviews-list {
    flex-direction: row;
  }

  .reviews-points.review {
    overflow: visible;
  }

  .review-point {
    padding: 0;
  }

  .review-order-image {
    padding-left: 0;
    padding-right: 60px;
  }

  .review-author-name {
    white-space: normal;
  }

  .policy-plate {
    padding: 60px;
  }

  .roboto.delivery-esim-half {
    width: 100%;
    max-width: 555px;
  }

  .refund-quality-items {
    grid-template-columns: 1fr 1fr;
  }

  .partner-care-list {
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    margin-bottom: -40px;
    margin-right: 0;
  }

  .partner-care-item {
    flex: 0 auto;
    width: 32%;
    margin-bottom: 40px;
    margin-right: 0;
    padding: 30px;
  }

  .partner-care-image {
    height: 140px;
  }

  .partner-clients {
    flex: 1;
    width: auto;
    padding-left: 10%;
  }

  .partner-client-image {
    flex: 0 auto;
    width: 40%;
  }

  .refund-moments {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    margin-top: 60px;
  }

  .refund-rule-title {
    min-height: 4.5em;
  }

  .contact-block {
    margin-bottom: 60px;
    padding: 30px;
  }

  .catalog-title {
    min-height: 8em;
  }

  .contact-help-wrapper {
    text-align: center;
  }

  .binding-item-simple {
    padding-left: 10px;
    padding-right: 10px;
  }

  .binding-join-block {
    margin-bottom: 60px;
    padding: 30px;
  }

  .binding-how-image.insurance {
    max-width: 100%;
  }

  .binding-choose-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .binding-how-image-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .binding-how-image-wrap.in-esim {
    margin-top: 0;
  }

  .drimphone-point {
    padding: 0;
  }

  .drimphone-choose-block,
  .recovery-rule-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .review-author-wrap {
    flex: 1;
    overflow: hidden;
  }

  .calc-from2 {
    padding: 20px;
  }

  .calc-from2.in-esim {
    max-width: 60%;
  }

  .calc-to2 {
    padding: 20px;
  }

  .calc-cols2.country-langing {
    flex-direction: column;
  }

  .rate-title {
    line-height: 22px;
  }

  .rate-row2 {
    margin-bottom: 16px;
  }

  .hint-block {
    right: -10px;
  }

  .continent-plate {
    padding: 60px;
  }

  .text-columns {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
  }

  .app-pluses {
    width: 100%;
    margin-top: 40px;
  }

  .inapp-mobile-image {
    text-align: center;
    max-width: 569px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .esim-points {
    grid-column-gap: 30px;
  }

  .esim-point {
    padding: 0;
  }

  .call-free-image {
    width: 40%;
    left: 30px;
  }

  .drimclub-services {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    margin-top: 60px;
  }

  .drimclub-discounts {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
  }

  .drimclub-partners-image {
    background-size: contain;
    width: 40%;
    left: 30px;
  }

  .delivery-partners {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 100px;
    display: grid;
  }

  .delivery-how-block {
    width: 60%;
  }

  .delivery-how-image-wrap {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .delivery-how-image-wrap.in-esim {
    margin-top: 0;
  }

  .delivery-choose-title {
    font-size: 18px;
    line-height: 22px;
  }

  .delivery-choose-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .valentine-rule-item {
    padding: 40px 30px;
  }

  .valentine-rules-text {
    flex-wrap: wrap;
  }

  .valentine-how {
    padding: 40px;
  }

  .valentine-image {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .rent-prices {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template:
      "title-area title-area"
      "Area ."
      / 1fr 1fr;
    grid-auto-rows: auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .rent-price.price-block {
    margin-top: 0;
  }

  .rent-price.title-block {
    padding-right: 0;
  }

  .calc-binding.country-langing {
    flex-direction: column;
  }

  .binding-calc-col {
    padding: 30px;
  }

  .cookies-hello-text-block {
    margin-right: 20px;
  }

  .cookies-base-block {
    padding: 40px 20px;
  }

  .cookies-talon-block {
    display: none;
  }

  .cookies-variant {
    margin-right: 30px;
  }

  .variant-title {
    font-size: 18px;
  }

  .variant-text {
    font-size: 15px;
    line-height: 19px;
  }

  .cookies-back-link {
    display: block;
  }

  .cookies-policy-block {
    max-height: none;
  }

  .antartica-slider-image {
    background-size: cover;
  }

  .payment-field-email {
    background-position: 0 7px;
    font-size: 18px;
  }

  .payment-block {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .field-top-up,
  .payment-field {
    background-position: 0 7px;
    font-size: 18px;
  }

  .two-col-ozon {
    flex-flow: row;
    display: block;
  }

  .two-col-ozon.delivery {
    flex-flow: row;
    display: flex;
  }

  .two-col-ozon.in-esim {
    align-items: stretch;
  }

  .two-col-ozon.esim-delivery {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .top-section {
    background-size: 1290px;
    padding-bottom: 0;
  }

  .top-section.europe {
    background-image:
      linear-gradient(#0000004d, #0000004d),
      url("../images/58e6885b6de3d5002a9ed8f4_france.jpg");
    background-position:
      0 0,
      50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: 1700px;
  }

  .top-section.data {
    background-image:
      linear-gradient(#0003, #0003),
      url("../images/58e67bd67bff9b022056953c_grece.jpg");
    background-position:
      0 0,
      50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .navbar {
    align-items: center;
    display: flex;
  }

  .navbar.prices {
    padding-top: 0;
  }

  .main-title {
    margin-top: 0;
    font-size: 6.1vw;
    line-height: 1.2em;
  }

  .main-title._2 {
    font-size: 44px;
    line-height: 59px;
  }

  .main-title.hebrew {
    width: 440px;
  }

  .main-title-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .main-title-wrapper.hebrew {
    text-align: center;
    width: 440px;
    max-width: 440px;
  }

  .button:hover {
    box-shadow: none;
    transform: none;
  }

  .button._2._3 {
    color: #40bfe8;
  }

  .button._2._3.referal {
    color: #fff;
  }

  .button.small.hebrew {
    text-align: center;
  }

  .button.sub {
    margin-left: auto;
    margin-right: auto;
    padding-left: 21px;
    padding-right: 21px;
    display: block;
  }

  .p-21 {
    font-size: 3.3vw;
    line-height: 1.4em;
  }

  .descr-wrapper {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .second-block-wrapper.eng {
    margin-top: 50px;
  }

  .second-block-wrapper.hebrew {
    padding-right: 0;
  }

  .one-sim-block {
    max-width: 500px;
    margin-top: 79px;
  }

  .one-sim-block.hebrew {
    align-items: center;
    margin-left: 30px;
  }

  .one-sim-block.esim {
    width: auto;
    max-width: none;
    margin-right: 1px;
    position: static;
  }

  .small-title {
    max-width: none;
    font-size: 30px;
    line-height: 1.2em;
  }

  .small-title.blue {
    color: #40bfe8;
  }

  .small-title._30 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    line-height: 40px;
    display: block;
  }

  .small-title.esim {
    font-size: 40px;
  }

  .small-title.drimclub-title,
  .small-title.white {
    font-size: 48px;
    font-weight: 700;
  }

  .p-16 {
    color: #fff;
  }

  .p-16.answer {
    color: #000;
  }

  .p-16.referal {
    font-size: 18px;
  }

  .p-16.referal.black {
    color: #000;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 1.4em;
    display: block;
  }

  .p-16._2referal {
    color: #fff;
    width: 70%;
  }

  .p-16.eng {
    color: #000;
  }

  .text-wrapper {
    max-width: 100%;
  }

  .store-links-wrapper {
    margin-top: 50px;
    position: static;
  }

  .store-links-wrapper.hebrew {
    justify-content: center;
  }

  .second-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column;
    align-items: flex-end;
    height: auto;
    padding-top: 0;
    padding-bottom: 70px;
    padding-left: 0;
    display: flex;
  }

  .second-section.hebrew {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .container {
    flex-wrap: nowrap;
    place-content: stretch center;
    align-items: flex-end;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-wrp {
    width: auto;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    display: block;
  }

  .max-960 {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 50px;
    display: block;
  }

  .max-960.right {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    display: block;
  }

  .max-960.left {
    flex-direction: column;
    width: 100%;
    min-width: 20px;
    padding: 69px 50px;
  }

  .max-960.left.referal {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    display: block;
  }

  .max-960.eng {
    padding-left: 50px;
  }

  .control-section {
    color: #000;
    background-image: none;
    background-size: auto;
    flex-direction: column;
    height: auto;
    padding-top: 0;
    padding-bottom: 120px;
    padding-right: 0;
  }

  .control-section._2 {
    background-image: none;
    background-size: auto;
    background-attachment: scroll;
    padding-bottom: 80px;
  }

  .control-section.hebrew {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
  }

  .contr-wrp {
    color: #000;
    max-width: none;
  }

  .app-section {
    flex-flow: column;
    align-items: center;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .price-table {
    width: 100%;
  }

  .header-row {
    font-size: 14px;
  }

  .col.big {
    font-size: 17px;
  }

  .col.first {
    width: 19%;
    padding-left: 20px;
  }

  .col.hidden {
    width: 19%;
  }

  .row {
    font-size: 14px;
  }

  .strong-price {
    font-size: 17px;
  }

  .delivery-section {
    color: #000;
    background-image: none;
    background-size: auto;
    flex-direction: column;
    padding-top: 0;
    padding-left: 0;
  }

  .delivery-section.referal {
    justify-content: center;
    height: 400px;
    padding-bottom: 0;
  }

  .delivery-section.referal.hebrew {
    direction: rtl;
    background-image: url("../images/Фон.jpg");
    background-position: 100%;
    background-size: cover;
    background-attachment: scroll;
  }

  .delivery-section.hebrew {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
  }

  .taste-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .taste-section._2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .taste-section._2.referal {
    justify-content: center;
    padding-bottom: 11px;
  }

  .buble {
    padding-right: 30px;
  }

  .avatar {
    margin-bottom: 40px;
  }

  .ma-slider-arrow {
    width: 10%;
  }

  .testimtext-wrp {
    margin-left: 0;
  }

  .testimonial-wrapper {
    flex-direction: column;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .question-section {
    padding-top: 40px;
  }

  .soc-box._2 {
    margin-bottom: 36px;
    position: static;
  }

  .soc-box._3 {
    order: -1;
    margin-bottom: 20px;
  }

  .soc-box._3.cnt {
    order: 1;
  }

  .rights {
    margin-top: 0;
  }

  .rights._2 {
    margin-top: 40px;
  }

  .bottom-block {
    flex-direction: column;
    justify-content: center;
  }

  .buttons-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .taste-box {
    width: 100%;
    max-width: 500px;
  }

  .p14.eng {
    color: #fff;
  }

  .title-30 {
    margin-bottom: 30px;
  }

  .timer-box {
    color: #999;
    max-width: 430px;
  }

  .app-box {
    width: auto;
  }

  .title-link {
    display: inline-block;
  }

  .iphone_anime {
    order: 1;
    width: 100%;
    max-width: 400px;
    display: none;
    right: -6%;
  }

  .nav-container {
    align-items: center;
    width: 100%;
    padding-right: 20px;
  }

  .nav-container.prices {
    padding-bottom: 0;
  }

  .menu-button {
    color: #40bfe8;
    order: -1;
    width: 110px;
    height: 70px;
    font-size: 35px;
    font-weight: 400;
    position: static;
  }

  .img {
    background-image: url("../images/phone-on-table-ru.jpg");
    background-position: 0;
    background-repeat: no-repeat;
    background-size: cover;
    order: -1;
    width: 100%;
    height: 300px;
    margin-bottom: 70px;
    display: block;
  }

  .img._2 {
    background-image: url("../images/keds.jpg");
    background-position: 100%;
    background-size: 179%;
  }

  .img._3 {
    background-image: url("../images/plane.jpg");
    background-position: 23%;
    background-size: cover;
  }

  .img._4 {
    background-image: url("../images/phone_eng.jpg");
    background-size: 960px;
  }

  .remodal.settings {
    padding-left: 15px;
    padding-right: 15px;
  }

  .shadow-plate {
    padding-left: 40px;
    padding-right: 40px;
  }

  .shadow-plate.contacts {
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  .shadow-plate.referal {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-top: 40px;
  }

  .shadow-plate.partner {
    flex-direction: row;
    align-content: stretch;
    width: 70%;
    margin-bottom: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block.referal {
    min-width: 300px;
    max-width: 300px;
    margin-bottom: 10px;
  }

  .div-block.partner {
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    min-width: 80%;
    max-width: 80%;
    padding-right: 0;
  }

  .text-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image.internet.partner {
    background-image:
      linear-gradient(#0000004d, #0000004d),
      url("../images/piotr-chrobot-276746-unsplash-2.jpg");
    background-attachment: scroll, scroll;
    height: 800px;
  }

  .image.referal {
    height: 600px;
  }

  .image.country-image {
    max-height: 100%;
  }

  .rich-text-block.eng {
    margin-top: 0;
  }

  .rich-text-block.europe {
    margin-top: 330px;
  }

  .text-block {
    display: block;
  }

  .rich-text-block-2 {
    column-count: 1;
  }

  .shadow-box {
    margin-top: 40px;
  }

  .shadow-box.thnk {
    padding-left: 30px;
    padding-right: 30px;
  }

  .step._1 {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .step._2 {
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-field._2 {
    margin-bottom: 0;
    margin-left: 15px;
  }

  .left-box {
    width: 100%;
    padding-right: 0;
  }

  .textarea-big {
    width: 100%;
  }

  .button-2 {
    margin-top: 40px;
  }

  .button-2.submit {
    order: -1;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .number-box {
    width: 100%;
    padding-right: 0;
  }

  .cvc {
    align-items: center;
    width: 50%;
    display: flex;
  }

  .euro {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .full-block {
    flex-flow: wrap;
    height: 352px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: -15px;
  }

  .back-link {
    margin-top: 20px;
    margin-right: 0;
  }

  .div-block-2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .legal-box {
    justify-content: center;
  }

  .title-form {
    display: none;
  }

  .heading {
    margin-top: 40px;
    margin-bottom: 0;
    display: block;
  }

  .sec-box {
    padding: 15px 21px;
  }

  .thnk-text {
    line-height: 25px;
  }

  .heading-3 {
    line-height: 40px;
  }

  .bottom-menu-box {
    order: -1;
    padding-bottom: 10px;
  }

  .bottom-menu-box._2 {
    padding-top: 0;
  }

  .botlink {
    margin-bottom: 10px;
    display: inline-block;
  }

  .revers {
    padding-bottom: 20px;
    top: 96px;
    left: 20px;
  }

  .button-box {
    flex-wrap: wrap;
  }

  .langswitcher {
    order: 1;
    margin-top: 10px;
    position: static;
  }

  .text-block-5 {
    width: 100%;
  }

  .yellow-link {
    color: #40bfe8;
  }

  .div-block-5 {
    padding-bottom: 10px;
  }

  .sidebox {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .vacancy-link {
    padding: 20px 20px 60px;
    font-size: 16px;
  }

  .breadcrumbs {
    text-align: center;
  }

  .vac-block {
    margin-bottom: 40px;
  }

  .prices-section {
    padding-top: 50px;
    display: block;
  }

  .first-input-box {
    justify-content: center;
  }

  .div-block-20 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .text-block-9-copy {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .big-number {
    margin-bottom: 5px;
    font-size: 26px;
  }

  .third-box {
    font-size: 14px;
  }

  .input-box {
    flex: 0 auto;
    width: 100%;
  }

  .shadow-block {
    max-width: 600px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .shadow-block.valentine-action {
    margin-bottom: 60px;
  }

  .title {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .title-cheap {
    font-size: 30px;
    line-height: 1.2em;
  }

  .question-link {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 16px;
  }

  .question-title {
    font-size: 20px;
    line-height: 1.7em;
  }

  .answer-block {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 1.8em;
  }

  .link-5,
  .link-6,
  .link-7 {
    margin-bottom: 10px;
    display: block;
  }

  .div-block-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-18 {
    color: #fff;
    text-align: center;
    margin: 5px 40px;
    font-size: 12px;
  }

  .cookie {
    font-size: 12px;
  }

  .div-block-31,
  .div-block-32 {
    display: block;
  }

  .slider {
    padding-top: 90px;
    padding-bottom: 0;
  }

  .slider.ua {
    padding-bottom: 90px;
  }

  .slide {
    width: 440px;
    height: 400px;
  }

  .slide.ua {
    height: 300px;
  }

  .div-block-38 {
    margin-left: 25px;
    padding-top: 1px;
  }

  .div-block-39,
  .div-block-39.anashkevich,
  .div-block-39.exler {
    width: 75px;
    height: 75px;
  }

  .text-block-24 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .text-block-25 {
    text-align: left;
    margin-bottom: 0;
    font-size: 16px;
  }

  .text-block-26 {
    font-size: 14px;
    line-height: 18px;
  }

  .link-8 {
    margin-top: 0;
    font-size: 14px;
  }

  .mask-2 {
    width: 440px;
  }

  .mask-2.ua {
    height: 300px;
  }

  .slide-3 {
    max-width: 440px;
  }

  .referal {
    margin-bottom: 30px;
  }

  .image-6 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-4 {
    background-position: 50%;
    background-size: 1200px;
  }

  .div-block-45 {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 90%;
    margin-top: 30px;
    margin-bottom: 50px;
    top: 600px;
  }

  .div-block-45._5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .div-block-46 {
    align-items: center;
    width: 70%;
    margin-bottom: 10px;
    display: flex;
  }

  .div-block-46.hebrew-h3 {
    justify-content: flex-start;
  }

  .text-block-28,
  .text-block-29,
  .text-block-30 {
    margin-left: 10px;
    display: inline-block;
  }

  .image-9.right {
    right: 5px;
  }

  .div-block-59 {
    margin-top: 30px;
  }

  .heading-9.partner {
    font-size: 32px;
  }

  .div-block-61 {
    margin-bottom: 30px;
    display: block;
  }

  .div-block-61.last {
    margin-bottom: 0;
  }

  .text-block-32 {
    display: inline-block;
  }

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

  .div-block-64 {
    display: block;
  }

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

  .div-block-67 {
    margin-top: 10px;
  }

  .text-block-38 {
    width: 70%;
  }

  .text-block-38.white {
    width: 440px;
  }

  .div-block-69 {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }

  .div-block-69.product._2 {
    flex-flow: wrap;
    place-content: flex-start center;
    align-items: center;
    max-width: 400px;
    margin-bottom: 30px;
  }

  .div-block-70 {
    width: 350px;
    margin-bottom: 18px;
  }

  .text-block-39 {
    margin-left: 28px;
    margin-right: 28px;
  }

  .row-2 {
    display: flex;
  }

  .row-2.left {
    justify-content: flex-start;
    display: flex;
  }

  .text-block-41 {
    display: inline-block;
  }

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

  .partner-body {
    background-size: auto;
  }

  .div-block-73 {
    margin-bottom: 15px;
  }

  .reviews-points {
    flex: none;
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .div-block-75,
  .div-block-76 {
    margin-bottom: 15px;
  }

  .section-6 {
    background-position: 50%;
    background-size: 1440px;
    min-height: 900px;
    padding-bottom: 50px;
  }

  .div-block-77 {
    text-align: left;
    flex-direction: column;
    align-items: center;
    width: 440px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .div-block-78 {
    margin-left: 0;
  }

  .div-block-82,
  .div-block-83,
  .div-block-84 {
    text-align: left;
  }

  .div-block-85 {
    text-align: left;
    display: block;
  }

  .div-block-86,
  .div-block-90 {
    margin-bottom: 70px;
  }

  .div-block-92 {
    justify-content: space-around;
    display: flex;
  }

  .div-block-93 {
    justify-content: space-around;
    margin-bottom: 20px;
    display: flex;
  }

  .section-9 {
    color: #20272c;
    background-color: #20272c;
    padding-top: 50px;
  }

  .div-block-98 {
    text-align: center;
    max-width: 210px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .div-block-99 {
    text-align: left;
    max-width: 210px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .image-15,
  .image-16 {
    max-width: 125px;
    margin-bottom: 12px;
  }

  .div-block-100 {
    justify-content: center;
    padding-bottom: 46px;
    display: flex;
  }

  .div-block-101 {
    justify-content: center;
    margin-bottom: 42px;
    display: flex;
  }

  .image-17 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-102 {
    text-align: center;
    margin-bottom: 26px;
  }

  .link-13 {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
  }

  .text-block-52 {
    color: #e3e3e3;
    font-weight: 300;
  }

  .div-block-103 {
    text-align: center;
    margin-bottom: 15px;
  }

  .image-18 {
    margin: 0 auto 16px;
    display: block;
  }

  .button-4 {
    color: #e3e3e3;
    background-color: #20272c;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    min-width: 125px;
    margin-bottom: 27px;
    font-size: 11px;
  }

  .button-4.order {
    width: 125px;
    line-height: 12px;
  }

  .text-block-53 {
    color: #e3e3e3;
    margin-top: 18px;
    margin-bottom: 24px;
    font-weight: 300;
  }

  .link-14 {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
  }

  .link-14:hover {
    color: #40bfe8;
  }

  .text-block-54 {
    color: #e3e3e3;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
  }

  .text-block-55 {
    color: #e3e3e3;
    cursor: pointer;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.2s;
    display: block;
  }

  .text-block-55:hover {
    color: #40bfe8;
  }

  .hidden-link {
    color: #e3e3e3;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
    transition: all 0.2s;
    display: block;
  }

  .hidden-link:hover {
    color: #40bfe8;
  }

  .hidden-link._2 {
    display: none;
  }

  .first-hidden {
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .second-hidden {
    padding-bottom: 10px;
    padding-left: 0;
    display: none;
  }

  .third-hidden {
    padding-left: 0;
    display: none;
  }

  .div-block-105 {
    text-align: left;
  }

  .link-block-6 {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .link-block-7 {
    text-align: center;
  }

  .div-block-113 {
    margin-bottom: 30px;
  }

  .table-head {
    width: 90%;
    font-size: 10px;
    line-height: 1.2em;
  }

  .head-element {
    padding-left: 0;
    padding-right: 0;
  }

  .table-line {
    width: 90%;
    font-size: 10px;
  }

  .line-element {
    padding-right: 5px;
  }

  .text-block-60 {
    padding-left: 5px;
  }

  .heading-10,
  .paragraph-5,
  .heading-1,
  .text,
  .text-span-3,
  .text-span-4,
  .text-span-5 {
    width: 440px;
  }

  .journey-review.left {
    margin-bottom: 40px;
  }

  .left-column {
    margin-right: 0;
  }

  .text-block-70,
  .text-agree {
    width: 440px;
  }

  .wg-tariff-left {
    padding-left: 50px;
  }

  .wg-tariff-right {
    padding-right: 50px;
  }

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

  .text-block-73 {
    text-align: center;
    margin-bottom: 0;
  }

  .checkbox-field {
    margin-bottom: 0;
  }

  .div-block-127 {
    line-height: 20px;
  }

  .div-block-128 {
    flex-direction: column;
    margin-top: -10px;
    padding-top: 0;
    line-height: 28px;
  }

  .sublink {
    margin-top: 0;
    line-height: 28px;
  }

  .vpn-how-list {
    flex-direction: column;
  }

  .vpn-how-item {
    box-shadow: none;
    width: 100%;
    padding-left: 0;
  }

  .vpn-card-yes {
    width: 100%;
  }

  .vpn-card-apps {
    flex-direction: column;
  }

  .vpn-app-link {
    width: 194px;
  }

  .vpn-app-link.google {
    margin-top: 30px;
  }

  .vpn-card-no {
    width: 100%;
  }

  .vpn960 {
    background-image: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .vpn-logo {
    order: 1;
    width: 100%;
    max-width: 400px;
    display: none;
    right: -6%;
  }

  .vpn-top-wrapper.eng {
    margin-top: 50px;
  }

  .vpn-top-wrapper.hebrew {
    padding-right: 0;
  }

  .vpn-get-item {
    width: 100%;
  }

  .subscribeblock {
    padding-left: 40px;
    padding-right: 40px;
    line-height: 20px;
  }

  .subemail {
    width: 100%;
    max-width: 300px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .binding-how-list {
    flex-direction: column;
    margin-bottom: auto;
  }

  .binding-how-list.first {
    margin-bottom: 0;
  }

  .binding-how-item {
    box-shadow: none;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .binding-how-item.first {
    box-shadow: none;
    padding-top: 0;
    padding-left: 20px;
  }

  .binding-join-text {
    min-height: auto;
  }

  .binding-image {
    max-width: 40%;
  }

  .binding-mark {
    width: 50%;
    height: 50px;
  }

  .binding-mark.drim.plus {
    border-left-style: none;
    border-right-style: none;
    border-right-width: 0;
  }

  .binding-mark._2 {
    background-color: #fff;
  }

  .policy-h1-ru,
  .privacy-h1,
  .agreement-h1 {
    width: 440px;
  }

  .esim-top-section {
    background-size: 350px, cover;
  }

  .esim-p16 {
    width: auto;
  }

  .esim-top-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .esim-top-wrapper.eng {
    margin-top: 50px;
  }

  .esim-top-wrapper.hebrew {
    padding-right: 0;
  }

  .esim-h1 {
    display: block;
    overflow: visible;
  }

  .esim-plus-list {
    flex-direction: column;
  }

  .esim-plus-item {
    box-shadow: none;
    width: 100%;
    padding-left: 0;
  }

  .esim-card-1,
  .esim-card-2 {
    width: 100%;
  }

  .esim-text {
    font-size: 16px;
    overflow: visible;
  }

  .scroller-block.club {
    padding-left: 40px;
  }

  .esim-scroller.abs {
    bottom: 20px;
  }

  .subscribe-links {
    flex-direction: column;
    padding-top: 0;
    line-height: 28px;
  }

  .subscribe-links.alone {
    padding-left: 0;
  }

  .insurance-top.partner {
    margin-bottom: 50px;
  }

  .heading-insurance,
  .heading-insurance.partner {
    font-size: 32px;
  }

  .insurance-why {
    background-position: 50%;
    background-size: 1200px;
  }

  .insurance-items {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }

  .insurance-items.product._2 {
    flex-flow: wrap;
    place-content: flex-start center;
    align-items: center;
    max-width: 400px;
    margin-bottom: 30px;
  }

  .insurance-abroad {
    background-position: 50%;
    background-size: 1200px;
  }

  .recovery-how-list {
    flex-direction: column;
  }

  .recovery-how-item {
    width: 100%;
  }

  .partner-section {
    background-position: 50%;
    background-size: 1200px;
  }

  .privacy-heading,
  .terms-h1 {
    width: 440px;
  }

  .tariff-table {
    min-width: auto;
  }

  .tariff-table-header {
    display: flex;
  }

  .tariff-table-column {
    text-align: center;
    flex: 14%;
    font-size: 15px;
  }

  .tariff-table-column.first {
    text-align: center;
    flex: 100%;
    padding-bottom: 10px;
    padding-left: 24px;
    display: block;
  }

  .tariff-table-column.first.header {
    display: none;
  }

  .tariff-table-column.big-price {
    flex: 1.25 1.25 15%;
  }

  .tariff-table-row {
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .drim-top-section {
    background-size: cover;
  }

  .club-top-wrapper {
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .club-top-wrapper.eng {
    margin-top: 50px;
  }

  .club-top-wrapper.hebrew {
    padding-right: 0;
  }

  .club-top-block {
    width: 100%;
    max-width: 500px;
    margin-top: 79px;
  }

  .club-top-block.hebrew {
    align-items: center;
    margin-left: 30px;
  }

  .club-top-block.esim {
    width: auto;
    max-width: none;
    margin-right: 1px;
    position: static;
  }

  .club-p18 {
    width: auto;
  }

  .club-text-wrapper {
    max-width: 100%;
  }

  .club-logo {
    display: none;
  }

  .club-plus-items {
    flex-direction: column;
    margin-top: 40px;
  }

  .club-plus-item {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 54px;
    padding-left: 30px;
  }

  .club-plus-item:hover {
    transform: none;
  }

  .club-plus-image {
    float: left;
    display: inline-block;
  }

  .club-plus-heading {
    float: none;
    margin-top: 5px;
    font-size: 20px;
    line-height: 24px;
    display: inline-block;
    position: static;
  }

  .club-plus-heading.use {
    float: left;
    margin-top: 5px;
    margin-left: 20px;
  }

  .club-plus-text {
    clear: both;
  }

  .club-plus-text._470 {
    width: 100%;
  }

  .club-sale-section {
    padding-top: 70px;
  }

  .club-sale-items {
    margin-top: 40px;
  }

  .club-partner-items {
    flex-wrap: wrap;
  }

  .club-partner-item {
    width: 100%;
    padding-bottom: 45px;
  }

  .club-rec-items {
    margin-top: 40px;
  }

  .club-title.in-slider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .club-arrow {
    left: 30px;
  }

  .club-arrow.vacancy,
  .club-arrow.refund {
    left: 20px;
  }

  .club-h1 {
    display: block;
    overflow: visible;
  }

  .club-slider-section {
    padding-top: 100px;
  }

  .club-slider {
    min-height: 700px;
  }

  .tariff-label {
    font-size: 12px;
    line-height: 16px;
    display: block;
  }

  .tariff-icon {
    text-align: right;
    max-width: 25px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .club-slide-block {
    flex-wrap: wrap;
    justify-content: center;
  }

  .slide-image {
    width: 400px;
    margin-right: 0;
  }

  .club-slide-info {
    text-align: center;
    width: 100%;
  }

  .button-6:hover {
    box-shadow: none;
    transform: none;
  }

  .club-apps {
    justify-content: flex-start;
  }

  .club-app-link.google {
    margin-left: 30px;
  }

  .partner-items {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .partner-item {
    text-align: left;
    align-items: center;
    width: 40%;
    display: flex;
  }

  .partner-item-text {
    padding-left: 10px;
  }

  ._404-menu-block.last {
    order: 0;
  }

  .h1 {
    font-size: 36px;
    line-height: 37px;
  }

  .h1.white {
    line-height: 42px;
  }

  .h2.vacancy {
    margin-bottom: 20px;
  }

  .block {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .block.faq.en {
    padding-top: 60px;
  }

  .block.reviews,
  .block.country-page {
    padding-bottom: 60px;
  }

  .block.country-page.disabled {
    padding-bottom: 80px;
  }

  .block.country-page.first {
    height: 1290px;
    max-height: 100%;
  }

  .block.intro.vacancies {
    padding-top: 60px;
    padding-bottom: 200px;
  }

  .block.intro.contacts {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .block.intro.top-up {
    padding-top: 40px;
  }

  .block.intro-no-vh.continent {
    padding-top: 60px;
  }

  .block.intro-no-vh.continent.antarctica {
    padding-top: 60px;
    padding-bottom: 200px;
  }

  .block.intro-no-vh.rates {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .block.vacancies {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .block.blue.referral,
  .block.vacancy-descr,
  .block.click-for-bonus,
  .block.thats-all {
    padding-bottom: 60px;
  }

  .block.review-list {
    margin-bottom: -20px;
  }

  .block.partner-one {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .block.refundrulesblock {
    position: relative;
  }

  .block.contacts {
    padding-top: 60px;
  }

  .block.contacts-body {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .block.big,
  .landing.cookie-alert-show {
    padding-top: 60px;
  }

  .items {
    grid-template-columns: 1fr;
  }

  .cookie-alert {
    font-size: 12px;
  }

  .two-col.delivery {
    flex-direction: column;
  }

  .two-col.foot {
    flex-direction: column;
    padding-top: 34px;
  }

  .two-col.slick,
  .two-col.esim-delivery {
    flex-direction: column;
  }

  .column-image {
    order: -1;
  }

  .b:hover {
    box-shadow: none;
    transform: none;
  }

  .b._2._3 {
    color: #40bfe8;
  }

  .b._2._3.referal {
    color: #fff;
  }

  .b.small.hebrew {
    text-align: center;
  }

  .b.sub {
    margin-left: auto;
    margin-right: auto;
    padding-left: 21px;
    padding-right: 21px;
    display: block;
  }

  .b.t.tinkoff-buttons__second {
    margin-top: 20px;
  }

  .b.gray.cookies {
    width: 100%;
    margin-top: 10px;
    margin-right: auto;
  }

  .b.cookies-button-all {
    width: 100%;
  }

  .rate-headers {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
  }

  .rate-link {
    order: -1;
    margin-bottom: 40px;
  }

  .calc-cols {
    flex-direction: column;
  }

  .external,
  .external.in-screen {
    display: inline;
  }

  .calc-col-to {
    margin-top: 40px;
  }

  .cookie-wrap {
    margin-left: 0;
  }

  .cell {
    width: 100%;
  }

  .cell.first {
    align-self: auto;
    margin-bottom: 35px;
  }

  .choose-cell.first {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .mailing-wrapper {
    flex-direction: column;
    padding-bottom: 56px;
  }

  .mailing-text {
    width: 100%;
    margin-bottom: 40px;
  }

  .submit-wrapper {
    flex-direction: column;
  }

  .submit-text {
    order: -1;
    margin-bottom: 16px;
  }

  .footer-menu {
    margin-top: 40px;
    padding-bottom: 8px;
  }

  .menu-section.test {
    padding-right: 10px;
  }

  .footer-socials {
    margin-bottom: 27px;
    margin-right: -26px;
  }

  .mobile-menu-wrap {
    order: 0;
    width: auto;
    height: auto;
  }

  .brand {
    padding-left: 0;
  }

  .columns {
    flex-direction: column;
    display: flex;
  }

  .slider-area-left {
    width: 100%;
    margin-bottom: 28px;
  }

  .slider-area-left.drimphone {
    text-align: center;
    min-height: 334px;
  }

  .slider-area-left.in-country {
    min-height: 353px;
  }

  .slider-area-left.insurance {
    min-height: 354px;
  }

  .slider-area-left.in-main {
    min-height: 374px;
  }

  .slider-area-left.drimvpn {
    text-align: center;
    min-height: 353px;
  }

  .slider-area-left.success-page {
    min-height: 352px;
    padding-right: 0;
  }

  .slider-area-main {
    width: 100%;
  }

  .slides-nav {
    margin-bottom: 0;
  }

  .slides-nav.review {
    margin-bottom: 60px;
  }

  .slider-area-image.drimphone {
    max-width: 420px;
    margin-right: 0;
  }

  .slider-area-image.main {
    max-width: 300px;
    max-height: 300px;
  }

  .slider-area-image.in-country,
  .slider-area-image.insurance {
    width: auto;
    max-width: 420px;
  }

  .slider-area-image.esim,
  .slider-area-image.in-main {
    width: 100%;
  }

  .slider-area-image.drimvpn {
    width: 100%;
    max-width: 420px;
    margin-right: 0;
  }

  .review-slide-text {
    font-size: 20px;
    line-height: 26px;
  }

  .review-slide-person {
    margin-top: 24px;
  }

  .welcome-langs.policy {
    flex-wrap: wrap;
  }

  .welcome-link.en.policy {
    margin-bottom: 20px;
  }

  .welcome-link-wrapper.policy {
    width: 100%;
  }

  .country-top-text {
    font-size: 3.3vw;
    line-height: 1.4em;
  }

  .country-h1 {
    font-size: 36px;
    line-height: 37px;
  }

  .country-h1.disabled {
    margin-top: 40px;
  }

  .country-plate {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .country-plate.disabled {
    margin-top: 40px;
  }

  .country-rate {
    width: 100%;
  }

  .value {
    font-size: 48px;
    line-height: 52px;
  }

  .submit-text-content {
    order: -1;
    width: 100%;
    margin-bottom: 16px;
    margin-left: 0;
    padding-left: 20px;
  }

  .continent-top-text {
    font-size: 3.3vw;
    line-height: 1.4em;
  }

  .h4.binding {
    margin-top: 30px;
  }

  .rates-item {
    width: 50%;
  }

  .collection-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex;
  }

  .filter-button.last {
    margin-bottom: 0;
  }

  .vacancy-title {
    font-size: 22px;
    line-height: 24px;
  }

  .vacancy-remote {
    margin-bottom: 18px;
  }

  .vacancy-plate {
    margin-top: -230px;
    padding: 40px;
  }

  .referral-chain {
    flex-wrap: wrap;
  }

  .referral-item-arrow {
    text-align: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .referral-arrow-icon {
    transform: rotate(90deg);
  }

  .apps.contacts {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .apps.recovery {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
  }

  .apps.drimsim {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .apps.in-screen,
  .apps.drimclub-partners,
  .apps.drimvpn {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button-appstore {
    max-width: 195px;
  }

  .button-appstore.recovery {
    width: 100%;
  }

  .link-appstore.contact,
  .link-appstore.recovery {
    margin-bottom: 10px;
  }

  .referral-rules-list {
    margin-right: 0;
  }

  .referral-rule-item {
    width: 100%;
    margin-right: 0;
    padding: 40px;
  }

  .thats-all-image-block {
    display: none;
  }

  .reviews-list {
    flex-direction: column;
  }

  .reviews-points {
    flex-flow: wrap;
    place-content: flex-start space-between;
    align-items: stretch;
    margin-bottom: 30px;
    margin-right: -30px;
  }

  .reviews-points.review {
    margin-bottom: -30px;
  }

  .review-point {
    flex: 44%;
    margin-bottom: 30px;
  }

  .review-order-image {
    display: none;
  }

  .policy-plate {
    padding: 40px;
  }

  .refund-item {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .partner-true-list {
    margin-top: 40px;
    margin-bottom: -30px;
  }

  .partner-true-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .partner-true-text {
    max-width: 555px;
  }

  .partner-care-item {
    width: 45%;
  }

  .partner-clients {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0%;
  }

  .partner-client-image {
    display: none;
  }

  .refund-moments {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .refund-moment {
    width: 100%;
  }

  .refund-rules {
    flex-wrap: wrap;
  }

  .refund-rule {
    width: 100%;
  }

  .refund-rule.last {
    margin-top: 40px;
  }

  .refund-rule-title,
  .refund-rule-title.en {
    min-height: auto;
  }

  .contact-list {
    margin-top: 0;
    display: flex;
  }

  .contact-block {
    width: 100%;
    padding: 40px 20px;
    font-size: 16px;
  }

  .catalog-title {
    min-height: auto;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 24px;
  }

  .button-googleplay {
    max-width: 195px;
  }

  .button-googleplay.recovery {
    width: 100%;
  }

  .link-googleplay.in-screen {
    margin-top: 10px;
  }

  .link-googleplay.drimsim {
    margin-top: 20px;
  }

  .contact-fake-block-as-albert-say {
    display: none;
  }

  .filter-text {
    margin-bottom: 6px;
    display: block;
  }

  .binding-items {
    box-shadow: none;
  }

  .binding-item-title {
    background-color: #fbfbfb;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 16px;
  }

  .binding-item-title.first {
    align-self: stretch;
    width: 100%;
    padding-left: 0;
    display: none;
  }

  .binding-item-drimsim {
    width: 50%;
  }

  .binding-item-simple {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .binding-titles {
    flex-wrap: wrap;
    align-items: center;
  }

  .bingind-pluses-wrap {
    margin-top: 24px;
    box-shadow: 0 0 40px 10px #0000000a;
  }

  .binging-fake-text {
    display: block;
  }

  .binding-rule-title {
    min-height: auto;
  }

  .join-list {
    margin-top: 0;
    display: flex;
  }

  .binding-join-block {
    width: 100%;
    padding: 40px 20px;
    font-size: 16px;
  }

  .binding-choose-block.android {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .binding-how-image-wrap {
    display: none;
  }

  .drimphone-point {
    flex: 44%;
    margin-bottom: 30px;
  }

  .drimphone-points {
    flex-flow: column wrap;
    place-content: flex-start space-between;
    align-items: stretch;
    margin-bottom: 30px;
    margin-right: -30px;
  }

  .drimphone-points.review {
    margin-bottom: -30px;
  }

  .drimphone-choose-block.android,
  .recovery-rule-block.android {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .calc-from2 {
    width: 100%;
    margin-right: 0;
  }

  .calc-from2.in-esim {
    max-width: none;
  }

  .calc-to2 {
    width: 100%;
    margin-top: 40px;
  }

  .calc-to2.alone {
    margin-top: 0;
  }

  .calc-cols2 {
    flex-direction: column;
  }

  .calc-header2 {
    overflow: visible;
  }

  .calc-group-header.icon-sms.country-calc,
  .calc-group-header.icon-sms-copy.country-calc {
    margin-top: 8px;
  }

  .country-calc-split {
    flex-direction: column;
  }

  .country-calc-col.left {
    padding-right: 0;
  }

  .continent-plate {
    padding: 40px;
  }

  .antarctica-slide-descr {
    margin-top: 20px;
  }

  .text-columns {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .drimsim-row,
  .drimsim-row.reverse {
    flex-direction: column;
  }

  .drimsim-row.reverse.padding {
    margin-top: 100px;
  }

  .black-line {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .black-line.last {
    margin-top: 100px;
  }

  .skew-line {
    top: 0;
    bottom: -150px;
  }

  .app-pluses {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .app-plus-image {
    margin-bottom: 10px;
  }

  .esim-points {
    grid-row-gap: 30px;
    flex-flow: column wrap;
    grid-template-columns: 1fr;
    place-content: flex-start space-between;
    align-items: stretch;
    margin-bottom: 30px;
  }

  .esim-points.review {
    margin-bottom: -30px;
  }

  .esim-point-title,
  .esim-point-text {
    margin-top: 10px;
  }

  .esim-point {
    flex: 44%;
  }

  .helper-wrap {
    width: 100%;
  }

  .helper-image {
    display: none;
  }

  .call-free-wrap {
    float: none;
    width: 100%;
  }

  .call-free-image {
    display: none;
  }

  .drimclub-services {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .drimclub-discounts {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    margin-top: 40px;
  }

  .discount-image {
    margin-bottom: 16px;
  }

  .drimclub-partners-image {
    display: none;
  }

  .drimvpn-prices {
    grid-template-columns: 1fr 1fr;
  }

  .delivery-partners {
    margin-bottom: 60px;
  }

  .delivery-how-block {
    width: 100%;
  }

  .delivery-how-image-wrap {
    display: none;
  }

  .delivery-choose-block.android {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .valentine-rule-item {
    width: 100%;
    margin-right: 0;
    padding: 40px;
  }

  .valentine-rules-text {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin-right: 0;
  }

  .valentine-chain {
    flex-wrap: wrap;
  }

  .valentine-item-arrow {
    text-align: center;
    width: 100%;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .title-31 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .third-box-2 {
    font-size: 14px;
  }

  .rent-prices {
    grid-template-columns: 1fr 1fr;
  }

  .calc-binding {
    flex-direction: column;
  }

  .binding-calc-split {
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }

  .binding-calc-col {
    padding: 30px;
  }

  .binding-calc-group-header.icon-sms.country-calc,
  .binding-calc-group-header.icon-sms-copy.country-calc {
    margin-top: 8px;
  }

  .cookies-hello {
    flex-direction: column;
  }

  .cookies-hello-text-block {
    border-bottom-left-radius: 20px;
    max-width: none;
    margin-bottom: 25px;
    margin-right: 0;
  }

  .cookies-hello-image {
    align-self: center;
    padding-left: 20px;
  }

  .cookies-base-block {
    background-image: url("../images/airplane_body.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cookies-variants {
    flex-direction: column;
  }

  .cookies-variant {
    margin-bottom: 40px;
    padding-top: 0;
  }

  .cookies-variant.last {
    margin-bottom: 0;
  }

  .cookies-variant.variant-2 {
    padding-top: 0;
  }

  .variant-title {
    white-space: normal;
    align-items: center;
    min-height: 2em;
    margin-top: 4px;
    margin-left: 50px;
    font-size: 20px;
    display: flex;
  }

  .variant-title.variant-2 {
    min-height: auto;
    margin-top: 0;
    margin-left: 40px;
  }

  .variant-text {
    font-size: 16px;
    line-height: 20px;
  }

  .cookies-buttons-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 40px;
    display: none;
  }

  .cookies-button {
    width: 250px;
  }

  .cookies-back-link {
    color: #fff;
  }

  .cookies-buttons-wrapper-mobile {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 40px;
  }

  .cookies-buttons-wrapper-mobile.shadowenabled {
    background-color: #fff;
    margin-top: -76px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translate(0, 76px);
  }

  .cookies-policy-buttons-wrapper-mobile {
    flex-direction: column-reverse;
    align-items: center;
  }

  .cookies-policy-buttons-wrapper-mobile.shadowenabled {
    display: none;
  }

  .blog-articles {
    grid-template-columns: 1fr 1fr;
  }

  .tinkoff-buttons {
    flex-direction: column;
  }

  .adv_text {
    font-size: 18px;
  }

  .ozon__text {
    margin-bottom: 24px;
  }

  .ozon__image {
    width: 162px;
    bottom: -18px;
  }

  .two-col-ozon.delivery {
    flex-direction: column;
  }

  .two-col-ozon.foot {
    flex-direction: column;
    padding-top: 34px;
  }

  .two-col-ozon.slick,
  .two-col-ozon.esim-delivery {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .top-section.europe {
    background-image:
      linear-gradient(#0000, #0000),
      url("../images/58e6885b6de3d5002a9ed8f4_france.jpg");
    background-position:
      0 0,
      50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: 1700px;
  }

  .top-section.data {
    background-size: cover;
    background-attachment: fixed;
  }

  .navbar {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .main-title {
    font-size: 22px;
  }

  .main-title._2 {
    font-size: 28px;
    line-height: 40px;
  }

  .main-title.hebrew {
    width: 300px;
  }

  .main-title.jorney {
    margin-bottom: 50px;
  }

  .main-title-wrapper {
    width: 90%;
    margin-top: 20px;
  }

  .main-title-wrapper._2 {
    margin-top: 30px;
  }

  .main-title-wrapper.hebrew {
    width: 300px;
  }

  .nav-menu {
    box-shadow: 0 0 20px 10px #0003;
  }

  .button {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
  }

  .button._2 {
    margin-bottom: 20px;
  }

  .button._2._3 {
    text-align: center;
  }

  .button._2._3.eng {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button.small.hebrew {
    text-align: center;
  }

  .button.sub {
    text-align: center;
    flex: 0 auto;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 21px;
  }

  .p-21,
  .p-21._2 {
    font-size: 16px;
    line-height: 20px;
  }

  .p-21.uzhin {
    font-size: 20px;
    line-height: 28px;
  }

  .logo {
    text-align: center;
    order: 1;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    position: static;
  }

  .logo.w--current {
    text-align: center;
    order: 1;
    width: 100%;
    margin-top: 10px;
  }

  .logo.prices {
    text-align: right;
    justify-content: flex-end;
    align-items: flex-start;
    width: 80%;
    display: flex;
  }

  .second-block-wrapper {
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .second-block-wrapper.eng {
    margin-top: 100px;
  }

  .one-sim-block {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }

  .one-sim-block.hebrew {
    width: 90%;
    margin-left: 0;
  }

  .small-title {
    font-size: 25px;
    line-height: 1.3em;
  }

  .small-title.dark {
    display: block;
  }

  .small-title._30 {
    font-size: 25px;
  }

  .small-title.referal {
    text-align: left;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .small-title.drimclub-title {
    font-size: 40px;
  }

  .small-title.white {
    font-size: 40px;
    line-height: 50px;
  }

  .p-16 {
    color: #000;
  }

  .p-16._2 {
    text-align: left;
  }

  .p-16._2.new {
    text-align: center;
  }

  .p-16.answer {
    color: #000;
    font-size: 14px;
    line-height: 1.6em;
  }

  .p-16.referal {
    color: #000;
    font-size: 16px;
    line-height: 20px;
  }

  .p-16._2referal {
    text-align: left;
    width: 100%;
  }

  .p-16.white {
    color: #fff;
  }

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

  .text-wrapper.big {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .store-link {
    max-width: 184px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .store-link.gp {
    margin-right: auto;
  }

  .store-link.gp1 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .store-link.hebrew {
    margin-left: auto;
    margin-right: auto;
  }

  .store-links-wrapper {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 300px;
  }

  .second-section {
    height: auto;
  }

  .second-section.hebrew {
    align-items: center;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.hebrew {
    padding-left: 0%;
  }

  .sim {
    width: 100%;
    max-width: 300px;
  }

  .blue-text-wrapper {
    max-width: 400px;
  }

  .sim-text {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    left: 0;
  }

  .text-wrp {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .text-wrp.hebrew {
    width: 90%;
  }

  .max-960 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .max-960.right {
    padding-left: 20px;
  }

  .max-960.left {
    padding: 60px 20px;
  }

  .max-960.referal {
    text-align: center;
    width: 90%;
    min-width: 90%;
    max-width: 90%;
  }

  .max-960.eng {
    padding-left: 20px;
  }

  .control-section {
    padding-bottom: 80px;
  }

  .price-table {
    display: flex;
  }

  .header-row {
    flex-flow: column wrap;
    flex: none;
    align-content: flex-start;
    align-items: center;
    width: 28%;
    height: auto;
    margin-right: 20px;
    padding: 20px 10px;
  }

  .col {
    text-align: left;
    width: 100%;
    height: 50px;
    padding-left: 0;
  }

  .col.big {
    text-align: left;
    width: 100%;
    padding-left: 0;
    font-size: 16px;
  }

  .col.first {
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%;
    height: 30px;
    padding-left: 0;
    font-size: 9px;
  }

  .col.hidden {
    height: 30px;
    display: block;
  }

  .row {
    text-align: left;
    padding-top: 18px;
  }

  .strong-price {
    font-size: 16px;
  }

  .delivery-section {
    padding-bottom: 50px;
  }

  .delivery-section.referal {
    background-position: 0;
    background-size: 1600px;
    height: 350px;
    position: static;
    bottom: 190px;
  }

  .taste-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .taste-section._2 {
    padding-bottom: 0;
  }

  .taste-section._2.referal {
    padding-bottom: 0;
    position: static;
    bottom: 190px;
  }

  .taste-section._2.eng {
    padding-top: 0;
  }

  .taste-section.big {
    padding-left: 10px;
    padding-right: 10px;
  }

  .taste-section._3 {
    padding-top: 20px;
  }

  .ma-slider {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .buble {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon {
    width: 14px;
  }

  .testimtext-wrp {
    margin-bottom: 40px;
    display: block;
  }

  .name-box {
    margin-top: 20px;
    padding-left: 0;
  }

  .testimonial-wrapper {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .question-section {
    position: static;
    bottom: 0;
  }

  .last-apps-box {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    max-width: 360px;
    margin-left: 0;
    display: flex;
  }

  .buttons-wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .link {
    margin-bottom: 20px;
    display: block;
  }

  .gradient._1 {
    max-width: 300px;
  }

  .p14.eng {
    color: #fff;
  }

  .title-30 {
    margin-right: 0;
    font-size: 20px;
  }

  .title-30.hebrew {
    text-align: center;
    margin-left: 0;
  }

  .app-box {
    width: 100%;
    max-width: 300px;
    display: inline-block;
  }

  .app-box.eng {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .app-box.hebrew {
    flex-direction: column;
  }

  .title-link {
    line-height: 35px;
  }

  .iphone_anime {
    display: none;
  }

  .nav-container {
    flex-wrap: wrap;
    place-content: center space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    color: #40bfe8;
    text-align: right;
    flex: 0 auto;
    order: -1;
    width: auto;
    height: auto;
    padding: 10px 0;
    font-size: 35px;
    position: static;
  }

  .img {
    height: 200px;
    margin-bottom: 50px;
  }

  .img._3 {
    background-size: cover;
    margin-bottom: 30px;
  }

  .img._4 {
    background-size: cover;
  }

  .app-buttons {
    text-align: center;
    max-width: 300px;
  }

  .remodal {
    width: 95%;
    min-width: 280px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .remodal._2 {
    width: 95%;
  }

  .remodal.settings {
    width: 95%;
    min-width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 6px 86px;
    overflow: visible;
  }

  .testimonial-iframe-wrapper {
    text-align: left;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    overflow: auto;
  }

  .embed {
    width: 350px;
    position: static;
  }

  .logo-img {
    width: 160px;
    display: inline-block;
  }

  .store-img {
    display: block;
  }

  .store-img.gp1 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .shadow-plate {
    margin-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .shadow-plate.contacts {
    text-align: center;
    justify-content: center;
  }

  .shadow-plate.referal {
    margin-top: 20px;
    margin-bottom: 50px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    box-shadow: 0 0 100px #00354836;
  }

  .shadow-plate.partner {
    width: 90%;
  }

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

  .div-block {
    min-width: auto;
    max-width: none;
  }

  .div-block.referal {
    width: 100%;
    max-width: 220px;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .div-block.partner {
    text-align: left;
    width: 80%;
    min-width: 220px;
    max-width: 80%;
    padding-left: 0;
  }

  .text-section {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .image {
    height: 1100px;
  }

  .image.internet {
    background-image:
      linear-gradient(#0000, #0000),
      url("../images/58e6885b6de3d5002a9ed8f4_france.jpg");
    background-position:
      0 0,
      50%;
  }

  .image.internet.partner {
    height: 700px;
  }

  .image.internet.insurance {
    background-image:
      linear-gradient(#0000008c, #0000008c),
      url("../images/5c618c70004cb7e6560c35b9_andrea-reiman-1350572-unsplash2.jpg");
    background-size: auto, 2711px;
  }

  .image.roaming {
    background-image:
      linear-gradient(#0000004d, #0000004d),
      url("../images/58e3767f715fa880084baff6_europe.jpg");
    background-position:
      0 0,
      50%;
  }

  .rich-text-block {
    font-size: 16px;
    line-height: 1.8em;
  }

  .rich-text-block h4 {
    font-size: 20px;
    line-height: 1.3em;
  }

  .rich-text-block.eng {
    margin-top: 0;
  }

  .rich-text-block.europe {
    margin-top: 500px;
  }

  .text-block {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .checkout-wrapper {
    padding-top: 50px;
  }

  .shadow-box {
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    margin-top: 20px;
  }

  .shadow-box.thnk {
    padding-left: 0;
    padding-right: 0;
  }

  .pattern {
    height: 35px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .progress-line {
    font-size: 16px;
  }

  .step._1 {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .step._2 {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .cvc {
    width: 65%;
    margin-left: 11%;
  }

  .full-block {
    left: 0;
  }

  .paragraph-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
    display: block;
  }

  .logo-check {
    text-align: left;
    display: block;
  }

  .logo-box {
    text-align: center;
    padding-right: 20px;
    display: inline-block;
  }

  .error-box {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .bottom-menu-box {
    padding-bottom: 10px;
  }

  .bottom-menu-box._2 {
    padding-top: 0;
  }

  .botlink {
    width: 100%;
  }

  .avers {
    width: 100%;
    padding-bottom: 20px;
  }

  .date-box {
    width: 80%;
  }

  .revers {
    width: 100%;
    top: 115px;
    bottom: auto;
  }

  .langswitcher {
    text-align: center;
    align-items: center;
    height: 60px;
    margin-top: 0;
    display: flex;
    position: static;
    top: 8px;
  }

  .langswitcher.hebrew {
    margin-left: 0;
  }

  .div-block-3 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .link-2 {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .tel {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .div-block-4 {
    margin-bottom: 10px;
  }

  .text-block-5 {
    width: 100%;
  }

  .icon-2 {
    display: inline-block;
  }

  .link-text {
    margin-bottom: 20px;
    display: block;
  }

  .div-block-5 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .sidebox {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .vacancy-link {
    width: 100%;
    margin-bottom: 40px;
  }

  .div-block-7 {
    max-width: none;
  }

  .div-block-8 {
    padding-top: 40px;
  }

  .image-3 {
    margin-left: 10px;
  }

  .breadcrumbs {
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 1.3em;
  }

  .link-crumb {
    margin-bottom: 10px;
  }

  .list-item {
    background-size: 30px;
    padding-left: 40px;
  }

  .form-block {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .field-label {
    font-size: 14px;
  }

  .div-block-14 {
    flex-direction: column;
  }

  .div-block-15 {
    width: 100%;
  }

  .heading-5 {
    font-size: 23px;
    line-height: 1.4em;
  }

  .prices-section {
    padding: 50px 0;
  }

  .prices-section.eng {
    padding-top: 30px;
  }

  .header-price-row {
    align-items: center;
  }

  .quarter-box {
    text-align: center;
    width: 33.33%;
  }

  .quarter-box._1 {
    display: none;
  }

  .quarter-box._2 {
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
    font-weight: 600;
  }

  .price-row {
    text-align: center;
    flex-wrap: wrap;
  }

  .price-row._2 {
    padding-top: 20px;
  }

  .text-block-9-copy {
    font-size: 18px;
  }

  .big-number {
    font-size: 22px;
    line-height: 30px;
  }

  .third-box {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }

  .prices-box {
    margin-top: 30px;
    display: flex;
  }

  .prices-box._2 {
    display: flex;
  }

  .drop-block {
    display: none;
  }

  .shadow-block {
    text-align: center;
    width: 95%;
    max-width: 400px;
    padding: 40px 20px;
  }

  .shadow-block.light {
    max-width: 400px;
    padding-bottom: 0;
  }

  .shadow-block.valentine-action {
    margin-top: 40px;
  }

  .title {
    font-size: 18px;
  }

  .title-cheap {
    font-size: 25px;
    line-height: 1.3em;
  }

  .div-block-23 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .arrow-q {
    margin-left: 10px;
  }

  .question-title {
    font-size: 18px;
    line-height: 1.6em;
  }

  .answer-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .number {
    left: -20px;
  }

  .answers-box {
    max-width: none;
  }

  .heading-6 {
    font-size: 28px;
  }

  .link-5 {
    margin-bottom: 10px;
    display: block;
  }

  .text-block-18 {
    color: #fff;
    margin-left: 25px;
    margin-right: 25px;
    font-size: 12px;
  }

  .slider {
    float: none;
    width: 100%;
    padding-top: 30px;
  }

  .slide {
    width: 240px;
  }

  .div-block-38 {
    color: #000;
    margin-left: 0;
  }

  .div-block-39.anashkevich,
  .div-block-39.exler {
    width: 60px;
    height: 60px;
  }

  .text-block-24 {
    color: #000;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 10px;
    display: block;
  }

  .text-block-25 {
    color: #000;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 14px;
    display: block;
  }

  .text-block-26 {
    color: #000;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 12px;
    line-height: 14px;
    position: relative;
    bottom: 30px;
  }

  .link-8 {
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
    line-height: 10px;
    display: block;
  }

  .mask-2 {
    width: 240px;
  }

  .left-arrow,
  .right-arrow.lebedev {
    width: 10%;
  }

  .div-block-41 {
    justify-content: center;
    position: relative;
    bottom: 20px;
  }

  .slide-3 {
    max-width: 280px;
  }

  .link-9 {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-3 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 750px;
    max-height: 900px;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .section-4 {
    background-image: linear-gradient(#0000, #0000);
  }

  .heading-8 {
    width: 90%;
    font-size: 22px;
    line-height: 25px;
    top: 200px;
  }

  .div-block-45 {
    justify-content: space-around;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    top: 450px;
  }

  .div-block-46 {
    align-items: flex-start;
    width: 100%;
  }

  .text-block-28,
  .text-block-29,
  .text-block-30 {
    font-size: 16px;
    line-height: 1.4em;
  }

  .div-block-53 {
    width: 90%;
    padding-bottom: 2px;
  }

  .div-block-54 {
    justify-content: space-between;
    min-height: 150px;
    position: relative;
  }

  .div-block-58 {
    height: 30%;
  }

  .image-10 {
    position: relative;
    right: 5px;
  }

  .image-10.right {
    right: 20px;
  }

  .div-block-59 {
    width: 90%;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-9 {
    margin-top: 30px;
    font-size: 24px;
  }

  .heading-9.partner {
    color: #1c4455;
    margin-top: 0;
    font-size: 22px;
    font-weight: 700;
  }

  .heading-9.blue {
    color: #a5ddf9;
    font-size: 22px;
  }

  .div-block-60 {
    padding-bottom: 0;
    position: absolute;
    inset: 0;
  }

  .div-block-61 {
    width: 90%;
    margin-left: 0;
  }

  .text-block-33,
  .text-block-34 {
    text-align: left;
  }

  .text-block-38 {
    width: 100%;
    line-height: 20px;
  }

  .text-block-38.white {
    width: 100%;
  }

  .text-block-38.testimonials {
    width: 300px;
  }

  .div-block-68 {
    width: 300px;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-69.product._2 {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    width: 95%;
  }

  .div-block-70 {
    width: 90%;
  }

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

  .partner-body {
    background-size: auto 4000px;
  }

  .div-block-73,
  .reviews-points,
  .div-block-75,
  .div-block-76 {
    justify-content: center;
  }

  .section-6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-77 {
    width: 220px;
  }

  .div-block-89 {
    margin-left: 28px;
    margin-right: 28px;
  }

  .div-block-91 {
    width: 90%;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-92 {
    flex-direction: row;
  }

  .div-block-93 {
    flex-direction: column;
    justify-content: space-around;
  }

  .div-block-96 {
    background-image: url("../images/arthur-yeti-339681-1.jpg");
    background-position: 50%;
    background-size: 2592px;
    background-attachment: fixed;
  }

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

  .text-block-51 {
    color: #fff;
    font-size: 16px;
  }

  .icon-3 {
    color: #fff;
  }

  .dropdown-list {
    background-color: #20272c;
  }

  .section-9 {
    background-color: #20272c;
    flex-direction: column;
    justify-content: space-around;
    padding-top: 50px;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-98 {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 130px;
    max-width: 130px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0;
    display: block;
  }

  .div-block-99 {
    text-align: left;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    min-width: 130px;
    max-width: 170px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .dropdown-toggle {
    text-align: left;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
  }

  .dropdown-toggle-2,
  .dropdown-toggle-3 {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
  }

  .dropdown-link,
  .dropdown-link-2,
  .dropdown-link-3,
  .dropdown-link-4 {
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    font-size: 12px;
  }

  .dropdown,
  .dropdown-2 {
    padding-left: 0;
    display: block;
  }

  .image-15,
  .image-16 {
    margin-bottom: 12px;
    display: block;
  }

  .dropdown-3 {
    display: block;
  }

  .div-block-100 {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .div-block-101 {
    justify-content: center;
    margin-bottom: 42px;
    display: flex;
  }

  .image-17 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-102 {
    justify-content: center;
    margin-bottom: 26px;
    display: flex;
  }

  .link-13 {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
  }

  .text-block-52 {
    color: #e3e3e3;
    text-align: center;
    font-weight: 300;
  }

  .div-block-103 {
    margin-bottom: 15px;
    font-size: 11px;
  }

  .image-18 {
    margin: 0 auto 16px;
    display: block;
  }

  .button-4 {
    text-align: center;
    background-color: #20272c;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 125px;
    height: 41px;
    margin-bottom: 27px;
    font-size: 11px;
  }

  .button-4.order {
    height: 41px;
    line-height: 12px;
  }

  .text-block-53 {
    color: #e3e3e3;
    width: 130px;
    margin-top: 30px;
    margin-bottom: 24px;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.4em;
  }

  .link-14 {
    color: #e3e3e3;
  }

  .text-block-54 {
    color: #e3e3e3;
    width: 130px;
    margin-bottom: 30px;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.4em;
  }

  .dropdown-link-5,
  .dropdown-link-6,
  .dropdown-link-7,
  .dropdown-link-8 {
    color: #e3e3e3;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .text-block-55 {
    color: #e3e3e3;
    cursor: pointer;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4em;
  }

  .text-block-55:hover {
    color: #40bfe8;
  }

  .div-block-104 {
    flex-direction: column;
    padding-left: 5px;
    display: block;
  }

  .link-15 {
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
  }

  .link-16 {
    color: #e3e3e3;
    font-size: 12px;
    line-height: 1.4em;
    text-decoration: none;
  }

  .hidden-link {
    color: #e3e3e3;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.2em;
    text-decoration: none;
    display: block;
  }

  .hidden-link._2 {
    display: none;
  }

  .text-block-56 {
    letter-spacing: 0;
    cursor: pointer;
    line-height: normal;
  }

  .first-hidden {
    padding-bottom: 0;
    padding-left: 0;
    font-weight: 300;
  }

  .second-hidden {
    padding-left: 0;
    display: none;
  }

  .second-hidden.hebrew {
    display: none;
  }

  .third-hidden {
    padding-left: 0;
    font-size: 12px;
    display: none;
  }

  .third-hidden.hebrew {
    display: none;
  }

  .div-block-105 {
    text-align: left;
    margin-bottom: 20px;
  }

  .div-block-113 {
    margin-bottom: 20px;
  }

  .table-head,
  .table-line {
    font-size: 6px;
  }

  .line-element {
    padding-right: 2px;
  }

  .text-block-60 {
    padding-left: 2px;
  }

  .heading-10,
  .paragraph-5,
  .heading-1,
  .text,
  .text-span-3,
  .text-span-4,
  .text-span-5 {
    width: 300px;
  }

  .image-22.jorney {
    margin-bottom: 30px;
  }

  .journey-review.left {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .text-block-68 {
    line-height: 20px;
  }

  .left-column {
    position: static;
  }

  .video {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-69 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-70,
  .text-agree {
    width: 300px;
  }

  .div-block-125,
  .wg-tariff-left,
  .wg-tariff-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subscribe {
    padding-top: 1px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-field-6 {
    flex: 0 auto;
    width: 180px;
    margin-bottom: 19px;
  }

  .checkbox-label {
    display: inline;
  }

  .checkbox-field {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .checkbox {
    margin-left: 3px;
    margin-right: 0;
  }

  .div-block-127 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-128 {
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .sublink {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 20px;
  }

  .sublink._2 {
    margin-top: 10px;
  }

  .insurance-prop {
    width: 300px;
  }

  .vpn-get-section {
    padding-top: 90px;
  }

  .vpn-title {
    font-size: 36px;
  }

  .vpn-join-section {
    padding-top: 80px;
  }

  .vpn-card-yes,
  .vpn-app-link {
    width: 100%;
  }

  .vpn-app-link.google {
    margin-top: 30px;
  }

  .vpn-card-no {
    width: 100%;
  }

  .vpn960 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .vpn-order-button {
    margin-left: -3px;
  }

  .vpn-logo {
    display: none;
  }

  .vpn-top-wrapper {
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .vpn-top-wrapper.eng {
    margin-top: 100px;
  }

  .recovery-title {
    font-size: 32px;
  }

  .subscribeblock {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subemail {
    flex: 0 auto;
  }

  .binding-how-list {
    margin-top: 50px;
  }

  .binding-how-do {
    padding-top: 0;
  }

  .binding-how-section {
    padding-top: 70px;
  }

  .binding-image {
    max-width: 48%;
  }

  .binding-image._1 {
    border-radius: 6px;
  }

  .binding-title {
    padding-top: 0;
    font-size: 36px;
  }

  .policy-h1-ru {
    width: 300px;
    font-size: 26px;
  }

  .privacy-h1 {
    width: 300px;
  }

  .privacy-h1.ru {
    font-size: 26px;
    line-height: 32px;
  }

  .agreement-h1 {
    width: 300px;
  }

  .agreement-h1.ru {
    font-size: 26px;
    line-height: 32px;
  }

  .esim-top-section {
    background-image: url("../images/airplane.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .esim-top-wrapper {
    margin-top: 100px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .esim-top-wrapper.eng {
    margin-top: 100px;
  }

  .esim-h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .esim-button {
    margin-left: -3px;
  }

  .esim-card-1,
  .esim-card-2 {
    width: 100%;
  }

  .esim-delivery-section {
    padding-top: 50px;
  }

  .scroller-block.club {
    padding-left: 20px;
  }

  .scroller-block.abs {
    padding-left: 16px;
    padding-right: 16px;
  }

  .esim-scroller.club {
    bottom: 0;
  }

  .esim-comfort-section {
    padding-top: 70px;
  }

  .subscribe-label {
    display: inline;
  }

  .subscribe-heading {
    font-size: 28px;
  }

  .subscribe-links {
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .heading-insurance {
    font-size: 24px;
  }

  .heading-insurance.partner {
    color: #1c4455;
    margin-top: 0;
    font-size: 22px;
    font-weight: 700;
  }

  .heading-insurance.blue {
    color: #a5ddf9;
    font-size: 22px;
  }

  .insurance-why {
    background-image: linear-gradient(#0000, #0000);
  }

  .insurance-items.product._2 {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    width: 95%;
  }

  .insurance-abroad {
    background-image: linear-gradient(#0000, #0000);
  }

  .recovery-activate {
    padding-top: 90px;
  }

  .partner-section {
    background-image: linear-gradient(#0000, #0000);
  }

  .privacy-heading,
  .terms-h1 {
    width: 300px;
  }

  .text-heading {
    font-size: 20px;
    line-height: 1.3em;
  }

  .tariff-table-header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tariff-table-column {
    flex: 13%;
    font-size: 14px;
  }

  .tariff-table-column.first {
    padding-left: 7px;
    font-size: 15px;
  }

  .tariff-table-row {
    padding-left: 10px;
    padding-right: 10px;
  }

  .drim-top-section {
    background-image: url("../images/airplane.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .club-top-wrapper {
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .club-top-wrapper.eng {
    margin-top: 100px;
  }

  .club-top-block {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }

  .club-top-block.hebrew {
    width: 90%;
    margin-left: 0;
  }

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

  .club-text-wrapper.big {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .club-plus-item {
    padding-bottom: 60px;
    padding-left: 20px;
  }

  .club-plus-image {
    width: 34px;
  }

  .club-sale-section {
    padding-top: 100px;
  }

  .club-sale-item {
    width: 100%;
    padding-right: 0;
  }

  .club-use-section {
    padding-top: 70px;
    padding-bottom: 20px;
  }

  .club-recommend-section {
    padding-top: 100px;
  }

  .club-rec-item {
    width: 100%;
  }

  .club-join-section {
    padding-top: 80px;
  }

  .club-title {
    font-size: 28px;
    line-height: 32px;
  }

  .club-arrow {
    left: 20px;
  }

  .club-h1 {
    font-size: 36px;
  }

  .club-slider-section {
    min-height: auto;
    padding-top: 60px;
  }

  .club-slider {
    min-height: 600px;
  }

  .club-audio-section {
    padding-top: 100px;
  }

  .slide-image {
    width: 100%;
    max-width: 280px;
  }

  .club-content-block {
    position: relative;
  }

  .club-content-image {
    max-width: 180px;
    position: relative;
  }

  .content-note {
    right: 0;
  }

  .div-block-136 {
    top: 100px;
    right: 0;
  }

  .vac-h1 {
    font-size: 34px;
    line-height: 40px;
  }

  .vac-list {
    margin-top: 0;
  }

  .button-6 {
    padding: 18px 35px;
    font-size: 17px;
  }

  .link-crumb-2 {
    margin-bottom: 10px;
  }

  .vac-form-heading {
    font-size: 23px;
    line-height: 1.4em;
  }

  .club-apps {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .club-app-link {
    width: 300px;
  }

  .club-app-link.google {
    width: 300px;
    margin-top: 20px;
    margin-left: 0;
  }

  .club-alert {
    padding-left: 0;
  }

  .no-vac-title {
    padding-top: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .remodal-esim {
    width: 95%;
    min-width: 280px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .remodal-esim._2 {
    width: 95%;
  }

  .partner-items {
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .partner-item {
    justify-content: center;
    width: 100%;
  }

  .partner-item-text {
    width: 150px;
  }

  .wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  ._404-title {
    font-size: 30px;
    line-height: 38px;
  }

  ._404-title.welcome {
    font-size: 28px;
    line-height: 32px;
  }

  ._404-text.welcome {
    width: 100%;
    max-width: none;
  }

  ._404-menu {
    margin-top: 30px;
  }

  ._404-menu-block {
    width: 100%;
  }

  .menu-nav {
    box-shadow: 0 0 20px 10px #0003;
  }

  .h1,
  .h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .block.faq.en {
    padding-top: 40px;
  }

  .block.reviews,
  .block.country-page {
    padding-bottom: 40px;
  }

  .block.country-page.first {
    height: 1160px;
  }

  .block.intro.main {
    padding-bottom: 60px;
  }

  .block.intro.vacancies {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .block.intro.vacancy {
    padding-bottom: 60px;
  }

  .block.intro.referral {
    padding-bottom: 40px;
  }

  .block.intro.privacy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .block.intro.refund {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .block.intro.contacts {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .block.intro.valentine {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .block.intro.top-up {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .block.intro-no-vh.continent.antarctica {
    padding-bottom: 60px;
  }

  .block.vacancies {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .block.blue.referral {
    padding-bottom: 40px;
  }

  .block.vacancy-descr,
  .block.click-for-bonus {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .block.thats-all {
    padding-bottom: 40px;
  }

  .block.review-list {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .block.privacy-text {
    padding-top: 40px;
  }

  .block.partner-one,
  .block.contacts-body {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .block.antarctica-plate,
  .block.big {
    padding-top: 40px;
  }

  .block.big.screensblock {
    padding-bottom: 10px;
  }

  .landing.cookie-alert-show {
    padding-top: 120px;
  }

  .item {
    width: 100%;
    padding-top: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .b {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 14px;
  }

  .b._2 {
    margin-bottom: 20px;
  }

  .b._2._3 {
    text-align: center;
  }

  .b._2._3.eng {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .b.small.hebrew {
    text-align: center;
  }

  .b.sub {
    text-align: center;
    flex: 0 auto;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 21px;
  }

  .b.w.mailing {
    width: 100%;
    max-width: 300px;
  }

  .b.access {
    align-self: auto;
  }

  .b.t.tinkoff-buttons__second {
    font-size: 13px;
  }

  .b.partner-one {
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .b.contacts {
    margin-left: 0;
    margin-right: 0;
    display: inline;
  }

  .b.gray.cookies,
  .b.cookies-button-all {
    width: 100%;
  }

  .button-block {
    align-items: stretch;
    display: flex;
  }

  .calc-cols {
    margin-bottom: 26px;
  }

  .units {
    font-size: 30px;
    line-height: 38px;
  }

  .cookie-wrap {
    box-shadow: none;
    border-bottom: 1px solid #777;
    border-left: 1px solid #777;
    border-right: 1px solid #777;
  }

  .choose-cell {
    padding-left: 20px;
    padding-right: 20px;
  }

  .theend-text.white {
    font-size: 18px;
    line-height: 28px;
  }

  .footer-menu {
    margin-top: 24px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .menu-section {
    width: 100%;
    margin-bottom: 0;
  }

  .menu-section.test {
    width: 100%;
    padding-right: 0;
  }

  .menu-section-title {
    cursor: pointer;
    display: flex;
  }

  .footer-socials {
    text-align: center;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .mobile-menu-wrap {
    flex: 0 auto;
    order: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand {
    flex: 1;
  }

  .rate-desc {
    font-size: 16px;
    line-height: 18px;
  }

  .social-link {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .slider-area-left {
    min-height: 260px;
  }

  .slider-area-left.drimphone {
    min-height: 213px;
  }

  .slider-area-left.in-country,
  .slider-area-left.insurance {
    min-height: 260px;
  }

  .slider-area-left.in-club {
    min-height: 310px;
  }

  .slider-area-left.esim {
    min-height: 260px;
  }

  .slider-area-left.in-main {
    max-width: 300px;
    min-height: 280px;
    padding-right: 0;
  }

  .slider-area-left.drimvpn {
    max-width: 300px;
    min-height: 240px;
  }

  .slider-area-left.success-page {
    min-height: 260px;
  }

  .slides-nav {
    margin-bottom: 0;
  }

  .slides-nav.review {
    margin-bottom: 60px;
  }

  .slides-nav.antarctica-only {
    margin-top: 20px;
  }

  .slider-area-image {
    max-width: 300px;
    max-height: 300px;
  }

  .slider-area-image.drimphone {
    max-width: 280px;
    max-height: none;
  }

  .slider-area-image.main {
    max-height: 300px;
  }

  .slider-area-image.in-country {
    width: 100%;
    max-width: 300px;
  }

  .slider-area-image.insurance {
    width: 100%;
    max-width: 300px;
    max-height: none;
  }

  .slider-area-image.in-main {
    max-height: none;
  }

  .slider-area-image.drimvpn {
    max-width: 280px;
    max-height: none;
  }

  .menu-hidden {
    height: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    display: none;
    overflow: hidden;
  }

  .menu-section-arrow {
    margin-left: 10px;
    display: inline-block;
  }

  .menu-title-text {
    flex: 1;
  }

  .rates-suggest {
    width: 280px;
    display: none;
  }

  .welcome-link-wrapper {
    min-width: auto;
  }

  .country-top-text,
  .country-top-text._2 {
    font-size: 16px;
    line-height: 20px;
  }

  .country-top-text.uzhin {
    font-size: 20px;
    line-height: 28px;
  }

  .country-h1 {
    font-size: 24px;
    line-height: 28px;
  }

  .country-plate {
    margin-bottom: 40px;
  }

  .country-rate {
    margin-bottom: 16px;
  }

  .value,
  .value-free {
    font-size: 40px;
    line-height: 44px;
  }

  .continent-top-text,
  .continent-top-text._2 {
    font-size: 16px;
    line-height: 20px;
  }

  .continent-top-text.uzhin {
    font-size: 20px;
    line-height: 28px;
  }

  .country-itames {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .h4.cookies {
    display: inline;
  }

  .rates-item {
    width: 100%;
  }

  .vacancy-plate,
  .referral-economy {
    box-shadow: none;
    margin-top: 0;
    padding: 0;
  }

  .apps.contacts,
  .apps.recovery {
    flex-direction: column;
    align-items: flex-start;
  }

  .apps.drimsim {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    overflow: hidden;
  }

  .apps.in-screen,
  .apps.drimclub-partners,
  .apps.drimvpn {
    flex-direction: column;
    align-items: flex-start;
  }

  .apps.success-page {
    flex-direction: column;
    align-items: center;
    width: auto;
  }

  .button-appstore.in-screen {
    margin-top: 0;
  }

  .link-appstore {
    padding-bottom: 30px;
  }

  .link-appstore.contact,
  .link-appstore.recovery {
    margin-bottom: 20px;
    margin-right: 0;
    padding-bottom: 0;
  }

  .link-appstore.drimsim {
    padding-bottom: 0;
  }

  .link-appstore.in-screen-alone {
    margin-top: 20px;
    padding-bottom: 0;
  }

  .referral-rule-item {
    padding: 20px;
  }

  .review-author-name {
    font-size: 24px;
    line-height: 28px;
  }

  .review-author-text {
    line-height: 20px;
  }

  .policy-plate {
    box-shadow: none;
    margin-top: 0;
    padding: 0;
  }

  .roboto.cookies {
    margin-top: 10px;
  }

  .refund-quality-items {
    grid-template-columns: 1fr;
  }

  .refund-item {
    width: 100%;
  }

  .partner-care-list {
    flex-direction: row;
    place-content: flex-start space-around;
    align-items: flex-start;
  }

  .partner-care-item {
    width: 100%;
    padding: 20px;
  }

  .refund-moments {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .refund-rule-title {
    font-size: 22px;
    line-height: 26px;
  }

  .contact-link.phone {
    margin-bottom: 20px;
    display: block;
  }

  .contact-link.phone.hidden {
    display: none;
  }

  .contact-list {
    margin-top: 0;
  }

  .contact-block {
    box-shadow: none;
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
  }

  .binding-item-drimsim {
    font-size: 18px;
  }

  .binding-item-simple {
    font-size: 18px;
    line-height: 24px;
  }

  .binding-rule-title {
    font-size: 22px;
    line-height: 26px;
  }

  .join-list {
    margin-top: 0;
  }

  .binding-join-block {
    box-shadow: none;
    width: 100%;
    margin-bottom: 40px;
    padding: 20px;
  }

  .binding-choose {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    line-height: 24px;
  }

  .binding-choose-block {
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .binding-choose-block.android {
    padding-left: 16px;
    padding-right: 16px;
  }

  .binding-choose-block.ios {
    display: none;
  }

  .binding-choose-title.android {
    background-size: 17px;
    padding-left: 27px;
  }

  .binding-choose-title.android.active {
    background-size: 17px;
  }

  .binding-choose-title.ios {
    background-size: 17px;
    padding-left: 27px;
  }

  .drimphone-choose-block {
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .drimphone-choose-block.android {
    padding-left: 16px;
    padding-right: 16px;
  }

  .drimphone-choose-block.ios {
    display: none;
  }

  .recovery-rule-block {
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .recovery-rule-block.android {
    padding-left: 16px;
    padding-right: 16px;
  }

  .recovery-rule-block.ios {
    display: none;
  }

  .calc-from2,
  .calc-to2 {
    box-shadow: none;
    background-color: #0000;
    padding: 0;
  }

  .calc-cols2 {
    margin-bottom: 26px;
  }

  .calc-cols2.country-calc {
    padding-top: 0;
  }

  .rate-title {
    padding-left: 0;
  }

  .rate-price {
    min-width: auto;
  }

  .continent-plate {
    box-shadow: none;
    background-color: #0000;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .antarctica-slide-descr {
    margin-top: 10px;
  }

  .insurance-list-title {
    font-size: 20px;
    line-height: 22px;
  }

  .text-columns {
    grid-row-gap: 30px;
  }

  .drimsim-row,
  .drimsim-row.reverse {
    flex-direction: column-reverse;
  }

  .drimsim-row.reverse.padding {
    margin-top: 40px;
  }

  .drimsim-text.reverse,
  .drimsim-text.first {
    margin-bottom: 40px;
  }

  .black-line {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .black-line.last {
    margin-top: 40px;
  }

  .skew-line {
    top: -150px;
    bottom: 100px;
  }

  .skew-line.last {
    top: -150px;
  }

  .app-pluses {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-top: 40px;
  }

  .inapp-mobile-image {
    margin-top: 40px;
  }

  .drimclub-services {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .drimclub-service-title {
    font-size: 24px;
    line-height: 28px;
  }

  .drimclub-discounts {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .discount-image {
    margin-bottom: 10px;
  }

  .drimvpn-prices {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .price-economy {
    margin-top: 10px;
  }

  .country-snippets {
    flex-direction: column;
  }

  .country-snippet-link {
    margin-bottom: 10px;
    margin-right: 0;
    display: inline-block;
  }

  .rate-price-esim {
    min-width: auto;
  }

  .delivery-partners {
    margin-bottom: 60px;
  }

  .delivery-choose-title {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .delivery-choose-title.android {
    background-size: 17px;
    padding-left: 27px;
  }

  .delivery-choose-title.android.active {
    background-size: 17px;
  }

  .delivery-choose-title.ios {
    background-size: 17px;
    padding-left: 27px;
  }

  .delivery-choose-block {
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .delivery-choose-block.android {
    padding-left: 16px;
    padding-right: 16px;
  }

  .delivery-choose-block.ios {
    display: none;
  }

  .delivery-method-title {
    float: none;
    width: 100%;
  }

  .delivery-method-price {
    float: none;
    text-align: left;
    width: 100%;
    margin-top: 10px;
    font-style: normal;
  }

  .valentine-rule-item {
    padding: 20px;
  }

  .valentine-rules-text {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .valentine-how {
    box-shadow: none;
    background-color: #0000;
    margin-top: 0;
    padding: 0;
  }

  .title-31 {
    font-size: 18px;
  }

  .third-box-2 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }

  .rent-prices {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
  }

  .rent-price.price-block.last {
    margin-top: 30px;
  }

  .binding-pluses {
    grid-template-columns: 1fr;
  }

  .calc-binding {
    margin-bottom: 26px;
  }

  .calc-binding.country-calc {
    padding-top: 0;
  }

  .binding-calc-split {
    margin-bottom: 40px;
  }

  .binding-calc-col {
    box-shadow: none;
    background-color: #0000;
    padding: 0;
  }

  .binding-calc-group-header,
  .binding-calc-group-header.icon-incoming {
    padding-bottom: 20px;
  }

  .binding-calc-incoming-wrap {
    margin-bottom: 20px;
  }

  .binding-calc-text {
    margin-bottom: 16px;
  }

  .cookies-hello {
    flex-direction: column;
    margin-top: 0;
    position: relative;
  }

  .cookies-hello-text-block {
    border-bottom-left-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cookies-hello-image {
    align-self: center;
    width: auto;
    min-width: auto;
    padding-right: 20px;
  }

  .cookies-base-wrapper {
    margin-bottom: 0;
  }

  .cookies-base-block {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 20px;
    position: static;
  }

  .cookies-variant.variant-2 {
    background-position: 0 10px;
  }

  .variant-title.variant-2 {
    min-height: 2em;
  }

  .variant-text {
    font-size: 15px;
    line-height: 19px;
  }

  .cookies-buttons-wrapper {
    background-color: #fff;
    align-items: center;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
    position: sticky;
    inset: auto 0% 0%;
  }

  .cookies-button {
    flex: 0 auto;
    width: 230px;
  }

  .cookies-buttons-wrapper-mobile {
    background-color: #fff;
    align-items: center;
    margin-top: -76px;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: transform 0.2s;
    display: flex;
    position: sticky;
    inset: auto 0% 0;
    transform: translate(0, 76px);
  }

  .cookies-policy-block {
    padding-right: 0;
  }

  .cookies-policy-buttons-wrapper-mobile {
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cookie-palm {
    margin-top: 0;
    display: inline-block;
  }

  .blog-articles {
    grid-template-columns: 1fr;
    align-content: stretch;
    justify-items: stretch;
  }

  .social-link-big {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .adv_text {
    font-size: 16px;
  }

  .ozon {
    padding: 16px 20px 20px;
  }

  .ozon__text {
    width: 100%;
  }

  .ozon__image {
    width: 122px;
  }
}

#w-node-bde7056e-217f-6131-765f-ade635348665-f80c9e0c,
#w-node-bde7056e-217f-6131-765f-ade635348665-4a59850b,
#w-node-bde7056e-217f-6131-765f-ade635348665-7d452b9b,
#w-node-bde7056e-217f-6131-765f-ade635348665-3ae8cf07,
#w-node-bde7056e-217f-6131-765f-ade635348665-8214071c,
#w-node-bde7056e-217f-6131-765f-ade635348665-547452ab,
#w-node-bde7056e-217f-6131-765f-ade635348665-1097d7bf,
#w-node-bde7056e-217f-6131-765f-ade635348665-f916dd85,
#w-node-bde7056e-217f-6131-765f-ade635348665-0e6df9a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_35a8440c-212c-69ab-64f8-9d0511cc2aac-11cc2aa9,
  #w-node-ded7ecc8-cc7e-0ebf-534e-a751846e1452-d6c6df0b,
  #w-node-_01ce90dd-7730-41cd-e748-019d1a1f5522-a868e325,
  #w-node-ded7ecc8-cc7e-0ebf-534e-a751846e1452-7e910918,
  #w-node-_01ce90dd-7730-41cd-e748-019d1a1f5522-95b5bf9c,
  #w-node-ded7ecc8-cc7e-0ebf-534e-a751846e1452-719e1ed7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@font-face {
  font-family: "Glyphter";
  src:
    url("../fonts/Glyphter.woff2") format("woff2"),
    url("../fonts/Glyphter.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
