/*
@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);
*/
@import url('https://fonts.googleapis.com/css?family=Prompt:600');
.warning {
  width: 100%;
  padding: 50px 100px;
}
.warning p {
  width: 100%;
  text-align: center;
  color: white;
  font-size: 30px;
  line-height: 1.5;
}


@media screen and (max-width: 425px){
  .warning p{
    font-size: 16px;
  }

  .warning {
      padding: 30px 20px;
  }
}
@import url(https://fonts.googleapis.com/css?family=Play:400,700&subset=latin,cyrillic); 
@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 'Play', 'PF Din Display Pro Light', Roboto,  Calibri, Tahoma, Arial, 'Roboto Condensed', sans-serif;*/
  color: #111;
  background: #00335a;
  font-size:400;
  }
.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: #da7100;
}
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 {
	margin-bottom: 25px;
	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 {
  width: 100%;
  height: 74px;
  padding: 15px 15%;
  background-color: #00427b;
  background-image: url('../images/header_bg.png');
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: cover;

  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);

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 8000;
}

  .languages {
    position: fixed;
    top: 78px;
    right: 50px;
    z-index: 8000;
  }

     .language {
        font-size:12px;
        background-color: #4a4a4a;
        padding: 8px;
        text-decoration:none;
        margin-right: 1px;
        color: white;
        font-weight: 700;
        cursor: pointer;  
    }

    .language:last-child {
      margin-right: 0;
    }
    .language:hover {
      background: #000000;
      color: #ffffff;
      text-decoration: none;
    }

  .header__logo {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

    .header__logo a {
      margin-right: 20px;
    }

    .header__logo .second-word {
      padding-left: 20px;
      border-left: 3px solid #da7100;
      color: white;
      font-weight: 700;
    }


      .header__logo .second-word p {
        margin: 0;
      }

    .header__right {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end;
    }
      .header__right p {
        color: white;
        font-size: 20px;
        margin-bottom: 0;
        margin-right: 20px;
        font-weight: 400;
        font-family: 'Prompt', sans-serif;
        text-shadow: 1px 1px 1px black;
      }

      .header__right .mobile {
        display: none;
      }

   

@media screen and (max-width: 1491px){
  .header {
    padding: 15px 10%; 
  }
}

@media screen and (max-width: 1421px){
  .header {
    padding: 15px 5%; 
  }
}

@media screen and (max-width: 993px){
  .header__logo .second-word {
    display: none;
  }
}


@media screen and (max-width: 597px){
  .header {
    flex-direction: column;
  }

  .header__logo {
    justify-content: space-between;
  }

  .header__right p {
    display: none;
  }

  .header__right p.mobile {
    display: block;
    margin-right: 0;
    text-align: center;
  }

  .header__right {
    justify-content: center;
  }
}

@media screen and (max-width: 425px){
  .header__logo .second-word {
    display: none;
  }

  .header {
    padding: 20px 5%;
  }
}

/*#header {
  position: relative; 
  padding: 0px 0 0;
  /*height:125px;
   
  background-color: #00427b;
  background-image: url('../images/header_bg.png');
  background-position: bottom;
  background-repeat: repeat-x;
  
	}
#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 {
  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: 250px;
  font-size: 14px;
  line-height:16px;
  font-weight: 700;
   
  color: #FFFFFF;
  padding-top: 0px;
  padding-left:20px;
  position:absolute;
  width: 200px;
  top: 40px;
  border-left: 5px solid #d95c00;
}

#header .second-word p{
  font-weight: 700;
}
#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;
	border: 1px solid #ffffff;	
	border-radius:100%;
	padding: 8px;
	text-decoration:none;
	margin-right: 10px;
}
#header a.language:hover {
	background:#ffffff;
	color: #00427b;	
 
}

#header .caption {
  position: relative;
  /*padding: 50px 30px 10px 30px;
  padding:0px;
  margin-right: 30px;
  top: -30px;

  display: flex;
  flex-direction: row;
  align-items: center;
 
}
#header .caption:before {
  
  content: '';
  position: absolute;
  left: 23px;
  top: -10px;
  width: 48px;
  height: 66px;
  background: url("../images/index_img-01.png") no-repeat;
}

@media (min-width: 768px) and (max-width: 979px) {
  #header .social-list ul li {
    margin: 16px 5px 0;
  }
  #header .second-word {
	  display:none;
  }
   #header .logo-caption {    
    margin: 10px 0px;	
  }   
}

@media (min-width: 486px) and (max-width: 767px) {
  #header .social-list ul li {
    margin: 16px 5px 0;
  }
  #header .second-word {
	font-size: 11px;
	line-height: 11px;
	margin-left: 150px;
	width: 140px;
	text-align: left;
	position: absolute;
	top: 10px;
  }
  #header .logo-caption {    
    margin: 10px 0px;	
  }  
  #header .logo-caption img {
	  margin-top: 15px;
	  margin-left: 25px;
	  width:100px;
  }   
  #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 .caption: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;	
	}  
  #header .logo-caption, 
  #header .header-menu,
  #header .social-list {
    float: none;
  }
  #header .social-list {
    text-align: center;
    padding-bottom: 0;
  }
  #header .logo-caption {
    text-align: center;
    margin-bottom: 0px;
	position: relative;
	top: 10px;
  }
  #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 .border-wrapper:before {
    display: none;
  }
  #header .logo-caption h1{
    margin:0px;
  }    
  #header .logo-caption img{
    width: 120px;
	margin-top: 5px;
	margin-left:0px; 
	
  }  
  #header .second-word {
	  /*display:none;
	  width:100%;
	  padding:0px;
	  margin:0px;
	  border: none;
	  text-align:center;
	  position:relative;
	  top:5px;
	  float: left;
	  font-size: 11px;
	 
  }
  #header .second-word p {
	  margin:0px;
  }
  #header .caption a.language {
	font-size:12px;
	border: none;	
	border-radius:0%;
	padding: 2px 5px;
	text-decoration:underline;
	position:relative;
	top: 30px;
  }
  #header  .language {
	top: 30px;
  }
  #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
========================================================*/

.sf-menu {
  /*float: right;
  font-size: 20px;
  */
  z-index:999;  
  font-size: 17px;
  font-weight:normal;
}

.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: #00335a;
  background: #0057a8;
}
.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: #005299;
  padding: 25px 15px 25px 30px;
  display: none;
  width: 100%;
  min-width: 240px;
  -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;
}

