.custom-block-1{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.custom-1-title{
    padding-left: 40px;
}


.container-header-contacts{
  width: auto;
}

.container-header-contacts .text{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.container-header-contacts .text span{
  padding-right: 20px;
  padding-bottom: 2px;
  padding-top: 2px;
}


.portfolio-warning{
  padding-left: 45px;
  padding-bottom: 20px;
  font-weight: 600;
}
@media (max-width:767px) {
  .portfolio-warning{
    padding-left: 30px;
    padding-bottom: 20px;
    font-weight: 600;
    width: 70%;
 }
}

.button_wrapper {
    position: absolute;
    top: 43%;
    z-index: 150;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 4vw
}

.button_main span{
  text-shadow: 1px 2px 3px rgba(0,0,0,0.67);

}
.button_main {
  box-shadow: 5px 2px 15px 1px #000000;
  line-height: 26px;
  display: inline-block;
  width: 210px;
  height: 50px;
  padding: 8px 0;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 2px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  outline: none;
  text-decoration: none;
  transition: background-color 0.2s ease-out,
  border-color 0.2s ease-out;
  cursor: pointer;
}
.header .header_content .menu_show{
  z-index: 9988;
}
.header .header_content .menu_btn{
  z-index: 9999;
}
.button_main:hover {
  text-decoration: none;
  background-color: #fff;
  color: #000;
  transition: background-color 0.3s ease-in,
  color 0.3s ease-in;
}
.button_main:hover span{
  text-shadow: none;
}
.header .menu .menu_item:nth-of-type(2) {
    float: left;
}
.header .menu .menu_item:nth-of-type(2)::before{
  content: none;
}
.header .menu .menu_item:nth-of-type(3)::before{
  content: none;
}
.main_slider .slider_text {
  padding-left: 20px
}

@media  (max-width: 1200px){
  .button_wrapper {
    top: 24%
  }
}
@media  (max-width: 767px){
  .button_wrapper{
    top: 30%;
  }
  .button_main{
    width: 160px;
    font-size: 19px;
  }
  .header .main_menu{
    top: 27px;
  }
}

@media (max-width: 607px){
  .main_slider .slick-dots {
    top: 39%;
  }
  .main_slider .slider_text {
    margin-left: -150px;
    width: 300px;
    top: 268px;
  }
  .button_wrapper{
    top: 36%
  }
  .button_main{
    width: 140px;
    font-size: 18px;
  }
}
@media (max-width: 510px){
  .button_wrapper{
    top: 42%;
    padding: 0 3vw
  }
  .button_main{
    width: 120px;
    font-size: 17px
  }
  .main_slider .slider_text .title{
    font-size: 26px;
    margin-top: 20px;
  }
}
@media (max-width: 415px){
  .button_main{
    width: 112px;
    font-size: 15px
  }
}
@media (max-width: 373px){
  .button_main{
    width: 98px;
    font-size: 14px
  }
}
.registrer_block .block_content .main_title{
  font-size: 35px;
  font-weight: 500;
}
.registrer_block .block_content .btn-custom{
  margin-left: 130px;
  margin-bottom: 20px;
  box-shadow: 5px 2px 15px 1px #000000;
  line-height: 26px;
  display: inline-block;
  width: 230px;
  height: 50px;
  padding: 8px;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 2px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  outline: none;
  text-decoration: none;
  transition: background-color 0.2s ease-out,
  border-color 0.2s ease-out;
  cursor: pointer;
}

/* .link-site:last-of-type{
  margin-top: 10px;
} */

.select-measurments-custom{
  width: 90px!important;
}


@media (max-width:1199px) {
  .registrer_block .block_content .btn-custom-2{
    margin-left: 110px;
  }
}
@media (max-width:991px) {
  .custom-1-title{
    padding-top: 50px;
  }
}

@media (max-width: 490px) {
  .custom-1-title{
    text-align: justify;
    font-size: 24px!important;
    text-align: center;
    padding-left: 0;
  }
  .registrer_block .block_content .btn-custom {
    margin-left: 39px;
}
.registrer_block .block_content .btn-custom-2{
  margin-left: 29px;
}
}

@media (max-width: 320px) {
  .custom-1-title{
    font-size: 20px!important;
  }
  .registrer_block .block_content .btn-custom {
    margin-left: 27px;
}
}
