#main_slide {
  width: 100%;
  height: calc(100vh - 100px);
  max-height: 853px;
  float: left;
  position: relative;
  margin-top: 100px;
}

#main_slide_1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--bg-color);
}

#main_slide_1 h1 {
width: 600px;
    font-size: var(--font-size-1);
    font-weight: 900;
    line-height: calc(var(--font-size-1) * 1.4);
    font-family: Poppins, sans-serif;
    position: absolute;
    top: calc((100% - 700px)/2 + 100px);
    left: 40px;
    text-align: center;
    color: var(--main-text);
}

#main_slide_1 p {
width: 500px;
    font-size: var(--font-size-6);
    line-height: calc(var(--font-size-6) * 1.5);
    font-family: Poppins, sans-serif;
    position: absolute;
    top: calc((100% - 700px)/2 + 280px);
    left: 90px;
    text-align: center;
    color: var(--main-text);
}

#main_slide_1 img {
  height: 700px;
  position: absolute;
  top: calc((100% - 700px)/2);
  right: 40px;
}

#main_slide_1 label {
position: absolute;
    bottom: calc((100% - 700px)/2 + 100px);
    left: 210px;
    padding: 0px 40px;
    border-radius: 20px;
    height: calc(var(--font-size-3) * 2.3);
    line-height: calc(var(--font-size-3) * 2.3);
    font-weight: bold;
    color: var(--bg-color);
    background-color: var(--main-text);
    cursor: pointer;
    z-index: 2;
    display: block;
    font-size: var(--font-size-3);
  box-shadow: none;
  transition: 0.6s color, 0.6s background-color, 0.6s box-shadow;
}

#main_slide_1 label:hover {
  color: var(--main-text);
  background-color: var(--bg-color);
  box-shadow: inset 0px 0px 0px 2px var(--main-text);
}












#main_slide_2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--bg-color);
  z-index: 1;
  opacity: 0;
  display: none;
}







































.main_page_titles {
  width: 100%;
  height: auto;
  line-height: calc(var(--font-size-1) * 1.2);
  font-size: var(--font-size-1);
  color: var(--main-text);
  text-align: center;
  font-weight: 900;
  float: left;
  margin-top: 30px;

}

.main_page_small_titles {
  width: 100%;
  height: auto;
  line-height: calc(var(--font-size-3) * 1.3);
  font-size: var(--font-size-3);
  color: var(--main-text);
  text-align: center;
  margin-top: 30px;
  float: left;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

#working_style {
  width: 100%;
  height: 700px;
  position: relative;
  float: left;
  color: var(--main-text);
}

#working_style_circle {
  height: 600px;
  width: 600px;
  margin: 50px 60px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 3px var(--main-text);
  position: relative;
  rotate: 45deg;
}

#working_style_img {
  height: 250px;
  width: 250px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 3px var(--main-text);
  position: absolute;
  top: 175px;
  left: 175px;
  z-index: 5;
  background-color: var(--bg-color);
  rotate: -45deg;
}

#working_style_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.working_style_box {
  height: 50%;
  width: 50%;
  float: left;
  position: relative;
  box-shadow: none;
  transition: 0.4s box-shadow;
  cursor: pointer;
}

.working_style_box:hover {
  box-shadow: 0px 0px 8px 3px var(--main-text);
  z-index: 1;
}

.working_style_box.hover-effect {
  box-shadow: 0px 0px 8px 3px var(--main-text);
  z-index: 1;
}

.working_style_box h3 {
  display: block;
  width: 60%;
  font-size: var(--font-size-4);
  rotate: -45deg;
  position: absolute;
  text-align: center;
}

#working_style_1 {
  background-color: var(--working_style_1);
}

#working_style_1 h3 {
  top: 122px;
  left: 64px;
}

#working_style_2 {
  background-color: var(--working_style_2);
}

#working_style_2 h3 {
  top: 126px;
  left: 69px;
}

#working_style_3 {
  background-color: var(--working_style_3);
}

#working_style_3 h3 {
  top: 126px;
  left: 69px;
}

#working_style_4 {
  background-color: var(--working_style_4);
}

#working_style_4 h3 {
  top: 127px;
  left: 56px;
}

