@font-face {
  font-family: "GothamPro";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/GothamPro-Light.woff") format("woff"), url("../fonts/GothamPro-Light.woff2") format("woff2");
}
@font-face {
  font-family: "GothamPro";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/GothamPro-LightItalic.woff") format("woff"), url("../fonts/GothamPro-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "GothamPro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/GothamPro.woff") format("woff"), url("../fonts/GothamPro.woff2") format("woff2");
}
@font-face {
  font-family: "GothamPro";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/GothamPro-Italic.woff") format("woff"), url("../fonts/GothamPro-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "GothamPro";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "GothamPro";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/GothamPro-MediumItalic.woff") format("woff"), url("../fonts/GothamPro-MediumItalic.woff2") format("woff2");
}
@font-face {
  font-family: "GothamPro";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "GothamPro";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/GothamPro-BoldItalic.woff") format("woff"), url("../fonts/GothamPro-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "GothamPro";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/GothamPro-Black.woff") format("woff"), url("../fonts/GothamPro-Black.woff2") format("woff2");
}
@font-face {
  font-family: "GothamPro";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/GothamPro-BlackItalic.woff") format("woff"), url("../fonts/GothamPro-BlackItalic.woff2") format("woff2");
}
/* default styles start */
*:focus {
  outline: none;
}

*:invalid {
  box-shadow: none;
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-width: 360px;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  font: normal normal 20px/1.6 GothamPro, sans-serif, sans-serif;
  color: #000;
}

/* == default styles: text elements == */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.4em;
  line-height: 1.24;
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 24px;
  font-weight: 500;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

ul, ol {
  margin: 0 0 1em;
}

ul {
  margin: 0 0 1em;
  padding: 0;
  list-style-type: none;
}

ul li {
  position: relative;
  padding: 0 0 0 23px;
  margin: 0 0 9px;
}

ul li::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-radius: 2px;
  background-color: #0A0A0A;
  position: absolute;
  left: 0;
  top: 0.6em;
}

p {
  margin: 0 0 0.75em;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
  transition: all 0.25s ease-out;
  background-color: transparent;
}

a:hover {
  text-decoration: none;
}

hr {
  border-color: rgba(0, 0, 0, 0.5);
  border-top-color: rgba(0, 0, 0, 0.5);
  border-top: 0;
  margin: 30px 0;
}

/* == default styles: media elements == */
img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}

img,
iframe,
video {
  max-width: 100%;
  user-select: none;
}

a img {
  border: none;
}

/* == default styles: form elements == */
input, textarea, button, select {
  font: inherit;
  color: inherit;
}

input, textarea {
  outline: none;
}

[type=search] {
  appearance: textfield;
}
[type=search]::-webkit-search-decoration, [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-results-button, [type=search]::-webkit-search-results-decoration {
  display: none;
}

.text-input:-moz-placeholder {
  opacity: 1;
  color: rgba(10, 10, 10, 0.5);
}

.text-input::-moz-placeholder {
  opacity: 1;
  color: rgba(10, 10, 10, 0.5);
}

.text-input:focus:-moz-placeholder {
  opacity: 1;
  color: rgba(10, 10, 10, 0.5);
}

.text-input:focus::-moz-placeholder {
  opacity: 1;
  color: rgba(10, 10, 10, 0.5);
}

.text-input::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(10, 10, 10, 0.5);
}

.text-input::-webkit-outer-spin-button,
.text-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  color: rgba(10, 10, 10, 0.5);
}

.text-input {
  appearance: none;
  width: 100%;
  height: 64px;
  background: transparent;
  border: 1px solid rgba(10, 10, 10, 0.15);
  border-radius: 16px;
  box-shadow: none;
  transition: border-color 0.25s ease-out;
  padding: 0 16px;
  font-size: 18px;
}

.text-input:focus {
  border: 1px solid #0A0A0A;
}

.file-input {
  display: none;
  opacity: 0;
  position: absolute;
}

.field {
  margin: 0 0 24px;
}

