body, html {
  margin: 0px;
  padding: 0px;
}

input, textarea {
  -webkit-appearance: none;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Montserrat" ,sans-serif;
}

.container {
  max-width: 1160px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.group__form {
  width: 100%;
}
.group__form > textarea {
  height: 100px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.002em;
  background-color: transparent;
  width: 100%;
  outline: none;
  border: 0px;
  border-bottom: 2px solid black;
  resize: none;
}
.group__form > textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.5);
}
.group__form > textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.5);
}
.group__form > textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.5);
}
.group__form > textarea-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.5);
}
.group__form > input {
  width: 100%;
  border: 0px;
  outline: none;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 18px;
  line-height: 25px;
  height: 35px;
  letter-spacing: 0.002em;
  background-color: transparent;
  border-bottom: 2px solid black;
}
.group__form > input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.5);
}
.group__form > input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.5);
}
.group__form > input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.5);
}
.group__form > input-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.5);
}

.form-group {
  display: block;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
  padding-left: 36px;
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.002em;
}
.form-group label a {
  color: #732466;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.form-group label a:hover {
  opacity: .7;
}

.form-group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid black;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 0px;
  min-width: 18px;
  max-width: 18px;
  min-height: 18px;
  max-height: 18px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 5px;
  vertical-align: middle;
  cursor: pointer;
}

