/*///////////////////////////////////RESET///////////////////////////////////////*/
html {
  box-sizing: border-box;
}

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

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  font-size: inherit;
}

ul[class] {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
}
/*///////////////////////////////////GLOBAl////////////////////////////////////*/
html,
body {
	height: 100%;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #1d1d1b;
  overflow-x: hidden;
	min-width: 320px;
}
body._no-scroll {
  position: relative;
  overflow-y: hidden;
}
body._no-scroll:before {
	content: '';
	background: #000;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.7;
	z-index: 10;
}
.wrapper {
  overflow-x: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
.page {
	flex: 1 0 auto;
}
.footer {
	flex: 0 0 auto;
}
.container {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 50px;
}
.container2 {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 80px;
}
.title-1,
.title-2 {
  font-weight: 700;
  color: #034e7b;
}
.title-1 {
  font-size: 40px;
  line-height: 50px;
}
.title-2 {
  font-size: 36px;
  line-height: 46px;
}
.btn-1,
.btn-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  width: 200px;
  color: #fff;
  font-weight: 700;
  border-radius: 6px;
  transition: all .3s;
  border: none;
}
.btn-1 {
  background: linear-gradient(200deg, rgba(109,184,231,1) 25%, rgba(26,114,167,1) 100%);
  box-shadow: 0px 16px 27px 0px rgba(26, 114, 167, 0.46);
}
.btn-2 {
  background: linear-gradient(200deg, rgba(250,194,110,1) 25%, rgba(251,152,4,1) 100%);
  box-shadow: 0px 16px 27px 0px rgba(251, 152, 4, 0.46);
}
.btn-1:hover {
  box-shadow: 0px 16px 27px 0px rgba(26, 114, 167, 0.6);
}
.btn-2:hover {
  box-shadow: 0px 16px 27px 0px rgba(251, 152, 4, 0.6);
}
.modal-block.visually-hidden {
  display: none;
}
.modal-block {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(26, 114, 167, 0.2);
  padding: 50px 60px 60px;
  width: 430px;
}
.block-form__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #176fa4;
  margin: 0px 0px 40px 0px;
  text-align: center;
}
.item-input,
.item-textarea {
  margin: 0px 0px 18px 0px;
}
.item-input input, 
.input-phone input,
.item-textarea textarea {
  width: 100%;
  border: none;
  padding: 16px 20px;
  font-size: 14px;
  outline: none;
  color: inherit;
  border-radius: 6px;
  background-color: rgb(249, 253, 255);
  box-shadow: inset 0px 2px 2px 0px rgba(14, 56, 82, 0.2);
  font-weight: 500;
}
.item-input input::placeholder,
.input-phone input::placeholder,
.item-textarea textarea::placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  opacity: 1;
}
.item-textarea textarea {
  resize: none;
  min-height: 145px;
}
.btn-main {
  border: none;
  width: 100%;
  cursor: pointer;
}
.checkbox-wrap {
  width: 100%;
  margin: 0 auto;
  margin: 0px 0px 25px 0px;
}
.checkbox label input {
  position: absolute;
  z-index: -1;
  height: 1px !important;
  width: 1px !important;
  opacity: 0 !important;
  margin: 12px 2px 0 7px !important;
}
.checkbox label span {
  position: relative;
  font-size: 13px;
  line-height: 21px;
  text-align: left;
  padding: 0px 0px 0px 30px;
  display: block;
  cursor: pointer;
  color: #486171;
}
.checkbox label span:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #176fa4 !important;
  border-radius: 50%;
  transition: .2s;
}
.checkbox label span:after {
  content: '';
  position: absolute;
  top: 9px;
  left: 4px;
  width: 8px;
  height: 5px;
  background: url('../img/icons/checked.svg') center no-repeat;
  opacity: 0;
  transition: .2s;
} 
.checkbox label input:checked + span:after {
  opacity: 1;
}
.bl-hide {
  display: none;
}
.menu-toggle {
  flex: 0 0 auto;
  display: none;
  width: 30px;
  height: 37px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  transition: .25s ease-in-out;
}
.menu-toggle .hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
}
.menu-toggle .hamburger span {
  display: block;
  background: #000;
  border-radius: 3px;
  width: 30px;
  height: 2px;
  position: relative;
  top: 0;
  left: 0;
  margin: 8px 0;
  transition: .25s ease-in-out;
}
.breadcrumbs ol {
  padding: 0;
  display: flex;
  list-style: none;
  margin: 0px 0px 10px 0px;
}
.breadcrumbs a,
.breadcrumbs span,
.breadcrumbs ol li::before {
  font-size: 13px;
  line-height: 18px;
  color: inherit;
}
.breadcrumbs ol li {
  position: relative;
  margin: 0px 35px 0px 0px;
}
.breadcrumbs ol li::before {
  content: "/";
  position: absolute;
  right: -20px;
  top: 3px;
}
.breadcrumbs ol li:last-child::before {
  content: "";
}
#map {
  height: 645px;
  width: 100%;
}
[class$='-copyrights-pane'] {
  display: none;
}
.text-map {
  font-weight: 300;
  font-size: 13px;
  line-height: 27px;
  max-width: 240px;
  padding: 0 5px;
}
.text-map span {
  font-weight: 600;
}
.top-btn {
  display: none;	
  position: relative;
  filter: alpha(opacity=50);
  position: fixed;
  right: 20px;
  bottom: 70px;
  z-index: 9;			
  transition: all .3s;
  background: #fb9a09;
  border: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 0;
  z-index: 10;
  transition: all .3s;
  box-shadow: 0px 5px 10px rgb(0, 0, 0, 0.3);
}
.top-btn:hover {
  box-shadow: 0px 5px 10px rgb(0, 0, 0, 0.5);
}
.top-btn::before,
.top-btn::after {
  content:"";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #fff;
}
.top-btn::before {
  left: 11px;
  transform: rotate(-45deg);
}
.top-btn::after {
  right: 11px;
  transform: rotate(45deg);
}
.top-btn._disabled {
  display: none !important;
}
.pager {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page-numbers {
  font-weight: 700;
  width: 37px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #176fa4;
  border-radius: 50%;
  margin: 0 5px;
  transition: all .3s;
}
.prev.page-numbers,
.next.page-numbers {
  height: 12px;
  width: 8px;
  margin: 0 10px;
}
.page-numbers.disabled {
  opacity: 0.5;
}
.current,
.page-numbers:hover {
  background: linear-gradient(180deg, rgba(250,192,104,1) 0%, rgba(251,154,9,1) 100%);
  box-shadow: 0px 16px 27px 0px rgba(251, 152, 4, 0.46);
  color: #fff;
}
.page-numbers.dots:hover,
.prev.page-numbers:hover,
.next.page-numbers:hover {
  background: none;
  box-shadow: none;
}
.page-numbers.dots {
  position: relative;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #0076b0;
  margin: 12px 30px 0px;
}
.page-numbers.dots::after,
.page-numbers.dots::before {
  content:"";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #0076b0;  
  border-radius: 50%;
}
.page-numbers.dots::after {
  left: 6px;
}
.page-numbers.dots::before {
  right: 6px;
}
.page-numbers:hover {
  background-color: transparent;
}
article img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}
article img.alignleft {
  max-width: 50%;
  float: left;
  margin: 0 20px 20px 0;
}
article img.alignright {
  max-width: 50%;
  float: right;
  margin: 50px 0 20px 80px;
}
article img.aligncenter {
  margin: 0 auto;
}
/*///////////////////////////////////DEMO-DELETE//////////////////////////////////*/
.page .content {
  padding: 150px 0 100px;
}
.page .content li {
  padding: 10px 0;
}
.page .content li a {
  font-size: 24px;
  color: #2a579c;
}
/*
.menu-toggle .hamburger span:nth-child(1) {
  margin: 4px 0px 5px 0px;
  transition-delay: .5s;
}
.menu-toggle .hamburger span:nth-child(2) {
  transition-delay: .625s;
}
.menu-toggle .hamburger span:nth-child(3) {
  transition-delay: .75s;
  margin: 0px 0px 4px 0px;
}
.menu-toggle .cross span {
  background: #000;
  transition: .25s ease-in-out;
}
.menu-toggle .cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
}
.menu-toggle .cross span:nth-child(1) {
  height: 0%;
  width: 2px;
  position: absolute;
  top: -1px;
  left: 14px;
  transition-delay: 0s;
}
.menu-toggle .cross span:nth-child(2) {
  width: 0%;
  height: 2px;
  position: absolute;
  right: -1px;
  top: 14px;
  transition-delay: .25s;
}
.menu-toggle.open .hamburger span {
  width: 0%;
}
.menu-toggle.open .hamburger span:nth-child(1) {
  transition-delay: 0s;
}
.menu-toggle.open .hamburger span:nth-child(2) {
  transition-delay: .125s;
}
.menu-toggle.open .hamburger span:nth-child(3) {
  transition-delay: .25s;
}
.menu-toggle.open .cross span:nth-child(1) {
  height: 32px;
  transition-delay: .625s;
}
.menu-toggle.open .cross span:nth-child(2) {
  width: 32px;
  transition-delay: .375s;
}
*/
/*///////////////////////////////////FONTS///////////////////////////////////////*/
/*Light 300*/
/*Regular, Normal 400*/
/*Medium 500*/
/*Bold 700*/
/*Black 900*/

/*
@font-face {
  font-family: 'MullerLight';
  src: url('../fonts/MullerLight.woff2') format('woff2'),
       url('../fonts/MullerLight.woff') format('woff');
  font-weight: 300; 
  font-style: normal;
  font-display: swap;
}
*/
/*///////////////////////////////////FONTS///////////////////////////////////////*/

