*{
  margin: 0;
  padding: 0;
}
body{
  background-color: #fff;
  font-family: Montserrat;
}
a{
  text-decoration: none;
  color: #000;
}
p{
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  color: #000000;
}
.btn{
  width: 300px;
  height: 64px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}
.btn:hover{
  background: #f9d054;
}
.btn_max{
  width: 100%;
  height: 64px;
}
.btn_min{
    width: 200px;
}
.yellow{
  background-color: #FFC000;
  color: #000;
}
.black{
  background-color: #000;
  color: #fff;
}
#grey{
  color: #828282;
}
.white{
    color: #fff;
}
.text_center{
  text-align: center;
}
.p_titel{
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
}
.p_sub_titel{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #828282;
}
.p_PhoneBig{
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
}
.hr_yellow{
  height: 1px;
  border: none;
  background: #FFC000;
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.h1_hr{
  width: 94px;
  height: 4px;
  background: #FFC000;
  border: none;
  margin: 10px 0;
}
.h1_hr_center{
  margin: 8px auto 0 auto;
}
h1{
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 120%;
  text-transform: uppercase;
}
.ph1{
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 120%;
}
h2{
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 140%;
  text-transform: uppercase;
}
.ph2{
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
h3{
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 140%;
  text-transform: uppercase;
}
.ph3{
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #828282;
}
.line{
    margin-top: 4px;
    height: 4px;
    width: 100%;
    border: none;
    background-color: #ffc000;
}
.url{
font-style: normal;
font-weight: normal;
font-size: 10px;
line-height: 16px;
color: #BDBDBD;
}
.url_activ{
font-style: normal;
font-weight: normal;
font-size: 10px;
line-height: 16px;
color: #000;
}
.main_width{
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.flex_top{
  display: flex;
  align-items: flex-start;
}
.block_grey{
  width: 100%;
  height: auto;
  background-color: #EBEBEB;
}
/* url */
.url_put{
  width: 100%;
  margin: 40px 0 80px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
}
.url_prob{
  padding: 0 16px;
}
/* url */
.contact_elemnt{
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
#tel{
  align-items: flex-start;
}
#telp{
  color: #BDBDBD;
}
.contact_elemnt img{
  margin-right: 40px;
}
/* crug img */
.crug{
  text-align: center;
}
.crug img{
  border-radius: 300px;
  border: none;
}
.crug .p_titel{
  margin-top: 23px;
  margin-bottom: 13px;
}
/* crug img */
.partner_block{
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: 100px 0;
  text-align: center;
}
.partner_block img{
    width: 347px;
    height: 117px;
}
.partner_logo_list{
  width: 1065px;
  margin: 50px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* Форма обратной связи */

/* Форма обратной связи */
@media (max-width: 1280px){
    .url_man{
        margin-left: 0;
    }
}
@media (min-width: 960px) and (max-width: 1280px) {
    .main_width{
      width: 960px;
    }
    .url_put{
      margin: 40px 0 60px 0;
    }
h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 38px;
    line-height: 140%;
    text-transform: uppercase;
}

}
@media (min-width: 640px) and (max-width: 959px) {
    .main_width{
      width: 640px;
    }
    .url_put{
      margin: 40px 0 60px 0;
    }
    .partner_logo_list{
        width: 90%;
    }
}
@media (max-width: 639px){
    .main_width{
      width: 90%;
    }
    p{
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 32px;
      color: #000000;
    }
    .p_titel{
      font-style: normal;
      font-weight: bold;
      font-size: 18px;
      line-height: 32px;
    }
    .p_sub_titel{
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 32px;
      color: #828282;
    }
    .p_PhoneBig{
      font-style: normal;
      font-weight: 600;
      font-size: 24px;
      line-height: 36px;
    }
    .hr_yellow{
      height: 1px;
      border: none;
      background: #FFC000;
      transform: matrix(1, 0, 0, -1, 0, 0);
    }
    .h1_hr{
      width: 94px;
      height: 4px;
      background: #FFC000;
      border: none;
      margin: 10px 0;
    }
    .h1_hr_center{
      margin: 8px auto 0 auto;
    }
    h1{
      font-size: 18px;
    }
    .ph1{
      font-size: 16px;
    }
    h2{
      font-size: 18px;
    }
    .ph2{
      font-size: 18px;
      line-height: 32px;
    }
    h3{
      font-style: normal;
      font-weight: 800;
      font-size: 24px;
      line-height: 140%;
      text-transform: uppercase;
    }
    .ph3{
      font-family: Montserrat;
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      line-height: 32px;
      color: #828282;
    }
    .url{
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 16px;
    color: #BDBDBD;
    }
    .url_activ{
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 16px;
    color: #000;
    }
    .url_put{
      margin: 40px 0 40px 0;
    }
    .partner_logo_list{
        flex-direction: column;
        width: 80%;
    }
    .partner_logo_list img{
        margin: 20px auto;  
    }
}
