* {
  margin: 0;
  padding: 0;
  font-family: 'Fira Sans', sans-serif;
}
a {
  text-decoration: none;
}
p {
  margin-bottom: 5px;
}
ul {
  list-style: none;
  margin: 0;
}
.row .row {
  margin: 0 auto;
 
}
.clearfix:after {
  content: '';
  clear: both;
  display: table;
}
.container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
.menu-btn {
  position: absolute;
  top: 20px;
  left: 15px;
  z-index: 10;
  display: none;
      padding-top: 40px; 
}
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
  margin-right: 5px;
}
.alignright {
  float: right;
  margin-left: 5px;
}
header {
  padding: 10px 0;
}
header ul.head_menu li {
  display: inline-block;
  padding: 12px 25px;
}
header ul.head_menu li.menu-item-has-children{
	position: relative;
}
header ul.head_menu li.menu-item-has-children:after{
  position: absolute;
  content: url("../img/drop_ico.png");
  top: 12px;
  right: 0px;
  cursor: pointer;
}
header ul.head_menu li.menu-item-has-children ul.sub-menu{
	display: none;
	position: absolute;
	z-index: 10;
	background: #fff;
	width: 300px;
	left: 0;
	text-align: left;
	top: 100%;
}
header ul.head_menu li.menu-item-has-children:hover ul.sub-menu{
  display: block;
}
header ul.head_menu li.menu-item-has-children ul.sub-menu li{
  padding: 5px 10px;
  display: block;
}
header ul.head_menu li.menu-item-has-children ul.sub-menu li a{
  font-size: 14px;
}
header ul.head_menu li:last-child {
  padding-right: 0;
}
header ul.head_menu li a {
  color: #000;
  font-weight: 400;
  font-size: 18px;
  display: block;
  border-bottom: 2px solid transparent;
}
header ul.head_menu li a:hover {
  border-bottom: 2px solid #00a3ff;
}
header ul.lang_sw {
  padding-top: 12px;
  position: relative;
}
header ul.lang_sw li {
  display: block;
}
header ul.lang_sw li a {
  color: #000;
  font-weight: 400;
  font-size: 16px;
}
header ul.lang_sw li a img {
  width: 24px;
}
header ul.lang_sw li.current-lang a {
  position: relative;
}
header ul.lang_sw li.current-lang a:after {
  position: absolute;
  content: url("../img/drop_ico.png");
  top: -3px;
  right: -15px;
  cursor: pointer;
}
header ul.lang_sw li:nth-child(2) {
  display: none;
  right: 12px;
  background: #fff;
  z-index: 10;
}
.width_slide {
  position: relative;
}
.width_slide .propose {
  position: absolute;
  width: 100%;
  bottom: 30px;
  text-align: center;
  color: #f7b74b;
  display: none;
}
.width_slide .propose p {
  font-size: 30px;
  font-weight: 700;
  color: #f3b848;
  background: #0f2648;
  width: 100%;
  margin: auto;
}
.width_slide .propose p:first-child {
  max-width: 465px;
}
.width_slide .propose p:last-child {
  max-width: 560px;
}
.width_slide .main_logo {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  top: 90px;
}
.width_slide .main_logo img {
  width: 100%;
  max-width: 390px;
}
.width_slide .slider {
  margin-bottom: 0;
}
.width_slide .slider .slide {
  opacity: 1;
}
.width_slide .slider .slick-prev,
.width_slide .slider .slick-next {
  z-index: 10;
  width: 35px;
  height: 35px;
}
.width_slide .slider .slick-prev:hover:before,
.width_slide .slider .slick-next:hover:before {
  color: #f3b848;
  opacity: 1;
}
.width_slide .slider .slick-prev:before,
.width_slide .slider .slick-next:before {
  color: #f3b848;
  font-size: 35px;
  opacity: 0.8;
}
.width_slide .slider .slick-prev:before:hover,
.width_slide .slider .slick-next:before:hover {
  color: #f3b848;
}
.width_slide .slider .slick-prev {
  left: 30px;
}
.width_slide .slider .slick-next {
  right: 30px;
}
.services {
  padding: 30px 0 0;
  background: #0f2648;
}
.services ul li {
  margin-bottom: 35px;
}
.services ul li img {
  margin-right: 40px;
  height: 32px;
  width: 40px;
}
.services ul li a {
  font-size: 16px;
  color: #f3b848;
  text-decoration: underline;
}
.services ul li a:hover {
  text-decoration: none;
}
.our_works {
  background: #0f2648;
  padding: 40px 0;
}
.our_works .title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}
.our_works .slide_block {
  margin-bottom: 0;
}
.our_works .slide_block .slick-dots {
  bottom: -30px;
}
.our_works .slide_block .slick-dots li button:before {
  font-size: 12px;
  color: #00a2ff;
  opacity: 1;
}
.our_works .slide_block .slick-dots li button:hover:before {
  font-size: 16px;
  color: #fff;
}
.our_works .slide_block .slick-dots li.slick-active button:before {
  font-size: 16px;
  color: #fff;
}
.our_works a {
  padding: 0 15px;
}
.our_works a:hover img {
  border: 6px solid #00a2ff;
  transition: 1s;
}
.our_works a:focus {
  outline: transparent;
}
.our_works a img {
  width: 100%;
  border: 6px solid #fff;
}
.our_works a .name {
  display: block;
  text-align: left;
  width: 100%;
  color: #fff;
  font-size: 18px;
  margin-top: 15px;
}
.information {
  padding-bottom: 0px;
}
.information ul{
  list-style: disc;
  margin-left:20px;
}
.information a.to_archive {
  width: 100%;
  background: #00a2ff;
  text-align: center;
  color: #fff;
  display: block;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 700;
}
.information a.to_archive:hover {
  background: #0f2648;
  transition: 1s;
}
.information h3 {
  color: #112546;
  font-weight: 700;
  font-size: 40px;
  margin: 0 0 45px 0;
}
.information .side_bar,
.information .info_block {
  padding: 30px 15px;
}
.information .side_bar {
  border-top: 5px solid #00a2ff ;
}
.information .side_bar article {
  margin-bottom: 20px;
}
.information .side_bar article .date {
  font-size: 14px;
  color: #969696;
}
.information .side_bar article a {
  color: #00a2ff;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 400;
}
.information .side_bar article a:hover {
  color: #112546;
  transition: 1s;
}
.information .info_block p {
  font-size: 16px;
}
.partners {
  padding-bottom: 60px;
  display: none;
}
.partners .partner_slide {
  margin-bottom: 0;
}
.partners .partner_slide div img {
  margin: 0 auto;
}
.contacts {
  background: #0f2648;
  color: #fff;
  padding: 40px 0;
}
.contacts h3 {
  color: inherit;
  font-size: 40px;
  font-weight: 700;
}
.contacts .nums p {
  margin-top: 10px;
}
.contacts .nums p a {
  text-decoration: underline;
  color: #fff;
  margin-left: 30px;
}
.contacts .nums p.fb {
  background: url("../img/f.png") left center no-repeat;
}
.contacts .nums p.vk {
  background: url("../img/vk.png") left center no-repeat;
}
.contacts .nums p.gplus {
  background: url("../img/g+.png") left center no-repeat;
}
footer {
  padding: 40px 0;
  color: #babbbd;
  font-size: 16px;
}
/*------------------------------------------------------------------------------------*/
.singe_bg {
  background: url("../img/inner-portfolio.jpg");
}
.singe_bg .blue_bg {
  background: rgba(15, 38, 72, 0.73);
  padding: 35px 0;
}
.breads {
  padding: 25px 0;
  background: #0f2648;
  color: #f3b848;
  font-size: 14px;
}
.breads span {
  color: #fff;
  margin: 0 5px;
}
.breads span:first-child {
  margin-left: 0;
}
.breads span a span {
  font-size: 14px;
  color: #f3b848;
  text-decoration: underline;
}
.post_content {
  padding: 35px 0;
}
.post_content ul{
  list-style: disc;
  margin-left:20px;
}
.post_content h4 {
  text-transform: uppercase;
  margin: 10px 0;
  font-weight: 700;
  font-size: 18px;
}
.post_content .right_menu {
  background: #0f2648;
}
.post_content .right_menu h2 {
  color: #f3b848;
}
.post_content ul {
  padding: 10px 0 10px 0px;
}
.post_content ul li.post_link {
  margin-bottom: 15px;
}
.post_content ul li.post_link img {
  margin-right: 15px;
  height: 32px;
  width: 40px;
}
.right_menu ul{
  list-style: none;
}
.post_content ul li.post_link a {
  font-size: 14px;
  color: #f3b848;
  text-decoration: underline;
}
.post_content ul li.post_link a:hover {
  text-decoration: none;
}
.post_content h1 {
  margin: 0 0 10px 0;
  font-size: 30px;
  font-weight: 700;
  color: #0f2648;
}
.post_content h2{
  font-size: 25px;
}
.post_content p {
  font-size: 16px;
  line-height: 30px;
}

