@font-face {
  font-family: "Raleway";
  src: url("../sass/fonts/Raleway.woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../sass/fonts/Lato.woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato-Bold";
  src: url("../sass/fonts/Lato-Bold.woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato-Black";
  src: url("../sass/fonts/Lato-Black.woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato-Heavy";
  src: url("../sass/fonts/Lato-Heavy.woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
* {
  box-sizing: border-box;
  font-family: Lato, sans-serif;
}

html {
  scroll-behavior: smooth;
}
html ::-webkit-scrollbar {
  width: 7px;
}
html ::-webkit-scrollbar-track {
  background: #3D4050;
  border-radius: 3px;
  margin: 2px 0;
}
html ::-webkit-scrollbar-thumb {
  background-color: #3E9CDC;
  border-radius: 3px;
  background-clip: padding-box;
  width: 7px;
}

body {
  font-size: 14px;
  margin: 0;
  padding: 0;
  background: #272733;
}
body.locked {
  overflow: hidden;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

hr {
  margin: 1em 0;
}

b, strong,
.bold {
  font-weight: 700;
}

ol,
p,
ul {
  font-size: 1em;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 768px) {
  ol,
  p,
  ul {
    font-size: 1.25em;
  }
}

ul {
  padding: 0 0 0 26px;
}
ul li:not(:last-child) {
  margin-bottom: 5px;
}

p {
  margin: 0 0 0.625em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}

h1 {
  font-weight: 700;
  font-size: 1.8em;
  line-height: 1.3;
  text-transform: uppercase;
  color: #000;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3em;
  }
}

h2 {
  font-weight: 900;
  font-size: 1.4em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.26em;
  }
}

input {
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 12px 10px;
  background: rgba(255, 255, 255, 0.85);
}
input, input::placeholder {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.22;
  color: #272733;
}
input[type=file] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media (min-width: 768px) {
  input, input::placeholder {
    font-size: 1.125em;
  }
}

button, .button {
  outline: none;
  background: none;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #fff;
  padding: 15px;
  border-radius: 4px;
  transition: transform 0.3s ease;
  cursor: pointer;
}
button:hover, button:focus, .button:hover, .button:focus {
  animation: pulse 0.6s infinite;
}

a.button {
  text-decoration: none;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (min-width: 1170px) {
  .container {
    padding: 0;
  }
}

.select-wrapp .choices__inner {
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  font-size: 18px;
  color: #272733;
  overflow: hidden;
}
.select-wrapp .choices__list--single {
  padding: 0;
}
.select-wrapp .choices__list--dropdown, .select-wrapp .choices__list[aria-expanded] {
  background: rgba(39, 39, 51, 0.9);
  border: 1px solid #3D4050;
}
.select-wrapp .choices__list--dropdown .choices__list, .select-wrapp .choices__list[aria-expanded] .choices__list {
  max-height: 179px;
  padding: 0 10px;
  margin-right: 4px;
}
.select-wrapp .choices__list--dropdown .choices__item, .select-wrapp .choices__list[aria-expanded] .choices__item {
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 189%;
  color: #fff;
}
.select-wrapp .choices__list--dropdown .choices__item--selectable.is-highlighted, .select-wrapp .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: transparent;
  color: #42A9ED;
}
.select-wrapp .choices__placeholder {
  font-weight: 400;
  color: #272733;
  opacity: 1;
  font-size: 0.78em;
}
@media (min-width: 768px) {
  .select-wrapp .choices__placeholder {
    font-size: 1em;
  }
}
.select-wrapp .choices.is-open .choices__list--dropdown, .select-wrapp .choices.is-open .choices__list[aria-expanded] {
  border: 1px solid #3D4050;
}
.select-wrapp .choices.is-open .choices__inner {
  border-radius: 3px 3px 0 0;
  border-color: #3D4050;
  background: rgba(61, 64, 80, 0.85);
}
.select-wrapp .choices.is-open .choices__item--selectable, .select-wrapp .choices.is-open .choices__placeholder {
  color: #fff;
}
.select-wrapp .choices.is-flipped.is-open .choices__inner {
  border-radius: 0 0 3px 3px;
}
.select-wrapp .choices[data-type*=select-one] .choices__inner {
  padding: 12px 10px;
}
.select-wrapp .choices[data-type*=select-one]::after {
  background: url("../images/icons/arrow_select.svg") center center/cover no-repeat;
  width: 9px;
  height: 5px;
  right: 16px;
  border: none;
  transition: transform 0.3s ease-in-out;
}
.select-wrapp .choices[data-type*=select-one].is-open::after {
  margin-top: -2.5px;
  transform: rotate(180deg);
}

.button-blue {
  color: #fff;
  background: #3e9cdc;
  border-color: #fff;
}
.button-white {
  color: #2a2b30;
  background: #fff;
  border-color: #2a2b30;
}

.f-blue {
  color: #3e9cdc;
}

.f-center {
  text-align: center;
}

.header {
  display: flex;
  background: rgba(16, 16, 29, 0.9);
  min-height: 60px;
}
.header .logo {
  font-size: 1.5em;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.header .logo, .header .logo > * {
  font-family: Raleway, sans-serif;
}
.header-sticky {
  position: sticky;
  top: 0;
  z-index: 2;
}
.header-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.header-container .header-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  line-height: 16px;
  font-size: 13px;
  flex-direction: column;
  align-items: flex-start;
}
.header-container .header-menu-item {
  margin-bottom: 0;
}
.header-container .header-menu-item-link {
  font-weight: 600;
  text-transform: uppercase;
  text-align: right;
  text-decoration: none;
  color: #fff;
  transition: color 0.3s ease-in-out;
}
.header-container .header-menu-item-link:hover, .header-container .header-menu-item-link:focus {
  color: #42a9ed;
}
.header-container .header-menu-wrapp {
  display: none;
  order: 1;
  position: absolute;
  top: 60px;
  width: 100%;
  left: 0;
  background: rgba(16, 16, 29, 0.9);
  padding: 10px 10px 30px;
  height: 100vh;
  border-top: 1px solid #bbb;
}
.header-container .header-menu-wrapp_active {
  display: block;
}
.header-burger {
  flex-direction: column;
  cursor: pointer;
}
.header-burger-line {
  height: 2px;
  width: 25px;
  background-color: white;
  margin: 4px 0;
  transition: all 0.3s ease-in-out;
}
.header-burger_active .header-burger-line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.header-burger_active .header-burger-line:nth-child(2) {
  opacity: 0;
}
.header-burger_active .header-burger-line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
@media (min-width: 768px) {
  .header {
    display: block;
    min-height: 100px;
    padding-top: 33px;
  }
  .header .logo {
    font-size: 1.75em;
  }
  .header-container .header-menu {
    align-items: center;
    flex-direction: row;
  }
  .header-container .header-menu-wrapp {
    display: block;
    order: unset;
    flex-basis: 435px;
    position: static;
    height: unset;
    width: unset;
    padding: 0;
    border: none;
    background: none;
  }
  .header-burger {
    display: none;
  }
}

.promo {
  position: relative;
  height: 550px;
}
.promo-picture {
  display: block;
  height: calc(100% + 100px);
  transform: translateY(-100px);
}
.promo-picture-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.promo-wrapp {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.promo-wrapp_inner {
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  max-width: 780px;
}
@media (min-width: 768px) {
  .promo-wrapp_inner {
    gap: 80px 0;
    padding-top: 100px;
  }
}
.promo-text {
  font-weight: 400;
  font-size: 1em;
  color: #000;
}
.promo-text .promo-ul {
  list-style-type: none;
  padding: 0;
}
.promo-text .promo-ul_li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 10px;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.2;
  color: #000;
}
.promo-text .promo-ul_li::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='5' height='2' viewBox='0 0 5 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.245003H4.94V1.755H0V0.245003Z' fill='black' /%3E%3C/svg%3E") center center/cover no-repeat;
  width: 5px;
  height: 2px;
}
.promo-buttons {
  max-width: 396px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 30px;
  flex-wrap: wrap;
}
.promo-buttons > * {
  flex-basis: auto;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .promo {
    min-height: 750px;
  }
}

.order {
  min-height: 550px;
  padding-top: 60px;
  background: url("../images/order_bg-300.png") center center/cover no-repeat;
}
.order-subtitle {
  font-weight: 400;
  font-size: 1.125em;
  color: #bbb;
  margin-bottom: 40px;
}
.order-dotted-block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 40px;
  flex-direction: column;
  gap: 20px 0;
}
.order-dotted-block .component {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  z-index: 1;
  padding: 0;
}
.order-dotted-block .component-circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background: #3e9cdc;
  stroke-width: 5px;
  border: 5px solid #286690;
}
.order-dotted-block .component-circle svg {
  height: 40px;
  height: 40px;
}
.order-dotted-block .component-circle .dotted-block-line {
  position: absolute;
  left: calc(100% + 5px);
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.order-dotted-block .component-circle .dotted-block-line .dot {
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #C4C4C4;
  z-index: -1;
}
.order-dotted-block .component:not(:last-child) .component-circle:after {
  content: "";
  position: absolute;
  bottom: -18px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #C4C4C4;
  z-index: -1;
}
.order-dotted-block .component-descr {
  font-weight: 400;
  font-size: 1em;
  text-align: left;
  line-height: 1.18;
  color: #fff;
  max-width: 188px;
  margin-bottom: 0;
}
.order-form {
  margin-bottom: 40px;
}
.order-form-wrapp {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 15px 30px;
  margin-bottom: 47px;
}
.order-form-input {
  position: relative;
}
.order-form-input input {
  width: 100%;
}
.order-form .button-blue {
  width: 100%;
  max-width: 370px;
}
.order-form .range {
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: 100%;
  justify-content: space-between;
}
.order-form .range-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.order-form .range-data label {
  font-weight: 400;
  font-size: 1.125em;
  color: #fff;
}
.order-form .range-data span {
  font-weight: 600;
  font-size: 1.125em;
  text-align: right;
  color: rgba(255, 255, 255, 0.85);
}
.order-form .range-input {
  padding: 0;
  appearance: none;
  border: none;
  background: none;
}
.order-form .range-input::-webkit-slider-runnable-track {
  border: 1px solid #fff;
  border-radius: 6px;
  height: 8px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.7);
}
.order-form .range-input::-moz-range-track {
  border: 1px solid #fff;
  border-radius: 6px;
  height: 8px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.7);
}
.order-form .range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 27px;
  width: 27px;
  margin-top: -10.5px;
  border-radius: 50%;
  background: #42a9ed;
  transition: 300ms;
  border: 3px solid #286690;
}
.order-form .range-input::-moz-range-thumb {
  margin-top: 0;
  height: 27px;
  width: 27px;
  border-radius: 50%;
  background: #42a9ed;
  transition: 300ms;
  border: 3px solid #286690;
}
.order-form-element {
  position: relative;
}
.order-form-element .file-label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  color: #272733;
  padding: 10px;
  background: #fff;
  border: 2px solid #3e9cdc;
  border-radius: 3px;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.order-form-element .file-label::before {
  content: url("../images/icons/add_file.svg");
}
.order-form-element .file-label:hover, .order-form-element .file-label:focus {
  animation: pulse 0.6s infinite;
}
.order-form-element .file-info {
  margin-top: 8px;
  color: #fff;
}
.order-form-button {
  font-weight: 600;
  font-size: 14px;
}
@media (min-width: 500px) {
  .order-dotted-block {
    flex-direction: row;
  }
  .order-dotted-block .component {
    flex-direction: column;
  }
  .order-dotted-block .component:not(:last-child) .component-circle:after {
    content: none;
  }
  .order-dotted-block .component-descr {
    text-align: center;
  }
}
@media (min-width: 600px) {
  .order {
    background-image: url("../images/order_bg-600.png");
  }
  .order-dotted-block .component-circle .dotted-block-line {
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .order {
    min-height: 920px;
    padding-top: 121px;
  }
  .order-subtitle {
    margin-bottom: 80px;
  }
  .order-dotted-block {
    margin-bottom: 80px;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .order-dotted-block .component {
    flex-basis: 209px;
    padding: 0 10px;
  }
  .order-dotted-block .component-circle {
    height: 100px;
    width: 100px;
  }
  .order-dotted-block .component-circle svg {
    width: 55px;
    height: 55px;
  }
  .order-dotted-block .component-circle .dotted-block-line {
    gap: 20px;
    justify-content: center;
  }
  .order-form {
    margin-bottom: 0;
  }
  .order-form .range {
    grid-column-end: span 2;
  }
  .order-form-button {
    font-size: 15px;
  }
}
@media (min-width: 850px) {
  .order-dotted-block .component-circle .dotted-block-line {
    padding: 0 15px;
    justify-content: space-between;
  }
}
@media (min-width: 1000px) {
  .order {
    background-image: url("../images/order_bg.png");
  }
}

.footer {
  background: #3D4050;
}
.footer-wrapp {
  display: flex;
  padding: 20px 10px;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-wrapp > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-wrapp > div:has(> .footer-copyright) {
  order: 1;
}
.footer-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-basis: 45%;
  font-weight: 400;
  font-size: 13px;
  color: #c3c3c3;
}
.footer-icon.i-qiwi:before {
  content: url("../images/icons/footer/qiwi.svg");
}
.footer-icon.i-yandex:before {
  content: url("../images/icons/footer/yandex.svg");
}
.footer-icon.i-web:before {
  content: url("../images/icons/footer/web.svg");
}
.footer-icon.i-vk:before {
  content: url("../images/icons/footer/vk.svg");
}
.footer-icon.i-mail:before {
  content: url("../images/icons/footer/mail.svg");
}
.footer-icon::before {
  width: 20px;
  height: 20px;
}
.footer a.footer-links {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.footer a.footer-links:hover {
  color: #3e9cdc;
}
.footer-copyright {
  font-weight: 400;
  font-size: 13px;
  color: #fff;
}
@media (min-width: 1000px) {
  .footer-wrapp {
    padding: 30px 0;
    justify-content: space-between;
  }
  .footer-wrapp > div {
    gap: 8px 20px;
  }
  .footer-wrapp > div:not(:last-child):after {
    content: "";
    top: 0;
    width: 1px;
    height: 18px;
    background: #c3c3c3;
  }
  .footer-wrapp > div:has(> .footer-copyright) {
    order: unset;
  }
  .footer-icon {
    flex-basis: auto;
  }
}
@media (min-width: 1100px) {
  .footer-wrapp > div {
    gap: 8px 38px;
  }
}