/*
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import "../css/animate.css";
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400,300,700);
*/
 
@font-face {
    font-family: 'bee_bold';
    src: url('fonts/OSR65__C.eot');
    src: url('fonts/OSR65__C.eot?#iefix') format('embedded-opentype'),
         url('fonts/OSR65__C.woff') format('woff'),
         url('fonts/OSR65__C.ttf') format('truetype'),
         url('fonts/OSR65__C.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Myriad-Pro-Bold';
  src: url('fonts/Myriad-Pro-Bold.eot'); /* IE */
  src: url('fonts/Myriad-Pro-Bold.eot?#iefix') format("embedded-opentype"),
     url('fonts/Myriad-Pro-Bold.ttf') format('truetype'),
     url('fonts/Myriad-Pro-Bold.woff') format('woff'); /* Modern Browsers */
}
@font-face {
    font-family: 'Awesome';
    src: url('fonts/fontawesome-webfont.eot');
    src: url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fontawesome-webfont.woff') format('woff'),
         url('fonts/fontawesome-webfont.ttf') format('truetype');          
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/pts55fwebfont.eot');
    src: url('fonts/pts55fwebfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pts55fwebfont.woff') format('woff'),
         url('fonts/pts55fwebfont.ttf') format('truetype');          
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PF Din Display Pro';
    src: url('fonts/PFDinDisplayPro-Reg.eot');
    src: url('fonts/PFDinDisplayPro-Reg.eot?#iefix') format('embedded-opentype'),
         url('fonts/PFDinDisplayPro-Reg.woff') format('woff'),
         url('fonts/PFDinDisplayPro-Reg.ttf') format('truetype');          
}
@font-face {
    font-family: 'PF Din Display Pro Light';
    src: url('fonts/PFDinDisplayPro-Light.eot');
    src: url('fonts/PFDinDisplayPro-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/PFDinDisplayPro-Light.woff') format('woff'),
         url('fonts/PFDinDisplayPro-Light.ttf') format('truetype');          
}
@font-face {
    font-family: 'PF Din Display Pro Medium';
    src: url('fonts/PFDinDisplayPro-Med.eot');
    src: url('fonts/PFDinDisplayPro-Med.eot?#iefix') format('embedded-opentype'),
         url('fonts/PFDinDisplayPro-Med.woff') format('woff'),
         url('fonts/PFDinDisplayPro-Med.ttf') format('truetype');          
}

/*========================================================
                    Main layout styles
=========================================================*/
body {
  overflow-x: hidden;
  font: normal 15px/18px 'Roboto',  'Calibri', 'Tahoma', 'Arial', 'Roboto Condensed', sans-serif;
  color: #111;
  background: #00335a;
  }
.body {
  
  width:100%;
  /*max-width:1400px;*/
  padding: 0px;
  margin: 0 auto;
  background-color: #fff;
   
}  
a {
  font: inherit;
  /*color: inherit;*/
  text-decoration: underline;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #005299;
}
a:hover {
  text-decoration: underline;
  color: #de3f00;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
img {
  /max-width: 100%;*/
  height: auto;
}
[class^="btn"] {
  /*text-transform: uppercase;*/
}
h1,
h4,
h6 {
  /*text-transform: uppercase;*/
  font: 400 20px/22px 'bee_bold', Arial, Tahoma;
  
}
h2 {
  
  font: 400 20px/22px 'bee_bold', Arial, Tahoma;
}
a[data-gal='1'] {
  display: inline-block;
  position: relative;
}
a[data-gal='1'] img {
  display: block;
}
a[data-gal='1'] .overlay {
  display: block;
  background: rgba(39, 39, 39, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a[data-gal='1']:hover .overlay {
  background: rgba(0, 0, 0, 0.3);
}
a[data-gal='2'] {
  display: inline-block;
  position: relative;
}
a[data-gal='2'] .first {
  width: 100%;
}
a[data-gal='2'] .overlay {
  display: block;
  background: rgba(39, 39, 39, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a[data-gal='2'] .hover {
  display: block;
  visibility: hidden;
  height: 50px;
  width: 61px;
  text-align: center;
  position: absolute !important;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -25px !important;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
a[data-gal='2']:hover .overlay {
  background: rgba(39, 39, 39, 0.73);
}
a[data-gal='2']:hover .hover {
  visibility: visible;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header { 
  border-top: 5px solid #fe0000;  
  position: relative; 
  padding: 0px 0 0;
  height:135px;   
  background-color: #ffffff;  
  background-image: url('../images/paper50.png');  
  border-bottom: 1px solid #555;
}
#header:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  -webkit-box-shadow: 0px 2px 1px 0px rgba(224, 224, 224, 0.75);
  -moz-box-shadow: 0px 2px 1px 0px rgba(224, 224, 224, 0.75);
  box-shadow: 0px 2px 1px 0px rgba(224, 224, 224, 0.75);
}
#header:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background-color: #e0e0e0;
}
#header .logo-caption,
#header .caption {
  /*margin-bottom: 32px;*/
}
#header .sf-menu,
#header .social-list {
  padding-bottom: 0px;
  
}
#header .logo-caption {
  margin: 2px 0 0 0px;
}
#header .logo-caption h1 div{
  font-size: 22px;
  color: #000;
  margin-top: 20px;
  left: 180px;
  top: 0px;
  width: 150px;
  position:absolute;
  font: 700 20px/20px 'Ubuntu', Tahoma, Calibri, 'Roboto Condensed', sans-serif;
  color: #482F79;
  text-align:left;  
}
#header .logo-caption h1 div i{
  color: red;
  font-style: normal;
}
#header .logo-caption img {
  width: 140px; 
  margin-top: 38px;
  margin-left: 40px;
}
#header .logo-caption img.distrubutor {
  width: 120px; 
  margin-top: 40px;
  margin-left: 40px;
}
#header .border-wrapper {
  position: relative;
  z-index: 999;
}
#header .border-wrapper:before {
  content: '';
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  height: 8px;
  /*background-color: #1e2731;*/
}

#header h1 {
  position: relative;
  display: inline-block;
  padding-left: 10px;
}
#header h1 span {
  font: 700 36px/41px 'PF Din Display Pro Light', Roboto, Arial, Calibri, 'Roboto Condensed', sans-serif;
}
#header h1 a:hover {
  text-decoration: none;
}
#header h1:before {
  content: '';
  position: absolute;
  left: 0;
  top: -5px;
  width: 52px;
  height: 65px;
  /*background: url(../images/index_img-15.png) no-repeat;*/
  /*background: url(../images/index_img-agsa.png) no-repeat;*/
}
#header .second-word {
    margin-left: 220px;
    font-size: 14px;
    line-height: 14px;
    float: left;
    color: #000000;
    padding-top: 0px;
    padding-left: 20px;
    position: absolute;
    width: 120px;
    top: 40px;
    border-left: 5px solid orange;
    text-align: right;
}
#header .logo-ditributor {
    margin-left: 320px;
    position: absolute;
    text-align: left;
    top: 0px;
    padding: 0px;
}
#header a {
  color: #ffffff; 
  text-decoration:underline;
}
#header a:hover {
  color: orange;  
  text-decoration:underline;
}
#header a.decor {
  border-bottom:1px dashed #ffffff; 
  text-decoration:none;
}
#header a.language {
  font-size:12px;
  color: #fe0000;
  border: 1px solid #fe0000;  
  border-radius:100%;
  padding: 7px;
  text-decoration:none;
}
#header a.language:hover {
  background: #fe0000;
  color: #FFFFFF; 
 
}