.working_style_info_box {
  position: absolute;
  right: 50px;
  width: 600px;
  box-shadow: none;
  cursor: pointer;
  background-color: var(--bg-color);
  transition: 0.4s background-color, 0.4s box-shadow;
  border-radius: 5px;
}

.working_style_info_box h3 {
  padding: 10px 20px 5px;
  font-size: var(--font-size-4);
  line-height: calc(var(--font-size-4)*1.3);
  text-align: center;
}

.working_style_info_box p {
  padding: 5px 20px 10px;
  font-size: var(--font-size-6);
  line-height: calc(var(--font-size-6)*1.3);
  text-align: center;
}

#working_style_info_1 {
  top: 75px;
}

#working_style_info_2 {
  top: 225px;
}

#working_style_info_3 {
  top: 375px;
}

#working_style_info_4 {
  top: 525px;
}

.working_style_info_box.hover-effect {
  box-shadow: 0px 0px 6px 2px var(--main-text);
}

.working_style_info_box:hover {
  box-shadow: 0px 0px 4px 1px var(--main-text);
}

#working_style_info_1.hover-effect {
  background-color: var(--working_style_1);
}

#working_style_info_2.hover-effect {
  background-color: var(--working_style_2);
}

#working_style_info_3.hover-effect {
  background-color: var(--working_style_4);
}

#working_style_info_4.hover-effect {
  background-color: var(--working_style_3);
}

#working_style_info_1:hover {
  background-color: var(--working_style_1);
}

#working_style_info_2:hover {
  background-color: var(--working_style_2);
}

#working_style_info_3:hover {
  background-color: var(--working_style_4);
}

#working_style_info_4:hover {
  background-color: var(--working_style_3);
}










#fields {
  width: calc(100% - 80px);
  height: 650px;
  margin: 40px;
}

#fields_info {
  width: calc(50% - 140px);
  height: calc(100% - 160px);
  float: left;
  padding: 80px 70px;
  font-size: var(--font-size-6);
  line-height: var(--font-size-5);
  font-family: cursive;
  color: var(--main-text);
}

#fields_info p {
    text-indent: 30px; 
    padding: 10px 30px;
}

#swiper_box {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper {
  width: 360px;
  height: 480px;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: var(--font-size-5);
  font-weight: bold;
}

.swiper-slide_box {
  width: 360px;
  height: 480px;
  top: 40px;
  border-radius: 15px;
  background-color: var(--main-text-2);
}

.swiper-slide_box img{
  width: 250px;
  margin: 40px 55px 10px;
  object-fit: cover;
  border-radius: 15px 15px 0px 0px;
  float: left;
}

.swiper-slide_box h2 {
  width: 80%;
  min-height: calc(var(--font-size-2) * 1.05);
  margin: 20px 10%;
  line-height: calc(var(--font-size-2) * 1.05);
  font-size: var(--font-size-2);
  text-align: center;
  float: left;
  color: var(--main-text);
  font-weight: 900;
}

.swiper-slide_box a{
  left: 80px;
  height: 20px;
  bottom: 10px;
  display: block;
  position: absolute;
  line-height: var(--font-size-5);
  font-size: var(--font-size-6);
  text-align: center;
  float: left;
  font-weight: bold;
  padding: 15px;
  color: var(--bg-color);
}

.swiper-slide_box a i{
    width: 16px;
    height: 16px;
    color: var(--bg-color);
    float: right;
    border-radius: 0px;
    padding: 2px 15px 0px 5px;
    transition: 0.5s padding;
}

.swiper-slide_box a:hover i {
    padding: 2px 0px 0px 20px;
}

#awaits_you {
  width: calc(100% - 220px);
  height: 470px;
  margin: 50px 110px 40px;
  float: left;
}