.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 7px;
  width: 6px;
  height: 14px;
  border: solid black;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.feedback__section {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #FCF7FB;
}
.feedback__section .outer__feedback .feedback__container {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.feedback__section .outer__feedback .feedback__container .feedback__elem {
  padding: 40px;
  background: #732466;
  border-radius: 10px;
}
.feedback__section .outer__feedback .feedback__container .feedback__elem > .feedback__info > p {
  margin: 0px;
  font-size: 18px;
  line-height: 25px;
  color: #fcf7fb;
  font-style: italic;
  letter-spacing: 0.02em;
}
.feedback__section .outer__feedback .feedback__container .feedback__elem > .feedback__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.feedback__section .outer__feedback .feedback__container .feedback__elem > .feedback__author > .feedback__rates > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 5px;
}
.feedback__section .outer__feedback .feedback__container .feedback__elem > .feedback__author > .feedback__rates > span:last-child {
  margin-right: 0px;
}
.feedback__section .outer__feedback .feedback__container .feedback__elem > .feedback__author > .author__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feedback__section .outer__feedback .feedback__container .feedback__elem > .feedback__author > .author__info > h3 {
  margin: 0px;
  color: #FCF7FB;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
.feedback__section .outer__feedback .feedback__container .feedback__elem > .feedback__author > .author__info > img {
  max-width: 50px;
  border-radius: 250px;
  border: 2px solid #fff;
  margin-right: 25px;
}
.feedback__section .outer__feedback .feedback__head > h5 {
  margin-bottom: 5px;
  margin-top: 0px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #732466;
}
.feedback__section .outer__feedback .feedback__head > h2 {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.01em;
  color: black;
  font-weight: 700;
  margin: 0px;
}

.contact__section {
  padding-top: 120px;
  background-color: #732466;
  padding-bottom: 120px;
}
.contact__section .group__submit {
  margin-top: 30px;
}
.contact__section .group__submit > button[type="submit"] {
  padding: 12px 30px;
  font-size: 16px;
  line-height: 20px;
  color: black;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  background: #FEAA2B;
  border-radius: 10px;
  cursor: pointer;
  outline: none;
  border: 0px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.contact__section .group__submit > button[type="submit"]:hover {
  opacity: .7;
}
.contact__section .outer__contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
}
.contact__section .outer__contact .left__contact > h5 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
  color: #feaa2b;
  letter-spacing: 0.02em;
}
.contact__section .outer__contact .left__contact > h2 {
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: 36px;
  line-height: 40px;
  color: #fcf7fb;
  letter-spacing: 0.01em;
}
.contact__section .outer__contact .left__contact .contact__form {
  margin-top: 60px;
  padding: 40px;
  background: #FCF7FB;
  border-radius: 10px;
}
.contact__section .outer__contact .left__contact .contact__form .group__form {
  margin-bottom: 30px;
}
.contact__section .outer__contact .left__contact .contact__form .double__group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  margin-bottom: 30px;
}
.contact__section .outer__contact .left__contact .contact__form .double__group .group__form {
  margin-bottom: 0px;
}
.contact__section .outer__contact .left__contact > p {
  margin: 0px;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.002em;
  color: #fcf7fb;
  font-weight: 400;
}
.contact__section .outer__contact .right__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact__section .outer__contact .right__contact > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.contact__section .outer__contact .right__contact > ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 350px;
  margin-bottom: 40px;
}
.contact__section .outer__contact .right__contact > ul > li > h5 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
  color: #feaa2b;
  letter-spacing: 0.02em;
}
.contact__section .outer__contact .right__contact > ul > li > a {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  color: #fcf7fb;
  font-weight: bold;
  margin: 0px;
}
.contact__section .outer__contact .right__contact > ul > li > a:hover {
  opacity: .7;
}
.contact__section .outer__contact .right__contact > ul > li:last-child {
  margin-bottom: 0px;
}
.contact__section .outer__contact .right__contact .contact__image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact__section .outer__contact .right__contact .contact__image > img {
  max-width: 100%;
  border-radius: 10px;
  height: 608px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

footer {
  border-bottom: 10px solid #FEAA2B;
  padding-bottom: 60px;
  padding-top: 60px;
}
footer .outer__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .outer__footer > .footer__column > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
footer .outer__footer > .footer__column > ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: black;
  letter-spacing: 0.002em;
  text-decoration: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
footer .outer__footer > .footer__column > ul > li > a:hover {
  color: #732466;
}
footer .outer__footer > .footer__column > ul > li > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}
footer .outer__footer > .footer__column > ul > li > a span img {
  min-width: 7px;
}
footer .outer__footer > .footer__column > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 25px;
}
footer .outer__footer > .footer__column > p {
  margin: 0px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.002em;
  color: #000;
}
footer .outer__footer > .footer__column > p a {
  color: #732466;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
footer .outer__footer > .footer__column > p a:hover {
  opacity: .7;
}
footer .outer__footer > .footer__column:nth-child(1) {
  max-width: 255px;
}
footer .outer__footer > .footer__column:nth-child(2), footer .outer__footer > .footer__column:nth-child(3) {
  padding-top: 55px;
}

.btn-default {
  padding: 12px 30px;
  background: #FEAA2B;
  border-radius: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  outline: none;
  border: 0px;
  cursor: pointer;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: black;
  font-weight: bold;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.btn-default:hover {
  opacity: .7;
}

.info__block {
  padding-bottom: 120px;
  padding-top: 120px;
}
.info__block .outer__info .info__blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.info__block .outer__info .info__blog .blog__info {
  max-width: 440px;
  margin-right: 40px;
}
.info__block .outer__info .info__blog .blog__info > h5 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #732466;
}
.info__block .outer__info .info__blog .blog__info > h2 {
  margin: 0px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 40px;
  color: black;
  letter-spacing: 0.01em;
  font-weight: bold;
  text-transform: uppercase;
}
.info__block .outer__info .info__blog .blog__info .blog__button {
  margin-top: 30px;
}
.info__block .outer__info .info__blog .blog__info > p {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.002em;
  color: #000000;
}
.info__block .outer__info .info__blog .blog__info > p a {
  color: #732466;
  text-decoration: underline;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.info__block .outer__info .info__blog .blog__info > p a:hover {
  opacity: .7;
}
.info__block .outer__info .info__blog .blog__image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.info__block .outer__info .info__blog .blog__image > img {
  max-width: 540px;
}
.info__block .outer__info .after__grid {
  margin-top: 8px;
}
.info__block .outer__info .after__grid > p {
  font-size: 14px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.002em;
  margin: 0px;
}
.info__block .outer__info .info__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
}
.info__block .outer__info .info__grid .elem__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.info__block .outer__info .info__grid .elem__info > .info__details {
  padding-top: 33px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 105px;
  background: #FCF7FB;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  position: relative;
  height: calc(100% - 150px);
}
.info__block .outer__info .info__grid .elem__info > .info__details > h3 {
  margin-top: 0px;
  font-size: 24px;
  line-height: 30px;
  color: black;
  letter-spacing: 0.02em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.info__block .outer__info .info__grid .elem__info > .info__details > h4 {
  margin: 0px;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #732466;
  text-transform: uppercase;
}
.info__block .outer__info .info__grid .elem__info > .info__details > .info__button {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.info__block .outer__info .info__grid .elem__info > .info__details > .info__button > a {
  padding: 12px 30px;
  background: #FEAA2B;
  border-radius: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: black;
  font-weight: bold;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.info__block .outer__info .info__grid .elem__info > .info__details > .info__button > a:hover {
  opacity: .7;
}
.info__block .outer__info .info__grid .elem__info > .info__details > ul {
  margin: 0px;
  margin-top: 20px;
  list-style-type: none;
  padding: 0px;
}
.info__block .outer__info .info__grid .elem__info > .info__details > ul > li {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.002em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: black;
}
.info__block .outer__info .info__grid .elem__info > .info__details > ul > li > span {
  position: relative;
  top: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
}
.info__block .outer__info .info__grid .elem__info > .info__image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.info__block .outer__info .info__grid .elem__info > .info__image > img {
  max-width: 100%;
  height: 150px;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.info__block .outer__info .info__head {
  max-width: 540px;
  margin-bottom: 60px;
}
.info__block .outer__info .info__head > h5 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
  color: #732466;
  letter-spacing: 0.02em;
}
.info__block .outer__info .info__head > h2 {
  margin: 0px;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.01em;
  color: black;
  margin-bottom: 10px;
}
.info__block .outer__info .info__head > p {
  margin: 0px;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.001em;
  color: black;
  font-weight: 400;
}

.choice__block {
  padding-top: 60px;
}
.choice__block .outer__choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.choice__block .outer__choice .choice__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-left: 95px;
}
.choice__block .outer__choice .choice__grid > .elem__choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.choice__block .outer__choice .choice__grid > .elem__choice > .choice__info > p {
  margin: 0px;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: black;
  font-weight: bold;
}
.choice__block .outer__choice .choice__grid > .elem__choice > .choice__info > span {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.01em;
  color: black;
  font-weight: bold;
}
.choice__block .outer__choice .choice__grid > .elem__choice > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}
.choice__block .outer__choice .choice__grid > .elem__choice > span > img {
  min-width: 64px;
  max-width: 64px;
}
.choice__block .outer__choice > h2 {
  min-width: 255px;
  color: #000000;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.01em;
  font-weight: bold;
  margin: 0px;
  text-transform: uppercase;
}

.contact__form .outer__form {
  padding: 50px 40px;
  background: #FCF7FB;
  border-radius: 10px;
}
.contact__form .outer__form .group__submit {
  margin-top: 30px;
}
.contact__form .outer__form .grid__form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  margin-bottom: 30px;
}
.contact__form .outer__form .grid__form .double__form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  margin-bottom: 30px;
}