/*///////////////////////////////////header///////////////////////////////////////*/
.header {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 7px 10px 0px rgba(18, 107, 161, 0.25);
  z-index: 11;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 87px;
}
.header__column:first-child {
  flex: 0 0 480px;
  margin: 0px 30px 0px 0px;
}
.header__column:nth-child(2) {
  flex: 0 0 285px;
  margin: 0px 30px 0px 0px;
}
.header__column:nth-child(3) {
  flex: 0 1 630px;
  margin: 0px 30px 0px 0px;
}
.header__column:nth-child(4) {
  flex: 0 0 235px;
}
.header__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__btn-close {
  display: none;
}
.logo {
  width: 190px;
}
.header__text {
  width: 270px;
  font-size: 13px;
  line-height: 18px;
  margin: 0px 0px 0px 20px;
}
.toggle-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 315px;
  height: 44px;
  border-radius: 8px;
  background-color: rgb(5, 122, 192);
  box-shadow: 0px 7px 10px 0px rgba(26, 114, 167, 0.2);
}
._business,
._home {
  background-color: transparent;
  color: #fff;
  font-weight: 500;
  border: none;
  padding: 12px 20px;
}
.toggle-header__switch-btn {
  position: relative;
  background-color: rgb(255, 255, 255);
  right: 0;
  box-shadow: inset 0px 2px 1px 0px rgba(14, 56, 82, 0.52);
  /* width: 40px;
  height: 20px; */
  border-radius: 30px;
  cursor: pointer;
}
/* .toggle-header__switch-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgb(251, 152, 4);
  box-shadow: 0px 3px 3px 0px rgba(19, 70, 100, 0.65);
  width: 20px;
  height: 20px;
  transition: all .3s;
}
.toggle-header__switch-btn.switch-on::before {
  left: auto;
  right: 0;
} */
.header__menu {
  display: flex;
  justify-content: space-between;
}
.header__menu li a {
  position: relative;
  font-weight: 500;
  color: inherit;
  transition: all .3s;
}
.header__menu li a:hover {
  color: #f48e09;
}
.header__menu li a::after {
  content: "";
  display: block;
  background-color: #f48e09;
  height: 1px;
  width: 0%;
  left: 50%;
  position: absolute;
  -webkit-transition: width .3s ease-in-out;
  -moz--transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header__menu li a:hover::after {
  width: 100%;
}
.header__phone {
  color: inherit;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}
.header__phone span {
  font-weight: 700;
}
.social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 60px;
}
.social__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: rgb(247, 247, 245);
}
.social__item:hover img {
  transform: rotate(360deg)
}
.social__item._telegram:hover img {
  transform: translateX(-1px) rotate(360deg);
}
.social__item._whatsapp img {
  width: 14px;
  height: 14px;
  transition: all .5s;
}
.social__item._telegram img {
  width: 12px;
  height: 11px;
  transform: translateX(-1px);
  transition: all .5s;
}
/*///////////////////////////////////main///////////////////////////////////////*/
.page {
}
.page__main {
 padding: 200px 0 270px;
}
.main-page {
  background: url('../img/main-bg.jpg') 0 0 no-repeat;
  background-size: cover;
}
.main-page .container {
  position: relative;
}
.main-page__title {
  max-width: 760px;
  margin: 0px 0px 60px 0px;
}
.main-page__inner {
  max-width: 790px;
}
.main-page__list {
  display: flex;
  justify-content: space-between;
  margin: 0px 0px 90px 0px;
}
.main-page__list li span {
  display: block;
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
  margin: 0px 0px 15px 0px;
  color: #176fa4;
  white-space: nowrap;
}
.main-page__list li {
  font-weight: 500;
  max-width: 240px;
  margin: 0px 30px 0px 0px;
}
.main-page__buttons {
  display: flex;
}
.main-page__btn {
}
.main-page__btn._business {
  margin: 0px 30px 0px 0px;
}
.main-page__img {
  position: absolute;
  top: 0;
  right: 0;
}
.main-page__img img {
  object-fit: contain;
}
._home {
}
/*///////////////////////////////////features///////////////////////////////////////*/
.page__features {
  padding: 30px 0 0px;
}
.features-page {
  background: url('../img/feauteres-bg.jpg') 0 0 no-repeat;
  background-size: cover;
}
.features-page__title {
  max-width: 1200px;
  margin: 0px 0px 85px 0px;
}
.features-page__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.features-page__item {
  position: relative;
  max-width: 430px;
  margin: 0px 30px 95px 0px;
  padding: 65px 45px 35px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.8);
}
.features-page__item:nth-child(3n) {
  margin: 0px 0px 95px 0px;
}
.features-page__item-img {
  position: absolute;
  top: -45px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 7px 10px 0px rgba(26, 114, 167, 0.2);
  left: 32px;
}
.features-page__item-img img {
  object-fit: contain;
}
.features-page__item-title {
  color: #176fa4;
  font-size: 24px;
  font-weight: 700;
  margin: 0px 0px 25px 0px;
}
.features-page__item-text {
  font-weight: 500;
}
/*///////////////////////////////////system///////////////////////////////////////*/
.page__system {
  padding: 55px 0 65px;
}
.system-page {
  background: url('../img/system-bg.jpg') 0 0 no-repeat;
  background-size: cover;
}
.system-page__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.system-page__title {
  margin: 0px 0px 30px 0px;
}
.system-page__items {
  flex: 0 1 785px;
  margin: -50px 0px 0px 0px;
}
.system-page__item {
  margin: 0px 0px 25px 0px;
}
.system-page__item-title {
  position: relative;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  padding: 15px 30px;
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(133,200,240,1) 0%, rgba(148,209,246,1) 100%);
  cursor: pointer; 
}
.system-page__item-title::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url('../img/arrow-down.png') center center no-repeat;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #a5d8f6;
  transition: all .3s;
}
.system-page__item-text {
  display: none;
  background-color: #fff;
  padding: 30px;
  font-weight: 500;
  box-shadow: 0px 20px 26px -29px rgba(146, 149, 158, 0.7);
}
.system-page__item._active .system-page__item-text {
  display: block;
}
.system-page__item.enable .system-page__item-title::before {
  transform: translateY(-50%) rotate(180deg);
}
.system-page__container {
  position: relative;
}
.system-page__container img {
  object-fit: contain;
  width: 100%;
}
.system-page__list {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.system-page__list-item {
  position: absolute;
  transform: translate(-50%, -100%);
}
.system-page__list-item_1 {
  right: 44%;
  bottom: 22%;
}
.system-page__list-item_2 {
  right: 26%;
  bottom: 16%;
}
.system-page__list-item_3 {
  right: 8%;
  bottom: 11%;
}
.system-page__list-item_4 {
  z-index: 2;
  right: 30%;
  top: 22%;
}
.system-page__list-item_5 {
  right: 20%;
  top: 10%;
}
.system-page__list-item_6 {
  left: 20%;
  bottom: 35%;
}
.pin-item__info {
  position: absolute;
  bottom: 75px;
  left: -15px;
  width: 215px;
  border-radius: 6px;
  background-color: #fff;
  padding: 15px 20px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 7px 10px 0px rgba(26, 114, 167, 0.2);
  transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition-delay: 0s;
  transform: scaleY(0);
  transform-origin: 100% 100%;
  z-index: 0;
}
.pin-item__info::before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 40px;
  bottom: -24px;
  margin-left: -4px;
  transform: translateY(-50%);
  transform-origin: center;
  opacity: 1;
  border: 8px solid transparent;
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 8px;
  border-top: 8px solid #fff;
  transition: all .3s;
}
.pin-item__title {
  font-size: 16px;
  font-weight: 600;
}
.pin {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(220deg, rgba(250,191,103,1) 50%, rgba(251,153,6,1) 100%); 
  box-shadow: 0px 16px 27px 0px rgba(251, 152, 4, 0.46);
  cursor: pointer;
}
.pin__num {
  font-weight: 700;
  font-size: 30px;
  line-height: 28px;
  color: #fff;
}
.pin-item:hover .pin-item__info {
  max-width: 9999px;
  transition-delay: .3s;
  transform: scaleX(1);
  opacity: 1;
  visibility: visible;
}
/*///////////////////////////////////advantages///////////////////////////////////////*/
.page__advantages {
  padding: 55px 0 30px;
}
.advantages-page {
  background: url('../img/advantages-bg.jpg') 0 0 no-repeat;
  background-size: cover;
}
.advantages-page__title {
  margin: 0px 0px 35px 0px;
}
.advantages-page__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.advantages-page__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 55px 100px;
  margin: 0px 100px 0px 0px;
}
.advantages-page__item._application {
  grid-column: span 1;
  grid-row: span 2;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.502);
  padding: 40px 45px;
}
.advantages-page__item:nth-child(2),
.advantages-page__item:nth-child(3) {
  margin: 40px 0px 0px 0px;
}
.advantages-page__item:nth-child(4),
.advantages-page__item:nth-child(5) {
  margin: 10px 0px 0px 0px;
}
.advantages-page__item-number {
  position: relative;
  font-weight: 500;
  font-size: 72px;
  line-height: 72px;
  background-image: linear-gradient(185deg, rgba(109,184,231,1) 21%, rgba(247,251,255,0.1) 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all .2s;
}
.advantages-page__item-wrapper {
  display: flex;
  align-items: center;
  margin: 0px 0px 30px 0px;
}
.advantages-page__item-check {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(185deg, rgba(107,182,229,1) 0%, rgba(28,115,168,1) 100%);
  box-shadow: 0px 16px 27px 0px rgba(26, 114, 167, 0.46);
  margin: 0px 35px 0px 0px;
}
.advantages-page__item-subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  margin: 0px 0px 10px 0px;
}
.advantages-page__item-subtitle b {
  font-weight: 600;
}
.advantages-page__item-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.advantages-page__item-phone {
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: inherit;
  margin: 0px 0px 20px 0px;
}
.advantages-page .social {
  margin: 0 auto 30px auto;
  width: 87px;
}
.advantages-page .social__item {
  width: 37px;
  height: 37px;
  background-color: #fff;
}
.advantages-page ._whatsapp img {
  width: 21px;
  height: 21px;
}
.advantages-page ._telegram img {
  width: 18px;
  height: 16px;
}
.advantages-page__item-btn {
  margin: 25px auto 0 auto;
}
.advantages-page__banner {
  flex: 0 0 auto;
  margin: 0px -50px 0px 0px;
}
/*///////////////////////////////////tariffs///////////////////////////////////////*/
.page__tariffs {
  padding: 100px 0 45px;
}
.tariffs-page {
  background: url('../img/tariffs-bg.jpg') 0 0 no-repeat;
  background-size: cover;
}
.tariffs-page__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.tariffs-page__column:first-child {
  flex: 0 0 480px;
  margin: 0px 290px 0px 0px;
}
.tariffs-page__column:last-child {
  flex: 0 1 830px;
}
.tariffs-page__title {
  margin: 0px 0px 25px 0px;
}
.tariffs-page__subtitle {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #176fa4;
  margin: 0px 0px 65px 0px;
}
.tariffs-page__img {
  position: absolute;
  bottom: -45px;
  left: 43%;
  transform: translateX(-50%);
}
.tariffs-page__img-info {
  position: absolute;
  left: -145px;
  bottom: 45px;
  width: 260px;
  height: 75px;
  text-align: center;
  padding: 5px;
}
.tariffs-page__img-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(33,162,237,1) 0%, rgba(26,115,169,1) 100%);
  transform: skewX(-10deg);
  border-radius: 6px;
}
.tariffs-page__name,
.tariffs-page__position {
  display: block;
  position: relative;
  z-index: 2;
  color: #fff;
}
.tariffs-page__name {
  font-size: 25px;
  line-height: 36px;
  font-weight: 600;
}
.tariffs-page__position {
  font-size: 16px;
  line-height: 24px;
}
.tariffs-page__text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  background-color: #fff;
  padding: 30px 70px 30px 30px;
  border-radius: 6px;
  box-shadow: 0px 15px 20px 0px rgba(230, 244, 253, 0.66);
}
.tariffs-page__form .modal-block {
  padding: 55px 110px 65px;
  border-radius: 10px;
  background: transparent;
  box-shadow: 0px 0px 10px 0px rgba(26, 114, 167, 0.2);
  width: 100%;
}
.tariffs-page__form .item-input {
  margin: 0px 0px 25px 0px;
}
.form-page__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tariffs-page__form .item-input,
.tariffs-page__form .btn-main {
  width: 48%;
}
.tariffs-page__form .checkbox-wrap {
  margin: 25px auto 0px auto;
  width: 350px;
}
/*///////////////////////////////////footer///////////////////////////////////////*/
.footer {
  background-color: #eef8fe;
}
.top-footer {
  padding: 25px 0px 40px;
  border-bottom: 1px solid #c6ced3;
}
.top-footer .logo {
  display: block;
  width: 190px;
}
.top-footer__inner {
  display: flex;
}
.top-footer__column:first-child {
  flex: 0 0 480px;
  margin: 0px 160px 0px 0px;
}
.top-footer__column:nth-child(2) {
  flex: 0 1 490px;
  margin: 0px 50px 0px 0px;
}
.top-footer__column:nth-child(3) {
  flex: 0 1 275px;
  margin: 0px 50px 0px 0px;
}
.top-footer__column:last-child {
  text-align: right;
}
.top-footer__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__text {
  width: 270px;
  font-size: 13px;
  line-height: 18px;
  margin: 0px 0px 0px 20px;
}
.top-footer__list {
  white-space: nowrap;
}
.top-footer__list li {
  margin: 0px 0px 20px 0px;
}
.top-footer__list li:last-child {
  margin: 0px 0px 0px 0px;
}
.top-footer__list li a {
  position: relative;
  font-weight: 500;
  color: inherit;
  transition: all .3s;
}
.top-footer__list li a:hover {
  color: #f48e09;
}
.top-footer__list li a::after {
  content: "";
  display: block;
  background-color: #f48e09;
  height: 1px;
  width: 0%;
  left: 50%;
  position: absolute;
  -webkit-transition: width .3s ease-in-out;
  -moz--transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.top-footer__list li a:hover::after { 
  width: 100%;
}
.top-footer__address {
  font-weight: 500;
  margin: 0px 0px 25px 0px;
  white-space: nowrap;
}
.top-footer__phone {
  display: block;
  color: inherit;
  font-size: 18px;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
}
.top-footer__phone span {
  font-weight: 700;
}
.top-footer .social {
  width: 70px;
  margin: 0px 0px 0px auto;
}
.top-footer .social__item {
  width: 29px;
  height: 29px;
  background-color: #fff;
}
.footer__bottom {
  padding: 20px 0;
}
.footer__bottom-inner {
  display: flex;
}
.footer__bottom-confidentiality,
.footer__bottom-copyright,
.footer__bottom-development {
  font-size: 13px;
  color: #000000;
}
.footer__bottom-confidentiality {
  margin: 0px 70px 0px 0px;
}
.footer__bottom-copyright {
  margin: 0px 100px 0px 0px;
}
.footer__bottom-development {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.footer__bottom-development img {
  margin: 0px 0px 0px 10px;
  width: 70px;
}
/*///////////////////////////////////contacts///////////////////////////////////////*/
.page__contacts {
  padding: 130px 0 70px;
}
.contacts-page {
  background: url('../img/contacts-bg.jpg') 0 0 no-repeat;
}
.contacts-page__title {
  margin: 0px 0px 55px 0px;
}
.contacts-page__inner {
  display: flex;
  justify-content: space-between;
 }
.contacts-page__map {
  position: relative;
  flex: 0 1 1095px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0px 30px 0px 0px;
}
.contacts-page__box {
  position: absolute;
  top: 70px;
  left: 70px;
  z-index: 1;
  width: 330px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.851);
  padding: 50px 65px;
}
.contacts-page__phone {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  margin: 0px 0px 25px 0px;
}
.contacts-page__phone-number {
  display: block;
  margin: 5px 0px 0px 0px;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: inherit;
}
.contacts-page .social {
  margin: 0 auto 30px auto;
  width: 70px;
}
.contacts-page .social__item {
  background: transparent;
}
.contacts-page .social__item._whatsapp img {
  width: 21px;
  height: 21px;
}
.contacts-page .social__item._telegram img {
  width: 18px;
  height: 16px;
}
.contacts-page__instagram {
  margin: 0px 0px 30px 0px;
}
.contacts-page__instagram span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}
.contacts-page__instagram-name {
  display: block;
  color: inherit;
  width: 100px;
  margin: 10px auto 15px auto;
}
.contacts-page__instagram-name:hover b {
  border-bottom: 1px solid transparent;
}
.contacts-page__instagram-name span {
  display: block;
  font-size: 24px;
  line-height: 32px;
}
.contacts-page__instagram-name b {
  font-weight: 600;
  line-height: 30px;
  border-bottom: 1px solid #1d1d1b;
  transition: all .3s;
}
.contacts-page__instagram-link {
  margin: 0 auto;
  display: block;
  width: 20px;
}
.contacts-page__instagram-link:hover img {
  transform: rotate(360deg);
}
.contacts-page__instagram-link img {
  width: 20px;
  height: 20px;
  transition: all 1s;
}
.contacts-page__address {
  font-weight: 500;
  margin: 0px 0px 30px 0px;
}
.contacts-page__btn {
  cursor: pointer;
  border: none;
  font-size: 16px;
}
/*///////////////////////////////////reviews///////////////////////////////////////*/
.page__reviews {
  padding: 130px 0 50px;
}
.reviews-page {
  background: url('../img/reviews-bg.jpg') 0 0 no-repeat;
  background-size: cover;
}
.reviews-page__title {
  margin: 0px 0px 100px 0px;
  position: relative;
}
.reviews-page__inner {
  display: flex;
  flex-wrap: wrap;
}
.reviews-page__item {
  position: relative;
  border-radius: 6px;
  width: calc((100% - 320px) / 3);
  margin: 0px 160px 95px 0px;
  padding: 60px 50px 50px;
}
.reviews-page__item:nth-child(3n) {
  margin: 0px 0px 95px 0px;  
}
.reviews-page__item:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.8);
}
.reviews-page__item:nth-child(even) {
  background-color: rgba(133, 200, 240, 0.8);
}
.reviews-page__item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  box-shadow: 0px 7px 10px 0px rgba(26, 114, 167, 0.2);
  position: absolute;
  top: -45px;
  left: 30px;
}
.reviews-page__item:nth-child(odd) .reviews-page__item-img {
  background-color: rgb(255, 255, 255);
}
.reviews-page__item:nth-child(even) .reviews-page__item-img {
  background-color: rgb(5, 122, 192);
}
.reviews-page__item-name img {
  object-fit: contain;
}
.reviews-page__item-name {
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
  color: #176fa4;
  margin: 0px 0px 25px 0px;
}
.reviews-page__item-video {
  position: relative;
  display: block;
  height: 200px;
  overflow: hidden;
  border-radius: 8px;
  margin: 0px 0px 25px 0px;
}
.reviews-page__item-video::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 59px;
  height: 59px;
  background: url('../img/play.png') 0 0 no-repeat;
  cursor: pointer;
  box-shadow: 0px 16px 27px 0px rgba(251, 152, 4, 0.46);
  border-radius: 50%;
}
.reviews-page__item-video img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.reviews-page__item article p {
  font-weight: 500;
  margin: 0px 0px 25px 0px;
}
.reviews-page__item article p:last-child {
  margin: 0px 0px 0px 0px;
}
.reviews-page__item-more {
  display: block;
  color: #176fa4;
  margin: 25px 0px 0px 0px;
}
.reviews-page__item-more span {
  display: inline-block;
  border-bottom: 1px dashed #176fa4;
  transition: all .3s;
}
.reviews-page__item-more:hover span {
  border-bottom: 1px dashed transparent;
}
/*///////////////////////////////////news///////////////////////////////////////*/
.page__news {
  padding: 125px 0 70px;
}
.news-page {
  background: url('../img/news-bg.jpg') 0 0 no-repeat;
  background-size: cover;
}
.news-page__title {
  margin: 0px 0px 50px 0px;
}
.news-page__items {
  display: flex;
  flex-wrap: wrap;
}
.news-page__item {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.8);
  width: calc((100% - 100px) / 3);
  margin: 0px 50px 50px 0px;
}
.news-page__item:nth-child(3n) {
  margin: 0px 0px 50px 0px;
}
.news-page__item-img {
  display: block;
  height: 285px;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}