.awaits_you_blocks {
  width: 131px;
  height: 100%;
  border-radius: 20px;
  margin-right: 20px;
  background-color: var(--main-text);
  float: left;
  transition: 1s width;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.awaits_you_blocks:last-child {
  margin-right: 0px;
}

.awaits_you_input {
  display: none;
}

.awaits_you_input:checked + .awaits_you_blocks {
  width: 616px;
  cursor: default;
}

.awaits_you_input:checked + .awaits_you_block_1 {
  background-color: var(--awaits-you_1);
}

.awaits_you_input:checked + .awaits_you_block_2 {
  background-color: var(--awaits-you_2);
}

.awaits_you_input:checked + .awaits_you_block_3 {
  background-color: var(--awaits-you_3);
}

.awaits_you_input:checked + .awaits_you_block_4 {
  background-color: var(--awaits-you_4);
}

.awaits_you_input:checked + .awaits_you_block_5 {
  background-color: var(--awaits-you_5);
}

.awaits_you_blocks h2 {
  color: var(--bg-color);
  font-size: var(--font-size-5);
  width: 360px;
  position: absolute;
  transform: rotate(90deg);
  display: block;
  left: -115px;
  top: 195px;
  z-index: 2;
  transition: 0.5s 1s color;
}

.awaits_you_input:checked + .awaits_you_blocks h2{
  color: transparent;
  transition: 0s color;
}

.awaits_you_blocks img {
  height: 75%;
  object-fit: cover;
  opacity: 0;
  z-index: 1;
  right: 0px;
  bottom: 0px;
  position: absolute;
  transition: 0s opacity;
}

.awaits_you_input:checked + .awaits_you_blocks img{
  opacity: 1;
  transition: 0.5s 1s opacity;
}

.awaits_you_blocks h1 {
  color: var(--bg-color);
  font-size: var(--font-size-3);
  width: calc(100% - 40px);
  padding: 20px;
  float: left;
  z-index: 2;
  opacity: 0;
  transition: 0s opacity;
}

.awaits_you_input:checked + .awaits_you_blocks h1{
  opacity: 1;
  transition: 0.5s 1s opacity;
}

.awaits_you_blocks p {
  color: var(--bg-color);
  font-size: var(--font-size-6);
  width: calc(100% - 40px);
  padding: 0px 20px;
  float: left;
  z-index: 2;
  opacity: 0;
  transition: 0s opacity;
}

.awaits_you_input:checked + .awaits_you_blocks p{
  opacity: 1;
  transition: 0.5s 1s opacity;
}

.logos {
  width: 100%;
  overflow: hidden;
  padding: 40px 0px;
  background: white;
  white-space: nowrap;
  position: relative;
  float: left;
  background-color: var(--bg-color);
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(254, 229, 222, 0), var(--bg-color));
}

.logos:after {
  left: calc(100vw - 150px);
  background: linear-gradient(to right, rgba(254, 229, 222, 0), var(--bg-color));
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 20s slide infinite linear;
}

.logos-slide img {
  height: 60px;
  margin: 0 20px;
}

#contact_block {
  width: 100%;
  height: calc(100vh - 553px);
  min-height: 355px;
  position: relative;
  float: left;
  background-color: var(--main-text);
}

#contact_block h1 {
  width: calc(100% - 500px);
  font-size: var(--font-size-1);
  line-height: calc(var(--font-size-1) + 20px);
  text-align: center;
  padding: 60px 250px;
  z-index: 2;
  display: block;
  position: relative;
  font-weight: 900;
  color: var(--bg-color);
}

#contact_block label {
  padding: 0px 35px;
  border-radius: 30px;
  height: calc(var(--font-size-3) * 2.3);
  line-height: calc(var(--font-size-3) * 2.3);
  font-weight: bold;
  color: var(--main-text);
  background-color: var(--bg-color);
  cursor: pointer;
  z-index: 2;
  display: block;
  position: absolute;
  float: left;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: var(--font-size-3);
  box-shadow: none;
  transition: 0.6s color, 0.6s background-color, 0.6s box-shadow;
}

#contact_block label:hover {
  color: var(--bg-color);
  background-color: var(--main-text);
  box-shadow: inset 0px 0px 0px 2px var(--bg-color);
}





























@media (max-width: 1700px) {

  #main_slide_1 img {
    right: -40px;
  }

  #main_slide_1 label {
      left: 245px;
  }

.working_style_info_box {
  right: 30px;
}

  #awaits_you {
    width: calc(100% - 140px);
    margin: 50px 70px 40px;
  }

  .logos {
    padding: 30px 0px;
  }

  .logos-slide img {
    height: 50px;
    margin: 0 15px;
  }

}








@media (max-width: 1440px) {

#working_style {
  width: 100%;
  height: 700px;
  position: relative;
  float: left;
}

#working_style_circle {
  margin: 50px 30px;
}