@media (max-width: 767px) {
  #header .second-word {
    margin: 0px 0 0 45px;
  text-align:right;
    /*line-height: 40px;*/
  }
}
#header .caption {
  position: relative;
  /*padding: 40px 30px 10px 30px;*/
  padding:0px;/*
  margin-right: 30px;*/
  top: 51px;

  display: flex;
  flex-direction: row;
  align-items: center;
 
}
p.phones {
  font-weight: normal;
  color: black;
  text-transform: none;
  text-decoration:none;
  border-bottom: 1px dashed #fff; 
  cursor: pointer;
  margin: 0;
  }
p.phones:hover {
  color: orange;
  
  } 
i.phones{
  position:absolute;
  left: -15px;
  /*bottom:20px;*/
  color: black;  
  text-decoration:none;
  border-bottom: 0px dashed #fff; 
  } 
  .show_phones {
  color: brown;
  width: 0;
  height: 0;
  padding: 0; 
  position: absolute;
  background: #fff7f1;
  z-index:9999;
  line-height:20px;
  font-size:12px;
  transition: 0.2s;
  overflow: hidden;
  top: 25px;
  opacity: 0;
  }
.show_phones strong { 
  color: #000;
  font-size: 22px;
  font: 400 18px/18px Arial;
  
}
#header .language {
  position: relative;
  padding: 50px 30px 10px 30px;
  text-align: right;
  
}
#header .caption:before, #header .language:before {
  /*
  content: '';
  position: absolute;
  left: 23px;
  top: -10px;
  width: 48px;
  height: 66px;
  background: url("../images/index_img-01.png") no-repeat;*/
}

@media (max-width: 479px) {
  #header .caption:before, #header .language:before {
    top: 0;
  }
}
#header .social-list ul li {
  display: inline-block;
  margin: 16px 10px 0 11px;
}
#header .social-list ul li a {
  font-size: 22px;
  color: #b0b0b0;
}
#header .social-list ul li a:hover {
  text-decoration: none;
  color: #cc0001;
}
#header .social-list ul li.last {
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  #header .social-list ul li {
    margin: 16px 5px 0;
  }
  #header .second-word {
    display:none;
  }
  #header .logo-ditributor {
    margin-left: 242px;
  }
}

@media (min-width: 486px) and (max-width: 767px) {
  #header .social-list ul li {
    margin: 16px 5px 0;
  }
  #header .second-word,
  .slider_banner {
    display:none;
  }

  #header .logo-caption img {
    margin-left: 0;
  }

  #header .logo-ditributor {
    margin-left: 166px;
  }

  #header .caption {
    padding: 20px 5px;
  }
  #header .caption .phones {
    display:none;
  }
  #header .caption a.language {
  font-size:12px;
  border: none; 
  border-radius:0%;
  padding: 2px 5px;
  text-decoration:underline;
  margin-right: 5px;
  }
}

@media (max-width: 485px) {
  #header .logo-caption, 
  #header .header-menu,
  #header .social-list {
    float: none;
  }
  #header {
    height: auto;
  }
  #header .language {
    padding: 0;
  }
  #header .social-list {
    text-align: center;
    padding-bottom: 0;
  }
  #header .logo-caption {
    text-align: center;
    margin-bottom: 0px;
  }
  #header .caption:before {
    top: 0;
  }
  #header .caption {  
    margin: 0px;
    padding:0px;
    width:100%;
    text-align:center;
    position: relative;
    top:0px; 
    display: flex;
    justify-content: center;
  
  }
  #header .caption i{ 
   display:none;
   } 
  #header .caption a {  
    color: #777;
    font-size:10px;    
  }
  #header .caption a:hover {  
    color: #333;
  }
  #header .caption a.language {
  font-size:12px;
  border: none; 
  border-radius:0%;
  padding: 2px 5px;
  text-decoration:underline;
  position:relative;
  top: 30px;
  }
  #header .border-wrapper:before {
    display: none;
  }
  #header .logo-caption h1{
    margin:0px;
  }    
  #header .logo-caption img{
    width: 120px;
  margin-top: 25px;
  margin-left:0px; 
  
  }  
  
  #header .second-word {
    /*display:none;*/
    width:100%;
    padding:0px;
    margin:0px;
    border: none;
    text-align:center;
    position:relative;
    top:15px;
    float: left;
   
  }
  #header .second-word p {
    margin:0px;
  }
  #header .logo-ditributor {
    width:100%;
    position:relative;
    text-align:center;
    float: right;
    top:0px;
  }
  #header .logo-ditributor img{
    width:30%;

  }
  #header .logo-caption h1 {
    width:100%;
  }
  
  #header .logo-caption h1 div{  
      width:120px;      
      margin-top: 10px;     
      top: 0px;
      color: #000;
      font: 700 15px/16px Tahoma, Calibri, 'Roboto Condensed', sans-serif;      
      margin-bottom:30px;
      text-align:left;
      
      left:40%;
      text-decoration:none;
  }
  #header .logo-caption h1 a {    
    text-decoration:none;
      
  }
  #header .logo-caption h1 div i{
    color: #000;
    font-style: normal;
  }  
}

.border-volna {
  position: absolute;
  top:-3px;
  /*
  background-image: url('../images/fon_cec_volna2.png');
  background-position:top center;
  background-repeat: repeat-x;
  */
  box-shadow:1px 1px 10px black;
  z-index:9999;
  height:12px;
  width:100%;
  border:none;
  }
  
.border-ten {
  position: relative; 
  background-image: url('../images/border_ten.png');
  background-position:center center;
  background-repeat: no-repeat;  
  height:24px;
  width:100%;
  border:none;  
  
  }
.border-ten-bottom  {
  position: relative; 
  background-image: url('../images/border_ten_bottom.png');
  background-position:bottom top;
  background-repeat: no-repeat;  
  height:19px;
  width:100%;
  border:none;  
  
  } 
.no_slider {
  background-color: blue;
  height: 100px;
  background-image: url('../wow/data1/images/picture0.jpg');
  background-repeat: repeat-x;
  background-position: center;
  
  } 
}