.news-page__item-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 1s;
  border-radius: 6px 6px 0 0;
}
.news-page__item-img:hover img {
  transform: scale(1.1);
}
.news-page__item-box {
  padding: 40px 45px 55px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0 auto;
}
.news-page__item-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.news-page__item-time {
  font-size: 13px;
  color: #486171;
  margin: 0px 0px 15px 0px;
}
.news-page__item-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #176fa4;
  margin: 0px 0px 30px 0px;
}
.news-page__item-text {
  font-weight: 500;
  margin: 0px 0px 30px 0px;
}
.news-page__item-link {
  font-size: 16px;
  line-height: 24px;
  color: #176fa4;
}
.news-page__item-link span {
  display: inline-block;
  border-bottom: 1px solid #176fa4;
  transition: all .3s;
}
.news-page__item-link:hover span {
  border-bottom: 1px solid transparent;
}
/*///////////////////////////////////article///////////////////////////////////////*/
.page__article {
  padding: 125px 0 80px;
}
.article-page {
  background: url('../img/news-bg.jpg') 0 0 no-repeat;
  background-size: cover;
}
.article-page__inner {
  display: flex;
  justify-content: space-between;
}
.article-page__container {
  flex: 0 1 1015px;
  margin: 0px 50px 0px 0px;
}
.article-page__title {
  margin: 0px 0px 15px 0px;
}
.article-page__time {
  display: block;
  font-size: 13px;
  color: #486171;
  margin: 0px 0px 25px 0px;
}
.article-page__sidebar {
  flex: 0 0 495px;
}
.article-wrapper {
  padding: 45px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}
