* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

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

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

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

button {
  cursor: pointer;
}

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

img {
  pointer-events: none;
}

body.lock {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

main#content {
  flex: 1 1 auto;
}

html {
  background: var(--white);
  font-size: 16px;
  scroll-behavior: smooth;
}

.btn {
  display: block;
  padding: 30px 50px;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 120%;
  color: var(--white);
  background: var(--active);
  border-radius: 0.62rem;
  border: solid var(--active) 1px;
  transition: all 0.3s ease;
  width: -moz-max-content;
  width: max-content;
}
.btn:hover {
  background: var(--white);
  color: var(--dark);
}

.attract {
  position: relative;
}
.attract .attract-text {
  display: block;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-size: 0.8rem;
  z-index: 5;
  color: var(--dark);
  font-family: var(--third-family);
}
.attract .attract-box {
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  background: var(--white);
  border: solid 1px var(--dark);
  top: -0.5rem;
  right: -0.5rem;
}
.attract .attract-box {
  display: none;
  transition: all 0.3s ease;
  pointer-events: none;
}

.social__link {
  transition: all 0.3s ease;
  display: block;
  position: relative;
  padding: 10px;
  background: var(--active);
  border-radius: 0.25rem;
}
.social__link:hover {
  filter: invert(1);
}

.social__link img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

header {
	
  background: var(--dark);
  padding: 20px 0;
}

.header__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__body > div {
  display: flex;
  align-items: center;
}
.header__body > div:first-child {
  gap: 80px;
}
.header__body > div:last-of-type {
  gap: 2rem;
}

.header__logo {
  display: block;
  height: 4rem;
	width: max-content;
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__menu > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  height: -moz-max-content;
  height: max-content;
}
.header__menu > ul li {
  opacity: 0.5;
  transition: all 0.3s ease;
}
.header__menu > ul a {
  transition: all 0.3s ease;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.25rem;
  color: var(--white);
}
.header__menu > ul .current-menu-item {
  opacity: 1;
}
.header__menu > ul .current-menu-item a {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--white);
}
.header__menu > ul li:hover {
  opacity: 1;
}
.header__menu > ul li:hover a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.25rem;
  color: var(--white);
}

.menu-parent-item {
  position: relative;
}
.menu-parent-item a:first-of-type {
  position: relative;
  z-index: 10;
}
.menu-parent-item .sub-menu {
  transition: all 0.3s ease;
  position: absolute;
  top: -100%;
  left: -10px;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 30px 10px 20px;
  background: var(--dark);
}
.menu-parent-item .sub-menu li {
  margin-top: 1rem;
}
.menu-parent-item .sub-menu li:first-of-type {
  margin-top: 0;
}
.menu-parent-item:hover .sub-menu {
  opacity: 1;
  top: 1.25rem;
  pointer-events: auto;
}
.menu-parent-item .sub-menu:hover {
  opacity: 1;
  top: 1.25rem;
  pointer-events: auto;
}

.container {
  max-width: 1660px;
  margin: auto;
}

.header__phone {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.header__phone img {
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  width: 2rem;
}
.header__phone span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.38rem;
  text-transform: uppercase;
  color: var(--white);
  display: block;
  position: relative;
}
.header__phone span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  width: 0%;
  height: 1px;
  background: var(--white);
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease;
}
.header__phone:hover span:after {
  width: 100%;
}

.header__social ul {
  gap: 10px;
  display: flex;
  align-items: center;
}

.burger__cont {
  display: none;
}

.burger {
  position: relative;
  width: 33px;
  height: 24px;
}
.burger:before, .burger:after,
.burger span {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 2px;
  background: var(--white);
  transition: all 0.3s ease;
  left: 0;
  right: 0;
}
.burger:before {
  top: 0;
}
.burger:after {
  top: 22px;
}
.burger span {
  top: 11px;
}
.burger.active:before {
  top: 11px;
  transform: rotate(45deg);
  width: 75%;
}
.burger.active:after {
  top: 11px;
  transform: rotate(-45deg);
  width: 75%;
}
.burger.active span {
  width: 0;
}