/* Main menu styles
========================================================*/
.header-menu {
  width:100%;
  background-color: #0057a8;
}
.sf-menu {
  float: right;
  z-index:999;  
  font-size: 20px;
  font-weight:normal;
}
.sf-menu i {
  font-size:16px;
  padding-left: 5px;
}
.sf-menu > li {
  float: left;
  position: relative;
  list-style: none;
  padding-left: 0px;      
}
.sf-menu > li > a {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;  
  text-transform: none;  
  padding: 20px 25px 20px 25px;
  -webkit-transition: 0.1s all ease;
  transition: 0.1s all ease;
    z-index:999;
}
.sf-menu > li > a.second {
  padding: 30px 27px 15px 19px;
}
.sf-menu > li > a:hover {
  text-decoration: none;
  color: #fff;
  background-image: url('../images/bg_menu.png');
   
  /*background: #0057a8;  */
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover.sf-with-ul:before {
  border-color: #fff transparent transparent transparent;
}
.sf-menu > li > a.sf-with-ul:before {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 45px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3.5px 0 3.5px;
  border-color: #f5f5f5 transparent transparent transparent;
}
.sf-menu > li.current > a {
  color: #fff; 
  background: #0057a8;
}
.sf-menu > li.current > a.sf-with-ul:before {
  border-color: #fff transparent transparent transparent;
}
.sf-menu > li.sfHover > a {
  color: #fff;
  
  background-image: url('../images/bg_menu.png');
}
.sf-menu > li.sfHover > a.sf-with-ul:before {
  border-color: #fff transparent transparent transparent;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.1s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.1s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul { 
  position: absolute;
  top: 67px;
  left: 0px;
  /*background: #1e2731;*/
  background: #660000;
  padding: 25px 15px 25px 30px;
  display: none;
  width: 400%;
  min-width: 280px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index:999;
  list-style: none;
}
.sf-menu ul li {
  
  position: relative;
   
  padding: 7px 0px;
  z-index:999;  
}
.sf-menu ul li a {  
  color: #fff;
  
}
.sf-menu ul li a:hover {
  /*font-size: 14px;
  font-weight: 700;*/
  text-decoration: none;
  color: orange;
}
.sf-menu ul li.sfHover > a {
  color: #fff;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -10px;
  left: 105px;
  padding: 15px 5px 15px 10px;
  z-index: 999;
  background: #cf0000;
}
.sf-menu ul ul li a {
  color: #010101;
}
.sf-menu ul ul li a:hover {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}

  

@media (min-width: 768px) and (max-width: 982px) {  
  .sf-menu {
    padding:0px;
  }
  .sf-menu > li > a { 
  font-size:15px;
  line-height:14px;
  padding-left: 15px;
  padding-right: 15px;
  } 
.sf-menu ul  { 
  top:60px; 
  }
}

@media (min-width: 986px) and (max-width: 1200px) {  
  .sf-menu,
  .sf-menu > li > a { 
  font-size:17px;
  line-height:18px;
  padding-left: 18px;
  padding-right: 18px;
  } 
.sf-menu ul  { 
  top:60px; 
  }
}

@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
 
  .select-menu {
    display: block;
    width: 100%;
  }
  .select-menu {
    display: block;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    margin: 5px 0 10px 0;
    padding: 0;
    height: 40px;
    border: none;
    background: #fe0000 url(../images/select.png) 99% center no-repeat;
    color: #fff;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    font: normal 14px 'Open Sans', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
 
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background-color: #ffffff;
  z-index: 999;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  overflow: hidden;
  background: #ffffff;
  /*====WRAPPERS-TOP====*/
  /*====WRAPPERS-Bottom====*/
  /*====HEADERS======*/
  /*====Buttons====*/
  /*=====BOXES======*/
  /*====ACCORDION====*/
  /*===Subscribe-form===*/
  /*===Markered List====*/
  /*==== Blog Box====*/
}
#content .bg-camera {
  position: relative;
}
#content .border-bottom {
  position: relative;
}
#content .border-bottom:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 100%;
  
}
#content .border-bottom:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 1px;
  background: #ffffff;
  width: 100%;
}
#content .divider {
  width: 100%;
  height: 1px;
  background-color: #cdcdcd;
}
#content .divider2 {
  width: 100%;
  height: 1px;
  background-color: #767673;
}
#content .border-bottom_2:before {
  bottom: 0px !important;
}
#content .border-bottom_2:after {
  bottom: 0 !important;
}
#content .bg-content {
 /* background: url(../images/bg-content.png) no-repeat;
  background-position: top center;*/
  background-color: #f0f2f3;
  background-color: #f8f6ea;
  
}
#content .bg-content_gray {
  margin: 20px 0px;   
  background-color: #e6e6e6;
  
}
#content  .company {
  padding: 45px 40px;   
  background-color: #e6e6e6;
  
}
#content  .certificate {
  padding: 15px 0px 20px 20px;   
  background-color: #30608e;
  color: #fff;
  
}
#content  .certificate img {
  max-width: 160px;
  padding: 0px 0px 0px px;
  
  
}

