*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    background-color: transparent;
    outline: none;
}
body {
  background: #161617; 
  background-image: url(../img/background.svg);
  background-repeat: no-repeat;
  background-position: center;
}


a {
  text-decoration: none;
}

.main_container {
 
  position: relative;
  z-index: 0;
    
}




.timeline-container {
  display: flex;
  justify-content: center;
  
  margin: 0 auto;
  
}
.timeline-container .vertical-scrollable-timeline {
  max-width: 1440px;
  list-style-type: none;
  padding: 0 120px 120px 120px;
  margin: 0 auto;
}
.timeline-container .vertical-scrollable-timeline li {
  position: relative;
  padding: 35px 0px 50px 110px;
}
.timeline-container .vertical-scrollable-timeline li:last-child {
  margin-bottom: 0;
}


.timeline-container .vertical-scrollable-timeline li p:last-child {
  margin-bottom: 0;
}
.timeline-container .vertical-scrollable-timeline li .icon-holder {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #5D7C76 0%, #0A3028 100%);
  border-radius: 50%;
  z-index: 1;
  transition: 0.4s all;
  border-radius: 20px;
  width: 26px;
height: 45px;
flex-shrink: 0;
border: 1.5px solid;
}
.timeline-container .vertical-scrollable-timeline li .icon-holder::before {
  content: "";
  position: absolute;
  z-index: -1;
  transition: 0.4s all;
  width: 20px;
  height: 39px;
  flex-shrink: 0;
  border-radius: 20px;
  background: linear-gradient(180deg, #5D7C76 0%, #0A3028 100%);



  border: 3px solid;
}
.timeline-container .vertical-scrollable-timeline li .icon-holder i {
  font-size: 25px;
  color: #fff;
}
.timeline-container .vertical-scrollable-timeline li::after {
  content: "";
  position: absolute;
  height: 0;
  width: 1.5px;
  background-color: rgba(46, 236, 197, 1);
  left: 11px;
  top: 34px;
  z-index: 0;
  transition: 1.5s all;
 


}
.timeline-container .vertical-scrollable-timeline li::before {
  content: "";
  position: absolute;
  height: 850px;
  width: 2.5px;
  background: linear-gradient(150deg, rgba(46, 236, 197, 0.00) 0%, rgba(46, 236, 197, 0.50) 43.69%, rgba(46, 236, 197, 0.07) 92.19%, rgba(255, 177, 177, 0.00) 100%);
  left: 11px;
  z-index: 0;
  top: -115px;
  
}
.timeline-container .vertical-scrollable-timeline .block_4::before {
  content: "";
  position: absolute;
  height: 750px;
  width: 2.5px;
  background: linear-gradient(150deg, rgba(46, 236, 197, 0.00) 0%, rgba(46, 236, 197, 0.50) 43.69%, rgba(46, 236, 197, 0.07) 92.19%, rgba(255, 177, 177, 0.00) 100%);
  left: 11px;
  z-index: 0;
  top: -55px;
}
.timeline-container .vertical-scrollable-timeline li:last-child::before {
  content: unset;
}
.timeline-container .vertical-scrollable-timeline li.active .icon-holder {
  border-radius: 20px;
  width: 26px;
height: 45px;
flex-shrink: 0;
border: 1.5px solid;
background: linear-gradient(180deg, #B5FEEF 0%, #22A98D 100%);



}
.timeline-container .vertical-scrollable-timeline li.active .icon-holder::before {
  background: linear-gradient(180deg, #B5FEEF 0%, #22A98D 100%);
}
.timeline-container .vertical-scrollable-timeline li.active::after {
  height: 480px;
}
.timeline-container .vertical-scrollable-timeline li.active:last-child::after {
  content: unset;
}
.icon_num {
  font-family: 'Montserrat', sans-serif;;
  font-size: 25px;
  font-style: italic;
  font-weight: 100;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  background: linear-gradient(91.2deg, #B5FEEF 10.31%, #2EECC5 165.09%);
  -webkit-background-clip: text;
  
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: -47px;
}

.icon_num_non_active {
  font-family: 'Montserrat', sans-serif;;
  font-size: 25px;
  font-style: italic;
  font-weight: 100;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  background: linear-gradient(149deg, rgba(181, 254, 239, 0.50) 0%, rgba(46, 236, 197, 0.50) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: -47px;


}
.slogan {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 79px;
  letter-spacing: 0em;
  text-align: left;
  background: linear-gradient(91.2deg, #B5FEEF 10.31%, #2EECC5 165.09%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 980px;
  margin-top: 50px;
 


}
.header {
  height: 171px;
}
.slogan_title {
  font-family: 'Montserrat', sans-serif;
  font-size: 31px;
  font-weight: 300;
  line-height: 51px;
  letter-spacing: 0em;
  text-align: left;
  background: linear-gradient(91.2deg, #B5FEEF 10.31%, #2EECC5 165.09%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slogan_txt {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 0.65);
  width: 499px;
  margin-top: 50px;
  margin-bottom: 50px;


}
.button {
  width: 150px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 41px;
  border: 1.5px solid #2EECC5;
  background: rgba(46, 236, 197, 0.10);
  display: block;
  color: #FFF;
  font-family: 'Montserrat';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 14px 13px 14px 0px;
  text-align: center;
  vertical-align: middle;
  
}
.button::after {
  content: "";
  background-image: url(../img/arrow_right.svg);
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  display: block;
  top: -14px;
  position: relative;
  left: 115px;
}

.button:hover {
  background-image: linear-gradient(270deg, rgba(46, 236, 197, 0) 0%, rgba(46, 236, 197, 0.5) 43.69%, rgba(46, 236, 197, 0.0693742) 92.19%, rgba(255, 177, 177, 0) 100%);
  animation:slidebg 5s linear infinite;
  border: 1.5px solid white;
  transform: scale(0.98);




}

.slogan_button {
  display: flex;
}
.slogan_button_txt {
  color: rgba(255, 255, 255, 0.40);
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 14px 0 15px 30px;
 
}
.slogan_button_txt:hover {
  color: white;
 
}
.dot_1, .dot_2, .dot_3, .dot_4 {
  position: absolute;

  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #5D7C76 0%, #0A3028 100%);
  border-radius: 50%;
  z-index: 1;
  transition: 0.4s all;
  border-radius: 20px;
  width: 26px;
  height: 45px;
  flex-shrink: 0;
  border: 1.5px solid;
}

.dot_1 {
  left: 0;
  top: 480px;
}
.dot_1::before, .dot_2::before, .dot_3::before, .dot_4::before {
  content: "";
    position: absolute;
    z-index: -1;
    transition: 0.4s all;
    width: 20px;
    height: 39px;
    flex-shrink: 0;
    border-radius: 20px;
    background: linear-gradient(180deg, #5D7C76 0%, #0A3028 100%);
    border: 3px solid;
}
.block_1 {
  height: 660px;

}

.dot_2 {
  left: 0;
  top: 540px;

}
.dot_3 {
  left: 0;
  top: 600px;
}
.dot_4 {
  left: 0;
  top: 660px;
}
.line {
  margin: 90px 0 50px 0;
  z-index: 1;
  position: relative;
}
.slogan_block {
  display: flex;
  height: 400px;
 
  
}


.img_men {
  position: absolute;
  width: 700px;
  height: 758px;
  top: 3px;
  left: 615px;
}

a.dot_1, a.dot_1::before,
a.dot_2, a.dot_2::before,
a.dot_3, a.dot_3::before,
a.dot_4, a.dot_4::before {
  text-decoration: none;
  color: black;
}
a.dot_1:hover, a.dot_2:hover,
a.dot_3:hover, a.dot_4:hover {
  background: linear-gradient(180deg, #22A98D 100%, #B5FEEF 0% );
}


.block_title {
  font-family: 'Montserrat', sans-serif;
  font-size: 41px;
  font-weight: 400;
  line-height: 61px;
  letter-spacing: 0em;
  text-align: left;
  background: linear-gradient(91.2deg, #B5FEEF 10.31%, #2EECC5 165.09%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 29px;
}
.block_text {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 0.65);
  width: 502px;
  margin-bottom: 13px;
  margin-top: 13px;

}
.block_2_header {
  display: flex;
  justify-content: space-between;
}
.card_title {
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 32px;


}
.block_2_card {
  width: 350px;
  height: 350px;
  border-radius: 6px;
  background: linear-gradient(140deg, #527791 0%, #325597 51.98%, #193895 92.79%);
  box-shadow: 0px 0px 150px 0px rgba(59, 95, 150, 0.35);
  padding: 40px 45px;
  position: relative;
  top: -35px;
  order: 2;

}
.card_info {
  color: rgba(255, 255, 255, 0.90);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 25.5px */
}

.block_2_card img {
     width: 131px;
    height: 131px;
    display: block;
        left: 175px;
    position: relative;
    top: 10px;
}
.portfolio_button {
  width: 150px;
  height: 57px;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1.5px solid #2EECC5;
  background-color: #161617;
  box-shadow: 0px 0px 38px 0px rgba(46, 236, 197, 0.20);
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 16px 43px 16px 43px;
  display: block;
  position: relative;
  margin-top: 30px;
 
  
}
.portfolio_button:hover {
  background-image: linear-gradient(270deg, rgba(46, 236, 197, 0) 0%, rgba(46, 236, 197, 0.5) 43.69%, rgba(46, 236, 197, 0.0693742) 92.19%, rgba(255, 177, 177, 0) 100%);
    animation: slidebg 5s linear infinite;
    border: 1.5px solid white;
   transform: scale(0.98);
   transform: translate(7px,7px)

}
.portfolio_button:hover::after {
  border: none;
}

.line img {
  width: 1440px;
  height: 5px;
}
.portfolio_button::after {
  z-index: -1;
   width: 150px;
  height: 57px;
  position: absolute;
  content: "";
  border-radius: 4px;
  border: 1.5px solid rgba(46, 236, 197, 0.40);
  left: 7px;
  top:7px;
}
.black {
  border-radius: 6px;
  background: linear-gradient(140deg, #303134 0%, #282828 51.98%, #282828 92.79%);
  box-shadow: 0px 0px 80px 0px rgba(44, 44, 45, 0.35);
}
.card_block {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.block_2_card .card_block_img1 {
  width: 130px;
  height: 123px;
  top: -3px;
}
.timeline-container .vertical-scrollable-timeline .block_2.active::after {
    height: 580px;
}
.timeline-container .vertical-scrollable-timeline .block_2::before {
  content: "";
  position: absolute;
  height: 1000px;
  width: 2.5px;
  background: linear-gradient(150deg, rgba(46, 236, 197, 0.00) 0%, rgba(46, 236, 197, 0.50) 43.69%, rgba(46, 236, 197, 0.07) 92.19%, rgba(255, 177, 177, 0.00) 100%);
  left: 11px;
  z-index: 0;
  top: -115px;
}
.block_2_card .card_block_img2 {
  width: 102px;
  height: 123px;
  top: -3px;
  left: 203px;

}
.block_2_card .card_block_img3 {
  width: 119px;
  height: 123px;
  top: 18px;
  left: 186px;
}
.block_2 .dot_1 {
  top: 580px;
}
.block_2 .dot_2 {
  top: 640px;
}
.block_2 .dot_3 {
  top: 700px;
}
.block_2 {
  margin-bottom: 290px;
  height: 698px;
  margin-top: 100px;
}
.block_3_title {
  width: 395px;
}
.block_3_title .block_text {
  width: 395px;
}
.block_3_slider {
  display: flex;
}
.slider_button {
  width: 150px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 49px;
  border: 1.5px solid #2EECC5;
  background: rgba(46, 236, 197, 0.10);
  box-shadow: 0px 0px 37px 0px rgba(46, 236, 197, 0.20);
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  padding: 14px 8px;
  margin-top: 41px;
}
.slider_button:hover {
  background-image: linear-gradient(270deg, rgba(46, 236, 197, 0) 0%, rgba(46, 236, 197, 0.5) 43.69%, rgba(46, 236, 197, 0.0693742) 92.19%, rgba(255, 177, 177, 0) 100%);
    animation: slidebg 5s linear infinite;
    border: 1.5px solid white;
   transform: scale(0.98);
}

.block_3 {
  height: 550px;
}
.block_3 .dot_1 {
  top: 350px ;
}
.block_3 .dot_2 {
  top: 410px;
}
.timeline-container .vertical-scrollable-timeline .block_3.active::after {
  height: 350px;
}
.timeline-container .vertical-scrollable-timeline .block_3::before {
  height: 630px;
}
.timeline-container .vertical-scrollable-timeline .block_5.active .icon-holder  {
  display: none;
}
.timeline-container .vertical-scrollable-timeline .block_5 .icon-holder  {
  display: none;
}
.title_block_4 {
  text-align: center;
 
}

.timeline-container .vertical-scrollable-timeline .block_4 {
  padding: 35px 110px 50px 110px;
}

.contacts_block {
  width: 100%;
  background-image: url(../img/background_contacts.svg);
  background-repeat: no-repeat;
  height: 458px;
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
  

}
.block_4 {
  height: 700px;
}
.block_4_slider .block_slider {
  height: 500px;
}
.contacts {
  max-width: 1090px;
  margin: 0 auto;
  padding: 45px 110px 45px 110px;
}
.success {
  color: #FFF;
font-family: 'Montserrat', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-align: center;
width: 300px;
margin-top: 60px;
border: 2px solid #2EECC5;
padding: 15px 20px 15px 20px;

}
.fail {
  color: yellowgreen;
font-family: 'Montserrat', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-align: center;
width: 300px;
margin-top: 60px;
border: 2px solid #2EECC5;
padding: 15px 20px 15px 20px;
}
.field_contacts {
  display: flex;
  flex-wrap: wrap;
  width: 670px;
}
.contacts_block img {
  position: absolute;
  right: 0;
  top: -30px;
}
.input_title {
  width: 300px;
  color: rgba(255, 255, 255, 0.70);
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 153.8%; /* 26.146px */
  margin-bottom: 4px;
  margin-top: 19px;
  margin-right: 35px;
}
.putName_for_contacts, .putEmail_for_contacts,
.putPhone_for_contacts, .putBudget_for_contacts,
.text_field {
  width: 300px;
  border-radius: 41px;
  border: 1.5px solid rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.10);
  box-shadow: 0px 0px 38px 0px rgba(255, 255, 255, 0.05);
  height: 50px;
  margin-right: 35px;
  color: rgba(181, 254, 239, 1);
  padding-left: 15px;
}
.field_contacts div {
  width: 300px;
  margin-right: 35px;
}
textarea {
  resize:none;
}

.contacts_title {
  margin-bottom: 13px;
}
.button_for_contacts {
  border-radius: 41px;
border: 1.5px solid #2EECC5;
background: rgba(46, 236, 197, 0.10);
box-shadow: 0px 0px 38px 0px rgba(255, 255, 255, 0.05);
width: 154px;
height: 52px;
flex-shrink: 0;
color: #FFF;
font-family: 'Montserrat';
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 153.8%; /* 26.146px */
margin-top: 44px;
}
.button_for_contacts:hover {
  background-image: linear-gradient(270deg, rgba(46, 236, 197, 0) 0%, rgba(46, 236, 197, 0.5) 43.69%, rgba(46, 236, 197, 0.0693742) 92.19%, rgba(255, 177, 177, 0) 100%);
    animation: slidebg 5s linear infinite;
    border: 1.5px solid white;
   transform: scale(0.98);
}

.putName_for_contacts:hover, .putEmail_for_contacts:hover,
.putPhone_for_contacts:hover, .putBudget_for_contacts:hover,
.text_field:hover {
  border: 2px solid rgba(46, 236, 197, 0.5);
}

.putName_for_contacts:active, .putEmail_for_contacts:active,
.putPhone_for_contacts:active, .putBudget_for_contacts:active,
.text_field:active {
border: 2px solid #2EECC5;
}
.footer_header {
 
  margin: 70px auto 0 auto;
  background-image: url(../img/stars.svg);
  background-repeat: no-repeat;
  background-size: 421px 130px;
  background-position: center;
  width: 421px;
  height: 130px;
}
.social_block {
  display: flex;
  justify-content: space-between;
  width: 421px;
  margin: 71px auto;
  position: relative;
}
.svg_hover_be {
  position: absolute;
  z-index: 1;
  left: -16px;
  opacity: 1;
  top: -16px;
  width: 121.5px;
  height: 121.5px;
  display: none;
}
  


.icon_be_svg  {
  position: relative;
  z-index: 2;
  opacity: 1;
  width: 90px;
  height: 90px;
}
.icon_telegram_svg {
  position: relative;
  z-index: 2;
  opacity: 1;
  width: 96px;
  height: 96px;
}
.icon_be_svg:hover path:first-child {
  fill: none;
}
.icon_telegram_svg:hover path:first-child {
  fill: none;
}

.icon_be_svg:hover, .icon_telegram_svg:hover, .icon_gmail_svg:hover {
transform: scale(1.35, 1.35);
}
.svg_hover_telegram {
  position: absolute;
  z-index: 1;
  left: 149px;
  opacity: 1;
  top: -16px;
  width: 121.5px;
  height: 121.5px;
  display: none;
}
.icon_gmail_svg {
  position: relative;
  z-index: 2;
  opacity: 1;
  width: 90px;
  height: 90px;
}

.icon_be, .icon_telegram, .icon_gmail {
  width: 140px;
}
.icon_gmail {
  text-align: end;
}
.icon_telegram {
  text-align: center;
}
.icon_gmail_svg:hover circle:nth-child(2){
  fill: none;
}

.svg_hover_gmail {
  position: absolute;
  z-index: 1;
  left: 315px;
  opacity: 1;
  top: -16px;
  width: 121.5px;
  height: 121.5px;
  display: none;
}
.copyright_text {
  color: rgba(255, 255, 255, 0.70);
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 105.6%; /* 15.84px */
  text-align: center;
  margin-bottom: 15px;
}
.policy {
  color: rgba(255, 255, 255, 0.40);
text-align: center;
font-family: 'Montserrat', sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 105.6%; /* 13.728px */
margin-bottom: 35px;
}

.phone_img {
  display: block;
}
.phone_img_small {
  display: none;
}
.phone_block {
  order: 2;
}
.block_2_title{
  order: 1;
}
.block_portfolio {
  width: 980px;
  margin: 0 auto;
  text-align: center;
}
.portfolio_item {
  margin: 45px 45px;
    width: 569px;
    height: 365px;
    border-radius: 6px;
    border: 1px solid rgba(46, 236, 197, 0.50);
    background: rgba(46, 236, 197, 0.05);
    box-shadow: 0px 0px 106px 0px rgba(46, 236, 197, 0.10);
}
.portfolio_items_block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.portfolio_item:last-child {
  margin-bottom: 90px;
}

@media(max-width:1360px) {
  .timeline-container .vertical-scrollable-timeline li::before {
    left: 81px;
  }
  .timeline-container .vertical-scrollable-timeline li::after{
    left: 81px;
  }
  .timeline-container .vertical-scrollable-timeline li .icon-holder {
    left: 70px;
  }
  .dot_1, .dot_2, .dot_3, .dot_4 {
    left: 70px;
  }
  .line img {
    width: 1300px;
  }
  .timeline-container .vertical-scrollable-timeline .block_2::before {
    left: 81px;
  }
  .timeline-container .vertical-scrollable-timeline .block_4::before {
    left: 81px;
  }
  .timeline-container .vertical-scrollable-timeline li {
   
    padding: 35px 0px 50px 170px;
  
}
.block_2_card {
  width: 300px;
  padding: 25px 25px;
}
.block_2_card img {
  width: 112px;
  height: 112px;
  display: block;
  left: 163px;
  position: relative;
  top: 42px;
}
.block_2_card .card_block_img1 {
  width: 111px;
  height: 103px;
  top: 11px;
}
.block_2_card .card_block_img2 {
  width: 85px;
  height: 103px;
  top: 30px;
  left: 188px;
}
.block_2_card .card_block_img3 {
  width: 97px;
  height: 103px;
  top: 53px;
  left: 179px;
}
}
@media(max-width:1250px) {
  .block_2 {
    width: 1100px;
  }
  .line img {
    width: 1250px;
  }
  .contacts {
    padding: 45px 30px 45px 30px;
  }
}
  @media(max-width:1174px) {
    .timeline-container .vertical-scrollable-timeline li::before {
      left: 121px;
  }
  .timeline-container .vertical-scrollable-timeline li::after {
    left: 121px;
  }
  .timeline-container .vertical-scrollable-timeline li .icon-holder {
    left: 110px;
  }
  .dot_1, .dot_2, .dot_3, .dot_4 {
    left: 110px;
  }
  .timeline-container .vertical-scrollable-timeline .block_2::before {
    left: 121px;
  }
  .timeline-container .vertical-scrollable-timeline .block_4::before {
    left: 121px;
  }
  .putName_for_contacts, .putEmail_for_contacts, .putPhone_for_contacts, .putBudget_for_contacts, .text_field {
    width: 280px;
  }
  .input_title {
    width: 280px;
  }
  .line img {
    width: 1174px;
  } 
  .field_contacts div {
    width: 280px;
}
 
}
@media(max-width:1150px) {
  .timeline-container .vertical-scrollable-timeline .block_4 {
    padding: 35px 147px 50px 147px;
  }
  .line img {
    width: 1150px;
}

}
@media(max-width:1100px) {
  .timeline-container .vertical-scrollable-timeline li::before {
    display: none;
  }
  .timeline-container .vertical-scrollable-timeline li::after {
    display: none;
  }
  .timeline-container .vertical-scrollable-timeline li.active .icon-holder {
    display: none;
  }
  .dot_1, .dot_2, .dot_3, .dot_4 {
    display: none;
  }
  .timeline-container .vertical-scrollable-timeline li .icon-holder {
    display: none;
  }
  .putName_for_contacts, .putEmail_for_contacts, .putPhone_for_contacts, .putBudget_for_contacts, .text_field {
    width: 260px;
  }
  .input_title {
    width: 260px;
  }
  .field_contacts div {
    width: 260px;
  }
  .block_2 {
    width: 1050px;
  }
  .block_2_card {
   width: 270px;
  }
  .block_2_card img {
   left: 133px;
   top: 22px;
  }
  .block_2_card .card_block_img2 {
    top: 10px;
    left: 158px;
  }
  .block_2_card .card_block_img3 {
   top: 33px;
    left: 149px;
  }
  .line img {
    width: 1100px;
  }
}
@media(max-width:1050px) {
  .putName_for_contacts, .putEmail_for_contacts, .putPhone_for_contacts, .putBudget_for_contacts, .text_field {
    width: 235px;
  }
  .input_title {
    width: 235px;
  }
  .field_contacts div {
    width: 235px;
  }
  .line img {
    width: 105px;
}
}
@media(max-width:1000px) {
  .slogan {
    width: 500px;
    font-size: 40px;
    margin-top: 0;
    line-height: 49px;
  }

  .slogan_title {
    width: 500px;
    font-size: 26px;
    line-height: 41px;
  }
  .slogan_txt {
    font-size: 14px;
    margin-top: 48px;
    width: 450px;
  }
  .slogan_button {
    width: 700px;
    padding: 0 60px 0 0;
  }
  .img_men {
      position: absolute;
      width: 550px;
      height: 596px;
      left: 346px;
      top: -5px;
  
  }
  .slogan_button {
    width: 350px;
   flex-wrap: wrap;
  }
  .slogan_button_txt {
    padding: 25px 0 15px 0;
  }
  .slogan_block {
   height: 380px;
  }
  .block_1 {
    height: 490px;
    margin: 0 auto;
    width: 750px;
  }
  .timeline-container .vertical-scrollable-timeline .block_1 {
    padding: 35px 0px 50px 0px;
}
  .block_2 {
    width: 750px;
    margin: 100px auto;
  }
  .timeline-container .vertical-scrollable-timeline .block_2 {
    padding: 35px 0px 50px 0px;
  }
  .block_title {
    font-size: 34px;
    width: 355px;
  }
  .block_text {
    width: 450px;
  }
  .block_2_card {
    width: 240px;
  }
  .card_title {
    font-size: 18px;
  }
  .card_info {
    font-size: 12px;
  }
  .block_2_card img {
    left: 103px;
    top: 40px;
  }
  .block_2_card .card_block_img1 {
   top: 31px;
  }
  .block_2_card .card_block_img2 {
    top: 30px;
    left: 128px;
  }
  .block_2_card .card_block_img3 {
    top: 53px;
    left: 119px;
  }
  .block_3 {
    width: 750px;
    margin: 0 auto;
    height: 350px;
  }
  .timeline-container .vertical-scrollable-timeline .block_3 {
    padding: 35px 0px 50px 0px;
  }
  .block_3_title .block_text {
    width: 300px;
  }
  .block_4 {
    width: 750px;
    margin: 0 auto;
  }
  .timeline-container .vertical-scrollable-timeline .block_4 {
    padding: 35px 0px 50px 0px;
  }
  .title_block_4 {
    text-align: center;
    width: 750px;
  }
  .phone_img {
    display: none;
  }
  .phone_img_small {
    display: block;
    margin: 0 auto;
  }
  .putName_for_contacts, .putEmail_for_contacts, .putPhone_for_contacts, .putBudget_for_contacts, .text_field {
    width: 300px;
    margin: 0 auto;
  }
  .field_contacts {
   margin: 0 auto;
  
  }
  .contacts_block img {
    position: relative;
    top: 10px;
    z-index: -1;
  }
 
  .field_contacts div {
    width: 300px;
    margin: 0 auto;
  }
  .footer_header {
    display: none;
  }
  .contacts_block {
    display: flex;
    flex-direction: column;
    height: 950px;
  }
  .social_line{
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(110deg, #313134 0%, #222224 42.27%, #292929 100%);
    width: 100%;

  }
  .social_block {
    margin: 0 auto;
  }
  .icon_be, .icon_telegram, .icon_gmail {
    width: 140px;
    height: 90px;
  }
  .line img {
    width: 1000px;
  }
  .copyright_block {
    margin-top: 20px;
  } 

}
@media(max-width:800px) {
  .block_1 {
    max-width: 700px;
    margin: 0 auto;
  }
  .line img {
    width: 800px;
  }
  .timeline-container .vertical-scrollable-timeline .block_1 {
    padding: 35px 0px 50px 0px;
  }
  .slogan {
    padding: 0;
    width: 350px;
  }
  .slogan_title  {
    padding: 0;
    width: 350px;
  }
  .slogan_txt  {
    padding: 0;
    width: 350px;
  }
  .slogan_button {
    padding: 0;
    width: 300px;
  }
  .img_men {
    left: 245px;
  }
  .block_2 {
    width: 700px;
  }
  .block_2_card {
    width: 225px;
  }
  .block_2_card img {
  left: 89px;
  }
  .block_2_card .card_block_img2 {
    left: 108px;
  }

  .block_2_card .card_block_img3 {
    top: 33px;
    left: 100px;
  }
  .block_3 {
    width: 700px;
  }
  .block_3_title {
    width: 322px;
  }
  .block_4 {
    width: 700px;
  }
 
}
@media(max-width:768px) {
   .block_2_header {
    flex-direction: column;
  }
  .line img {
    width: 768px;
  }
  .block_1 {
    max-width: 600px;
  }
  .block_2 {
    width: 600px;
    height: 1898px;
  }
  .block_2_card {
    margin: 45px auto 0 auto;
    top: 0;
    width: 350px;
    padding: 40px 45px;
  }
  .block_title {
    margin: 0 auto;
    text-align: center;
  }
  .block_text {
    margin: 0 auto;
  }
  .portfolio_button {
    margin-left: auto;
    margin-right: auto;
  }
  .card_block {
    flex-direction: column;
    margin-top: 0;
  }
  .card_title {
    font-size: 21px;
  }
  .card_info {
    font-size: 14px;
  }
  .block_2_card img {
    width: 131px;
    height: 131px;
    left: 174px;
  
    top: 10px;
  }
  .block_2_card img {
    width: 131px;
    height: 131px;
  }
  .block_2_card .card_block_img1 {
    top: 17px;
    left: 194px;
  }
  .block_2_card .card_block_img2 {
    width: 102px;
    height: 123px;
    top: -3px;
    left: 203px;
  }
  .block_2_card .card_block_img3 {
    width: 119px;
    height: 123px;
    top: 18px;
    left: 186px;
  }
  .block_3 {
    width: 600px;
    height: 660px;
  }
  .block_3_slider {
   flex-direction: column;
  }
  .block_3_title {
    width: 322px;
    margin: 0 auto;
  }
  .block_3_title .block_text {
    text-align: center;
  }
  .slider_button {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 41px;
  }
  .block_4 {
    width: 600px;
  }
  .title_block_4 {
    width: 600px;
  }
  .timeline-container .vertical-scrollable-timeline {
      padding: 0 120px 0px 120px;
  }
  .field_contacts {
    width: 650px;
  }
  .contacts {
    padding: 45px 0 45px 0px;
    background: linear-gradient(44deg, #313134 0%, #222224 42.27%, #12473C 76.98%, #292929 100%);
    background-repeat: no-repeat;
    margin: 0;
  }
  .contacts_block {
    background-image: none;
  }
  .portfolio_item {
    width: 500px;
    height: 320px;
  }
}
@media(max-width:650px) {
  .block_1 {
    max-width: 450px;
  }
  .line img {
    width: 650px;
}
  .slogan {
   width: 260px;
   font-size: 32px;
   line-height: 40px;
  }
  .slogan_title {
   width: 280px;
   font-size: 21px;
   line-height: 32px;
  }
  .slogan_txt {
    width: 260px;
    font-size: 12px;
    line-height: 24px;
  }
  .slogan_block {
    height: 350px;
  }
  .img_men {
    left: 165px;
  }
  .block_2 {
    width: 450px;
    height: 1898px;
  }
  .block_3 {
    width: 450px;
   
  }
  .block_4 {
    width: 450px;
  }
  .title_block_4 {
    width: 450px;
  }
  .field_contacts {
    width: 450px;
  }
  .putName_for_contacts, .putEmail_for_contacts, .putPhone_for_contacts, .putBudget_for_contacts, .text_field {
    width: 360px;
  }
  .field_contacts div {
    width: 360px;
  }
  .contacts_block {
    height: 1220px;
  }
  .header {
    height: 121px;
  }
  .portfolio_item {
    width: 400px;
    height: 256px;
  }
}
@media(max-width:500px) {
  .block_1 {
    width: 380px;
  }
  .line img {
    width: 500px;
  }
  .block_2 {
    width: 380px;
  }
  .block_text {
    width: 380px;
  }
  .portfolio_item {
    width: 360px;
    height: 230px;
  }

}
@media(max-width:425px) {
  .block_1 {
    width: 320px;
  }
  .slogan {
    width: 240px;
    font-size: 28px;
  }
  .slogan_title {
    width: 200px;
    font-size: 18px;
    line-height: 30px;
  }
  .slogan_txt {
    width: 200px;
    font-size: 11px;
    line-height: 20px;
  }
  .img_men {
    left: 65px;
  }
  .slogan_button {
    padding: 0;
    width: 280px;
    margin-top: 140px;
  }
  .slogan_button_txt {
    display: none;
  }
  .line img {
    width: 425px;
  }
  .block_2 {
    width: 320px;
  }
  .block_title {
    font-size: 29px;
  width: 320px;
  }
  .block_text {
    width: 320px;
    font-size: 11px;
  }
  .block_2_card {
    width: 320px;
  }
  .block_2_card img {
    left: 144px;
  }
  .block_2_card .card_block_img1 {
    top: -4px;
    left: 165px;
  }
  .block_2_card .card_block_img2 {
    top: -3px;
    left: 173px;
  }
  .block_2_card .card_block_img3 {
    top: -4px;
    left: 156px;
  }
  .block_3 {
    width: 320px;
  }
  .block_4 {
    width: 320px;
  }
  .field_contacts {
    width: 320px;
  }
  .putName_for_contacts, .putEmail_for_contacts, .putPhone_for_contacts, .putBudget_for_contacts, .text_field {
    width: 320px;
  }
  .field_contacts div {
    width: 320px;
  }
  .social_block {
    width: 320px;
  }
  .svg_hover_gmail {
    left: 214px;
  }
  .svg_hover_telegram {
    left: 100px;
  }
  .portfolio_item {
    width: 300px;
    height: 192px;
  }
}
@media(max-width:367px) {
    .block_1 {
      width: 290px;
  }
  .img_men {
    left: 55px;
  }
  .block_2 {
    width: 290px;
  }
  .block_title {
    font-size: 28px;
    width: 290px;
  }
  .block_text {
    width: 290px;
    
  }
  .block_2_card {
    width: 290px;
  }
  .block_2_card img {
    width: 120px;
    height: 120px;
    left: 124px;
    top: 0;
  }
  .block_2_card .card_block_img1 {
    width: 103px;
    height: 96px;
    top: 3px;
    left: 143px;
  }
  .block_2_card .card_block_img2 {
    width: 85px;
    height: 102px;
    top: -20px;
    left: 130px;

  }
  .block_2_card .card_block_img3 {
    width: 115px;
    height: 119px;
    top: -19px;
    left: 128px;
  }

  .block_3 {
    width: 290px;
    height: 570px;
  }
  .block_3_title, .block_text {
    width: 290px;
    margin: 0;
  }
  .block_4 {
    width: 290px;
  }
  .field_contacts {
    width: 290px;
  }
  .putName_for_contacts, .putEmail_for_contacts, .putPhone_for_contacts, .putBudget_for_contacts, .text_field {
    width: 290px;
  }
  .phone_img_small {
  width: 300px;
  height: 423px;
  }
  .contacts_block {
    height: 1145px;
  }
  .copyright_text, .policy  {
    font-size: 9px;
  }
  .portfolio_item {
    width: 270px;
    height: 173px;
  }
}