.form__main {
  position: relative;
  width: 100%;
  z-index: 2;
  display: grid;
}
@media screen and (min-width: 66.0625rem) {
  .form__main {
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 66rem) and (min-width: 42.0625rem) {
  .form__main {
    padding-top: 4.6875rem;
  }
}
@media screen and (max-width: 42rem) {
  .form__main {
    padding-top: 1.875rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 95rem) and (min-width: 42.0625rem) {
  .form__main {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 95rem) and (min-width: 66.0625rem) {
  .form__main {
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 77.0625rem) {
  .form__main {
    column-gap: 12rem;
    grid-template-columns: 1fr 46.5625rem;
  }
}
@media screen and (max-width: 77rem) {
  .form__main {
    grid-template-columns: 1fr;
  }
}
.form__main .title {
  font-size: clamp(1.875rem, 4vw + 1rem, 3.875rem);
  line-height: 90%;
  color: var(--chernyy);
  height: fit-content;
}
.form__main .subtitle {
  font-size: 18px;
  line-height: 120%;
  color: var(--chernyy);
  align-self: flex-end;
  margin-top: 1.25rem;
}
@media screen and (max-width: 42rem) {
  .form__main .subtitle {
    font-size: 1rem;
  }
}
@media screen and (max-width: 77rem) {
  .form__main .subtitle {
    padding-top: 1rem;
    font-size: 1rem;
  }
}
.form__main .form textarea {
  width: 100%;
  height: 7rem;
}
@media screen and (min-width: 77.0625rem) {
  .form__main-block {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media screen and (max-width: 77rem) {
  .form__main-block {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 48rem) and (min-width: 32.0325rem) {
  .form__main .btn.btn-show-case {
    padding: 20px 70px 20px 40px;
    display: flex;
    gap: 1.25rem;
  }
  .form__main .btn.btn-show-case .icon-small {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%) rotate(-45deg);
    right: 1.53125rem;
  }
  .form__main .btn.btn-transparent {
    padding: 1.25rem 3.0625rem 1.25rem 1.53125rem;
    display: flex;
    gap: 1.25rem;
  }
  .form__main .btn.btn-transparent .icon-small {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%) rotate(-45deg);
    right: 1.53125rem;
  }
}
@media (max-width: 35rem) {
  .form__main .form-btns {
    flex-direction: column;
  }
  .form__main .form-btns .btn {
    max-width: 100%;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    gap: 1.25rem;
  }
  .form__main .form-btns .btn .icon-small {
    position: relative;
    transform: translate(0, 0) rotate(-45deg);
    right: 0;
	top: 0;
  }
}

.footer {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 74.0625rem) {
  .footer {
    align-items: flex-start;
    justify-content: center;
    gap: 3rem;
  }
}
@media screen and (max-width: 74rem) {
  .footer {
    align-items: center;
  }
}
@media screen and (max-width: 42rem) {
  .footer {
    padding-top: 1.875rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    align-items: center;
  }
}
@media screen and (max-width: 74rem) {
  .footer {
    flex-direction: column;
  }
}
@media screen and (max-width: 95rem) and (min-width: 42.0625rem) {
  .footer {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 74rem) {
  .footer {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 86.9375rem) and (min-width: 66.0625rem) {
  .footer {
    padding-bottom: 1.25rem;
  }
}
.footer-left {
  display: grid;
  column-gap: 1.25rem;
}
@media screen and (min-width: 87.0625rem) {
  .footer-left {
    row-gap: 3.125rem;
  }
}
@media screen and (max-width: 87rem) {
  .footer-left {
    row-gap: 1.25rem;
  }
}
@media screen and (max-width: 50.625rem) {
  .footer-left {
    width: 100%;
  }
}
@media screen and (min-width: 87rem) {
  .footer-left {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 86.9375rem) {
  .footer-left {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 86.9375rem) and (min-width: 32.0625rem) {
  .footer-left .btn {
    height: fit-content;
  }
  .footer-left .btn:first-of-type {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .footer-left .btn:nth-of-type(2) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 32rem) {
  .footer-left {
    row-gap: 0;
    column-gap: 0;
    width: 100%;
  }
  .footer-left-item:nth-of-type(2) {
    grid-column: 2/3;
    grid-row: 1/2;
    margin-left: 0.625rem;
  }
  .footer-left-item:last-of-type {
    grid-row: 2/3;
    grid-column: 1/3;
    margin-top: 1.25rem;
    max-width: unset;
    margin-bottom: 1.875rem;
  }
  .footer-left .btn {
    height: fit-content;
    justify-content: center;
    gap: 1rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .footer-left .btn:first-of-type {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .footer-left .btn:nth-of-type(2) {
    grid-row: 4/5;
    grid-column: 1/3;
    margin-top: 0.625rem;
  }
  .footer-left .btn:last-of-type {
    grid-row: 5/6;
    grid-column: 1/3;
    margin-top: 0.625rem;
  }
  .footer-left .btn .icon-small {
    position: relative;
    transform: translate(0, 0%) rotate(0);
    right: 0;
  }
}
.footer-left-item {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  max-width: 17.5rem;
}
.footer-left-item span {
  font-size: 0.75rem;
  color: var(--chernyy);
}
.footer-left-item p, .footer-left-item a {
  font-size: 1.625rem;
  line-height: 120%;
  color: var(--chernyy);
  white-space: normal;
}
@media screen and (max-width: 42rem) and (min-width: 21.9375rem) {
  .footer-left-item p, .footer-left-item a {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 21.875rem) {
  .footer-left-item p, .footer-left-item a {
    font-size: 1rem;
  }
}
.footer-right {
  display: grid;
  grid-template-columns: 1fr 7.25rem;
  gap: 4rem;
}
@media screen and (max-width: 74rem) {
  .footer-right {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    width: 100%;
  }
}
.footer-right-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2.5rem;
  row-gap: 1.25rem;
}
@media screen and (max-width: 74rem) {
  .footer-right-items {
    grid-column: 1/3;
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 46.25rem) {
  .footer-right-items {
    column-gap: unset;
  }
}
@media screen and (max-width: 42rem) {
  .footer-right-items {
    display: none;
  }
}
.footer-right-items li a {
  font-size: 18px;
  line-height: 100%;
  color: var(--chernyy);
}
.footer-right-items li a:hover {
  color: var(--oranzhevyy);
}
.footer-right-socials {
  display: flex;
  gap: 0.625rem;
}
@media screen and (max-width: 74rem) {
  .footer-right-socials {
    justify-content: end;
    align-items: center;
  }
}
.footer-right-socials .icon-socials-sprite-footer-tg {
  margin-left: -4px;
}
.footer-right .copyright {
  font-size: 0.875rem;
  color: var(--chernyy);
  grid-column: unset;
  grid-row: 2/4;
}
@media screen and (max-width: 74rem) {
  .footer-right .copyright {
    align-items: center;
    display: inline-flex;
  }
}
@media screen and (max-width: 74rem) and (max-width: 42.0625rem) {
  .footer-right .copyright {
    grid-row: 2/4;
  }
}
@media screen and (max-width: 42rem) {
  .footer-right .copyright {
    grid-row: 1/2;
  }
}
.footer-docs {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 42rem) {
  .footer-docs {
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 95.0625rem) {
  .footer-docs {
    padding-left: 3rem;
    gap: 1.875rem;
  }
}
@media screen and (max-width: 95rem) {
  .footer-docs {
    column-gap: 1.875rem;
    row-gap: 0.5rem;
  }
}
@media screen and (max-width: 95rem) and (min-width: 48.0625rem) {
  .footer-docs {
    padding: 0 2.5rem 1.5625rem;
  }
}
@media screen and (max-width: 48rem) and (min-width: 42.0625rem) {
  .footer-docs {
    padding: 0 2.5rem 1.5625rem;
  }
}
@media screen and (max-width: 42rem) {
  .footer-docs {
    padding: 0 0.625rem 1.5625rem;
  }
}
.footer-docs a {
  font-size: 0.875rem;
  color: rgba(20, 21, 23, 0.3019607843) !important;
  line-height: 100%;
  white-space: break-spaces;
}
.footer-docs a:hover {
  color: var(--oranzhevyy) !important;
}

.cookies {
  display: none;
  position: fixed;
  max-width: 56.5625rem;
  width: 100%;
  bottom: 2.5rem;
  left: 0;
  right: 0;
  z-index: 101;
  margin: 0 auto;
  background-color: var(--oranzhevyy);
  padding: 2.1875rem 2.5rem;
  border-radius: 25px;
  z-index: 10;
}

.cookies__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  grid-gap: 20px;
}

.cookies__content {
  font-size: 1.25rem;
  line-height: 100%;
  color: #fff;
  max-width: 42.6875rem;
  width: 100%;
}

.cookies__content a {
  color: #fff !important;
  text-decoration: underline !important;
  text-underline-offset: 0.25rem;
}

.cookies__btn {
  font-size: 1rem;
  line-height: 100%;
  background-color: var(--belyy);
  color: var(--oranzhevyy);
  padding: 20px 40px;
  border: 0;
  border-radius: 1.25rem;
}

@media (min-width: 42.0625rem) and (max-width: 64rem) {
  .cookies {
    max-width: calc(100% - 5rem);
  }
}
@media screen and (min-width: 30rem) and (max-width: 64rem) {
  .cookies__content {
    font-size: 1rem;
  }
}
@media (max-width: 42rem) {
  .cookies {
    width: calc(100% - 1.25rem);
    padding: 1.25rem;
  }
}
@media (max-width: 36rem) {
  .cookies {
    border-radius: 20px;
    bottom: 2.5rem;
  }
  .cookies__wrap {
    flex-direction: column;
    grid-gap: 10px;
  }
  .cookies__action {
    width: 100%;
  }
  .cookies__btn {
    width: 100%;
  }
  .cookies__content {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
  .cookies__content a {
    white-space: inherit;
  }
}

@media screen and (max-width:672px){
	.swiper-pagination-bullet{
		opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
	}
}

@media screen and (max-width:810px){
	.footer-left .btn {
		padding-left: 0 !important;
        padding-right: 0 !important;
		justify-content:center;
		gap:1rem;
	}
	.footer-left .btn .icon-small{
		transform: translate(0, 0%) rotate(0) !important;
        top: 0;
        right: 0;
        left: 0;
    	position: relative;
	}

	.container-form__main{
		padding-bottom: 0rem !important;
	}

}


/*# sourceMappingURL=ultimate.css.map */