.article-page article p {
  margin: 0px 0px 25px 0px;
  font-weight: 500;
}
.article-page article h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #176fa4;
  padding: 20px 0;
}
.article-page article ul,
.article-page article ol {
  padding: 0px 0px 0px 10px;
  list-style: none;
}
.article-page article ul li,
.article-page article ol li {
  position: relative;
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 25px 0px;
  font-weight: 500;
}
.article-page article ol {
  counter-reset: myCounter;
}
.article-page article ol li::before {
  position: absolute;
  counter-increment: myCounter;
  content: counter(myCounter) ".";
  color: #4E5657;
  top: 0;
  left: -10px;
  border: 0;
}
.article-page article ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -8px;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  background-color: #1d1d1b;
}
.article-page__sidebar-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0px 25px 0px;
}
.article-page__sidebar-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #176fa4;
  margin: 0px 30px 0px 0px;
}
.article-page__sidebar-btn {
  font-size: 16px;
}
.article-page__item {
  border-radius: 6px;
  padding: 45px;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0px 0px 45px 0px;
}
.article-page__item-time {
  display: block;
  font-size: 13px;
  color: #486171;
  margin: 0px 0px 10px 0px;
}
.article-page__item-title {
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #176fa4;
  margin: 0px 0px 30px 0px;
}
.article-page__item-text {
  font-weight: 500;
  margin: 0px 0px 30px 0px;
}
.article-page__item-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #176fa4;
}
.article-page__item-link span {
  display: inline-block;
  border-bottom: 1px solid #176fa4;
  transition: all .3s;
}
.article-page__item-link:hover span {
  border-bottom: 1px solid transparent;
}
/*///////////////////////////////////adaptive///////////////////////////////////////*/
@media(max-width: 1850px) {
  .header__column:nth-child(2) {
    flex: 0 0 auto;
  }
  .header__phone {
    margin: 0px 20px 0px 0px;
  }
  .header .social {
    margin: 0px 30px 0px 0px;
  }
  .toggle-header {
    width: 300px;
  }
  ._business, 
  ._home {
    text-align: center;
    padding: 12px 10px;
    max-width: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .menu-toggle {
    display: block;
  }
  .header__navigation._active {
    transform: translateX(0);
  }
  .header__navigation {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 380px;
    height: 100%;
    background-color: #fff;
    padding: 87px 0px 20px 0px;
    transform: translateX(500px);
    transition: all 0.3s;
    box-shadow: 0px 7px 10px 0px rgba(18, 107, 161, 0.5);
  }
  .header__menu {
    display: block;
    padding: 80px 0px 20px 0px;
  }
  .header__menu li {
    border-bottom: 1px solid #000;
  }
  .header__menu li:last-child {
    border-bottom: 0;
  }
  .header__menu li a {
    display: block;
    padding: 15px 30px 15px 60px;
    font-size: 16px;
    transition: all .3s;
  }
  .header__menu li a:hover {
    color: #fff;
    background-color: rgb(5, 122, 192);
  }
  .header__menu li a::after {
    display: none;
  }
  .header__btn-close {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 46px;
    height: 46px;
    padding: 10px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    transition: all .3s;
    border-radius: 50%;
  }
  .header__btn-close:hover {
    background-color: rgb(5, 122, 192);
  }
  .header__btn-close:hover span::before, 
  .header__btn-close:hover span::after {
    background-color: #fff;
  }
  .header__btn-close span {
    transition: all 0.5s;
  }
  .header__btn-close span::before,
  .header__btn-close span::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: #000;
    transition: all .3s;
  }
  .header__btn-close span::after {
    transform: rotate(135deg);
  }
  .header__btn-close span::before {
    transform: rotate(-135deg);
  }
  .header__btn-close span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media(max-width: 1600px) {
  .page__main {
    padding: 200px 0 230px;
  }
  .main-page__img img {
    width: 800px;
  }
  .tariffs-page__img {
    left: 45%;
    width: 465px;
  }
  .tariffs-page__form .modal-block {
    padding: 55px 65px 65px;
  }
}
@media(max-width: 1500px) {
  .page__main {
    padding: 180px 0 150px;
  }
  .title-1 {
    font-size: 36px;
    line-height: 46px;
  }
  .title-2 {
    font-size: 34px;
    line-height: 44px;
  }
  .main-page__title {
    margin: 0px 0px 50px 0px;
  }
  .main-page__list {
    margin: 0px 0px 70px 0px;
  }
  .main-page__inner {
    max-width: 680px;
  }
  .main-page__list li {
    position: relative;
    z-index: 2;
    max-width: 200px;
  }
  .features-page__item {
    max-width: none;
    width: calc((100% - 40px) / 3);
    margin: 0px 20px 50px 0px;
  }
  .features-page__item:nth-child(3n) {
    margin: 0px 0px 50px 0px;
  }
  .advantages-page__item-text {
    font-size: 14px;
  }
  .advantages-page__items {
    grid-gap: 14px 55px;
    margin: 0px 55px 0px 0px;
  }
  .tariffs-page__img {
    left: 45%;
    width: 400px;
  }
  .tariffs-page__form .modal-block {
    padding: 40px 65px 65px;
  }
  .block-form__title {
    font-size: 22px;
    line-height: 28px;
  }
  .tariffs-page__form .modal-block {
    padding: 30px 30px 45px;
  }
  .reviews-page__item {
    width: calc((100% - 100px) / 3);
    margin: 0px 50px 60px 0px;
    padding: 50px 35px;
  }
  .reviews-page__item:nth-child(3n) {
    margin: 0px 0px 60px 0px;
  }
  .reviews-page__title {
    margin: 0px 0px 80px 0px;
  }
  .news-page__title {
    margin: 0px 0px 30px 0px;
  }
  .news-page__item-box {
    padding: 30px 35px 45px;
  }
  .news-page__item-title {
    font-size: 20px;
    line-height: 26px;
    margin: 0px 0px 15px 0px;
  }
  .news-page__item-text {
    margin: 0px 0px 15px 0px;
  }
  .news-page__item-link {
    font-size: 14px;
  }
}
@media(max-width: 1400px) {
  .top-footer__column:first-child {
    margin: 0px 90px 0px 0px;
  }
  .main-page__img img {
    width: 735px;
  }
  .features-page__title {
    margin: 0px 0px 65px 0px;
  }
  .features-page__item {
    padding: 55px 30px 30px;
  }
  .features-page__item-title {
    margin: 0px 0px 15px 0px;
  }
  .page__system {
    padding: 40px 0 40px;
  }
  .advantages-page__items {
    grid-gap: 15px 35px;
    margin: 0px 35px 0px 0px;
  }
  .header__inner {
    height: 75px;
  }
  .page__advantages {
    padding: 40px 0 30px;
  }
  .tariffs-page__img {
    left: 46%;
    width: 400px;
  }
  .tariffs-page__column:first-child {
    margin: 0px 215px 0px 0px;
  }
  .tariffs-page__subtitle {
    margin: 0px 0px 25px 0px;
  }
  .tariffs-page__title {
    margin: 0px 0px 20px 0px;
  }
  .tariffs-page__subtitle {
    font-size: 20px;
    line-height: 30px;
  }
  .page__tariffs {
    padding: 40px 0 40px;
  }
  .contacts-page__title {
    margin: 0px 0px 30px 0px;
  }
  .contacts-page__box {
    top: 50px;
    left: 20px;
  }
  #map {
    height: 580px;
  }
  .item-textarea textarea {
    resize: none;
    min-height: 85px;
  }
  .page__contacts {
    padding: 130px 0 40px;
  }
  .reviews-page__item-name {
    font-size: 22px;
    line-height: 28px;
    margin: 0px 0px 15px 0px;
  }
  .reviews-page__item-img {
    top: -35px;
    width: 74px;
    height: 74px;
  }
  .news-page__item-title {
    font-size: 18px;
    line-height: 24px;
  }
  .news-page__item-box {
    padding: 25px 30px 30px;
  }
  .news-page__item-time,
  .news-page__item-title,
  .news-page__item-text {
    margin: 0px 0px 10px 0px;
  }
  .page__news {
    padding: 125px 0 40px;
  }
  .news-page__item-img {
    height: 16vw;
  }
  .article-wrapper {
    padding: 25px;
  }
  .article-page article p,
  .article-page article ul li, 
  .article-page article ol li {
    margin: 0px 0px 15px 0px;
  }
  .article-page article h3 {
    padding: 10px 0;
  }
  .article-page__item {
    padding: 25px;
    margin: 0px 0px 25px 0px;
  }
  .article-page__item-title {
    font-size: 22px;
    margin: 0px 0px 15px 0px;
  }
  .article-page__item-text {
    margin: 0px 0px 15px 0px;
  }
  .article-page__item-link {
    font-size: 14px;
  }
}
@media(max-width: 1350px) {
  .tariffs-page__img {
    left: 44%;
    width: 350px;
  }
  .tariffs-page__column:first-child {
    margin: 0px 170px 0px 0px;
  }
}
@media(max-width: 1300px) {
  .title-1,
  .title-2 {
    font-size: 30px;
    line-height: 40px;
  }
  .top-footer__column:first-child {
    margin: 0px 50px 0px 0px;
  }
  .main-page__img img {
    width: 735px;
  }
  .main-page__img img {
    width: 600px;
  }
  .main-page__title {
    margin: 0px 0px 40px 0px;
  }
  .main-page__list {
    margin: 0px 0px 60px 0px;
  }
  .main-page__inner {
    max-width: 570px;
  }
  .system-page__item-text {
    padding: 20px;
  }
  .system-page__item-title {
    font-size: 16px;
    padding: 10px 25px;
  }
  .system-page__item-title::before {
    width: 30px;
    height: 30px;
  }
  .pin {
    width: 48px;
    height: 48px;
  }
  .pin__num {
    font-size: 24px;
  }
  .pin-item__title {
    font-size: 14px;
    line-height: 21px;
  }
  .pin-item__info {
    padding: 10px 15px;
    bottom: 65px;
  }
  .tariffs-page__img {
    left: 44%;
    width: 350px;
  }
  .tariffs-page__column:first-child {
    margin: 0px 140px 0px 0px;
  }
  .tariffs-page__text {
    font-size: 14px;
    line-height: 22px;
    padding: 20px 70px 20px 20px;
  }
}
@media(max-width: 1270px) {
  .header__text {
    display: none;
  }
  .header__column:first-child {
    flex: 0 0 auto;
  }
  .container,
  .container2 {
    padding: 0 15px;
  }
  .header__inner {
    height: 65px;
  }
  .page__main {
    padding: 180px 0 150px;
  }
  .page__main {
    padding: 100px 0 40px;
  }
  .page__news {
    padding: 100px 0 40px;
  }
}
@media(max-width: 1200px) {
  .top-footer__inner {
    justify-content: space-around;
  }
  .top-footer__column:first-child,
  .top-footer__column:nth-child(2),
  .top-footer__column:nth-child(3),
  .top-footer__column:last-child {
    flex: 0 1 490px;
  }
  .top-footer__column:last-child {
    text-align: left;
    margin: 0px 50px 0px 0px;
  }
  .top-footer .social {
    width: 70px;
    margin: 0px auto 0px 0px;
  }
  .top-footer__phone {
    margin: 0px 0px 20px 0px;
  }
  .top-footer__box {
    display: block;
  }
  .footer__text {
    margin: 30px 0px 0px 0px;
  }
  .features-page__item-title {
    font-size: 20px;
    line-height: 26px;
    margin: 0px 0px 10px 0px;
  }
  .features-page__item-img {
    width: 74px;
    height: 74px;
  }
  .features-page__item {
    padding: 40px 30px 30px;
  }
  .advantages-page__items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 0px 30px;
    margin: 0px 30px 0px 0px;
  }
  .advantages-page__item._application {
    grid-row: span 4;
  }
  .advantages-page__item:nth-child(2), 
  .advantages-page__item:nth-child(3) {
    margin: 0px 0px 0px 0px;
  }
  .advantages-page__item-wrapper {
    margin: 0px 0px 10px 0px;
  }
  .tariffs-page__inner {
    display: block;
  }
  .tariffs-page__img {
    position: relative;
    margin: 0 auto;
    transform: none;
    left: 15%;
    bottom: 0;
  }
  .tariffs-page__column:first-child {
    margin: 0px 0px 30px 0px;
  }
  .tariffs-page__subtitle {
    max-width: 600px;
  }
  .news-page__item {
    width: calc((100% - 40px) / 3);
    margin: 0px 20px 20px 0px;
  }
  .news-page__item:nth-child(3n) {
    margin: 0px 0px 20px 0px;
  }
  .news-page__item-img {
    height: 18vw;
  }
  .page__article {
    padding: 100px 0 30px;
  }
}
@media(max-width: 1050px) {
  .top-footer__inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .top-footer__column:first-child,
  .top-footer__column:nth-child(2) {
    margin: 0px 50px 30px 0px;
  }
  .top-footer__column:first-child,
  .top-footer__column:nth-child(2),
  .top-footer__column:nth-child(3),
  .top-footer__column:last-child {
    flex: 0 270px;
  }
  .main-page__img img {
    width: 500px;
  }
  .main-page__img {
    top: auto;
    bottom: 0;
  }
  .system-page__items {
    margin: 0px 0px 0px 30px;
  }
  .system-page__item-text {
    padding: 10px 15px;
  }
  .contacts-page__inner {
    flex-direction: column;
    align-items: center;
  }
  .contacts-page__map {
    width: 100%;
    flex: none;
    margin: 0px 0px 30px 0px;
  }
  .reviews-page__item {
    width: calc((100% - 60px) / 3);
    margin: 0px 30px 60px 0px;
    padding: 50px 35px;
  }
  .article-page__inner {
    display: block;
  }
  .article-page__container {
    margin: 0px 0px 30px 0px;
  }
  .article-page__item {
    margin: 0px 0px 20px 0px;
  }
  .article-page__item:last-child {
    margin: 0px 0px 0px 0px;
  }
  .header__navigation {
    overflow-y: auto;
  }
}
@media(max-width: 950px) {
  .main-page__img {
    position: relative;
  }
  .main-page__img img {
    margin: 0 auto;
  }
  .main-page__inner,
  .main-page__title {
    max-width: 100%;
  }
  .main-page__title {
    margin: 0px 0px 30px 0px;
  }
  .main-page__list li span {
    font-size: 26px;
    line-height: 36px;
  }
  .main-page__list li {
    max-width: 300px;
  }
  .main-page__buttons {
    margin: 0px 0px 30px 0px;
  }
  .features-page__item {
    padding: 40px 20px 20px;
  }
  .features-page__item-img {
    width: 64px;
    height: 64px;
  }
  .features-page__item-img {
    top: -30px;
  }
  .advantages-page__inner {
    display: block;
  }
  .advantages-page__items {
    margin: 0px 0px 30px 0px;
  }
  .advantages-page__banner img {
    margin: 0 auto;
  }
  .reviews-page__item {
    width: calc((100% - 20px) / 2);
    margin: 0px 20px 60px 0px;
    padding: 50px 35px;
  }
  .reviews-page__item:nth-child(3n) {
    margin: 0px 20px 60px 0px;
  }
  .reviews-page__item:nth-child(2n) {
    margin: 0px 0px 60px 0px;
  }
  .page__reviews {
    padding: 100px 0 40px;
  }
  .reviews-page__title {
    margin: 0px 0px 60px 0px;
  }
}
@media(max-width: 860px) {
  .toggle-header {
    position: relative;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
  }
  .footer__bottom-inner {
    flex-direction: column;
    align-items: center;
  }
  .footer__bottom-confidentiality,
  .footer__bottom-copyright {
    margin: 0px 0px 10px 0px;
  }
  .system-page__inner {
    display: block;
  }
  .system-page__items {
    margin: 0px 0px 0px 0px;
  }
  .system-page__item:last-child {
    margin: 0px 0px 0px 0px;
  }
  .pin-item__title {
    font-size: 12px;
    line-height: 16px;
  }
  .system-page__list-item_3 .pin-item__info {
    left: -100px;
  }
  .system-page__list-item_3 .pin-item__info::before {
    left: 120px;
  }
  .pin-item__info {
    width: 170px;
  }
  .breadcrumbs {
    overflow-x: auto;
  }
  .breadcrumbs ol {
    max-width: 100%;
    white-space: nowrap;
  }
  .news-page__item-title {
    font-size: 16px;
  }
  .news-page__item {
    width: calc((100% - 20px) / 2);
  }
  .news-page__item:nth-child(3n) {
    margin: 0px 20px 20px 0px;
  }
  .news-page__item:nth-child(2n) {
    margin: 0px 0px 20px 0px;
  }
  .news-page__item-img {
    height: 27vw;
  }
  .news-page__item-box {
    padding: 20px 25px;
  }
}
@media(max-width: 670px) {
  .title-1,
  .title-2 {
    font-size: 26px;
    line-height: 36px;
  }
  .top-footer__inner {
    display: block;
  }
  .top-footer__list,
  .top-footer__address,
  .top-footer__phone {
    text-align: center;
  }
  .top-footer__column:first-child,
  .top-footer__column:nth-child(3) {
    margin: 0px 0px 30px 0px;
  }
  .top-footer__column:last-child {
    margin: 0px 0px 0px 0px;
  }
  .top-footer__column:nth-child(2) {
    margin: 0px 0px 20px 0px;
  }
  .top-footer .social {
    margin: 0 auto;
  }
  .footer__text {
    margin: 20px 0px 0px 0px;
  }
  .top-footer .logo {
    margin: 0 auto;
  }
  .footer__text {
    text-align: center;
    width: 270px;
    margin: 20px auto 0px auto;
  }
  .top-footer {
    padding: 20px 0;
  }
  .main-page__list {
    display: block;
  }
  .main-page__list li {
    max-width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .main-page__list li:last-child {
    margin: 0px 0px 0px 0px;
  }
  .features-page__item {
    width: calc((100% - 20px) / 2);
    margin: 0px 20px 40px 0px;
  }
  .features-page__item:nth-child(3n) {
    margin: 0px 20px 40px 0px;
  }
  .features-page__item:nth-child(2n) {
    margin: 0px 0px 40px 0px;
  }
  .features-page__title {
    margin: 0px 0px 45px 0px;
  }
  .page__system {
    padding: 30px 0 30px;
  }
  .top-btn {
    bottom: 20px;
  }
}
@media(max-width: 620px) {
  .page__main {
    padding: 80px 0 20px;
  }
  .header__column:nth-child(2),
  .header__column:nth-child(3) {
    flex: 0 1 auto;
    position: absolute;
  }
  .header__phone {
    font-size: 16px;
  }
  .header__column:nth-child(4) .header__box {
    flex-direction: column;
    margin: 0px 20px 0px 0px;
  }
  .header .social {
    margin: 0px 0px 0px 0px;
  }
  .header__column:nth-child(4),
  .header__column:first-child {
    flex: 0 1 auto;
  }
  .header__column:first-child {
    margin: 0px 20px 0px 0px;
  }
  .header .logo {
    width: 125px;
  }
  .header .social {
    width: 100px;
    margin: 15px 30px 100px 60px;
  }
  .header .social__item {
    width: 40px;
    height: 40px;
  }
  .header .social__item._whatsapp img {
    width: 24px;
    height: 24px;
  }
  .header .social__item._telegram img {
    width: 22px;
    height: 21px;
  }
  .header__phone {
    margin: 0;
  }
  .header__inner {
    height: 50px;
  }
  .main-page__title {
    margin: 0px 0px 20px 0px;
  }
  .main-page__list {
    margin: 0px 0px 30px 0px;
  }
  .main-page__list li span {
    line-height: 32px;
    margin: 0px 0px 10px 0px;
  }
  .advantages-page__item._application {
    grid-row: span 2;
  }
  .advantages-page__title {
    margin: 0px 0px 20px 0px;
  }
  .advantages-page__item-number {
    font-size: 52px;
    line-height: 52px;
  }
  .advantages-page .social {
    margin: 0 auto 10px auto;
  }
  .advantages-page__item-check {
    width: 32px;
    height: 32px;
  }
  .page__advantages {
    padding: 30px 0 20px;
  }
  .page__contacts {
    padding: 85px 0 30px;
  }
  .contacts-page__box {
    padding: 20px 65px;
  }
  .contacts-page__title {
    margin: 0px 0px 10px 0px;
    text-align: center;
  }
  #map {
    height: 400px;
  }
  .reviews-page__item {
    width: 100%;
    margin: 0px 0px 30px 0px;
    padding: 45px 25px 30px;
  }
  .reviews-page__item:nth-child(3n) {
    margin: 0px 0px 30px 0px;
  }
  .reviews-page__item:nth-child(2n) {
    margin: 0px 0px 30px 0px;
  }
  .reviews-page__item-img {
    top: -20px;
    width: 54px;
    height: 54px;
  }
  .reviews-page__item-img img {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }
  .reviews-page__item-name {
    font-size: 18px;
    line-height: 24px;
    margin: 0px 0px 10px 0px;
  }
  .page__reviews {
    padding: 85px 0 30px;
  }
  .reviews-page__title {
    margin: 0px 0px 45px 0px;
  }
  .page__news {
    padding: 80px 0 30px;
  }
  article img.alignleft,
  article img.alignright {
    float: none;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
  }
  .article-page article h3 {
    font-size: 20px;
    line-height: 28px;
    padding: 10px 0 15px;
  }
  .article-wrapper,
  .article-page__item {
    padding: 20px 15px;
  }
  .article-page__sidebar-title {
    font-size: 20px;
    line-height: 26px;
  }
  .article-page__sidebar-btn {
    font-size: 14px;
    height: 45px;
  }
  .article-page__item-title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media(max-width: 580px) {
  .form-page__inner {
    flex-direction: column;
    align-items: center;
  }
  .tariffs-page__form .item-input, 
  .tariffs-page__form .btn-main {
    width: 100%;
  }
  .tariffs-page__img {
    left: 20%;
  }
  .contacts-page__box {
    position: static;
    margin: 0px 0px 20px 0px;
  }
}
@media(max-width: 500px) {
  .advantages-page__items {
    display: block;
  }
  .advantages-page__item,
  .advantages-page__item:nth-child(2), 
  .advantages-page__item:nth-child(3) {
    margin: 0px 0px 20px 0px;
  }
  .advantages-page__banner {
    margin: 0;
  }
  .advantages-page__item._application {
    padding: 15px 20px;
  }
  .advantages-page__item._application .advantages-page__item-wrapper {
    justify-content: center;
  }
  .advantages-page__item-phone {
    margin: 0px 0px 10px 0px;
  }
  .tariffs-page__subtitle {
    font-size: 18px;
    line-height: 26px;
  }
  .tariffs-page__img {
    width: 100%;
  }
  .tariffs-page__img-info {
    left: -70px;
  }
  .tariffs-page__subtitle {
    margin: 0px 0px 10px 0px;
  }
  .tariffs-page__form .checkbox-wrap {
    width: 100%;
  }
  .block-form__title {
    font-size: 18px;
    line-height: 24px;
  }
  .tariffs-page__form .modal-block,
  .modal-block {
    padding: 25px 20px;
  }
  .block-form__title {
    margin: 0px 0px 20px 0px;
  }
  .item-input {
    margin: 0px 0px 15px 0px;
  }
  .modal-block {
    width: 100%;
  }
  .news-page__item {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .news-page__item:nth-child(3n) {
    margin: 0px 0px 20px 0px;
  }
  .news-page__item:nth-child(2n) {
    margin: 0px 0px 20px 0px;
  }
  .news-page__item-img {
    height: 54vw;
  }
  .news-page__item-box {
    padding: 15px 20px 20px;
  }
  .news-page__title {
    margin: 0px 0px 20px 0px;
  }
  ._business, 
  ._home {
    max-width: 100%;
  }
  .main-page__inner .main-page__buttons {
    flex-direction: column;
    gap: 20px;
  }
}
@media(max-width: 420px) {
  .title-1, 
  .title-2 {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }
  .top-footer__list li a::after {
    display: none;
  }
  .features-page__item-img img {
    width: 30px !important;
    height: 30px !important;
  }
  .features-page__item:last-child .features-page__item-img img {
    width: 20px !important;
    height: 20px !important;
  }
  .features-page__item-img {
    width: 54px;
    height: 54px;
  }
  .features-page__item {
    width: 100%;
    margin: 0px 0px 30px 0px;
  }
  .features-page__item:nth-child(3n) {
    margin: 0px 0px 30px 0px;
  }
  .features-page__item:nth-child(2n) {
    margin: 0px 0px 30px 0px;
  }
  .features-page__item-img {
    top: -20px;
  }
  .features-page__item-title {
    font-size: 18px;
  }
  .system-page__list-item_1 {
    z-index: 3;
    right: 40%;
  }.system-page__list-item_2 {
    z-index: 3;
    right: 24%;
  }
  .system-page__list-item_3 {
    z-index: 3;
    right: 8%;
  }
  .system-page__list-item_4 {
    right: 38%;
    top: 23%;
  }
  .system-page__list-item_5 {
    right: 23%;
    top: 12%;
  }
  .system-page__list-item_6 {
    z-index: 3;
    left: 23%;
    bottom: 27%;
  }
  .pin__num {
    font-size: 20px;
  }
  .pin {
    width: 36px;
    height: 36px;
  }
  .system-page__item {
    margin: 0px 0px 20px 0px;
  }
  .header__navigation {
    max-width: 100%;
  }
  .advantages-page__title br {
    display: none;
  }
  .tariffs-page__name {
    font-size: 20px;
    line-height: 30px;
  }
  .tariffs-page__position {
    font-size: 14px;
    line-height: 20px;
  }
  .tariffs-page__img-info {
    width: 220px;
    height: 65px;
    left: -60px;
  }
  .contacts-page__address {
    text-align: center;
  }
  .contacts-page__box {
    padding: 10px 35px 20px;
  }
  .contacts-page__btn {
    margin: 0 auto;
  }
  .contacts-page__phone {
    margin: 0px 0px 15px 0px;
  }
  .contacts-page .social {
    margin: 0 auto 20px auto;
  }
  .contacts-page__instagram,
  .contacts-page__address {
    margin: 0px 0px 20px 0px;
  }
  .tariffs-page__form .item-input {
    margin: 0px 0px 15px 0px;
  }
  .pager {
    justify-content: center;
  }
  .reviews-page__item-video::before {
    width: 46px;
    height: 46px;
    background-size: contain;
  }
  .reviews-page__item-video,
  .reviews-page__item article p {
    margin: 0px 0px 15px 0px;
  }
  .reviews-page__item-more {
    margin: 15px 0px 0px 0px;
  }
  .reviews-page__title {
    margin: 0px 0px 35px 0px;
  }
  .page-numbers {
    margin: 0 3px;
  }
  .news-page__item-title {
    line-height: 22px;
  }
  .page__article {
    padding: 80px 0 30px;
  }
}
@media(max-width: 360px) {
  .header .logo {
    width: 105px;
  }
  .header__phone {
    font-size: 14px;
  }
  .header__column:first-child,
  .header__column:nth-child(4) .header__box {
    margin: 0px 15px 0px 0px;
  }
}

/* ================== NEW STYLE ================== */
.wave-manu {
  position: absolute;
  top: 0;
  left: -100px;
  background: url(../img/icons/wave-menu-1.svg) repeat-y;
  background-size: 100px;
  width: 100%;
  height: 4320px;
  animation: waves 15s infinite linear;
  filter: drop-shadow(-10px 0px 3px rgb(18 107 161 / 50%));
}

@keyframes waves {
  0% { margin-top: 0px;}
  100% {margin-top: -1440px;}
}

/*  */
.main-page__title1 {
  max-width: 900px;
}

.main-page__title1 span {
  font-weight: 500;
}

.page__main1 {
  background: url(../img/main-page-bg.jpg) center top / cover;
}
.main-page__inner1 {
  max-width: 900px;
}

.main-page__inner1 .main-page__list {
  max-width: 850px;
}

._business1, ._home1 {
  padding: 12px 39px;
}

.btn-3 {
  width: max-content;
}

.page__main1 {
  padding-bottom: 100px;
}

.main-page__info-gift {
  position: absolute;
  right: 20%;
  bottom: 20px;
  max-width: 256px;
  height: 256px;
}
.main-page__cheack-list {
  position: absolute;
  right: 10%;
  bottom: 20px;
  padding: 30px 40px;
  background: rgba(255,255,255, .8);
  border-radius: 6px;
}
.main-page__cheack-list::before {
  position: absolute;
  content: url(../img/icons/1.png);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: -10px;
  left: -10px;
  background: linear-gradient(
0deg, rgba(26,114,167,1) 0%, rgba(34,163,238,1) 100%);
  box-shadow: 0 10px 10px 0 rgb(26 114 167 / 40%);
}
.main-page__cheack-list ul {
  padding-left: 20px;
  display: grid;
  gap: 15px;
}
.main-page__cheack-list ul li {
  font-weight: 500;
  width: fit-content;
}

.info-gift__circle {
  position: relative;
  background: linear-gradient(0deg, rgba(26,114,167,1) 0%, rgba(34,163,238,1) 100%);
  border-radius: 50%;
  z-index: 2;

  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
}

.info-gift__circle::before {
  position: absolute;
  content: "";

  background: url(../img/info-gift1.png) no-repeat center top;
  width: 87px;
  height: 99px;

  top: -40px;
  left: 20px;
  -webkit-animation: rotate 6s linear infinite;
  animation: rotate 6s linear infinite;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
}

.info-gift__img {
  position: absolute;
  background: url(../img/info-gift2.png);

  width: 207px;
  height: 226px;

  z-index: 1;

  bottom: -80px;
  right: 0;
  -webkit-animation: rotate1 7s linear infinite;
  animation: rotate1 7s linear infinite;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.info-gift__font {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.info-gift__font p {
  padding: 0 25px;
  line-height: 30px;
}
.info-gift__font span {
  font-weight: 900;
  text-transform: uppercase;
}

@keyframes rotate {
  50% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes rotate1 {
  50% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}


.page__do-you-know {
  position: relative;
  background: #f7fcff;
  padding: 50px 0;
}
.do-you-know-bg {
  position: absolute;
  width: 100%;
  object-fit: cover;
  height: auto;
  bottom: -250px;
}
.do-you-know__title {
  text-align: center;
}
.do-you-know__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 50px;
  row-gap: 10px;
}
.do-you-know__item-do-you-know {
  position: relative;
  display: flex;
  flex-direction: column;
}
.do-you-know__item-do-you-know:nth-child(1),
.do-you-know__item-do-you-know:nth-child(4),
.do-you-know__item-do-you-know:nth-child(7),
.do-you-know__item-do-you-know:nth-child(3n) {
  flex-direction: column-reverse;
}
.do-you-know__item-do-you-know:nth-child(1) .item-do-you-know__text-box,
.do-you-know__item-do-you-know:nth-child(4) .item-do-you-know__text-box,
.do-you-know__item-do-you-know:nth-child(7) .item-do-you-know__text-box,
.do-you-know__item-do-you-know:nth-child(3n) .item-do-you-know__text-box {
  top: initial;
  bottom: 50px;
}
.do-you-know__item-do-you-know:nth-child(1n) img {
  max-width: 382px;
  margin: 0 0 0 auto;
  
}
.do-you-know__item-do-you-know:nth-child(2n) {

}
.do-you-know__item-do-you-know:nth-child(2) img,
.do-you-know__item-do-you-know:nth-child(5) img,
.do-you-know__item-do-you-know:nth-child(8) img   {
  max-width: 360px;
  margin: 0 0 0 auto;
}


.do-you-know__item-do-you-know:nth-child(3n) img{
  max-width: 444px;
}

.item-do-you-know__text-box {
  position: relative;
  top: 50px;
  max-width: calc(426px);
  padding: 40px 46px;
  background: rgba(255,255,255, .8);
}
.item-do-you-know__text-box p {
  font-size: 24px;
  color: #034e7b;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 30px;
}
.item-do-you-know__text-box span {
  font-size: 14px;
}

/*  */

.page__found-solution {
  padding: 40px 0;
  background: #f1f9fe;
}
.found-solution__wrapper {
  display: flex;
  gap: 20px;
}
.found-solution__info {

}
.found-solution__info .title-1 {
  margin-bottom: 30px;
}
.found-solution__info .desc {
  font-size: 24px;
  color: #176fa4;
  max-width: 601px;
  line-height: 30px;
  margin-bottom: 35px;
}
.found-solution__info img {
  max-width: 515px;
  width: auto;
}
.found-solution__tariff-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: 80%;
  padding: 20px 0;
}
.tariff-cards__item {
  position: relative;
  border-radius: 10px;
  max-width: 465px;
  min-height: calc(551px - 40px);
  width: 100%;
  padding: 35px 45px;
  background: #fff;
  box-shadow: 0px 10px 10px 5px rgb(26 114 167 / 20%);
}
.tariff-cards__name {
  max-width: 100%;
  width: auto;
  border-radius: 6px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 17px;
  margin-bottom: 35px;
}
.name1 {
  background: #057ac0;
}
.name2 {
  background: #05b5c0;
}
.tariff-cards__info {
  padding: 0 10px;
}
.tariff-cards__info ul {
  padding: 0;
}
.tariff-cards__info li {
  position: relative;
  font-size: 14px;
  margin-bottom: 10px;
  list-style: none;
  text-indent: 9px;
}
.tariff-cards__item li::before {
  position: absolute;
  content: "•";
  color: #057ac0;
  left: -9px;
}
.tariff-cards__footer {
  position: absolute;
  bottom: 40px;
  max-width: calc(100% - 102px);
  width: 100%;
}
.tariff-cards__footer .price {
  color: #176fa4;
  font-weight: 500;
  padding: 10px 0 30px;
}
.tariff-cards__footer .price span {
  font-size: 36px;
  font-weight: bold;
}

.tariff-cards__footer .btn-2 {
  margin: 0 auto;
}

.footnote {
  font-size: 16px;
  color: #176fa4;
  font-weight: bold;
  grid-column: 1 / -1;
}

/*  */

.page__calculate-benefit {
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(235,246,254,1) 50%, rgba(255,255,255,1) 100%);
}
.page__calculate-benefit .title-1 {
  max-width: 975px;
  margin-bottom: 60px;
}
.calculate-benefit__wrapper {
  position: relative;
  display: flex;
  gap: 20px;
  margin: 20px 0;
  justify-content: space-between;
}
.arrow-way {
  position: absolute;
}
.arrow-way-1 {
  left: 24%;
}
.arrow-way-2 {
  left: 55%;
  top: 30%;
}
.arrow-way-3 {
  left: 25%;
  top: 50%;
}
.arrow-way-4 {
  bottom: 10%;
  right: 30%;
}
.calculate-benefit__wrapper:first-of-type {
  padding-bottom: 200px;
}
.wrapper__map {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 150px;
  width: 60%;
}
.map__item {
}
.map__item .title {
  font-size: 24px;
  font-weight: bold;
  color: #176fa4;
  margin-bottom: 30px;
}
.map__item .title span {
  font-size: 72px;
  font-weight: 500;
}
.map__item .subtitle {
  max-width: 305px;
  font-size: 24px;
  font-weight: bold;
  color: #176fa4;
  margin-bottom: 30px;
}
.map__item .desc {
  font-size: 16px;
}

.alert-box {
  position: relative;
  max-width: 492px;
  width: auto;
  max-height: 454px;

  background: linear-gradient(0deg, rgba(26,114,167,1) 0%, rgba(34,163,238,1) 100%);
  border-radius: 10px;

  color: #fff;
  padding: 42px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
  bottom: -130px;
}
.alert-box::before {
  position: absolute;
  content: "";
  width: 74px;
  height: 74px;
  background: #f29220 url(../img/attention.png) no-repeat center;
  background-position-y: 19px;
  border-radius: 50%;
  top: -23px;
  left: -23px;
}
.img-absol{
  position: absolute;
  right: 21%;
}
.alert-box__price {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 35px;
}
.alert-box__price span {
  font-size: 110px;
  line-height: initial;
}
.alert-box__info {
  font-size: 33px;
  font-weight: bold;
  line-height: 40px;
  color: #e0f2fd;
}

.set-system {
}
.set-system__title {
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  color: #034e7b;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
.set-system__title span {
  font-weight: bold;
  color: #176fa4;
}
.set-system ul {
  font-size: 24px;
  color: #176fa4;
  font-weight: bold;
  padding: 0;
  max-width: 540px;
}
.set-system li {
  position: relative;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  padding: 15px 0 15px 43px;

  display: flex;
  align-items: center;
}
.set-system li:first-child {
  padding-top: 30px;
}
.set-system li::before {
  position: absolute;
  content: "x";
  color: white;
  left: 0;
  border-radius: 50%;
  font-weight: bold;
  font-size: 13px;
  width: 27px;
  height: 27px;
  background: linear-gradient(0deg, rgba(26,114,167,1) 0%, rgba(34,163,238,1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pay-less {
  position: relative;
}
.pay-less form p {
  width: 100%;
}
.pay-less img {
  position: absolute;
  max-width: 627px;
  top: -80px;
  left: -60px;
}
.pay-less .title-1 {
  position: relative;
  max-width: 555px;
}

.difference {
  position: relative;
  display: flex;
  align-items: center;
}
.difference span,
.difference__percent {
  font-size: 210px;
  line-height: initial;
  font-weight: bold;
  /* text-shadow: -10px 0 0px #fff; */
  background: linear-gradient(0deg, rgba(26,114,167,1) 0%, rgba(34,163,238,1) 100%);;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.difference__percent {
  display: flex;
  align-items: baseline;
}
.difference__percent p {
  font-size: 107px !important;
}
.difference p {
  font-size: 40px;
  font-weight: bold;
  line-height: initial;
  max-width: 292px;
  margin: 0 30px;
  color: #034e7b;
}

.pay-less form .form-page__inner {
  position: relative;
  flex-wrap: nowrap;
  justify-content: initial;
  align-items: baseline;
}
.pay-less form .form-page__inner .btn-main {
  max-width: 239px;
  height: 60px;
  margin-left: 20px;
  text-transform: uppercase;
}
.first-gift {
  position: relative;
  border-radius: 10px;
  max-width: 328px;
  width: 100%;
  max-height: 454px;
  background: linear-gradient(0deg, rgba(26,114,167,1) 0%, rgba(34,163,238,1) 100%);
  padding: 41px 10px 10px;

  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: initial;
}

.first-gift::before {
  position: absolute;
  content: "";
  background: url(../img/info-gift1.png) no-repeat center top;
  background-size: 100%;
  width: 126px;
  height: 99px;
  top: 120px;
  left: -30px;
  -webkit-animation: upDown 4s linear infinite;
  animation: upDown 4s linear infinite;
}

@keyframes upDown {
  50% {
    top: 100px;
  }
  100% {
    top: 120px;
  }
}
@-webkit-keyframes upDown {
  50% {
    top: 100px;
  }
  100% {
    top: 120px;
  }
}

.first-gift img {
  position: absolute;
  max-width: 400px;
  left: -20px;
}
.page__water-treatment-system {
  padding: 50px 0 0;

}
.water-treatment-system__img {
  position: absolute;
  left: 0;
}
.page__water-treatment-system .title-1 {
  max-width: 1275px;
}
.water-treatment-system__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.water-treatment-system__wrapper img {
  position: absolute;
  right: 0;
}
.water-treatment-system__item {
  position: relative;
  max-width: 427px;
  height: auto;
  border-radius: 6px;
  background-color: rgba(255,255,255, .8);
  padding: 42px;
}

.water-treatment-system__item p {
  position: relative;
  max-width: calc(275px + 71px);
  font-size: 16px;
  display: flex;
  align-items: center;
  padding-left: 71px;
}
.water-treatment-system__item p::before {
  position: absolute;
  content: url(../img/icons/1.png);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  left: 0;
  background: linear-gradient(0deg, rgba(26,114,167,1) 0%, rgba(34,163,238,1) 100%);
  box-shadow: 0 10px 10px 0 rgba(26,114,167,.4);
}

.water-treatment-system__item-1 {
  left: 569px;
  top: 100px;
}
.water-treatment-system__item-2 {
  left: 108px;
}
.water-treatment-system__item-3 {}

.water-treatment-system__item-4 {
  left: 108px;
}
.water-treatment-system__item-5 {
  left: 569px;
  bottom: 100px;
}
.form-bg {
  position: absolute;
  bottom: 70px;
  right: 0;
  padding: 30px 25px;
  max-width: 499px;
  width: 100%;
  background-color: rgba(255,255,255, .8);
  border-radius: 6px;
}

.page__investment {
  background: url(../img/investment-bg.png) no-repeat center top / cover;
  height: 726px;
  padding: 60px 0;
}
.investment__wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 60px;
}
.investment__show-percent {
  min-width: 396px;
  height: 454px;
  padding: 10px;
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(26,114,167,1) 0%, rgba(34,163,238,1) 100%);

  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.investment__show-percent .investment-counter {
  font-size: 210px;
  line-height: initial;
  font-weight: bold;
  margin-right: 18px;
  transition: all .3s;
}
.investment__show-percent span {
  font-size: 80px;
  line-height: initial;
  font-weight: 600;
}
.investment__text-slider {
  position: relative;
  display: flex;
  height: 454px;
  width: 70%;
  align-items: center;
}
.investment__text-slider .slick-list {
  /* height: 454px !important;
  padding: 0 !important; */
  display: flex;
  align-items: center;
}
.investment__text-slider .slick-track {
  display: flex; 
  align-items: center;
}
.text-slider__item {
  margin: 0 20px;
  font-size: 18px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  background-color: rgba(255,255,255, .8);
  padding: 42px;
  cursor: pointer;
}
.text-slider__item p {
  transition: all .3s;
}

.text-slider__item.slick-slide.slick-current {
  font-size: 30px;
  color: #176fa4;
  line-height: initial;
  font-weight: 600;
}

.reviews-page_custom {
  background: linear-gradient(0deg, rgba(249,253,255,1) 0%, rgba(231,245,253,1) 100%);;
  padding: 50px 0 0;
}
.reviews-page_custom .reviews-page__item:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.8);
}
.reviews-page_custom .reviews-page__item:nth-child(even) .reviews-page__item-img {
  background-color: rgb(255, 255, 255);
}

/*  */
.page__no-faucet-office {
  position: relative;
  padding: 60px 0;
}
.no-faucet-office-img {
  position: absolute;
  width: 100%;
  height: calc(100% + 265px);
  object-fit: cover;
  top: -27px;
}
.page__no-faucet-office .title-1 {
  position: relative;
}
.page__no-faucet-office .subtitle {
  font-size: 24px;
  font-weight: 500;
  color: #176fa4;
  max-width: 489px;
  line-height: initial;
  margin-top: 30px;
  position: relative;
}
.video-box {
  position: absolute;  
  right: 360px;
  top: 85px;
}
.video-box p {
  position: relative;
  font-size: 14px;
  color: #176fa4;
  font-weight: 500;
  max-width: 200px;
}
.video-box p::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  background: #c3dbe8;
  left: -15px;
}
.video-box p::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  background: #c3dbe8;
  left: 7px;
  bottom: -45px;
  transform: rotate(-60deg);
}
.video-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fa9d11;
  font-size: 20px;
  color: #fff;
  line-height: initial;
  top: 50px;
  left: 40px;
}
.video-box a::before {
  content: '';
  position: absolute;
  border: 2px solid #c3dbe8;
  left: -20px;
  opacity: 0;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: pulse 2.5s linear infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.water-treatment-system {
  position: relative;
  max-width: 807px;
  margin-top: 100px;
}
.info-step {
  position: absolute;
}
.info-step p {
  font-size: 16px;
  color: #176fa4;
  font-weight: 500;
  margin-bottom: 20px;
}
.info-step span {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  background: linear-gradient(0deg, rgba(26,114,167,1) 0%, rgba(34,163,238,1) 100%);
  border-radius: 50%;
  box-shadow: 0 10px 10px 0 rgba(26,114,167,.4);
}
.info-step-1 {
  top: 42%;
}
.info-step-2 {
  top: 20%;
  left: 19%;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.info-step-3 {
  top: -70px;
  right: 90px;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
.info-step-3 p {
  margin-bottom: 0;
}
.info-step-4 {
  right: 88px;
  bottom: 22%;
}
.form-bg-1 {
  bottom: 0px;
  right: 400px;
  background: none;
  padding: 0;
}

.page__popular-treatment-systems {
  background: #f1f9fe;
  padding: 50px 0;
}
.popular-treatment-systems__title-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.link-btn {
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
  color: #176fa4;
}
.popular-treatment-systems__cards {
  margin-top: 45px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
.cards__item {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 610px;
  background: #fbfdff;
  border-radius: 6px;
}
.cards__item img {
  max-width: 100%;
  width: 100%;
  height: 285px;
  object-fit: contain;
  border-radius: 6px;
  background: #fff;
  padding: 30px;
  transition: all .3s;
}
.cards__item a:hover img {
  transform: scale(1.02);
} 
.cards__item-inner {
  padding: 40px 30px 60px 45px;
}
.cards__item-inner a:not(.btn-main) {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: initial;
  transition: all .3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3em;
  height: 49px;
}
.cards__item-inner a:not(.btn-main):hover {
  color: #176fa4;
}
.cards__item-bottom {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  bottom: 60px;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.item-bottom__discount {
  font-size: 20px;
  text-decoration: line-through;
  margin-bottom: 22px;
}
.item-bottom__price {
  font-size: 28px;
  font-weight: bold;
  color: #176fa4;
  margin-bottom: 31px;
}

.page__main_bg {
  background: url(../img/page-main-bg2.jpg) no-repeat center bottom / cover;
}

/* CATALOG */
.catalog__cards {
  margin: 0 0 40px 0;
}

/* SINGLE-PRODUCT */
.single-product {
}
.single-product__header-product {
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  min-height: 610px;
}
.header-product__img {
  width: 50%;
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-product__img img {
  max-width: 552px;
  width: 100%;
  max-height: 552px;
  object-fit: contain;
}
.header-product__desc-product {
  width: 50%;
  padding: 60px 75px;
}
.desc-product__title {
  font-size: 36px;
  color: #034e7b;
  font-weight: bold;
  line-height: initial;
  margin-bottom: 35px;
}
.desc-product__list {
}
.desc-product__list li {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  font-size: 16px;
  line-height: initial;
  font-weight: 500;
}
.desc-product__list li p {
  white-space: pre;
}
.desc-product__list li span {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.desc-product__list li span::before {
  position: absolute;
  content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
  width: max-content;
  color: #000000;
  bottom: 0;
}

.desc-product__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.desc-product__price div {
  display: grid;
}
.desc-product__price .item-bottom__price {
  margin-bottom: 0;
}
.desc-product__price .btn-2 {
  width: 200px;
}

.single-product__tabs {
  margin-top: 50px;
}
.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tabs li {
  float: left;
  text-align: center;
  border-bottom: none;
  background: linear-gradient(180deg, rgba(151,211,247,1) 0%, rgba(95,177,226,1) 100%);
  max-width: 300px;
  width: 100%;
}
.tabs li:first-child {
  border-radius: 6px 0 0 0;
  overflow: hidden;
}
.tabs li:last-child {
  border-radius: 0 6px 0 0;
  overflow: hidden;
}
.tabs li a {
  display: block;
  padding: 15px 20px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.tabs li a:hover {
  color: #fff;
}
.tabs li.active,
.tabs li.active a:hover,
.tabs li.active a {
  color: #176fa4;;
  background: linear-gradient(180deg, rgba(203,233,252,1) 0%, rgba(181,220,243,1) 100%);
}
.tab_container {
  border-radius: 6px;
  margin-top: 1px;
  border-top: none;
  background: #fff;
}
.tab_content {
  padding: 45px;
  font-size: 16px;
}
.tab_content ul {
  list-style:decimal inside;
  padding-left: 0;
}
.tab_content ul li {
  padding: 15px 0;
  font-size: 16px;
  font-weight: 500;
}
.tab_content .desc-product__list li {
  margin: 0;
}

.main-page__img_size img {
  max-height: 626px;
}
.main-page__list_as-service li {
  position: relative;
  font-size: 14px;
  max-width: 293px;
  padding-left: 40px;
}
.main-page__list_as-service li::before {
  position: absolute;
  content: url(../img/icons/1.png);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  left: 0;
  top: 0;
  background: linear-gradient(
0deg, rgba(26,114,167,1) 0%, rgba(34,163,238,1) 100%);
  box-shadow: 0 10px 10px 0 rgb(26 114 167 / 40%);
}

.main-page__inner2,
.main-page__title2 {
  max-width: 800px;
}
.main-page__img_size {
  max-height: 626px;
}
.color-yellow {
  color: #fba525;
  font-weight: 700;
}
.page__main2 {
  padding-bottom: 150px;
}

.page__what-it-for {
  position: relative;
  padding: 120px 0 120px;
  background: linear-gradient(180deg, rgba(240,249,254,1) 0%, rgba(229,244,253,1) 100%);
}
.what-it-for__wrapper-what-it-for {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.wrapper-what-it-for__text-what-it-for {
  width: 55%;
  position: relative;
}
.wrapper-what-it-for__text-what-it-for  .title-1 {
  margin-bottom: 40px;
}
.text-what-it-for__subtitles {
  max-width: 638px;
  font-size: 24px;
  color: #176fa4;
  line-height: initial;
  font-weight: 500;
}
.text-what-it-for__subtitles p {
  margin-bottom: 40px;
}
.text-what-it-for__subtitles p:last-child {
  margin-bottom: 0;
}
.wrapper-service__info-box {
  position: relative;
  float: right;
  max-width: 589px;
  width: auto;
  padding: 69px 45px 35px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
}
.wrapper-service__info-box::before {
  position: absolute;
  content: url(../img/icons/attention.svg);
  width: 84px;
  height: 84px;
  top: -42px;
  left: 30px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(26,114,167,.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-box__title {
  font-size: 24px;
  color: #176fa4;
  line-height: initial;
  font-weight: bold;
  margin-bottom: 27px;
}
.info-box__desc {
  font-weight: 500;
}

.what-it-for__img {
  position: absolute;
  bottom: 0;
  left: 42%;
}

/* technical-service */
.page__technical-service {
  position: relative;
  padding: 70px 0;
}
.page__technical-service::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 150px;
  background: #f9fdff;
  bottom: 0;
}
.technical-service__bg-img {
  position: absolute;
  width: 100%;
  height: calc(100% + 500px);
  top: -300px;
}
.technical-service__wrapper-service {
  display: flex;
  gap: 50px;
}
.wrapper-service__info-service .title-1 {
  margin-bottom: 40px;
}
.wrapper-service__info {
}
.info-service__grid-service {
  max-width: 720px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 60px;
  row-gap: 25px;
}
.grid-service__item {
}
.num-list {
  position: relative;
  font-size: 72px;
  line-height: initial;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding-left: 65px;
  background: linear-gradient(180deg, rgba(109,184,231,1) 0%, rgba(229,244,253,0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.num-list::before {
  position: absolute;
  content: url(../img/icons/1.png);
  width: 42px;
  height: 42px;
  font-size: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  left: 0;
  background: linear-gradient(
0deg, rgba(26,114,167,1) 0%, rgba(34,163,238,1) 100%);
  box-shadow: 0 10px 10px 0 rgb(26 114 167 / 40%);
}

.grid-service__item p {
  font-size: 16px;
  position: relative;
}
.wrapper-service__form,
.wrapper-service__info-service {
  width: 50%;
}

.wrapper-service__form .tariffs-page__form .modal-block {
  background: #fff;
  position: relative;
}

.page__service-stations {
  background: linear-gradient(180deg, rgba(249,253,255,1) 0%, rgba(229,244,253,1) 100%);
  padding-bottom: 70px;
}
.page__service-stations .title-1 {
  margin-bottom: 50px;
}
.service-stations__grid-stations {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 35px;
}
.grid-stations__item {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  padding: 70px 61px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.switch-toggle__wrapper {
  position: relative;
  width: 260px;
  height: 300px;
  padding: 50px;
  border-radius: 15px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.082);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.buttons__wrapper {
  width: auto;
  height: auto;
  position: relative;
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  /* overflow: hidden; */
}
.buttons__wrapper input {
  display: none;
}
.entry {
  position: relative;
  /* width: 100%; */
  transition: .5s;
  /* display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; */
  /* margin: 10px; */
}
.circle {
  /* border: 3px solid #cacaca; */
  border-radius: 50%;
  cursor: pointer;
  height: 22px;
  width: 22px;
  top: 50%;
  transition: border-color .5s;
  cursor: unset;
}
.entry-label {
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  font-weight: 500;
  /* padding-left: 15px; */
}
.highlight {
  background: rgb(251, 152, 4);
  border-radius: 50%;
  height: 18px;
  width: 18px;
  top: 2px;
  left: 2px;
  pointer-events: none;
  position: absolute;
  transition: all .3s cubic-bezier(0.175, 0.885, 0.320, 1.275);
  /* transform: translateX(-55px); */
}
.buttons__wrapper input:nth-child(1):checked ~ .highlight {
  transform: translateX(0);
}
.buttons__wrapper input:nth-child(3):checked ~ .highlight {
  transform: translateX(22px);
}
.buttons__wrapper input:nth-child(5):checked ~ .highlight {
  transform: translateX(44px);
}
.buttons__wrapper input:checked + .entry .circle {
  /* border-color: rgb(251, 152, 4); */
}
.buttons__wrapper input:checked + .entry {
  color: rgb(251, 152, 4);
}
@media screen and (max-width: 1600px) {
  .form-bg {
    bottom: 38%;
  }
  .form-bg-1 {
    bottom: 0;
    right: 0;
  }
  .video-box {
    right: 160px;
  }
  .img-absol {
    width: 18%;
  }
  .map__item .title span {
    font-size: 60px;
  }
}
@media screen and (max-width: 1440px) {
  .main-page__info-gift {
    right: 10%;
  }
  .found-solution__tariff-cards {
    width: 100%;
  }
  .wrapper__map {
    gap: 100px;
  }
  .do-you-know-bg {
    bottom: -200px;
  }
  .no-faucet-office-img {
    top: -60px;
    height: calc(100% + 295px);
  }
}

@media screen and (max-width: 1366px) {
  .found-solution__wrapper {
    flex-direction: column;
  }
  .found-solution__info .desc {
    max-width: 100%;
    width: auto;
    margin-bottom: 0;
  }
  .found-solution__info img {
    display: none;
  }
  .found-solution__tariff-cards {
    padding: 0;
    max-width: 100%;
    width: auto;
  }
  .tariff-cards__item {
    max-width: 100%;
    min-height: 551px;
  }
  .pay-less img {
    max-width: 510px;
    left: -43px;
  }
  .arrow-way-1 {
    left: 23%;
  }
  .arrow-way-2 {
    top: 31%;
    max-height: 90px;
  }
  .arrow-way-4 {
    bottom: 5%;
    right: 40%;
  }
  .what-it-for__img {
    left: 50%;
  }
}

@media screen and (max-width: 1280px) {
  .main-page__info-gift {
    right: 50px;
  }
  .do-you-know__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .do-you-know__item-do-you-know:nth-child(1n) img {
    max-width: 360px;
    margin: 0 0 0 auto;
  }
  .wrapper__map {
    gap: 50px;
  }
  .main-page__cheack-list {
    right: 5%;
  }
  .arrow-way-1 {
    max-width: 80px;
  }
  .arrow-way-3 {
    left: 22%;
    top: 42%;
    max-width: 80px;
  }
  .water-treatment-system {
    max-width: 50%;
  }
  .info-step-1 {
    top: 37%;
  }
  .info-step-2 {
    top: 12%;
    left: 16%;
  }
  .info-step-3 {
    top: -80px;
    right: 60px;
  }
  .info-step-4 {
    right: 57px;
  }
  .popular-treatment-systems__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 1024px) {
  .main-page__info-gift {
    right: 50px;
  }
  .main-page__info-gift {
    position: relative;
    right: initial;
    bottom: initial;
    margin: 40px auto 100px;
  }
  .calculate-benefit__wrapper {
    flex-direction: column;
  }
  .img-absol {
    display: none;
  }
  .wrapper__map {
    max-width: 100%;
    width: auto;
  }
  .alert-box {
    bottom: 0;
    margin: 30px auto 0;
  }
  .pay-less img {
    top: 0;
    left: 0;
  }
  .calculate-benefit__wrapper {
    align-items: center;
    gap: 30px;
  }
  .first-gift {
    height: 454px;
  }
  .water-treatment-system__item {
    max-width: 100%;
    width: auto;
  }
  .water-treatment-system__item p {
    max-width: 100%;
    width: auto;
  }
  .water-treatment-system__wrapper {
    margin-top: 20px;
  }
  .water-treatment-system__item-1,
  .water-treatment-system__item-2,
  .water-treatment-system__item-3,
  .water-treatment-system__item-4,
  .water-treatment-system__item-5 {
    top: initial;
    left: initial;
    bottom: initial;
  }
  .form-bg {
    position: initial;
    margin: 0 auto;
  }
  .form-bg .item-input input,
  .form-bg .input-phone input {
    background-color: none !important;
  }
  .investment__text-slider {
    width: 55%;
  }
  .main-page__cheack-list {
    position: relative;
    right: initial;
    bottom: initial;
    margin-bottom: 20px;
  }
  .arrow-way-1 {
    left: 40%;
  }
  .arrow-way-2 {
    top: 18%;
    left: 91%;
  }
  .arrow-way-3 {
    left: 41%;
    top: 27%;
  }
  .form-bg-1 {
    margin: 20px auto 0;
  }
  .video-box {
    right: 100px;
  }
  .info-step-1 {
    top: 33%;
  }
  .info-step-2 {
    top: 7%;
    left: 14%;
  }
  .info-step-3 {
    top: -80px;
    right: 42px;
  }
  .info-step-4 {
    right: 43px;
    bottom: 15%;
  }

  .page__what-it-for {
    padding: 20px 0;
  }
  .what-it-for__wrapper-what-it-for {
    flex-direction: column;
    gap: 50px;
  }
  .wrapper-what-it-for__text-what-it-for,
  .text-what-it-for__subtitles,
  .wrapper-service__info-box {
    max-width: 100%;
    width: auto;
  }
  .technical-service__wrapper-service {
    flex-direction: column;
  }
  .wrapper-service__form, .wrapper-service__info-service {
    width: 100%;
  }
  .info-service__grid-service {
    max-width: 100%;
  }
  .technical-service__bg-img {
    height: 100%;
    top: 0;
  }
  .grid-stations__item {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .do-you-know__grid {
    grid-template-columns: 1fr;
  }
  .do-you-know__item-do-you-know:nth-child(1n) {
    flex-direction: column;
  }
  .do-you-know__item-do-you-know:nth-child(1n) .item-do-you-know__text-box{
    top: 50px;
    bottom: initial;
    padding: 30px;
    max-width: 100%;
    width: auto;
  }
  .do-you-know__item-do-you-know:nth-child(1n) img {
    max-width: 100%;
    width: auto;
    margin: auto;
  }
  .found-solution__tariff-cards {
    grid-template-columns: 1fr;
  }
  .wrapper__map {
    grid-template-columns: 1fr;
  }
  .map__item .title {
    line-height: initial;
  }
  .calculate-benefit__wrapper:first-of-type {
    padding-bottom: 20px;
  }
  .investment__wrapper {
    max-width: 100%;
    width: auto;
  }
  .investment__show-percent {
    min-width: 45%;
    height: auto;
  }
  .investment__show-percent .investment-counter {
    font-size: 150px;
  }
  .text-slider__item {
    margin: 0 auto;
  }
  .page__investment,
  .investment__text-slider {
    height: auto;
  }
  .investment__text-slider {
    width: 50%;
  }
  .do-you-know-bg {
    bottom: -100px;
  }
  .arrow-way {
    display: none;
  }
  .video-box {
    position: relative;
    left: 35%;
    top: 0;
    margin-top: 30px;
  }
  .water-treatment-system {
    max-width: 100%;
  }
  .info-step-1 {
    top: 41%;
  }
  .info-step-2 {
    top: 16%;
    left: 18%;
  }
  .info-step-3 {
    right: 84px;
  }
  .info-step-4 {
    right: 76px;
    bottom: 20%;
  }
  .single-product__header-product {
    flex-direction: column;
  }
  .header-product__desc-product,
  .header-product__img {
    max-width: 100%;
    width: 100%;
  }
  .header-product__img {
    height: 300px;
  }
  .header-product__img img {
    width: auto;
  }
  .service-stations__grid-stations {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 620px) {
  .page__main1 {
    padding-bottom: 20px;
  }
  .main-page__info-gift {
    max-width: 200px;
    height: 200px;
  }
  .info-gift__font {
    font-size: 13px;
    line-height: 20px;
  }
  .map__item .title span,
  .alert-box__price span {
    font-size: 50px;
  }
  .alert-box__info {
    font-size: 20px;
    line-height: initial;
  }
  .map__item .title {
    margin-bottom: 10px;
  }
  .map__item .subtitle {
    line-height: initial;
    margin-bottom: 20px;
  }
  .wrapper__map {
    gap: 30px;
  }
  .page__calculate-benefit .title-1 {
    margin-bottom: 20px;
  }
  .difference span {
    font-size: 100px;
  }
  .difference p {
    font-size: 20px;
  }
  .info-step-1 {
    top: 37%;
  }
  .info-step-2 {
    top: 12%;
    left: 16%;
  }
  .info-step-3 {
    right: 57px;
  }
  .info-step-4 {
    right: 58px;
    bottom: 20%;
  }
  .water-treatment-system {
    margin-top: 150px;
  }
  .popular-treatment-systems__cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .cards__item-inner {
    padding: 40px 20px 40px;
  }
  .cards__item-bottom {
    bottom: 40px;
  }
  .popular-treatment-systems__title-wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .pay-less form .form-page__inner {
    align-items: center;
  }
  .pay-less form .form-page__inner .btn-main {
    width: 100%; 
    max-width: none;
    height: 55px;
    margin-left: 0px;
    text-transform: uppercase;
  }
  .pay-less form .form-page__inner .item-input {
    max-width: 100%;
    width: -webkit-fill-available;
  }
  .pay-less form .checkbox label span {
    margin-top: 20px;
  }
  .page__water-treatment-system {
    padding: 20px 0;
  }
  .water-treatment-system__item,
  .form-bg {
    padding: 10px;
  }
  .investment__show-percent {
    padding: 10px;
  }
  .investment__show-percent .investment-counter {
    font-size: 80px;
  }
  .investment__show-percent span {
    font-size: 40px;
  }
  .text-slider__item {
    padding: 15px;
  }
  .text-slider__item.slick-slide.slick-current {
    font-size: 20px;
  }
  .page__investment,
  .page__do-you-know,
  .page__no-faucet-office,
  .reviews-page_custom,
  .page__popular-treatment-systems,
  .page__technical-service {
    padding: 20px 0;
  }
  .investment__wrapper {
    margin-top: 20px;
  }
  .difference__percent p {
    font-size: 50px !important;
  }
  .difference p {
    margin: 0 20px;
  }
  .no-faucet-office-img {
    top: 0;
    height: calc(100% + 150px);
  }
  .desc-product__title {
    font-size: 25px;
  }
  .header-product__desc-product {
    padding: 25px;
  }
  .tabs li {
    max-width: 100%;
  }
  .desc-product__list li {
    flex-direction: column;
    align-items: center;
  }
  .desc-product__list li p:first-child {
    font-weight: bold;
  }
  .desc-product__price {
    flex-direction: column;
  }
  .desc-product__price .btn-2 {
    width: 100%;
    margin-top: 20px;
  }
  .tab_content {
    padding: 15px;
  }
  .text-what-it-for__subtitles {
    font-size: 16px;
  }
  .text-what-it-for__subtitles p {
    margin-bottom: 20px;
  }
  .wrapper-service__info-box {
    padding: 55px 20px 20px;
  }
  .info-box__title {
    font-size: 20px;
  }
  .info-service__grid-service {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page__service-stations{
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 425px) {
  .page__main1 .main-page__buttons {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .page__main1 .main-page__btn._business {
      margin: 0;
  }
  .btn-3 {
    width: 100%;
  }
  .tariff-cards__item {
    padding: 25px;
    min-height: auto;
  }
  .tariff-cards__footer {
    position: initial;
    max-width: 100%;
    margin-top: 30px;
  }
  .found-solution__info .desc {
    font-size: 16px;
    line-height: 25px;
  }
  .tariff-cards__name {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .tariff-cards__footer .price {
    padding: 10px 0;
  }
  .investment__wrapper {
    flex-direction: column;
  }
  .investment__text-slider {
    width: 100%;
  }
  .do-you-know-bg {
    bottom: -50px;
  }
  .alert-box::before {
    top: -13px;
    left: -13px;
  }
  .info-step-1 {
    top: 28%;
  }
  .info-step-2 {
    top: 2%;
    left: 19%;
  }
  .info-step-3 {
    right: 28px;
  }
  .info-step-4 {
    right: 26px;
    bottom: 8%;
  }
}

@media screen and (max-width: 375px) {
  .info-step p {
    font-size: 14px;
  }
  .video-box {
    left: 19%;
  }
  .info-step span {
    font-size: 20px;
    width: 38px;
    height: 38px;
  }
  .info-step-1 {
    top: 28%;
  }
  .info-step-2 {
    top: 2%;
    left: 19%;
  }
  .info-step-3 {
    right: 28px;
  }
  .info-step-4 {
    right: 22px;
  }
}




/* ==================== QUIZ ==================== */
.page__quiz {
  padding-top: 100px;
}

.quiz__wrap {
}
.quiz__question-page {
  display: none;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
}
.question-wrap{
	display: flex;
}
.question-page {
  position: relative;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  max-width: 1010px;
  width: 100%;
  /* padding-top: 100px; */
  color: #034e7b;
}
.question-page__steps {
  display: flex;
  gap: 17px;
}
.question-page__title {
  align-items: center;
  font-size: 35px;
  margin: 0px 0 20px;
}
.question-page__title span {
  color: #fdfc95;
}
.question-page__title .fr {
  line-height: initial;
  font-size: 30px;
  font-weight: bold;
}
.question-page__question-list {
  display: flex;
  gap: 0px;
}
.gradient-font {
  line-height: initial;
  background: linear-gradient(180deg, rgba(109,184,231,1) 0%, rgba(255,255,255,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} 
.question-counter {
  font-size: 62px;
  margin-bottom: 60px;
}
.question-list__item {
  max-width: 243px;
  width: 100%;
  display: flex;
  /* align-items: center; */
  flex-direction: column;
}
#tab-2 .question-list__item img {
  width: auto;
  max-height: 32px;
  border-radius: 8px;
  object-fit: contain;
}
#tab-2 input[type="radio"] + label {
  margin-top: 20px;
  margin-left: 3px;
}
.question-list__item-circle {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e3e7ef;
}
.question-list__item-circle.active {
  border-color: #5aa8d9;
}
.question-page__btns-container {
  display: flex;
  gap: 40px;
  margin-top: 20px;
  /*position: absolute;
  bottom: 40px;*/
}
.quiz__question-page .btns-container {
  display: grid;
  gap: 20px;
}

input[type="radio"] {
	display: none;
}
input[type="radio"] + label {
  position: relative;
  /* top: -30px; */
	/* color: #fff; */
  font-weight: 300;
  font-size: 18px;

  display: flex;
  align-items: center;
  flex-direction: row;
  text-align: initial;
}
input[type="radio"] + label span {
	display: inline-block;
	min-width: 42px;
	max-width: 42px;
	height: 42px;
	margin: 2px 4px 0 0;
	vertical-align: middle;
	cursor: pointer;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
input[type="radio"] + label span {
 	background: #fff;
  border: 1px solid #ddeaf3;
  box-shadow: inset 2px 2px 4px 1px rgba(0, 0, 0, .1);
}
input[type="radio"]:checked + label span {
  position: relative;
  background: linear-gradient(
0deg, rgba(26,114,167,1) 0%, rgba(34,163,238,1) 100%);
  box-shadow: 0 10px 10px 0 rgb(26 114 167 / 40%);
  border: none;
}
input[type="radio"]:checked + label span::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 10px;
  height: 3px;
  border-radius: 10px;
  transform: rotate(
45deg);
  top: 22px;
  left: 12px;
}
input[type="radio"]:checked + label span::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 15px;
  height: 3px;
  border-radius: 10px;
  transform: rotate(-45deg);
  top: 20px;
  left: 17px;
} 
input[type="radio"] + label span,
input[type="radio"]:checked + label span {
	-webkit-transition: background-color 0.20s ease-in-out;
	-o-transition: background-color 0.20s ease-in-out;
	-moz-transition: background-color 0.20s ease-in-out;
	transition: background-color 0.20s ease-in-out;
}
input[type="radio"] + label p {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 0 20px;
}

.question-page__right {
  position: relative;
  display: grid;
  gap: 17px;
  max-width: 30%;
  width: 100%;
}


.question-page__right img:not(.reviews-page__item-img img) {
  max-width: 390px;
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0px auto 20px;
  z-index: 1;
  position: relative;
  right: -40px;
}
.question-page__right-big-box p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}
.question-page__right-big-box p span {
  color: #e7e784;
}
.question-page__right-small-box {
  align-items: center;
  text-align: center;
}
.question-page__right-small-box p:first-child {
  font-size: 18px;
  text-transform: uppercase;
  color: #fdfc8f;
  margin-bottom: 20px;
}
.question-page__gift-box {
  display: flex;
  color: #FFF;
  font-size: 14px;
  gap: 20px;
  width: 100%;
  justify-content: space-around;
}
.gift-box__item {
  max-width: 125px;
}

.gift-box__item img {
  max-height: 70px;
  object-fit: contain;
  margin-bottom: 10px;
}

.question-page__right-comment {
  max-width: 411px;
  width: 100%;
  height: auto;
  padding: 30px 37px;
  background: #fff;
  border-radius: 6px;
}




.quiz__question-page .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: scroll;
  display: flex;
  gap: 17px;
  position: absolute;
  z-index: 1;
  display: none;
}
.quiz__question-page .tabs::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}
.quiz__question-page .tabs::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}
.quiz__question-page .tabs::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fdfc8f;
}

.quiz__question-page .tabs li {
  min-width: 180px;
  height: 64px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 15px;
  border: 1px solid #FFF;
  text-align: center;
  font-weight: 600;
  color: #FFF;
  background: transparent;


  /* display: flex;
  align-items: center;
  justify-content: center; */
}

.quiz__question-page .tabs li:not(.active) {
  pointer-events: none;
}

.quiz__question-page .tabs li a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: block;
  /* padding: 10px 20px; */
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
}

/* .tabs li a:hover {
  background: #ccc;
} */

.quiz__question-page .tabs li.active {
  border: 1px solid #b9a354;
}
.quiz__question-page .tabs li.active a {
  color: #fdfc8f;
}

.quiz__question-page .tab_container {
  border-top: none;
  /* margin-top: 20px; */
  background: #fff url('../img/bg-quiz.png') no-repeat right top / cover;
}
.quiz__question-page .reviews-page__item {
  position: absolute;
  display: flex;
  width: 590px;
  background-color: #eef8fe;
  bottom: -45px;
  right: -45px;
  margin: 0;
  z-index: 2;
}
@media screen and (max-width: 1440px){
  .quiz__question-page .reviews-page__item {
	  display: flex;
	  width: 590px;
	  bottom: -45px;
	  right: -45px;
	  padding: 25px 15px;
	}
}
@media screen and (max-width: 991px){
  .quiz__question-page .reviews-page__item {
	  display: flex;
	  width: 100%;
	  bottom: 0;
	  right: 0;
	  padding: 25px 15px;
	}
}
.quiz__question-page .reviews-page__item-img {
  position: initial;
  min-width: 84px;
  background-color: #fff !important;
  margin-right: 20px;
}
.quiz__question-page .reviews-page__item-img img {
  width: initial;
  margin: 0;
}
.quiz__question-page .tariffs-page__img-info {
  bottom: 175px;
  left: -50px;
  z-index: 2;
}
#tab-3 .question-page__right .tariffs-page__img-info {
  left: -20px;
}
.question-page__right-select {
  position: absolute;
  top: 200px;
  left: -120px;
  color: #000;
  font-size: 16px;
  max-width: 477px;
  padding: 33px 34px;
  background: #fff;
  border-radius: 6px;
  display: none;
}
.question-page__right-select p {
  max-width: 235px;
}
.question-page__right-select span {
  color: #4596c8;
  font-weight: bold;
}
.question-page__right-select .right-select__uppercase {
  text-transform: uppercase;
  color: #fb9b0d;
  font-weight: bold;

}
.question-counter .tab_content {
  /* padding: 20px; */
  gap: 20px;
  display: flex;
  justify-content: space-between;
}
#tab-1 .question-page__question-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;
}
#tab-1 .question-list__item {
  max-width: max-content;
}
#tab-1 input[type="radio"] + label,
#tab-4 input[type="radio"] + label,
#tab-5 input[type="radio"] + label {
  padding: 23px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  position: relative;
  top: 0px;
  color: #176fa4;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  flex-direction: row;
  text-align: initial;
}
#tab-1 input[type="radio"] + label p,
#tab-4 input[type="radio"] + label p,
#tab-5 input[type="radio"] + label p {
  margin: 0 0 0 20px;
  font-size: 24px;
}
#tab-3 input[type="radio"] + label p {
  font-size: 18px;
}
#tab-3 input[type="radio"] + label {
  margin-top: 20px;
}

#tab-4 .question-page__question-list {
  flex-wrap: wrap;
  gap: 0px;
}
#tab-4 .question-list__item,
#tab-5 .question-list__item {
  max-width: initial;
  width: auto;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: row;
}

#tab-5 .question-page__question-list {
  display: flex;
  align-items: center;
}
#tab-5 .question-page__question-list img {
  position: relative;
  bottom: -20px;
}
#tab-5 .lead__form {
  margin: 50px 0 0;
}
#tab-5 .question-page__right-big-box img {
  width: auto;
  max-width: 590px;
  position: absolute;
  top: 50px;
  right: -30px;
  margin: 0;
}
#tab-5 .question-page__right {
  align-items: flex-end;
}
#tab-5 .question-page__title {
  text-align: initial;
}
#tab-5 .form__item {
  margin: 0 !important;
}
#tab-5 .form .accept {
  text-align: initial;
}
#tab-5 .question-page__question-list {
  flex-direction: column;
  align-items: baseline;
}
#tab-5 .question-list__container {
  margin-top: 30px;
  grid-template-columns: repeat(3, 1fr);
}
#tab-5 .question-page__question-list form {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 70%;
}

