* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
}

.header-mobile {
  display: none;
}

.header {
  display: flex;
  box-shadow: 0 4px 4px 0 #e6ebfb;
  align-items: center;
  height: 106px;
  padding-left: 360px;
}
.header_img {
  width: 180px;
  height: 106px;
}
.header__nav {
  margin-left: 28px;
  display: flex;
  gap: 14px;
}
.header__nav_heading {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.03em;
  text-decoration: none;
  color: #4c4754;
  transition: all 0.4s;
}
.header__nav_heading:hover {
  background: linear-gradient(180deg, #ff2e20 0%, #ec291c 39%, #bd3930 96.5%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header_link {
  margin-left: 29px;
}
.header__button {
  width: 176px;
  height: 56px;
  border-radius: 60px;
  border: none;
  background: linear-gradient(180deg, #ff2e20 0%, #ec291c 39%, #bd3930 96.5%);
  padding: 10px;
  cursor: pointer;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.03em;
  color: #f7fbfa;
  transition: all 0.4s;
}
.header__button:hover {
  background: linear-gradient(180deg, #ec291c 4.5%, rgba(255, 46, 32, 0.7) 48%, #bd3930 96.5%);
}
.header__button:active {
  background: linear-gradient(180deg, #ff2e20 0%, #ec291c 39%, #bd3930 96.5%);
  box-shadow: inset 0 4px 10px 0 rgba(126, 18, 11, 0.6);
}

.section-1 {
  display: flex;
  margin-top: 60px;
  width: 1340px;
}
.section-1_truck {
  padding-left: 27px;
  padding-top: 33px;
  width: 158px;
  height: 146px;
}
.section-1__box {
  border-radius: 40px;
  width: 1200px;
  box-shadow: 0 4px 20px 0 #dfd9e4;
  background: #f1f3fb;
  margin-left: 175px;
  padding-left: 65px;
  padding-top: 70px;
}
.section-1__box_heading {
  width: 1130px;
  font-weight: 700;
  font-size: 64px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: linear-gradient(243deg, #ff2e20 0%, #ec291c 39%, #bd3930 96.5%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-1__box_par {
  width: 744px;
  margin-top: 20px;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.03em;
  color: #4c4754;
}
.section-1__box__link {
  text-decoration: none;
  display: inline-block;
  width: 369px;
  height: 86px;
  margin-top: 36px;
  padding-bottom: 244px;
}
.section-1__box__button {
  width: 403px;
  height: 86px;
  border-radius: 60px;
  border: none;
  background: linear-gradient(180deg, #FF2E20 0%, #EC291C 39%, #BD3930 96.5%);
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.4s;
}
.section-1__box__button_heading {
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0.03em;
  color: #f7fbfa;
  text-decoration: none;
}
.section-1__box__button:hover {
  background: linear-gradient(180deg, #ec291c 4.5%, rgba(255, 46, 32, 0.7) 48%, #bd3930 96.5%);
}
.section-1__box__button:active {
  background: linear-gradient(180deg, #ff2e20 0%, #ec291c 39%, #bd3930 96.5%);
  box-shadow: inset 0 4px 10px 0 rgba(126, 18, 11, 0.6);
}
.section-1__box_img {
  margin-left: 28px;
}
.section-1_img {
  width: 572px;
  height: 426px;
  margin-top: 210px;
  margin-left: -622px;
}

.section-2 {
  padding-left: 360px;
  margin-top: 148px;
  display: flex;
  gap: 83px;
}
.section-2__container {
  display: flex;
  flex-wrap: wrap;
  gap: 29px;
}
.section-2__container__box {
  width: 379px;
}
.section-2__container__box_img-1 {
  width: 132px;
  height: 200px;
}
.section-2__container__box_img-2 {
  width: 179px;
  height: 200px;
}
.section-2__container__box_img-3 {
  width: 130px;
  height: 200px;
}
.section-2__container__box_heading {
  margin-top: 24px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.03em;
  color: #4c4754;
  width: 275px;
}
.section-2__container__box_par {
  margin-top: 17px;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.03em;
  color: #4c4754;
}
.section-2__staff {
  margin-top: -200px;
  display: flex;
  gap: 15px;
}
.section-2__staff-1 {
  width: 104px;
  height: 173px;
}
.section-2__staff-2 {
  width: 81px;
  height: 173px;
}

.section-4 {
  display: flex;
  margin-top: 120px;
  gap: 100px;
}
.section-4_shelving {
  padding-left: 158px;
  margin-top: -30px;
  width: 100px;
  height: 135px;
}
.section-4__text {
  width: 1189px;
  height: 309px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.section-4__text_heading {
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #4c4754;
}
.section-4__text_par {
  font-weight: 400;
  font-size: 23px;
  letter-spacing: 0.03em;
  color: #4c4754;
}
.section-4__container {
  display: flex;
  gap: 51px;
}
.section-4__container__form {
  margin-top: 66px;
  display: flex;
  flex-direction: column;
}
.section-4__container__form_input-1 {
  width: 589px;
  height: 31px;
  border: none;
  outline: none;
  border-bottom: 1px solid #4c4754;
  padding-bottom: 8px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #4c4754;
}
.section-4__container__form_input-1::-moz-placeholder {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: rgba(64, 64, 65, 0.5);
}
.section-4__container__form_input-1::placeholder {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: rgba(64, 64, 65, 0.5);
}
.section-4__container__form_input-2 {
  width: 589px;
  margin-top: 49px;
  border: none;
  outline: none;
  border-bottom: 1px solid #4c4754;
  padding-bottom: 8px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #4c4754;
}
.section-4__container__form_input-2::-moz-placeholder {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: rgba(64, 64, 65, 0.5);
}
.section-4__container__form_input-2::placeholder {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: rgba(64, 64, 65, 0.5);
}
.section-4__container__form_input-3 {
  width: 589px;
  margin-top: 52px;
  border: none;
  outline: none;
  border-bottom: 1px solid #4c4754;
  padding-bottom: 8px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #4c4754;
}
.section-4__container__form_input-3::-moz-placeholder {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: rgba(64, 64, 65, 0.5);
}
.section-4__container__form_input-3::placeholder {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: rgba(64, 64, 65, 0.5);
}
.section-4__container__form_input-4 {
  width: 559px;
  margin-top: 82px;
  border-radius: 20px;
  border: 1px solid #4c4754;
  outline: none;
  padding-top: 30px;
  padding-bottom: 151px;
  padding-left: 30px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 0.03em;
  color: #4c4754;
  resize: none;
  overflow: hidden;
}
.section-4__container__form_input-4::-moz-placeholder {
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 0.03em;
  color: rgba(64, 64, 65, 0.6);
}
.section-4__container__form_input-4::placeholder {
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 0.03em;
  color: rgba(64, 64, 65, 0.6);
}
.section-4__container__form_button {
  margin-top: 55px;
  padding-bottom: 0;
}
.section-4__container__img {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section-4__container__img-1 {
  width: 551px;
  height: 578px;
}
.section-4__container__img-2 {
  width: 50px;
  height: 104px;
  padding-left: 15px;
  margin-top: 36px;
}

.section-4-mobile {
  display: none;
}

.custom-checkbox {
  display: inline-block;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 10px;
  margin-left: 3px;
  position: relative;
  padding-left: 25px;
}
.custom-checkbox .checkbox {
  opacity: 0;
  cursor: pointer;
  width: 16px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
.custom-checkbox::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 15px;
  border: 1px solid #818181;
  left: 0;
  top: 0;
}

.custom-checkbox-active {
  display: inline-block;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 10px;
  margin-left: 3px;
  position: relative;
  padding-left: 25px;
}
.custom-checkbox-active .checkbox {
  opacity: 0;
  cursor: pointer;
  width: 16px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
.custom-checkbox-active::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 15px;
  border: 1px solid #818181;
  background-image: url("../img/ok.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 11px;
  left: 0;
  top: 0;
}

.label-par {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #404041;
}

.label-link {
  text-decoration: none;
  font-weight: 500;
  color: #404041;
}

#notificationContainer.notificationContainerShow {
  display: block;
}

#notificationContainer {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border: 2px solid #fff;
  border-radius: 16px;
  z-index: 1000;
  width: 516px;
  height: 251px;
}

#notificationBox {
  display: flex;
  padding: 46px;
  border-radius: 16px;
  width: 516px;
  height: 251px;
  text-align: center;
}

#notificationContent {
  width: 424px;
  display: flex;
  flex-direction: column;
  gap: 17px;
}

#notificationHeading-1 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.03em;
  background: linear-gradient(180deg, #ff2e20 0%, #ec291c 39%, #bd3930 96.5%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#notificationHeading-2 {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #404041;
}

#notificationContainerMobile {
  display: none;
}

.footer {
  margin-top: 96px;
  height: 235px;
  padding-left: 360px;
  padding-right: 360px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 4px 2px 20px 0 rgba(183, 193, 227, 0.3);
}
.footer_logo {
  width: 180px;
  height: 112px;
}
.footer_logo_img {
  width: 180px;
  height: 112px;
}
.footer_contact-mobile {
  display: none;
}

@media (max-width: 480px) {
  .header-mobile {
    height: 78px;
    display: flex;
    padding-left: calc(50% - 170px);
    padding-right: calc(50% - 170px);
    justify-content: space-between;
    box-shadow: 0 4px 4px 0 #e6ebfb;
    align-items: center;
  }
  .header-mobile_img {
    width: 120px;
    height: 74px;
  }
  .header {
    display: none;
  }
  .section-1 {
    padding-left: calc(50% - 170px);
    margin-top: 15px;
    flex-direction: column-reverse;
    width: 335px;
  }
  .section-1_truck {
    display: none;
  }
  .section-1__box {
    margin-top: 32px;
    padding-left: 0px;
    margin-left: 0px;
    padding-top: 0;
    width: 335px;
    border-radius: 0;
    box-shadow: none;
    background: none;
  }
  .section-1__box_heading {
    width: 335px;
    font-size: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    background: linear-gradient(180deg, #ff2e20 0%, #ec291c 39%, #bd3930 96.5%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .section-1__box_par {
    font-size: 15px;
    letter-spacing: 0.03em;
    color: #4c4754;
    width: 335px;
  }
  .section-1__box__link {
    text-decoration: none;
    display: inline-block;
    width: 335px;
    height: 68px;
    margin-top: 46px;
    padding-bottom: 0;
  }
  .section-1__box__button {
    width: 335px;
    height: 68px;
    border-radius: 54px;
    border: none;
    background: linear-gradient(180deg, #FF2E20 0%, #EC291C 39%, #BD3930 96.5%);
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.4s;
  }
  .section-1__box__button_heading {
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.03em;
    color: #f7fbfa;
    text-decoration: none;
  }
  .section-1__box__button:hover {
    background: linear-gradient(180deg, #ec291c 4.5%, rgba(255, 46, 32, 0.7) 48%, #bd3930 96.5%);
  }
  .section-1__box__button:active {
    background: linear-gradient(180deg, #ff2e20 0%, #ec291c 39%, #bd3930 96.5%);
    box-shadow: inset 0 4px 10px 0 rgba(126, 18, 11, 0.6);
  }
  .section-1_img {
    position: relative;
    width: 335px;
    height: 253px;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .section-2 {
    padding-left: calc(50% - 170px);
    margin-top: 60px;
    display: block;
  }
  .section-2__container {
    gap: 24px;
  }
  .section-2__container__box_heading {
    font-size: 20px;
    width: 335px;
  }
  .section-2__container__box_par {
    margin-top: 7px;
    font-size: 16px;
    width: 335px;
  }
  .section-2__staff {
    display: none;
  }
  .section-4 {
    display: none;
  }
  .section-4-mobile {
    display: flex;
    padding-left: calc(50% - 170px);
    margin-top: 60px;
    gap: 138px;
  }
  .section-4-mobile__text {
    width: 335px;
  }
  .section-4-mobile__text_heading {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #4c4754;
  }
  .section-4-mobile__text_img {
    margin-top: 24px;
    width: 335px;
    height: 352px;
  }
  .section-4-mobile__text_par {
    margin-top: 24px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: #4c4754;
  }
  .section-4-mobile__container {
    display: flex;
    gap: 51px;
  }
  .section-4-mobile__container__form {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    width: 335px;
  }
  .section-4-mobile__container__form_input-1 {
    width: 335px;
    height: 25px;
    border: none;
    outline: none;
    border-bottom: 1px solid #4c4754;
    padding-bottom: 8px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: #4c4754;
  }
  .section-4-mobile__container__form_input-1::-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: rgba(64, 64, 65, 0.5);
  }
  .section-4-mobile__container__form_input-1::placeholder {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: rgba(64, 64, 65, 0.5);
  }
  .section-4-mobile__container__form_input-2 {
    width: 335px;
    margin-top: 32px;
    border: none;
    outline: none;
    border-bottom: 1px solid #4c4754;
    padding-bottom: 8px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: #4c4754;
  }
  .section-4-mobile__container__form_input-2::-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: rgba(64, 64, 65, 0.5);
  }
  .section-4-mobile__container__form_input-2::placeholder {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: rgba(64, 64, 65, 0.5);
  }
  .section-4-mobile__container__form_input-3 {
    width: 335px;
    margin-top: 32px;
    border: none;
    outline: none;
    border-bottom: 1px solid #4c4754;
    padding-bottom: 8px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: #4c4754;
  }
  .section-4-mobile__container__form_input-3::-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: rgba(64, 64, 65, 0.5);
  }
  .section-4-mobile__container__form_input-3::placeholder {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: rgba(64, 64, 65, 0.5);
  }
  .section-4-mobile__container__form_input-4 {
    width: 315px;
    margin-top: 56px;
    border-radius: 20px;
    border: 1px solid #46585e;
    outline: none;
    padding-top: 20px;
    padding-bottom: 163px;
    padding-left: 20px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.03em;
    color: #4c4754;
    resize: none;
    overflow: hidden;
  }
  .section-4-mobile__container__form_input-4::-moz-placeholder {
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.03em;
    color: rgba(64, 64, 65, 0.6);
  }
  .section-4-mobile__container__form_input-4::placeholder {
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.03em;
    color: rgba(64, 64, 65, 0.6);
  }
  .section-4-mobile__container__form_button {
    margin-top: 55px;
  }
  .custom-checkbox {
    display: inline-block;
    font-size: 15px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    margin-top: 10px;
    margin-left: 3px;
    position: relative;
    padding-left: 25px;
  }
  .custom-checkbox .checkbox {
    opacity: 0;
    cursor: pointer;
    width: 16px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
  }
  .custom-checkbox::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 15px;
    border: 1px solid #818181;
    left: 0;
    top: 0;
  }
  .custom-checkbox-active {
    display: inline-block;
    font-size: 15px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    margin-top: 10px;
    margin-left: 3px;
    position: relative;
    padding-left: 25px;
  }
  .custom-checkbox-active .checkbox {
    opacity: 0;
    cursor: pointer;
    width: 16px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
  }
  .custom-checkbox-active::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 15px;
    border: 1px solid #818181;
    background-image: url("../img/ok.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px 11px;
    left: 0;
    top: 0;
  }
  .label-par {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.03em;
    color: #404041;
  }
  .label-link {
    text-decoration: none;
    font-weight: 500;
    color: #404041;
  }
  #notificationContainerMobile.notificationContainerMobileShow {
    display: block;
  }
  #notificationContainerMobile {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border: 2px solid #fff;
    border-radius: 16px;
    z-index: 1000;
    width: 366px;
    height: 191px;
  }
  #notificationBoxMobile {
    display: flex;
    padding-top: 26px;
    padding-left: 16px;
    border-radius: 16px;
    width: 366px;
    height: 191px;
    text-align: center;
  }
  #notificationContentMobile {
    width: 326px;
    display: flex;
    flex-direction: column;
    gap: 17px;
  }
  #notificationHeading-1-Mobile {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.03em;
    background: linear-gradient(180deg, #ff2e20 0%, #ec291c 39%, #bd3930 96.5%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #notificationHeading-2-Mobile {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #404041;
  }
  .footer {
    margin-top: 70px;
    height: 78px;
    padding-left: calc(50% - 170px);
    padding-right: calc(50% - 170px);
  }
  .footer_logo {
    width: 120px;
    height: 74px;
  }
  .footer_logo_img {
    width: 120px;
    height: 74px;
  }
  .footer_contact-mobile {
    display: block;
  }
  .footer_contact {
    display: none;
  }
}/*# sourceMappingURL=trading.css.map */