header.header {
  position: relative;
  z-index: 150;
}

.burger {
  display: none;
}

.header__menu-mob {
  padding: 10px 0 0;
  transition: all 0.6s ease;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: var(--dark);
}
.header__menu-mob .container > * {
  display: none;
  margin-top: 1.25rem;
}

.header__bottom {
  background: var(--white);
  padding: 20px 0;
}

.header__bottom .header__body {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 3rem;
}
.header__bottom .header__body > div {
  display: block;
}

.header__menu-mob .header__bottom {
  display: none;
}

.header__content {
  flex-wrap: wrap;
  display: flex !important;
  justify-content: space-between;
  align-items: start !important;
  gap: 2rem;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.25rem;
  color: var(--dark);
}

.header__title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 1.56rem;
  color: var(--dark);
}

.slider {
  padding: 0 !important;
  height: 600px;
  max-height: auto;
  min-height: 600px;
  overflow: hidden;
}

.slider__swiper {
  height: 100%;
}

.swiper-slide {
  position: relative;
}

.slider .swiper-wrapper {
  position: relative;
}

.slider__item-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}

.slider__item-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider__item-text {
  height: -moz-max-content;
  height: max-content;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: var(--white);
  z-index: 50;
}

.slider__item-title {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 3.12rem;
  line-height: 160%;
  letter-spacing: 0.01em;
  text-align: center;
}

.slider__item-desc {
  margin-top: 1.5rem;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: 0.01em;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.header__btn {
  padding: 15px 30px;
}

.slider__btn {
  margin-top: 40px;
  background: #000;
  height: -moz-max-content;
  height: max-content;
  display: block;
  padding-left: 120px;
  padding-right: 120px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.15);
  border-color: transparent;
}

.swiper {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  width: auto !important;
  display: block;
  position: absolute;
  margin: auto 0 !important;
  height: 200px !important;
  top: 0 !important;
  bottom: 0 !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
  content: "";
}

.main {
  padding: 0 !important;
  background: var(--white);
  overflow: hidden;
}
.main > .container {
  min-height: auto;
  padding-top: 170px;
  padding-bottom: 170px;
  position: relative;
}

.main__body {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: start;
  position: relative;
}

.main__text {
  flex: 0 0 873px;
	position:relative;z-index:40;
}

.main__title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 3.12rem;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: var(--dark);
}
.main__title strong {
  font-weight: 700;
}

.main__desc {
  margin-top: 4rem;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 167%;
  color: var(--dark);
}

.main__before-btn {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 190%;
  color: var(--white);
  margin-bottom: 22px;
}

.front-page .main__title {
  color: var(--white);
}
.front-page .main__desc {
  color: var(--white);
}

.main__btn-body {
  max-width: 560px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.main__btn-body .btn {
  width: 360px;
  flex: 1 0 auto;
}

.main__beside-btn {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  color: var(--white);
  opacity: 0.5;
}

.main__image {
  display: block;
	height:100%;
  aspect-ratio: 1/1;
  position: absolute;
  right: 0;
  bottom: 0;
}
.main__image:before, .main__image:after {
  content: "";
  display: block;
  left: 0;
	top:0;
  right: 0;
  bottom: 0%;
  margin: auto;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  background: var(--dark);
	aspect-ratio:1/1;
}
.main__image:before {
  z-index: 1;
  background: #453d3d;
  opacity: 0.05;
}
.main__image:after {
  z-index: 2;
  background: #1a202d;
  opacity: 0.1;
  height: 70%;
}
.main__image img {
    display: block;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    height: 140%;
    left: -472px;
    /* bottom: 0; */
    /* bottom: 0; */
    top: -3%;
    margin: auto;
    z-index: 5;
}
.main__image img.services {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
	height:auto;
    left: 0;
    top: 0%;
	bottom:0;
	width:100%;
    margin: auto;
    z-index: 5;
}

.main__btn-wrapper {
  margin-top: 3rem;
}

.pros {
  padding: 0 !important;
  overflow: hidden;
  position: relative;
  margin-top: -4rem;
  z-index: 15;
  padding-bottom: 4rem !important;
}

.pros__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: calc(100% - 100px);
}