.working_style_info_box {
  right: 20px;
  width: 550px;
}

  #awaits_you {
    width: calc(100% - 120px);
    height: 470px;
    margin: 30px 60px 20px;
  }

.awaits_you_blocks {
  width: 120px;
  margin-right: 16px;
}

.awaits_you_blocks h2 {
  left: -119px;
}

#contact_block {
  min-height: 340px;
}
}








@media (max-width: 1280px) {

  #main_slide_1 h1 {
    width: 500px;
}

  #main_slide_1 p {
    width: 380px;
}

    #main_slide_1 label {
        left: 192px;
    }

#main_slide_1 img {
    height: 600px;
}

#fields {
    width: calc(100% - 40px);
    height: 500px;
    margin: 20px;
}

.swiper {
    width: 270px;
    height: 360px;
}

.swiper-slide_box {
  width: 270px;
  height: 360px;
}

.swiper-slide_box a{
  left: 50px;
}

.swiper-slide_box img {
    width: 180px;
    margin: 25px 45px 10px;
}

.swiper-slide_box h2 {
  width: 90%;
  margin: 15px 5%;
}

#fields_info {
    width: calc(50% - 60px);
    height: calc(100% - 80px);
    padding: 40px 30px;
}

#working_style {
  height: 580px;
}

#working_style_circle {
  height: 500px;
  width: 500px;
  margin: 40px 30px;
}

#working_style_img {
  height: 200px;
  width: 200px;
  top: 150px;
  left: 150px;
}

#working_style_1 h3 {
  top: 105px;
  left: 59px;
}

#working_style_2 h3 {
  top: 102px;
  left: 54px;
}

#working_style_3 h3 {
  top: 102px;
  left: 54px;
}

#working_style_4 h3 {
  top: 105px;
  left: 45px;
}

.working_style_info_box {
  right: 10px;
  width: 450px;
}

.working_style_info_box h3 {
  padding: 10px 10px 5px;
}

.working_style_info_box p {
  padding: 0px 10px 10px;
}

#working_style_info_1 {
  top: 35px;
}

#working_style_info_2 {
  top: 170px;
}

#working_style_info_3 {
  top: 305px;
}

#working_style_info_4 {
  top: 440px;
}

  #awaits_you {
    width: calc(100% - 120px);
    height: 400px;
    margin: 30px 60px 20px;
  }

.awaits_you_blocks {
  width: 91px;
  margin-right: 10px;
}

.awaits_you_input:checked + .awaits_you_blocks {
    width: 500px;
}

.awaits_you_blocks h2 {
  left: -135px;
}

.awaits_you_blocks img {
    height: 70%;
}

#contact_block {
  min-height: 320px;
}
}










@media (max-width: 1024px) {

  #main_slide_1 h1 {
    width: 350px;
    left: 20px;
}

  #main_slide_1 p {
    width: 320px;
    left: 40px;
}

    #main_slide_1 label {
        left: 120px;
    }

#main_slide_1 img {
    height: 460px;
}

.main_page_titles {
    width: calc(100% - 80px);
    padding: 0px 40px;
}

.main_page_small_titles {
    width: calc(100% - 200px);
    padding: 0px 100px;
}

#fields {
    width: calc(100% - 40px);
    height: 400px;
    margin: 20px;
}

.swiper {
    width: 210px;
    height: 280px;
}

.swiper-slide_box {
  width: 210px;
  height: 280px;
}

.swiper-slide_box a{
  left: 30px;
  bottom: 5px;
  padding: 5px;
}

.swiper-slide_box img {
    width: 140px;
    margin: 20px 35px 0px;
}

.swiper-slide_box h2 {
  margin: 0px 5%;
}

#fields_info {
    width: 50%;
    height: calc(100% - 40px);
    padding: 20px 0px;
}

#fields_info p {
    padding: 10px;
}

#working_style {
  height: 710px;
}

#working_style_circle {
  height: 420px;
  width: 420px;
  margin: 40px 170px;
}

#working_style_img {
  height: 170px;
  width: 170px;
  top: 125px;
  left: 125px;
}

#working_style_1 h3 {
  top: 92px;
  left: 50px;
}

#working_style_2 h3 {
  top: 90px;
  left: 46px;
}

