* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 16px;
}
a {
  text-decoration: none;
  color: inherit;
}
p {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
input,
button {
  border: none;
  outline: none;
}
textarea {
  resize: none;
  outline: none;
  border: none;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  background-color: transparent;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
summary:focus {
  outline: none;
}
dd {
  margin: 0;
}
[hidden] {
  display: none;
}
[disabled] {
  pointer-events: none;
}
:root {
  --color-primary: #ffca08;
  --color-secondary: #ffa000;
  --color-grey: #dcdedf;
  --color-light-grey: #fafafa;
  --color-white: #fff;
  --color-text-title: #181719;
  --color-text-common: #556987;
  --color-bg-common: #fff;
  --scroll-width: 8px;
  --scroll-track-color: #fafafa;
  --scroll-thumb-color: #ffa000;
  --font-family: Gilroy, sans-serif;
  --icon-font-family: "icomoon";
  --font-size-small: 0.75rem;
  --comp-height: calc(var(--font-size) * 3);
  --comp-padding: var(--font-size);
  --comp-bg: var(--color-white);
  --comp-border: 1px solid var(--color-grey);
  --comp-border-radius: 10px;
}
@font-face {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/Gilroy/Gilroy-Regular.woff2") format("woff2"), url("/assets/fonts/Gilroy/Gilroy-Regular.woff") format("woff"), url("/assets/fonts/Gilroy/Gilroy-Regular.ttf") format("ttf"), url("/assets/fonts/Gilroy/Gilroy-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/Gilroy/Gilroy-Medium.woff2") format("woff2"), url("/assets/fonts/Gilroy/Gilroy-Medium.woff") format("woff"), url("/assets/fonts/Gilroy/Gilroy-Medium.ttf") format("ttf"), url("/assets/fonts/Gilroy/Gilroy-Medium.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: Gilroy;
  font-style: bold;
  font-weight: 600;
  src: url("/assets/fonts/Gilroy/Gilroy-Bold.woff2") format("woff2"), url("/assets/fonts/Gilroy/Gilroy-Bold.woff") format("woff"), url("/assets/fonts/Gilroy/Gilroy-Bold.ttf") format("ttf"), url("/assets/fonts/Gilroy/Gilroy-Bold.eot") format("eot");
  font-display: swap;
}
.container {
  width: 100%;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}
.logo {
  display: inline-block;
  background-image: url("/assets/img/logo/logo.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav-link {
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color-text-title);
}
.header__phone .icon {
  font-family: var(--icon-font-family);
  font-size: 15px;
  line-height: 1;
  color: var(--color-text-title);
}
.header__socials {
  display: grid;
}
.header__socials-link {
  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;
  width: 32px;
  height: 32px;
  font-size: 16px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.header-fixed {
  position: fixed;
  background-color: var(--color-white);
  -webkit-box-shadow: 0 10px 15px rgba(42,51,66,0.1);
          box-shadow: 0 10px 15px rgba(42,51,66,0.1);
  -webkit-animation: fade-out 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-out 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@-webkit-keyframes fade-out {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.title-h1,
.title-h2,
.title-h3 {
  font-weight: bold;
  color: var(--color-text-title);
}
.title-h1 + .subtitle,
.title-h2 + .subtitle,
.title-h3 + .subtitle {
  margin-top: 1.75em;
}
.title-h1 {
  line-height: 110%;
}
.title-h2 {
  line-height: 110%;
}
.title-h3 {
  line-height: 110%;
}
.subtitle {
  font-size: var(--font-size);
  line-height: 160%;
}
html {
  overflow-x: hidden;
}
.hidden {
  display: none !important;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.no-scroll {
  overflow-y: hidden;
}
.nowrap {
  white-space: nowrap;
}
body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  font-family: var(--font-family);
  color: var(--color-text-common);
  background-color: var(--color-bg-common);
}
.intro {
  background: -webkit-radial-gradient(21.74% 44.3%, 32.45% 122.91%, #fed200 0%, #f0c208 100%);
  background: -o-radial-gradient(21.74% 44.3%, 32.45% 122.91%, #fed200 0%, #f0c208 100%);
  background: radial-gradient(32.45% 122.91% at 21.74% 44.3%, #fed200 0%, #f0c208 100%);
}
.intro .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.intro__subtitle {
  color: var(--color-text-title);
}
.intro__button {
  font-weight: bold;
  text-transform: uppercase;
  color: var(--color-text-title);
  cursor: pointer;
}
.intro__picture {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.intro__picture-image {
  display: block;
  max-width: 100%;
}
form[disabled] button {
  color: #9dafbd;
  background-color: var(--color-grey);
  pointer-events: none;
}
.link {
  text-decoration: underline;
}
@media screen and (max-width: 680px) {
  :root {
    --font-size: 13px;
    --container-padding: 20px;
  }
  .header {
    padding-top: 17px;
    padding-bottom: 12px;
  }
  .header__logo {
    width: 137px;
    height: 28px;
  }
  .header__nav {
    position: fixed;
    top: 0;
    right: 0;
    height: calc(100vh + 120px);
    width: 100%;
    padding-top: 120px;
    background-color: var(--color-white);
    z-index: 500;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .header__nav:not(.open) {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .header__nav:not(.open) .header__socials {
    display: none;
  }
  .header__nav-list {
    text-align: center;
  }
  .header__nav-link {
    padding: 1em var(--container-padding);
  }
  .header__phone {
    display: none;
  }
  .header__socials {
    grid-auto-flow: column;
    grid-column-gap: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 50px auto 0;
  }
  .header__socials-link {
    color: var(--color-white);
    background-color: var(--color-text-title);
  }
  .header__humb {
    font-size: 24px;
  }
  .title-h1 {
    font-size: 28px;
  }
  .title-h2 {
    font-size: 24px;
  }
  .title-h3 {
    font-size: 18px;
  }
  .intro {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .intro__content {
    margin-top: 20px;
  }
  .intro__button {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 0;
    padding: 14px 40px 11px;
    font-size: 14px;
    background-color: var(--color-white);
    -webkit-border-radius: 25px;
            border-radius: 25px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 680px) {
  :root {
    --font-size: 16px;
    --container-padding: 56px;
  }
  .header__nav:not(.open) .header__nav-overlay {
    opacity: 0;
    pointer-events: none;
  }
  .header__nav:not(.open) .header__nav-list {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .header__nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 400;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header__nav-list {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    padding-top: 120px;
    background-color: var(--color-white);
    z-index: 500;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .header__nav-link {
    padding: 1em var(--container-padding) 1em 80px;
  }
  .header__contacts {
    margin-left: auto;
    margin-right: 38px;
  }
  .header__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    background-color: var(--color-white);
    -webkit-border-radius: 50%;
            border-radius: 50%;
  }
  .header__phone .icon {
    margin: auto;
  }
  .header__socials {
    -webkit-transform: translateY(calc(100% + 50px));
        -ms-transform: translateY(calc(100% + 50px));
            transform: translateY(calc(100% + 50px));
  }
  .header__humb {
    font-size: 27px;
  }
  .title-h1 {
    font-size: 56px;
  }
  .title-h2 {
    font-size: 42px;
  }
  .intro__button {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --font-size: 18px;
    --container-padding: 25px;
  }
  .container {
    max-width: calc(1545px + var(--container-padding)*2);
    margin: 0 auto;
  }
  .header .container {
    display: grid;
    grid-template-columns: 270px 1fr 270px;
  }
  .header__nav-overlay {
    display: none;
  }
  .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .header__nav-link {
    padding: 0 1em;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header__nav-link:hover {
    opacity: 0.5;
  }
  .header__contacts {
    position: relative;
    text-align: right;
  }
  .header__contacts-call {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    color: var(--color-text-title);
    opacity: 0.8;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    cursor: pointer;
  }
  .header__phone {
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    color: var(--color-text-title);
  }
  .header__phone .icon {
    display: inline-block;
    margin-right: 10px;
  }
  .header__socials {
    -webkit-transform: translateY(calc(100% + 175px));
        -ms-transform: translateY(calc(100% + 175px));
            transform: translateY(calc(100% + 175px));
  }
  .header__humb {
    display: none;
  }
  .title-h1 {
    font-size: 64px;
  }
  .title-h2 {
    font-size: 56px;
  }
  html::-webkit-scrollbar {
    width: var(--scroll-width);
  }
  html::-webkit-scrollbar-thumb {
    border-left: var(--scroll-width) solid var(--scroll-thumb-color);
  }
  html::-webkit-scrollbar-track {
    border-left: var(--scroll-width) solid var(--scroll-track-color);
  }
  .intro .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .intro__content {
    position: relative;
    z-index: 1;
  }
  .intro__title {
    position: relative;
  }
  .intro__title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 25%;
    width: 620px;
    height: 620px;
    background-color: #fee05f;
    -webkit-filter: blur(107px);
            filter: blur(107px);
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
  }
  .intro__button {
    margin-top: 47px;
  }
}
@media screen and (min-width: 680px) {
  .logo {
    width: 270px;
    height: 55px;
  }
  .header {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .header .container {
    position: relative;
  }
  .header__socials {
    position: absolute;
    bottom: 0;
    right: var(--container-padding);
    grid-row-gap: 18px;
  }
  .header__socials-link {
    color: var(--color-text-title);
    background-color: var(--color-white);
    -webkit-transition: color 0.3s, background-color 0.3s, opacity 0.3s;
    -o-transition: color 0.3s, background-color 0.3s, opacity 0.3s;
    transition: color 0.3s, background-color 0.3s, opacity 0.3s;
  }
  .header__socials-link:hover {
    color: var(--color-white);
    background-color: var(--color-text-title);
  }
  .header__socials-link:active {
    color: var(--color-white);
    background-color: var(--color-text-title);
    opacity: 0.7;
  }
  .header-fixed {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-fixed .header__logo {
    width: 158px;
    height: 35px;
  }
  .header-fixed .header__socials,
  .header-fixed .header__contacts-call {
    display: none;
  }
  .title-h3 {
    font-size: 28px;
  }
  .intro {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .intro__content {
    max-width: 595px;
  }
  .intro__button {
    position: relative;
    padding: 23px 40px;
    font-size: 18px;
    z-index: 1;
  }
  .intro__button:hover::before {
    width: 100%;
  }
  .intro__button:active::before {
    width: 100%;
    opacity: 0.7;
  }
  .intro__button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 66px;
    height: 66px;
    background-color: var(--color-white);
    -webkit-border-radius: 500px;
            border-radius: 500px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: width 0.3s, opacity 0.3s;
    -o-transition: width 0.3s, opacity 0.3s;
    transition: width 0.3s, opacity 0.3s;
    z-index: -1;
  }
}
@media screen and (max-width: 1023px) {
  .header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__nav-link {
    display: block;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .header__nav-link:hover {
    background-color: #ffe37c;
  }
  .header__contacts-call {
    display: none;
  }
  .header__phone span {
    display: none;
  }
  .header__humb {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    color: var(--color-text-title);
    cursor: pointer;
    z-index: 600;
  }
  .header__humb::before {
    content: "\e903";
    margin: auto;
    font-family: var(--icon-font-family);
    line-height: 1;
  }
  .intro .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}