.ws_gestures {
  background-image: url('../images/bg_265.jpg');
  background-attachment: fixed;
  background-size: cover;       
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -10px;
  left: 105px;
  padding: 15px 5px 15px 10px;
  z-index: 999;
  background: #001a24;
}
.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;*/
	font-size:12px;
	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: 8px 0 10px 0;
    padding: 0;
    height: 40px;
    border: 5px solid #c0c0c0;
    background: #fefefe url(../images/select.png) 99% center no-repeat;
    color: #000;
    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-color: white;
  background-image: url(../images/tascom_bg2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  /*====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: #00335a;
  background-image: url('../images/header_bg.png');
  background-position: bottom;
  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;
}
.logotype {
	font: 700 17px/12px Arial;
	letter-spacing: -1px;
	text-transform: uppercase;
}
@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 #00335a;
  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;
  width: 100%;
}
[class^='put-right'] {
  float: right;
}
.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: rgba(0,0,0,0.8);
	position:absolute;
  transition: 0.5s;
}

.ws_height {
	width:100%;
	min-height:100px;	
	
	background-image: url('../images/bg_services_list.png');
	background-position:center;
	
	background-color: #e7e7e7;
	
	
}
.service_list {
	line-height:18px;
	background-color: rgb(244, 243, 242);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
}

.news_main {

  background-color: white;
  background-image: url(../images/tascom_bg2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
}
.service_list .grid_3 {
	margin:0px 0px 10px 0px;
	padding:0px
}
/*.service_list img {
	width:150px;
	border:1px solid #ffffff;
	border-radius:120px;
	margin: 25px 0px 10px 0px;
	box-shadow:0px 5px 5px #f5f5f5;
}*/
.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: #d05f0b;
	
}
.service_list a.button{
	padding:8px 15px;
	border: 1px solid transparent;
	border-radius: 14px;
	line-height:50px;
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
	background: #004886;
}	
.service_list a.button:hover{
	background: transparent;
	border: 1px solid #004886;	
	color: #005299;
}
.service_list a:hover {	
	color: red;
	
}
@media (max-width: 485px) {
	.service_list,  .service_list h2, .service_list img {
		max-width:100%;
		text-align:center;
	}
}


.product {
  height: 110px;
  overflow: hidden;
  background-repeat: no-repeat; 
  background-size: cover;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 0px 2%;
}

.product h2 {
  transition: 0.1s;
  z-index: 2;
}

.product__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: 0.2s;
}

.product__image_before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.65);
  z-index: 1;
}

