@import "./animate.css";
/*** 

====================================================================
	Reset
====================================================================

***/
html {
  scroll-behavior: smooth;
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*** 
  ====================================================================
      Global Settings
  ====================================================================
   ***/
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #2A2929;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
}

/* Typography */
.auto__container {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 30px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

h1 {
  font-weight: 600;
  font-size: 50px;
  line-height: 68px;
}
h1 span {
  color: #C10000;
}

h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 54px;
}
h2.uniq {
  font-weight: 600;
  font-size: 56px;
  line-height: 54px;
  text-align: center;
  color: #fbfbfc;
}
h2 span {
  position: relative;
}
h2 span:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: url(../images/icons/line.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
}

h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
}

h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

h6 {
  font-weight: 700;
  font-size: 12px;
  line-height: 23px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

p.big {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
}
p.sm {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
p.xsm {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.8);
}
p a {
  color: #C10000;
}

.button {
  font-weight: 600;
  font-size: 20px;
  line-height: 38px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  color: #fbfbfc;
  padding: 13px;
}
.button.primary {
  background: #C10000;
  border-radius: 6px;
}
.button:hover {
  opacity: 0.8;
}
.button.secondary {
  background: #2A2929;
  border-radius: 6px;
}

ul {
  list-style: none;
}
ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}
ul li a {
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
ul li a:hover {
  color: #C10000;
}
ul li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: " ";
  width: 17px;
  height: 12px;
  background: url(../images/icon/tick.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.anchor {
  position: relative;
  top: -80px;
}

main {
  overflow: hidden;
  margin-top: 106px;
}

.social {
  position: absolute;
  top: 30px;
  z-index: 1;
  right: 30px;
}
.social__link {
  margin-bottom: 16px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.social__link img {
  width: 18px;
}

.footer {
  background: #989898;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 32px 0;
  border-top: 1px solid rgba(216, 216, 216, 0.5);
  text-align: center;
}
.footer__inner h5 {
  color: #fff;
  text-align: center;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 56px 0 30px 0;
  background: #f7f7f7;
}
.header.sticky {
  background: #fff;
  -webkit-animation: 0.2s linear sticky;
          animation: 0.2s linear sticky;
  position: fixed;
  padding: 24px 0 20px 0;
  border-bottom: 1px solid #ededed;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

@-webkit-keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.nav__inner {
  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;
}
.nav__inner-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.nav__inner-link:hover {
  color: #C10000;
}
.nav__inner-link:hover svg {
  fill: #C10000;
}
.nav__inner-link svg {
  width: 15px;
  margin-left: 6px;
  fill: #2A2929;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}

.burger {
  display: none;
}

.intro {
  padding: 60px 0 60px 0;
  background: #eae8e8;
  margin-bottom: 80px;
  position: relative;
}
.intro__inner {
  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;
}
.intro__inner-content {
  width: calc(50% - 15px);
  padding: 30px 0;
}
.intro__inner-content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro__inner-content-row .button {
  padding: 13px 30px;
}
.intro__inner-content-row .button.primary {
  width: 100%;
  max-width: 240px;
  padding: 13px;
}
.intro__inner-image {
  width: calc(50% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 530px;
}
.intro__inner-image img {
  width: 100%;
}
.intro h1 {
  margin-bottom: 16px;
}
.intro p {
  margin-bottom: 30px;
}

.feature {
  margin-bottom: 100px;
}
.feature h2 {
  max-width: 730px;
  margin: 0 auto 45px auto;
}
.feature__inner {
  text-align: center;
}
.feature__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.featureItem {
  width: calc(33.3% - 40px);
  max-width: 320px;
}
.featureItem__icon {
  border: 3px solid #C10000;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0 auto 8px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.featureItem__icon img {
  width: 100%;
  max-width: 60%;
  max-height: 60%;
}
.featureItem h4 {
  margin-bottom: 5px;
}
.featureArrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
}
.featureArrow img {
  width: 100%;
}

.online {
  padding: 50px 0;
  position: relative;
  background: #eae8e8;
}
.online__inner {
  text-align: center;
  max-width: 840px;
  margin: 0 auto;
}
.online__inner h2 {
  color: #C10000;
  margin-bottom: 16px;
}
.online__inner p {
  color: #2A2929;
  margin-bottom: 24px;
}
.online__inner p:last-child {
  margin-bottom: 0;
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.courses {
  padding: 80px 0;
}
.courses__inner {
  max-width: 840px;
  margin: 0 auto;
}
.courses__inner h2 {
  text-align: center;
  margin-bottom: 24px;
}
.courses__inner-row {
  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;
  margin-bottom: 80px;
}
.courses__inner-content {
  max-width: 340px;
  width: calc(50% - 15px);
}
.courses__inner-content h5 {
  margin-bottom: 16px;
  color: #C10000;
  font-weight: 900;
}
.courses__inner-image {
  width: calc(50% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 360px;
}
.courses__inner-image img {
  width: 100%;
}

.about {
  padding: 80px 0;
  background: #eae8e8;
}
.about__inner {
  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;
}
.about__inner-content {
  width: calc(50% - 15px);
  max-width: 430px;
}
.about__inner-content h2 {
  color: #C10000;
  margin-bottom: 16px;
}
.about__inner-content p {
  margin-bottom: 24px;
}
.about__inner-content p:last-child {
  margin-bottom: 0;
}
.about__inner-image {
  width: calc(50% - 15px);
  max-width: 430px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  overflow: hidden;
}
.about__inner-image img {
  width: 100%;
}

.contact {
  padding: 80px;
}
.contact h2 {
  text-align: center;
  margin-bottom: 24px;
  color: #C10000;
}
.contact__inner {
  max-width: 650px;
  margin: 0 auto 0 auto;
}
.contact__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact__inner-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
}
.contact__inner-info img {
  width: 20px;
  margin-right: 6px;
}
.contact__inner .button {
  padding: 12px 54px;
}

.input {
  width: 100%;
  margin-bottom: 20px;
}
.input label {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 16px;
  display: block;
  margin-bottom: 12px;
  line-height: 26px;
}
.input input,
.input textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 14px 22px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  border: 1px solid #a0a0a0;
  border-radius: 6px;
  resize: none;
}
.input input::-webkit-input-placeholder, .input textarea::-webkit-input-placeholder {
  color: #a0a0a0;
}
.input input::-moz-placeholder, .input textarea::-moz-placeholder {
  color: #a0a0a0;
}
.input input:-ms-input-placeholder, .input textarea:-ms-input-placeholder {
  color: #a0a0a0;
}
.input input::-ms-input-placeholder, .input textarea::-ms-input-placeholder {
  color: #a0a0a0;
}
.input input::placeholder,
.input textarea::placeholder {
  color: #a0a0a0;
}
.input__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.input__row .input {
  width: calc(50% - 10px);
  margin: 0;
}

@media (max-width: 1340px) {
  h1 {
    font-size: 40px;
    line-height: 54px;
  }

  h2 {
    font-size: 36px;
    line-height: 50px;
  }

  h3 {
    font-size: 36px;
    line-height: 50px;
  }

  h4 {
    font-size: 18px;
    line-height: 23px;
  }

  h5 {
    font-size: 16px;
    line-height: 20px;
  }

  p.big {
    font-size: 20px;
    line-height: 24px;
  }

  .button {
    font-size: 18px;
    line-height: 24px;
  }

  .intro__inner-content-row .button.primary {
    max-width: 200px;
  }

  .feature {
    margin-bottom: 70px;
  }
  .feature h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .intro {
    padding: 50px 0 0 0;
  }
  .intro__inner-content-row .button.primary {
    max-width: 160px;
  }

  .nav__inner-link {
    font-size: 14px;
    line-height: 20px;
  }

  .header {
    padding: 24px 0 20px 0;
  }

  main {
    margin-top: 64px;
  }
}
@media (max-width: 840px) {
  h1 {
    font-size: 34px;
    line-height: 46px;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
  }
  h2.uniq {
    font-size: 36px;
    line-height: 50px;
  }

  h4 {
    font-size: 18px;
    line-height: 22px;
  }

  h5 {
    font-size: 16px;
    line-height: 22px;
  }

  p.big {
    font-size: 18px;
    line-height: 24px;
  }

  body {
    font-size: 16px;
    line-height: 22px;
  }

  main {
    margin-top: 74px;
  }

  ul li {
    font-size: 16px;
    line-height: 22px;
  }
  ul li::before {
    top: 7px;
  }

  .header {
    padding: 0 !important;
  }
  .header__inner {
    height: 74px;
    position: relative;
  }

  .nav {
    position: fixed;
    top: 74px;
    left: 0;
    width: 100%;
    height: calc(100% - 74px);
    z-index: 100;
    background: rgba(0, 0, 0, 0.4);
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .nav.active {
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-direction: column;
    position: absolute;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    top: 0;
    right: 0;
    width: 250px;
    padding: 0;
    z-index: 1;
    padding: 20px;
    height: calc(100% - 40px);
    overflow-y: auto;
    background: #fff;
  }
  .nav__inner-link {
    border: none;
    padding: 15px;
    display: block;
    text-align: left;
    width: unset;
    color: #2A2929;
    margin-left: 0;
    font-size: 16px;
    line-height: 24px;
  }
  .nav .btn {
    margin: 15px 0;
    text-align: center;
  }

  body.active {
    overflow: hidden;
  }

  .burger {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -moz-ransform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 30px;
    height: 30px;
  }
  .burger::before {
    top: 20%;
    width: calc(100% - 0.4rem);
    height: 4px;
    background-color: #C10000;
    border-radius: 0.125rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger span {
    top: 50%;
    width: calc(100% - 0.4rem);
    height: 4px;
    background-color: #C10000;
    border-radius: 0.125rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .burger::after {
    bottom: 20%;
    width: calc(100% - 0.4rem);
    height: 4px;
    background-color: #C10000;
    border-radius: 0.125rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger.active::before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .burger.active span {
    opacity: 0;
  }
  .burger.active::after {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
    transform: translate(-50%, 50%) rotate(-45deg);
  }

  .intro {
    padding: 40px 0 0 0;
  }
  .intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .intro__inner-content {
    padding: 0 0 40px 0;
    width: 100%;
  }
  .intro__inner-image {
    width: 100%;
    max-width: unset;
  }

  .feature {
    margin-bottom: 50px;
  }
  .feature__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .featureItem {
    width: 100%;
    max-width: unset;
    margin-bottom: 24px;
  }
  .featureItem__icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }
  .featureArrow {
    margin: 20px auto 8px auto;
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
    width: 24px;
  }

  .courses {
    padding: 50px 0;
  }
  .courses__inner-row {
    margin-bottom: 35px;
  }

  .about {
    padding: 50px 0;
  }
  .about__inner-image {
    width: calc(50% + 15px);
    margin-left: -30px;
    border-radius: 0 12px 12px 0;
  }
  .about__inner-content p {
    margin-bottom: 12px;
  }

  .contact {
    padding: 50px 0;
  }
}
@media (max-width: 700px) {
  .about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .about__inner-image {
    width: 100%;
    max-width: 400px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto;
  }
  .about__inner-content {
    width: 100%;
    max-width: unset;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: auto;
  }
}
@media (max-width: 540px) {
  .auto__container {
    padding: 0 18px;
  }

  .social {
    right: 16px;
    top: 16px;
  }

  .intro__inner-content-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .intro__inner-content-row .button.primary {
    max-width: unset;
  }

  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__inner-col {
    width: 100%;
    max-width: unset;
    margin-bottom: 8px;
  }
  .footer__inner-col:last-child {
    text-align: left;
    margin: 0;
  }

  .courses__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .courses__inner-content {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 24px;
    max-width: 340px;
  }
  .courses__inner-image {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .about {
    padding-bottom: 0;
  }
  .about__inner-image {
    width: calc(100% + 36px);
    margin: 0 -18px;
    max-width: unset;
    border-radius: 0;
  }

  .input {
    margin-bottom: 16px !important;
  }
  .input__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .input__row .input {
    width: 100%;
  }
}