header {
  display: flex;
  justify-content: space-between;
  height: 100px;
  border-radius: 50px;
  background-color: #5A5B5B;
  width: 100%;
  align-items: center;
}

.call {
  height: 56px;
}

.header__logo {
  font-family: "Montserrat-SemiBold";
  color: white;
  margin: 0 19px 0 37px;
  font-size: 48px;
  max-width: 100px;
}

.svg {
  margin: 0 10px 0 10px;
  cursor: pointer;
}

.header__group__a {
  display: flex;
}

.header__a {
  display: flex;
  align-items: center;
  font-family: "Montserrat-SemiBold";
  text-decoration: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  margin-right: 50px;
}

.header__a__svg {
  max-width: 32px;
  max-height: 38px;
  margin-right: 20px;
}

.header__button {
  width: 332px;
  height: 60px;
  border-radius: 50px;
  border: 0;
  color: white;
  margin-right: 37px;
}
.header__button:hover {
  transform: scale(1.03);
}

.adaptive__menu__button {
  width: 41px;
  height: 29px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 10px;
  display: none;
}

.adaptive__menu__button__span {
  width: 100%;
  height: 4px;
  background-color: white;
  display: block;
  border: 4px;
}

.adaptive__menu {
  width: 320px;
  height: 228px;
  background: #5A5B5B;
  display: none;
  padding: 6px 6px 31px 14px;
  position: absolute;
  right: 0;
  top: 56px;
  flex-direction: column;
  z-index: 5;
}
.adaptive__menu .header__group__a {
  display: flex;
  flex-direction: column;
}
.adaptive__menu .header__group__a .header__a {
  font-size: 24px;
  margin-bottom: 19px;
}
.adaptive__menu .header__group__a .header__a img {
  width: 25px;
}
.adaptive__menu .header__button {
  display: block;
  width: 100%;
  font-size: 20px;
}

.img__close {
  display: flex;
  justify-self: end;
  width: 100%;
  justify-content: end;
  margin-bottom: 16px;
}
.img__close img {
  width: 41px;
}

.dote {
  height: 56px;
  display: none;
}

@keyframes gradient {
  0% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes my-animation {
  0% {
    top: auto;
  }
  100% {
    top: 5px;
  }
}
@media (max-width: 1730px) {
  .header__logo {
    font-size: 44px;
  }
  .header__a {
    font-size: 22px;
  }
  .header__button {
    font-size: 18px;
  }
  .header__a__svg {
    margin-right: 15px;
  }
}
@media (max-width: 1530px) {
  .header__logo {
    font-size: 40px;
  }
  .header__a {
    font-size: 20px;
    margin-right: 25px;
  }
  .header__button {
    font-size: 16px;
    width: 280px;
  }
  .header__a__svg {
    margin-right: 13px;
  }
  .svg {
    width: 30px;
  }
}
@media (max-width: 1230px) {
  .header__logo {
    font-size: 36px;
  }
  .header__a {
    font-size: 16px;
    margin-right: 15px;
  }
  .header__button {
    font-size: 14px;
    width: 260px;
  }
  .header__a__svg {
    margin-right: 13px;
    width: 18px;
  }
  .svg {
    width: 25px;
  }
}
@media (max-width: 1030px) {
  .header__logo {
    font-size: 34px;
    margin-right: 15px;
  }
  .header__a {
    font-size: 14px;
    margin-right: 10px;
  }
  .header__button {
    font-size: 12px;
    width: 240px;
  }
  .header__a__svg {
    margin-right: 8px;
    width: 14px;
  }
  .svg {
    width: 25px;
    margin: 0 5px 0 5px;
  }
}
@media (max-width: 855px) {
  .adaptive__menu__button {
    display: flex;
  }
  header {
    position: absolute;
    width: 100%;
    margin: 0;
    border-radius: 0px;
    height: 56px;
    left: 0;
  }
  .dote {
    display: block;
    z-index: -1;
    position: static;
  }
  .header__logo {
    font-size: 20px;
    margin: 0;
    margin-left: 10px;
    max-width: 50px;
  }
  .svg {
    width: 30px;
  }
  .header__group__a {
    display: none;
  }
  .header__a {
    display: flex;
    align-items: center;
    font-family: "Montserrat-SemiBold";
    text-decoration: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    margin-right: 50px;
  }
  .header__a__svg {
    max-width: 32px;
    max-height: 38px;
    margin-right: 20px;
  }
  .header__button {
    display: none;
  }
}
@media (max-width: 665px) {
  .container {
    width: 550px;
  }
}
@media (max-width: 555px) {
  .container {
    width: 350px;
  }
}
form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1143px;
  display: none;
  background-color: white;
  border-radius: 20px;
  padding-left: 47px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-size: 5;
  z-index: 5;
}
form .img__close {
  position: absolute;
  width: 40px;
  z-index: 7;
  margin-right: 10px;
  margin-top: 10px;
  right: 0;
  cursor: pointer;
}

.form__section__left {
  z-index: 7;
  width: 50%;
  background-color: white;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 100px;
}

.form__img {
  width: 50%;
  border-radius: 0px 20px 20px 0;
  position: relative;
}

.form__left__bagcround {
  position: absolute;
  width: 52%;
  z-index: 6;
  height: 100%;
  border: 0;
  filter: blur(5px);
  box-shadow: 16px 0px 0px white;
  background-color: white;
}

.form__section__left__h2 {
  font-size: 30px;
  font-family: "Montserrat-Regular";
  width: 703px;
  font-weight: 400;
  margin: 0;
}

.form__section__left__input {
  height: 47px;
  border: 0;
  font-family: "Montserrat-Regular";
  font-size: 16px;
  border-bottom: 1px solid;
  border-color: #9D9D9D;
  color: #9D9D9D;
}

.form__section__left__button {
  color: white;
  border: 0;
  border-radius: 50px;
  margin-bottom: 100px;
  height: 60px;
}

