 .about_top_block:after {
  content: "";
  display: block;
  clear: both;
}

.cl:after, .ci_links:after, .c_item:after, .content:after,  {
  content: "";
  display: block;
  clear: both;
}

.about_top_block_wrap {
  height: 797px;
  background: url(../images/top_img.jpg) center top no-repeat;
  padding-top: 163px;
}

.about_top_block {
  max-width: 1005px;
  height: 523px;
  background: url(../images/header.jpg) center top no-repeat;
  text-align: center;
  padding-top: 85px;
   margin: 0 auto;
}



.about_logo {
  display: inline-block;
  vertical-align: top;
  height: 175px;
  background: url(../images/logo.png) left top no-repeat;
  padding: 55px 0 0 190px;
  font-size: 53px;
  line-height: 57px;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
}


.tb_text {
  display: inline-block;
  vertical-align: top;
  min-height: 120px;
  border-left: 5px solid #f60;
  padding: 10px 0 0 40px;
  font-family: "Gilroy-Light";
  color: #fff;
  font-size: 40px;
  line-height: 47px;
  text-align: left;
  margin: 50px 0 0 30px;
}

.tb_list {
  margin-top: 100px;
}
.tb_list > li {
  display: inline-block;
  vertical-align: top;
  font-size: 21px;
  line-height: 24px;
  color: #fff;
  padding-left: 30px;
  margin: 0 34px 25px;
  position: relative;
}
.tb_list > li:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  background: #f60;
  position: absolute;
  left: 0;
  top: 2px;
}

.content {
  padding: 100px 15px 70px;
}


.c_item {
  margin-bottom: 40px;
}
.c_item.reflected .ci_content {
  float: left;
}
.c_item.reflected .ci_img {
  float: right;
}
.c_item.reflected .ci_img:after {
  right: auto;
  left: -26px;
  transform: rotate(180deg);
}

.ci_content {
  width: 48%;
  float: right;
  padding-top: 30px;
}
.ci_content p {
  font-size: 16px;
  line-height: 24px;
  color: #636363;
  margin-bottom: 20px;
}
.ci_content p > a {
  font-size: 16px;
  line-height: 24px;
  color: #f60;
  text-decoration: underline;
}
.ci_content p > a:hover {
  text-decoration: none;
}

.ci_head {
  font-size: 34px;
  line-height: 38px;
  font-family: "Gilroy-Bold";
  text-transform: uppercase;
  margin-bottom: 30px;
}

.ci_img {
  float: left;
  width: 49%;
  position: relative;
}
.ci_img:after {
  display: block;
  content: "";
  width: 61px;
  height: 36px;
  background: url(../images/ci_arrow.png) 0 0 no-repeat;
  position: absolute;
  right: -26px;
  top: 27px;
}
.ci_img > img {
  display: block;
}

.ci_list > li {
  display: block;
  padding-left: 16px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 18px;
  font-family: "Gilroy-SemiBold";
  color: #232323;
  position: relative;
}
.ci_list > li:before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: #FF6600;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  position: absolute;
  left: 0;
  top: 6px;
}

.ci_links > .ci_link {
  float: left;
  width: 44%;
  padding-left: 70px;
  margin-bottom: 15px;
}
.ci_links > .ci_link:nth-child(1) {
  margin-right: 4%;
}

.ci_link {
  display: block;
  max-width: 245px;
  width: 100%;
  height: 56px;
  background: #f60;
  font-size: 18px;
  line-height: 56px;
  font-family: "Gilroy-Bold";
  color: #fff;
  text-transform: uppercase;
  padding-left: 35px;
  margin-top: 40px;
  transition: 0.3s;
}
.ci_link.cent {
  text-align: center;
  padding: 0;
}
.ci_link:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}
.ci_link > img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  transform: translateY(-3px);
}

.features {
  text-align: center;
  margin: 80px 0;     box-sizing: border-box;
}

.feature {
  display: inline-block;
  vertical-align: top;
  width: 155px;
  margin: 0 15px 20px;
  position: relative;
}

.f_img {
  display: table;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border: 1px solid #ffb482;
  margin: 0 auto 25px;
}
.f_img > span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.f_img > span > img {
  display: inline-block;
}

