* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  height: 100%;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  position: relative;
}

a {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #24A3FF;
}
a:hover {
  color: #F0145A;
}
a {
  transition: all 0.3s linear;
}

p {
  font-family: Montserrat, sans-serif;
  color: #323264;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  padding: 0;
}

h1 {
  background-image: linear-gradient(90.13deg, #F0145A 0.84%, #EF8080 99.96%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-weight: 700;
  font-size: 38px;
  line-height: 100%;
  margin: 0;
  padding: 0;
}

h2 {
  font-family: Montserrat, sans-serif;
  color: #323264;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  margin: 0;
  padding: 0;
}

h3 {
  font-family: Montserrat, sans-serif;
  color: #323264;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  margin: 0;
  padding: 0;
}

h4 {
  font-family: Montserrat, sans-serif;
  color: #323264;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  margin: 0;
  padding: 0;
}

ol {
  font-family: Montserrat, sans-serif;
  color: black;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
ol li::marker {
  color: #F0145A;
}

ul {
  font-family: Montserrat, sans-serif;
  color: black;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
ul li::marker {
  color: #F0145A;
}

.container-short {
  max-width: 1360px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1440px) {
  .container-short {
    max-width: 1080px;
  }
}
@media (max-width: 1024px) {
  .container-short {
    max-width: 904px;
  }
}

.container {
  padding-inline: 20px;
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1440px) {
  .container {
    max-width: 1320px;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 904px;
  }
}

.logo-wrap {
  display: flex;
}

.header {
  width: 100%;
  display: grid;
  padding-top: 50px;
}
@media (max-width: 850px) {
  .header {
    display: grid;
    grid-template-areas: "top" "mid" "bot";
  }
}
@media (max-width: 560px) {
  .header {
    padding: 0;
  }
}
.header .header-left {
  position: absolute;
  justify-content: space-between;
}
.header .header-left__slash img {
  margin-bottom: 13px;
}
.header .header-left__burger__div__svg {
  display: none;
}
.header .header-left__burger__div__svg:hover {
  cursor: pointer;
}
@media (max-width: 560px) {
  .header .header-left__burger__div__svg {
    display: flex;
  }
}
@media (max-width: 850px) {
  .header-left_wrap {
    display: grid;
    grid-area: mid;
  }
  .header-left_wrap .header-left {
    position: static;
    display: flex;
    gap: 5px;
  }
}
@media (max-width: 850px) and (max-width: 850px) {
  .header-left_wrap .header-left {
    margin-bottom: 30px;
  }
}
.header-left_wrap .header-left__page-name {
  color: #323264;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
  align-self: center;
  margin-bottom: 20px;
}
.header-left_wrap__logo {
  max-width: 130px;
  max-height: 60px;
}
@media (max-width: 850px) {
  .header .header-right {
    display: flex;
    flex-direction: column;
  }
}
.header .header-right .circle {
  width: 6px;
  height: 6px;
  opacity: 1;
  border-radius: 50%;
  background-color: #E6E6F0;
  align-self: center;
  margin-inline: 6px;
}
@media (max-width: 850px) {
  .header .header-right__top {
    margin-bottom: 30px;
    align-items: center;
  }
}
@media (max-width: 560px) {
  .header .header-right__top {
    margin-bottom: 15px;
    width: 100vw;
    position: relative;
    left: 49%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 13px 15px;
  }
}
.header .header-right__top {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}
.header .header-right__top__languages {
  gap: 5px;
  display: flex;
}
.header .header-right__top__languages__radio input {
  display: none;
}
.header .header-right__top__languages__radio input:checked + .header-right__top__languages__radio__item {
  background-color: #F0145A;
  color: white;
  border-radius: 8px;
}
.header .header-right__top__languages__radio__item {
  font-family: Montserrat, sans-serif;
  color: #B3B3BA;
  font-weight: 700;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 1px;
  text-align: center;
  transition: all 0.3s linear;
  padding: 5px 7px;
  font-size: 13px;
}
.header .header-right__top__languages__radio__item:not(.header-right__top__languages__radio__item-active):hover {
  cursor: pointer;
  background-color: #e3e3e3;
  border-radius: 8px;
}
.header .header-right__top__address__link {
  font-family: Montserrat, sans-serif;
  color: #B3B3BA;
  font-weight: 700;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 1px;
  text-align: center;
  transition: all 0.3s linear;
  font-weight: 400;
}
.header .header-right__top__address__link:hover {
  color: #0085FF;
}
.header .header-right__top__number__link {
  font-family: Montserrat, sans-serif;
  color: #B3B3BA;
  font-weight: 700;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 1px;
  text-align: center;
  transition: all 0.3s linear;
}
.header .header-right__top__number__link:hover {
  color: #0085FF;
}
.header .header-right__top__facebook__link svg path {
  transition: all 0.2s linear;
}
.header .header-right__top__facebook__link:hover svg path {
  fill: #F0145A;
}
@media (max-width: 850px) {
  .header .header-right__top {
    justify-content: start;
  }
}
@media (max-width: 560px) {
  .header .header-right__top {
    background-color: #F5F5FA;
  }
}
.header .header-right__links {
  display: flex;
  gap: 15px;
  margin-top: 16px;
  justify-content: end;
}
.header .header-right__links .close-icon {
  position: absolute;
  display: none;
  top: 65px;
  right: 40px;
  width: 20px;
  height: 20px;
}
.header .header-right__links .close-icon:hover {
  cursor: pointer;
}
@media (max-width: 560px) {
  .header .header-right__links .close-icon {
    display: block;
  }
}
.header .header-right__links__item {
  font-weight: 700;
  font-style: bold;
  transition: all 0.3s linear;
}
@media (max-width: 560px) {
  .header .header-right__links__item {
    font-size: 32PX;
  }
}
.header .header-right__links__item-active {
  font-weight: 700;
  font-style: bold;
  color: #F0145A;
}
.header .header-right__links__item-active::after {
  display: flex;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #F0145A;
  margin-top: 5px;
}
@media (max-width: 850px) {
  .header .header-right__links {
    justify-content: start;
  }
}
@media (max-width: 560px) {
  .header .header-right__links {
    transform: translateX(100%);
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    background-color: #e3e3ff;
    margin: 0;
    z-index: 1;
    align-items: center;
    justify-content: center;
    gap: 60px;
  }
}
@media (max-width: 560px) {
  .header .header-right__top {
    justify-content: space-between;
  }
  .header .header-right__top > *:not(.header-right__top__languages, .header-right__top__number) {
    display: none;
  }
}

@media (max-width: 850px) {
  .form__section {
    flex-direction: column;
  }
}
.form__section {
  margin-top: 60px;
  display: flex;
  gap: 60px;
  padding-bottom: 60px;
}
.form__section__left {
  display: flex;
  flex-direction: column;
  max-width: 50%;
  width: 100%;
  position: relative;
}
@media (max-width: 850px) {
  .form__section__left {
    max-width: 100%;
  }
}
.form__section__left__our-page {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
.form__section__left__our-page-svg svg {
  height: 38px;
  width: 38px;
}
.form__section__left__our-page-svg svg path {
  transition: all 0.3s linear;
}
.form__section__left__our-page-svg:hover svg path, .form__section__left__our-page-svg-text {
  fill: #F0145A;
}
.form__section__left__our-page-svg .form__section__left__our-page-text {
  color: #24A3FF;
  font-family: Montserrat, sans-serif;
  position: absolute;
  top: 244px;
  left: 50px;
  transition: all 0.3s linear;
}
.form__section__left__our-page-svg:hover .form__section__left__our-page-text {
  color: #F0145A;
}
.form__section__left__our-page-text {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.form__section__left__address {
  font-size: 21px;
}
.form__section__left__address::after {
  margin-top: 30px;
  display: flex;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #E6E6F0;
  margin-bottom: 30px;
}
.form__section__left__phone {
  font-size: 21px;
  margin-bottom: 15px;
}
.form__section__left__mail a {
  font-size: 21px;
}
.form__section__left__mail::after {
  margin-top: 30px;
  display: flex;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #E6E6F0;
  margin-bottom: 30px;
}
.form__section__left__mail span {
  width: -moz-max-content;
  width: max-content;
}
.form__section__right {
  max-width: 50%;
  width: 100%;
}
@media (max-width: 850px) {
  .form__section__right {
    max-width: 100%;
    display: flex;
  }
}
.form__section__right__form {
  background-color: #F5F5FA;
  max-width: 650px;
  padding: 30px;
}
@media (max-width: 850px) {
  .form__section__right__form {
    max-width: 100%;
    width: 100%;
    margin-inline: auto;
  }
}
.form__section__right__form input:focus {
  outline-color: #24A3FF;
}
.form__section__right__form input:user-invalid {
  outline-color: #FF0000;
}
.form__section__right__form__message {
  border: none;
  border-radius: 8px;
  padding-inline: 15px;
  min-height: 130px;
}
.form__section__right__form textarea {
  padding-top: 20px;
  resize: none;
}
.form__section__right__form textarea::-moz-placeholder {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #B3B3BA;
}
.form__section__right__form textarea::placeholder {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #B3B3BA;
}
.form__section__right__form textarea:focus {
  outline-color: #24A3FF;
}
.form__section__right__form__message::-moz-placeholder {
  position: absolute;
  top: 15px;
  left: 15px;
}
.form__section__right__form__message::placeholder {
  position: absolute;
  top: 15px;
  left: 15px;
}
.form__section__right__form input:not(.form__section__right__form__message) {
  border: none;
  border-radius: 8px;
  min-height: 56px;
  padding-inline: 15px;
}
.form__section__right__form input::-moz-placeholder {
  color: #B3B3BA;
}
.form__section__right__form input::placeholder {
  color: #B3B3BA;
}
.form__section__right__form__title {
  font-family: Montserrat, sans-serif;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 30px;
}
.form__section__right__form__first-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}
.form__section__right__form__second-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}
.form__section__right__form__second-group-title {
  margin-bottom: 15px;
}
.form__section__right__form__second-group-title {
  color: #B3B3BA;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.form__section__right__form__submit {
  width: 100%;
  background-color: #24A3FF;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: white;
  box-shadow: 0px 0px 20px 0px rgba(36, 163, 255, 0.5019607843);
  transition: all 0.3s linear;
}
.form__section__right__form__submit:hover {
  cursor: pointer;
  background-color: #0085FF;
}

.footer {
  background-color: #F5F5FA;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-inline: 80px;
  font-family: Montserrat, sans-serif;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__left__top {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.footer__left__top__address {
  color: #323264;
  font-weight: 400;
  font-size: 16px;
}
.footer__left__top__address__link {
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 560px) {
  .footer__left__top {
    flex-direction: column;
  }
}
.footer__left__bottom {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__left__bottom__number {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
}
.footer__left__bottom__email {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
}
.footer__left__bottom__facebook__link svg {
  height: 38px;
  width: 38px;
}
.footer__left__bottom__facebook__link svg path {
  transition: all 0.2s linear;
}
.footer__left__bottom__facebook__link:hover svg path {
  fill: #F0145A;
}
@media (max-width: 560px) {
  .footer__left__bottom {
    flex-direction: column;
  }
}
.footer__right__sign {
  font-weight: 400;
  font-size: 16px;
  text-align: right;
  color: #B3B3BA;
}
.footer .qwe {
  width: 6px;
  height: 6px;
  opacity: 1;
  border-radius: 50%;
  background-color: #E6E6F0;
  align-self: center;
  margin-inline: 6px;
  background-color: #B3B3BA;
  display: inline-block;
  margin-inline: 0px;
}
@media (max-width: 560px) {
  .footer .qwe {
    display: none;
  }
}
@media (max-width: 850px) {
  .footer {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
@media (max-width: 590px) {
  .footer {
    padding-inline: 40px;
  }
}/*# sourceMappingURL=style.css.map */