@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #CF343C;
  color: #464646;
  font: 400 14px/24px 'Open Sans', sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1 {
  font-size: 100px;
  line-height: 120px;
  font-weight: 300;
}
h2 {
  font-size: 70px;
  font-weight: 300;
  line-height: 70px;
}
h3 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  text-transform: uppercase;
}
h4 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 300;
  text-transform: uppercase;
}
h5 {
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  text-transform: uppercase;
}
h6 {
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
  text-transform: uppercase;
}
p {
  font: 100 15px/22px 'Arial', sans-serif;
}
p a:hover {
  text-decoration: underline;
}
time {
  display: block;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:active {
  background: transparent;
  outline: none;
}
a:hover {
  color: #CF343C;
  text-decoration: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
strong {
  font-weight: 700;
}
.fa {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}
.primary a:hover {
  color: #464646;
}
/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  margin-left: 65px;
  padding: 35px 0;
  font-size: 14px;
  line-height: 23px;
  text-transform: uppercase;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
  font-weight: 600;
}
.sf-menu > li + li {
  margin-left: 33px;
}
.sf-menu a {
  display: block;
}
.sf-menu > li > a {
  color: #464646;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  color: #CF343C;
}
.sf-menu > li.active > a {
  color: #CF343C;
}
.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  background: #CF343C;
  text-align: center;
  z-index: 2;
  padding: 30px 0;
  margin-top: 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul:after {
  content: '';
  position: absolute;
  top: -5px;
  left: 10%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #CF343C;
}
.sf-menu ul > li > a {
  color: #FFF;
  background: none;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  color: #464646;
  background: none;
}
.sf-menu ul ul {
  position: absolute;
  top: auto;
  left: 105%;
  width: 100%;
  margin-top: -25px;
  padding: 30px 0;
  z-index: 4;
  background: #464646;
  text-align: center;
}
.sf-menu ul ul:after {
  content: '';
  position: absolute;
  left: -10px;
  top: 10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #464646;
}
.sf-menu ul ul > li > a {
  color: #FFF;
  background: #464646;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #CF343C;
  background: none;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 62%;
  margin-left: -6px;
  content: '\f0d7';
  font: 400 12px/12px 'FontAwesome';
  margin-top: 3px;
}
@media (max-width: 1190px) {
  .sf-menu ul {
    width: 180px;
    text-align: center;
  }
}
@media (max-width: 987px) {
  .sf-menu ul {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 400px;
  background: #464646 url('../images/select.png') no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 420px;
  height: 30px;
  color: #ffffff;
  background-color: transparent;
  font: 400 15px #ffffff;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 290px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #fff;
  max-height: 70px;
}
.isStuck .container {
  padding: 0 !important;
  background: #fff !important;
}
.isStuck .sf-menu {
  padding: 15px 0;
}
.isStuck .sf-menu a {
  color: #C73933;
}
.isStuck .brand {
  color: #C73933;
  padding: 5px 0 5px 40px;
}
.isStuck .brand a {
  color: #0002D6;
}
.isStuck .brand a:hover {
  color: #0002D6;
}
.isStuck .brand img {
	width:150px;
}
.isStuck .brand:before {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 50px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 45px;
  height: 45px;
  font-size: 30px;
  line-height: 45px;
  color: #fff;
  background: #000;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #CF343C;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Parallax    ======================*/
.parallax {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.mobile .parallax,
.tablet .parallax {
  background-position: 50% 0 !important;
  background-size: cover;
}
.parallax1 {
  background-image: url(../images/page-1_img02.jpg);
}
.parallax2 {
  background-image: url(../images/page-1_img05.jpg);
}
.parallax3 {
  background-image: url(../images/page-2_img01.jpg);
}
.parallax4 {
  background-image: url(../images/page-2_img04.jpg);
}
.parallax5 {
  background-image: url("../images/page-3_img01.jpg");
}
.parallax6 {
  background-image: url(../images/page-3_img04.jpg);
}
.parallax7 {
  background-image: url(../images/page-4_img01.jpg);
}
.parallax8 {
  background-image: url(../images/page-4_img09.jpg);
}
.parallax9 {
  background-image: url(../images/page-2_img01.jpg);
}
@media (max-width: 767px) {
  .parallax {
    background-position: center 0 !important;
    background-size: cover;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
.header {
  position: relative;
  margin-bottom: -80px;
  z-index: 4;
}
.header .brand {
  float: left;
}
.header .nav {
  float: right;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .header {
    text-align: center;
  }
  .header .brand,
  .header .nav {
    float: none;
  }
}
.header .wrapper {
  width: 100%;
  box-sizing: border-box;
  background: transparent;
}
.header p {
  font-size: 15px;
}
.header_top .container {
  background: #E3E3DF;
}
#search {
  float: right;
  margin-right: 10px;
}
.header_menu {
  float: left;
  margin-left: 30px;
}
.header_menu ul {
  padding: 19px 25px 13px 4px;
}
.header_menu li {
  display: inline-block;
  margin-right: 10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 43px;
  text-transform: uppercase;
  color: rgba(70, 70, 70, 0.5);
}
.header_bottom .container {
  background: #FFF;
  padding: 15px 0 15px;
}
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  position: relative;
  padding-left: 123px;
  box-sizing: border-box;
}
.brand_name {
  overflow: hidden;
}
.brand_name a {
  color: #333;
}
.brand_name a:hover {
  text-decoration: none;
  color: #333;
}
.brand_slogan {
  text-transform: uppercase;
}
.brand:before {
  position: absolute;
  left: 0;
  text-align: center;

}
/*=======================================================
                     CONTENT  Layout
=========================================================*/
/*========================================================
                     CONTENT  Styles
=========================================================*/
.content {
  background: #ffffff;
}
/*==================      Well     ======================*/
/*==================  Backgrounds  ======================*/
.bg01 {
  background: #CF343C;
}
/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}
.wrapper {
  width: 100%;
  box-sizing: border-box;
  background: #464646;
}
.primary {
  color: #CF343C;
}
.default {
  color: #464646;
}
.fz1 {
  font-size: 15px;
}
.img_content {
  background: #a1a194;
  color: #FFF;
  padding: 79px 70px;
  box-sizing: border-box;
  margin-top: 26%;
}
.welcome_block {
  background: #0098C8;
  z-index: 2;
  position: relative;
}
.welcome_block h4 + h5 {
  margin-top: 32px;
}
.welcome_block h2 {
  text-transform: uppercase;
}
.welcome_block h4 {
  color: #FFF;
  margin-left: 6px;
}
.welcome_block p {
  color: #a1a194;
}
.welcome_block h5 + p {
  margin-top: 10px;
}
.welcome_block h5 {
  font-weight: 500;
}
.welcome_block .text_block {
  padding: 70px 50px;
  box-sizing: border-box;
}
.first_aid {
  margin-top: -225px;
  padding: 275px 0 186px;
}
.first_aid .row {
  padding-top: 9%;
}
.first_aid .link {
  margin-top: 25px;
}
.quote {
  -webkit-background-size: cover;
  background-size: cover;
  padding: 108px 0 162px;
}
.quote h1 {
  margin-left: 0;
}
.quote h1 + h5 {
  margin-top: 5px;
}
.quote .container .link {
  font-size: 50px !important;
  margin-top: 20px;
}
.services {
  padding: 174px 0 266px;
}
.services h4 {
  margin-bottom: 30px;
}
.services h5 + p {
  margin-top: 15px;
}
.services .list_block {
  margin-top: 10px;
}
.career {
  padding: 170px 0 206px;
}
.career h4 {
  margin-bottom: 30px;
}
.career h5 + p {
  margin-top: 15px;
}
.career .list_block {
  margin-top: 15px;
}
.img_line {
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 0;
}
.img_line h5 {
  font-weight: 400;
}
.img_line .container {
  color: #fff;
}
.img_line .container h1 {
  text-transform: uppercase;
  margin-left: -7px;
}
.img_line .container .link {
  font-size: 40px;
  font-weight: 400;
  line-height: 120px;
  width: 120px;
  height: 120px;
  text-align: center;
  background: #CF343C;
  color: #FFF;
  float: right;
}
.img_line .container .link:hover {
  background: #464646;
}
.img_line .color_box {
  margin-top: -180px;
  padding: 70px 0 0 70px;
}
.img_line .color_box .link {
  width: 120px;
  height: 120px;
  margin-top: -30px;
}
.img_line .color_box h3 {
  padding-right: 60px;
  width: 90%;
}
.img_line .box1 {
  margin-top: -120px;
  padding: 70px 0 0 70px;
}
.img_line .box1 .link {
  margin-top: -40px;
}
.img_line .box1 h3 {
  width: 80%;
}
.img_line .box2 {
  margin-top: -120px;
  padding: 40px 0 0 70px;
}
.img_line .box2 .link {
  margin-top: -70px;
}
.img_line .box2 h3 {
  width: 70%;
}
.services_list {
  padding: 85px 0;
}
.services_list h4 {
  margin-bottom: 58px;
}
.services_list p {
  color: #BBBABA;
}
.services_list h5 + p {
  margin-top: 15px;
}
.services_list h5 {
  line-height: 23px;
}
.list_block {
  margin-top: 42px;
  position: relative;
}
.list_block h6 {
  line-height: 40px;
  padding-left: 24px;
  font-weight: 500;
}
.list_block h6:before {
  color: #CF343C;
  position: absolute;
  font-size: 13px;
  line-height: 14px;
  text-align: center;
  margin-top: 14px;
  margin-left: -24px;
}
.news {
  padding: 85px 0;
}
.news h4 {
  margin-bottom: 62px;
}
.news a:hover {
  color: #464646;
}
.date {
  background: #CF343C;
  position: absolute;
  padding: 15px 15px;
  float: left;
  box-sizing: border-box;
  height: 156px;
}
.date span {
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
}
.date a {
  color: #fff;
}
.date a:hover {
  text-decoration: underline;
  color: #464646;
}
.number_date {
  margin-top: 20px;
}
.number_date span {
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  color: #FFF;
}
.number_date label {
  color: rgba(225, 225, 225, 0.5);
  text-transform: uppercase;
  font-size: 15px;
}
.news_text h5 {
  color: #CF343C;
  line-height: 25px;
}
.news_text h5 + p {
  margin-top: 15px;
}
.news_text p {
  color: #BBBABA;
  font-weight: 300;
}
.news_text a:hover {
  color: #464646;
}
.news_block img {
  margin-bottom: 30px;
}
.button {
  margin-top: 70px;
}
.button .primary {
  color: #FFF;
  background: #CF343C;
}
.button .primary:hover {
  background: #464646;
  color: #FFF;
}
.button a {
  padding: 15px 38px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  box-sizing: border-box;
}
.button span {
  background: #464646;
  position: absolute;
  text-align: center;
  height: 50px;
  width: 50px;
  font-size: 20px;
  line-height: 50px;
  margin-top: -18px;
  margin-left: 33px;
}
.color_box {
  background: #0098C8;
}
.color_box .text_block {
  display: table;
  position: relative;
  table-layout: fixed;
  text-align: left;
}
.color_box .text_block > li {
  display: table-cell;
  position: relative;
  margin: 0;
  color: #FFF;
  border-right: 1px solid #b1b1a7;
  box-sizing: border-box;
}
.color_box .text_block > li div {
  padding: 60px 60px 20px 60px;
}
.color_box .text_block > li a {
  float: right;
  background: #CF343C;
}
.color_box .text_block > li a:before {
  width: 53px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  color: #FFF;
  font-size: 22px;
  position: static;
  display: inline-block;
}
.color_box .text_block > li a:hover {
  background: #464646;
}
.color_box .text_block h4 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
}
.color_box .text_block h5 {
  color: rgba(225, 225, 225, 0.5);
  line-height: 25px;
}
.color_box .text_block h4 + h5 {
  margin-top: 15px;
}
.color_box .button {
  margin-top: 10px;
  float: right;
  margin-right: -28px;
}
.color_box .button a {
  background: #CF343C;
  color: #FFF;
  font-size: 20px;
  line-height: 52px;
  height: 52px;
  width: 52px;
  text-align: center;
  position: absolute;
  padding: 0;
  margin-top: 8px;
}
.color_box .button a:hover {
  background: #464646;
}
.color_box .last_child .button {
  margin-right: 2px;
}
.event {
  padding: 75px 0 88px;
}
.event h4 {
  margin-bottom: 70px;
}
.event h5 + p {
  margin-top: 15px;
}
.event p {
  color: #000000;
}
.event .list_block {
  margin-top: 10px;
}
.requirements {
  padding: 1px 0 30px;
}
.requirements h4 {
  margin-bottom: 65px;
}
.requirements h5 + p {
  margin-top: 18px;
}
.requirements p {
  color: #000000;
}
.requirements p + p {
  margin-top: 20px;
}
.requirements .list_block {
  margin-top: 10px;
}
.requirements .button {
  margin-top: 60px;
}
.video {
  padding: 85px 0 96px;
}
.video h4 {
  margin-bottom: 65px;
}
.video h5 + p {
  margin-top: 18px;
}
.video p {
  color: #BBBABA;
}
.video p + p {
  margin-top: 20px;
}
.video .list_block {
  margin-top: 10px;
}
.video .button {
  margin-top: 60px;
}
.comment .row {
  margin-bottom: 38px;
}
.comment p + h5 {
  margin-top: 20px;
}
.comment p {
  margin-top: -5px;
}
.experience {
  padding: 90px 0 100px;
}
.experience h4 {
  margin-bottom: 35px;
}
.experience h5 + p {
  margin-top: 13px;
}
.experience p + p {
  margin-top: 25px;
}
.vacancies {
  padding: 93px 0;
}
.vacancies h4 {
  margin-bottom: 35px;
}
.vacancies h5 + p {
  margin-top: 10px;
}
.vacancies p + p {
  margin-top: 20px;
}
.list-news {
  padding: 174px 0 187px;
}
.list-news h4 {
  margin-bottom: 35px;
}
.list-news h5 + p {
  margin-top: 10px;
}
.list-news h5 {
  line-height: 25px;
}
.list-news p + p {
  margin-top: 20px;
}
.list-news p {
  color: #FFF;
}
.list-news .row + .row {
  margin-top: 20px;
}
.list-news .news_text {
  margin-top: -7px;
}
.index-list {
  counter-reset: li;
}
.index-list li {
  position: relative;
  padding-left: 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.index-list li:before {
  content: counter(li, decimal);
  counter-increment: li;
  background: #FFF;
  position: absolute;
  left: 0;
  top: 0;
  color: #CF343C;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 24px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  text-align: center;
  font-family: 'Arial', sans-serif;
}
.index-list li:nth-child(n+4) {
  margin-top: 40px;
}
.recent-news {
  padding: 90px 0 143px;
}
.recent-news h4 {
  margin-bottom: 35px;
}
.recent-news h5 + p {
  margin-top: 10px;
}
.recent-news .index-list {
  counter-reset: li;
}
.recent-news .index-list li {
  position: relative;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.recent-news .index-list li:before {
  display: none;
}
.recent-news .index-list li:nth-child(n+4) {
  margin-top: 40px;
}
.maps {
  padding: 175px 0 100px;
}
.maps h4 {
  margin-bottom: 35px;
}
.privacy {
  background-image: url(../images/page-6_img01.jpg);
  padding: 175px 0 95px;
}
.privacy h4 {
  margin-bottom: 35px;
}
.privacy h5 + p {
  margin-top: 10px;
  margin-bottom: 40px;
}
.privacy a {
  text-decoration: underline;
}
.privacy a:hover {
  color: #464646;
}
.box3 {
  box-sizing: border-box;
  color: #fff;
}
.box3 div {
  padding: 63px 56px 27px 59px;
  min-height: 120px;
}
.box3 .link {
  float: right;
  padding: 13px 17px 13px 22px;
  background: #CF343C;
  font-size: 22px;
  margin-right: -30px;
}
.box3 .link:hover {
  background: #464646;
  color: #fff;
}
.box3 h4 {
  font-size: 40px;
  line-height: 40px;
}
.box3 h5 {
  color: rgba(225, 225, 225, 0.5);
}
.box3 h4 + h5 {
  margin-top: 16px;
}
.box3 .last {
  margin-right: 0;
}
.box3 + .box3 {
  border-left: 1px solid rgba(225, 225, 225, 0.2);
}
/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
  background: transparent;
}
.thumb_overlay:before {
  content: url(../images/video_play.png);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px 'FontAwesome';
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/*========================================================
                     Footer  Styles
=========================================================*/
.footer {
  padding: 40px 0 40px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
.footer .brand {
  padding-left: 100px;
  margin-left: 0;
}
.footer .brand h4 {
  text-transform: none;
  font-size: 55px;
}
.footer .brand a {
  color: #fff;
}
.footer .brand a:hover {
  color: #fff;
}
.footer .brand:before {
  position: absolute;
  left: 0;
  font-size: 69px;
  width: 71px;
  height: 60px;
  line-height: 69px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.footer .brand p {
  font-size: 12px;
  color: #fff;
}
.footer_block {
  margin-bottom: 40px;
}
.footer_block:before {
  color: #fff;
  font-size: 50px;
  position: absolute;
  height: 41px;
  width: 55px;
  line-height: 41px;
}
.footer_block .fblock-1 {
  padding-left: 66px;
  box-sizing: border-box;
}
.footer_block .fblock-1 a {
  text-transform: uppercase;
}
.fblock-1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
}
.fblock-1 a {
  text-transform: none;
}
.social {
  margin: 20px 0;
}
.soc_network {
  background: #3d3d3d;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 10px 0 0;
  transition: all 0.3s ease 0s;
}
.soc_network:hover {
  background: #CF343C;
}
.soc_network a {
  width: 45px;
  height: 45px;
  font-size: 22px;
  font-weight: 300;
  color: #FFF;
}
.phone span {
  line-height: 20px;
}
@media (max-width: 1199px) {
  .header .brand {
    float: left;
    margin-left: 55px;
  }
  .header .nav {
    margin-right: 25px;
  }
  .date {
    height: 127px;
    padding: 15px 12px;
  }
  .number_date {
    margin-top: 5px;
  }
  .color_box .button {
    margin-top: 10px;
    float: right;
    margin-right: -19px;
  }
  .color_box .last_child .button {
    margin-right: 2px;
  }
  .color_box .text_block > li div {
    padding: 40px;
  }
  .soc_network {
    margin-right: 5px;
  }
  .first_aid h1 {
    font-size: 88px;
    line-height: 100px;
    font-weight: 300;
  }
  .quote h1 {
    font-size: 88px;
    line-height: 100px;
    font-weight: 300;
  }
  .box3 .link {
    margin-right: -20px;
  }
  .box3 .last {
    margin-right: 0;
  }
}
@media (max-width: 979px) {
  h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
  }
  h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
  }
  h1 {
    font-size: 50px;
    line-height: 70px;
    font-weight: 300;
  }
  .first_aid h1 {
    font-size: 50px;
    line-height: 70px;
    font-weight: 300;
  }
  .quote h1 {
    font-size: 50px;
    line-height: 70px;
    font-weight: 300;
  }
  .header .brand {
    float: left;
    margin-left: 25px;
    padding-left: 100px;
  }
  .header .brand:before {
    font-size: 75px;

    width: 75px;
    height: 85px;
    line-height: 85px;
  }
  .header .brand h2 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 300;
  }
  .header .nav {
    margin-right: 15px;
  }
  .header .sf-menu {
    margin-left: 0;
  }
  .header .sf-menu li + li {
    margin-left: 15px;
  }
  .header .sf-menu .sub-menu {
    padding: 20px 10px;
  }
  .header .sf-menu .sub-menu li {
    margin-left: 0;
  }
  .welcome_block {
    padding: 25px 10px;
    box-sizing: border-box;
  }
  .date {
    height: 99px;
    padding: 3px 5px;
  }
  .date h5,
  .date h6 {
    font-size: 15px;
  }
  .number_date span,
  .number_date label {
    font-size: 15px;
    line-height: 20px;
  }
  .img_line .color_box {
    margin-top: -65px;
    padding: 35px 0 0 25px;
  }
  .img_line .color_box .link {
    font-size: 25px;
    font-weight: 400;
    line-height: 70px;
    width: 65px;
    height: 70px;
    text-align: center;
    background: none repeat scroll 0% 0% #CF343C;
    float: right !important;
  }
  .img_line .container h1 {
    margin-left: 0;
  }
  .footer .brand {
    padding-left: 80px;
    margin-left: 0;
  }
  .footer_block .fblock-1 {
    padding-left: 45px;
    box-sizing: border-box;
    font-size: 12px;
  }
  .color_box .text_block li div {
    min-height: 120px;
    padding: 20px 20px 13px 20px;
  }
  .color_box .text_block h4 {
    font-size: 30px;
  }
  .soc_network {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .soc_network a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .soc_network a:before {
    position: static;
    font-size: 18px;
    line-height: 35px;
  }
  .index-list h5 {
    font-size: 18px;
  }
  .box3 div {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .header .brand {
    float: none;
    margin-left: 0;
  }
  .header .nav {
    margin-right: 0;
    float: none;
    margin-top: 30px;
  }
  .header_menu {
    float: none;
    margin-left: 0;
  }
  #search {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-right: 0;
  }
  #search .search-form {
    width: 100%;
  }
  .img_line .container .link {
    float: left;
  }
  .date {
    height: 156px;
    padding: 30px 15px;
  }
  .services_list,
  .news {
    padding: 30px 0px;
  }
  .color_box .button {
    margin-top: 0;
    float: left;
    margin-right: -19px;
  }
  .color_box .button a {
    position: static;
    display: inline-block;
  }
  .color_box .text_block {
    padding: 40px 50px;
    box-sizing: border-box;
    color: #FFF;
    border-left: 1px solid #B1B1A7;
  }
  .color_box .text_block li {
    display: block;
    border-right: 0;
    border-bottom: 1px solid #B1B1A7;
    padding-bottom: 0;
  }
  .color_box .text_block .last_child {
    padding-bottom: 60px;
  }
  .color_box .text_block > li a {
    display: inline-block;
    float: none;
  }
  .quote {
    color: #FFF;
    padding: 60px 0px 60px;
  }
  .welcome_block h4 {
    margin-left: 0;
  }
  .img_line .color_box {
    margin-top: -65px;
    padding: 35px 0 0 25px;
  }
  .img_line .color_box .link {
    font-size: 25px;
    font-weight: 400;
    line-height: 70px;
    width: 65px;
    height: 70px;
    text-align: center;
    background: none repeat scroll 0% 0% #CF343C;
    float: right !important;
  }
  .img_line .container .link {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
  }
  .first_aid {
    padding: 200px 0 100px;
  }
  .footer .footer_block {
    text-align: center;
  }
  .footer .footer_block:before {
    color: #CF343C;
    font-size: 50px;
    height: 41px;
    width: 38px;
    line-height: 41px;
  }
  .footer .fblock-1 {
    display: inline-block;
  }
  .footer .brand {
    text-align: center;
    padding-left: 56px;
    margin-left: -10px;
  }
  .footer .brand:before {
    left: 0;
    font-size: 45px;
    width: 45px;
    height: 61px;
    line-height: 61px;
    text-align: center;
    color: #CF343C;
    border-radius: 50%;
  }
  .footer .grid_3 {
    text-align: center;
  }
  .footer .grid_5 {
    text-align: center;
  }
  .box3 .link {
    margin-right: 0;
  }
}
@media (max-width: 479px) {
  h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
  }
  h2 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
  }
  h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
  }
  .first_aid h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
  }
  .quote h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
  }
  h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
  }
  h5 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
	text-align:justify;
  }
  .header .brand {
    float: none;
    margin-left: 0;
    padding: 0;
  }
  .header .brand:before {
    position: relative;
  }
  .header .nav {
    margin-right: 0;
    float: none;
    margin-top: 30px;
  }
  .header_menu {
    float: none;
    margin-left: 0;
  }
  .header_menu ul {
    padding: 10px 0;
  }
  .header_menu li {
    line-height: 12px;
    font-size: 10px;
    margin-left: 5px;
    margin-right: 0;
  }
  .search {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-right: 0;
  }
  .search .search-form {
    width: 100%;
  }
  .search .search-form label {
    margin-top: 0;
  }
  .header_bottom .container {
    padding: 15px 0 15px;
  }
  .img_line .container .link {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
  }
  .color_box .text_block {
    padding: 40px 15px;
    box-sizing: border-box;
    color: #FFF;
    border-left: 1px solid #B1B1A7;
  }
  .career {
    padding: 130px 0 130px;
  }
  .list-news {
    background-image: url("../images/page-4_img01.jpg");
    padding: 130px 0px 130px;
  }
  .footer {
    padding: 30px 0px 30px;
  }
  .footer .brand {
    padding-left: 80px;
  }
  .footer .brand h4 {
    font-size: 25px;
    line-height: 25px;
  }
  .text_block h4 {
    font-size: 25px !important;
	margin-top: 15px;
	margin-bottom: 15px;
  }
  .text_block p {
    font-size: 13px !important;
	text-align:justify;
  }  
  
  .requirements .button {
    margin-top: 30px;
  }
  .camera_caption .img_line .color_box {
    padding: 20px  0 0 10px !important;
  }
  .camera_caption .img_line .color_box h3 {
    padding-right: 60px;
  }
  .footer .footer_block {
    text-align: center;
    position: relative;
  }
  .footer .footer_block:before {
    color: #CF343C;
    font-size: 50px;
    position: relative;
    height: 41px;
    width: 38px;
    line-height: 41px;
  }
  .footer .fblock-1 {
    display: inline-block;
    padding-left: 4px;
  }
  .footer .brand {
    text-align: center;
    padding-left: 0;
    margin-left: 30px;
  }
  .footer .brand:before {
    left: 0;
    font-size: 45px;
    width: 45px;
    height: 61px;
    line-height: 61px;
    text-align: center;
    color: #CF343C;
    border-radius: 50%;
    margin-top: -52px;
    margin-left: 41px;
  }
  .footer .grid_3 {
    text-align: center;
  }
  .footer .grid_5 {
    text-align: center;
  }
}