.field-message {
  font-size: 14px;
  color: rgba(10, 10, 10, 0.5);
  margin: 8px 0 0;
}

.textarea {
  resize: none;
  overflow: auto;
  width: 100%;
  height: 124px;
  background: transparent;
  border: 1px solid rgba(10, 10, 10, 0.15);
  border-radius: 16px;
  box-shadow: none;
  transition: border-color 0.25s ease-out;
  padding: 18px 16px;
  font-size: 18px;
}

.textarea:focus {
  border: 1px solid #0A0A0A;
}

select::-ms-expand {
  display: none;
}

.select {
  position: relative;
  width: 100%;
  font-size: 18px;
  border-radius: 16px;
}

.select:focus {
  outline: none;
}

.select:focus .select-output {
  border: 1px solid #0A0A0A;
}

.select-field {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  border: 0;
  width: 100%;
  height: 100%;
}

.select-field option {
  background-color: trasparent;
}

.select-output {
  padding: 0 16px;
  width: 100%;
  height: auto;
  min-height: 64px;
  line-height: 1;
  border: 1px solid rgba(10, 10, 10, 0.15);
  border-radius: 16px;
  box-shadow: none;
  text-overflow: ellipsis;
  transition: border-color 0.25s ease-out;
  appearance: none;
  user-select: none;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px 10px;
}

.select-open .select-output {
  border-color: #0A0A0A;
}

.select-text .select-output strong {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #7A7F89;
  width: 100%;
}

.select-image .select-output {
  padding: 2px 17px;
}

.select-output:has(.select-icon) {
  flex-wrap: nowrap;
}

.select-text {
  width: 100%;
}

.select-text .select-output {
  min-height: 44px;
  padding: 6px 25px 6px 12px;
  border-radius: 8px;
}

.select-text .select-list {
  font-size: 14px;
}

.cart-account-select {
  font-size: 14px;
}

.cart-account-select .select-output {
  font-weight: 500;
}

.select-sort {
  min-width: 1px;
  max-width: 250px;
}

.select-view .select-output {
  min-width: 55px;
  max-width: 150px;
}

.select-icon {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  display: inline-block;
  vertical-align: 0;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-color: currentColor;
}

.select-icon-large {
  height: 18px;
  width: 18px;
}

.select-image .select-output::after {
  display: none;
}

.select-output::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  transition: all 0.2s ease-out;
  width: 14px;
  height: 6px;
  -webkit-mask-image: url(/img/svg-icons/angle-bottom.svg);
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-color: currentColor;
}

.select-open .select-output::after {
  transform: translateY(-50%) rotate(-180deg);
}

.select-list {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  background-color: #fff;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 0;
  padding: 5px;
  min-width: 100%;
  max-height: 200px;
  overflow-y: auto;
  display: none;
  z-index: 5;
}

.select-sort .select-list {
  white-space: nowrap;
}

.select-view .select-list {
  white-space: nowrap;
}

.select-list li {
  line-height: 1;
  padding: 6px 12px;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  align-items: center;
  margin: 0 0 1px;
  gap: 10px;
  transition: all 0.25s ease-out;
}

.select-text .select-list strong {
  font-weight: 400;
}

.select-list li::before {
  display: none;
}

.select-list li:last-child {
  margin: 0;
}

.select-list li:hover {
  background-color: rgba(10, 10, 10, 0.15);
}

.select-list li.selected {
  background: linear-gradient(135deg, #3A4450, #303A46);
  color: #fff;
}

.select-list::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background: rgba(10, 10, 10, 0.15);
  border-radius: 16px;
}

.select-list::-webkit-scrollbar-thumb {
  background: #3A4450;
  border-radius: 16px;
}

@-moz-document url-prefix() {
  .select-list {
    scrollbar-color: #3A4450 rgba(10, 10, 10, 0.15);
    scrollbar-width: thin;
  }
}
.select-open .select-list {
  display: block;
}

label {
  user-select: none;
}

button {
  cursor: pointer;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  appearance: none;
  cursor: pointer;
  max-width: 100%;
  user-select: none;
  min-height: 48px;
  line-height: 1;
  padding: 5px 24px;
  box-shadow: none;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
}