.product::before {
  content: '';
  width: 95%;
  height: 95%;

  position: absolute;
  left: 2.5%;
  top: 2.5%;
  border: 5px solid #74bbff;
  opacity: 0;
  transition: 0.5s;
  z-index: 2;
}

.product:hover::before {
  opacity: 1;
}
.product:hover > .product__image {
  transform: scale(1.2);
}
.product:hover h2 {
  color: #74bbff;
}

.product h2 {
  color: white;
  margin-bottom: 0;
  font: 500 19px Arial;
  text-align: center;
}

.mainpage_about, .content_pages {
	width:100%;
	position:relative;
  background-color: white;
  padding: 20px;
  padding-bottom: 0;
  background-image: url(../images/tascom_bg2.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-size: contain;
}

.mainpage_about_img {
  width: 80%;
}

.mainpage_about a {
  padding: 7px 15px;
  color: white;
  background-color: #00427b;
  text-decoration: none;
  cursor: pointer;
}

.mainpage_about button {
  padding: 7px 15px;
  color: white;
  background-color: #00427b;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media screen and (max-width: 390px){
  .mainpage_about {
    padding: 15px;
  }
}



.mainpage_about h2 {
  font-size: 30px;
}
.mainpage_about p {
  font-size: 16px;
}

.mainpage_about .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px){
  .mainpage_about .row {
    flex-direction: column;
  }

  .mainpage_about_img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.mainpage_about .list, .content_pages .list {
	display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  margin-bottom: 10px;
}
.mainpage_about .list p, .content_pages .list p {/*
	padding: 10px 0px 0px 60px;*/
  margin: 0;
}
.mainpage_about .list span, .content_pages .list span {
	background-color: #5f9fb0;
	padding: 10px;
	font-size:24px;
	top:10px;
	color: #ffffff;
	border-radius:100%;
  margin-right: 20px;
}
.content_pages{
	text-align: justify;	
	line-height:20px;
}
.content_pages h2, .content_pages h3, .content_pages h4 {
	text-align: left;
	
}
.content_pages #map {
	margin-bottom: 50px;
	margin-top:5px;
	border:1px solid #000;		
}
.content_right_date {
	color: #fff;
	padding: 3px 10px;
	background: #00427b;
}
.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;	
}