.form .text-input {
  display: block;
  width: 100%;
}
.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
  direction: ltr;
}
/* .wpcf7 input[type="url"]::placeholder, .wpcf7 input[type="email"]::placeholder, .wpcf7 input[type="tel"]::placeholder {
  color: #fff;
} */
.form .accept label > span {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  margin-top: 30px;
  color: #fff;
}
.form .accept label .accept__icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(153, 153, 153, 0.69);
}
.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
  content: " ";
}
.form .accept input {
  display: none;
}
.form__item_row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.question-list__container {
  display: grid;
  gap: 20px;
  width: 100%;
}
.question-page__title_s-size {
  font-size: 30px;
  margin-bottom: 40px;
}

#tab-4 .question-page__question-list form {
  max-width: 400px;
  width: 100%;
}

.xbtn--border_back,
.nextBtn{
  min-width: 250px;
  height: 55px;
}


@media screen and (max-width: 1440px) {
  #tab-5 .form__item_row {
    flex-direction: column;
  }
}
@media screen and (max-width: 1439px) {
  .quiz__question-page .tabs {
    max-width: 850px;
  }
}
@media screen and (max-width: 1365px) {
  .quiz__question-page .tabs {
    max-width: 800px;
  }
  .question-counter {
    font-size: 55px;
  }
  #tab-5 .question-page__right-big-box img {
    width: auto;
    max-width: 530px;
  }
}
@media screen and (max-width: 1200px) {
  #tab-5 .question-page__right {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .quiz__question-page .tab_content {
    flex-direction: column;
  }
  .question-page__btns-container {
    position: initial;
    margin-top: 20px;
  }
  .quiz__question-page .tabs {
    position: relative;
  }
  .question-page {
    padding-top: 20px;
  }
  .quiz__question-page .tabs li {
    min-width: 125px;
    height: 45px;
  }
  .question-page__right-big-box img {
    max-width: 140px;
  }
  .question-list__item img {
    max-height: 140px;
  }
  .quiz .xbtn--grad {
    min-width: 245px;
    height: 60px;
  }
  .question-page__right,
  .question-page__right-comment {
    max-width: 100%;
  }

  .quiz__question-page .tariffs-page__img-info {
    left: 50px;
  }
}
@media screen and (max-width: 991px){
  .question-wrap {
    display: flex;
    flex-direction: column;
  }
  .question-page {
    padding: 0 0 20px; 
  }
	.tab_content {
    padding: 0 10px; 
  }
	.question-page__right{
		gap: 0;
	}
	.question-page__right img:not(.reviews-page__item-img img){
		margin-bottom: 0;
	}
}
@media screen and (max-width: 768px) {
  .question-page__right {
    grid-template-columns: 1fr;
  }
  .question-page__right-big-box, .question-page__right-small-box {
    max-width: 100%;
    width: auto;
  }
  #tab-5 .xbtn--grad, input[type="submit"].xbtn--grad {
    min-width: auto;
  }
  .quiz__question-page .tabs li {
    max-width: 30px;
    min-width: 30px;
    height: 42px;
    border-radius: 50%;
  }
  .quiz__question-page .tabs {
    gap: 5px;
    margin-top: 20px;
    justify-content: space-around;
  }
  .quiz__question-page .question-page__right-big-box p {
    font-size: 15px;
  }
  .question-counter {
    font-size: 43px;
    margin-bottom: 30px;
  }
  .quiz__question-page input[type="radio"] + label p {
    margin: 0 0 0 20px;
    font-size: 18px !important;
  }
  .question-page__question-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  .thx-modal {
    width: auto !important;
  }
  .thx-modal span {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 640px) {
  .question-page__btns-container {
    flex-direction: column-reverse;
  }
  .question-page__question-list {
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }
  /* .question-list__item img {
    display: none;
  } */
  /* input[type="radio"] + label {
    padding: 15px !important;
    border-radius: 6px;
    position: relative;
    top: 0px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    display: flex;
    align-items: inherit;
    flex-direction: row;
    text-align: initial;

    width: 100%;
    max-width: 100%;
  }
  input[type="radio"] + label p {
    margin: 0 0 0 20px;
    
  } */
  /* .question-list__item, */
  /* #tab-4 .question-list__item  {
    max-width: 100% !important;
    width: 100% !important;
    color: #fff;
    display: block;
  } */
  #tab-5 .question-page__question-list img {
    position: relative;
    bottom: -20px;
    width: auto;
    max-width: 200px;
  }
  .question-page__title,
  .question-page__title_s-size {
    font-size: 25px;
  }
  #tab-5 .lead__form {
    margin: 0;
  }
  #tab-5 .form .accept {
    text-align: center;
  }
  .question-page {
    padding-top: 0px;
  }
  .question-page__right-big-box img {
    max-width: 100px;
  }
  .quiz__question-page .reviews-page__item {
    width: auto;
    position: initial;
  }
  .quiz__question-page .reviews-page__item-img {
    display: none;
  }
  .quiz__question-page .tariffs-page__img-info {
    bottom: 210px;
  }
  .item-circle__img {
    max-width: 100px !important;
    height: 110px !important;
  }
  #tab-5 .question-page__question-list form {
    grid-template-columns: 1fr;
    width: 100%;
  }
  #tab-5 .question-list__container {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 480px) {
  /* input[type="radio"] + label p {
    font-size: 14px;
  }
  .quiz .xbtn--grad,
  .btn-skip {
    min-width: 200px;
    font-size: 16px;
  }
  input[type="radio"] + label span {
    display: inline-block;
    min-width: 25px !important;
    max-width: 25px !important;
    height: 25px !important;
  }
  .xbtn--border_back {
    min-width: inherit;
  }
  input[type="radio"]:checked + label span::after {
    top: 11px;
    left: 9px;
    width: 13px;
    height: 4px;
  }
  input[type="radio"]:checked + label span::before {
    top: 13px;
    left: 4px;
    width: 10px;
    height: 4px;
  }
  .question-page__title, .question-page__title_s-size {
    font-size: 20px;
  }
  #tab-5 .xbtn--grad, input[type="submit"].xbtn--grad {
    font-size: 14px;
  } */
  .question-counter {
    font-size: 18px;
    margin-bottom: 30px;
  }
  #tab-1 .question-page__question-list {
    grid-template-columns: 1fr;
  }
  .question-page__title .fr {
    font-size: 16px;
  }
  #tab-2 .question-list__item {
    flex-direction: row;
  }
  .question-page .btn-1,
  .question-page .btn-2{
    min-width: 100%;
    height: 67px;
  }
  .question-page__right img:not(.reviews-page__item-img img) {
    position: initial;
  }
  .quiz__question-page .tariffs-page__img-info {
    left: 28px;
    bottom: 288px;
  }
}
.xbtn--grad__disabled {
  opacity: .6;
  pointer-events: none;
}
.xbtn--grad__disabled::after {
  opacity: .1;
}
.modal-quiz {
  max-width: 100%;
}