@media (min-width: 980px) and (max-width: 1100px) {  
#content  .certificate img {
  max-width: 170px;
  margin-left: 0px;
}
}
@media (min-width: 768px) and (max-width: 979px) {  
#content  .certificate {
  display:none;
  }
}
#content .bg-footermenu {
  /*background: url(../images/fon_cec_volna2.png) repeat-x;
  background-position: top center;
  background-color: #e6e6e6;
  */
  border-bottom:30px solid #e5322c;
   
}
#content .bg-footermenu a {
  color: #16508c;
  line-height:24px;
}
#content .bg-footermenu p{
  font-weight: bold;
   
  padding-top: 25px; 
}
#content .bg-footermenu a:hover {
  color: #e5322c;
}
#content .bg-content_2 {
  background: url(../images/bg-content_2.png) repeat;
}
#content .bg-red {
  background-color: #cf0302;
  background-color: #e48b00;
  background-image: url(../images/polosa.png);
}
#content .camera_caption h4 {
  font: normal 36px/55px 'Roboto Condensed', sans-serif;
}
#content .camera_caption h4 .big-word {
  font: normal 60px/38px 'Roboto Condensed', sans-serif;
  padding-left: 52px;
  letter-spacing: -1px;
}
@media (max-width: 479px) {
  #content .camera_caption {
    display: none !important;
  }
}
#content .marg_1 {
  margin-top: 16px;
}
#content .pad-right {
  padding-right: 650px;
}
@media (max-width: 1199px) {
  #content .pad-right {
    padding-right: 400px;
  }
}
@media (max-width: 979px) {
  #content .pad-right {
    padding-right: 0;
  }
}
#content .head-divider1 {
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 61px;
}
#content .head-divider1:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #767574;
}
#content .wrapper1-t {
  margin-top: 10px;
}
#content .wrapper2-t {
  margin-top: 85px;
}
#content .wrapper3-t {
  margin-top: 78px;
}
#content .wrapper4-t {
  margin-top: 22px;
}
#content .wrapper1-b {
  margin-bottom: 33px;
}
#content .wrapper2-b {
  margin-bottom: 20px;
}
#content .wrapper3-b {
  margin-bottom: 20px;
}
#content .wrapper4-b {
  margin-bottom: 75px;
}
#content .wrapper5-b {
  margin-bottom: 59px;
}
#content .wrapper6-b {
  margin-bottom: 20px;
}
#content .wrapper7-b {
  margin-top: 20px;
  margin-bottom: 10px;
}
#content .wrapper8-b {
  margin-bottom: 10px;
}
#content .wrapper9-b {
  margin-bottom: 51px;
}
#content .wrapper10-b {
  margin-bottom: 74px;
}
#content .wrapper1 {
  padding: 40px 0 40px;
}
#content .wrapper2 {
  padding: 37px 0 29px;
}
#content .wrapper3 {
  padding: 79px 0 37px;
}
#content .wrapper4 {
  padding: 76px 0 72px;
}
#content .wrapper5 {
  padding-bottom: 89px;
}
#content .wrapper6 {
  padding: 66px 0 91px;
}
#content .wrapper7 {
  padding: 79px 0 34px;
}
#content .wrapper8 {
  padding: 79px 0 91px;
}
#content .wrapper9 {
  padding: 76px 0 42px;
}
#content .wrapper10 {
  padding: 79px 0 94px;
}
#content .wrapper11 {
  padding: 76px 0 77px;
}
#content .wrapper12 {
  padding-bottom: 80px;
}
#content .wrapper13 {
  padding: 79px 0 92px;
}
#content .wrapper14 {
  padding: 79px 0 90px;
}
#content .heading_1 {
  margin-bottom: 26px;
}
#content .heading_2 {
  margin-bottom: 33px;
}
#content .heading_3 {
  margin-bottom: 28px;
}
#content .heading_4 {
  margin-bottom: 30px;
}
#content .heading_5 {
  margin: 74px 0 47px;
}
#content .heading_6 {
  margin-bottom: 25px;
}
#content .heading_7 {
  margin-bottom: 25px;
}
#content .heading_8 {
  margin-bottom: 31px;
}
#content .btn {
  display: inline-block;
  text-transform: uppercase;
  padding: 6px 15px;
  border: 1px solid #ccc;
  border-radius: 12px;
}
#content .btn:hover {
  text-decoration: none;
  background-color: #cc0001;
  border-color: #cc0001;
  color: #ffffff;
}
#content .markered-btn {
  position: relative;
  display: inline-block;
  padding-left: 23px;
  text-transform: none;
}
#content .markered-btn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 8px;
  width: 15px;
  height: 15px;
  background-color: #cc0001;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#content .markered-btn:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 8px;
  width: 6px;
  height: 5px;
  background: url("../images/right_arrow.png") no-repeat;
}
#content .markered-btn:hover {
  text-decoration: none;
  color: #1e2731;
}
#content .markered-btn:hover:before {
  background-color: #1e2731;
}
#content h5.line {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 21px;
}
#content h5.line:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 61px;
  height: 3px;
  background-color: #cc0001;
}
#content .btn_wrap1 {
  margin-top: 45px;
  text-align: center;
}
#content .btn_wrap1 .btn {
  padding: 6px 51px;
}
#content .box {
  text-align: center;
}
#content .box p {
  padding: 0 26px;
}
#content .box h5 {
  position: relative;
  padding-bottom: 29px;
}
#content .box h5:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -68px;
  width: 136px;
  height: 3px;
  background-color: #cc0001;
}
@media (max-width: 767px) {
  #content .box {
    margin-bottom: 15px;
  }
}
#content .box2 .circle {
  position: relative;
  display: block;
  width: 68px;
  height: 68px;
  border-radius: 34px;
  border: 1px solid #ababab;
}
#content .box2 .c1:before,
#content .box2 .c2:before,
#content .box2 .c3:before,
#content .box2 .c4:before,
#content .box2 .c5:before,
#content .box2 .c6:before {
  content: '';
  position: absolute;
  height: 46px;
}
#content .box2 .c1:before {
  left: 16px;
  bottom: 13px;
  width: 38px;
  background: url("../images/index_img-03.png") no-repeat 0 -46px;
}
#content .box2 .c2:before {
  left: 10px;
  bottom: 13px;
  width: 45px;
  background: url("../images/index_img-04.png") no-repeat 0 -46px;
}
#content .box2 .c3:before {
  left: 18px;
  bottom: 13px;
  width: 35px;
  background: url("../images/index_img-05.png") no-repeat 0 -46px;
}
#content .box2 .c4:before {
  left: 15px;
  bottom: 13px;
  width: 37px;
  background: url("../images/index_img-06.png") no-repeat 0 -46px;
}
#content .box2 .c5:before {
  left: 12px;
  bottom: 13px;
  width: 45px;
  background: url("../images/index_img-09.png") no-repeat 0 -46px;
}
#content .box2 .c6:before {
  left: 17px;
  bottom: 14px;
  width: 35px;
  background: url("../images/index_img-08.png") no-repeat 0 -46px;
}
#content .box2 h6 {
  text-transform: none;
  padding-right: 30px;
}
@media (max-width: 1199px) {
  #content .box2 h6 {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #content .box2 h6 {
    font-size: 17px;
    line-height: 20px;
  }
}
#content .box2:hover .circle {
  border-color: #cc0001;
  background-color: #cc0001;
}
#content .box2:hover .circle.c1:before,
#content .box2:hover .circle.c2:before,
#content .box2:hover .circle.c3:before,
#content .box2:hover .circle.c4:before,
#content .box2:hover .circle.c5:before,
#content .box2:hover .circle.c6:before {
  background-position: 0 0;
}
@media (max-width: 767px) {
  #content .box2 {
    margin-bottom: 20px;
  }
}
#content .box3 h3 {
  margin-bottom: 28px;
}
#content .box3 h6 {
  margin-top: 31px;
    margin-bottom: 21px;
  text-transform: none;
}
#content .box3 .btn {
  margin-top: 42px;
}
@media (max-width: 767px) {
  #content .box3 {
    margin-bottom: 20px;
  }
}
#content .box4 img {
  /*width: 100%;*/
  width:120px;
}
#content .box4 .caption {
  margin-top: 15px;
}
#content .box4 .caption h6 {
  margin-bottom: 13px;
  font-weight: bold;
}
#content .box4 .caption .btn {
  margin: 29px 2px 0;
  padding: 3px 0;
  text-align: center;
  min-width: 100px;
}
@media (max-width: 1199px) {
  #content .box4 .caption {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #content .box4 {
    text-align: center;
  }
  #content .box4 .caption {
    text-align: left;
  }
  #content .box4 a[data-gal='1'] {
    margin-bottom: 10px;
  }
}
#content .box5 h6 {
  text-transform: none;
  margin-bottom: 18px;
}
#content .box5 ul li + li {
  margin-top: 9px;
}
#content .box5 .btn {
  margin-top: 38px;
}
@media (max-width: 767px) {
  #content .box5 {
    margin-bottom: 15px;
  }
}
#content .h2-wrapper {
  text-transform: uppercase;
}
#content .h2-wrapper h2 {
  font: 700 24px/26px Arial, 'Roboto Condensed', sans-serif;
  margin-bottom: 6px;
}
#content .h2-wrapper p {
  font: normal 18px/26px 'Roboto Condensed', sans-serif;
}
#content .box6 {
  margin-bottom: 49px;
}
#content .box7 {
  margin-bottom: 10px;
}
#content .box7 h5 {
  margin: 29px 0 9px;
}
#content .box7 h5:before {
  height: 0;
}
#content .box8 .divider {
  margin-bottom: 31px;
}
#content .box8 img {
  margin-top: 8px;
}
#content .box8 .caption {
  margin-left: 400px;
}
#content .box8 p {
  margin-top: 24px;
}
@media (max-width: 767px) {
  #content .box8 img {
    float: none;
    margin: 0 0 0 15px;
  }
  #content .box8 .caption {
    margin-left: 0;
  }
}
#content .box9 {
  position: relative;
  margin-top: 39px;
}
#content .box9 .caption {
  padding-left: 82px;
}
#content .box9 .caption h5 {
  margin-bottom: 9px;
}
#content .box9 .caption .btn {
  margin-top: 13px;
}
#content .box9 > a {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  display: block;
  padding: 20px 28px 21px 29px;
  border-radius: 35px;
  border: 1px solid #767874;
  font: normal 24px/28px 'Roboto Condensed', sans-serif;
}
#content .box9:hover > a {
  background-color: #cc0001;
  text-decoration: none;
  border-color: #cc0001;
  color: #ffffff;
}
#content .contact-box {
  margin-bottom: 23px;
}
#content .contact-box .heading {
  position: relative;
  padding-left: 15px;
  margin-bottom: 1px;
}
#content .contact-box .heading:before {
  content: '\f0a9';
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 22px;
  color: #1e2731;
}
#content .box10 h6 {
  margin: 27px 0 24px;
}
#content .box10 img {
  margin-top: 6px;
}
@media (max-width: 767px) {
  #content .box10 img {
    margin-bottom: 10px;
  }
}
#content .box11 h6 {
  margin-bottom: 24px;
}
#content .box11 .icon-list {
  font: normal 15px/30px 'Roboto Condensed', sans-serif;
  margin-top: 21px;
}
#content .box11 .icon-list span {
  line-height: 30px;
}
#content .box11 .icon-list a {
  padding-left: 6px;
}
#content .box12 {
  position: relative;
  padding-left: 47px;
  margin-bottom: 4px;
}
#content .box12:before {
  content: '\f18e';
  position: absolute;
  left: 1px;
  top: 9px;
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 24px;
  color: #cc0001;
}
#content .box12 h6 {
  margin: 32px 0 14px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #content .box12.wrap1 {
    margin-bottom: 50px;
  }
}
#content .box13 {
  text-align: center;
}
#content .box13 .bg {
  margin-top: 3px;
  padding: 28px 0 27px;
  background-color: #1e2731;
}
@media (max-width: 767px) {
  #content .box13 .bg {
    float: left;
    min-width: 170px;
  }
}
@media (max-width: 479px) {
  #content .box13 .bg {
    min-width: 130px;
  }
}
#content .box13 .dark-circle {
  position: relative;
  display: inline-block;
  background-color: #293543;
  width: 96px;
  height: 96px;
  border-radius: 48px;
  margin-bottom: 23px;
}
#content .box13 .dark-circle:before {
  content: '\f133';
  position: absolute;
  left: 35px;
  top: 33px;
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 30px;
  color: #4f6681;
}
#content .box13 .contact-box {
  text-align: left;
}
#content .box13 .meta {
  color: #ffffff;
}
#content .box13 .meta p {
  font: normal 14px/18px 'Roboto Condensed', sans-serif;
}
#content .box13 .meta .date {
  text-transform: uppercase;
  font: normal 30px/30px 'Roboto Condensed', sans-serif;
}
@media (max-width: 767px) {
  #content .box13 {
    margin-bottom: 20px;
  }
  #content .box13 .putr {
    float: right;
    margin-right: 80px;
  }
}
@media (max-width: 479px) {
  #content .box13 .putr {
    margin-right: 0;
  }
}
#content .box14 {
  background: #f5f5f5;
  padding: 23px 31px 31px;
}
#content .box14 time {
  font-size: 14px;
}
#content .box14 .btn {
  margin-top: 26px;
}
@media (max-width: 767px) {
  #content .box14 {
    margin-bottom: 15px;
  }
}
#content #accordion h6 {
  position: relative;
  background: #f5f5f5;
  padding: 3px 0 5px 46px;
  margin-top: 3px;
}
#content #accordion h6:before {
  content: '\f054';
  position: absolute;
  left: 26px;
  top: 14%;
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 24px;
  color: #1e2731;
}
#content #accordion h6.first {
  margin-top: 33px;
}
#content #accordion h6:hover {
  cursor: pointer;
}
#content #accordion div {
  padding: 20px 10px 39px 47px;
  border: 1px solid #e9e9e9;
  border-top: none;
}
#content .red-mark {
  position: relative;
  margin-top: 10px;
  padding-bottom: 83px;
}
#content .red-mark:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #cdcdcd;
}
#content .red-mark p {
  font: 700 48px/24px 'Roboto Condensed', sans-serif;
  color: #373d43;
}
#content .red-mark .second {
  padding-top: 14px;
  font: normal 15px/24px 'Roboto Condensed', sans-serif;
  color: #8b8b8a;
}
#content .red-mark li {
  position: relative;
  padding-left: 30px;
}
#content .red-mark li + li {
  margin-top: 58px;
}
#content .red-mark li:before {
  content: '';
  position: absolute;
  left: -4px;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #cc0001;
}
@media (max-width: 767px) {
  #content .red-mark {
    margin-top: 25px;
  }
}
#content .news-box {
  margin-bottom: 60px;
}
#content .news-box .date {
  background-color: #cc0001;
  color: #ffffff;
  font: normal 13px/21px 'Roboto Condensed', sans-serif;
  padding: 2px 24px 3px;
}
#content .news-box h6 {
  padding-left: 96px;
}
#content .news-box .meta {
  margin: 9px 0 13px;
}
#content .news-box .meta p {
  display: inline-block;
  margin-right: 26px;
}
#content .news-box .meta p.up a {
  text-transform: uppercase;
}
#content .news-box img {
  margin-top: 6px;
}
#content .news-box .caption {
  margin-left: 290px;
  line-height: 21px;
}
#content .news-box .caption p + p {
  margin-top: 21px;
}
#content .news-box .caption .btn {
  margin-top: 15px;
}
@media (max-width: 767px) {
  #content .news-box img {
    float: none;
    margin-bottom: 10px;
  }
  #content .news-box .caption {
    margin-left: 0;
  }
  #content .news-box .meta p {
    margin-right: 10px;
  }
}
@media (max-width: 479px) {
  #content .news-box .date {
    float: none;
    display: inline-block;
    margin-bottom: 5px;
  }
  #content .news-box h6 {
    padding-left: 0;
  }
}
#content .news-box2 {
  margin-bottom: 46px;
}
#content .news-box2 img {
  margin-top: 4px;
}
#content .news-box2 .caption {
  margin-left: 200px;
}
#content .news-box2 h6 {
  margin-bottom: 13px;
}
#content .news-box2 .btn {
  margin-top: 26px;
  padding: 3px 0;
  text-align: center;
  min-width: 100px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #content .news-box2 img {
    float: none;
    margin-bottom: 10px;
  }
  #content .news-box2 .caption {
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  #content .news-box2 img {
    float: none;
    margin-bottom: 10px;
  }
  #content .news-box2 .caption {
    margin-left: 0;
  }
}
#content #subscribe-form {
  padding: 5px 0 0;
  text-align: right;
  position: relative;
}
#content #subscribe-form label {
  display: inline-block;
  background: rgba(255, 255, 255, 0.27);
  position: relative;
  min-width: 187px;
  margin-left: 9px;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content #subscribe-form label:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 13px;
  width: 15px;
  height: 14px;
}
#content #subscribe-form label.name:before {
  background: url(../images/index_img-16.png) no-repeat;
}
#content #subscribe-form label.email:before {
  background: url(../images/index_img-17.png) no-repeat;
}
#content #subscribe-form label input[type="text"],
#content #subscribe-form label input[type="email"] {
  display: block;
  width: 100%;
  padding: 11px 0 11px 40px;
  height: 100%;
  font: normal 14px/18px 'Roboto Condensed', sans-serif;
  color: #ffffff;
  outline: none;
  background-color: transparent;
  border: none;
  overflow: hidden;
  margin: 0;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 979px) {
  #content #subscribe-form label {
    display: block;
    margin-bottom: 10px;
  }
}
@media (max-width: 479px) {
  #content #subscribe-form label {
    display: block;
    margin-bottom: 10px;
  }
}
#content #subscribe-form .error,
#content #subscribe-form .success {
  position: absolute;
  right: 5px;
  font-size: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#content #subscribe-form .error {
  top: 0;
}
#content #subscribe-form .success {
  top: -20px;
}
#content #subscribe-form .error {
  color: #ffffff;
  overflow: hidden;
  height: 0px;
}
#content #subscribe-form .success {
  display: none;
  color: #ffffff;
}
#content #subscribe-form label.invalid .error {
  height: 21px;
}
#content #subscribe-form a[data-type='submit'] {
  display: inline-block;
  margin: 2px 0 0 3px;
  padding: 9px 25px 11px 26px;
  background-color: #272727;
  color: #ffffff;
  text-transform: uppercase;
  font: normal 14px/18px 'Roboto Condensed', sans-serif;
}
#content #subscribe-form a[data-type='submit']:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #cc0001;
}
@media (max-width: 1199px) {
  #content #subscribe-form a[data-type='submit'] {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  #content #subscribe-form {
    padding-top: 20px;
  }
}
#content .markered-list li {
  position: relative;
  padding-left: 23px;
  font: 300 15px/18px 'Roboto Condensed', sans-serif;
}
#content .markered-list li:before {
  content: '\f0a9';
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 20px;
  color: #cc0001;
}
#content .markered-list li + li {
  margin-top: 12px;
}
#content .map {
  width: 100%;
  height: 403px;
}
@media (max-width: 479px) {
  #content .map {
    height: 300px;
  }
}
#content address {
  text-transform: uppercase;
  margin: 22px 0 24px;
}
#content dt {
  padding-right: 6px;
}
#content dt,
#content dd {
  display: inline-block;
}
#content .mail a {
  text-decoration: underline;
}
#content .mail a:hover {
  color: #1e2731;
}
@media (max-width: 767px) {
  #content .mail {
    margin-bottom: 40px;
  }
}
#content .policy-box {
  margin-bottom: 38px;
}
#content .policy-box h6 {
  text-transform: none;
  font: 700 18px/24px 'Roboto Condensed', sans-serif;
  margin-bottom: 15px;
}
#content .policy-link {
  margin-top: -14px;
}
#content .policy-link a {
  text-decoration: underline;
}
#content .policy-link a:hover {
  color: #cc0001;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
    
  /*border-top: 30px solid #0057a8;*/
  padding: 24px 0px 20px 0px;
  color: #f5f5f5;
  font-size:13px;
  background: #fe0000;
  background-image: url('../images/bg_services_list.png');
  background-position: top center;
  background-repeat: repeat-x;    
  
  
}
#footer a{
  color: #ffffff;
}
#footer a:hover{
  color: #f5f5f5;
}
#footer h1,
#footer .copyright, 
#footer .socnet {
  display: inline-block;
}
#footer .socnet a i{  
    font-size: 24px;  
  border:0px solid #fff;
  padding: 1px 7px 1px 0px;
}
#footer .copyright {
   
  margin: 0px 0px 0px 9px;
  line-height: 15px;
}