.pros__item {
  position: relative;
  background: transparent;
  padding: 25px;
  border-radius: 1.25rem;
}
.pros__item.text-false {
  background: #fff;
}
.pros__item.text-true {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 167%;
  color: var(--white);
  grid-column-end: -1;
  background: transparent !important;
}

.pros__item-image {
  display: block;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.62rem;
  overflow: hidden;
}

.pros__item-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.56rem;
  color: var(--dark);
  margin-top: 30px;
}

.pros__item-desc {
  margin-top: 3rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.12rem;
  opacity: 0.5;
  color: var(--dark);
}

section {
  padding: 4rem 0;
}

.about__body {
  display: flex;
  align-items:end;
  	gap:20px;

}

.about__item {
	height:max-content !important;
	position:relative;
	flex: calc(50% - 1.5rem);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.62rem;
  line-height: 123%;
  color: var(--dark);
	margin-top:0 !important;
}
.about__item  img{
	display:block;
	width:100%; height:100%;
	object-fit:cover;
}
.nameblock {
  margin-bottom: 4rem;
}

.nameblock__title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 3.12rem;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: var(--dark);
  position: relative;
  display: block;
  padding-bottom: 15px;
}
.nameblock__title:after {
  content: "";
  width: 280px;
  height: 5px;
  background: var(--dark);
  position: absolute;
  bottom: 0;
  left: 0;
}

.nameblock__desc {
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 2rem;
  line-height: 141%;
  color: var(--dark);
  margin-top: 2rem;
}

.services__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.services__item {
  border-radius: 1.25rem;
  position: relative;
  overflow: hidden;
  padding: 50px;
}

.services__item-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.services__item-bg img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.services__item-bg:after {
  content: "";
  background: var(--dark);
  opacity: 0.5;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.services__item-text {
  position: relative;
  z-index: 1;
}

.services__item-name {
  width: -moz-max-content;
  width: max-content;
  border-radius: 0.62rem;
  padding: 0.62rem 1.25rem;
  background: rgba(255, 255, 255, 0.5);
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.25rem;
  color: var(--dark);
}

.services__item-desc {
  margin-top: 5rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.38rem;
  line-height: 127%;
  color: var(--white);
}

.services__item-flex {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.services__link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 190%;
  color: var(--white);
  position: relative;
  transition: all 0.3s ease;
}
.services__link .circle {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: var(--white);
  transition: all 0.3s ease;
}
.services__link .circle img {
 filter:invert(1);
  transition: all 0.3s ease;
}
.services__link .circle svg path {
  transition: all 0.3s ease;
  stroke: var(--dark);
}
.services__link:hover .circle {
  background: var(--dark);
}
.services__link:hover .circle img {
  filter:invert(0)
}

.why__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.why__item {
  padding: 50px;
  border-radius: 1.25rem;
  overflow: hidden;
  background: #fff;
}
.why__item:nth-of-type(3n) {
  grid-column: 1/-1;
}

.why__item-flex {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 2rem;
}

.why__item-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 2.5rem;
  color: var(--dark);
}

.why__item-image {
  display: block;
  width: 128px;
  height: 128px;
  -o-object-fit: contain;
     object-fit: contain;
}

.why__item-flex-2 {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
}

.why__item-desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.56rem;
  line-height: 152%;
  color: var(--dark);
  opacity: 0.4;
}

.why__item-link {
  position: relative;
  transition: all 0.3s ease;
}
.why__item-link .circle {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: rgba(53, 121, 244, 0.05);
  transition: all 0.3s ease;
}
.why__item-link .circle img {
  filter:invert(1);
  transition: all 0.3s ease;
}
.why__item-link .circle svg path {
  transition: all 0.3s ease;
  stroke: var(--dark);
}
.why__item-link:hover .circle {
  background: var(--dark);
}
.why__item-link:hover .circle img {
 filter:invert(0);
}

