.main-banner {
  width: 100%;
  max-width: calc(var(--contWidth) + 80px);
}
.main-banner__bottom {
  height: 600px;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}
.main-banner__bottom-left {
  width: 100%;
  max-width: 586px;
}
.main-banner__bottom-left__content {
  margin: 100px 0 126px;
}
.main-banner__bottom-left__content .header-button {
  width: 160px;
}
.main-banner__bottom-left__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 40px;
}
.main-banner__bottom-left__text .header-title {
  font-size: 39px;
  font-weight: 500;
  text-transform: uppercase;
}
.main-banner__bottom-left__text .header-text {
  line-height: 160%;
}
.main-banner__bottom-left__socials {
  width: 132px;
  display: flex;
  justify-content: space-between;
}
.main-banner__bottom-left__socials .social {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(2, 82, 57, 0.0509803922);
  border-radius: 5px;
}
.main-banner__bottom-right {
  width: 100%;
  max-width: 700px;
  background-image: url("/images/6d2c198684623fb82888d8e4dab67e38828806c8.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  background-position-x: -95px;
}
@media (max-width: 1024px) {
  .main-banner__bottom {
    height: 440px;
    padding: 0 24px;
  }
  .main-banner__bottom-left {
    width: 49%;
    max-width: none;
  }
  .main-banner__bottom-left__content {
    margin: 40px 0 50px;
  }
  .main-banner__bottom-right {
    width: 47%;
    max-width: none;
  }
  .main-banner .header-title {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .main-banner__bottom {
    height: auto;
    flex-direction: column;
    gap: 40px;
    padding: 0 16px;
  }
  .main-banner__bottom-left {
    width: 100%;
    order: 2;
  }
  .main-banner__bottom-left__content {
    margin: 0 0 50px;
  }
  .main-banner__bottom-right {
    width: 100%;
    min-height: 150px;
    order: 1;
    background-position: center center;
  }
}

.whatIsUTD {
  width: 100%;
  max-width: calc(var(--contWidth) + 80px);
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding: 0 40px;
}
.whatIsUTD-left {
  width: 100%;
  max-width: 706px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  text-align: left;
}
.whatIsUTD-left__text span {
  font-weight: 500;
}
.whatIsUTD-right {
  width: 100%;
  max-width: 640px;
  display: flex;
  gap: 8px;
}
.whatIsUTD-right__block {
  width: 100%;
  max-width: 207px;
  height: 290px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(2, 82, 57, 0.0509803922);
  border-radius: 5px;
}
.whatIsUTD-right__block-text {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .whatIsUTD {
    flex-direction: column;
    gap: 40px;
    padding: 0 24px;
  }
  .whatIsUTD-left {
    max-width: none;
  }
  .whatIsUTD-right {
    max-width: none;
  }
  .whatIsUTD-right__block {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .whatIsUTD {
    padding: 0 16px;
  }
  .whatIsUTD-right {
    flex-direction: column;
  }
  .whatIsUTD-right__block {
    height: auto;
    justify-content: flex-start;
    padding: 16px;
  }
  .whatIsUTD-right__block img {
    width: 30px;
    height: 30px;
  }
  .whatIsUTD-right__block-text {
    font-size: 13px;
  }
}

.services {
  width: 100%;
  max-width: calc(var(--contWidth) + 80px);
  padding: 0 40px;
}
.services-top {
  margin-bottom: 32px;
  text-align: left;
}
.services-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.services-bottom__block {
  width: 100%;
  max-width: 475px;
  padding: 32px;
  background-color: var(--green);
  border-radius: 5px;
}
.services-bottom__block-title {
  height: 60px;
  margin-bottom: 32px;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white);
}
.services-bottom__block-prices {
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 500;
}
.services-bottom__block-prices .price {
  color: var(--white);
}
.services-bottom__block-prices .price span {
  color: var(--white);
  opacity: 0.8;
}
.services-bottom__block-button {
  width: 100%;
}
@media (hover: hover) {
  .services-bottom__block-button:hover {
    background-color: transparent;
    box-shadow: inset 0 0 0 1.5px var(--white), 0 8px 20px rgba(253, 255, 253, 0.1);
  }
  .services-bottom__block-button:hover span {
    color: var(--white);
  }
  .services-bottom__block-button:hover svg path {
    stroke: var(--white);
  }
}
@media (max-width: 1024px) {
  .services {
    padding: 0 24px;
  }
  .services-bottom {
    flex-direction: column;
    gap: 8px;
  }
  .services-bottom__block {
    max-width: none;
  }
  .services-bottom__block-title {
    height: auto;
    margin-bottom: 24px;
    font-size: 20px;
  }
  .services-bottom__block-prices {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .services {
    padding: 0 16px;
  }
  .services .main-title {
    font-size: 20px;
  }
  .services-bottom__block {
    padding: 24px;
  }
}

.howQuickly {
  width: 100%;
  max-width: calc(var(--contWidth) + 80px);
  padding: 0 40px;
}
.howQuickly-top {
  margin-bottom: 32px;
  text-align: left;
}
.howQuickly-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.howQuickly-bottom__block {
  width: 100%;
  max-width: 350px;
  background-image: url("/images/Line 2 (2).svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
}
.howQuickly-bottom__block:first-child {
  background-image: url("/images/Line 2.svg");
}
.howQuickly-bottom__block:last-child {
  background-image: url("/images/Line 2 (1).svg");
}
.howQuickly-bottom__block-svg {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  background-color: var(--green);
  border-radius: 5px;
}
.howQuickly-bottom__block-title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--green);
}
.howQuickly-bottom__block-text {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  color: var(--green);
}
@media (max-width: 1024px) {
  .howQuickly {
    padding: 0 24px;
  }
  .howQuickly-bottom {
    flex-direction: column;
    gap: 8px;
  }
  .howQuickly-bottom__block {
    max-width: none;
    padding: 0 12px;
    background-image: none;
  }
  .howQuickly-bottom__block:first-child, .howQuickly-bottom__block:last-child {
    background-image: none;
  }
}
@media (max-width: 768px) {
  .howQuickly {
    padding: 0 16px;
  }
  .howQuickly .main-title {
    font-size: 20px;
  }
  .howQuickly-bottom__block {
    padding: 0;
  }
}

.bg-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 100px 0;
  background-color: rgba(2, 82, 57, 0.0509803922);
}
@media (max-width: 1024px) {
  .bg-section {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .bg-section {
    gap: 40px;
    padding: 40px 0;
  }
}

.docs {
  width: 100%;
  max-width: calc(var(--contWidth) + 80px);
  margin: 0 auto;
  padding: 0 40px;
}
.docs-top {
  margin-bottom: 32px;
  text-align: left;
}
.docs-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.docs-left {
  width: 100%;
  max-width: 712px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: left;
}
.docs-left__title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.docs-left__text span {
  font-weight: 500;
}
.docs-left ul {
  padding-left: 25px;
  list-style: disc;
}
.docs-left ul li ul {
  padding-left: 25px;
  list-style: circle;
}
.docs-left ul li span {
  font-weight: 500;
}
.docs-right {
  width: 100%;
  max-width: 712px;
}
@media (max-width: 1024px) {
  .docs {
    padding: 0 24px;
  }
  .docs-bottom {
    flex-direction: column;
    gap: 24px;
  }
  .docs-left, .docs-right {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .docs {
    padding: 0 16px;
  }
}

.grounds {
  width: 100%;
  max-width: calc(var(--contWidth) + 80px);
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 40px;
}
.grounds__title {
  margin-bottom: 40px;
}
.grounds__title-small {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.grounds-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 32px;
}
.grounds-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.grounds-right {
  width: 100%;
  max-width: 710px;
}
.grounds-left {
  width: 100%;
  max-width: 710px;
}
@media (max-width: 1024px) {
  .grounds {
    padding: 0 24px;
  }
  .grounds-top, .grounds-bottom {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 0;
  }
  .grounds-top {
    margin-bottom: 24px;
  }
  .grounds-left, .grounds-right {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .grounds {
    padding: 0 16px;
  }
}

.FAQ {
  width: 100%;
  max-width: calc(var(--contWidth) + 80px);
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 40px;
}
.FAQ-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.FAQ-top__title {
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
}
.FAQ-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.FAQ-bottom__right {
  width: 100%;
  max-width: 705px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.FAQ-bottom__left {
  width: 100%;
  max-width: 705px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.FAQ-item {
  width: 100%;
  padding: 16px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.FAQ-item.active {
  background-color: rgba(2, 82, 57, 0.0509803922);
}
.FAQ-item.active .FAQ-content {
  display: block;
}
.FAQ-item.active .FAQ-toggle__icon {
  transform: rotate(180deg);
}
.FAQ-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
}
.FAQ-toggle__title {
  font-size: 16px;
  font-weight: 600;
}
.FAQ-toggle__icon {
  width: 24px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.FAQ-content {
  display: none;
  padding-top: 16px;
}
@media (max-width: 1024px) {
  .FAQ {
    padding: 0 24px;
  }
  .FAQ-bottom {
    flex-direction: column;
    gap: 16px;
  }
  .FAQ-bottom__left, .FAQ-bottom__right {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .FAQ {
    padding: 0 16px;
  }
  .FAQ .main-title {
    font-size: 20px;
  }
}

.rewievs {
  width: 100%;
  max-width: calc(var(--contWidth) + 80px);
  padding: 0 40px;
}
.rewievs-top {
  margin-bottom: 40px;
  text-align: left;
}
.rewievs-bottom {
  width: 100%;
  display: flex;
  gap: 8px;
}
.rewievs-bottom__block {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px;
  background-color: rgba(2, 82, 57, 0.0509803922);
  border-radius: 4px;
}
.rewievs-bottom__block-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}
.rewievs-bottom__block-avatar {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background-color: rgba(2, 82, 57, 0.0509803922);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 2px;
}
.rewievs-bottom__block-avatar--1 {
  background-image: url("/images/avatar1.jpg");
}
.rewievs-bottom__block-avatar--2 {
  background-image: url("/images/avatar2.jpg");
}
.rewievs-bottom__block-avatar--3 {
  background-image: url("/images/avatar3.jpg");
}
.rewievs-bottom__block-avatar--4 {
  background-image: url("/images/avatar4.jpg");
}
.rewievs-bottom__block-name {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.rewievs-bottom__block-city {
  font-size: 16px;
  font-weight: 400;
}
.rewievs-bottom__block-body {
  display: flex;
  flex-direction: column;
}
.rewievs-bottom__block-quote {
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
}
.rewievs-bottom__block-text {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .rewievs {
    padding: 0 24px;
  }
  .rewievs-bottom {
    flex-direction: column;
  }
  .rewievs-bottom__block {
    width: 100%;
    flex: none;
  }
}
@media (max-width: 768px) {
  .rewievs {
    padding: 0 16px;
  }
}/*# sourceMappingURL=blocks.css.map */