/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 27.03.2024, 11:01:33
    Author     : Admin
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 01.07.2025, 11:50:36
    Author     : Admin
*/
h1 {
  font-size: 75px;
  font-weight: 500;
  font-family: "Sofia Sans Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.5px;
  line-height: 90%;
}
h1 span {
  color: #f4d000;
}
h2 {
  font-size: 75px;
  font-weight: 500;
  font-family: "Sofia Sans Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
h2 span {
  color: #f4d000;
}
h3 {
  font-size: 45px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
h3 span {
  color: #f4d000;
}
h4 {
  font-size: 30px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
h5 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
html,
body {
  width: 100%;
}
body {
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  color: #292e4c;
  margin: 0;
  background-color: #f4f4f4;
}
.wrap {
  width: 100%;
  max-width: 1320px;
  margin: auto;
}
.site-header {
  background-color: #292e4c;
  box-shadow: 0 0 20px #292e4c;
  position: relative;
  z-index: 99;
}
a.open-menu {
  display: none;
}
.phone-link a {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: white;
  text-decoration: none;
  line-height: 1;
  gap: 5px;
}
.phone-link a:hover {
  color: #f4d000;
}
.phone-link a:hover svg path {
  fill: #f4d000;
}
.download_app-wrap a {
  font-size: 16px;
  font-weight: 500;
  color: #292e4c;
  text-decoration: none;
  background-color: #f4d000;
  display: flex;
  align-items: center;
  line-height: 1;
  border-radius: 10px;
  flex-wrap: wrap;
  overflow: hidden;
}
.download_app-wrap a span.exept {
  display: inline-block;
  padding: 12px 20px;
}
.download_app-wrap a span.icon {
  display: flex;
  align-self: stretch;
  align-items: center;
  padding: 0 11px;
  background-color: hsla(0, 0%, 100%, 0.8);
  transform: all 0.5s;
}
.download_app-wrap a:hover span.icon {
  background-color: hsla(0, 0%, 100%, 0);
  transform: all 0.5s;
}
.download_app-wrap a:hover span.icon svg {
  transform: scale(1.4);
  transform: all 0.5s;
}
.site-header-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  padding: 16px 0;
}
.site-header-wrap .menu {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
  list-style: none;
  color: white;
  font-size: 16px;
}
.site-header-wrap .menu li a {
  color: white;
  text-decoration: none;
}
.site-header-wrap .menu li a:hover {
  color: #f4d000;
}
.site-header-wrap .menu li.current-menu-item a {
  color: #f4d000;
  display: flex;
  align-items: center;
  gap: 5px;
}
.site-header-wrap .menu li.current-menu-item a:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #f4d000;
  border-radius: 50px;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.home_baner {
  position: relative;
}
.home_baner .img-amimation {
  position: absolute;
  top: 0;
  right: 0;
}
.home_baner .cirlkles img {
  display: block;
  width: 909px;
  height: 909px;
  position: absolute;
  top: -165px;
  right: -80px;
  animation: rotate 10s linear infinite;
}
.home_baner .smart {
  position: absolute;
  right: 230px;
  top: -12px;
}
.home_baner .description {
  margin-bottom: 35px;
}
.home_baner .description h1 {
  margin-top: 80px;
  margin-bottom: 22px;
}
.button-apps {
  display: flex;
  gap: 23px;
}
.button-apps a {
  display: inline-block;
  border-radius: 10px;
}
.button-apps a img {
  display: block;
  margin: 0;
  padding: 0;
}
.button-apps a:hover {
  box-shadow: 4px 4px 20px rgba(41, 46, 76, 0.3);
}
.apps_link .qr {
  margin-top: 97px;
  display: flex;
  align-items: center;
  gap: 33px;
}
.apps_link .qr p.label {
  font-size: 24px;
  font-family: "Sofia Sans Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background: #f4d000;
  padding: 7px 15px;
  border-radius: 500px;
  margin: 0;
  position: relative;
}
.apps_link .qr p.label:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-right: 31px solid #f4d000;
  border-bottom: 16px solid transparent;
  left: -17px;
  top: 6px;
  z-index: -1;
}
.bage {
  font-size: 18px;
  border: 1px solid rgba(41, 46, 76, 0.1);
  display: inline;
  border-radius: 500px;
  padding: 10px 10px 10px 14px;
  line-height: 1;
  position: relative;
  font-family: "Sofia Sans Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.bage:before {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 500px;
  background: #292e4c;
  left: -7px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.service_benefits_body {
  margin-top: 180px;
}
.service_benefits_body .bage {
  margin-left: 5px;
}
.service_benefits_body .service_benefits-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  gap: 25px;
}
.benefits-item {
  background-color: #ececec;
  display: flex;
  padding: 30px 20px 30px 40px;
  border-radius: 10px;
  gap: 10px;
}
.benefits-item .description {
  flex-grow: 2;
}
.benefits-item h5 {
  margin: 0;
  line-height: 1.1;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.benefits-item p {
  margin: 0;
  line-height: 1.4;
  letter-spacing: 0.1px;
}
.benefits-item:first-child {
  background-color: rgba(244, 208, 0, 0.1);
}
.for-bisiness .service_benefits_body {
  margin-top: 125px;
}
.for-bisiness .benefits-item {
  padding: 39px 20px 40px 40px;
  min-height: 72px;
}
.for-bisiness .icon {
  margin-top: -20px;
}
.how_it_work {
  margin-top: 152px;
}
.how_it_work .bage {
  margin-left: 5px;
}
.how_it_work h2 {
  margin-top: 17px;
  margin-bottom: 18px;
}
.how_it_work .it_work_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
}
.how_it_work .it_work-item {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 39px 40px;
  height: 405px;
  box-sizing: border-box;
}
.how_it_work .it_work-item h5 {
  margin: 0;
  z-index: 5;
  position: relative;
}
.how_it_work .it_work-item.item1 .num {
  display: block;
  position: absolute;
  width: 312px;
  height: 269px;
  background-image: url("../img/num01.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  left: 12px;
}
.how_it_work .it_work-item.item1 .bg-phone {
  display: block;
  position: absolute;
  width: 144px;
  height: 293px;
  background-image: url("../img/bg-phone1.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.how_it_work .it_work-item.item2 .num {
  display: block;
  position: absolute;
  width: 312px;
  height: 269px;
  background-image: url("../img/num02.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  left: 12px;
  top: 15px;
}
.how_it_work .it_work-item.item2 .bg-phone {
  display: block;
  position: absolute;
  width: 144px;
  height: 293px;
  background-image: url("../img/bg-phone2.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.how_it_work .it_work-item.item3 .num {
  display: block;
  position: absolute;
  width: 312px;
  height: 269px;
  background-image: url("../img/num03.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  left: 13px;
  top: 58px;
}
.how_it_work .it_work-item.item3 .bg-phone {
  display: block;
  position: absolute;
  width: 144px;
  height: 293px;
  background-image: url("../img/bg-phone3.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.how_it_work .it_work-item.item4 {
  background-image: url("../img/it_work-item4.jpg");
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.how_it_work .it_work-item.item4 h5 {
  color: white;
}
.how_it_work .it_work-item.item4 .num {
  display: block;
  position: absolute;
  width: 312px;
  height: 269px;
  background-image: url("../img/num04.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  left: 4px;
  top: 17px;
}
.why_us {
  margin-top: 130px;
}
.why_us_body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
}
.why_us_body .bage {
  margin-left: 7px;
}
.why_us_body h2 {
  margin: 0;
  margin-top: 26px;
  line-height: 90%;
}
.why_us_item {
  padding: 22px 30px;
  border-radius: 10px;
  background-color: rgba(165, 165, 165, 0.1);
}
.why_us_item .icon img {
  display: block;
  margin: 0;
  padding: 0;
  box-shadow: 4px 4px 10px rgba(79, 71, 22, 0.2);
}
.why_us_item h5 {
  margin: 0;
  margin-top: 14px;
  margin-bottom: 11px;
}
.why_us_item p {
  margin: 0;
  margin-bottom: 15px;
}
.why_us_item.item1 {
  grid-column: 1/3;
  padding: 0;
  background-color: inherit;
}
.why_us_item.item8 {
  grid-column: 1/3;
  grid-row: 2/4;
  background-color: inherit;
  background-image: url("../img/bg_why_us.jpg");
  background-repeat: no-repeat;
}
.why_us_item.item7 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.why_us_item.item7 .qr {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-direction: column;
}
.why_us_item.item7 .qr p.label {
  font-size: 24px;
  font-family: "Sofia Sans Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background: #f4d000;
  padding: 7px 15px;
  border-radius: 500px;
  margin: 0;
  position: relative;
}
.why_us_item.item7 .qr p.label:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-bottom: 31px solid #f4d000;
  border-right: 16px solid transparent;
  left: 0;
  top: -13px;
  z-index: -1;
  right: 0;
  margin: auto;
}
.our.partners {
  margin-top: 140px;
  background-color: #ececec;
  padding-bottom: 262px;
}
.our.partners_body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 92px;
  position: relative;
}
.our.partners_body .our_partnerslogos {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  right: 0;
}
.our.partners_body .our_partnerslogos img {
  position: absolute;
  transition: all 0.3s ease;
  /* Позиції керуються динамічно через JavaScript (partners-positioning.js) */
  /* Нижче наведені резервні позиції на випадок, якщо JS не завантажиться */
}
.our.partners_body .our_partnerslogos img.part_1 {
  left: 2%;
  top: 40%;
}
.our.partners_body .our_partnerslogos img.part_2 {
  left: 78%;
  top: 66%;
}
.our.partners_body .our_partnerslogos img.part_3 {
  left: -4%;
  top: 72%;
}
.our.partners_body .our_partnerslogos img.part_4 {
  left: 47%;
  top: 103%;
}
.our.partners_body .our_partnerslogos img.part_5 {
  top: 90%;
  left: -13%;
}
.our.partners_body .our_partnerslogos img.part_6 {
  top: 26%;
  left: -27%;
}
.our.partners_body .our_partnerslogos img.part_7 {
  top: 111%;
  left: -39%;
}
.our.partners_body .our_partnerslogos img.part_8 {
  top: 95%;
  left: 11%;
}
.our.partners_body .our_partnerslogos img.part_9 {
  top: 24%;
  left: 20%;
}
.our.partners_body .our_partnerslogos img.part_10 {
  top: 93%;
  left: 29%;
}
.our.partners_body * {
  position: relative;
  z-index: 5;
}
.our.partners_body h2 {
  margin: 0;
  margin-top: 7px;
  margin-bottom: 18px;
}
.service_with_us {
  margin-top: -130px;
}
.service_with_us .wrap {
  position: relative;
}
.with_us_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background-color: #292e4c;
  color: white;
  padding-top: 86px;
  padding-bottom: 99px;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.with_us_body h2 {
  margin: 0;
}
.with_us_body .leyar_rout {
  display: block;
  position: absolute;
  width: 168px;
  height: 167px;
  background-image: url("../img/rout.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  left: 90px;
  bottom: 64px;
}
.with_us_body .leyar_zakaz {
  display: block;
  position: absolute;
  width: 249px;
  height: 270px;
  background-image: url("../img/zakaz.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  right: -30px;
  bottom: 68px;
}
a.yellow-btn {
  background-color: #f4d000;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 10px;
  border: 1px solid #f4d000;
  padding: 19px 50px;
  display: inline-block;
  text-decoration: none;
}
a.yellow-btn:hover {
  box-shadow: 0 10px 20px rgba(227, 195, 14, 0.5);
}
a.border-btn {
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 10px;
  border: 1px solid #f4d000;
  padding: 19px 50px;
  display: inline-block;
  text-decoration: none;
  color: #f4d000;
}
a.border-btn:hover {
  color: white;
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.2);
}
.with_us_button {
  display: flex;
  gap: 25px;
  margin-top: 17px;
}
.reviews {
  margin-top: 126px;
}
.reviews .reviews-title {
  text-align: center;
}
.reviews h2 {
  margin-top: 17px;
  margin-bottom: 30px;
}
.reviews-body {
  display: flex;
  gap: 25px;
}
.reviews-item {
  background-color: white;
  border-radius: 10px;
  padding: 30px 30px 20px 30px;
  position: relative;
}
.reviews-item .star {
  display: flex;
  gap: 10px;
  margin-bottom: 28px;
}
.reviews-item .rew {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 30px;
}
.reviews-item .rew strong {
  font-size: 24px;
  font-weight: 400;
}
.reviews-item .info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.reviews-item:after {
  content: "";
  display: block;
  position: absolute;
  border-left: 34px solid transparent;
  border-top: 34px solid white;
  border-right: 34px solid transparent;
  bottom: -23px;
  right: 11px;
  z-index: -1;
}
.reviews-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 55px;
  height: 42px;
  background-image: url("../img/bquote.png");
  right: 18px;
  top: 17px;
}
.faq {
  margin-top: 161px;
}
.faq .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.faq-title .bage {
  margin-left: 11px;
}
.faq-title h2 {
  margin-top: 30px;
  line-height: 90%;
}
/*accordion*/
.accordion {
  width: 100%;
  margin: 0;
  font-size: 18px;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 92px;
}
.panel {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}
.panel-body {
  padding-bottom: 4px;
  padding-right: 100px;
}
.panel-body p {
  font-size: 16px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 140%;
}
.accordion-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(41, 46, 76, 0.1);
  padding-bottom: 30px;
}
.accordion-item .title {
  font-size: 24px;
  line-height: 110%;
  font-weight: 500;
}
.accordion-item .title span {
  font-size: 18px;
  font-style: italic;
}
.accordion-item .cost {
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
}
.accordion-item .cost span {
  font-size: 18px;
}
.accordion:after {
  content: "";
  width: 40px;
  height: 40px;
  background: #f4d000;
  border-radius: 500px;
  font-size: 28px;
  line-height: 31px;
  color: #bbbbbb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 19px;
  top: -8px;
  background-image: url("../img/faq_plus.png");
  background-repeat: no-repeat;
  background-position: center;
}
.accordion-item.opened .accordion:after {
  content: "";
  transform: rotate(45deg);
}
/*end accordion*/
.get-download {
  margin-top: 92px;
  margin-bottom: -143px;
  position: relative;
}
.get-download:after {
  content: "";
  display: block;
  position: absolute;
  height: 132px;
  width: 100%;
  background-color: #ececec;
  bottom: 0;
  z-index: -1;
}
.get-download-body {
  position: relative;
  overflow: hidden;
  background: #292e4c;
  border-radius: 10px;
  padding: 69px;
  color: white;
}
.get-download-body .mokup1 {
  position: absolute;
  bottom: -4px;
  right: 300px;
  z-index: 2;
  box-shadow: 19px 0 50px rgba(0, 0, 0, 0.25);
}
.get-download-body .mokup2 {
  position: absolute;
  bottom: -4px;
  right: 102px;
  box-shadow: 19px 0 50px rgba(0, 0, 0, 0.25);
}
.get-download-body h2 {
  margin: 0;
  line-height: 90%;
  color: white;
  max-width: 810px;
}
.get-download-body p {
  font-size: 24px;
}
.get-download-body .button-apps {
  margin-top: 30px;
}
div#scrol-top {
  position: fixed;
  right: 50px;
  bottom: 100px;
  z-index: 99;
  display: none;
}
div#scrol-top.fixed {
  display: block;
}
div#scrol-top button.scrolltop {
  background: none;
  padding: 0;
  transform: rotateZ(-90deg);
  outline: none;
  border: none;
  cursor: pointer;
}
footer {
  padding-top: 90px;
  background-color: #ececec;
  margin-top: 130px;
}
footer .copyright {
  border-top: 1px solid rgba(41, 46, 76, 0.1);
  margin-top: 59px;
  padding: 30px 0;
}
footer .copyright .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .copyright .copy p {
  font-size: 16px;
}
footer .copyright .politic-link {
  gap: 64px;
  display: flex;
}
footer .copyright .politic-link a {
  font-size: 14px;
  color: #292e4c;
  text-decoration: none;
  display: inline-block;
}
.site-footer {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 15px;
}
.site-footer .widget-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 18px;
  font-family: "Sofia Sans Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.footer-logo {
  max-width: 270px;
}
.footer-logo p {
  font-size: 16px;
}
.widg .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widg .menu a {
  font-size: 16px;
  color: #292e4c;
  text-decoration: none;
}
.widg .menu li {
  margin-bottom: 7px;
}
.widg .contakt .textwidget {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.widg .contakt .textwidget a {
  display: flex;
  gap: 10px;
  font-size: 16px;
  color: #292e4c;
  text-decoration: none;
}
.connection_process {
  margin-top: 152px;
}
.connection_process .bage {
  margin-left: 5px;
}
.connection_process h2 {
  margin-top: 17px;
  margin-bottom: 18px;
}
.connection_process .connection_process_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
}
.connection_process .connection-item {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 39px 40px;
  height: 405px;
  box-sizing: border-box;
}
.connection_process .connection-item h5 {
  margin: 0;
  z-index: 5;
  position: relative;
}
.connection_process .connection-item.item1 .num {
  display: block;
  position: absolute;
  width: 377px;
  height: 405px;
  background-image: url("../img/for-step_num_1.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  left: -67px;
  bottom: -149px;
}
.connection_process .connection-item.item1::before {
  content: "";
  display: block;
  position: absolute;
  width: 63px;
  height: 63px;
  background: url("../img/for-step_1.png");
  top: 10px;
  right: 6px;
}
.connection_process .connection-item.item2 .num {
  display: block;
  position: absolute;
  width: 377px;
  height: 405px;
  background-image: url("../img/for-step_num_2.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  left: -56px;
  bottom: -149px;
}
.connection_process .connection-item.item2::before {
  content: "";
  display: block;
  position: absolute;
  width: 63px;
  height: 63px;
  background: url("../img/for-step_2.png");
  top: 10px;
  right: 6px;
}
.connection_process .connection-item.item3 .num {
  display: block;
  position: absolute;
  width: 377px;
  height: 405px;
  background-image: url("../img/for-step_num_3.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  left: -56px;
  bottom: -149px;
}
.connection_process .connection-item.item3::before {
  content: "";
  display: block;
  position: absolute;
  width: 63px;
  height: 63px;
  background: url("../img/for-step_3.png");
  top: 10px;
  right: 6px;
}
.connection_process .connection-item.item4 {
  background-color: #f4d000;
}
.connection_process .connection-item.item4 .num {
  display: block;
  position: absolute;
  width: 377px;
  height: 405px;
  background-image: url("../img/for-step_num_4.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  left: -56px;
  bottom: -149px;
}
.connection_process .connection-item.item4::before {
  content: "";
  display: block;
  position: absolute;
  width: 63px;
  height: 63px;
  background: url("../img/for-step_4.png");
  top: 10px;
  right: 6px;
}
.for-bisiness_baner {
  display: flex;
  padding-top: 80px;
}
.for-bisiness_baner h1 {
  margin: 0;
  margin-bottom: 30px;
}
.for-bisiness_baner .for-bisiness_baner-image img {
  border-radius: 10px;
  overflow: hidden;
}
.bisiness-bages {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.bisiness-bages p {
  margin: 0;
  background-color: #ececec;
  border-radius: 500px;
  padding: 12px 17px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
.tariff_plans {
  margin-top: 130px;
}
.tariff_plans_title {
  text-align: center;
}
.tariff_plans_title h2 {
  margin-top: 12px;
  margin-bottom: 0;
}
.tariff_plans-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  margin-top: 18px;
}
.tariff_plans_item {
  border-radius: 10px;
  background-color: white;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.tariff_plans_item .title h3 {
  margin: 0;
  margin-bottom: 12px;
  font-family: "Sofia Sans Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.tariff_plans_item .info {
  flex-grow: 3;
}
.tariff_plans_item .info p {
  margin: 0;
}
.tariff_plans_item .komissiion {
  padding: 10px 15px;
  border-radius: 500px;
  border: 1px solid #f5f5f5;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 19px;
}
.tariff_plans_item .komissiion .name {
  opacity: 0.5;
}
.tariff_plans_item .cost {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.tariff_plans_item .cost a.yellow-btn {
  padding: 19px 30px;
}
.tariff_plans_item .cost .available_soon_bage {
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 19px 30px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  width: 100%;
}
.tariff_plans_item .price {
  font-size: 35px;
  font-family: "Sofia Sans Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
.tariff_plans_item .price span {
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.tariff_plans_item.item1 {
  background-color: #292e4c;
  color: white;
  position: relative;
}
.tariff_plans_item.item1 .komissiion {
  border-color: rgba(255, 255, 255, 0.5);
}
.tariff_plans_item.item1:before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #06ad5b;
  border-radius: 500px;
  top: 26px;
  right: 22px;
  box-shadow: 1px 1px 4px #000000;
}
.connection_request {
  margin-top: 76px;
  margin-bottom: 60px;
}
.connection_request.last-block {
  margin-bottom: -143px;
  position: relative;
}
.connection_request.last-block:after {
  content: "";
  display: block;
  position: absolute;
  height: 132px;
  width: 100%;
  background-color: #ececec;
  bottom: 0;
  z-index: -1;
}
.connection_request-body {
  background-color: #292e4c;
  color: white;
  border-radius: 10px;
  padding: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  position: relative;
  overflow: hidden;
}
.connection_request-body:before {
  content: "";
  display: block;
  position: absolute;
  width: 557px;
  height: 237px;
  background-image: url("../img/recvest-image.png");
  left: 0;
  bottom: 0;
}
.connection_request-title h2 {
  margin: 0;
  line-height: 90%;
  max-width: 500px;
}
.wpcf7-form-contro {
  background-color: inherit;
}
span.wpcf7-form-control-wrap {
  background-color: inherit;
  width: 100%;
  display: block;
}
.wpcf7-form-control {
  background-color: inherit;
  box-shadow: inherit;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px 13px;
  margin-bottom: 8px;
  font-size: 16px;
  color: white;
  outline: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.wpcf7-form-control.wpcf7-select {
  background-color: #292e4c;
}
.wpcf7-form-control::placeholder {
  color: white;
  opacity: 0.5;
}
.wpcf7-form-control:focus {
  border-color: #f4d000;
}
.connection-form a.border-btn {
  padding: 19px 20px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin-top: 10px;
}
.connection-form .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
textarea.wpcf7-form-control {
  height: 121px;
}
input.wpcf7-form-control.wpcf7-submit {
  background-color: #f4d000;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 10px;
  border: 1px solid #f4d000;
  padding: 19px 50px;
  display: inline-block;
  text-decoration: none;
  margin-top: 14px;
  color: initial;
  font-weight: 500;
}
span.wpcf7-spinner {
  position: absolute;
}
.top-slide.support {
  margin-top: 30px;
}
.support_baner {
  border-radius: 10px;
  background-image: url("../img/suport_bg.jpg");
  color: white;
  padding: 86px 70px;
  padding-bottom: 141px;
}
.support_baner .bage {
  margin-left: 5px;
  border-color: white;
  background-color: rgba(255, 255, 255, 0.2);
}
.support_baner .bage:before {
  background-color: white;
}
.support_baner h1 {
  margin-top: 30px;
  margin-bottom: 0;
}
.support_baner .description p {
  margin-bottom: 34px;
}
.faq.support-client {
  margin-top: 66px;
}
.faq.support-client .faq-body {
  margin-top: 20px;
}
.send_message {
  margin-top: 12px;
  margin-bottom: 127px;
}
.send_message.last-block {
  margin-bottom: -143px;
  position: relative;
}
.send_message.last-block:after {
  content: "";
  display: block;
  position: absolute;
  height: 132px;
  width: 100%;
  background-color: #ececec;
  bottom: 0;
  z-index: -1;
}
.send_message-body {
  background-color: #292e4c;
  border-radius: 10px;
  padding: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  position: relative;
  overflow: hidden;
}
.send_message-form {
  color: white;
}
.send_message-form h3 {
  font-size: 30px;
  margin: 0;
  margin-bottom: 20px;
  font-family: "Sofia Sans Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
.send_message-form input.wpcf7-form-control.wpcf7-submit {
  margin-bottom: 0;
  margin-top: 6px;
}
.send_message-contact {
  background-image: url("../img/message_bg.png");
  border-radius: 10px;
  padding: 40px;
  background-repeat: no-repeat;
}
.send_message-contact h3 {
  font-size: 30px;
  margin: 0;
  margin-bottom: 20px;
  font-family: "Sofia Sans Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
.contact-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.contact-info .icon:before {
  content: "";
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
}
.contact-info p.toltip {
  font-size: 14px;
  margin: 0;
  opacity: 0.5;
}
.contact-info .col {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.contact-info .col > div {
  display: flex;
  gap: 10px;
}
.contact-info .phone a {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: black;
}
.contact-info .phone .icon:before {
  background-image: url("../img/message-phone.png");
}
.contact-info .mail a {
  font-size: 16px;
  text-decoration: none;
  color: black;
}
.contact-info .mail .icon:before {
  background-image: url("../img/message-mail.png");
}
.contact-info .time p {
  margin: 0;
  font-size: 16px;
}
.contact-info .time .icon:before {
  background-image: url("../img/message-time.png");
}
.contact-info .tg a {
  color: #039be5;
  font-size: 16px;
  text-decoration: none;
}
.contact-info .tg .icon:before {
  background-image: url("../img/message-telegram.png");
}
.news-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 26px;
  gap: 20px;
}
.news-item {
  background-color: white;
  border-radius: 10px;
  padding: 21px;
}
.news-item .news-item-img {
  border-radius: 10px;
  overflow: hidden;
}
.news-item .news-item-img img {
  max-width: 100%;
  height: inherit;
}
.news-item .news-item-body .item-title a {
  color: inherit;
  text-decoration: none;
}
.news-item .news-item-body .item-title h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 10px;
}
.news-item .item-exep {
  font-size: 16px;
  margin-bottom: 15px;
}
.news-item .info {
  display: flex;
  justify-content: space-between;
}
.news-item .info .date {
  font-size: 14px;
  opacity: 0.5;
}
.news-item .info .category {
  font-size: 14px;
  text-transform: lowercase;
  color: white;
  border-radius: 500px;
  padding: 3px 11px;
  line-height: 1;
}
.news-item .info .category.partneram {
  background-color: #292e4c;
}
.news-item .info .category.novyny {
  background-color: #f4d000;
  color: black;
}
.news-item .info .category.korystuvacham {
  background-color: #06ad5b;
}
.blog-baner {
  margin-top: 30px;
  border-radius: 10px;
  background-image: url("../img/blog_bg.jpg");
  color: white;
  padding: 86px 70px;
  padding-bottom: 141px;
  min-height: 480px;
  box-sizing: border-box;
  margin-bottom: 60px;
}
.blog-baner .bage {
  margin-left: 5px;
  border-color: white;
  background-color: rgba(255, 255, 255, 0.2);
}
.blog-baner .bage:before {
  background-color: white;
}
.blog-baner h1 {
  margin-top: 30px;
  margin-bottom: 0;
}
.blog-baner .description p {
  margin-bottom: 34px;
}
.news-tag ul {
  display: flex;
  justify-content: center;
  gap: 15px;
  list-style: none;
}
.news-tag ul li a {
  font-size: 18px;
  border-radius: 500px;
  border: 1px solid rgba(41, 46, 76, 0.2);
  padding: 8px 27px;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
}
.news-tag ul li a.active {
  background-color: #f4d000;
  border-color: #f4d000;
}
.news-tag ul li a:hover {
  background-color: #f4d000;
  border-color: #f4d000;
}
.news-tag ul li.current-cat a {
  background-color: #f4d000;
  border-color: #f4d000;
}
nav.navigation.pagination {
  display: block;
  width: 100%;
  margin-top: 39px;
  margin-bottom: 179px;
}
nav.navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 10px;
}
nav.navigation.pagination .nav-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #292e4c;
  text-decoration: none;
  border: 1px solid #292e4c;
  border-radius: 5px;
  box-sizing: border-box;
}
nav.navigation.pagination .current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: white;
  text-decoration: none;
  border: 1px solid #292e4c;
  border-radius: 5px;
  background-color: #292e4c;
  box-sizing: border-box;
}
nav.navigation.pagination .nav-links a:hover {
  color: white;
  background-color: #292e4c;
}
nav.navigation.pagination a.next.page-numbers {
  background-color: #ececec;
  border: none;
}
nav.navigation.pagination a.prev.page-numbers {
  transform: rotate(180deg);
  background-color: #ececec;
  border: none;
}
.blog footer {
  margin-top: 130px;
}
.archive footer {
  margin-top: 180px;
}
.page-template-page-servises footer {
  /*margin-top: 180px;*/
}
.servise-baner {
  margin-top: 30px;
  border-radius: 10px;
  background-image: url("../img/servise_bg.jpg");
  color: white;
  padding: 86px 70px;
  padding-bottom: 141px;
  min-height: 480px;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.servise-baner .bage {
  margin-left: 5px;
  border-color: white;
  background-color: rgba(255, 255, 255, 0.2);
}
.servise-baner .bage:before {
  background-color: white;
}
.servise-baner h1 {
  margin-top: 30px;
  margin-bottom: 0;
  max-width: 735px;
}
.servise-baner .button-apps {
  display: flex;
  gap: 15px;
  margin-top: 50px;
}
.servise-baner .button-apps .button-google,
.servise-baner .button-apps .button-store {
  width: 180px;
}
.servise-baner .button-apps img {
  width: 100%;
  height: auto;
  transition: transform 0.2s ease;
}
.servise-baner .button-apps img:hover {
  transform: scale(1.05);
}
.servise-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
.servise-item {
  background-color: white;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
}
.servise-item .button-apps {
  width: 100%;
  gap: 10px;
}
.servise-item .button-apps img {
  max-width: 100%;
}
.servise-item .item-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
  min-height: 60px;
}
.servise-item .item-head h3 {
  margin: 0;
  font-size: 45px;
  font-family: "Sofia Sans Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
.servise-item .stars {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  min-height: 35px;
}
.servise-item .stars .rating {
  display: flex;
}
.servise-item .stars .rating span {
  display: block;
  width: 35px;
  height: 35px;
}
.servise-item .stars .rating span.star {
  background-image: url("../img/Star.png");
  background-repeat: no-repeat;
  background-position: center;
}
.servise-item .stars .rating span.star-fill {
  background-image: url("../img/Star-fill.png");
  background-repeat: no-repeat;
  background-position: center;
}
.servise-item .stars .overall-rating span {
  font-size: 24px;
  color: #f4d000;
  font-weight: bold;
}
.servise-item .base-tarif {
  display: flex;
  justify-content: space-between;
  padding: 10px 14px;
  margin-bottom: 35px;
  border: 1px solid #f5f5f5;
  border-radius: 500px;
  min-height: 44px;
  box-sizing: border-box;
}
.servise-item .base-tarif p.title-tarif {
  margin: 0;
  font-size: 16px;
  opacity: 0.5;
}
.servise-item .base-tarif p.price {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.servise-item .exept {
  font-size: 14px;
  margin-bottom: 18px;
}
.servise-item .more {
  padding: 0 11px;
}
.servise-item .more a {
  font-size: 16px;
  color: #102bcd;
  cursor: pointer;
}
.servise-item .button-apps {
  margin-bottom: 28px;
}
.servise-item .additional {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  min-height: 22px;
}
.servise-item .additional .vyviz {
  margin: 0;
}
.servise-item .additional .vyviz p {
  margin: 0;
}
.servise-item .additional .payment-methods {
  display: flex;
  gap: 5px;
  align-items: center;
  min-height: 20px;
}
.servise-item .servise-contacts {
  height: 150px;
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.servise-item .servise-contacts > a {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.4;
  font-size: 16px;
  color: #292e4c;
  text-decoration: none;
  transition: color 0.2s ease;
}
.servise-item .servise-contacts > a:hover {
  color: #f4d000;
}
.servise-item .servise-contacts > a span.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #292e4c;
  border-radius: 50%;
  flex-shrink: 0;
  transition: background-color 0.2s ease;
}
.servise-item .servise-contacts > a:hover span.icon {
  background-color: #f4d000;
}
.servise-item .servise-contacts > a span.icon svg {
  width: 18px;
  height: 18px;
}
.servise-item .servise-contacts .social-link {
  display: flex;
  gap: 10px;
  margin-top: 5px;
}
.servise-item .servise-contacts .social-link a {
  display: inline-flex;
  transition: transform 0.2s ease;
}
.servise-item .servise-contacts .social-link a:hover {
  transform: scale(1.1);
}
.servise-item .servise-contacts .social-link a svg {
  width: 32px;
  height: 32px;
}
div#servise-popup {
  width: 100%;
  max-width: 830px;
  border-radius: 20px;
  padding: 30px;
}
div#servise-popup .servise-item {
  border-radius: inherit;
  padding: inherit;
}
div#servise-popup .servise-item .item-head {
  justify-content: flex-start;
  gap: 25px;
}
div#servise-popup .servise-item .servise-location {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  border-radius: 500px;
  background-color: #f4f4f4;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
}
div#servise-popup .servise-item .servise-location p {
  margin: 0;
}
div#servise-popup .servise-item .servise-location p.name {
  font-size: 16px;
  font-weight: 400;
}
div#servise-popup .servise-item .servise-location p.location {
  font-size: 16px;
  font-weight: bold;
}
div#servise-popup .servise-item .servise-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 39px;
}
div#servise-popup .servise-item .servise-body .tarifs {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
div#servise-popup .servise-item .servise-body .tarifs .tarifs-item {
  display: flex;
  justify-content: space-between;
}
div#servise-popup .servise-item .servise-body .uslugi {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
div#servise-popup .servise-item .servise-body .uslugi .uslugi-item {
  display: flex;
  justify-content: space-between;
}
div#servise-popup .servise-item .servise-body p {
  margin: 0;
}
div#servise-popup .servise-item .servise-body p.left {
  font-size: 16px;
  opacity: 0.5;
}
div#servise-popup .servise-item .servise-body p.rigth {
  font-size: 16px;
  font-weight: bold;
}
div#servise-popup .servise-item .servise-footer {
  padding: 30px;
  background-color: #292e4c;
  color: white;
  margin-top: 40px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: -30px;
  display: flex;
  align-items: center;
  gap: 20px;
}
div#servise-popup .servise-item .servise-footer > a {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
  font-size: 16px;
}
div#servise-popup .servise-item .servise-footer a span {
  display: inline-block;
}
div#servise-popup .servise-item .servise-footer .social-link {
  display: flex;
  gap: 15px;
  align-self: flex-end;
  flex-grow: 1;
  justify-content: end;
}
.single-post header.entry-header {
  border-radius: 10px;
  overflow: hidden;
  padding: 136px 185px 30px;
  min-height: 480px;
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  position: relative;
}
.single-post header.entry-header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(41, 46, 76, 0.8);
  z-index: 0;
}
.single-post header.entry-header * {
  position: relative;
}
.single-post h1.entry-title {
  margin: 0;
  margin-bottom: 30px;
}
.single-post .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.single-post .info .date {
  /*font-size: 14px;*/
  opacity: 0.5;
}
.single-post .info .category {
  /*font-size: 14px;*/
  text-transform: lowercase;
  color: white;
  border-radius: 500px;
  padding: 8px 22px;
  line-height: 1;
}
.single-post .info .category.partneram {
  background-color: #292e4c;
}
.single-post .info .category.novyny {
  background-color: #f4d000;
  color: black;
}
.single-post .info .category.korystuvacham {
  background-color: #06ad5b;
}
.single-post a.back-to-blog {
  display: inline-block;
  font-size: 14px;
  margin: 21px 0;
  box-sizing: border-box;
  text-decoration: none;
}
.single-post .entry-content {
  max-width: 872px;
  margin: auto;
  margin-top: 40px;
}
.single-post .entry-footer {
  margin-top: 41px;
  display: flex;
  gap: 20px;
}
.single-post .entry-footer a {
  display: flex;
  border: 1px solid #292e4c;
  border-radius: 5px;
  padding: 8px 14px;
  gap: 19px;
  align-items: center;
  color: #292e4c;
  text-decoration: none;
}
div#get-app-popup {
  width: 100%;
  max-width: 830px;
  border-radius: 20px;
  padding: 30px;
}
div#get-app-popup h3 {
  font-size: 45px;
  font-family: "Sofia Sans Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  margin: 20px 0;
}
div#get-app-popup .qr {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-direction: column;
  position: relative;
  z-index: 0;
}
div#get-app-popup .qr p.label {
  font-size: 24px;
  font-family: "Sofia Sans Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background: #f4d000;
  padding: 7px 15px;
  border-radius: 500px;
  margin: 0;
  position: relative;
}
div#get-app-popup .qr p.label:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-bottom: 31px solid #f4d000;
  border-right: 16px solid transparent;
  left: 0;
  top: -13px;
  z-index: -1;
  right: 0;
  margin: auto;
}
div#get-app-popup .get-app-popup-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
div#get-app-popup .button-apps {
  margin-top: 40px;
  margin-bottom: 40px;
}
div#coll-me-popup {
  background-color: #292e4c;
  color: white;
  box-sizing: border-box;
  padding: 44px;
  max-width: 550px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.input__wrapper {
  width: 100%;
  position: relative;
  /* margin: 15px 0; */
  /* text-align: center; */
}
.input__file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.input__file-icon-wrapper {
  height: 60px;
  width: 60px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #fff;
}
.input__file-button-text {
  line-height: 1;
  margin-top: 1px;
}
.input__file-button {
  background-color: inherit;
  box-shadow: inherit;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px 13px;
  margin-bottom: 8px;
  font-size: 16px;
  color: white;
  outline: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  opacity: 0.5;
}
.input__file-button:after {
  content: "+";
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 500px;
  border: 1px solid white;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 01.07.2025, 11:50:36
    Author     : Admin
*/
@media (max-width: 1200px) {
  .wrap {
    padding: 0 15px;
  }
  .phone-link span.exept {
    display: none;
  }
  html,
  body {
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  div {
    box-sizing: border-box;
  }
}
@media (max-width: 1440px) {
  h1 {
    font-size: 70px;
  }
  h2 {
    font-size: 70px;
  }
  h3 {
    font-size: 35px;
  }
  h5 {
    font-size: 20px;
  }
  .wrap {
    max-width: 1140px;
  }
  .site-header-wrap {
    gap: 20px;
  }
  .site-header-wrap .menu {
    gap: 15px;
  }
  .home_baner .description h1 {
    margin-bottom: 30px;
  }
  .home_baner .cirlkles img {
    /* display: block; */
    width: 745px;
    height: 745px;
    top: -85px;
    right: -68px;
  }
  .home_baner .smart img {
    width: 248px;
    height: 512px;
  }
  .home_baner .smart {
    right: 183px;
    top: 28px;
  }
  .service_benefits_body {
    margin-top: 183px;
  }
  .service_benefits_body .service_benefits-items {
    gap: 20px;
  }
  .benefits-item p {
    font-size: 16px;
  }
  .benefits-item .icon {
    width: 50px;
    flex-shrink: 0;
  }
  .benefits-item .icon img {
    max-width: 100%;
  }
  .how_it_work .it_work-item.item1 .bg-phone {
    /* width: 257px; */
  }
  .how_it_work .it_work_items {
    gap: 20px;
  }
  .how_it_work .it_work-item.item4 .stars svg {
    max-width: 100%;
  }
  .why_us {
    margin-top: 117px;
  }
  .why_us_item .icon {
    width: 50px;
  }
  .why_us_item .icon img {
    max-width: 100%;
  }
  .why_us_item {
    padding: 20px 26px;
  }
  .why_us_body {
    gap: 20px;
  }
  .accordion-item .title {
    font-size: 20px;
  }
  .panel-body p {
    font-size: 16px;
  }
  .get-download-body .mokup2 {
    right: 15px;
  }
  .get-download-body .mokup1 {
    right: 200px;
  }
  .get-download-body p {
    font-size: 20px;
  }
  .for-bisiness_baner-image {
    width: 464px;
    flex-shrink: 0;
  }
  .for-bisiness_baner-image img {
    max-width: 100%;
  }
  .for-bisiness_baner h1 {
    margin-bottom: 40px;
  }
  .for-bisiness .service_benefits_body {
    margin-top: 110px;
  }
  .connection_process {
    margin-top: 134px;
  }
  .connection_process .connection_process_items {
    gap: 20px;
  }
  .connection_process .connection-item {
    padding: 39px 31px;
    height: 365px;
  }
  .connection_process .connection-item p {
    margin-top: 10px;
  }
  .tariff_plans {
    margin-top: 120px;
  }
  .tariff_plans-items {
    gap: 20px;
  }
  .tariff_plans_item .cost .available_soon_bage {
    padding: 19px 18px;
  }
  .tariff_plans_item .info {
    margin-bottom: 16px;
  }
  .faq {
    margin-top: 116px;
  }
  .connection_request {
    margin-top: 95px;
  }
  .connection_request-body .connection_request-title {
    /* max-width: 400px; */
  }
  .connection_request-body {
    grid-template-columns: 398px 1fr;
  }
  .connection_request-body:before {
    width: 345px;
    background-size: contain;
    height: 200px;
    background-repeat: no-repeat;
  }
  .send_message {
    margin-top: 40px;
  }
  .send_message-body {
    padding-left: 60px;
    grid-template-columns: 1fr 394px;
    gap: 37px;
  }
  .send_message-contact {
    padding: 30px;
    background-size: cover;
  }
  .send_message-contact h3 {
    font-size: 24px;
  }
  .contact-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .contact-info .col {
    gap: 15px;
  }
  .news-item .news-item-body .item-title h3 {
    font-size: 20px;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 01.07.2025, 11:50:36
    Author     : Admin
*/
@media (max-width: 1024px) {
  .wrap {
    max-width: 750px;
  }
  .header-nav {
    display: none;
  }
  .phone-link {
    display: none;
  }
  header .download_app-wrap {
    display: none;
  }
  .wrap {
    max-width: 750px;
  }
  .header-nav {
    display: none;
  }
  .phone-link {
    display: none;
  }
  .site-header {
    padding: 16px 0;
  }
  h1 {
    font-size: 60px;
  }
  .home_baner .description h1 {
    margin-top: 57px;
    margin-bottom: 22px;
  }
  .home_baner {
    display: flex;
    flex-direction: column;
  }
  .home_baner .img-amimation {
    position: relative;
    order: 2;
    display: block;
    box-sizing: border-box;
  }
  .home_baner .cirlkles img {
    top: 0;
    position: relative;
    width: 100%;
    height: inherit;
    right: inherit;
    margin-top: -13px;
    left: 0;
    right: 0;
  }
  .home_baner .description {
    position: relative;
    box-sizing: border-box;
  }
  .apps_link {
    position: relative;
    box-sizing: border-box;
  }
  .apps_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .apps_link .qr {
    margin: 0;
  }
  .apps_link .button-apps {
    max-width: 335px;
  }
  .apps_link .button-apps img {
    max-width: 100%;
  }
  .button-apps {
    gap: 10px;
  }
  .apps_link .qr {
    flex-direction: row-reverse;
    gap: 25px;
    margin-top: -16px;
  }
  .apps_link .qr img {
    width: 86px;
    max-width: 100%;
  }
  .apps_link .qr p.label {
    font-size: 20px;
    padding: 9px 15px;
  }
  .home_baner .description {
    margin-bottom: 27px;
  }
  .apps_link .qr p.label:before {
    left: inherit;
    right: -17px;
    transform: rotate(180deg);
  }
  .home_baner .smart {
    left: 0;
    /* margin: auto; */
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 34px;
  }
  .home_baner .smart img {
    width: 210px;
    height: inherit;
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* top: 0; */
    /* margin: auto; */
  }
  .service_benefits_body {
    margin-top: 66px;
  }
  .bage {
    padding: 7px 10px 7px 14px;
  }
  .service_benefits_body .service_benefits-items {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .benefits-item {
    padding: 25px 20px 30px 30px;
  }
  .how_it_work {
    margin-top: 135px;
  }
  h2 {
    font-size: 60px;
  }
  .how_it_work .it_work_items {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .how_it_work h2 {
    margin-bottom: 24px;
  }
  .how_it_work .it_work-item.item1 .bg-phone {
    width: 257px;
    height: 257px;
    background-size: contain;
    left: 0;
    right: 0;
    margin: auto;
  }
  .how_it_work .it_work-item.item2 .bg-phone {
    width: 257px;
    height: 257px;
    background-size: contain;
    left: 0;
    right: 0;
    margin: auto;
  }
  .how_it_work .it_work-item.item3 .bg-phone {
    width: 257px;
    height: 257px;
    background-size: contain;
    left: 0;
    right: 0;
    margin: auto;
  }
  .how_it_work .it_work-item.item4 {
    background-size: cover;
  }
  .it_work-item.item4 .stars {
    text-align: center;
  }
  .why_us {
    margin-top: 108px;
  }
  .why_us_body {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
  .why_us_item.item1 {
    grid-column: 1/4;
  }
  .why_us_item.item8 {
    grid-column: 1 / 4;
    grid-row: 4/5;
    padding: 36% 0;
    background-size: cover;
  }
  .why_us_body h2 {
    margin-bottom: 19px;
  }
  .why_us_item {
    /* padding-top: 52px; */
  }
  .why_us_item p {
    font-size: 16px;
  }
  .why_us_item.item7 .qr p.label {
    font-size: 20px;
  }
  .our.partners {
    margin-top: 100px;
  }
  .our.partners_body .our_partnerslogos img {
    transform: scale(0.7);
  }
  .our.partners_body .our_partnerslogos img.part_1 {
    left: 3%;
    top: 25%;
  }
  .our.partners_body .our_partnerslogos img.part_2 {
    left: 70%;
    top: 83%;
  }
  .our.partners_body .our_partnerslogos img.part_3 {
    left: -21%;
    top: 82%;
  }
  .our.partners_body .our_partnerslogos img.part_4 {
    left: 21%;
    top: 116%;
  }
  .our.partners_body .our_partnerslogos img.part_5 {
    top: 115%;
    left: -39%;
  }
  .our.partners_body .our_partnerslogos img.part_6 {
    top: 16%;
    left: -59%;
  }
  .our.partners_body .our_partnerslogos img.part_7 {
    top: 108%;
    left: -77%;
  }
  .our.partners_body .our_partnerslogos img.part_8 {
    top: 91%;
    left: 50%;
  }
  .our.partners_body .our_partnerslogos img.part_9 {
    top: -4%;
    left: 61%;
  }
  .our.partners_body .our_partnerslogos img.part_10 {
    top: 71%;
    left: 73%;
  }
  .service_with_us {
    margin-top: -107px;
  }
  .with_us_body h2 {
    max-width: 500px;
    text-align: center;
    line-height: 1;
  }
  .with_us_body {
    padding-top: 71px;
    padding-bottom: 69px;
  }
  .with_us_body p {
    max-width: 50;
    max-width: 438px;
    text-align: center;
  }
  .with_us_button {
    flex-direction: column;
  }
  .with_us_body .leyar_rout {
    left: 29px;
    bottom: 11px;
    width: 148px;
  }
  .with_us_body .leyar_zakaz {
    right: -74px;
    bottom: 96px;
  }
  .reviews {
    margin-top: 108px;
  }
  .reviews-body {
    display: block;
    width: 100%;
  }
  .slick-track {
    display: flex;
    gap: 15px;
    box-sizing: border-box;
  }
  .faq .wrap {
    display: flex;
    flex-direction: column;
  }
  .faq-title h2 {
    max-width: 560px;
  }
  .get-download-body {
    padding-bottom: 338px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    text-align: center;
  }
  .get-download-body h2 {
    max-width: inherit;
    text-align: center;
  }
  .get-download-body .button-apps {
    justify-content: center;
  }
  .get-download-body .mokup1 {
    left: 22%;
    right: inherit;
  }
  .get-download-body .mokup2 {
    right: inherit;
    left: 48%;
  }
  .slick-arrow {
    display: block;
    width: 40px;
    height: 40px;
    border: none;
    background: url("../img/arrow.png");
    position: absolute;
    top: 40%;
  }
  .slick-slider {
    position: relative;
  }
  button.slick-prev {
    left: -45px;
  }
  .slick-list {
    overflow: hidden;
  }
  button.slick-next {
    right: -40px;
    transform: rotate(180deg);
  }
  .site-footer {
    display: flex;
    flex-wrap: wrap;
  }
  .site-footer > div {
    order: 5;
  }
  .site-footer .footer-logo {
    order: 0;
    flex: 0 0 55%;
    max-width: inherit;
  }
  .widg.widg-contackt {
    order: 2;
    flex: 0 0 40%;
    display: flex;
    justify-content: flex-end;
  }
  .servise-baner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .servise-baner .description {
    text-align: center;
  }
  .servise-baner .button-apps {
    justify-content: center;
  }
  .servise-items {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .servise-item .item-head h3 {
    font-size: 30px;
  }
  .servise-item .item-head .title {
    display: flex;
    align-items: center;
  }
  .servise-item {
    padding: 20px;
  }
  .for-bisiness_baner {
    padding-top: 50px;
    flex-direction: column;
  }
  .for-bisiness_baner h1 {
    max-width: 580px;
  }
  .for-bisiness_baner .description {
    margin-bottom: 50px;
  }
  .for-bisiness_baner-image {
    width: 100%;
  }
  .connection_process .connection_process_items {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .connection_process .connection-item .num {
    width: 100% !important;
    left: 0 !important;
  }
  .tariff_plans_item .info {
    font-size: 14px;
  }
  .tariff_plans-items {
    gap: 10px;
  }
  .tariff_plans_item .title h3 {
    font-size: 30px;
  }
  .tariff_plans_item .komissiion {
    flex-direction: column;
    gap: 15px;
    border-radius: 10px;
  }
  .tariff_plans_item .cost {
    flex-direction: column;
  }
  .tariff_plans_item {
    padding: 20px;
  }
  .connection_request-body {
    display: flex;
    flex-direction: column;
  }
  .connection_request-body .connection_request-title {
    text-align: center;
  }
  .connection_request-title h2 {
    margin: auto;
    max-width: 425px;
  }
  .connection_request-body:before {
    bottom: inherit;
    top: 114px;
    width: 180px;
    height: 70px;
  }
  .news-items {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .support_baner {
    text-align: center;
    padding: 70px 52px;
  }
  .send_message-body {
    display: flex;
    flex-direction: column;
  }
  .send_message-contact {
    background-size: cover;
    background-position: bottom;
    padding-bottom: 118px;
  }
  .single-post header.entry-header {
    padding: 80px 50px 80px;
    min-height: inherit;
    background-size: cover;
  }
  a.open-menu {
    display: block;
    display: flex;
    width: 56px;
    height: 56px;
    border: 1px solid white;
    border-radius: 10px;
    flex-direction: column;
    gap: 4px;
    padding: 10px;
    box-sizing: border-box;
    justify-content: center;
    position: relative;
  }
  a.open-menu span {
    display: block;
    height: 4px;
    width: 100%;
    background-color: white;
    border-radius: 20px;
  }
  a.open-menu.opened span:nth-child(1) {
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    transition: all 0.5s;
  }
  a.open-menu.opened span:nth-child(2) {
    transform: rotate(-45deg);
    position: absolute;
    transition: all 0.5s;
    left: 0;
  }
  a.open-menu.opened span:nth-child(3),
  a.open-menu.opened span:nth-child(4) {
    display: none;
  }
  .header-mob-menu.opened {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .header-mob-menu {
    position: absolute;
    width: 100%;
    padding-top: 170px;
    z-index: 80;
    background-color: rgba(41, 46, 76, 0.9);
    backdrop-filter: blur(5px);
    padding-bottom: 150px;
    border-radius: 20px;
  }
  .header-mob-menu .menu {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
    list-style: none;
    color: white;
    font-size: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .header-mob-menu .menu li a {
    color: white;
    text-decoration: none;
  }
  .header-mob-menu .menu li a:hover {
    color: #f4d000;
  }
  .header-mob-menu .menu li.current-menu-item a {
    color: #f4d000;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .header-mob-menu .menu li.current-menu-item a:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background-color: #f4d000;
    border-radius: 50px;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 01.07.2025, 11:50:36
    Author     : Admin
*/
@media (max-width: 750px) {
  .wrap {
    max-width: 560px;
  }
  h1,
  h2 {
    font-size: 40px;
  }
  .apps_link {
    flex-direction: column;
  }
  .apps_link .button-apps {
    max-width: inherit;
  }
  .apps_link .qr {
    margin-top: 25px;
    flex-direction: row;
  }
  .apps_link .qr p.label:before {
    right: inherit;
    left: -17px;
    transform: inherit;
  }
  .home_baner .smart img {
    width: 198px;
  }
  .service_benefits_body .service_benefits-items {
    display: flex;
    flex-direction: column;
  }
  .how_it_work {
    margin-top: 80px;
  }
  .how_it_work .it_work-item.item1 .bg-phone {
    width: 240px;
    height: 211px;
  }
  .how_it_work .it_work-item.item2 .bg-phone {
    width: 240px;
    height: 211px;
  }
  .how_it_work .it_work-item.item3 .bg-phone {
    width: 240px;
    height: 211px;
  }
  .how_it_work .it_work-item {
    height: 365px;
  }
  .how_it_work .it_work_items {
    display: flex;
    flex-direction: column;
  }
  .how_it_work .it_work-item .num {
    right: -14px !important;
    left: inherit !important;
  }
  .why_us_body {
    display: flex;
    flex-direction: column;
  }
  .why_us_item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 15px;
  }
  .why_us_item .icon {
    flex-shrink: 0;
  }
  .why_us_item.item1 {
    display: block;
  }
  .our.partners_body .our_partnerslogos img {
    transform: scale(0.6);
  }
  .our.partners_body {
    padding-top: 150px;
  }
  .our.partners_body .our_partnerslogos img.part_1 {
    left: 3%;
    top: 14%;
  }
  .our.partners_body .our_partnerslogos img.part_2 {
    left: 32%;
    top: 25%;
  }
  .our.partners_body .our_partnerslogos img.part_3 {
    left: 34%;
    top: 11%;
  }
  .our.partners_body .our_partnerslogos img.part_4 {
    left: -47%;
    top: 116%;
  }
  .our.partners_body .our_partnerslogos img.part_5 {
    top: 86%;
    left: 41%;
  }
  .our.partners_body .our_partnerslogos img.part_6 {
    top: 16%;
    left: -59%;
  }
  .our.partners_body .our_partnerslogos img.part_7 {
    top: 13%;
    left: -25%;
  }
  .our.partners_body .our_partnerslogos img.part_8 {
    top: 91%;
    left: 36%;
  }
  .our.partners_body .our_partnerslogos img.part_9 {
    top: 79%;
    left: -41%;
  }
  .our.partners_body .our_partnerslogos img.part_10 {
    top: 71%;
    left: 15%;
  }
  .with_us_body h2 {
    max-width: 295px;
  }
  .with_us_button {
    text-align: center;
  }
  .with_us_body {
    padding-bottom: 200px;
  }
  .with_us_body .leyar_zakaz {
    right: 0;
    bottom: 19px;
    height: 181px;
    background-size: cover;
    background-position: bottom;
  }
  .get-download-body .button-apps {
    flex-direction: column-reverse;
  }
  .site-footer .footer-logo {
    flex: 0 0 100%;
  }
  .widg.widg-contackt {
    order: 5;
    /* flex: inherit; */
    justify-content: flex-start;
  }
  .widg {
    flex: 0 0 40%;
    margin-bottom: 25px;
  }
  footer .copyright .wrap {
    flex-direction: row-reverse;
    align-items: self-end;
    gap: 25px;
  }
  footer .copyright .politic-link {
    gap: 5px;
    flex-direction: column;
  }
  button.slick-next {
    right: -15px;
  }
  button.slick-prev {
    left: -15px;
    z-index: 9;
  }
  .slick-track {
    gap: 0;
  }
  .home_baner .img-amimation {
    min-height: 472px;
    display: flex;
  }
  .home_baner .cirlkles {
    margin: auto;
    /* top: 0; */
    /* bottom: 0; */
  }
  .home_baner .description h1 br {
    display: none;
  }
  .home_baner .cirlkles img {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .site-footer {
    justify-content: initial;
  }
  .with_us_body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-header-wrap .site-branding img {
    width: 112px;
    height: inherit;
  }
  a.open-menu {
    width: 42px;
    height: 42px;
  }
  .site-header {
    padding: 12px 0;
  }
  .home_baner .description h1 {
    margin-top: 35px;
  }
  .accordion:after {
    right: 0;
  }
  .panel-body {
    padding-right: 50px;
  }
  .servise-baner {
    padding: 86px 14px;
    background-size: cover;
    background-position: center;
  }
  .servise-baner .button-apps {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .servise-baner .button-apps .button-google,
  .servise-baner .button-apps .button-store {
    width: 160px;
  }
  .servise-items {
    display: flex;
    flex-direction: column;
  }
  .servise-item .servise-contacts {
    height: 120px;
  }
  .servise-item .servise-contacts > a {
    font-size: 14px;
  }
  .servise-item .servise-contacts > a span.icon {
    width: 28px;
    height: 28px;
  }
  .servise-item .servise-contacts > a span.icon svg {
    width: 16px;
    height: 16px;
  }
  .servise-item .servise-contacts .social-link a svg {
    width: 28px;
    height: 28px;
  }
  .servise-item .additional {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  div#servise-popup .servise-item .servise-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  div#servise-popup .servise-item .servise-body .tarifs {
    gap: 10px;
  }
  div#servise-popup .servise-item .servise-body .uslugi {
    gap: 10px;
  }
  div#servise-popup .servise-item .servise-footer {
    flex-direction: column;
  }
  div#servise-popup .servise-item .servise-footer .social-link {
    align-self: center;
  }
  div#servise-popup {
    max-width: 360px;
  }
  .news-tag ul {
    gap: 5px;
    padding: 0;
  }
  .news-tag ul li a {
    font-size: 16px;
    padding: 5px 7px;
  }
  .news-items {
    display: flex;
    flex-direction: column;
  }
  .single-post .entry-footer {
    flex-direction: column;
  }
  .single-post .entry-footer a {
    justify-content: center;
  }
  .single-post header.entry-header {
    padding: 80px 20px 80px;
  }
  .connection_process {
    margin-top: 80px;
  }
  .connection_process .connection_process_items {
    display: flex;
    flex-direction: column;
  }
  .tariff_plans-items {
    display: flex;
    flex-direction: column;
  }
  .tariff_plans_item .komissiion {
    flex-direction: row;
  }
  .tariff_plans_item .cost {
    flex-direction: row;
  }
  .connection_request-body {
    padding: 70px 30px;
  }
  .connection-form .row {
    display: flex;
    flex-direction: column;
  }
  .connection_request-body:before {
    display: none;
  }
  .connection_request.last-block {
    margin-top: 80px;
  }
  .send_message-body {
    padding: 60px 20px;
  }
  div#scrol-top {
    right: 0;
    bottom: 0;
  }
  .send_message-contact {
    background-image: url(../img/message_bg2.jpg);
    background-repeat: no-repeat;
    padding-bottom: 140px;
  }
}
/*# sourceMappingURL=custom.css.map */