.post_content .inf {
  padding-right: 35px;
}
.single-post .partners {
  padding: 40px 0;
}
.cat_content {
  padding: 35px 0;
}
.cat_content .cat_posts {
  margin-bottom: 15px;
}
.cat_content .cat_posts a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.cat_content .cat_posts a:hover {
  opacity: 0.8;
}
.cat_content .cat_posts a .image_block {
  width: 100%;
  display: block;
  height: 197px;
  overflow: hidden;
}
.cat_content .cat_posts a .image_block img {
  width: 100%;
}
.cat_content .cat_posts a h4 {
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(15, 38, 72, 0.73);
  text-align: center;
  color: #f3b848;
  font-size: 18px;
  padding: 7px 0;
}
.category .columns:last-child {
  float: left;
}
.static_page_content {
  padding: 30px 0;
}

.static_page_content ul{
  list-style: disc;
  margin-left:20px;
}
footer p a{
  color: inherit;
}
footer p a:focus{
  color: inherit;
}
.our_works .item{
  padding:5px;
}
.our_works .item:focus, .our_works .item:active{
  border: transparent;
  outline: none;
}
.our_works .item img{
  width: 100%;
  border: 6px solid #fff;
}
.our_works .item img:hover{
  border: 6px solid #00a2ff;
}



.header-contacts li {
    font-size: 21px;
	height:20px;
}


.text-md-right {
    text-align: right!important;
}
.d-inline-block a {color:#000; font-size:18px; padding-right: 10px;}
.row3 {clear:both !important; width:100%; padding-bottom:20px;}