@media (max-width: 767px) {
   #footer .copyright {
    display:none; 
  }
} 

#footer .developer {
  display: inline-block;  
}
#footer .developer {   
  margin: 15px 0 0 0px;
  line-height: 15px;
  border-left: 1px solid #fff;
  padding-left:30px;
}
#footer .developer a{
  display: inline-block;
  background-color: #AE2626;
  color: #FFF;
  font-weight: normal;
  font-size: 12px;
  padding: 4px 10px 6px 9px;
  text-decoration: none;
  margin-top: 4px;
}
#footer .developer a:hover {
  background-color: #333;
  color:#fff;
}
@media (max-width: 767px) {
   #footer .developer {
    border:0px;
    border-top:2px solid #AE2626;
    padding:10px 0px 0px 0px;
    margin-top: 45px;
    
  }
  #footer .developer a{
    padding:0px;
    display:normal;
    background-color: transparent;
    color: #AE2626;
    text-decoration:underline;
    font-weight:bold;
  }
  #footer .developer a:hover {
    background-color: transparent;    
    color:#000;
  }
} 
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  font-size: 24px;
  z-index: 20;
  color: #808080;
  width: 42px;
  height: 42px;
  padding-top: 5px;
  border-radius: 21px;
  background-color: #1e1e1e;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#toTop:hover {
  opacity: .38;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/* Stellar(parallaxBG) styles
========================================================*/
.stellar-block {
  background-position: center 0%;
  position: relative;
  background-repeat: no-repeat;
  z-index: 8;
}
.desktop .stellar-block {
  background-attachment: fixed;
}
.stellar-section .first {
  background-image: url(../images/index_img-06.jpg);
  background-color: #787470;
  background-position: center 0%;
}
@media (max-width: 1199px) {
  .stellar-section {
    background-image: url(../images/index_img-06_small.jpg);
  }
}
/*Core variables and mixins*/
.rotate {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
/*============  Text  =============*/
.text_1 {
  font: 400 20px/20px 'Roboto', Calibri, Arial, 'Roboto Condensed', sans-serif;
}
.text_2 {
  font: normal 14px/21px 'Roboto', Calibri, 'Roboto Condensed', sans-serif;
}
.text_3 {
  font: normal 14px/20px 'Roboto', Calibri, Arial, 'Roboto Condensed', sans-serif;
}
.text_4 {
    font: 400 24px/20px 'Roboto', Calibri, Arial, 'Roboto Condensed', sans-serif;
}
.text_5 {
  font: 400 18px/20px 'Roboto', Calibri, Arial, 'Roboto Condensed', sans-serif;
}
.text_6 {
  font: normal 12px/16px 'Roboto', Calibri, Arial, 'Roboto Condensed', sans-serif;
}
.text_7 {
  font: normal 18px/20px 'Roboto', Calibri, Arial, 'Roboto Condensed', sans-serif;
}
.text_8 {
  font: normal 14px/20px 'Roboto', Calibri, Arial, 'Roboto Condensed', sans-serif;
}
.text_9 {
  font: 700 16px/21px 'Roboto', Calibri, Arial, 'Roboto Condensed', sans-serif;
}
.text_10 {
  font: 700 14px/21px 'Roboto', Calibri, Arial, 'Roboto Condensed', sans-serif;
}
.text_11 {
  font: 700 18px/21px 'Roboto', Calibri, Arial, 'Roboto Condensed', sans-serif;
}
.italic {
  font-style: italic;
}
/*============  Colors  =============*/
.color_1 {
  color: #ffffff;
}
.color_2 {
  /*color: #cc0001;*/
  font-family: Arial;
  font-weight: bold;
  color: #000;
}
.color_3 {
  line-height:24px;
  color: darkblue;
    
  
}
.color_4 {
  color: #e5322c;
}
.color_5 {
  color: #737885;
}
.color_6 {
  color: #8b8b8a;
}
.color_7 {
  color: #393939;
}
.color_8 {
  color: #2f2f2f;
}
.color_9 {
  color: #9a9a9a;
}
.color_10 {
  color: #363f45;
}
.color_11 {
  color: #383838;
}
.color_12 {
  color: #373d43;
}
/*============  Backgrounds  =============*/
.bg_1 {
  background: #ffffff;
}
.bg_2 {
  background: #cc0001;
}
.bg_3 {
  background: #f6f8fa;
}
.bg_4 {
  background: #272727;
}
/*============  Floats  =============*/
[class^='put-left'] {
  float: left;
}
[class^='put-right'] {
  float: right;
}
@media only screen and (max-width: 767px) { 
  [class^='put-left'] {
    float: none;
  }
}
.banners_list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 40px;
  /*border-top: 2px solid #41aec3;*/
  padding-top: 40px;
}
.banners_list li {

    display: table-cell;
    float: left;
    height: 70px;
    vertical-align: middle;
    width: 220px;
  
}
.banner_links {
  position:relative;
    border-top: 2px solid #41AEC3;
    margin-top: 40px;
}
.anyClass {
    padding-top: 40px;
    margin-left: 25px;
}
.prev-next {
  width:90%;
  height: 32px;
    background-image: url('../images/point.png');
  background-repeat: repeat-x;
  background-position: center;
}
.prev {
  float:left; 
  position:absolute;
}
.next {
  float:right;
  
}
.prev, .next {
  cursor: pointer;
}
.main_feedback {
  background-image: url('../images/konvert_.png');
  background-repeat: no-repeat;
  background-position: top left;  
  margin: 40px 0px;
  padding-top: 20px;
  position:relative;
}
.main_feedback img {
  margin-top:30px;
  padding:0px;
  left: 0px;
  
}
.main_feedback a {
  padding:50px 0px;
  left: 120px;
  position:absolute;
  
  
}
.main_why {
  color: #e5322c;
  font: 400 28px/24px "Myriad-Pro-Bold",sans-serif;  
  margin: 20px 0px;
  
  width: 80%;
  border-bottom: 1px solid #777;
  
}
.slider_banner {
  border:1px solid #777;
  padding: 5px;
  
  /*box-shadow:0px 0px 20px #ccc;*/
}