.bacgroundPopup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: black;
  z-index: 4;
  opacity: 0.5;
  overflow: hidden;
}

@media (max-width: 1730px) {
  form {
    width: 1043px;
  }
  .form__section__left__h2 {
    width: 521px;
    font-size: 26px;
  }
  .form__section__left__input {
    font-size: 14px;
  }
}
@media (max-width: 1530px) {
  form {
    width: 943px;
  }
  .form__section__left__h2 {
    font-size: 22px;
    width: 471px;
  }
  .form__section__left__input {
    font-size: 14px;
    height: 42px;
  }
  .form__section__left__button {
    height: 50px;
  }
}
@media (max-width: 1230px) {
  form {
    width: 843px;
  }
  .form__section__left__h2 {
    font-size: 20px;
  }
  .form__section__left__input {
    font-size: 12px;
    height: 35px;
  }
  .form__section__left__button {
    height: 45px;
  }
}
@media (max-width: 1030px) {
  form {
    width: 743px;
  }
  .form__section__left__h2 {
    font-size: 18px;
    width: 371px;
  }
  .form__section__left__input {
    font-size: 10px;
    height: 30px;
  }
  .form__section__left__button {
    height: 40px;
  }
}
@media (max-width: 855px) {
  form {
    width: 294px;
    padding: 0;
    display: none;
    justify-content: center;
  }
  form .img__close {
    width: 29px;
    margin: 15px 15px 0 0;
  }
  .form__section__left {
    width: 80%;
    margin-bottom: 33px;
  }
  .form__img {
    display: none;
  }
  .form__left__bagcround {
    position: absolute;
    width: 52%;
    z-index: 1;
    height: 100%;
    border: 0;
    filter: blur(5px);
    box-shadow: 16px 0px 0px white;
    background-color: white;
  }
  .form__section__left__h2 {
    font-size: 16px;
    font-family: "Montserrat-Regular";
    width: 95%;
    font-weight: 400;
  }
  .form__section__left__input {
    height: 47px;
    border: 0;
    font-family: "Montserrat-Regular";
    font-size: 14px;
    border-bottom: 1px solid;
    border-color: #9D9D9D;
    color: #9D9D9D;
  }
  .form__section__left__button {
    margin: 0;
    margin-top: 26px;
    width: 100%;
  }
}
@media (max-width: 665px) {
  .container {
    width: 550px;
  }
}
@media (max-width: 555px) {
  .container {
    width: 350px;
  }
}
.section1 {
  width: 100%;
  display: flex;
  margin-top: 14px;
  max-height: 720px;
}

.section1_left {
  width: 100%;
  margin-right: 20px;
}

.section1_left_top {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  height: 45%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 24px 15px 17px 37px;
}

.section1__p {
  color: #D47255;
  font-size: 20px;
  font-family: "Montserrat-SemiBold";
}

.section1__h2 {
  font-size: 55px;
  font-family: "Montserrat-SemiBold";
  width: 524px;
  margin: 0;
}

.section1__button__wrapper {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  max-height: 52px;
}

.section1__button__ball {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  z-index: 3;
  border: 0;
  animation-direction: alternate;
  animation-duration: 1s;
  animation-name: move;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  cursor: pointer;
}

.section1__button {
  border: 0;
  border-radius: 50px;
  color: white;
  width: 211px;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
}

.section1_right {
  width: 100%;
}

.br__button {
  position: absolute;
  width: 225px;
  height: 5px;
  background-color: #EB6C01;
}

.section1_right_img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 20px;
}

.section1_left_bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.section1_left_bottom video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 48%;
  margin-top: 10px;
  border-radius: 20px;
  height: 100%;
}

