/* FONTS CONNECT */
@font-face {
  font-family: "Gustavo";
  src: url("../fonts/Gustavo-Bold.eot");
  src: url("../fonts/Gustavo-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gustavo-Bold.woff2") format("woff2"),
    url("../fonts/Gustavo-Bold.woff") format("woff"),
    url("../fonts/Gustavo-Bold.otf") format("otf"),
    url("../fonts/Gustavo-Bold.ttf") format("truetype"),
    url("../fonts/Gustavo-Bold.svg#Gustavo-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* SF MEDIUM */
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Medium.eot");
  src: url("../fonts/SFProDisplay-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/SFProDisplay-Medium.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Medium.woff") format("woff"),
    url("../fonts/SFProDisplay-Medium.otf") format("otf"),
    url("../fonts/SFProDisplay-Medium.ttf") format("truetype"),
    url("../fonts/SFProDisplay-Medium.svg#SFProDisplay-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* SD SEMI-BOLD */
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Semibold.eot");
  src: url("../fonts/SFProDisplay-Semibold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/SFProDisplay-Semibold.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Semibold.woff") format("woff"),
    url("../fonts/SFProDisplay-Semibold.otf") format("otf"),
    url("../fonts/SFProDisplay-Semibold.ttf") format("truetype"),
    url("../fonts/SFProDisplay-Semibold.svg#SFProDisplay-Semibold")
      format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* SF BOLD */
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Bold.eot");
  src: url("../fonts/SFProDisplay-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SFProDisplay-Bold.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Bold.woff") format("woff"),
    url("../fonts/SFProDisplay-Bold.otf") format("otf"),
    url("../fonts/SFProDisplay-Bold.ttf") format("truetype"),
    url("../fonts/SFProDisplay-Bold.svg#SFProDisplay-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* SF HEAVY */
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Heavy.eot");
  src: url("../fonts/SFProDisplay-Heavy.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SFProDisplay-Heavy.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Heavy.woff") format("woff"),
    url("../fonts/SFProDisplay-Heavy.otf") format("otf"),
    url("../fonts/SFProDisplay-Heavy.ttf") format("truetype"),
    url("../fonts/SFProDisplay-Heavy.svg#SFProDisplay-Heavy") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* /FONTS CONNECT */
/* BASIC SETTINGS */

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input::placeholder {
  transition: 250ms ease all;
}
input:focus::placeholder {
  opacity: 0;
}
html,
body {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background: #fff;
  overflow-x: hidden;
  font-family: "SF Pro Display";
}
body {
  height: fit-content;
  width: 100%;
  overflow-y: hidden;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  padding: 0;
  margin: 0;
  border: 0;
}

:focus,
a:focus,
a:active :active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

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

img {
  display: block;
  vertical-align: top;
}

a {
  display: block;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.container {
  max-width: 1900px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.container-sm {
  width: 1470px;
  padding: 0 15px;
  margin: 0 auto;
}
/* BASIC SETTINGS END*/
/* === HEADER. === */
header {
  background: url(../img/mainblueback.png) no-repeat center center;
  @supports (background-image: url(../img/mainblueback.webp)) {
    background: url(../img/mainblueback.webp) no-repeat center center;
  }
  background-size: cover;
  padding: 25px 0;
  overflow: hidden;
}
.header-content {
  width: 1140px;
  margin-left: auto;
  padding: 53px 65px;
  padding-bottom: 165px;
  border-radius: 30px;
  background: #ffffff;
  padding-left: 130px;
}
.header-ctn__list li a {
  padding: 22px;
  font-size: 16px;
  color: #264f66;
  border: 3px solid transparent;
  text-transform: uppercase;
  border-radius: 10px;
  font-weight: 700;
  transition: 250ms ease all;
  letter-spacing: 1px;
}
.header-ctn__list li:last-child a {
  color: #ffc26b;
}
.header-ctn__list li:last-child a:hover {
  color: #264f66;
  border: 3px solid #264f66;
}
.header-ctn__list li a:hover,
.header-ctn__list li a.active {
  border: 3px solid #ffc26b;
  color: #ffc26b;
}
.header-ctn__list li a.active {
  margin-right: 10px;
}
.header-content__top {
  align-items: center;
  justify-content: space-between;
}
.header-top__contact {
  width: 195px;
  background: linear-gradient(
    90deg,
    rgba(246, 156, 96, 1) 0%,
    rgba(248, 192, 113, 1) 100%
  );
  height: 67px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  display: flex;
  letter-spacing: 2px;
  transition: 250ms ease all;
}
.header-top__contact:hover {
  transform: scale(1.04);
  letter-spacing: 3px;
}
.header-content__top {
  margin-bottom: 218px;
}
.header-content__proxy {
  width: 215px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  background: linear-gradient(
    90deg,
    rgba(134, 214, 214, 1) 0%,
    rgba(152, 223, 208, 1) 100%
  );
  border-radius: 5px;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
}
.header-content__title {
  font-weight: 700;
  color: #264f66;
  font-size: 110px;
  margin-bottom: 42px;
  font-family: "Gustavo";
  text-transform: uppercase;
}
.header-content__text {
  width: 600px;
  font-weight: 500;
  opacity: 0.75;
  color: #525666;
  line-height: 36px;
  font-size: 21px;
  margin-bottom: 190px;
}
.header-content__info {
  display: flex;
  gap: 70px;
}
.headert-content-info__item {
  display: flex;
  align-items: center;
}
.header-cobntent-info-item__text {
  width: 90px;
  margin-left: 15px;
  font-size: 21px;
  line-height: 24px;
  color: #264f66;
  font-weight: 600;
}
.headert-content-info__item:last-child .header-cobntent-info-item__text {
  width: fit-content;
}
.header__logo {
  margin-top: 54px;
  transition: 250ms ease all;
  height: fit-content;
}
.header__logo:hover {
  transform: scale(1.05);
}
.header .container {
  position: relative;
}
.header-back-images__back {
  position: absolute;
  bottom: -55px;
  left: -38px;
}
.header__wrapper {
  position: relative;
  z-index: 1;
}
.header-back-images__astronaut {
  position: absolute;
  bottom: 202px;
  left: 260px;
  z-index: 2;
}
/* === HEADER END. === */
/* === FEATURES START. === */
.features__list {
  flex-wrap: wrap;
  row-gap: 65px;
  padding: 68px 150px;
  background: #f2f9f8;
  border-radius: 20px;
}
.features-list__item {
  width: 33.3%;
}
.features {
  padding: 125px 0;
}
.features__title {
  font-weight: 700;
  margin-bottom: 23px;
  color: #264f66;
  font-size: 40px;
  text-transform: uppercase;
}
.features__subtitle {
  text-transform: uppercase;
  font-size: 18px;
  color: #6a95a4;
  margin-bottom: 75px;
}
.features-list__item {
  width: 33.3%;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
.features-list-item__text {
  color: #264f66;
  font-size: 21px;
  width: 220px;
  line-height: 24px;
}
.features-list-item__icon {
  transition: 350ms ease all;
}
.features-list__item:hover .features-list-item__icon {
  transform: rotate(360deg) scale(1.05);
}
/* === FEATURES END. === */
/* === SERVICES START. === */
.services__wrapper {
  padding: 145px 0 135px;
  background: #c5e7e5;
  border-radius: 30px;
}
.services {
  padding-bottom: 25px;
}
.services__items {
  justify-content: center;
  align-items: center;
}
.services-item.center {
  border-radius: 30px;
  padding: 26px 29px;
  border: 4px solid #b6d9d6;
}
.services-item__content {
  padding: 88px 60px 105px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  width: 453px;
}
.services-item-content__icon {
  margin-bottom: 100px;
}
.services-item-content__title {
  text-align: center;
  font-family: "Gustavo";
  font-weight: 700;
  text-transform: uppercase;
  color: #264f66;
  font-size: 43px;
  margin-bottom: 60px;
  line-height: 48px;
}
.services-item-content__text {
  line-height: 36px;
  font-size: 21px;
  opacity: 0.75;
  color: #525666;
  text-align: center;
}
.services-item.left .services-item__content {
  background: transparent;
  border: 3px solid #b5dbdb;
  border-radius: 30px 0 0 30px;
  border-right: 0;
}
.services-item.right .services-item__content {
  background: transparent;
  border: 3px solid #b5dbdb;
  border-radius: 0 30px 30px 0;
  border-left: 0;
}
.services-item.right .services-item-content__text {
  color: #264f66;
}
.services-item.left .services-item-content__text {
  color: #264f66;
}
/* === SERVICES END. === */
/* === STATISTICS START. === */
.statistic-big__wrapper {
  padding: 130px 0;
  background: #264f66;
  border-radius: 30px;
}
.statistic__title {
  margin-left: 125px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 40px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.statistic__text {
  gap: 25px;
  align-items: center;
  color: #6a95a4;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 93px;
  margin-left: 125px;
}
.statistic-text__line {
  background: #416d7c;
  width: 2px;
  height: 35px;
}
.statistic-graphik-left__item {
  font-weight: 700;
  color: #7aa7b4;
  margin-bottom: 50px;
  font-size: 15px;
}
.statistic-graphik__left {
  margin-right: 22px;
}
.static-graphik-right__top {
  margin-left: 80px;
  margin-bottom: 37px;
  gap: 30px;
}
.sgrt__left,
.sgrt__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  color: #66e4db;
}
.sgrt__right {
  color: #fbc363;
}
.static-graphik-right__center {
  margin-left: 23px;
}
.static-graphik-right__center {
  margin-left: 23px;
  margin-bottom: 40px;
}
.sgrb__item {
  font-weight: 700;
  color: #7aa7b4;
  margin-right: 21px;
  font-size: 15px;
}
.statistic__box {
  justify-content: space-between;
  gap: 38px;
}
.statistic-info__item {
  padding: 67px 81px 56px 31px;
  width: 259px;
  height: 300px;
  border: 3px solid #ffa75f;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url(../img/pat1.png) no-repeat center center;
  background-size: cover;
}
.statistic__info .statistic-info__item:nth-child(2) {
  border: 3px solid #f7694d;
  background: url(../img/patRed.png) no-repeat center center;
  background-size: cover;
}
.statistic__info .statistic-info__item:nth-child(3) {
  border: 3px solid #7ed9d3;
  background: url(../img/patblue.png) no-repeat center center;
  background-size: cover;
}
.statistic__info .statistic-info__item:last-child {
  border: 3px solid #ffde84;
  background: url(../img/patYellow.png) no-repeat center center;
  background-size: cover;
}
.statistic__info {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.statistic-info-item__num {
  font-weight: 800;
  color: #ffffff;
  font-size: 50px;
}
.statistic-info-item__text {
  color: #ffffff;
  font-size: 21px;
  line-height: 30px;
}
.statistic {
  padding-bottom: 25px;
}
/* === STATISTICS END. === */
/* === START. === */
.start__wrapper {
  background: #f2f9f8;
  border-radius: 30px;
  padding: 165px 65px 255px;
}
.start__title {
  font-weight: 700;
  font-size: 110px;
  text-transform: uppercase;
  color: #264f66;
  font-family: "Gustavo";
  margin-bottom: 47px;
}
.start__text {
  font-weight: 500;
  opacity: 0.75;
  color: #525666;
  width: 560px;
  font-size: 21px;
  line-height: 36px;
  margin-bottom: 100px;
}
.start-now {
  padding: 46px 150px;
  border-radius: 30px;
  background: #b5dcd4;
  position: relative;
  align-items: center;
}
.start-now__text {
  font-weight: 700;
  margin-right: 30px;
  font-size: 45px;
  color: #fff;
}
.start-now__btn {
  gap: 15px;
  width: 248px;
  height: 80px;
  background: #f86c50;
  border-radius: 100px;
  border: 5px solid #daeeea;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
  transition: 250ms ease all;
}
.start-now__btn:hover {
  background: transparent;
  letter-spacing: 3px;
  transform: scale(1.05);
}
.start-now__astronaut {
  position: absolute;
  right: 5px;
  bottom: -161px;
}
.start {
  padding-bottom: 25px;
}
.start-offer {
  background: #f2f9f8;
  border-radius: 30px;
  padding: 80px 215px;
}
.start-offer__icon {
  margin-right: 20px;
}
.start-offer-text__title {
  margin-top: 25px;
  color: #264f66;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 45px;
}
.start-offer-text__text {
  font-size: 21px;
  font-weight: 500;
  line-height: 26px;
  opacity: 0.75;
  color: #525666;
}
.footer__wrapper {
  border: 2px solid #b5dcd4;
  border-radius: 30px;
}
.footer-nav {
  justify-content: center;
  gap: 65px;
  padding: 55px 0;
}
.footer-nav__item {
  font-weight: 700;
  text-transform: uppercase;
  color: #264f66;
  font-size: 16px;
  letter-spacing: 1px;
  transition: 250ms ease all;
}
.footer-nav__item:hover {
  color: #ffc26b;
  transform: scale(1.2);
}
.footer {
  padding: 25px 0;
}
.footer__bottom {
  justify-content: space-between;
  padding: 30px 65px;
  background: #b5dcd4;
  border-radius: 26px;
}
.footer-bottom__center {
  align-items: center;
  gap: 75px;
}
.fbc-left__item {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  transition: 250ms ease all;
}
.fbc__right .fbc-left__item:hover {
  color: #fff;
  transform: unset;
}
.footer-bottom-left-img,
.footer-bottom__right {
  transition: 250ms ease all;
}
.footer-bottom-left-img:hover,
.footer-bottom__right:hover {
  transform: scale(1.05);
}
.fbc-left__item:hover {
  color: #000;
  transform: scale(1.05);
}
.fbc__left {
  gap: 24px;
}
.fbcc__item {
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #fff;
  border-radius: 100px;
  transition: 250ms ease all;
}
.fbcc__item:hover {
  border: 5px solid #daeeea;
  background: #fa7256;
}
.fbc__center {
  gap: 20px;
}
.footer-bottom__right,
.footer-bottom__left {
  display: flex;
  align-items: center;
}
.header.content .header-content__text {
  margin-bottom: 0;
}
.header.content .header-back-images__back {
  position: absolute;
  bottom: -164px;
  left: -144px;
}
.header.content .header-back-images__astronaut {
  bottom: 87px;
  left: 273px;
}
.contacts {
  padding: 122px 0 0;
}
.contacts__wrapper {
  background: #c4e6e4;
  border-radius: 30px;
  padding: 135px 0 125px;
}

.contacts__title {
  color: #fff;
  font-size: 30px;
  line-height: 43px;
  margin-bottom: 65px;
}

.contacts__info {
  align-items: center;
  background: #fff;
  border-radius: 30px;
  padding: 32px 30px;
  margin-bottom: 25px;
  position: relative;
}

.contacts-info__img {
  position: absolute;
  right: -157px;
  bottom: -124px;
}

.contacts-info__text {
  max-width: 586px;
  width: 100%;
  margin-left: 27px;
  line-height: 36px;
  font-size: 22px;
  opacity: 0.75;
  color: #525666;
}

.contact-links__link {
  width: 33.3%;
  background: #fff;
  border-radius: 30px;
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.contact__links {
  gap: 25px;
}

.contact__links .contact-links__link:nth-child(2) .contact-links-link__img {
  border: 3px solid #57c8eb;
}
.contact__links .contact-links__link:nth-child(2) .contact-links-link__btn {
  color: #57c8eb;
  border: 3px solid #57c8eb;
}
.contact__links .contact-links__link:nth-child(3) .contact-links-link__img {
  border: 3px solid #87e2dd;
}
.contact__links .contact-links__link:nth-child(3) .contact-links-link__btn {
  color: #87e2dd;
  border: 3px solid #87e2dd;
}
.contact-links-link__img {
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #59a6eb;
  border-radius: 100px;
}
.contact-links-link__btn {
  width: 100%;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #2f96de;
  border: 3px solid #61adef;
  border-radius: 100px;
  transition: 250ms ease all;
}
.contact-links-link__btn:hover {
  transform: scale(1.03);
}

.header.faq .header-content__text {
  margin-bottom: 0;
}
.header.faq .header-back-images__astronaut {
  bottom: 89px;
}
.header.faq .header-back-images__back {
  bottom: -137px;
  left: -152px;
}
.ques {
  padding-top: 66px;
}
.ques__wrapper {
  background: #f2f9f8;
  border-radius: 30px;
  padding-bottom: 44px;
  padding-top: 177px;
}
.prices-ques-right__dropdown.popup-dropdown .pqrd__top {
  width: 410px;
  height: 64px;
}

.dropdown__switch:checked + .dropdown__options-filter .dropdown__select {
  transform: scaleY(1);
}
.dropdown__switch:checked + .dropdown__options-filter .dropdown__filter:after {
	transform: rotate(-180deg);
	top: 44%;
}
.dropdown__options-filter {
  width: 100%;
  cursor: pointer;
}
.dropdown__filter {
	width: 188px;
	height: 64px;
	border: 2px solid #dfecea;
	margin: 0 auto;
	padding-left: 30px;
	display: flex;
	border-radius: 10px;
	font-size: 18px;
	position: relative;
	transition: 250ms ease all;
}
.dropdown__switch:checked + .dropdown__options-filter .dropdown__filter{
	border-radius: 10px 10px 0 0	;
}
.dropdown__filter::after {
	position: absolute;
	top: 50%;
	right: 20px;
	content: "";
	width: 13px;
	background: url(../img/blue-angle-down.png) no-repeat center center;
	background-size: cover;
	height: 8px;
	transition: 0.2s ease-in-out;
	transform: translateY(-50%);
}
.dropdown__filter--second{    width: 235px;}
.dropdown__filter-selected{
	display: flex;
	align-items: center;
}
.prices-ques-right__dropdown.second .dropdown__filter{
	width: 235px;
}
.dropdown__select {
	position: absolute;
	top: 93%;
	left: 0;
	width: 100%;
	margin-top: 5px;
	overflow: hidden;
	box-shadow: 0 1px 4px 0 rgba(152, 152, 152, 0.6);
	transform: scaleY(0);
	transform-origin: top;
	font-weight: 300;
	transition: 0.2s ease-in-out;
	z-index: 2;
	background: #fff;
	border: 1px solid #dfecea;
	border-radius: 0 0 10px 10px;
}
.dropdown__select-option {
	padding: 21px 27px;
	border-bottom: 2px solid #dfecea;
	cursor: pointer;
	transition: 250ms ease all;
}
.dropdown__select-option:last-of-type {
  border-bottom: 0;
}
.dropdown__select-option:hover {
  background-color: #f9f9f9;
}
.ques__title {
  font-weight: 700;
  color: #73bbb6;
  font-size: 24px;
  line-height: 36px;
  width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 95px;
  background: #ffffff;
  border-radius: 100px;
  border: 3px solid #eaf5f3;
  margin: -230px auto 90px;
}
.ques-list-item-top__icon {
  position: relative;
}
.ques-list-item-top__icon img {
  transition: 250ms ease all;
}
.ques-list-item-top__icon img:nth-child(2) {
  transform: rotate(180deg);
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}
.ques-list-item__top.active .ques-list-item-top__icon img:nth-child(1),
.ques-list-item__top__prices.active .ques-list-item-top__icon img:nth-child(1) {
  transform: rotate(180deg);
  opacity: 0;
}
.ques-list-item__top.active .ques-list-item-top__icon img:nth-child(2),
.ques-list-item__top__prices.active .ques-list-item-top__icon img:nth-child(2) {
  transform: rotate(0);
  opacity: 1;
}
.ques-list-item__top,
.ques-list-item__top__prices {
  padding: 20px 29px;
  background: #fff;
  border-radius: 30px;
  border: 3px solid #eaf5f3;
  align-items: center;
  gap: 50px;
  color: #264966;
  font-weight: 700;
  font-size: 36px;
  transition: 400ms ease all;
  cursor: pointer;
}
.ques-list-item__top.active,
.ques-list-item__top__prices.active {
  border-radius: 30px 30px 0 0;
  border: transparent;
  border-bottom: 3px solid #eaf5f3;
}
.ques-list-item__bottom {
  background: #fff;
  border-radius: 0 0 30px 30px;
  padding: 0;
  max-height: 0;
  opacity: 0.75;
  color: #525666;
  font-weight: 500;
  font-size: 21px;
  line-height: 36px;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}
.ques-list-item__top.active + .ques-list-item__bottom,
.ques-list-item__top__prices.active + .ques-list-item__bottom {
  padding: 30px 105px 65px 62px;
  max-height: fit-content;
  visibility: visible;
  overflow: visible;
  opacity: 1;
}
.ques-list__item {
  margin-bottom: 25px;
}

.pqlibt__item {
  font-weight: 700;
  color: #264f66;
  font-size: 15px;
  width: fit-content;
  background: #f2f9f8;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 6px 20px;
}
.prices-ques-list-item-bottom__top {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 11px;
}
.pqlibt__item span {
  color: #8bbdb6;
}
.tab_item:first-child {
  padding-bottom: 83px;
}
.pqlibt__text {
  margin-top: 30px;
}

.tab_item {
  display: none;
  padding: 0 65px;
}
.tab_item:first-child {
  display: block;
}
.tabs {
  border: 3px solid #eaf5f3;
  padding: 30px;
  width: 1010px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0;
  background: #fff;
  position: relative;
  top: -61px;
}
.prices__wrapper {
  background: #f2f9f8;
  border-radius: 30px;
}
.prices {
  padding-top: 180px;
}
.tabs .tab {
  width: 320px;
  justify-content: center;
  display: flex;
  align-items: center;
  transition: 250ms ease all;
  background: transparent;
  height: 60px;
  border-radius: 100px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: #264f66;
  cursor: pointer;
}
.wrapper .tab.active {
  background: linear-gradient(
    90deg,
    rgba(134, 214, 214, 1) 0%,
    rgba(152, 223, 208, 1) 100%
  );
  color: #fff;
}
.tabs__box {
  display: flex;
  justify-content: center;
  background: #f2f9f8;
  border-radius: 30px;
}
.tabs-list__title {
  font-family: "Gustavo";
  text-align: center;
  color: #264f66;
  font-weight: 700;
  font-size: 44px;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 20px;
}
.tabs-list__text {
  opacity: 0.75;
  color: #525666;
  width: 760px;
  margin: 0 auto;
  margin-bottom: 100px;
  text-align: center;
  font-size: 21px;
  line-height: 36px;
  font-weight: 500;
}
.tabs-list__item {
  width: 25%;
}
.tabs-list-item__top {
  position: relative;
  background: #264f66;
  border-radius: 30px 30px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.tabs-list-item-top__text {
  position: absolute;
  font-weight: 700;
  color: #ffffff;
  font-size: 36px;
  text-transform: uppercase;
}

.tabs-list-item__info {
  background: #fff;
  padding: 60px 50px 50px;
  height: 645px;
}

.tabs-list-item-info__item {
  display: flex;
  font-weight: 500;
  opacity: 0.75;
  color: #525666;
  font-size: 20px;
  line-height: 30px;
  align-items: center;
  gap: 20px;
  padding: 14px 0;
  border-top: 2px solid #c3e4e2;
}
.tabs-list-item-info__item__text {
  width: 63%;
}
.tabs-list-item-info__item:first-child {
  border-top: 0;
}
.tab-list-item-btn__box {
  background: #fff;
  border-radius: 0 0 30px 30px;
  padding: 0 0 47px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.tabs-list-item__btn,
#submitPayButton {
  background: linear-gradient(90deg, #88b865 0%, #cbdb76 100%);
  padding: 20px 45px;
  border-radius: 100px;
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 250ms ease all;
}

.tabs-list-item__btn:hover,
#submitPayButton:hover {
  transform: scale(1.05);
}
.tabs-list__text__sp {
  width: 450px;
}

.prices-ques-right__dropdown + .tabs-list-item__btn {
  width: 206px;
}

.tabs-list-item-btn__price {
  font-weight: 700;
  color: #fff;
  font-size: 22px;
  margin-bottom: 3px;
}
.tabs-list-item-btn__hours {
  font-weight: 700;
  color: #e9ff93;
  font-size: 15px;
  text-transform: uppercase;
}

.tabs_list__items__box {
  justify-content: space-between;
  gap: 25px;
  padding-bottom: 140px;
}
.tabs_list__items__box .tabs-list__item:nth-child(2) .tabs-list-item__top {
  background: linear-gradient(90deg, #98dede 0%, #a4e2cc 100%);
}
.tabs_list__items__box .tabs-list__item:nth-child(3) .tabs-list-item__top {
  background: linear-gradient(90deg, #ffc75a 0%, #ffce4b 100%);
}
.tabs_list__items__box .tabs-list__item:nth-child(4) .tabs-list-item__top {
  background: linear-gradient(90deg, #ffa75f 0%, #ffa442 100%);
}
.tabs-list-item-top__img {
  width: 100%;
  height: 92px;
}
.tabs_list__items__box
  .tabs-list__item:nth-child(1)
  .tabs-list-item-top__img
  img {
  opacity: 1;
}
.tabs-list-item-top__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}
.tab_item.third .tabs-list-item__btn {
  justify-content: center;
  align-items: center;
}
.tab_item.third .tabs-list-item-btn__price {
  text-transform: uppercase;
  margin-bottom: 0;
}

.prices-ques-right__ports {
  width: 190px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #264f66;
  border-radius: 13px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
.prices-ques__left {
  width: 100%;
  align-items: center;
  gap: 50px;
  cursor: pointer;
}
.ques-list-item__top__prices {
  cursor: default;
}
.pqrd__top {
  width: 190px;
  height: 64px;
  border: 2px solid #dfecea;
  border-radius: 13px;
  font-weight: 700;
  color: #264f66;
  font-size: 18px;
  text-transform: uppercase;
  align-items: center;
  cursor: pointer;
  transition: 250ms ease all;
  justify-content: space-between;
  padding: 0 23px;
}
.pqrd__top.active {
  border-radius: 13px 13px 0 0;
}
.pqrdt__angle {
  transition: 250ms ease all;
}
.pqrd__top.active .pqrdt__angle {
  transform: rotate(180deg);
}
.prices-ques-right__dropdown {
  position: relative;
}
.prices-ques__right {
  gap: 20px;
}
.pqrd__top.active + .pqrd__bottom {
  visibility: visible;
  opacity: 1;
}
.pqrd__bottom {
  width: 100%;
  height: fit-content;
  left: 0;
  top: 100%;
  position: absolute;
  border: 2px solid #dfecea;
  border-radius: 0 0 13px 13px;
  border-top: 0;
  font-size: 18px;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: 250ms ease all;
}
.pqrd-bottom__item {
  padding: 21px 27px;
  border-bottom: 2px solid #dfecea;
  cursor: pointer;
  transition: 250ms ease all;
}
.pqrd-bottom__item:hover {
  background: #dfecea;
}
.pqrd-bottom__item:last-child {
  border-bottom: 0;
}
.blog-left__item {
  display: flex;
  background: #fff;
  padding: 10px;
  border-radius: 30px;
  padding-right: 47px;
  align-items: center;
  gap: 50px;
  box-shadow: 0 17px 21px -9px #0000001c;
  transition: 250ms ease all;
}
.blog-left__item:hover {
  transform: scale(1.01);
  box-shadow: 0 17px 21px -9px #00000040;
}
.blog__wrapper {
  background: #f2f9f8;
  border-radius: 30px;
  padding-bottom: 110px;
}
.blog {
  padding-top: 75px;
}
.blog__left {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.blit__title {
  font-weight: 700;
  font-size: 30px;
  color: #264966;
  margin-bottom: 20px;
}
.blit__text {
  font-weight: 500;
  opacity: 0.75;
  color: #525666;
  font-size: 20px;
  line-height: 33px;
  margin-bottom: 33px;
}
.blit__date {
  font-weight: 700;
  color: #aed1cf;
  font-size: 15px;
  text-transform: uppercase;
}
.blog__left {
  width: 950px;
}
.blog-right__search {
  position: relative;
  width: fit-content;
}
.blog-right__search input {
  width: 450px;
  height: 80px;
  background: #fff;
  border: 3px solid #eaf5f3;
  color: #b5c5ce;
  padding: 0 50px;
  font-weight: 600;
  font-size: 22px;
  border-radius: 100px;
}
.blog-right__search input::placeholder {
  color: #b5c5ce;
}
.blog-right__search img {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.blog__right {
  width: 450px;
}
.blog__wrapper .container-sm {
  justify-content: space-between;
  position: relative;
  top: -42px;
}
.blog-right__lastes {
  width: 245px;
  background: #86d6d6;
  margin: 50px auto 30px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  transition: 250ms ease all;
}
.blog-right__lastes:hover {
  transform: scale(1.03);
}

.blog-right__item {
  padding: 10px;
  background: #fff;
  border-radius: 30px;
  gap: 20px;
  display: flex;
  align-items: center;
  transition: 250ms ease all;
}
.blog-right__item:hover {
  box-shadow: 0 0px 23px 0px #00000040;
  transform: scale(1.03);
}
.blog-right__items {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.blog-left__item {
  display: flex;
  background: #fff;
  padding: 10px;
  border-radius: 30px;
  padding-right: 47px;
  align-items: center;
  gap: 50px;
  box-shadow: 0 17px 21px -9px #0000001c;
  transition: 250ms ease all;
}
.blog-left__item:hover {
  transform: scale(1.01);
  box-shadow: 0 17px 21px -9px #00000040;
}

.brit__title {
  font-weight: 700;
  color: #264966;
  font-size: 22px;
  margin-bottom: 20px;
}
.brit__text {
  font-weight: 500;
  opacity: 0.75;
  color: #525666;
  font-size: 17px;
  line-height: 24px;
}
.brc__item {
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #fff;
  border: 3px solid #ffc96b;
  font-weight: 700;
  cursor: pointer;
  color: #264f66;
  text-transform: uppercase;
  font-size: 20px;
  transition: 250ms ease all;
}
.brc__item:hover {
  transform: scale(1.03);
}
.blog-right__choise {
  flex-direction: column;
  display: flex;
  gap: 15px;
}
.blog-right__choise .brc__item:nth-child(2) {
  border: 3px solid #77e4e4;
}
.blog-right__choise .brc__item:nth-child(3) {
  border: 3px solid #ff9976;
}
.free__wrapper {
  background: #f2f9f8;
  border-radius: 30px;
}
.free .tabs-list__text {
  width: 1232px;
}
.free {
  padding-top: 68px;
}
.free__content {
  display: flex;
  justify-content: space-between;
}
.free-left__num {
  min-width: 70px;
  min-height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e0f0ee;
  font-weight: 500;
  color: #5ab5af;
  font-size: 19px;
  border-left: 3px solid #73bbb6;
}
.free-left .free-left__item:nth-child(even) .free-left__num {
  border-left: 0;
  color: #264f66;
}
.free-left .free-left__item:nth-child(even) .free-left__ip {
  color: #264f66;
}
.free-left__ip {
  color: #5ab5af;
  width: 550px;
  display: flex;
  align-items: center;
  padding-left: 50px;
}
.free-left {
  height: 803px;
  overflow: auto;
  padding-right: 35px;
  margin-right: 35px;
}
/* width */
.free-left::-webkit-scrollbar {
  width: 3px;
}

/* Track */
/* Webkit-based Browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar-track {
  background: #d5eae9;
  border-radius: 3px;
}

/* Mozilla-based Browsers (Firefox) */
/* The "track" is equivalent to "-moz-scrollbar-track-piece" */
/* Note: Firefox uses the same style for both "track" and "track-piece" */
::-moz-scrollbar {
  background: #d5eae9;
  border-radius: 3px;
}

/* Handle */
/* Webkit-based Browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar-thumb {
  background: #73bbb6;
  border-radius: 3px;
}

/* Mozilla-based Browsers (Firefox) */
/* The "thumb" is equivalent to "-moz-scrollbar-thumb" */
/* Note: Firefox uses the same style for both "thumb" and "thumb-piece" */
::-moz-scrollbar-thumb {
  background: #73bbb6;
  border-radius: 3px;
}

.free-right {
  position: relative;
}

.services-item-content__title,
.services-item-content__icon {
  transition: 250ms ease all;
}
.services-item__content:hover .services-item-content__icon {
  transform: scale(1.06);
}
.services-item__content:hover .services-item-content__title {
  letter-spacing: 1px;
}
.free-right__content {
  position: absolute;
  top: 95px;
  left: 60px;
}
.free-right-content__title {
  font-weight: 700;
  color: #ffffff;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 43px;
}
.frci__text {
  font-weight: 600;
  color: #fff;
  font-size: 22px;
  margin-bottom: 15px;
}
.frci__info {
  width: 307px;
  height: 58px;
  display: flex;
  align-items: center;
  padding-left: 25px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  font-weight: 600;
  font-size: 17px;
  color: #ffc96b;
  text-transform: uppercase;
  margin-bottom: 46px;
}
.frci__btn--box {
  width: 307px;
  height: 64px;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  color: #73bbb6;
  background: #fff;
  border-radius: 15px;
  padding: 0 27px;
  transition: 250ms ease all;
  text-transform: uppercase;
  font-size: 17px;
}
.frci__btn--box:hover {
  transform: scale(1.03min-);
}
.header-burger {
  display: none;
  width: 26px;
  height: 19px;
  flex-direction: column;
  justify-content: space-between;
}
.header-burger span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
}
.price__popup {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: -120%;
  transition: 250ms ease all;
}
.price__popup.active {
  top: 0;
}
.price__back {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #00000063;
  backdrop-filter: blur(5px);
}
.price-popup__top {
  width: 100%;
  padding: 30px 42px 54px;
  padding-right: 30px;
  justify-content: space-between;
  border-bottom: 3px solid #eaf5f3;
}
.price__content {
  position: relative;
  background: #fff;
  width: 735px;
  border-radius: 30px;
}
.price-popup-top__title {
  font-weight: 700;
  color: #264966;
  font-size: 36px;
  margin-top: 12px;
}
.form-group {
  align-items: center;
  margin-bottom: 15px;
  margin-left: 50px;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  opacity: 0;
  position: absolute;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
  color: #264966;
  font-size: 19px;
  margin-right: 5px;
}

.form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  background: #eaf5f3;
  border: 0;
  width: 25px;
  height: 25px;
}
.form-group a {
  color: #ffc26b;
  font-size: 19px;
}
.price__popup .tabs-list-item__btn,
#submitPayButton {
  margin: 50px;
  margin-top: 30px;
  justify-content: center;
  display: flex;
  width: -webkit-fill-available;
  position: relative;
}
.price-popup-top__close img,
#submitPayButton img {
  transition: 250ms ease all;
  cursor: pointer;
}
.price-popup-top__close img:hover {
  transform: scale(1.3) rotate(360deg);
}
.price__popup .tabs-list-item__btn img,
#submitPayButton img {
  position: absolute;
  right: 44px;
}
.price__popup .tabs-list-item__btn .tabs-list-item-btn__price,
#submitPayButton .tabs-list-item-btn__price{
  text-transform: uppercase;
  color: #e9ff93;
  font-size: 22px;
}
.price__popup .tabs-list-item__btn .tabs-list-item-btn__price span,
#submitPayButton .tabs-list-item-btn__price span{
  color: #fff;
}
.form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #73bbb6;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.ppb__info {
  justify-content: center;
  gap: 22px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.ppb-info__item {
  font-weight: 700;
  color: #264f66;
  font-size: 18px;
  text-transform: uppercase;
}
.ppb-info__item span {
  color: #73bbb6;
}
#ppb-email {
  width: 410px;
  height: 64px;
  border: 2px solid #dfecea;
  margin: 0 auto;
  padding-left: 30px;
  display: flex;
  border-radius: 10px;
  color: #b5c5ce;
  font-size: 19px;
}
#ppb-email::placeholder {
  color: #b5c5ce;
}
.pqrd__top {
  width: 188px;
  height: 64px;
  border: 2px solid #dfecea;
  margin: 0 auto;
  padding-left: 30px;
  display: flex;
  border-radius: 10px;
}
.prices-ques-right__dropdown.popup-dropdown {
  position: relative;
  width: fit-content;
  margin: 20px auto 30px;
}
.pqrd__top.second {
  width: 235px;
}
.ppb__text {
  width: 620px;
  font-weight: 600;
  font-size: 19px;
  color: #b5c5ce;
  text-align: center;
  margin: 0 auto 52px;
}
.terms__wrapper {
  border-radius: 30px;
  background: #f2f9f8;
  padding-top: 180px;
  padding-bottom: 180px;
  margin-top: -20px;
}
.terms__title {
  font-weight: 700;
  font-size: 60px;
  text-align: center;
  text-transform: uppercase;
  color: #264f66;
  margin-bottom: 70px;
}
.terms__title.left {
  text-align: left;
  width: 700px;
  margin-top: 133px;
}
.terms__text {
  font-weight: 500;
  opacity: 0.75;
  color: #525666;
  font-size: 21px;
  line-height: 36px;
}
.terms__text--box__left,
.terms__text--box__right {
  width: 650px;
}
.terms__text--box {
  justify-content: space-between;
}
.terms__text--title {
  font-size: 21px;
  color: #264f66;
  margin: 70px auto 16px;
}
.terms {
  padding-top: 89px;
}
.header-content__top {
  margin-bottom: 82px;
}
.index .header-content__top {
  margin-bottom: 50px;
}
.index .header-content__text {
  margin-bottom: 117px;
}
.faq .header-content {
  width: 1140px;
  margin-left: auto;
  padding: 34px 65px;
  border-radius: 30px;
  background: #ffffff;
}
.faq .header-content__top {
  margin-bottom: 0;
}
.faq .header__logo {
  margin-top: 0;
}
.faq .header-top__box {
  align-items: center;
  display: flex;
}
.prices .header-content__title,
.contacts .header-content__title,
.blog .header-content__title,
.ques .header-content__title,
.header-content__title.sp {
  text-align: center;
  font-size: 68px;
  margin-bottom: 120px;
}
.prices {
  padding-top: 74px;
  position: relative;
}
.prices .header-back-images__astronaut,
.ques .header-back-images__astronaut,
.blog .header-back-images__astronaut,
.header-back-images__astronaut.sp {
  position: absolute;
  bottom: unset;
  left: 124px;
  z-index: 2;
  top: 94px;
}
.blog .container,
.ques .container,
.ques .container,
.free .container,
.terms .container {
  position: relative;
}
.prices .header-back-images__astronaut img,
.ques .header-back-images__astronaut img,
.header-back-images__astronaut.sp img,
.blog .header-back-images__astronaut img {
  width: 238px;
}
.header.faq {
  background: linear-gradient(
    90deg,
    rgb(176 220 225) 0%,
    rgb(181 232 221) 100%
  );
  position: relative;
}
.header.faq::after {
  content: "";
  background: url(../img/proxy-back.webp) no-repeat center center;
  background-size: cover;
  width: 1900px;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  position: absolute;
  top: 0;
}
.prices .container {
  position: relative;
}
.header.inside .header-content__text {
  margin-bottom: 0;
}
.header.inside .header-content {
  padding-bottom: 75px;
}
.header.inside .header-back-images__astronaut img {
  width: 400px;
}
.header.inside .header-back-images__back img {
  width: 686px;
}
.header.inside .header-back-images__astronaut {
  bottom: 85px;
  left: 200px;
}
.free__content {
  background: #ffffff;
  padding: 60px;
  border-radius: 30px;
  border: 3px solid #eaf5f3;
}
.prices .container-sm {
  width: 1370px;
}
body.active,
html.active {
  overflow: hidden;
}
.header-back--burger {
  position: fixed;
  width: 500%;
  height: 100%;
  left: 100%;
  top: 0;
  z-index: 14;
  background: transparent;
  visibility: hidden;
  transition: 250ms ease all;
  overflow: hidden;
}
.header-content__top.active .header-back--burger {
  visibility: visible;
  overflow: visible;
}
.header-content__top {
  z-index: 10;
}

.pulse-effect {
  animation: pulse 1s linear infinite;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 320px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  bottom: 100%;
  left: 50%;
  margin-left: -160px;
  margin-bottom: 15px;


  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* === END. === */