.images_list {
    display: block;
    clear: both;
}
.images_list li {
    float: left;
    border-width: 2px;
    border-color: transparent;
    border-style: solid;
    list-style: outside none none;
    margin: 5px;
}
.images_list li img {
    border: 1px solid #777;
    padding: 5px;
    margin: 5px;
}

.page_link {
  color: #555;
  font-size:13px;
}

.content_center_title {
  font: 400 26px/24px "Myriad-Pro-Bold",sans-serif;
  padding:40px 0px 20px 0px;
}
.title_2 {
  font: 400 20px/22px "Myriad-Pro-Bold",sans-serif;
  padding:40px 0px 20px 0px;  
}
.right_small_menu {
  padding:0px 5px 40px 30px;
  background-color:#fffbee;
  border:1px solid #cec3a2;
  width:100%;
}
.right_small_menu li {
  padding: 5px 0px;
  font-weight:bold;
}
.right_small_menu li a {
  color: #0055a6;
  font-weight:normal;
  
}
.slider_other {
   
  padding:0px;
  margin:0px;  
  width:100%;
  position:relative;
  display: block;
  background-color: #f5f5f5;
}
.menu_container {
  width:100%;
  margin-right: auto;
  margin-left: auto;
  
  background-color: #fe0000;
  position:absolute;
  height:58px;
  
}
.ws_height {
    width: 100%;
    min-height: 100px;
    background-image: url('../images/bg_services_list.png');
    background-position: center;
    background-color: #b5b5b5;
}

