@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  font-family: Inter;
  color: #E33B25;
}

@media (max-device-width: 991px) {
  body {
    overflow: hidden;
  }
}

@media (max-device-width: 767px) {
  body {
    overflow: hidden;
  }
}

@media (max-device-width: 575px) {
  body {
    overflow: hidden;
  }
}

a {
  text-decoration: none;
}

@-webkit-keyframes rotateMe {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

.rotate {
  transition: 20s;
  animation: rotateMe 20s linear infinite;
}

.section-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-top: 68px;
}

@media (max-device-width: 575px) {
  .section-logo {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

.section-logo_about {
  width: 127px;
  height: 127px;
  background-image: url(/img/AboutUs.svg);
  background-repeat: no-repeat;
  margin: 0px 0px 32px 0px;
  background-size: 100%;
}

.section-logo_about_text {
  text-align: center;
  line-height: 48px;
}

@media (max-device-width: 575px) {
  .section-logo_about_text {
    font-size: 48px;
    line-height: 48px;
  }
}

.section-logo_sendMessage {
  width: 127px;
  height: 127px;
  background-image: url(/img/SendOrder.svg);
  background-repeat: no-repeat;
  margin: 0px 0px 32px 0px;
}

.section-logo_sendMessage_text {
  text-align: center;
  line-height: 24px;
}

@media (max-device-width: 575px) {
  .section-logo_sendMessage_text {
    font-size: 48px;
    line-height: 48px;
  }
}

.section-logo_main {
  width: 313px;
  height: 313px;
  background-image: url(/img/LogoAround.svg);
  background-repeat: no-repeat;
  margin: 0px 0px 0px 0px;
}

.section-logo_feedBack {
  width: 127px;
  height: 127px;
  background-image: url(/img/CallUs.svg);
  background-repeat: no-repeat;
  margin: 0px 0px 32px 0px;
}

.section-logo_feedBack_text {
  text-align: center;
  line-height: 24px;
}

@media (max-device-width: 575px) {
  .section-logo_feedBack_text {
    font-size: 48px;
    line-height: 48px;
  }
}

.section-logo_where {
  width: 127px;
  height: 127px;
  background-image: url(/img/MapPoint.svg);
  background-repeat: no-repeat;
  margin: 0px 0px 32px 0px;
}

.section-logo_where_text {
  text-align: center;
  line-height: 24px;
}

@media (max-device-width: 575px) {
  .section-logo_where_text {
    font-size: 48px;
    line-height: 48px;
  }
}

.section-logo_Position {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  margin-left: 72px;
}

.section-logo_Title {
  background-image: url(/img/City.svg);
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 80px;
  background-position-y: bottom;
}

.section-logo_Title_Text {
  text-align: center;
  font-weight: 700;
  margin-left: 80px;
  margin-top: 68px;
  font-size: 60px;
  line-height: 60px;
}

@media (max-device-width: 575px) {
  .section-logo_Title_Text {
    margin-left: 0px;
    font-size: 120px;
    line-height: 120px;
  }
}

.section-about {
  flex-direction: column;
  align-items: center;
  display: flex;
  align-content: center;
  font-size: 24px;
  text-align: center;
  font-family: 'Inter';
}

.section-about_Section1 {
  max-width: 1100px;
  font-size: 64px;
  font-weight: bold;
  margin-bottom: 33px;
}

@media (max-device-width: 575px) {
  .section-about_Section1 {
    font-size: 100px;
  }
}

.section-about_Section2 {
  max-width: 1200px;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 60px;
  letter-spacing: 0.00195312em;
}

@media (max-device-width: 575px) {
  .section-about_Section2 {
    font-size: 50px;
    line-height: 50px;
  }
}

.section-about_Section3 {
  max-width: 1100px;
  font-size: 64px;
  font-weight: bold;
  margin-bottom: 33px;
  letter-spacing: 0.00195312em;
}

@media (max-device-width: 575px) {
  .section-about_Section3 {
    font-size: 100px;
  }
}

.section-about_Section4 {
  max-width: 1100px;
  font-size: 24px;
  margin-bottom: 25px;
}

@media (max-device-width: 575px) {
  .section-about_Section4 {
    font-size: 50px;
    line-height: 50px;
  }
}

.section-about_Section5 {
  max-width: 1100px;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 90px;
}

@media (max-device-width: 575px) {
  .section-about_Section5 {
    font-size: 50px;
    line-height: 50px;
    max-width: 1200px;
  }
}

.section-about_Section6 {
  max-width: 1100px;
  font-size: 64px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-device-width: 575px) {
  .section-about_Section6 {
    font-size: 100px;
    margin-bottom: 120px;
  }
}

.section-about_Section7 {
  max-width: 865px;
  font-size: 24px;
  text-align: left;
}

@media (max-device-width: 575px) {
  .section-about_Section7 {
    font-size: 50px;
    line-height: 50px;
    max-width: 1100px;
  }
}

.section-about_Section8 {
  max-width: 865px;
  font-size: 24px;
  text-align: left;
}

@media (max-device-width: 575px) {
  .section-about_Section8 {
    font-size: 50px;
    line-height: 50px;
    max-width: 1100px;
  }
}

.section-about_PreSection_7 {
  line-height: 28px;
  height: 150px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 52px;
}

@media (max-device-width: 575px) {
  .section-about_PreSection_7 {
    width: 1300px;
    margin-bottom: 200px;
  }
}

.section-about_PreSection_8 {
  line-height: 28px;
  height: 150px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 122px;
}

@media (max-device-width: 575px) {
  .section-about_PreSection_8 {
    width: 1300px;
    margin-bottom: 244px;
  }
}

.image-for-section {
  background-size: 10%;
  background-size: contain;
}

.image-for-section_7 {
  width: 108px;
  height: 108px;
  background-image: url(/img/KKT.svg);
  background-repeat: no-repeat;
  margin-right: 45px;
  background-position-y: center;
}

.image-for-section_8 {
  width: 108px;
  height: 108px;
  background-image: url(/img/Hands.svg);
  background-repeat: no-repeat;
  margin-right: 45px;
  background-position-y: center;
}

.section-slider {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: 100px;
  margin-right: 100px;
  padding-bottom: 120px;
}

.section-slider_img {
  height: 500px;
  padding-left: 40px;
}

.section-communication {
  font-family: 'Inter';
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-communication_button {
  width: 289px;
  top: 65.21%;
  bottom: 34.47%;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 13px;
  letter-spacing: 0.0078125em;
  color: #FFFFFF;
  width: 820px;
  height: 90px;
  color: white;
  background-color: #E33B25;
  border-style: none;
  border-radius: 0.27em;
  margin-bottom: 30px;
}

.section-communication_button:active {
  box-shadow: 0px 16px 8.8px rgba(0, 0, 0, 0.25) inset;
}

@media (max-device-width: 575px) {
  .section-communication_button {
    font-size: 80px;
    line-height: 23px;
    height: 180px;
  }
}

.section-communication_text {
  /* Нажав кнопку, Вы перейдёте на чат с менеджером */
  width: 630.6px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 8px;
  text-align: center;
  color: #999999;
  margin-bottom: 141px;
}

@media (max-device-width: 575px) {
  .section-communication_text {
    font-size: 40px;
    line-height: 40px;
  }
}

.section-communication_call-us {
  display: flex;
  width: 930px;
  height: 340px;
  background-repeat: no-repeat;
  background-image: url(/img/CallUsWithBorder.svg);
  margin-bottom: 131px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.section-communication_call-us_section1 {
  background-image: url(/img/IcoMax.svg);
  background-repeat: no-repeat;
  width: 151px;
  height: 151px;
  margin-right: 45px;
  margin-left: 45px;
}

.section-communication_call-us_section2 {
  background-image: url(/img/DOT.svg);
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  margin-right: 25px;
  margin-left: 25px;
}

.section-communication_call-us_section3 {
  background-image: url(/img/IcoMail.svg);
  background-repeat: no-repeat;
  width: 151px;
  height: 151px;
  margin-right: 45px;
  margin-left: 45px;
}

.section-communication_call-us_section4 {
  background-image: url(/img/DOT.svg);
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  margin-right: 25px;
  margin-left: 25px;
}

.section-communication_call-us_section5 {
  background-image: url(/img/phone.svg);
  background-repeat: no-repeat;
  width: 151px;
  height: 151px;
  margin-right: 45px;
  margin-left: 45px;
}

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

.section-communication_DriveUS_section1 {
  /* КАК ПРОЕХАТЬ */
  width: 547px;
  height: 19px;
  text-align: center;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  /* identical to box height, or 30% */
  margin-bottom: 74px;
  color: #E33B25;
}

.section-communication_DriveUS_section2 {
  width: 502px;
  height: 200px;
  background-image: url(/img/DrivePointsWithArrow.svg);
  background-repeat: no-repeat;
}

.footer_flex {
  display: flex;
  width: 1074px;
  margin-left: 423px;
}

@media (max-device-width: 575px) {
  .footer_flex {
    display: flex;
    margin-left: 40px;
  }
}

.footer {
  color: #FFFFFF;
  height: 380px;
  background-image: url(/img/texture.svg);
  backdrop-filter: brightness(50%);
  padding-top: 20px;
}

.footer_section1 {
  color: #FFFFFF;
  background-image: url(/img/logo.svg);
  background-repeat: no-repeat;
  width: 330px;
  height: 100px;
  margin-right: 160px;
}

@media (max-device-width: 575px) {
  .footer_section1 {
    width: 600px;
    height: 200px;
    background-size: 100%;
  }
}

.footer_section2 {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
  height: 300px;
  width: 400px;
  color: #FFFFFF;
}

.footer_section2_phone {
  /* +7 (4217) 24-40-11 */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 9px;
  /* identical to box height, or 38% */
  color: #FFFFFF;
}

.footer_section2_adress {
  color: #FFFFFF;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  /* or 125% */
}

.footer_section2_mail {
  color: #FFFFFF;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 8px;
  /* identical to box height, or 40% */
}

.footer_section2_tg {
  color: #FFFFFF;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 14px;
  /* identical to box height, or 69% */
}

.TextStyleBlack {
  color: black;
}