.why__btn {
  margin-top: 2rem;
}

.faq__item {
  margin-top: 20px;
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  padding: 50px;
  background: #fff;
}
.faq__item:first-of-type {
  margin-top: 0;
}

.faq__item-titlebox {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
}

.faq__item-quest {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 2.19rem;
  color: #1e1e1e;
}

.faq__item-btn {
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: relative;
}
.faq__item-btn:after, .faq__item-btn:before {
  content: "";
  display: block;
  width: 22.5px;
  height: 3px;
  background: var(--dark);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease;
}
.faq__item-btn:after {
  transform: rotate(90deg);
  z-index: 5;
}
.faq__item-btn.active:before {
  width: 100%;
  height: 100%;
  background: var(--dark);
  opacity: 0.15;
  border-radius: 50%;
}
.faq__item-btn.active:after {
  width: 2rem;
  border-radius: 50%;
  height: 2rem;
}

.faq__item-answer {
  overflow: hidden;
  transition: all 0.3s ease;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.56rem;
  line-height: 152%;
  color: var(--dark);
  opacity: 0.4;
}
.faq__item-answer.active {
  padding-top: 2rem;
}

.footer {
  margin-top: 3rem;
  background: var(--dark);
  padding: 50px 0;
  border-radius: 6rem 6rem 0 0;
}

.footer__body {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 3rem;
}

.footer__logoblock {
  flex: 0 0 420px;
}

.footer__desc {
  margin-top: 2rem;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1rem;
  color: var(--white);
}

.footer__address {
  flex: 0 0 330px;
}

.footer__name {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.56rem;
  color: var(--white);
}

.footer__list {
  margin-top: 2rem;
}
.footer__list li {
  display: flex;
  align-items: start;
  gap: 0.5rem;
  margin-top: 2rem;
}
.footer__list li:first-child {
  margin-top: 0;
}
.footer__list li span {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 1.25rem;
  color: var(--white);
  line-height: 115%;
  opacity: 0.8;
}

.footer__contacts > * {
  margin-left: auto;
  margin-right: 0;
  width: -moz-max-content;
  width: max-content;
}

.footer__mail {
  margin-top: 5px;
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.12rem;
  opacity: 0.5;
  color: var(--white);
}

.footer .header__social {
  margin-top: 20px;
}
.footer .header__social .social__link {
  filter: invert(1);
}
.footer .header__social .social__link:hover {
  filter: invert(0);
}
header.header{
	position:sticky;
	top:0;
	width:100%;
	left:0;
}

.footer__btn {
  margin-top: 20px;
}

.main {
  position: relative;
}

.main__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.main__bg img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main__bg:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--dark);
  opacity: 0.25;
  z-index: 1;
}

.services__textblock {
  margin-top: 5rem;
}

.services__title {
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 2rem;
  line-height: 141%;
  color: var(--dark);
}

.services__desc {
  margin-top: 3rem;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 167%;
  color: var(--dark);
}
.services__desc strong {
  font-weight: 700;
}

.services__priceblock {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  align-items: end;
}

.services__btn-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  align-items: center;
}

.services__btn-beside {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  color: var(--dark);
  opacity: 0.5;
  max-width: 180px;
}

.breadcrumbs {
  padding: 1rem 0;
  font-family: var(--font-family);
  font-size: 14px;
  color: var(--dark);
}
.breadcrumbs a {
  color: var(--active);
}

.modal {
  width: 95%;
  max-width: 1000px;
  padding: 40px;
  height: -moz-max-content;
  height: max-content;
}

.modal__title {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  font-family: var(--font-family);
  color: var(--dark);
}

.modal__desc {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: var(--font-family);
  color: var(--dark);
}