.hero__section {
  padding-top: 230px;
  padding-bottom: 223px;
  margin-bottom: -163px;
  position: relative;
}
.hero__section:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(45%, #732466), to(rgba(115, 36, 102, 0.1)));
  background: linear-gradient(to right, #732466 45%, rgba(115, 36, 102, 0.1));
}
.hero__section .outer__hero {
  position: relative;
  top: -70px;
}
.hero__section .outer__hero .hero__details {
  max-width: 540px;
}
.hero__section .outer__hero .hero__details > .hero__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 30px;
}
.hero__section .outer__hero .hero__details > p {
  margin: 0px;
  font-size: 24px;
  line-height: 30px;
  color: #fcf7fb;
  letter-spacing: 0.004em;
}
.hero__section .outer__hero .hero__details > h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #FEAA2B;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: bold;
}
.hero__section .outer__hero .hero__details > h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 62px;
  line-height: 75px;
  letter-spacing: 0.01em;
  color: #fcf7fb;
}

header {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 100%;
}
header .outer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
}
header .outer__header > .logo__header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .outer__header > .logo__header > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
header .outer__header > .logo__header > a:hover {
  opacity: .7;
}

.email__form.error > input {
  border-color: red;
}

.form-group.error > label {
  color: red;
}

.success__blocck .outer__success {
  min-height: 100vh;
  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;
}
.success__blocck .outer__success > h2 {
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}