.f_text {
  font-size: 18px;
  line-height: 24px;
  color: #3a3a3a;
  font-family: "Gilroy-SemiBold";
  text-align: center;
}

.about_brands {
  text-align: center;
  margin: 80px 0;
}
.about_brands > img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 30px;
}

.video {
  max-width: 1139px;
  max-height: 461px;
  position: relative;
  margin-bottom: 60px;
}

.video_push_16_9 {
  padding-top: 65.25%;
}

.video_content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video_cover {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}

.contacts {
  display: block;
  width: 270px;
  height: 60px;
  background: #f60;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
  text-transform: uppercase;
  font-family: "Gilroy-Bold";
  transition: 0.3s;
  margin: 0 auto 30px;
  position: relative;
  z-index: 1;
}
.contacts:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}

.socials {
  text-align: center;
  position: relative;
  z-index: 1;
}
.socials > a {
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0 1px;
  transition: 0.3s;
}
.socials > a:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}
.socials > a > img {
  display: block;
}







/* MEDIA QUERIES*/
@media only screen and (max-width: 1000px) {
  .about_top_block_wrap {
    height: auto;
    background: none;
    padding: 0;
  }

  .tb_list > li {
    margin: 0 25px 25px;
  }

  .content {
    padding: 40px 15px;
  }

  .c_item.reflected .ci_img:after {
    left: -5px;
  }

  .ci_img:after {
    right: -5px;
  }

  .ci_links > .ci_link {
    padding-left: 10%;
  }

  .ci_content {
    padding-top: 0;
  }
  .ci_content p {
    line-height: 20px;
  }

  .about_brands {
    margin: 30px 0;
  }

  .video {
    max-height: 300px;
  }
}


@media only screen and (max-width: 900px) {
  .about_top_block {
    height: auto;
    padding: 30px 0;
  }

  .about_logo {
    display: block;
    max-width: 430px;
    margin: 0 auto;
  }

  .tb_text {
    max-width: 370px;
    min-height: auto;
    display: block;
    margin: 25px auto 0;
    border: none;
    text-align: center;
    position: relative;
  }
  .tb_text:before {
    display: block;
    content: "";
    width: 70%;
    height: 4px;
    background: #f60;
    margin: 0 auto 20px;
  }

  .tb_list {
    margin-top: 30px;
    text-align: left;
  }
}



@media only screen and (max-width: 780px) {
  .ci_content {
    width: 100%;
    float: none !important;
  }

  .ci_img {
    width: 100%;
    float: none !important;
    max-width: 569px;
    margin: 40px auto 0 !important;
  }
  .ci_img:after {
    width: 28px;
    height: 44px;
    background: url(../images/ci_arrow_m.png) 0 0 no-repeat;
    transform: rotate(0) !important;
    left: auto !important;
    top: -20px;
    right: 15px !important;
  }

  .ci_head {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 15px;
  }

  .ci_content p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .ci_content p a {
    font-size: 13px;
    line-height: 20px;
  }

  .ci_link {
    float: none !important;
    width: 100% !important;
    max-width: 290px;
    margin: 0 auto 20px !important;
    text-align: center !important;
    padding: 0 !important;
  }
}



@media only screen and (max-width: 540px) {
  .about_brands > img {
    margin: 0 0 30px;
  }

  .video {
    max-height: 150px;
  }
}



@media only screen and (max-width: 450px) {
  .about_logo {
    display: block;
    height: 84px;
    max-width: 210px;
    margin: 0 auto;
    background: url(../images/logo_m.png) left top no-repeat;
    padding: 30px 0 0 90px;
    font-size: 25px;
    line-height: 27px;
  }

  .tb_text {
    font-size: 30px;
    line-height: 40px;
    max-width: 260px;
    padding: 0;
  }

  .tb_list > li {
    margin: 0 15px 25px;
  }

  .features {
    margin: 30px 0;
  }

  .feature {
    display: block;
    min-height: 50px;
    width: 100%;
    margin: 0 0 10px;
    text-align: left;
    padding-left: 65px;
  }

  .f_img {
    width: 54px;
    height: 54px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .f_img img {
    transform: scale(50%);
  }

  .f_text {
    font-size: 19px;
    line-height: 22px;
    padding-top: 15px;
  }
  .f_text br {
    display: none;
  }
}