.form__body {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.form__item-name {
  font-family: var(--font-family);
  font-size: 1rem;
}

.form__input {
  margin-top: 10px;
  padding: 15px;
  border-radius: 10px;
  font-size: 1.5rem;
  background: var(--dark);
  color: var(--white);
  display: block;
  width: 100%;
  font-family: var(--font-family);
}

.form__main-btn {
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

.modal__contants {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.modal__contants .header__phone span {
  color: var(--dark);
}
.modal__contants .header__social > div {
  display: none;
}/*# sourceMappingURL=custom.css.map */
    .services__btn-wrapper {
		width:100%;
}
.services__item-text {
    height: 100%;
    display: flex;
    position: relative;
    z-index: 1;
    justify-content: space-between;
    flex-direction: column;
}

section.forms .forms__body{
    justify-content: space-around;
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
    align-items: center;
}

section.forms .form__body {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
}
section.forms .other {
	flex: 45% 0 0;
}
 section.forms .other img{
	width:100%;
	object-fit:cover;
}

@media(max-width:715px){
	section.forms .forms__body{
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:space-between
	}
	
	
}
@media(max-width:655px){
	section.forms .inner-container{
		flex: 1 1 auto;
		
	}
	section.forms .other{
		flex: 1 1 auto;
		
	}
	
}

.slider__item-bg:after{
	content:"";
	z-index:1;
	position:absolute;
	width:100%;
	height:100%;
	background:var(--dark);
	opacity:0.5;
	top:0;
	left:0;
	
}


.widget {
   z-index: 100;
   width: 3.5rem;
   height: 3.5rem;

   border-radius: 50%;
   position: fixed;
   right: 2rem;
   bottom: 3rem;
   background: var(--dark);
}
.widget__display {
   width: 3.5rem;
   height: 3.5rem;
   position: relative;
   z-index: 50;
   cursor: pointer;
}
.widget__display:after,
.widget__display:before {
   content: "";
   display: block;
   position: absolute;
   display: block;
   width: 75%;
   height: 2px;
   transition: all 0.3s ease;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   margin: auto;
   background: var(--white);
   width: 0;
}
.widget__display:before {
   transform: rotate(45deg);
}
.widget__display:after {
   transform: rotate(-45deg);
}

.widget__display img {
   opacity: 1;
   transition: all 0.3s ease;
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   margin: auto;
   width: 80%;
   height: 80%;
   object-fit: contain;
}
.widget__links {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   margin: auto;
   opacity: 0;
   transition: all 0.3s ease;
   pointer-events: none;
}
.widget__links * {
   position: relative;
   top: -100%;
   left: 0;
   right: 0;
   margin: auto;
   display: block;
   margin-top: 16px;
   width: 2.5rem;
   height: 2.5rem;
	padding:5%;
}
.widget__links img,
.widget__links svg {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: contain;
   position: absolute;
   top: 0;
   left: 0;
}
.widget__links *:first-child {
   margin-top: 0;
}
.widget-link {
	position:relative;
}
.widget-link:after{
	content:"";
	background:var(--white);
	top:-9%;
	left:-9%;
	width:118%;
		height:118%;
	z-index:-1;
	border-radius:50%;
	position:absolute;
	display:block;
}

.widget.active .widget__links {
   top: -350%;
   opacity: 1;
   pointer-events: auto;
}

.widget.active .widget__display:after,
.widget.active .widget__display:before {
   width: 60%;
}
.widget.active .widget__display img {
   opacity: 0;
}

.widget-animation {
   position: absolute;
   width: 150%;
   height: 150%;
   border-radius: 50%;
   top: 0;
   left: -25%;
   right: 0;
   bottom: 0;
   margin: auto;
   background: var(--dark);
   opacity: 0;
   z-index: -1;
   animation: 2s ease 2s infinite widget;
}

@keyframes widget {
   0% {
   }
   25% {
      opacity: 0;
      width: 100%;
      height: 100%;
      left: 0%;
   }
   50% {
      width: 150%;
      height: 150%;
      left: -25%;
      opacity: 0.6;
   }
   75% {
      opacity: 0;
      width: 100%;
      height: 100%;
      left: 0%;
   }
   100% {
      opacity: 0;
      width: 100%;
      height: 100%;
      left: 0%;
   }
}

@media (max-width: 501px) {
   .widget {
      right: 1rem;
      bottom: 1rem;
   }
}