html {
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  font-weight: 400;
}

* {
  box-sizing: border-box;
}

.object {
  width: 1450px;
  max-width: 100%;
  margin: auto;
}

.object1 {
  width: 100%;
  position: relative;
  box-shadow: 5px 5px 60px 0 #24282B1A;
  margin: 35px 0 41px 0;
  user-select: none;
}

.object1_nomain {
  width: 90%;
  background: #2F69FF;
  padding: 97px 0 97px 60px;
  border-radius: 10px 0 350px 10px;
}

.object1_text {
  font-size: 48px;
  line-height: 58px;
  text-align: left;
  color: #FFFFFF;
  padding-bottom: 7px;
}

.object1_text1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #FFFFFF;
}

.object1 img {
  top: 10px;
  position: absolute;
  right: 90px;
  height: 260px;
  width: 270px;
}

.object2_text {
  font-size: 28px;
  line-height: 34px;
  text-align: left;
  color: #343C4B;
}

.object2_text1 {
  Opacity: 70%;
  color: #343C4B;
  
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  /*width: 743px;*/
  padding: 9px 0 18px 0;
}

.object2_textt1 {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  color: #343C4B;
  padding-bottom: 13px;
}

.object2_textt2 ul {
  list-style-type: none;
  padding: 0;
}

.object2_textt2 li {
  padding-bottom: 8px;
  background-image: url(images/1.png);
  background-position: 0 5px;
  background-repeat: no-repeat;
  padding-left: 20px;
}

.object2_textt2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  color: #455067;
}

.object3 {
  margin-top: 20px;
  width: 100%;
}

.object3_1 {
  width: calc(33.3% - 23px);
  box-shadow: 5px 5px 60px 0 #24282B1A;
  margin-right: 23px;
  
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #343C4B;
  float: left;
  border-radius: 12px;
  height: 133px;
  padding-top: 30px;
}

.object3_1_text {
  padding-top: 15px;
  padding-right: 15px;
}

.object3_1_cir {
  background: #F3F3F6;
  height: 74px;
  width: 74px;
  border-radius: 50%;
  Opacity: 70%;
  float: left;
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
  text-align: left;
  color: #2F69FF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 17px 30px 30px;
}

.object4 {
  margin-bottom: 50px;
}

.object4_text {
  font-size: 28px;
  line-height: 34px;
  text-align: left;
  color: #343C4B;
  padding: 50px 0 36px 0;
}

.object4_1 {
  width: calc(50% - 22px);
  box-shadow: 5px 5px 60px 0 #24282B1A;
  margin-right: 22px;
  border-radius: 12px;
  padding: 22px 30px 30px 30px;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #343C4B;
  float: left;
  height: 419px;
}

.object4_1_grey,
.object4_2_grey {
  overflow-x: hidden;
  padding: 30px 0 30px 30px;
  background: #F3F3F6;
  Opacity: 70%;
  margin-top: 22px;
  height: 317px;
  border-radius: 8px;
  overflow-y: scroll;
}

.object4_1_grey::-webkit-scrollbar-track,
.object4_2_grey::-webkit-scrollbar-track {
  background: #E2E2EA;
  /* цвет дорожки */
}

.object4_1_grey::-webkit-scrollbar,
.object4_2_grey::-webkit-scrollbar {
  width: 4px; /* ширина scrollbar */
}

#globaldrive .arrow-block {
  display: inline-block;
  margin: 3px 20px 10px 0;
  border: solid #2F69FF;
  border-width: 0 3px 3px 0;
  padding: 3px;
  transform: rotate(45deg);
  float: none;
}

.object5_detail-text a {
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #2F69FF;
  position: absolute;
  bottom: 0;
  background: white;
  display: none !important;
  
  box-shadow: 0 0 35px white, 0 0 45px white, 0 0 25px white, 0 0 15px white;
}

.object5_detail-text a:after {
  content: "";
  width: 7px;
  height: 7px;
  box-sizing: border-box;
  border-bottom: 3px solid #2F69FF;
  border-right: 3px solid #2F69FF;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  left: 80px;
}

.object5_detail-text {
  POSITION: RELATIVE;
  color: #343C4B;
  
  overflow: hidden;
  margin-bottom: 30px;
  HEIGHT: 120PX;
  WIDTH: 100%;
}

.object4_1_grey::-webkit-scrollbar-thumb {
  background-color: #2F69FF; /* цвет плашки */
  border-radius: 20px; /* закругления плашки */
  border: 3px solid #2F69FF; /* padding вокруг плашки */
}

.object4_1_grey2 {
  padding: 30px 0 30px 30px;
  background: #F3F3F6;
  Opacity: 70%;
  margin-top: 22px;
  height: 317px;
  border-radius: 8px;
  
  overflow-x: hidden;
  overflow-y: scroll;
  
}

.object4_1_text {
  margin: 0 70px 10px 0;
  float: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  color: #455067;
  width: 20%;
}

.object5_text {
  font-size: 28px;
  line-height: 34px;
  text-align: left;
  color: #343C4B;
  padding: 52px 0 23px 0;
}

.object5 label {
  width: 100%;
  height: 90px;
  cursor: pointer;
  display: block;
}

.open-block_object5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  float: left;
}

.object5 {
  MARGIN-BOTTOM: 50PX;
}

@media (max-width: 1440px) {
  .object {
    padding: 0 20px 20px 20px;
  }
}

@media (max-width: 1220px) {
  
  .object1 img {
    top: 45px;
    right: 25px;
    height: 170px;
    width: 170px;
  }
  
  .object1_text, .object1_text1 {
    max-width: 70%
  }
}

@media (max-width: 1024px) {
  .object3_1 {
    width: 100%;
    margin: 0 0 20px 0;
  }
  
  .object {
    padding: 0 20px 20px 20px;
  }
  
  .object3_1_cir {
    margin: 0 10px 10px 30px;
  }
  
  .object1 img {
    height: 170px;
    width: 170px;
  }
}

.object3_1_text {
  padding-top: 0;
  padding-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
}

@media (max-width: 768px) {
  
  .object1_text {
    font-size: 18px;
    line-height: 22px;
  }
  
  .object1_text1 {
    font-size: 12px;
  }
  
  .object1 img {
    top: 30px;
    position: absolute;
    right: 30px;
    height: 75px;
    width: 74px;
  }
  
  .object1_nomain {
    padding: 27px 0 57px 30px;
  }
  
  .object4_1 {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 15px;
  }
}

.object4_1_grey {
  display: grid;
  gap: 10px;
  overflow-wrap: break-word;
}

@media (min-width: 480px) {
  .object4_1_grey {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .object4_1_grey {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .object4_1_grey {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.object4_1_text {
  width: 100%;
  float: none;
}

.object5_detail-text {
  height: auto;
  line-height: 1.3;
}