#working_style_3 h3 {
  top: 90px;
  left: 46px;
}

#working_style_4 h3 {
  top: 89px;
  left: 37px;
}

.working_style_info_box {
  width: 350px;
}

.working_style_info_box h3 {
  padding: 10px 10px 5px;
}

.working_style_info_box p {
  padding: 0px 10px 10px;
}

#working_style_info_1 {
  top: 495px;
  right: auto;
  left: 20px;
}

#working_style_info_2 {
  top: 495px;
  right: 20px;
}

#working_style_info_3 {
  top: 600px;
  right: auto;
  left: 20px;
}

#working_style_info_4 {
  top: 600px;
  right: 20px;
}

  #awaits_you {
    width: calc(100% - 60px);
    height: 300px;
    margin: 20px 30px 10px;
  }

.awaits_you_blocks {
  width: 65px;
  margin-right: 10px;
}

.awaits_you_input:checked + .awaits_you_blocks {
    width: 400px;
}

.awaits_you_blocks h2 {
  left: -150px;
}

.awaits_you_blocks h1 {
    width: calc(100% - 30px);
    padding: 15px 15px 5px;
}

.awaits_you_blocks p {
    width: calc(100% - 30px);
    padding: 0px 15px;
}

.awaits_you_blocks img {
    height: 70%;
}

#contact_block {
  min-height: 220px;
  max-height: 275px;
}

#contact_block h1 {
    width: calc(100% - 300px);
    line-height: calc(var(--font-size-1) + 10px);
    padding: 30px 150px;
}
}









@media (max-width: 768px) {

  #main_slide {
    height: calc(100vh - 60px);
    max-height: 420px;
    margin-top: 60px;
}

  #main_slide_1 h1 {
    width: 420px;
    padding: 0px 20px;
    left: 0px;
    z-index: 2;
    top: 40px;
    text-shadow: 0px 0px 4px var(--bg-color);
}

  #main_slide_1 p {
    display: none;
}

#main_slide_1 label {
    bottom: auto;
    top: 328px;
    left: 175px;
    padding: 0px 20px;
    border-radius: 10px;
}

#main_slide_1 img {
  width: 460px;
    height: auto;
    top: -5px;
    right: 0px;
    z-index: 1;
    opacity: 0.8;
}

.main_page_titles {
    width: calc(100% - 40px);
    padding: 0px 20px;
    margin-top: 15px;
}

.main_page_small_titles {
    width: calc(100% - 40px);
    padding: 0px 20px;
    margin-top: 15px;
}

#fields {
    width: calc(100% - 40px);
    height: 340px;
    margin: 20px;
}

#fields + .main_page_titles {
  display: none;
}

.swiper {
    width: 210px;
    height: 280px;
}

.swiper-slide_box {
  width: 210px;
  height: 280px;
}

.swiper-slide_box a{
  left: 35px;
  bottom: 5px;
  padding: 5px;
}

.swiper-slide_box a i{
    padding: 1px 15px 0px 5px;
}

.swiper-slide_box a:hover i {
    padding: 1px 5px 0px 15px;
}

.swiper-slide_box img {
    width: 150px;
    margin: 20px 30px 0px;
}

.swiper-slide_box h2 {
  margin: 10px 5%;
  width: 90%;
}

#fields_info {
    display: none;
}

#swiper_box {
    width: 100%;
}

#working_style {
  height: 770px;
}

#working_style_circle {
  height: 320px;
  width: 320px;
  margin: 30px calc(50% - 160px);
}

#working_style_img {
  height: 120px;
  width: 120px;
  top: 100px;
  left: 100px;
}

#working_style_1 h3 {
  top: 67px;
  left: 36px;
}

#working_style_2 h3 {
  top: 63px;
  left: 35px;
}

#working_style_3 h3 {
  top: 63px;
  left: 35px;
}

#working_style_4 h3 {
  top: 66px;
  left: 28px;
}

.working_style_info_box {
  width: 320px;
}

.working_style_info_box h3 {
  padding: 10px 5px 5px;
}

.working_style_info_box p {
  padding: 0px 5px 10px;
}

#working_style_info_1 {
  top: 370px;
  right: auto;
  left: calc(50% - 160px);
}

#working_style_info_2 {
  top: 470px;
  right: calc(50% - 160px);
}