.hero__section > img {
  position: absolute;
  right: 0px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 56%;
  top: 0px;
  z-index: -1;
}

@media (max-width: 1200px) {
  .choice__block .outer__choice .choice__grid {
    margin-left: 35px;
  }
}
.contact__form {
  position: relative;
}

@media (max-width: 991px) {
  .hero__section .outer__hero {
    top: 0px;
  }

  .hero__section .outer__hero .hero__details {
    position: relative;
    z-index: 2;
  }

  .hero__section > img {
    display: none;
  }

  .contact__form {
    position: relative;
  }

  .success__blocck .outer__success > h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .contact__form .outer__form {
    padding: 40px 30px;
    padding-bottom: 30px;
  }

  .hero__section .outer__hero .hero__details {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 600px;
  }
  .hero__section .outer__hero .hero__details > h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .hero__section .outer__hero .hero__details > h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .hero__section .outer__hero .hero__details > p {
    font-size: 18px;
    line-height: 25px;
  }

  .hero__section {
    background: url("../img/herob.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .hero__section:before {
    height: 70%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #732466), to(rgba(115, 36, 102, 0.01)));
    background: linear-gradient(to bottom, #732466 30%, rgba(115, 36, 102, 0.01));
  }

  .hero__section:after {
    height: 70%;
    position: absolute;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #732466), to(rgba(115, 36, 102, 0.01)));
    background: linear-gradient(to top, #732466 30%, rgba(115, 36, 102, 0.01));
  }

  .btn-default span {
    display: none;
  }

  header .outer__header > .logo__header > a img {
    max-width: 130px;
  }

  .hero__section {
    padding-top: 122px;
  }

  .choice__block {
    padding-top: 50px;
  }

  .choice__block .outer__choice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .choice__block .outer__choice > h2 {
    min-width: 0px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .choice__block .outer__choice .choice__grid {
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .choice__block .outer__choice .choice__grid > .elem__choice {
    min-width: 150px;
    margin-bottom: 20px;
  }
  .choice__block .outer__choice .choice__grid > .elem__choice > .choice__info > span {
    font-size: 24px;
    line-height: 30px;
  }
  .choice__block .outer__choice .choice__grid > .elem__choice > .choice__info > p {
    font-size: 18px;
    line-height: 20px;
  }
  .choice__block .outer__choice .choice__grid > .elem__choice > span {
    margin-right: 20px;
  }
  .choice__block .outer__choice .choice__grid > .elem__choice > span > img {
    min-width: 45px;
    max-width: 45px;
  }
  .choice__block .outer__choice .choice__grid > .elem__choice:last-child {
    margin-bottom: 0px;
  }

  .info__block .outer__info .after__grid {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .info__block .outer__info .after__grid > p {
    font-size: 12px;
    line-height: 18px;
  }

  .info__block .outer__info .info__grid {
    grid-template-columns: 1fr;
    max-width: 540px;
    margin-left: auto;
    grid-row-gap: 30px;
    margin-right: auto;
  }

  .info__block .outer__info .info__grid .elem__info > .info__details {
    text-align: center;
  }

  .info__block .outer__info .info__grid .elem__info > .info__details > ul {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
  }
  .info__block .outer__info .info__grid .elem__info > .info__details > ul > li {
    text-align: left;
  }

  .info__block .outer__info .info__grid .elem__info > .info__details {
    padding-left: 15px;
    padding-right: 15px;
  }

  .info__block .outer__info .info__grid .elem__info > .info__details > .info__button {
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    bottom: 30px;
  }

  .info__block .outer__info .info__grid .elem__info > .info__details {
    padding-bottom: 85px;
  }

  .info__block {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .info__block .outer__info .info__blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 50px;
  }
  .info__block .outer__info .info__blog > .blog__info {
    max-width: 540px;
    width: 100%;
    margin-top: 30px;
    margin-right: 0px;
    text-align: center;
  }

  .info__block .outer__info .info__blog .blog__image > img {
    width: 100%;
  }

  .info__block .outer__info .info__blog .blog__info > h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .info__block .outer__info .info__head {
    text-align: center;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .info__block .outer__info .info__head > h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .btn-default {
    padding: 8px 20px;
  }

  .feedback__section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .feedback__section .outer__feedback .feedback__container {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .feedback__section .feedback__head {
    text-align: center;
  }

  .feedback__section .outer__feedback .feedback__container .feedback__elem {
    padding: 30px;
  }

  .feedback__section .outer__feedback .feedback__container .feedback__elem > .feedback__author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .feedback__section .outer__feedback .feedback__container .feedback__elem > .feedback__author > .feedback__rates {
    margin-top: 20px;
  }

  .feedback__section .outer__feedback .feedback__container .feedback__elem > .feedback__author > .author__info > h3 {
    font-size: 18px;
    line-height: 20px;
  }

  .feedback__section .outer__feedback .feedback__container .feedback__elem > .feedback__author > .author__info > img {
    margin-right: 15px;
  }

  .feedback__section .outer__feedback .feedback__container .feedback__elem > .feedback__info > p {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
  }

  .feedback__section .outer__feedback .feedback__head > h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .contact__section .outer__contact .left__contact > h5 {
    text-align: center;
  }

  .contact__section .outer__contact .left__contact > h2 {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }

  .contact__section .outer__contact .left__contact > p {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
  }

  .form-group label {
    font-size: 12px;
  }

  .contact__section .group__submit > button[type="submit"] {
    padding: 8px 20px;
  }

  .contact__section .outer__contact .right__contact .contact__image > img {
    height: auto;
  }

  .contact__section .group__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .contact__section .outer__contact .left__contact .contact__form .double__group {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }

  .contact__section .outer__contact .left__contact .contact__form {
    margin-top: 50px;
    padding: 30px;
  }

  .contact__section {
    padding-bottom: 75px;
    padding-top: 75px;
  }

  .contact__section .outer__contact {
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact__section .outer__contact .right__contact > ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
  }
  .contact__section .outer__contact .right__contact > ul > li {
    margin-bottom: 30px;
    min-width: 0px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .contact__form .outer__form .grid__form {
    grid-template-columns: 1fr;
  }
  .contact__form .outer__form .grid__form > .left__form {
    margin-bottom: 30px;
  }

  .contact__form .outer__form .grid__form .double__form {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }

  .hero__section {
    margin-bottom: -250px;
  }

  .contact__form {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .hero__section .outer__hero .hero__details {
    padding-bottom: 450px;
  }

  footer {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  footer .outer__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  footer .outer__footer > .footer__column {
    margin-bottom: 30px;
  }
  footer .outer__footer > .footer__column > a {
    margin-bottom: 15px;
  }
  footer .outer__footer > .footer__column > p {
    font-size: 12px;
  }
  footer .outer__footer > .footer__column > ul > li > a {
    font-size: 12px;
  }
  footer .outer__footer > .footer__column:last-child {
    margin-bottom: 0px;
  }

  footer .outer__footer > .footer__column:nth-child(2), footer .outer__footer > .footer__column:nth-child(3) {
    padding-top: 0px;
  }
}
@media (max-width: 540px) {
  .hero__section .outer__hero .hero__details {
    padding-bottom: 300px;
  }
}
@media (max-width: 370px) {
  .contact__form .outer__form {
    padding: 40px 20px;
  }

  .contact__section .outer__contact .left__contact .contact__form {
    padding: 30px 20px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
