@import url(https://fonts.googleapis.com/css?family=Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic&display=swap);
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, footer_check_imei, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

ul {
  list-style: none;
}


body {
  margin: 0;
   max-width: 100vw !important;
 width: 100% !important;
 overflow-x: hidden !important;

}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: inherit;

}

small {
    font-size: 80%;
}

p {
	margin: 15px 0;
}

input, textarea, select, button, .slick-slide, .slick-tarck, .slick-list {
  outline: none;
}

input, textarea {
  border: none;
  background: transparent;
}

button {
  border: none;
  background: transparent;
  border-radius: 0;
  cursor: pointer;
}

img {
 /* width: 100%; */
  -o-object-fit: cover;
     object-fit: cover;
}

*::before,
*::after {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body {
  font-family: "Lato", sans-serif;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
  /*
  align-items: center;
    justify-content: center;
    display: flex;
    */
}
@media (max-width: 600px) {
  .container {
    padding: 0 15px;
  }
}

.container_ch {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
  
  align-items: center;
    justify-content: center;
    display: flex;
    
}
@media (max-width: 600px) {
  .container_ch {
    padding: 0 15px;
  }
}


:root {
  --accentColor: #6679DC;
  --textColorGrey: #3E4B4F;
  --textColorGreyWhite: #4E5A66;
}

.header_pw {
  position: absolute;
  width: 100%;
  top: 45px;
  padding-bottom: 7px;
}
@media (max-width: 600px) {
  .header_pw {
    top: 18px;
  }
}
.header__inner {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1112px) {
  .header__inner {
    justify-content: space-between;
  }
}
.header .logo_pw {
  margin-right: 30px;
  display: block;
  width: 235px;
}
@media (max-width: 1112px) {
  .header .logo_pw {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .header .logo_pw {
    min-width: 153px;
    width: 230px;
  }
}
.header .logo_pw .header__languages-media {
  display: none;
}
@media (max-width: 1112px) {
  .header .logo_pw .header__languages-media {
    display: block;
  }
}
@media (max-width: 600px) {
  .header .logo_pw .header__languages-media {
    min-width: 17px;
    width: 17px;
    min-height: 17px;
    height: 17px;
  }
  .header .logo_pw .header__languages-media a {
    display: block;
  }
}
.header__btns {
  display: flex;
  gap: 30px;
  margin-right: 50px;
}
@media (max-width: 1112px) {
  .header__btns {
    display: none;
  }
}
.header__btn {
  cursor: pointer;
  border: 2px solid #6679DC;
  border-radius: 29.3821px;
  padding: 18px 53px 18px 26px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  color: #3E434F;
  transition: 0.3s ease;
  position: relative;
   z-index: 100;

}
.header__btn:hover {
  box-shadow: inset 0px 2.6711px 8.01329px rgba(12, 34, 90, 0.15);
  -webkit-backdrop-filter: blur(1.33555px);
          backdrop-filter: blur(1.33555px);
}
.header__btn:hover > .header__btn-menu-wrap {
  opacity: 1;
  pointer-events: auto;
}
.header__btn::before {
  width: 16px;
  height: 15px;
  top: 50%;
  right: 28px;
  transform: translate(0, -50%);
  background-image: url("https://iunlocker.com/images/icons/btn__el.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.header__btn-menu-wrap.desctop {
  transition: 0.3s ease-in-out;
}
.header__btn-menu-wrap {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
}
.header__btn ul {
  z-index: 100;
  width: -moz-max-content;
  width: max-content;
  margin-top: 70px;
  border-radius: 11px;
  background: linear-gradient(180deg, #F2F6FF 0%, #F2F6FF 78.85%);
  z-index: 100;
  padding: 25px 20px;
  border: 2px solid #D7E5EA;
  text-transform: none;
  width: 100%;

}
.header__btn li + li {
  margin-top: 10px;
}
.header__btn a:hover {
  text-decoration: underline;
}
.header .menu {
  margin-right: auto;
}
@media (max-width: 1112px) {
  .header .menu {
    display: none;
  }
}
.header .menu__list {
  display: flex;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #353535;
}
.header .menu__list, .header__btn{
 white-space: nowrap;
}
.header .menu__item {
  padding: 0 25px;
  position: relative;
}
.header .menu__item::before {
  width: 1px;
  height: 25px;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  background: #DCE3F4;
}
.header .menu__item:nth-child(1) {
  padding-left: 0;
}
.header .menu__item:last-child {
  padding-right: 0;
}
.header .menu__item:last-child::before {
  display: none;
}
.header .menu__item:hover {
  text-decoration: underline;
}
.header__languages {
  margin-right: 20px;
  margin-left: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}
.header__languages img {
  min-width: 20px;
  width: 20px;
  height: 20px;
  border: 1px solid #787878;
  border-radius: 50%;
}
.header__languages img:nth-child(1) {
  margin: 0 auto;
}
.header__languages-items {
  z-index: 100;
  padding-top: 30px;
  top: 0;
  transition: 0.3s ease;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 600px) {
  .header__languages-items {
    left: 60%;
  }
}
.header__languages-items.active {
  opacity: 1;
  pointer-events: auto;
}
.header__languages ul {
  background: linear-gradient(180deg, #F2F6FF 0%, #F2F6FF 78.85%);
  padding: 10px 4px;
  display: flex;
  flex-direction: column;
  border: 2px solid #D7E5EA;
  border-radius: 11px;
  gap: 6px;
}
@media (max-width: 1112px) {
  .header__languages {
    display: none;
  }
}
.header__btns-media {
  z-index: 200;
  position: relative;
}
@media (max-width: 1112px) {
  .header__btns-media {
    display: flex;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .header__btns-media {
    gap: 6px;
  }
}
.header__logIn {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  box-shadow: inset 0px 4px 12px rgba(12, 34, 90, 0.15);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 44px;
  color: #FFFFFF;
  padding: 16px 25px;
  background: linear-gradient(106.01deg, #698DE4 38.85%, #9E3FA0 128.75%);
}
@media (max-width: 600px) {
  .header__logIn {
    order: 2;
    padding: 0;
    width: 35px;
    height: 35px;
    position: relative;
    font-size: 0;
    border-radius: 11px;
  }
  .header__logIn::before {
    width: 11px;
    height: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("https://iunlocker.com/images/icons/logIn_icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.header__menu-btn {
  cursor: pointer;
  display: none;
}
@media (max-width: 1112px) {
  .header__menu-btn {
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
    border: 2px solid #6679DC;
    box-shadow: inset 0px 2.6711px 8.01329px rgba(12, 34, 90, 0.15);
    -webkit-backdrop-filter: blur(1.33555px);
            backdrop-filter: blur(1.33555px);
    border-radius: 11px;
  }
  .header__menu-btn::before {
    width: 16px;
    height: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("https://iunlocker.com/images/icons/menu__btn.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media (max-width: 600px) {
  .header__menu-btn {
    width: 35px;
    height: 35px;
  }
  .header__menu-btn::before {
    width: 11px;
    height: 10px;
  }
}

.top {
  padding: 115px 0 55px 0;
  background: linear-gradient(180deg, #F2F6FF 0%, #F2F6FF 78.85%);
}
@media (max-width: 600px) {
  .top {
    padding: 85px 0 25px 0;
  }
}
.top__inner {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 800px) {
  .top__inner {
    flex-direction: column;
    gap: 0;
  }
}
.top__content {
  max-width: 624px;
}
@media (max-width: 800px) {
  .top__content {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .top__content {
    margin-bottom: 0;
  }
}
.top__title {
  max-width: 500px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 40px;
  margin-bottom: 27px;
  color: var(--textColorGrey);
}
.top__title span {
  color: var(--accentColor);
}
@media (max-width: 1025px) {
  .top__title {
    font-size: 32px;
  }
}
@media (max-width: 930px) {
  .top__title {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
@media (max-width: 800px) {
  .top__title {
    font-size: 40px;
    margin: 0 auto;
    margin-bottom: 27px;
  }
}
@media (max-width: 600px) {
  .top__title {
    font-size: 22px;
    margin-bottom: 22px;
  }
}
.top__text {
  color: var(--textColorGreyWhite);
  font-weight: 300;
  font-size: 20px;
}
@media (max-width: 1025px) {
  .top__text {
    font-size: 17px;
  }
}
@media (max-width: 930px) {
  .top__text {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .top__text {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .top__text {
    font-size: 13px;
  }
}
.top__img {
  max-width: 564px;
  position: relative;
}
@media (max-width: 800px) {
  .top__img {
    max-width: 70%;
  }
}
@media (max-width: 600px) {
  .top__img {
    max-width: 100%;
  }
}
.top__img::before {
  max-width: 614px;
  width: 100%;
  height: 366px;
  height: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("https://iunlocker.com/images/top__el.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.top__items {
  display: grid;
  grid-template-columns: repeat(6, minmax(auto, 1fr));
  gap: 15px;
}
@media (max-width: 1280px) {
  .top__items {
    gap: 10px;
  }
}
@media (max-width: 930px) {
  .top__items {
    grid-template-columns: repeat(3, minmax(auto, 1fr));
  }
}
@media (max-width: 600px) {
  .top__items {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
}
.top__item {
  padding: 40px 20px 30px 20px;
  background: linear-gradient(59.6deg, rgba(255, 255, 255, 0.6) 10.18%, rgba(255, 247, 254, 0.24) 97.77%);
  box-shadow: 6px 8px 18px rgba(204, 213, 233, 0.25);
  -webkit-backdrop-filter: blur(5.05882px);
          backdrop-filter: blur(5.05882px);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-weight: 700;
  color: #353535;
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .top__item {
    padding: 30px 10px 20px 10px;
  }
}
@media (max-width: 1160px) {
  .top__item {
    font-size: 14px;
  }
}
@media (max-width: 1025px) {
  .top__item {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .top__item {
    padding: 30px 10px 17px 10px;
    font-size: 13px;
  }
}
.top__item::before {
  transition: 0.3s ease-in-out;
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(106.01deg, #698DE4 38.85%, #9E3FA0 128.75%);
  box-shadow: inset 0px 4px 12px rgba(12, 34, 90, 0.15);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.top__item:hover {
  transform: scale(1.05);
  color: #FFFFFF;
}
.top__item:hover::before {
  opacity: 1;
}
.top__item-icon {
  width: 67px;
  height: 60px;
  margin-bottom: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1280px) {
  .top__item-icon {
    width: 37px;
    height: 37px;
  }
}
@media (max-width: 1025px) {
  .top__item-icon {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .top__item-icon {
    width: 35px;
    height: 35px;
  }
}
.top__item:nth-child(1) .top__item-icon {
  background-image: url("https://iunlocker.com/images/icons/top__item_1.svg");
}
.top__item:nth-child(1):hover .top__item-icon {
  background-image: url("https://iunlocker.com/images/icons/top__item_1_white.svg");
}
.top__item:nth-child(2) .top__item-icon {
  background-image: url("https://iunlocker.com/images/icons/top__item_2.svg");
}
.top__item:nth-child(2):hover .top__item-icon {
  background-image: url("https://iunlocker.com/images/icons/top__item_2_white.svg");
}
.top__item:nth-child(3) .top__item-icon {
  background-image: url("https://iunlocker.com/images/icons/top__item_3.svg");
}
.top__item:nth-child(3):hover .top__item-icon {
  background-image: url("https://iunlocker.com/images/icons/top__item_3_white.svg");
}
.top__item:nth-child(4) .top__item-icon {
  background-image: url("https://iunlocker.com/images/icons/top__item_4.svg");
}
.top__item:nth-child(4):hover .top__item-icon {
  background-image: url("https://iunlocker.com/images/icons/top__item_4_white.svg");
}
.top__item:nth-child(5) .top__item-icon {
  background-image: url("https://iunlocker.com/images/icons/top__item_5.svg");
}
.top__item:nth-child(5):hover .top__item-icon {
  background-image: url("https://iunlocker.com/images/icons/top__item_5_white.svg");
}
.top__item:nth-child(6) .top__item-icon {
  background-image: url("https://iunlocker.com/images/icons/top__item_6.svg");
}
.top__item:nth-child(6):hover .top__item-icon {
  background-image: url("https://iunlocker.com/images/icons/top__item_6_white.svg");
}

.checkGuarantee {
  padding-top: 27px;
}
.checkGuarantee__tabs {
  display: flex;
  align-items: flex-end;
  margin-left: 40%;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1020px) {
  .checkGuarantee__tabs {
    margin-left: 50%;
    transform: translate(-50%, 0);
  }
}
.checkGuarantee__tabs .tab__item {
  cursor: pointer;
  font-weight: 300;
  color: #9BA1A7;
  padding: 16px 33px 16px 33px;
  background: #F8FAFF;
  border-radius: 14px 18px 0px 0px;
  border: 2px solid #D7E5EA;
  border-bottom: none;
}
@media (max-width: 600px) {
  .checkGuarantee__tabs .tab__item {
    max-width: 129px;
    text-align: center;
    padding: 6px 20px 10px 20px;
    font-size: 13px;
  }
}
.checkGuarantee__tabs .tab__item.active {
  background: linear-gradient(59.6deg, #FFFFFF 10.18%, rgba(255, 247, 254, 0.4) 97.77%);
  -webkit-backdrop-filter: blur(5.05882px);
          backdrop-filter: blur(5.05882px);
  border-radius: 18px 18px 0px 0px;
  padding: 23px 33px 16px 33px;
  color: var(--textColorGreyWhite);
  margin-bottom: -2px;
}
@media (max-width: 600px) {
  .checkGuarantee__tabs .tab__item.active {
    padding: 6px 20px 10px 20px;
  }
}
.checkGuarantee__tabs .tab__item:nth-child(1).active {
  margin-right: -5px;
  z-index: 10;
  position: relative;
}
.checkGuarantee__tabs .tab__item:nth-child(2).active {
  margin-left: -5px;
  z-index: 10;
  position: relative;
  padding-top: 23px;
  padding-bottom: 17px;
}
.checkGuarantee__tab {
  display: none;
  padding: 38px 0px 0px 0px;
  border: 2px solid #D7E5EA;
  border-radius: 40px;
}
@media (max-width: 1020px) {
  .checkGuarantee__tab {
    padding: 30px 0 0 0;
  }
}
@media (max-width: 600px) {
  .checkGuarantee__tab {
    padding: 20px 0 0 0;
  }
}
@media (max-width: 600px) {
  .checkGuarantee__tab {
    border-radius: 22px;
  }
}
.checkGuarantee__tab.active {
  display: block;
}
.checkGuarantee__tab-body {
  background: linear-gradient(59.6deg, rgba(255, 255, 255, 0.6) 10.18%, rgba(255, 247, 254, 0.24) 97.77%);
  -webkit-backdrop-filter: blur(5.05882px);
          backdrop-filter: blur(5.05882px);
  padding: 0 50px;
  display: flex;
  gap: 50px;
  border-bottom: 1px solid #DCE3F4;
  position: relative;
  align-items: flex-end;
}
@media (max-width: 1020px) {
  .checkGuarantee__tab-body {
    flex-direction: column;
    padding: 0 36px;
    align-items: center;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .checkGuarantee__tab-body {
    padding: 0 20px;
    padding-bottom: 20px;
  }
}
.checkGuarantee__tab-body::before {
  width: 100%;
  height: 186px;
  bottom: 0;
  left: 0;
  background-image: url("https://iunlocker.com/images/tab__body__el.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.checkGuarantee__tab-body-content {
  padding-bottom: 56px;
}
@media (max-width: 1020px) {
  .checkGuarantee__tab-body-content {
    padding-bottom: 0;
    text-align: center;
  }
}
.checkGuarantee__tab-body-content-title {
  text-transform: uppercase;
  color: var(--textColorGrey);
  padding-left: 63px;
  position: relative;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 24px;
}
@media (max-width: 1020px) {
  .checkGuarantee__tab-body-content-title {
    padding-left: 0;
    padding-top: 80px;
    margin-bottom: 12px;
    font-size: 25px;
  }
}
@media (max-width: 600px) {
  .checkGuarantee__tab-body-content-title {
    padding-top: 0;
    font-size: 22px;
    margin-bottom: 14px;
  }
}
.checkGuarantee__tab-body-content-title::before {
  width: 40px;
  height: 46px;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  background-image: url("https://iunlocker.com/images/icons/iu.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1020px) {
  .checkGuarantee__tab-body-content-title::before {
    width: 50px;
    height: 60px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media (max-width: 600px) {
  .checkGuarantee__tab-body-content-title::before {
    display: none;
  }
}
.checkGuarantee__tab-body-content-title span {
  color: var(--accentColor);
}
.checkGuarantee__tab-body-content-text {
  color: var(--textColorGreyWhite);
  font-weight: 300;
  margin-bottom: 27px;
}
@media (max-width: 1020px) {
  .checkGuarantee__tab-body-content-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .checkGuarantee__tab-body-content-text {
    font-size: 13px;
  }
}
.checkGuarantee__tab-body-content form .title {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .checkGuarantee__tab-body-content form .title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.checkGuarantee__tab-body-content form .form__flex {
  display: flex;
  gap: 30px;
}
@media (max-width: 1020px) {
  .checkGuarantee__tab-body-content form .form__flex {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
@media (max-width: 600px) {
  .checkGuarantee__tab-body-content form .form__flex {
    gap: 15px;
  }
}
.checkGuarantee__tab-body-content form .input__wrapper {
  width: 100%;
  position: relative;
}
.checkGuarantee__tab-body-content form .input__wrapper::before {
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translate(0, -50%);
  left: 23px;
  background-image: url("https://iunlocker.com/images/icons/search_pw.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 20;
}
.checkGuarantee__tab-body-content form input {
  border: 1px solid #DCE3F4;
  width: 100%;
  padding: 19px 20px 19px 57px;
  background: linear-gradient(59.6deg, rgba(255, 255, 255, 0.6) 10.18%, rgba(255, 247, 254, 0.24) 97.77%);
  box-shadow: 6px 8px 14px rgba(204, 213, 233, 0.25);
  -webkit-backdrop-filter: blur(5.05882px);
          backdrop-filter: blur(5.05882px);
  border-radius: 30px;
  font-size: 14px;
  font-weight: 300;
  color: var(--textColorGreyWhite);
  transition: 0.3s ease;
}
.checkGuarantee__tab-body-content form input::-moz-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: var(--textColorGreyWhite);
  font-family: "Lato", sans-serif;
}
.checkGuarantee__tab-body-content form input::placeholder {
  font-size: 14px;
  font-weight: 300;
  color: var(--textColorGreyWhite);
  font-family: "Lato", sans-serif;
}
.checkGuarantee__tab-body-content form button {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  padding: 17px 37px;
  background: linear-gradient(106.01deg, #698DE4 38.85%, #9E3FA0 128.75%);
  box-shadow: inset 0px 4px 12px rgba(12, 34, 90, 0.15);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 44px;
}
@media (max-width: 1020px) {
  .checkGuarantee__tab-body-content form button {
    width: -moz-max-content;
    width: max-content;
  }
}
.checkGuarantee__tab-imgWrapper {
  position: relative;
}
.checkGuarantee__tab-imgWrapper .text {
  max-width: 246px;
  width: 100%;
  position: absolute;
  top: 225px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 600px) {
  .checkGuarantee__tab-imgWrapper {
    display: none;
  }
}
.checkGuarantee__tab-img {
  display: block;
  max-width: 371px;
  min-width: 370px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1020px) {
  .checkGuarantee__tab-img {
    order: 2;
    max-width: 371px;
  }
}
.checkGuarantee__tab-manufacturers {
  border-radius: 0px 0px 40px 40px;
  background: linear-gradient(59.6deg, rgba(231, 245, 251, 0.6) 10.18%, rgba(255, 247, 254, 0.24) 97.77%);
  -webkit-backdrop-filter: blur(5.05882px);
          backdrop-filter: blur(5.05882px);
  padding: 40px 50px 34px 50px;
}
@media (max-width: 1020px) {
  .checkGuarantee__tab-manufacturers {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .checkGuarantee__tab-manufacturers {
    border-radius: 0px 0px 22px 22px;
    padding: 20px 15px 28px 15px;
  }
}
.checkGuarantee__tab-manufacturers-title {
  text-align: center;
  text-transform: uppercase;
  color: var(--textColorGrey);
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .checkGuarantee__tab-manufacturers-title {
    margin-bottom: 20px;
  }
}
.checkGuarantee__tab-manufacturers-items {
  display: grid;
  grid-template-columns: repeat(6, minmax(auto, 1fr));
  gap: 13px;
  align-items: center;
}
@media (max-width: 1020px) {
  .checkGuarantee__tab-manufacturers-items {
    grid-template-columns: repeat(3, minmax(auto, 1fr));
  }
}
@media (max-width: 600px) {
  .checkGuarantee__tab-manufacturers-items {
    gap: 8px;
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
}
.checkGuarantee__tab-manufacturers-item {
  padding: 20px 10px;
  border: 1px solid #DCE3F4;
  background: linear-gradient(59.6deg, rgba(255, 255, 255, 0.6) 10.18%, rgba(255, 247, 254, 0.24) 97.77%);
  -webkit-backdrop-filter: blur(5.05882px);
          backdrop-filter: blur(5.05882px);
  border-radius: 20px;
  height: 90px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.checkGuarantee__tab-manufacturers-item::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(106.01deg, #698DE4 38.85%, #9E3FA0 128.75%);
  box-shadow: inset 0px 4px 15px rgba(12, 34, 90, 0.18);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: -1;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.checkGuarantee__tab-manufacturers-item .img_white {
  display: none;
}
.checkGuarantee__tab-manufacturers-item:hover .img {
  display: none;
}
.checkGuarantee__tab-manufacturers-item:hover .img_white {
  display: block;
}
.checkGuarantee__tab-manufacturers-item:hover::before {
  opacity: 1;
}
.checkGuarantee__tab-manufacturers-item img {
  max-width: 88px;
  max-height: 51px;
  -o-object-fit: contain;
     object-fit: contain;
}

.service__title {
  margin-bottom: 23px;
}
@media (max-width: 600px) {
  .service__title {
    margin-bottom: 27px;
  }
}
.service__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(auto, 1fr));
  gap: 24px;
}
@media (max-width: 1180px) {
  .service__items {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
}
@media (max-width: 600px) {
  .service__items {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
    gap: 15px;
  }
}
.service__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 13px;
  border: 2px solid #D7E5EA;
  background: linear-gradient(59.6deg, rgba(255, 255, 255, 0.6) 10.18%, rgba(255, 247, 254, 0.24) 97.77%);
  -webkit-backdrop-filter: blur(5.05882px);
          backdrop-filter: blur(5.05882px);
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  transition: 0.4s ease;
}
.service__item::before {
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(106.01deg, #698DE4 38.85%, #9E3FA0 128.75%);
  box-shadow: inset 0px 4px 15px rgba(12, 34, 90, 0.18);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  opacity: 0;
  z-index: -1;
}
.service__item:hover {
  border-color: transparent;
}
.service__item:hover::before {
  opacity: 1;
}
.service__item:hover .service__item-text {
  color: #FFFFFF;
}
.service__item:hover .service__item-price {
  -webkit-text-fill-color: #FFFFFF;
}
.service__item img {
  max-width: 80px;
}
.service__item-text {
  color: #565252;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}
.service__item-price {
  font-weight: 800;
  font-size: 22px;
  background-clip: text;
  background: linear-gradient(106.01deg, #698DE4 38.85%, #9E3FA0 128.75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dscr {
  color: #FFFFFF;
  padding: 30px 0 50px 0;
  background-image: url("https://iunlocker.com/images/dscr__bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 600px) {
  .dscr {
    background: #3E434F;
    background-image: none;
  }
}

.dscr_check_imei {
  color: #FFFFFF;
  padding: 30px 0 50px 0;
background: linear-gradient(106.01deg, #698DE4 38.85%, #9E3FA0 128.75%);
  
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 600px) {
  .dscr_check_imei {
  padding: 30px 0 50px 0;
background: linear-gradient(106.01deg, #698DE4 38.85%, #9E3FA0 128.75%);

  }
}

.dscr__title {
  color: #FFFFFF !important;
  text-align: center;
  margin-bottom: 37px;
}
.dscr__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(auto, 1fr));
}
@media (max-width: 1366px) {
  .dscr__items {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    gap: 70px 0;
  }
}
@media (max-width: 600px) {
  .dscr__items {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
    gap: 30px;
  }
}
.dscr__item {
  padding: 0 38px;
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
}
@media (max-width: 600px) {
  .dscr__item {
    padding: 0;
    padding-bottom: 37px;
    padding-left: 80px !important;
  }
}
.dscr__item::before {
  width: 1px;
  height: 97px;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  opacity: 0.2;
  background: #DCE3F4;
}
@media (max-width: 600px) {
  .dscr__item::before {
    top: auto;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translate(0, 0);
    bottom: 0;
  }
}
.dscr__item-title {
  font-weight: 600;
  margin-bottom: 11px;
  font-size: 15px;
}
.dscr__item-text {
  font-size: 12px;
}
.dscr__item:nth-child(1) {
  padding-left: 0;
}
.dscr__item:nth-child(1) img {
  max-width: 32px;
}
@media (max-width: 600px) {
  .dscr__item:nth-child(1) img {
    left: 8px;
  }
}
.dscr__item:nth-child(2) img {
  max-width: 50px;
}
@media (max-width: 1366px) {
  .dscr__item:nth-child(2)::before {
    display: none;
  }
}
@media (max-width: 600px) {
  .dscr__item:nth-child(2)::before {
    display: block;
  }
}
.dscr__item:nth-child(3) img {
  max-width: 32px;
}
@media (max-width: 600px) {
  .dscr__item:nth-child(3) img {
    left: 8px;
  }
}
@media (max-width: 1366px) {
  .dscr__item:nth-child(3) {
    padding-left: 0;
  }
}
.dscr__item:nth-child(4) img {
  max-width: 45px;
}
.dscr__item:last-child {
  padding-right: 0;
}
.dscr__item:last-child::before {
  display: none;
}
@media (max-width: 600px) {
  .dscr__item:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  .dscr__item img {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
  }
}

.aboutUs {
  margin-top: 0;
  padding-top: 50px;
  background: linear-gradient(180deg, #F2F6FF 0%, #F2F6FF 78.85%);
}
@media (max-width: 600px) {
  .aboutUs {
    padding-top: 26px;
  }
}
.aboutUs__title {
  margin-bottom: 26px;
}
@media (max-width: 600px) {
  .aboutUs__title {
    margin-bottom: 20px;
  }
}
.aboutUs__inner {
  display: flex;
  gap: 40px;
  align-items: flex-end;
}
@media (max-width: 980px) {
  .aboutUs__inner {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .aboutUs__inner {
    gap: 20px;
  }
}
.aboutUs__text {
  margin-bottom: 26px;
  max-width: 729px;
  color: var(--textColorGrey);
}
@media (max-width: 600px) {
  .aboutUs__text {
    font-size: 13px;
    margin-bottom: 0;
  }
}
.aboutUs__dscr {
  margin-bottom: 24px;
  font-size: 13px;
}
.aboutUs__items {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .aboutUs__items {
    flex-direction: column;
    gap: 25px;
  }
}
.aboutUs__item-company {
  padding-right: 40px;
  position: relative;
}
@media (max-width: 600px) {
  .aboutUs__item-company {
    padding-right: 0;
    padding-bottom: 25px;
  }
}
.aboutUs__item-company .aboutUs__item-text {
  max-width: 358px;
}
.aboutUs__item-company img {
  max-width: 289px;
  margin-bottom: 14px;
}
.aboutUs__item-company::before {
  opacity: 0.2;
  width: 1px;
  height: 113px;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  background: #97A0B5;
}
@media (max-width: 600px) {
  .aboutUs__item-company::before {
    width: 100%;
    height: 1px;
    transform: translate(0, 0);
    top: auto;
    bottom: 0;
    left: 0;
  }
}
.aboutUs__item-title {
  font-weight: 700;
  font-size: 18px;
  color: #565252;
  margin-bottom: 10px;
}
.aboutUs__item-text {
  font-size: 13px;
  margin-bottom: 15px;
}
.aboutUs__item-btn {
  width: -moz-max-content;
  width: max-content;
  display: block;
  padding: 11px 20px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  border: 1px solid #6679DC;
  -webkit-backdrop-filter: blur(1.33555px);
          backdrop-filter: blur(1.33555px);
  border-radius: 29.3821px;
  transition: 0.3s ease;
}
.aboutUs__item-btn:hover {
  box-shadow: inset 0px 2.6711px 8.01329px rgba(12, 34, 90, 0.15);
}
.aboutUs__item-reviews {
  padding-left: 40px;
}
.aboutUs__item-reviews .aboutUs__item-text {
  max-width: 250px;
}
@media (max-width: 600px) {
  .aboutUs__item-reviews .aboutUs__item-text {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .aboutUs__item-reviews {
    padding-left: 0;
  }
}
.aboutUs__img {
  max-width: 516px;
}
@media (max-width: 1150px) {
  .aboutUs__img {
    max-width: 40%;
  }
}
@media (max-width: 980px) {
  .aboutUs__img {
    max-width: 70%;
  }
}
@media (max-width: 600px) {
  .aboutUs__img {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .aboutUs__img_main {
    display: none;
  }
}
.aboutUs__img_media {
  display: none;
}
@media (max-width: 600px) {
  .aboutUs__img_media {
    display: block;
  }
}

.reviews__title {
  margin-bottom: 35px;
}
@media (max-width: 600px) {
  .reviews__title {
    margin-bottom: 17px;
  }
}
.reviews__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 1fr));
  gap: 20px;
}
@media (max-width: 900px) {
  .reviews__items {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
}
@media (max-width: 600px) {
  .reviews__items {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
  }
}
.reviews__item {
  background: linear-gradient(59.6deg, rgba(255, 255, 255, 0.6) 10.18%, rgba(255, 247, 254, 0.24) 97.77%);
  box-shadow: 6px 8px 18px rgba(204, 213, 233, 0.25);
  -webkit-backdrop-filter: blur(5.05882px);
          backdrop-filter: blur(5.05882px);
  border-radius: 16px;
  padding: 20px 26px 26px;
}
.reviews__item-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 17px;
  color: #565252;
}
@media (max-width: 1280px) {
  .reviews__item-top {
    flex-direction: column;
    gap: 10px;
  }
}
.reviews__item-name {
  font-weight: 700;
  font-size: 18px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.reviews__item-name img {
  width: 17px;
}
.reviews__item-date {
  white-space: nowrap;
  font-size: 12px;
  padding-left: 23px;
  position: relative;
}
.reviews__item-date::before {
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
  background-image: url("https://iunlocker.com/images/icons/date.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.reviews__item-text {
  color: var(--textColorGrey);
  font-size: 13px;
  margin-bottom: 15px;
}
.reviews__item-dscr {
  color: #8B8B8B;
  font-size: 13px;
}

.footer {
  margin-top: 30px;
  background-image: url("https://iunlocker.com/images/dscr__bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  padding: 40px 0;
}
.footer_check_imei {
  background-image: url("https://iunlocker.com/images/dscr__bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  padding: 40px 0;
}
.footer__logo {
  display: block;
  max-width: 245px;
  position: relative;
}
.footer__logo .year {
  position: absolute;
  display: block;
  bottom: -8px;
  right: 13px;
  font-size: 13px;
}
@media (max-width: 1112px) {
  .footer__logo {
    max-width: 200px;
  }
}
@media (max-width: 800px) {
  .footer__logo {
    max-width: 245px;
  }
}
@media (max-width: 600px) {
  .footer__logo {
    max-width: 180px;
  }
}
.footer__inner {
  padding-right: 150px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}
@media (max-width: 1366px) {
  .footer__inner {
    padding-right: 0;
  }
}
@media (max-width: 1112px) {
  .footer__inner {
    gap: 30px;
  }
}
@media (max-width: 800px) {
  .footer__inner {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .footer__inner1 {
    display: none;
  }
}
.footer__inner2 {
  display: none;
}
@media (max-width: 600px) {
  .footer__inner2 {
    display: flex;
  }
}
.footer .wrap_flex {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.footer .wrap__inner_item ul + ul {
  margin-top: 29px;
}
.footer ul .menu__title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 18px;
}
.footer ul li + li {
  margin-top: 15px;
}
.footer ul li {
  font-size: 13px;
}
.footer ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 414px){
 .footer_check_imei .wrap_flex{
  flex-direction: column;
 }
}
.footer_check_imei .wrap_flex {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  
}
.footer_check_imei .wrap__inner_item ul + ul {
  margin-top: 29px;
}
.footer_check_imei ul .menu__title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 18px;
}
.footer_check_imei ul li + li {
  margin-top: 15px;
}
.footer_check_imei ul li {
  font-size: 13px;
}
.footer_check_imei ul li a:hover {
  text-decoration: underline;
}

.footer__right-box {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.footer__contact-list li {
  padding-left: 27px;
  position: relative;
}
.footer__contact-list li::before {
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer__contact-list li:nth-child(2)::before {
  background-image: url("https://iunlocker.com/images/icons/telegram_logo.svg");
}
.footer__contact-list li:nth-child(3)::before {
  background-image: url("https://iunlocker.com/images/icons/whatsapp.svg");
}
.footer__contact-list li:nth-child(4)::before {
  background-image: url("https://iunlocker.com/images/icons/skype.svg");
}
.footer__contact-list li:nth-child(5)::before {
  background-image: url("https://iunlocker.com/images/icons/mail.svg");
}
.bg_1 {
  background: linear-gradient(180deg, #FFFFFF 0%, #F2F6FF 78.85%);
}

.bg_2 {
  background: linear-gradient(180deg, #FFFFFF 0%, #F2F6FF 78.85%);
}

.textSection {
  padding-top: 144px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 600px) {
  .textSection {
    padding-top: 90px;
    padding-bottom: 30px;
  }
}
.textSection__title {
  margin-bottom: 20px;
}
.textSection__text {
  font-size: 13px;
  color: var(--textColorGrey);
}

.questions {
  padding-bottom: 47px;
}
.questions__title {
  margin-bottom: 20px;
}
.questions__item + .questions__item {
  margin-top: 10px;
}
@media (max-width: 600px) {
  .questions__item + .questions__item {
    margin-top: 15px;
  }
}
.questions__item {
  padding: 20px 36px;
  background: linear-gradient(59.6deg, rgba(255, 255, 255, 0.6) 10.18%, rgba(255, 247, 254, 0.24) 97.77%);
  box-shadow: 6px 8px 18px rgba(204, 213, 233, 0.25);
  -webkit-backdrop-filter: blur(5.05882px);
          backdrop-filter: blur(5.05882px);
  border-radius: 16px;
  color: var(--textColorGrey);
}
@media (max-width: 600px) {
  .questions__item {
    padding: 14px 26px 20px 18px;
  }
}
.questions__item-title {
  font-weight: 700;
  margin-bottom: 17px;
}
@media (max-width: 600px){
 .questions__inner{
  flex-direction: column;
  gap: 20px;
 }
}
@media (max-width: 600px) {
  .questions__item-title {
    margin-bottom: 12px;
  }
}
.questions__item-text {
  font-size: 13px;
}

.checkForm {
  margin-top: 30px;
}
@media (max-width: 600px) {
  .checkForm {
    margin-top: 0;
    background: linear-gradient(106.01deg, #698DE4 38.85%, #9E3FA0 128.75%);
    box-shadow: inset 0px 4px 12px rgba(12, 34, 90, 0.15);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
  }
}
.checkForm__inner {
  background: linear-gradient(106.01deg, #698DE4 38.85%, #9E3FA0 128.75%);
  box-shadow: inset 0px 4px 12px rgba(12, 34, 90, 0.15);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 40px;
  color: #FFFFFF;
  padding: 60px 30px 50px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 600px) {
  .checkForm__inner {
    background: none;
    box-shadow: none;
    padding: 20px 0 26px 0;
  }
}
.checkForm__title {
  max-width: 656px;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .checkForm__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.checkForm__text {
  max-width: 689px;
  font-weight: 300;
  margin-bottom: 27px;
}
@media (max-width: 600px) {
  .checkForm__text {
    margin-bottom: 20px;
  }
}
.checkForm form {
  max-width: 536px;
  width: 100%;
}
.checkForm form .title {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .checkForm form .title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.checkForm form .input__wrapper {
  width: 100%;
  position: relative;
}
.checkForm form .input__wrapper::before {
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translate(0, -50%);
  left: 23%;
  background-image: url("https://iunlocker.com/images/icons/search_pw.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 20;
}
@media (max-width: 600px) {
  .checkForm form .input__wrapper::before {
    left: 20px;
  }
}
.checkForm form input {
  border: 1px solid #DCE3F4;
  width: 100%;
  padding: 19px 20px 19px 20px;
  background: linear-gradient(59.6deg, #FFFFFF 10.18%, #FFF7FE 97.77%);
  box-shadow: 6px 8px 14px rgba(204, 213, 233, 0.25);
  -webkit-backdrop-filter: blur(5.05882px);
          backdrop-filter: blur(5.05882px);
  border-radius: 30px;
  font-size: 14px;
  font-weight: 300;
  color: var(--textColorGrey);
  transition: 0.3s ease;
  font-weight: 700;
  text-align: center;
}
.checkForm form input::-moz-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: var(--textColorGreyWhite);
  font-family: "Lato", sans-serif;
  text-align: center;
}
.checkForm form input::placeholder {
  font-size: 14px;
  font-weight: 300;
  color: var(--textColorGreyWhite);
  font-family: "Lato", sans-serif;
  text-align: center;
}
@media (max-width: 350px) {
  .checkForm form input::-moz-placeholder {
    font-size: 12px;
  }
  .checkForm form input::placeholder {
    font-size: 12px;
  }
}
.checkForm form button {
  margin-top: 27px;
  color: var(--textColorGrey);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  padding: 17px 37px;
  background: #FFFFFF;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 44px;
}

@media (max-width: 1020px) {
  .checkForm form button {
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 600px) {
  .checkForm form button {
    margin-top: 15px;
    padding: 13px 37px;
  }
}

.dscrInformation__inner {
  background: linear-gradient(59.6deg, rgba(255, 255, 255, 0.6) 10.18%, rgba(255, 247, 254, 0.24) 97.77%);
  -webkit-backdrop-filter: blur(5.05882px);
          backdrop-filter: blur(5.05882px);
  border-radius: 40px;
  border: 2px solid #D7E5EA;
  padding: 23px 50px 27px 50px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 1430px) {
  .dscrInformation__inner {
    gap: 20px;
  }
}
@media (max-width: 1366px) {
  .dscrInformation__inner {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .dscrInformation__inner {
    border: none;
    border-radius: 0;
    padding: 0px 0px 0px 0px;
    background: transparent;
  }
}
.dscrInformation__inner img {
    display: block;
    max-width: 100%;
    object-fit: contain;
}
@media (max-width: 600px) {
  .dscrInformation__inner img {
    max-width: 160px;
  }
}
.dscrInformation__title {
  margin-bottom: 6px;
}
@media (max-width: 600px) {
  .dscrInformation__title {
    text-align: center;
    margin-bottom: 20px;
  }
}
.dscrInformation__flexInner {
  display: flex;
  gap: 20px;
}
@media (max-width: 1430px) {
  .dscrInformation__flexInner {
    gap: 10px;
  }
}
@media (max-width: 1112px) {
  .dscrInformation__flexInner {
    flex-direction: column;
    align-items: center;
  }
}
.dscrInformation__content {
  width: 100%;
}
.dscrInformation__item + .dscrInformation__item {
  margin-top: 5px;
}
.dscrInformation__items {
  width: 100%;
}
.dscrInformation__item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 5px;
  background: rgba(129, 108, 200, 0.1);
  border-radius: 12px;
  padding: 12px 17px;
  color: var(--textColorGreyWhite);
}
@media (max-width: 600px) {
  .dscrInformation__item {
    font-size: 12px;
    padding: 6px 17px;
  }
}
@media (max-width: 350px) {
  .dscrInformation__item {
    padding: 4px 17px;
  }
}
@media (max-width: 600px) {
  .dscrInformation__item:nth-child(even) {
    background: rgba(129, 108, 200, 0.04);
  }
}
.dscrInformation__item-name {
  font-weight: 300;
}
.dscrInformation__item-value {
  text-align: right;
  font-weight: 700;
}
.dscrInformation__item-value.error {
  color: #E4411D;
}
.dscrInformation__item-value.likeGreen {
  color: #80C937;
}
.dscrInformation__item-value a {
  color: #698DE4;
}

.pastFirstActivation {
  padding-bottom: 45px;
}
@media (max-width: 600px) {
  .pastFirstActivation {
    padding-bottom: 20px;
  }
}
.pastFirstActivation__title {
  margin-bottom: 28px;
}
.pastFirstActivation__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 1fr));
  gap: 20px 25px;
}
@media (max-width: 600px) {
  .pastFirstActivation__items {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
    gap: 15px;
  }
}
.pastFirstActivation__item {
  border: 2px solid #D7E5EA;
  background: linear-gradient(59.6deg, rgba(255, 255, 255, 0.6) 10.18%, rgba(255, 247, 254, 0.24) 97.77%);
  -webkit-backdrop-filter: blur(5.05882px);
          backdrop-filter: blur(5.05882px);
  border-radius: 40px;
  padding: 30px 36px 38px 32px;
  color: var(--textColorGrey);
}
@media (max-width: 600px) {
  .pastFirstActivation__item {
    padding: 25px 20px 23px 30px;
    border-radius: 22px;
  }
}
.pastFirstActivation__item-title {
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 11px;
}
.pastFirstActivation__item-text {
  font-size: 13px;
}

.faqPage .footer  {
  margin-top: 0;
}
.faqPage .footer_check_imei  {
  margin-top: 0;
}
.title_pw {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 26px;
  color: var(--textColorGrey);
}
@media (max-width: 600px) {
  .title_pw {
    font-size: 22px;
  }
}

section + section {
  margin-top: 30px;
}

.menu__mob {
  display: none;
  top: 70px;
  right: 0;
  position: absolute;
  border-radius: 11px;
  background: linear-gradient(180deg, #F2F6FF 0%, #F2F6FF 78.85%);
  z-index: 200;
  padding: 30px;
  border: 2px solid #D7E5EA;
}
@media (max-width: 600px) {
  .menu__mob {
    top: 50px;
    padding: 20px;
  }
}
.menu__mob .menu__list {
  flex-direction: column;
  gap: 16px;
}
.menu__mob .menu__item {
  padding: 0;
}
.menu__mob .menu__item::before {
  display: none;
}
.menu__mob .header__btns {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
  width: 100%;
}
.menu__mob .header__btn {
  padding: 8px 53px 8px 15px;
}
.menu__mob .header__btn::before {
  right: 15px;
}
.menu__mob .header__btn-menu-wrap {
  position: static;
  opacity: 1;
  pointer-events: auto;
  padding-left: 15px;
  font-size: 14px;
  display: none;
}
.menu__mob .header__btn-menu-wrap li + li {
  margin-top: 10px;
}
.button {
	display: inline-block;
	text-decoration: none;
	font-family: "Myriad Pro";
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	border-radius: 3px;
	color: #fff;
	border: 0;
	padding: 10px 20px;
	height: auto;
	max-width: 300px;
 margin-top: 20px;
}
.button.disabled {
	background: #BFBFBF !important;
	cursor: default;
}
.button:hover, .button:active, .button:focus {
	text-decoration: none;
	color: #fff;
}
.text-center .button, .text-right .button {
	display: inline-block;
	vertical-align: top;
}


/* button blue */
.button-blue {
font-family: "Lato", sans-serif;
	background-image: -moz-linear-gradient(bottom, #007AFF 0%, #00B9FF 100%);
	background-image: -o-linear-gradient(bottom, #007AFF 0%, #00B9FF 100%);
	background-image: -webkit-linear-gradient(bottom, #007AFF 0%, #00B9FF 100%);
	background-image: linear-gradient(to top, #007AFF 0%, #00B9FF 100%);
	color: #FFFEFE;
}
.button-blue:hover {
font-family: "Lato", sans-serif;
	background-image: -moz-linear-gradient(bottom, #009CFF 0%, #0CF 100%);
	background-image: -o-linear-gradient(bottom, #009CFF 0%, #0CF 100%);
	background-image: -webkit-linear-gradient(bottom, #009CFF 0%, #0CF 100%);
	background-image: linear-gradient(to top, #009CFF 0%, #0CF 100%);
	color: #FFFEFE;
}
.button-blue:active, .button-blue:focus {
font-family: "Lato", sans-serif;
	background-image: -moz-linear-gradient(bottom, #007AFF 0%, #075AB5 100%);
	background-image: -o-linear-gradient(bottom, #007AFF 0%, #075AB5 100%);
	background-image: -webkit-linear-gradient(bottom, #007AFF 0%, #075AB5 100%);
	background-image: linear-gradient(to top, #007AFF 0%, #075AB5 100%);
	-moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.33);
	box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.33);
	color: #FFFEFE;
}
/* button orange */
.button-orange {
font-family: "Lato", sans-serif;
	background-image: -moz-linear-gradient(bottom, #FF8D00 0%, #FC0 100%);
	background-image: -o-linear-gradient(bottom, #FF8D00 0%, #FC0 100%);
	background-image: -webkit-linear-gradient(bottom, #FF8D00 0%, #FC0 100%);
	background-image: linear-gradient(to top, #FF8D00 0%, #FC0 100%);
	border-radius: 3px;
}
.button-orange:hover {
font-family: "Lato", sans-serif;
	background-image: -moz-linear-gradient(bottom, #FFB400 0%, #FFF000 100%);
	background-image: -o-linear-gradient(bottom, #FFB400 0%, #FFF000 100%);
	background-image: -webkit-linear-gradient(bottom, #FFB400 0%, #FFF000 100%);
	background-image: linear-gradient(to top, #FFB400 0%, #FFF000 100%);
}
.button-orange:active, .button-orange:focus {
font-family: "Lato", sans-serif;
	background-image: -moz-linear-gradient(bottom, #FFA800 0%, #FF6C00 100%);
	background-image: -o-linear-gradient(bottom, #FFA800 0%, #FF6C00 100%);
	background-image: -webkit-linear-gradient(bottom, #FFA800 0%, #FF6C00 100%);
	background-image: linear-gradient(to top, #FFA800 0%, #FF6C00 100%);
}
.button-go {
font-family: "Lato", sans-serif;
  margin-top: 27px;
  color: var(--textColorGrey);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  padding: 17px 37px;
  background: #FFFFFF;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 44px;
  cursor: pointer;
}
.button-go:hover {
font-family: "Lato", sans-serif;
  margin-top: 27px;
  color: var(--textColorGrey);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  padding: 17px 37px;
  background: #FFFFFF;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 44px;
  cursor: pointer;
}
.button-go:active {
font-family: "Lato", sans-serif;
  margin-top: 27px;
  color: var(--textColorGrey);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  padding: 17px 37px;
  background: #FFFFFF;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 44px;
  cursor: pointer;
}
.button-pur {
font-family: "Lato", sans-serif;
font-weight: 550;
background: linear-gradient(106.01deg, #698DE4 38.85%, #9E3FA0 128.75%);
	border-radius: 14px;
}
.button-pur:hover {
font-family: "Lato", sans-serif;
background: linear-gradient(106.01deg, #9E3FA0 38.85%, #698DE4 128.75%);

}
.button-pur:active, .button-pur:focus {
font-family: "Lato", sans-serif;
background: linear-gradient(106.01deg, #698DE4 38.85%, #9E3FA0 128.75%);
}

.button-ic {
font-family: "Lato", sans-serif;
background-color: #698DE4;
	border-radius: 7px;
}
.button-ic:hover {
font-family: "Lato", sans-serif;
background-color: #7a99e6;
}
.button-ic:active, .button-pur:focus {
font-family: "Lato", sans-serif;
background-color: #698DE4;
}
.button-carr {
font-family: "Lato", sans-serif;
background-color: #9E3FA0;
	border-radius: 7px;
}
.button-carr:hover {
font-family: "Lato", sans-serif;
background-color: #a260a3;
}
.button-carr:active, .button-pur:focus {
font-family: "Lato", sans-serif;
background-color: #9E3FA0;
}


/* button check */
.button-large {
	height: auto !important;
	padding: 15px 20px !important;
	font-size: 16px;
	border-radius: 6px;
}
a.button-large {
	line-height: 1;
}
.button-large:hover {
	
}
.button-large:active, .button-large:focus {
	
}

input[type=email],input[type=text],
textarea {
width: 90%;
	height: 36px;
	background-color: #FFF;
	border: 1px solid #BFBFBF;
	color: #A6A6A6;
	color: #000;

	padding: 0 12px;
	display: block;
}

input[type=password],
textarea {
width: 90%;
	height: 36px;
	background-color: #FFF;
	border: 1px solid #BFBFBF;
	color: #A6A6A6;
	color: #000;
	font-family: "Myriad Pro";
	font-size: 14px;
	font-weight: 350;
	padding: 0 12px;
	display: block;
}



textarea {
	height: 48px;
	padding: 9px 10px;
}
.contact-popup-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}

.contact-popup-backdrop.active {
    display: block;
}

.contact-popup {
    position: fixed;
    z-index: 1000;
    right: 0px; /*15*/
    bottom: 7px;
    width: 0;
    height: 0;
    outline: none !important;
}

.contact-popup-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 18px;
            border-radius: 18px;
    white-space: nowrap;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
            box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
}

.contact-popup.active .contact-popup-btn {
    opacity: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}

.contact-popup-btn__icon {
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 15px;
    margin-top: -2px;
    margin-right: 5px; /*5*/
    background: url("https://iunlocker.com/img/message.svg") center no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%;
}

.contact-popup-window {
    width: 280px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.95);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
            box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
    -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.contact-popup.active .contact-popup-window {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.contact-popup-window__header {
    padding: 20px 40px;
    background: #F9F9F9;
    border-bottom: 1px solid #DFDFDF;
    text-align: center;
    font-weight: bold;
    color: #555555;
}

.contact-popup-window__close {
    position: absolute;
    right: 0;
    top: 10px;
    padding: 10px 15px 10px 10px;
    border: none;
    background: none;
    opacity: 0.4;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.contact-popup-window__close:hover {
    opacity: 1;
}

.contact-popup-window__close::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("https://iunlocker.com/img/close.svg") center no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%;
}

.contact-popup-window__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 15px 20px;
    background: #F9F9F9;
    border-top: 1px solid #DFDFDF;
}

.contact-popup-window__content {
    position: relative;
    padding: 20px;
}

.contact-popup-window__item:not(:first-child) {
    margin-top: 15px;
}

.contact-popup-window__label {
    display: block;
    margin-bottom: 5px;
    color: #7B7B7B;
    font-weight: bold;
    font-size: 13px;
}

.contact-popup-window input, .contact-popup-window textarea {
    -webkit-border-radius: 5px;
            border-radius: 5px;
}

.contact-popup-window textarea {
    resize: none;
    height: 70px;
}

.contact-popup-window__checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.contact-popup-window__checkbox-label {
    padding-left: 10px;
    color: #555555;
    cursor: pointer;
}
.contact-popup-window__result {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.contact-popup-window_result-visible .contact-popup-window__result {
    opacity: 1;
    visibility: visible;
}

.contact-popup-window__success {
    width: 60px;
    height: 60px;
    background: url("https://iunlocker.com/img/success.svg") center no-repeat;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.4s 0.3s;
    -o-transition: all 0.4s 0.3s;
    transition: all 0.4s 0.3s;
}

.contact-popup-window_result-visible .contact-popup-window__success {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.contact-popup-window__result-text {
    margin-top: 15px;
    max-width: 200px;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    color: #555555;
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
    -webkit-transition: all 0.8s 0.4s;
    -o-transition: all 0.8s 0.4s;
    transition: all 0.8s 0.4s;
}

.contact-popup-window_result-visible .contact-popup-window__result-text {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
}

.grecaptcha-badge { 
bottom: 52px !important;
}

.pay-method {
  margin-bottom: 40px;
}

.pay-method__title {
  margin: 0 0 20px;
  text-align: center;
  font-family: inherit;
}

.pay-method__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.pay-method__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  background: #fff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 12;
  font-weight: 500;
  line-height: 1.1;
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.pay-method__item:hover {
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.12);
}

.pay-method__item input {
  display: none;
  position: absolute;
  visibility: hidden;
}

.pay-method__item span::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  border: 1px solid #FDBF5E;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.pay-method__item i {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  margin-right: 10px;
}

.pay-method__item i::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 24px;
  left: 14px;
  top: 2px;
  border-bottom: 2px solid #FDBF5E;
  border-right: 2px solid #FDBF5E;
  -webkit-transform: scale(1.5) rotate(45deg);
          transform: scale(1.5) rotate(45deg);
  border-radius: 2px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.pay-method__item img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.pay-method__item input:checked + i::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 1;
  visibility: visible;
}

.pay-method__item input:checked + i img {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.pay-method__item input:checked + i + span::before {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .pay-method {
    margin-bottom: 20px;
  }
  .pay-method__list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media (max-width: 414px){
 .header .logo_pw img{
  width: 40vw;
  width: 100%;
  display: block;
 }
}

@media (max-width: 768px){
 .questions{
  margin-top: 20px;
 }
 .questions .container{
  padding: 0;
 }
}

.header__logIn{
 position: relative;
 cursor: pointer;
}
.header__logIn-list{
 display: none;
 position: absolute;
 top: 70px;
 right: 0;
}

.header__logIn-list ul{
 width: 100%;
 display: flex;
 flex-direction: column;
 gap: 5px;
}



.header__logIn-list li{
 display: block;
 padding: 8px 20px;
 background: #fff;
 border: 1px solid #fff;
 font-size: 16px;
 color: #343434;
 border-radius: 10px;
 -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
 box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
 text-decoration: none;
 -webkit-transition: all 0.2s;
 transition: all 0.2s;
}

.header__logIn-list li a{
 width: 100%;
 display: block;
 white-space: nowrap;
}

@media (min-width: 1300px){
 .header__logIn {
  width: 162px;
 }
}

@media (max-width: 1112px){
 .header__logIn {
  margin: 0;
 }
}

@media (max-width: 600px){
 .header__logIn-list{
  top: 50px;
 }
}