.btn-large {
  min-height: 64px;
  min-width: 226px;
  font-size: 18px;
}

.btn-accent {
  background: linear-gradient(135deg, #3A4450, #303A46);
  color: #fff;
}

.btn-accent:hover {
  background: linear-gradient(135deg, #303A46, #3A4450);
}

.btn-block {
  width: 100%;
}

.btn-bordered-white {
  border-color: #fff;
}

.btn-bordered-white:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.simple-form {
  max-width: 540px;
  width: 100%;
  padding: 40px;
  background-color: #fff;
  border-radius: 32px;
  color: #0A0A0A;
  flex: 0 0 auto;
}

.form-note {
  font-size: 14px;
  margin: 8px 0 0;
  color: rgba(10, 10, 10, 0.5);
}

/* == default styles: table elements == */
table {
  width: 100%;
}

/* default styles end */
/* == containers == */
.container {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.section-head {
  text-align: center;
  margin: 0 0 50px;
}

.section-head h2 {
  margin: 0;
}

.section-gray {
  background-color: #F9FAFB;
}

/*~ header ~*/
.header {
  padding: 20px 0;
}

.header > .container {
  display: flex;
  align-items: center;
}

.logo {
  font-size: 30px;
  font-weight: 700;
  flex: 0 0 auto;
  line-height: 1;
  text-decoration: none;
}

.logo span {
  display: block;
}

.logo span:nth-child(2) {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.38em;
}

.header-buttons {
  margin: 0 0 0 auto;
}

/*~ main-content ~*/
.intro-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.intro {
  min-height: calc(100vh - var(--h-height));
  padding: var(--h-height) 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
}

.intro-content {
  max-width: 640px;
}

.intro-text {
  margin: 0 0 40px;
}

.intro-text:last-child {
  margin: 0;
}

.media-section {
  padding: 92px 0;
}

.media {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

.media-text h4 {
  margin: 0 0 25px;
}

.media-image {
  max-width: 600px;
  width: 100%;
  height: auto;
  flex: 0 0 auto;
  border-radius: 32px;
  overflow: hidden;
}

.why-section {
  padding: 95px 0 100px;
}

.why-card {
  width: calc(50% - 10px);
  background-color: #fff;
  border-radius: 24px;
  padding: 30px;
}

.why-card-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 16px;
}

.why-card-head h4 {
  font-size: 20px;
}

.why-card-image {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  border: 1px solid rgba(10, 10, 10, 0.15);
  border-radius: 50%;
  padding: 5px;
}

.why-card-image img {
  max-width: 90%;
  max-height: 90%;
  height: auto;
}

.why-card-text {
  font-size: 18px;
  line-height: 1.44;
}

.cooperation-section {
  padding: 100px 0;
}

.cooperation {
  display: flex;
  align-items: center;
  gap: 160px;
}

.cooperation-text h3 {
  margin: 0 0 25px;
}

.cooperation-text h4 {
  margin: 0 0 25px;
}

.inner-section {
  padding: 20px 0 80px;
}

.text-block {
  font-size: 18px;
}

.text-block h1 {
  font-size: 40px;
}

.text-block h3 {
  font-size: 30px;
}

.text-block ul li {
  margin: 0;
}

/*~ footer ~*/
.footer {
  background: linear-gradient(135deg, #3A4450, #303A46);
  color: #fff;
  padding: 60px 0;
  margin-top: auto;
}

.footer-top {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}

.footer-logo {
  margin: 0 30px 0 0;
}

.footer-address {
  font-size: 16px;
  position: relative;
  padding: 0 0 0 32px;
}

.footer-address::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url("/img/svg-icons/pin.svg") no-repeat center/24px;
  position: absolute;
  left: 0;
  top: 2px;
}

.footer-buttons {
  margin: 0 0 0 auto;
}

.footer-center {
  font-size: 14px;
  margin: 0 0 30px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
}

.footer-links {
  gap: 30px;
}

.footer-link {
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.modal {
  display: none;
  max-width: 580px;
  width: 100%;
  text-align: center;
  border-radius: 18px;
}

.modal-text h2 {
  font-size: 30px;
  margin: 0 0 10px;
}

.modal-text h2:last-child {
  margin-bottom: 0;
}

/* ~~ MEDIA QUERIES ALWAYS AT THE END ~~ */
@media (max-width: 1289px) {
  body {
    font-size: 18px;
  }
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 34px;
  }
  h4 {
    font-size: 21px;
  }
  .container {
    max-width: 960px;
  }
  .text-input {
    height: 55px;
    border-radius: 12px;
    font-size: 16px;
  }
  .select {
    font-size: 16px;
  }
  .select-output {
    min-height: 55px;
    border-radius: 12px;
  }
  .simple-form {
    max-width: 440px;
    padding: 20px;
    border-radius: 20px;
  }
  .btn {
    font-size: 16px;
  }
  .btn-large {
    min-height: 55px;
  }
  .intro {
    min-height: 1px;
  }
  .media-section {
    padding: 75px 0;
  }
  .media {
    gap: 40px;
  }
  .media-image {
    max-width: 480px;
  }
  .cooperation-section {
    padding: 80px 0;
  }
  .cooperation {
    gap: 80px;
  }
  .footer-top {
    flex-wrap: wrap;
    margin: 0 0 20px;
  }
  .footer-address {
    order: 2;
    width: 100%;
    margin: 5px 0;
  }
  .footer-bottom {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 20px;
  }
  .container {
    max-width: 720px;
  }
  .header {
    padding: 15px 0;
  }
  .intro {
    display: block;
  }
  .intro-content {
    text-align: center;
  }
  .intro-buttons {
    display: none;
  }
  .intro-form {
    margin: 0 auto;
  }
  .media {
    flex-wrap: wrap;
    gap: 25px;
  }
  .media-image {
    order: -1;
    margin: 0 auto;
  }
  .media-text h2 {
    text-align: center;
    margin: 0 0 25px;
  }
  .why-section {
    padding: 60px 0;
  }
  .why-card {
    padding: 20px;
  }
  .why-card-image {
    width: 50px;
    height: 50px;
  }
  .why-card-head h4 {
    font-size: 18px;
  }
  .cooperation-section {
    padding: 60px 0 90px;
  }
  .cooperation {
    flex-wrap: wrap;
    gap: 40px;
  }
  .cooperation-text h3 {
    text-align: center;
  }
  .cooperation-form {
    order: 2;
    margin: 0 auto;
  }
  .footer {
    padding: 50px 0;
  }
  .footer-top {
    margin: 0;
  }
  .footer-address {
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 30px;
  }
  h4 {
    font-size: 18px;
  }
  .container {
    max-width: 540px;
  }
  .why-card-head h4 {
    font-size: 16px;
  }
  .why-card-text {
    font-size: 16px;
  }
  .text-block {
    font-size: inherit;
  }
  .text-block h1 {
    font-size: 32px;
  }
  .text-block h3 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  h1 {
    line-height: 1.1;
  }
  .container {
    max-width: 100%;
  }
  .text-input {
    height: 46px;
  }
  .select-output {
    min-height: 46px;
  }
  .select-output::after {
    right: 15px;
  }
  .logo {
    font-size: 26px;
  }
  .logo span:nth-child(2) {
    letter-spacing: 0.24em;
  }
  .field {
    margin: 0 0 18px;
  }
  .btn {
    min-height: 46px;
    font-size: 14px;
  }
  .field-message {
    font-size: 12px;
  }
  .intro {
    padding: 70px 0 60px;
  }
  .media-section {
    padding: 50px 0;
  }
  .media-image {
    border-radius: 20px;
  }
  .why-card {
    width: 100%;
  }
  .cooperation-section {
    padding: 50px 0 80px;
  }
  .footer {
    font-size: 14px;
  }
  .footer-bottom {
    font-size: 14px;
  }
  .footer-links {
    gap: 20px;
  }
}