@keyframes move {
  from {
    margin-left: 0;
  }
  to {
    margin-right: 10px;
  }
}
@media (max-width: 1730px) {
  .section1 {
    max-height: 635px;
  }
  .section1__p {
    font-size: 18px;
  }
  .section1__h2 {
    font-size: 50px;
    font-family: "Montserrat-SemiBold";
    width: 524px;
    margin: 0;
  }
  .section1__button__wrapper {
    max-height: 48px;
  }
}
@media (max-width: 1530px) {
  .section1 {
    max-height: 500px;
  }
  .section1__p {
    font-size: 16px;
    margin: 0;
  }
  .section1__h2 {
    font-size: 45px;
  }
  .section1__button__wrapper {
    max-height: 48px;
  }
  .section1_left_bottom img {
    width: 45%;
  }
}
@media (max-width: 1230px) {
  .section1 {
    max-height: 359px;
  }
  .section1__p {
    font-size: 10px;
    margin: 0;
  }
  .section1__h2 {
    font-size: 32px;
    width: 424px;
  }
  .section1__button__wrapper {
    max-height: 40px;
  }
  .section1_left_bottom img {
    width: 50%;
    margin-right: 5px;
  }
}
@media (max-width: 1030px) {
  .section1 {
    max-height: 300px;
  }
  .section1__p {
    font-size: 8px;
  }
  .section1__h2 {
    font-size: 26px;
    width: 324px;
  }
  .section1__button__wrapper {
    max-height: 30px;
  }
  .section1__button__ball {
    width: 30px;
    height: 30px;
  }
  .section1__button__ball img {
    width: 100%;
  }
  .section1_left_bottom img {
    width: 50%;
    margin-right: 5px;
  }
}
@media (max-width: 855px) {
  .section1 {
    max-height: none;
    flex-direction: column;
  }
  .section1__p {
    font-size: 14px;
  }
  .section1__h2 {
    font-size: 36px;
    width: 100%;
  }
  .section1__button__wrapper {
    max-height: 50px;
  }
  .section1__button__ball {
    width: 50px;
    height: 50px;
    margin-top: 10px;
    margin: 0;
  }
  .section1__button__ball img {
    width: 100%;
  }
  .section1_left_top {
    height: auto;
  }
  .section1__button {
    height: 50px;
  }
  .section1_right {
    margin-top: 10px;
  }
  .section1_right_img {
    border-radius: 20px;
  }
  .section1_left_bottom img {
    width: 50%;
    margin-right: 5px;
  }
}
@media (max-width: 665px) {
  .section1__p {
    font-size: 12px;
  }
  .section1__h2 {
    font-size: 30px;
    width: 100%;
  }
  .section1__button__wrapper {
    max-height: 50px;
  }
  .section1__button__ball {
    width: 50px;
    height: 50px;
    margin-top: 10px;
    margin: 0;
  }
  .section1__button__ball img {
    width: 100%;
  }
}
@media (max-width: 555px) {
  .section1__p {
    font-size: 10px;
  }
  .section1__h2 {
    font-size: 20px;
    width: 100%;
  }
  .section1__button__wrapper {
    max-height: 30px;
  }
  .section1__button {
    height: 30px;
  }
  .section1__button__ball {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin: 0;
  }
  .section1__button__ball img {
    width: 100%;
  }
}
.section2 {
  margin-top: 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.section2__br {
  position: absolute;
  left: 0%;
  width: 25%;
  margin-top: -7%;
}

.window__product {
  margin-top: 40px;
  display: flex;
}
.window__product img {
  border-radius: 5%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 50%;
}
.window__product .section2__br {
  position: absolute;
  left: 0%;
  width: 30%;
  margin-top: -85px;
}

.section2__h2 {
  font-size: 55px;
  font-family: "Montserrat-SemiBold";
  margin: 0;
  margin-bottom: 5%;
}

.window__product__right {
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ul__li__group {
  display: flex;
}

.window__product__h2 {
  margin: 0;
  font-size: 24px;
  font-family: "Montserrat-SemiBold";
  margin-bottom: 45px;
}

.section2__ul {
  margin: 0;
  padding: 0;
  margin-right: 70px;
  list-style-type: "";
}
.section2__ul li {
  font-family: "Montserrat-Medium";
  font-size: 16px;
}

.section2__button {
  width: 332px;
  height: 54px;
  border: 0;
  color: white;
  border-radius: 50px;
}

.section2__openAll {
  display: none;
  font-family: "Montserrat-Medium";
  color: #EB6C01;
  font-size: 24px;
  text-decoration: underline;
  cursor: pointer;
  margin: 0;
}

@media (max-width: 1730px) {
  .section2__h2 {
    font-size: 50px;
  }
  .section2__ul {
    margin-top: -10px;
  }
  .section2__ul li {
    font-family: "Montserrat-Medium";
    font-size: 14px;
  }
  .section2__button {
    width: 302px;
    height: 50px;
  }
  .window__product__h2 {
    font-size: 22px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1530px) {
  .section2__h2 {
    font-size: 46px;
  }
  .section2__ul li {
    font-size: 10px;
  }
  .section2__button {
    width: 250px;
    height: 45px;
  }
  .window__product__h2 {
    font-size: 18px;
  }
}
@media (max-width: 1230px) {
  .section2__h2 {
    font-size: 42px;
  }
  .section2__ul li {
    font-size: 8px;
  }
  .section2__button {
    width: 225px;
    height: 40px;
  }
  .window__product__h2 {
    font-size: 16px;
  }
}
@media (max-width: 1030px) {
  .section2__h2 {
    font-size: 34px;
  }
  .section2__ul li {
    font-size: 6px;
  }
  .section2__button {
    width: 205px;
    height: 36px;
  }
  .window__product__h2 {
    font-size: 14px;
  }
}
@media (max-width: 855px) {
  .ul_two {
    display: none;
  }
  .ul_two__active {
    display: block;
  }
  .section2 {
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section2__br {
    position: relative;
    left: -40%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 35%;
    margin-top: 50px;
  }
  .window__product {
    margin-top: 40px;
    flex-direction: column;
  }
  .window__product img {
    width: 100%;
  }
  .window__product .section2__br {
    position: absolute;
    left: 0%;
    width: 45%;
    margin-top: -55px;
  }
  .section2__h2 {
    font-size: 55px;
  }
  .window__product__right {
    margin-left: 0px;
  }
  .ul__li__group {
    display: flex;
    flex-direction: column;
  }
  .window__product__h2 {
    margin: 0;
    font-size: 24px;
    font-family: "Montserrat-SemiBold";
    margin-bottom: 45px;
  }
  .section2__ul {
    margin: 0;
    padding: 0;
    margin-right: 70px;
    list-style-type: "";
  }
  .section2__ul li {
    font-family: "Montserrat-Medium";
    font-size: 16px;
  }
  .section2__button {
    width: 100%;
    height: 54px;
    margin-top: 10px;
  }
  .section2__openAll {
    display: flex;
  }
}
@media (max-width: 665px) {
  .section2 {
    margin-top: 20px;
  }
  .section2__br {
    left: -43%;
  }
  .window__product {
    margin-top: 30px;
  }
  .section2__h2 {
    font-size: 52px;
  }
  .window__product__h2 {
    font-size: 22px;
    margin-bottom: 35px;
  }
  .section2__ul {
    margin-right: 70px;
  }
  .section2__ul li {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .section2__button {
    height: 50px;
  }
  .section2__openAll {
    display: flex;
    font-size: 22px;
  }
}
@media (max-width: 555px) {
  .section2 {
    margin-top: 15px;
  }
  .window__product {
    margin-top: 20px;
  }
  .section2__h2 {
    margin-bottom: 40px;
    font-size: 24px;
  }
  .window__product__h2 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .section2__ul {
    margin-right: 70px;
  }
  .section2__ul li {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .section2__button {
    height: 50px;
  }
  .section2__openAll {
    display: flex;
    font-size: 18px;
  }
}
.section3 {
  margin-top: 56px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section3__br {
  position: absolute;
  right: 0;
  width: 30%;
}

.section3__bagcround {
  width: 100%;
  margin-top: 150px;
  height: auto;
  display: flex;
  background: #5A5B5B;
  justify-content: center;
  display: flex;
  justify-content: space-around;
}
.section3__bagcround .container {
  display: flex;
  justify-content: space-around;
}

.section3__main {
  width: 1720px;
}

.section3__sect {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.number {
  color: #EB6C01;
  font-size: 96px;
  margin: 0;
  margin-top: 52px;
  font-family: "Montserrat-SemiBold";
}

.count-title {
  color: #EB6C01;
  font-size: 96px;
  margin: 0;
  margin-top: 52px;
  font-family: "Montserrat-SemiBold";
}

.chislenny-sostav {
  color: #EB6C01;
  font-size: 96px;
  margin: 0;
  margin-top: 52px;
  font-family: "Montserrat-SemiBold";
}

.viz {
  opacity: 1;
  transition: 1s;
}

.section3__p {
  color: white;
  text-align: center;
  font-family: "Montserrat-SemiBold";
  width: 520px;
  font-size: 24px;
}

.p_3 {
  width: 340px;
}

@media (max-width: 1730px) {
  .number {
    font-size: 92px;
  }
  .count-title {
    font-size: 92px;
  }
  .chislenny-sostav {
    font-size: 92px;
  }
}
@media (max-width: 1530px) {
  .number {
    font-size: 88px;
  }
  .count-title {
    font-size: 88px;
  }
  .chislenny-sostav {
    font-size: 88px;
  }
  .section3__p {
    font-size: 16px;
    width: 360px;
  }
  .section3__p {
    font-size: 18px;
  }
  .p_3 {
    width: 340px;
  }
}
@media (max-width: 1390px) {
  .number {
    font-size: 86px;
  }
  .count-title {
    font-size: 86px;
  }
  .chislenny-sostav {
    font-size: 86px;
  }
  .section3__p {
    font-size: 16px;
  }
  .section3__p {
    font-size: 14px;
    width: 300px;
  }
  .p_3 {
    width: 230px;
  }
  .section3__bagcround {
    margin-top: 100px;
  }
}
@media (max-width: 1230px) {
  .number {
    font-size: 76px;
  }
  .count-title {
    font-size: 76px;
  }
  .chislenny-sostav {
    font-size: 76px;
  }
  .section3__p {
    font-size: 76px;
  }
  .section3__p {
    font-size: 12px;
    width: 240px;
  }
  .p_3 {
    width: 220px;
  }
}
@media (max-width: 1030px) {
  .number {
    font-size: 72px;
  }
  .count-title {
    font-size: 72px;
  }
  .chislenny-sostav {
    font-size: 72px;
  }
  .section3__p {
    font-size: 72px;
  }
  .section3__p {
    font-size: 10px;
    width: 200px;
  }
  .p_3 {
    width: 180px;
  }
}
@media (max-width: 855px) {
  .section3__bagcround {
    flex-direction: column;
    height: auto;
  }
  .section3__bagcround .container {
    width: 100%;
    flex-direction: column;
  }
  .number {
    font-size: 86px;
  }
  .count-title {
    font-size: 86px;
  }
  .chislenny-sostav {
    font-size: 86px;
  }
  .section3__p {
    font-size: 86px;
  }
  .section3__p {
    font-size: 30px;
    width: 645px;
  }
  .p_3 {
    width: 645px;
  }
  .section3__br {
    width: 80%;
  }
}
@media (max-width: 665px) {
  .number {
    font-size: 82px;
  }
  .count-title {
    font-size: 82px;
  }
  .chislenny-sostav {
    font-size: 82px;
  }
  .section3__p {
    font-size: 82px;
  }
  .section3__p {
    font-size: 24px;
    width: 550px;
  }
  .p_3 {
    width: 550px;
  }
}
@media (max-width: 555px) {
  .count-title {
    font-size: 50px;
  }
  .section3__p {
    font-size: 14px;
    width: 300px;
  }
  .p_3 {
    width: 280px;
  }
}
.section4 {
  width: 100%;
  display: flex;
  justify-content: center;
}
.section4 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section4__h2 {
  font-family: "Montserrat-SemiBold";
  color: #EB6C01;
  font-size: 48px;
  margin: 0;
  margin-top: 100px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1550px;
}

.section4__p {
  font-size: 32px;
  color: black;
  font-family: "Montserrat-SemiBold";
}

.section4__products__group {
  width: 85%;
  margin-top: 60px;
  display: flex;
  justify-content: space-around;
}

.section4__products__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.section4__prodcuts__p {
  font-family: "Montserrat-SemiBold";
  text-align: center;
  font-size: 24px;
  width: 450px;
}

.products__p3 {
  width: 480px;
}

@media (max-width: 1730px) {
  .section4__h2 {
    font-size: 46px;
    margin-top: 90px;
    margin-bottom: 45px;
  }
  .section4__p {
    font-size: 30px;
  }
  .section4__products__group {
    margin-top: 60px;
  }
  .section4__prodcuts__p {
    font-size: 22px;
    width: 450px;
  }
  .products__p3 {
    width: 480px;
  }
}
@media (max-width: 1530px) {
  .section4__h2 {
    font-size: 36px;
    margin-top: 75px;
    margin-bottom: 45px;
  }
  .section4__p {
    font-size: 26px;
  }
  .section4__products__group {
    margin-top: 60px;
  }
  .section4__prodcuts__p {
    font-size: 18px;
    width: 360px;
  }
}
@media (max-width: 1230px) {
  .section4__products__group {
    width: 100%;
  }
  .section4__h2 {
    font-size: 32px;
    margin-top: 75px;
    margin-bottom: 45px;
  }
  .section4__p {
    font-size: 22px;
  }
  .section4__products__group {
    margin-top: 60px;
  }
  .section4__prodcuts__p {
    font-size: 18px;
    width: 320px;
  }
  .products__p3 {
    width: 360px;
  }
}
@media (max-width: 1030px) {
  .section4__h2 {
    font-size: 26px;
    margin-top: 75px;
    margin-bottom: 45px;
  }
  .section4__p {
    font-size: 20px;
  }
  .section4__products__group {
    margin-top: 60px;
  }
  .section4__prodcuts__p {
    font-size: 12px;
    width: 280px;
  }
  .products__p3 {
    width: 260px;
  }
}
@media (max-width: 855px) {
  .section4__h2 {
    text-align: center;
    font-size: 48px;
  }
  .section4__p {
    font-size: 32px;
  }
  .section4__products__group {
    flex-direction: column;
  }
  .section4__products__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .section4__prodcuts__p {
    font-size: 24px;
    text-wrap: balance;
    width: 450px;
  }
  .products__p3 {
    width: 500px;
  }
}
@media (max-width: 665px) {
  .section4__h2 {
    text-align: center;
    font-size: 44px;
  }
  .section4__p {
    font-size: 30px;
  }
  .section4__prodcuts__p {
    font-size: 20px;
    text-wrap: balance;
    width: 400px;
  }
  .products__p3 {
    width: 450px;
  }
}
@media (max-width: 555px) {
  .section4__h2 {
    text-align: center;
    font-size: 28px;
  }
  .section4__p {
    font-size: 18px;
  }
  .section4__prodcuts__p {
    font-size: 16px;
    text-wrap: balance;
    width: 320px;
  }
  .products__p3 {
    width: 320px;
  }
}
.section5 {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 1135px;
}
.section5 .container__section5 {
  width: 100%;
  display: flex;
  margin-top: 120px;
  justify-content: space-between;
}

.section5__br {
  position: absolute;
  left: 0;
  width: 30%;
}

.section5__right {
  display: flex;
  flex-direction: column;
  align-items: end;
  width: 60%;
}

.section5__right__br {
  margin-top: 35px;
  width: 70%;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.section5__left {
  width: 39.5%;
  background: #5A5B5B;
  max-height: 1140px;
}

.section5__right__img {
  width: 100%;
}

.section5__left__h2 {
  margin: 0;
  margin-left: 50px;
  margin-top: 79px;
  color: white;
  font-family: "Montserrat-SemiBold";
  font-size: 48px;
}

.section5__left__p {
  font-family: "Montserrat-Medium";
  margin-left: 50px;
  margin-top: 45px;
  width: 85%;
  font-size: 24px;
  color: white;
}

.section5__left__img {
  width: 100%;
  display: flex;
  justify-content: end;
}
.section5__left__img img {
  max-width: 256px;
  margin-bottom: 20px;
}

@media (max-width: 1805px) {
  .section5__left {
    max-height: 1040px;
  }
  .section5__left__h2 {
    margin-left: 50px;
    margin-top: 79px;
    font-size: 46px;
  }
  .section5__left__p {
    margin-left: 50px;
    margin-top: 45px;
    font-size: 22px;
  }
  .section5__left__img img {
    margin-bottom: 20px;
    width: 200px;
  }
}
@media (max-width: 1665px) {
  .section5__left {
    max-height: 975px;
  }
  .section5__left__h2 {
    margin-left: 50px;
    margin-top: 79px;
    font-size: 41px;
  }
  .section5__left__p {
    margin-left: 50px;
    margin-top: 45px;
    font-size: 19px;
  }
  .section5__left__img img {
    margin-top: 20px;
    margin-bottom: 0px;
    width: 200px;
  }
}
@media (max-width: 1500px) {
  .section5__left {
    max-height: 905px;
  }
  .section5__left__h2 {
    margin-left: 50px;
    margin-top: 79px;
    font-size: 39px;
  }
  .section5__left__p {
    margin-left: 50px;
    margin-top: 45px;
    font-size: 18px;
  }
  .section5__left__img img {
    margin-top: 20px;
    margin-bottom: 0px;
    width: 150px;
  }
}
@media (max-width: 1400px) {
  .section5__left {
    max-height: 850px;
  }
  .section5__left__h2 {
    margin-left: 50px;
    margin-top: 79px;
    font-size: 37px;
  }
  .section5__left__p {
    margin-left: 50px;
    margin-top: 45px;
    font-size: 16px;
  }
  .section5__left__img img {
    margin-top: 20px;
    margin-bottom: 0px;
    width: 150px;
  }
}
@media (max-width: 1300px) {
  .section5__left {
    max-height: 750px;
  }
  .section5__left__h2 {
    margin-left: 50px;
    margin-top: 79px;
    font-size: 35px;
  }
  .section5__left__p {
    margin-left: 50px;
    margin-top: 45px;
    font-size: 15px;
  }
  .section5__left__img img {
    margin-top: 20px;
    margin-bottom: 0px;
    width: 150px;
  }
}
@media (max-width: 1255px) {
  .section5__left {
    max-height: 750px;
  }
  .section5__left__h2 {
    margin-left: 50px;
    margin-top: 79px;
    font-size: 33px;
  }
  .section5__left__p {
    margin-left: 50px;
    margin-top: 45px;
    font-size: 14px;
  }
  .section5__left__img img {
    margin-top: 20px;
    margin-bottom: 0px;
    width: 150px;
  }
}
@media (max-width: 1155px) {
  .section5__left {
    max-height: 700px;
  }
  .section5__left__h2 {
    margin-left: 50px;
    margin-top: 79px;
    font-size: 31px;
  }
  .section5__left__p {
    margin-left: 50px;
    margin-top: 45px;
    font-size: 13px;
  }
  .section5__left__img img {
    margin-top: 20px;
    margin-bottom: 0px;
    width: 150px;
  }
}
@media (max-width: 1081px) {
  .section5__left {
    max-height: 650px;
  }
  .section5__left__h2 {
    margin-left: 50px;
    margin-top: 59px;
    font-size: 30px;
  }
  .section5__left__p {
    margin-left: 50px;
    margin-top: 25px;
    font-size: 13px;
  }
  .section5__left__img img {
    margin-top: 20px;
    margin-bottom: 0px;
    width: 120px;
  }
}
@media (max-width: 990px) {
  .section5__left {
    max-height: 580px;
  }
  .section5__left__h2 {
    margin-left: 50px;
    margin-top: 59px;
    font-size: 28px;
  }
  .section5__left__p {
    margin-left: 50px;
    margin-top: 25px;
    font-size: 11px;
  }
  .section5__left__img img {
    margin-top: 20px;
    margin-bottom: 0px;
    width: 120px;
  }
}
@media (max-width: 890px) {
  .section5__left {
    max-height: 530px;
  }
  .section5__left__h2 {
    margin-left: 50px;
    margin-top: 59px;
    font-size: 26px;
  }
  .section5__left__p {
    margin-left: 50px;
    margin-top: 25px;
    font-size: 10px;
  }
  .section5__left__img img {
    margin-top: 20px;
    margin-bottom: 0px;
    width: 120px;
  }
}
@media (max-width: 855px) {
  .section5 .container__section5 {
    flex-direction: column;
  }
  .section5__br {
    width: 80%;
  }
  .section5__right {
    width: 100%;
  }
  .section5__right__br {
    width: 80%;
  }
  .section5__left {
    width: 100%;
    background: #5A5B5B;
    max-height: 1140px;
  }
  .section5__left__h2 {
    margin-left: 20px;
    font-size: 48px;
  }
  .section5__left__p {
    margin-left: 20px;
    font-size: 24px;
  }
}
@media (max-width: 665px) {
  .section5__left__h2 {
    margin-left: 20px;
    font-size: 44px;
  }
  .section5__left__p {
    margin-left: 20px;
    font-size: 20px;
    width: 90%;
  }
}
@media (max-width: 555px) {
  .section5__left__h2 {
    margin-left: 20px;
    font-size: 24px;
  }
  .section5__left__p {
    margin-left: 20px;
    font-size: 16px;
    width: 90%;
  }
}
.section6 {
  width: 100%;
  margin-top: 250px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section6 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section6__h2 {
  font-family: "Montserrat-SemiBold";
  color: #EB6C01;
  font-size: 48px;
}

.section6__group__doc {
  width: 80%;
  display: flex;
  justify-content: space-around;
  margin-top: 66px;
}

.section6__doc {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.section6__img {
  max-width: 73px;
  max-height: 73px;
}

.section6__p {
  font-family: "Montserrat-Medium";
  font-size: 24px;
  color: black;
}

@media (max-width: 1730px) {
  .section6 {
    margin-top: 150px;
  }
  .section6__h2 {
    font-size: 44px;
  }
  .section6__group__doc {
    margin-top: 56px;
  }
  .section6__p {
    font-size: 22px;
  }
}
@media (max-width: 1630px) {
  .section6 {
    margin-top: 0px;
  }
}
@media (max-width: 1530px) {
  .section6__h2 {
    font-size: 42px;
  }
  .section6__group__doc {
    margin-top: 50px;
  }
  .section6__p {
    font-size: 20px;
  }
}
@media (max-width: 1230px) {
  .section6__h2 {
    font-size: 40px;
  }
  .section6__group__doc {
    margin-top: 45px;
  }
  .section6__p {
    font-size: 18px;
  }
}
@media (max-width: 1030px) {
  .section6__h2 {
    font-size: 36px;
  }
  .section6__group__doc {
    margin-top: 40px;
  }
  .section6__p {
    font-size: 14px;
  }
}
@media (max-width: 855px) {
  .section6 {
    margin-top: 900px;
  }
  .section6__h2 {
    font-size: 48px;
  }
  .section6__group__doc {
    flex-direction: column;
  }
  .section6__doc {
    margin-top: 30px;
  }
  .section6__p {
    font-size: 24px;
  }
}
@media (max-width: 665px) {
  .section6 {
    margin-top: 600px;
  }
  .section6__h2 {
    font-size: 44px;
  }
  .section6__doc {
    margin-top: 26px;
  }
  .section6__p {
    font-size: 20px;
  }
}
@media (max-width: 555px) {
  .section6 {
    margin-top: 300px;
  }
  .section6__h2 {
    font-size: 24px;
  }
  .section6__doc {
    margin-top: 26px;
  }
  .section6__p {
    font-size: 16px;
  }
}
.section7 {
  margin-top: 350px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #5A5B5B;
}
.section7 textarea {
  color: black;
  font-family: "Montserrat-Regular";
  font-size: 20px;
  padding-left: 20px;
  padding-top: 20px;
}
.section7 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section7__form {
  position: static;
  width: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: none;
  padding: 0;
  margin: 0;
  transform: none;
  border-radius: 0;
  background: transparent;
  align-items: center;
}

.section7__h2 {
  margin: 0;
  font-size: 48px;
  width: 100%;
  text-align: center;
  color: white;
  font-family: "Montserrat-SemiBold";
  margin-top: 50px;
  margin-bottom: 35px;
}

.section7__input__group {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-family: "Montserrat-SemiBold";
}
.section7__input__group input {
  color: black;
  font-family: "Montserrat-Regular";
  font-size: 20px;
}

.section7__input {
  width: 100%;
  max-width: 512px;
  width: 35%;
  height: 50px;
  background-color: #D9D9D9;
  border: 0;
  font-size: 20px;
  padding-left: 28px;
}

.section7__input__bottom {
  margin-top: 36px;
  height: 139px;
  background-color: #D9D9D9;
  border: 0;
  font-size: 20px;
  width: 99%;
}

.section7__checkbox {
  display: flex;
  margin-top: 27px;
}

.checkboxFormText {
  display: flex;
  margin: 0;
  align-items: center;
}
.checkboxFormText p {
  margin: 0;
}

.checkboxFormTextSpan {
  margin-left: 10px;
  display: flex;
  color: white;
  font-family: "Montserrat-Regular";
}

.checkboxFormTextP {
  margin: 0;
  color: white;
  font-family: "Montserrat-Regular";
  text-decoration: underline;
}

.checkboxForm {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid;
  -o-border-image: black;
     border-image: black;
  -moz-border-image: black;
  -webkit-border-image: black;
  border-image-slice: 1;
  width: 30px;
  height: 30px;
}
.checkboxForm:checked {
  background-image: url("public/svg/Vector.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.section7__button {
  width: 332px;
  height: 60px;
  border-radius: 50px;
  border: 0;
  color: white;
  cursor: pointer;
  margin-top: 50px;
  margin-bottom: 54px;
}

@media (max-width: 1730px) {
  .section7 {
    margin-top: 350px;
  }
  .section7 textarea {
    font-size: 20px;
  }
  .section7__h2 {
    font-size: 48px;
    margin-top: 50px;
    margin-bottom: 35px;
  }
  .section7__input__group input {
    font-size: 20px;
  }
  .section7__input {
    max-width: 450px;
    height: 50px;
    font-size: 20px;
    padding-left: 28px;
  }
  .section7__input__bottom {
    margin-top: 36px;
    height: 139px;
    font-size: 20px;
  }
  .section7__checkbox {
    margin-top: 27px;
  }
  .checkboxFormTextSpan {
    margin-left: 10px;
  }
  .checkboxForm {
    width: 30px;
    height: 30px;
  }
  .section7__button {
    width: 332px;
    height: 60px;
    margin-top: 50px;
  }
}
@media (max-width: 1530px) {
  .section7 {
    margin-top: 350px;
  }
  .section7 textarea {
    font-size: 18px;
  }
  .section7__h2 {
    font-size: 48px;
    margin-top: 35px;
    margin-bottom: 30px;
  }
  .section7__input__group input {
    font-size: 18px;
  }
  .section7__input {
    max-width: 350px;
    height: 50px;
    font-size: 20px;
    padding-left: 20px;
  }
  .section7__input__bottom {
    margin-top: 36px;
    height: 139px;
    font-size: 18px;
  }
  .section7__checkbox {
    margin-top: 20px;
  }
  .checkboxFormTextSpan {
    margin-left: 10px;
  }
  .checkboxForm {
    width: 30px;
    height: 30px;
  }
  .section7__button {
    width: 332px;
    height: 60px;
    margin-top: 35px;
  }
}
@media (max-width: 1230px) {
  .section7 {
    margin-top: 300px;
  }
  .section7 textarea {
    font-size: 16px;
  }
  .section7__h2 {
    font-size: 44px;
    margin-top: 35px;
    margin-bottom: 30px;
  }
  .section7__input__group input {
    font-size: 16px;
  }
  .section7__input {
    max-width: 300px;
    height: 50px;
    font-size: 16px;
    padding-left: 20px;
  }
  .section7__input__bottom {
    margin-top: 25px;
    height: 139px;
    font-size: 18px;
  }
  .section7__checkbox {
    margin-top: 20px;
  }
  .checkboxFormTextSpan {
    margin-left: 10px;
  }
  .checkboxForm {
    width: 25px;
    height: 25px;
  }
  .section7__button {
    width: 302px;
    height: 50px;
    margin-top: 35px;
  }
}
@media (max-width: 1030px) {
  .section7 {
    margin-top: 250px;
  }
  .section7 textarea {
    font-size: 14px;
    padding-left: 15px;
  }
  .section7__h2 {
    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .section7__input__group input {
    font-size: 14px;
  }
  .section7__input {
    max-width: 250px;
    height: 40px;
    font-size: 14px;
    padding-left: 15px;
  }
  .section7__input__bottom {
    margin-top: 25px;
    height: 139px;
    font-size: 14px;
  }
  .section7__checkbox {
    margin-top: 10px;
  }
  .checkboxFormTextSpan {
    margin-left: 10px;
  }
  .checkboxForm {
    width: 25px;
    height: 25px;
  }
  .section7__button {
    width: 302px;
    height: 50px;
    margin-top: 25px;
  }
}
@media (max-width: 855px) {
  .section7 {
    margin-top: 650px;
  }
  .section7 textarea {
    font-size: 14px;
    padding-left: 15px;
  }
  .section7__h2 {
    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .section7__input__group {
    flex-direction: column;
  }
  .section7__input__group input {
    font-size: 14px;
  }
  .target__logo {
    display: none;
  }
  .section7__input {
    max-width: 100%;
    width: 97.5%;
    height: 40px;
    font-size: 14px;
    padding-left: 15px;
    margin-top: 8px;
  }
  .section7__input__bottom {
    margin-top: 25px;
    height: 139px;
    font-size: 14px;
  }
  .section7__checkbox {
    margin-top: 10px;
  }
  .checkboxFormTextSpan {
    margin-left: 10px;
    font-size: 20px;
    max-width: 500px;
  }
  .checkboxForm {
    width: 20px;
    height: 20px;
  }
  .checkboxForm:checked {
    background-size: 100% 100%;
  }
  .section7__button {
    width: 100%;
    height: 70px;
    margin-top: 25px;
  }
}
@media (max-width: 665px) {
  .section7 {
    margin-top: 550px;
  }
  .section7 textarea {
    font-size: 12px;
    padding-left: 15px;
  }
  .section7__h2 {
    font-size: 34px;
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .section7__input__group {
    flex-direction: column;
  }
  .section7__input__group input {
    font-size: 12px;
  }
  .section7__input {
    max-width: 100%;
    width: 97.5%;
    height: 40px;
    font-size: 12px;
    padding-left: 15px;
    margin-top: 8px;
  }
  .section7__input__bottom {
    margin-top: 25px;
    height: 139px;
    font-size: 14px;
  }
  .section7__checkbox {
    margin-top: 10px;
  }
  .checkboxFormTextSpan {
    margin-left: 10px;
    font-size: 20px;
    max-width: 500px;
  }
  .checkboxForm {
    width: 20px;
    height: 20px;
  }
  .checkboxForm:checked {
    background-size: 100% 100%;
  }
}
@media (max-width: 555px) {
  .section7 {
    margin-top: 470px;
  }
  .section7 textarea {
    width: 100%;
    font-size: 14px;
    padding-left: 5px;
  }
  .section7__h2 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .section7__input__group {
    flex-direction: column;
  }
  .section7__input__group input {
    font-size: 14px;
  }
  .section7__input {
    max-width: 100%;
    width: 99.5%;
    height: 40px;
    font-size: 12px;
    padding-left: 8px;
    margin-top: 5px;
    margin-right: 0;
  }
  .section7__input__bottom {
    margin-top: 25px;
    height: 139px;
    font-size: 14px;
  }
  .section7__checkbox {
    margin-top: 10px;
  }
  .checkboxFormTextSpan {
    margin-left: 10px;
    font-size: 12px;
    max-width: 500px;
    margin-left: 5px;
    width: 280px;
  }
  .checkboxForm {
    padding: 0;
    margin: 0;
    width: 20px;
    height: 20px;
  }
  .checkboxForm:checked {
    background-size: 100% 100%;
  }
}
footer {
  width: 100%;
  display: flex;
  justify-content: center;
}

.footer {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: black;
  height: 105px;
}
.footer .container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  align-items: end;
}

.footer__center {
  margin: 0;
  font-size: 20px;
  font-family: "Montserrat-Medium";
  color: white;
}

.adaptive {
  display: none;
}

@media (max-width: 1730px) {
  .footer__center {
    font-size: 18px;
  }
}
@media (max-width: 1530px) {
  .footer__center {
    font-size: 16px;
  }
}
@media (max-width: 1230px) {
  .footer__center {
    font-size: 14px;
  }
}
@media (max-width: 1030px) {
  .footer__center {
    font-size: 12px;
  }
}
@media (max-width: 855px) {
  .footer {
    height: 300px;
  }
  .footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer .container .header__h1 {
    font-size: 36px;
    margin-top: 25px;
  }
  .footer__center {
    display: none;
    font-size: 18px;
  }
  .adaptive {
    display: block;
  }
}
@media (max-width: 665px) {
  .footer__center {
    font-size: 14px;
  }
}
@media (max-width: 555px) {
  .footer__center {
    font-size: 12px;
  }
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("public/fonts/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("public/fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("public/fonts/Montserrat-Medium.ttf") format("truetype");
}
.header__button, .section2__button, .section7__button {
  font-family: "Montserrat-SemiBold";
  font-size: 20px;
  background: linear-gradient(80deg, #EB6C01 20%, #fcab69 60%, #EB6C01 60%);
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  transform: translate3d(0, 0, 0);
  cursor: pointer;
  transition: 0.3s;
}

.section1__button__ball, .section1__button {
  font-family: "Montserrat-SemiBold";
  background-color: #EB6C01;
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.form__section__left__button {
  font-family: "Montserrat-Regular";
  font-size: 20px;
  margin-right: 37px;
  background: linear-gradient(80deg, #EB6C01 20%, #fcab69 60%, #EB6C01 60%);
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  transform: translate3d(0, 0, 0);
  cursor: pointer;
  transition: 0.3s;
}

html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container {
  width: 1720px;
  display: flex;
}

.container--coluwn {
  flex-direction: column;
  align-items: center;
}

.active {
  display: flex;
}

.popupBody {
  overflow: hidden;
}

.displayNone {
  display: none;
}

* {
  line-height: 1.2em;
}

@media (max-width: 1730px) {
  .container {
    width: 1520px;
  }
  .header__button, .section2__button, .section7__button {
    font-size: 18px;
  }
  .section1__button__ball, .section1__button {
    font-size: 18px;
  }
  .form__section__left__button {
    font-size: 18px;
  }
}
@media (max-width: 1530px) {
  .container {
    width: 1200px;
  }
  .header__button, .section2__button, .section7__button {
    font-size: 16px;
  }
  .section1__button__ball, .section1__button {
    font-size: 16px;
  }
  .form__section__left__button {
    font-size: 16px;
  }
}
@media (max-width: 1230px) {
  .container {
    width: 1020px;
  }
  .header__button, .section2__button, .section7__button {
    font-size: 14px;
  }
  .section1__button__ball, .section1__button {
    font-size: 14px;
  }
  .form__section__left__button {
    font-size: 14px;
  }
}
@media (max-width: 1030px) {
  .container {
    width: 850px;
  }
  .header__button, .section2__button, .section7__button {
    font-size: 12px;
  }
  .section1__button__ball, .section1__button {
    font-size: 14px;
  }
  .form__section__left__button {
    font-size: 14px;
  }
}
@media (max-width: 855px) {
  .container {
    width: 650px;
  }
  .header__button, .section2__button, .section7__button {
    font-size: 20px;
  }
  .section1__button__ball, .section1__button {
    font-size: 20px;
  }
  .form__section__left__button {
    font-size: 20px;
  }
}
@media (max-width: 665px) {
  .container {
    width: 550px;
  }
  .header__button, .section2__button, .section7__button {
    font-size: 14px;
  }
  .section1__button__ball, .section1__button {
    font-size: 14px;
  }
  .form__section__left__button {
    font-size: 14px;
  }
}
@media (max-width: 555px) {
  .container {
    width: 320px;
  }
  .header__button, .section2__button, .section7__button {
    font-size: 12px;
  }
  .section1__button__ball, .section1__button {
    font-size: 12px;
  }
  .form__section__left__button {
    font-size: 12px;
  }
}/*# sourceMappingURL=global.css.map */