#working_style_info_3 {
  top: 570px;
  right: auto;
  left: calc(50% - 160px);
}

#working_style_info_4 {
  top: 670px;
  right: calc(50% - 160px);
}

  #awaits_you {
    display: none;
  }

.logos {
  padding: 10px 0px;
}

.logos:before,
.logos:after {
  width: 50px;
}

.logos:after {
  left: calc(100vw - 50px);
}

.logos-slide {
  animation: 30s slide infinite linear;
}

.logos-slide img {
  height: 30px;
  margin: 0 15px;
}

#contact_block {
  min-height: 190px;
  max-height: 185px;
}

#contact_block h1 {
    width: calc(100% - 60px);
    line-height: calc(var(--font-size-2) + 6px);
    padding: 20px 30px;
    font-size: var(--font-size-2);
}
}












@media (max-width: 480px) {

  #main_slide {
    height: calc(100vh - 60px);
    max-height: 370px;
    margin-top: 60px;
}

  #main_slide_1 h1 {
    width: 320px;
    padding: 0px calc(50% - 160px);
    left: 0px;
    z-index: 2;
    top: 40px;
    text-shadow: 0px 0px 4px var(--bg-color);
}

  #main_slide_1 p {
    display: none;
}

#main_slide_1 label {
    bottom: auto;
    top: 280px;
    left: calc(50% - 44px);
    padding: 0px 15px;
    border-radius: 10px;
}

#main_slide_1 img {
  width: 380px;
    height: auto;
    top: 10px;
    right: calc(50% - 190px);
    z-index: 1;
    opacity: 0.8;
}

.main_page_titles {
    width: calc(100% - 20px);
    padding: 0px 10px;
    margin-top: 10px;
}

.main_page_small_titles {
    width: calc(100% - 20px);
    padding: 0px 10px;
    margin-top: 10px;
}

#fields {
    width: calc(100% - 40px);
    height: 340px;
    margin: 20px;
}

#fields + .main_page_titles {
  display: none;
}

.swiper {
    width: 210px;
    height: 280px;
}

.swiper-slide_box {
  width: 210px;
  height: 280px;
}

.swiper-slide_box a{
  left: 40px;
  bottom: 5px;
  padding: 5px;
}

.swiper-slide_box img {
    width: 150px;
    margin: 20px 30px 0px;
}

.swiper-slide_box h2 {
  margin: 15px 5%;
}

#fields_info {
    display: none;
}

#swiper_box {
    width: 100%;
}

#working_style {
  height: 730px;
}

#working_style_circle {
  height: 320px;
  width: 320px;
  margin: 30px calc(50% - 160px);
}

#working_style_img {
  height: 120px;
  width: 120px;
  top: 100px;
  left: 100px;
}

#working_style_1 h3 {
  top: 67px;
  left: 36px;
}

#working_style_2 h3 {
  top: 63px;
  left: 35px;
}

#working_style_3 h3 {
  top: 63px;
  left: 35px;
}

#working_style_4 h3 {
  top: 66px;
  left: 28px;
}

.working_style_info_box {
  width: 320px;
}

.working_style_info_box h3 {
  padding: 10px 5px 5px;
}

.working_style_info_box p {
  padding: 0px 5px 10px;
}

#working_style_info_1 {
  top: 365px;
  right: auto;
  left: calc(50% - 160px);
}

#working_style_info_2 {
  top: 455px;
  right: calc(50% - 160px);
}

#working_style_info_3 {
  top: 545px;
  right: auto;
  left: calc(50% - 160px);
}

#working_style_info_4 {
  top: 635px;
  right: calc(50% - 160px);
}

  #awaits_you {
    display: none;
  }

.logos {
  padding: 10px 0px;
}

.logos:before,
.logos:after {
  width: 50px;
}

.logos:after {
  left: calc(100vw - 50px);
}

.logos-slide {
  animation: 30s slide infinite linear;
}

.logos-slide img {
  height: 30px;
  margin: 0 15px;
}

#contact_block {
  min-height: 190px;
  max-height: 185px;
}

#contact_block h1 {
    width: calc(100% - 60px);
    line-height: calc(var(--font-size-2) + 6px);
    padding: 20px 30px;
    font-size: var(--font-size-2);
}
}