.service_list {
  background-color:#ffffff;
  padding: 30px 0px;
  line-height:18px;
}

.service_list_img {
  width: 120px;
}

.sert_partner {
      width: 120px;
}
.service__block {
  height: 200px;
  text-decoration: none;
}

.service_list_flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 768px){
  .service_list {
    padding: 0;
  }
  .service_list_flex {
    flex-direction: column;
  }
  .service__block {
    margin-bottom: 10px;
  }
}

.service__block:hover {
  text-decoration: none;
}


.service__block_inner {
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
}

.service__block_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: 0.4s;
}

.service__block_inner span {
  display: block;
  font-size: 18px;
  margin: 10px 10px 0;
  background-color: #fe0000;
  padding: 10px;
  color: white;
  position: relative;
  z-index: 2;
  box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}

.service__block_inner:hover {
  box-shadow: 0 3px 5px -1px rgba(0,0,0,.2), 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12);
}

.service__block_inner:hover .service__block_img {
  transform: scale(1.2);
}


.service_list .grid_3 {
  margin:0px 0px 10px 0px;
  padding:0px
}
.service_list h2 {
  margin:20px 0px;  
  padding:0px 0px 0px 0px;
  letter-spacing:-1px;
  text-transform:uppercase;
  /*
  padding-left: 40px;
  background-image: url('/images/h2.png');
  background-repeat: no-repeat;
  background-position:top left;
  */
  max-width:70%;
  min-height: 32px;
  color: #000000;
  
  
}
.service_list h2:first-line {
  color: #fe0000;
  
}
.service_list a.button{
  padding:8px 15px;
  border: 1px solid #004886;
  border-radius: 14px;
  line-height:50px;
  
  color: #ffffff;
  text-decoration:none;
  font-weight: bold;
  background: #004886;
} 
.service_list a.button:hover{
  color: #005299;
  background: transparent;
  
}
.service_list a:hover { 
  color: red;
  
} 