.slider__background {
  width: 100%;
  background-image: url(../images/bg_265.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}


.partner_blue .text {
  font-size: 14px;
}
.partner_blue img {
	position: absolute;
	top:-37px;
	right:40px;
}

@media (max-width: 767px) {
.partner_blue img {
	display: none;
	}
}	

.partner_white { 
	line-height:18px;
  font-size: 14px;
	color: #01437c;
  background-color: white;
}

.partners_slider {
  background-color: white;
}

.partners__list {
  width: 100%;
  background-color: white;
  display: flex;
  flex-flow: row wrap;
  padding: 0 5%;
}

  .partners__list__col{
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  @media screen and (max-width: 724px) {
    .partners__list__col {
      width: 50%;
    }
  }

    .partners__list__col img {
      width: 120px;
    }

@media (max-width: 425px) {
  .partner_white{
    padding: 20px;
  }
  .partner_blue .row {
    padding: 20px 0;
  }
} 

.feedback_footer {
	background-color: rgb(244, 243, 242);
	padding: 25px 0px;
	line-height:18px;
}
.feedback_footer h3 {
	font-size:24px;
	color: black;
	margin-bottom: 5px;
	font-family: inherit;
	font-weight: 700;
}

.feedback_footer h1 {
	font: 400 24px/18px Arial;	
	color: #000;
	letter-spacing:0px;
}
.feedback_footer h1 a{
	color: #000;
	font-size:15px;
  cursor: pointer;
 }	

.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;
}


p.phones {
	font-weight: normal;
	color: #fff;
	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: #fff;	
	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;
	
}
.photos_show_slide {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed #777;
	width: 75%;
}


.menu_krug {
  width:100%;
  padding:0px 0px;
  margin:0px;
  text-align: center;
  position:relative;
  background-image: url('/images/krug_menu/earth.gif');
  background-position: 51% 62%;
  background-repeat: no-repeat;
  background-size: 45%;

  
} 
.menu_krug .img_krug,
.menu_krug .img_krug_text {
  padding:0px;
  margin:0px;
  position: relative;
}
.menu_krug .img_krug_text {
  position:absolute;  
  top:0px;
  margin: auto;
  width: 100%;
  
}

.menu_krug_flex {
  margin-top: 80px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

@media (max-width: 988px) {
  .menu_krug_flex {
  	justify-content: center;
  }
  .slider_img {
  	text-align: none;
  }
}

@media screen and (max-width: 768px) {
  .slider_img {
    display: none;
  }
}
.menu_krug .img_krug img,
.menu_krug .img_krug_text img {
  /*width:80%;*/
  width:450px;
}
.menu_krug a {
  position: relative;
  float: left;
  z-index: 3;
  top: 0px;
  width: 50%;
  width: 225px;

  
}
.menu_krug a img {
   width:100%;
 }
.menu_krug area:hover {
   border: 0px solid white;
}

@media (max-width: 485px) {
  .menu_krug {
    background-size: 58%;   

  } 
}

@media (min-width: 486px) and (max-width: 767px) {
  .menu_krug {
    background-position: 52% 64%;     
    background-size: 60%;
  } 
}

@media screen and (max-width: 488px){
  .menu_krug .img_krug img, .menu_krug .img_krug_text img {
    width: 362px;
  }
}

@media screen and (max-width: 390px){
  .menu_krug .img_krug img, .menu_krug .img_krug_text img {
    width: 260px;
  }
}


@media (min-width: 768px) and (max-width: 982px) {  
  .menu_krug {
    background-position: 51% 60%;
      background-size: 32%;
    }

}

@media (min-width: 986px) and (max-width: 1200px) { 
  .menu_krug {
    background-position: 52% 58%;
    background-size: 50%;
  }
}




/* -------------------------------------------------------- */



.menu_krug_left {
  width:100%;
  padding:0px 0px;
  margin:0px;
  text-align: center;
  position:relative;
  background-image: url('/images/krug_menu/earth.gif');
  background-position: 51% 60%;
  background-repeat: no-repeat;
  background-size: 50%;


  
} 
.menu_krug_left .img_krug_left,
.menu_krug_left .img_krug_text_left {
  padding:0px;
  margin:0px;
  position: relative;
}
.menu_krug_left .img_krug_text_left {
  position:absolute;  
  top:0px;
  margin: auto;
  width: 100%;
  
}
 
.menu_krug_left .img_krug_left img,
.menu_krug_left .img_krug_text_left img {
  /*width:80%;*/
  width:340px;
}
.menu_krug_left a {
  position: relative;
  float: left;
  z-index: 3;
  top: 0px;
  width: 50%;
  width: 225px;

  
}
.menu_krug_left a img {
   width:100%;
 }
.menu_krug_left area:hover {
border: 1px solid white;
}

.we_are { 
  line-height:18px;
  background-color: #f4f3f2;
  font: 100 16px/18px Calibri, Tahoma;
  /*background-image: url(../images/bg_265.jpg);*/
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.we_are .box { 
  padding:20px;
  text-align:center;
}
.we_are .box p {
  /*font-size: 48px;*/
}
.we_are .box h2 {
	font-size: 25px; 
  color: #00335a;
  margin-bottom: 0;
  margin-top: 10px;
}
.we_are img {
  /*
  position: absolute;
  top: -37px;
  right: 40px;
  max-width: 360px;
  */
  width: 50px;
  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); 
  }
}

.we_are__p {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: rgba(0,0,0,0.78);
}

@media (max-width: 767px) {
.we_are img {
  display: none;
  }

}


@media (min-width: 486px) and (max-width: 767px) {
  .menu_krug_left {
    background-position: 70% 60%;     
    background-size: 60%;

  } 
}


@media (min-width: 768px) and (max-width: 982px) {  
  .menu_krug_left {
    background-position: 51% 60%;
      background-size: 32%;
    }

}

@media (min-width: 986px) and (max-width: 1200px) { 
  .menu_krug_left {
    background-position: 52% 58%;
    background-size: 50%;
  }
}
@media (max-width: 980px) {
.photos_show_slide {	
	display:none;
	}
}

.news_main .block {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .news_main .block {
    width: 100%;
  }
}

.news_main_h2 {
  color: #da7100;
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  font-family: inherit;
}

.news_main_h2_partner {
  padding: 40px;
  color: white;
  background-color: #00427b;  
  background-image: url('../images/header_bg.png');
  background-position: top center;
  background-repeat: repeat-x;
  
}

.news_main_h2_about {/*
	margin-bottom: 30px;*/
}

.news_main_h3 {
  color: #da7100;
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
}

.slider_img {
  text-align: center;
}

.modal {
  width: 100%;
  height: 100vh;

  position: fixed;
  left: 0;
  top: 0;

  z-index: 9000;
  overflow-y: scroll;
}

	#modal__carousel a{
		margin-right: 5px;
	}

  .modal__backdrop {
    width: 100%;
    height: 100vh;

    position: fixed;
    top: 0;
    left: 0;

    background-color: rgba(0,0,0,0.5);
  }

  .modal__block {
    width: 50%;
    padding: 40px;
    background-color: white;
    border-radius: 5px;
    z-index: 1;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 20px;
    left: 25%;
  }

  .modal__close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer;
  }

  .modal__video {
  	width: 100%;
  }

  	.modal__video iframe {
	  	width: 100%;
	  	height: 410px;
	  }
  .modal__title {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 4px solid #ededed;
    font-weight: 700;
    color: #00427b;
    text-transform: uppercase;
  }

  .modal__img {
    width: 100%;
    margin-bottom: 10px;
    height: 200px;
    background-color: rgba(0,0,0,0.3);
    display: flex;
    flex-direction: row;
  }

  .modal__img_elem {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .modal__text {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  	.modal__text_mt10px {
  		margin-top: 10px;
  	}

  .modal__video {
    width: 100%;
  }

  .modal__button a {
    padding: 7px 15px;
    color: white;
    background-color: #00427b;
    text-decoration: none;
    cursor: pointer;
  }

  .modal__button button {
    padding: 7px 15px;
    color: white;
    background-color: #00427b;
    border: none;
    text-decoration: none;
    cursor: pointer;
  }

  .modal__input {
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px solid #ededed;
    outline: none;
    transition: 0.2s;
  }

  .modal__input_textarea {
    height: 200px;
    resize: none;
  }

  .modal__input:focus {
    border-color: #777;
  }

  .modal__button {
    display: flex;
    justify-content: flex-end;
  }

  @media screen and (max-width: 998px){
    .modal__block {
      width: 80%;
      left: 10%;
    }
    .modal__img {
      height: 175px;
    }
  }

  @media screen and (max-width: 520px){
    .modal__close {
      right: 15px;
      top: 15px;
    }
  }

  @media screen and (max-width: 768px){
    .modal__img {
      height: 140px;
    }
    .modal__text {
      font-size: 16px;
    }
  }

  @media screen and (max-width: 516px){
    .modal__img {
      height: 100px;
    }
    .modal__block {
      padding: 25px;
    }
  }

  @media screen and (max-width: 414px){
    .modal__block {
      width: 95%;
      left: 2.5%;
    }
  }

  .header_menu {
  width: 100%;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

  .stuck_container {
    width: 100%;
    z-index: 8000;
  }

  .stuck_container.scrolled {
    position: fixed;
    left: 0;
    top: 0;
  }


  .header_menu__logo {
    display: flex;
    align-items: center;
    opacity: 0;
    transition: 0.5s;
  }

  .header_menu__mobile {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    cursor: pointer
  }

  .header_menu__mobile img {
    width: 100%;
  }

  .header_menu__nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }

    .header_menu__nav__mobile {
      display: flex;
      position: absolute;
      right: 5%;
      height: 0;
      overflow: hidden;
      top: 105%;
      flex-direction: column;
      background-color: #00427b;
      transition: 0.2s;
      box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
    }

    .header_nav__item {
      padding: 10px 20px;
      display: flex;
      align-items: center;
      color: white;
      font-size: 16px;
      cursor: pointer;
      transition: 0.2s;
      text-decoration: none; 
      border-bottom: 2px solid transparent;
    }

    .header_nav__item:hover {
      color: white;
      text-decoration: none;
      border-bottom: 2px solid #da7100;
    }
    .header_nav__item:focus {
      color: white;
      text-decoration: none;
    }

@media screen and (max-width: 905px){

  .header_menu__nav{
    display: none;
  }
  .header_nav__item:hover {
      background-color: #00284a;
  }

  .header_menu__mobile {
    display: flex;
  }

  .languages {
    right: 5%;
  }

  .header__logo {
    width: 100%;
    justify-content: space-between;
  }
}

.langpanel {
  display: none;
  flex-direction: row;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9990;
}

  .langpanel__item {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    background-color: #50a123;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    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);
  }

  .langpanel__item:active, .langpanel__item:focus {
    text-decoration: none;
    color: white;
  }

@media screen and (max-width: 1024px){
  .langpanel {
    display: flex;
  }
  .languages {
    display: none;
  }
}