.quiz .xbtn--grad {
  display: block;
}

.quiz .lead__form {
  max-width: 100%;
}
.wpcf7-spinner {
  display: none !important;
}

.fancybox-overlay {
  background: rgba(5, 122, 192, .8) !important;
}

.item-circle__img {
  max-width: 200px;
  width: 100%;
  height: 210px;
  border-radius: 6px;
}
.item-circle__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fancybox-skin {
  background: #fff !important;
}

.thx-modal {
  padding: 45px;
  background: #fff url(../img/bg-quiz.png) no-repeat right top / cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* max-width: 500px; */
  width: 950px;
  height: 400px;
}

.thx-modal span {
  font-size: 40px;
  color: #034e7b;
  line-height: initial;
  font-weight: bold;
}


/****/
form .btn-main {
	cursor: pointer;
  }
  
  div.wpcf7-validation-errors {
	border: 0px;
	font-size: 0px;
	opacity: 0;
	position: absolute;
  }
  
  span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 12px !important;
	font-weight: normal;
	display: block;
	position: relative;
	top: -10px;
	display: none !important;
  }
  
  
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.input-form.wpcf7-not-valid,
  textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.input-form.wpcf7-not-valid {
	border: 1px solid red !important;
  }
  
  
  form .wpcf7-response-output {
  display: none !important;
  }
  div.wpcf7-mail-sent-ok {
	font-size: 0px;
	border: 0px !important;
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 17px;
  }
  
  img.alignright { float: right; margin: 0 0 1em 1em; }
  img.alignleft { float: left; margin: 0 1em 1em 0; }
  img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
  .alignright { float: right; }
  .alignleft { float: left; }
  .aligncenter { display: block; margin-left: auto; margin-right: auto; }
  
  .error-404 {
	height: 400px;
	padding-top: 150px;
  }
  
  .error-404 .page-title {
	font-size: 32px;
	text-align: center;
	margin-bottom: 30px;
  }
  
  .error-404 a {
	color: #666;
	text-decoration: underline;
  }

  .tariffs-page__form .btn-main-wr {
    width: 48%;
  }
  .tariffs-page__form .btn-main {
    width: 100%;
  }
  @media(max-width: 580px) {
    .tariffs-page__form .btn-main-wr {
      width: 100%;
    }
  }


#main {
  padding-top: 100px;
}

.toggle-header__switch-btn input[type="radio"] {
  pointer-events: none;
}