.ditributor_info {
  background-color:#fe0000;
  padding:0px 0px;
  line-height:18px;
  color: #ffffff;
}
.ditributor_info a { 
  color: #ffffff;
} 
.ditributor_info img{
  max-width: 100%;
  
}
#padding10 {
  padding:10px;
}

.download__catalog {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mainpage_about {
  width:100%;
  position:relative;
  margin-bottom: 50px;
}
.mainpage_about .list {
  position:relative;
}
.mainpage_about .list p{
  padding: 10px 0px 0px 60px;
}
.mainpage_about .list span {
  background-color: #5f9fb0;
  padding: 10px;
  font-size:24px;
  top:10px;
  color: #ffffff;
  position:absolute; 
  border-radius:100%;
}
.partner_blue {
 
  color: #ffffff;
  line-height:18px;
  background-color: #00427b;
  background-image: url('../images/header_bg.png');
  background-position: top center;
  background-repeat: repeat-x;  
  
}
.partner_blue img {
  position: absolute;
  top:-37px;
  right:40px;
}

@media (max-width: 767px) {
.partner_blue img {
  display: none;
  }

} 

.partner_white { 
  line-height:18px; 
  color: #01437c;
  
}

.feedback_footer {
  background-color:#e0e0e0;
  padding: 25px 0px;
  line-height:18px;
  
  
 
}
.feedback_footer h2 {
  font-size:24px;
  color: #da7100;
  line-height:15px;
} 
.feedback_footer h1 {
  font: 400 24px/18px Arial;  
  color: #000;
  letter-spacing:0px;
}
.feedback_footer h1 a{
  color: #000;
  font-size:15px;
 }  

.thumb-box2 {
  padding: 152px 0 133px 0;
  overflow: hidden;
  background-position: left 100%;
  position: relative;
  background-image: url(../images/header_bg_.jpg);
  text-align: center;
}
.thumb-box2 p {
  font-size: 17px;
  line-height: 31px;
  color: #224055;
  font-weight: normal;
  margin-bottom: 27px;
}
.thumb-box2 .title {
  font: 300 85px/1em 'Bookman Old Style', 'Times New Roman', Calibri, 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 8px;
  color: #224055;
}
.thumb-box2 .title2 {
  font: 300 85px/1em 'Bookman Old Style', 'Times New Roman', Calibri, 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 44px;
  color: #224055;
}
.thumb-box2 .title2 strong {
  color: #5499c9;
  font-weight: bold;
}
.thumb-box2 .description {
  font: bold 85px/1em 'Bookman Old Style', 'Times New Roman', Calibri, 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 17px;
  color: #5499c9;
}

.phones strong{
  font: 700 20px/15px Arial;  
  
}
@media (max-width: 767px) {
.corpsite {
  display:none;
}
}

.feedback_form {
  margin-top: 25px;
  width:98%;
  
  
}
.feedback_form input, .feedback_form input,  .feedback_form textarea {
  border: 2px solid #6798cb;
  border-radius: 3px;
  padding: 10px 15px;
  background-color: #ecf2f8;
  margin: 6px 0px 10px 0px;
  width:100%;
  font: 700 17px/20px Calibri, Tahoma;
  
}
.feedback_form textarea {
  background-image: url('../images/konvert_.png');
  background-repeat: repeat-x;
  background-position: center -5px ;
} 
.feedback_form img.imagecode {
  margin:0px;
  padding:0px;
}
.feedback_form input.imagecode {
  padding:3px 10px;
  margin:0px 0px 10px 0px;
  background-color: #edfceb;
  border: 2px solid #a5d0a1;
  width:100%;
}
.feedback_form input.formsubmit {
  width: 240px;
  padding:10px 15px;
  margin:0px 0px 10px 0px;
  color: #ffffff;
  background-color: #4e92c6;
  border: 4px solid #256ca3;
  cursor:pointer; 
  
}
.feedback_form input.formsubmit:hover {
  background-color: #77afda;
  
}

.we_are { 
  line-height:18px;
  background-color: #f0f0f0;
  font: 100 16px/18px Calibri, Tahoma;
background-image: url('../images/tascom_bg2.png');
background-position: bottom center;
background-repeat: no-repeat;
background-size: contain;  

}
.we_are .box { 
  padding:20px;
  text-align:center;
}
.we_are .box p {
  /*font-size: 48px;*/
}
.we_are .box h2 {
  font: 400 24px/18px Calibri, Tahoma;
  color: #fe0000;
}
.we_are img {
  /*
  position: absolute;
  top: -37px;
  right: 40px;
  max-width: 360px;
  */
  max-width:64px;
  animation-name: spin;
  animation-duration: 8s;
  animation-iteration-count: infinite;
}

@keyframes spin {
  0% {
    transform: rotateY(0deg);
  }
  20% {
    transform: rotateY(360deg); 
  }
  40% {
    transform: rotateY(360deg); 
  }
  100% {
    transform: rotateY(360deg); 
  }
}



/*.dropdown-content {
    display: none;
    position: absolute;
    width: 100%;
    left: 0px;
    padding: 20px;
    margin: 0px;
    background-color: #f4f4f4;
    background: linear-gradient(120deg,#fff, #ddd);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99999;
}


.dropdown-content h4 {
    font-weight: 100;
    color: #000;
    color: #0055BA;
    padding: 15px 0px 7px 0px;
    text-align: left;
    font-size: 20px;
}



.dropdown .dropbtn {
    border-top: 0px solid transparent;
}
.nav li a, .dropbtn {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 15px 25px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}


li.dropdown {
    display: inline-block;
}
.dropdown {
    position: inherit;
    display: block;
}


nav .header_menu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px 0px 0px 30px;
    overflow: hidden;
    text-align: center;
}*/