/**
* Table of content
*
* 1.0 - Typography
*   1.1 - Alingments 
* 2.0 - WordPress-standart-widgets
*   2.1 - Recentcomments
*   2.2 - Meta-widget
*   2.3 - Recent-post    
*   2.4 - Custom-menu
*   2.5 - Wigget-pages
*   2.6 - Calendar
*   2.7 - Categories
* 3.0 - Top-menu
* 4.0 - Widgets 
*   4.1 - Carousel-projects
*   4.2 - Slider
*   4.3 - Fetures
*   4.4 - About us
*   4.5 - Stats
*   4.6 - Reviews
*   4.7 - Blog 
*   4.8 - Call to action
*   4.9 - Mini contacts
* 5.0 - Footer
* 6.0 - Social icons
* 7.0 - Content
*   7.1 - Page about
*   7.2 - Page person
*   7.3 - Page projects
*   7.4 - Page services
*   7.5 - Page blog-item
*   7.6 - Page project 
*   7.7 - Pages comming soon, error page
*   7.8 - Comments
* 8.0 - Navigation
* 9.0 - Media Queries
*   9.1 - >= 1265px
*   9.2 - >= 1200px
*   9.3 - >= 1139px
*   9.4 - >= 1000px
*   9.5 - >= 991px
*   9.6 - >= 906px
*   9.7 - >= 767px
*   9.8 - >= 700px
*   9.9 - >= 650px
*   9.10 - >= 585px
*   9.11 - >= 579px
*   9.12 - >= 570px
*   9.13 - >= 425px
* 10.0 - Margins & Paddings
* 11.0 - Elements
**/
/*
html{-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
*/

a {
  color: #7cb317;
  font-size: 16px;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
.widget ul {
  padding: 0;
}
/*------/post-content/------*/
.post-content img {
  max-width: 100%;
}
h2 > a {
  text-decoration: none;
  color: #262626;
}
h2 > a:hover {
  color: #262626;
}
.post-content h1 {
  font-size: 80px;
  font-weight: 700;
  color: #262626;
  font-family: 'Titillium Web ', sans-serif;
}
.post-content h2 {
  font-size: 40px;
  font-weight: 700;
  color: #262626;
  font-family: 'Titillium Web ', sans-serif;
}
.post-content h3 {
  font-size: 35px;
  font-weight: 700;
  color: #262626;
  font-family: 'Titillium Web ', sans-serif;
}
.post-content h4 {
  font-size: 30px;
  font-weight: 700;
  color: #262626;
  font-family: 'Titillium Web ', sans-serif;
}
.post-content input {
  border: none;
}
.post-content h5 {
  font-size: 25px;
  font-weight: 700;
  color: #262626;
  font-family: 'Titillium Web ', sans-serif;
}
.post-content h6 {
  font-size: 20px;
  font-weight: 700;
  color: #262626;
  font-family: 'Titillium Web ', sans-serif;
}
.post-content div {
  max-width: 100%;
}
.post-content ul {
  margin-bottom: 30px;
  list-style-type: none;
}
.post-content ul li:before {
  background-color: #d9d9d9;
  width: 10px;
  height: 10px;
  content: "";
  position: relative;
  display: block;
  left: -20px;
  top: 20px;
}
.post-content .alignleft {
  float: left;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 30px;
  max-width: 100%;
}
.post-content .alignright {
  float: right;
  margin-bottom: 30px;
  margin-left: 30px;
  max-width: 100%;
}
.post-content .aligncenter {
  margin: 0 auto;
  margin-bottom: 30px;
  display: block;
  max-width: 100%;
}
.post-content .alignnone {
  max-width: 100%;
}
.post-content blockquote {
  font-family: 'Titillium Web ', sans-serif;
  font-style: italic;
  font-size: 16px;
  line-height: 30px;
  border-left: none;
  text-align: left;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
.post-content ul li {
  color: #808080;
  font-family: 'Titillium Web ', sans-serif;
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 30px;
}
.post-content ol li {
  color: #808080;
  font-family: 'Titillium Web ', sans-serif;
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 30px;
}
.post-content table {
  width: 100%;
  margin-bottom: 20px;
}
.post-content table tr {
  border-bottom: 1px solid grey;
  padding-bottom: 3px;
}
.post-content blockquote:before {
  background-color: #3d88bf;
  content: "\201c";
  font-size: 30px;
  width: 30px;
  height: 30px;
  float: left;
  text-align: center;
  color: #262626;
  padding-top: 8px;
  margin-left: -50px;
  margin-top: -30px;
}
.post-content blockquote:after {
  background-color: #3d88bf;
  content: "\201d";
  font-size: 30px;
  width: 30px;
  height: 30px;
  float: right;
  text-align: center;
  color: #262626;
  padding-top: 8px;
  margin-right: -50px;
}
.post-content pre {
  background-color: #262626;
  color: #8d8d8d;
  min-height: 50px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 0px;
}
.post-content pre span {
  color: #3d88bf;
}
.post-content p {
  margin-top: 14px;
  line-height: 30px;
  color: #808080;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
}
.post-content a {
  color: #3d88bf;
  cursor: pointer;
}
button {
  border: none;
  background-color: initial;
}
.comment-form {
  margin-bottom: 30px;
}
.bypostauthor .media-body .media-bord {
  background-color: #3d88bf;
}
.wp-caption {
  font-family: "Titillium Web";
}
.wp-caption-text {
  font-style: italic;
  text-align: center;
}
.gallery-caption {
  font-family: "Titillium Web";
}
.subscribe-againe a {
  color: #7cb317;
}
.process-of-creating.post-content div p {
  margin-bottom: 40px;
}
.widget.widget_block_subscribe {
  margin-bottom: 30px;
}
.gallery-item {
  margin-bottom: 30px;
}
/* Стиль прикрепленного поста (видно в блоке или в любом другом архике) */
.sticky {
  border-top: 3px solid #3d88bf;
}
/*--------------/recentcomments/---------------*/
#recentcomments {
  list-style-type: none;
}
#recentcomments li span {
  width: 100%;
  display: inline-block;
}
.widget.widget_recent_comments {
  padding-bottom: 20px;
}
#recentcomments li {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  line-height: 30px;
  transition: all .3s ease;
  font-size: 14px;
}
#recentcomments li a {
  text-decoration: none;
  color: #262626;
  font-size: 16px;
}
#recentcomments > li:hover {
  color: #262626;
}
#recentcomments li:hover {
  background-color: #3d88bf;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
/*----------------/meta-widget/--------------*/
.widget.widget_archive li a {
  float: left;
}
.widget.widget_archive li {
  text-align: right;
  color: #808080;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
}
.widget.widget_archive,
.widget.widget_meta {
  padding-bottom: 20px;
}
.widget.widget_archive li,
.widget.widget_meta li {
  line-height: 30px;
  transition: all .3s ease;
  padding-top: 10px;
  padding-bottom: 10px;
}
.widget.widget_archive ul {
  list-style-type: none;
}
.widget.widget_meta ul {
  list-style-type: none;
}
.widget.widget_archive ul > li:hover,
.widget.widget_meta ul > li:hover {
  color: #262626;
}
.widget.widget_meta li a abbr:hover {
  color: white;
}
.widget.widget_archive li a,
.widget.widget_meta li a {
  color: #262626;
  text-decoration: none;
}
.widget.widget_archive li:hover,
.widget.widget_meta li:hover {
  padding-right: 15px;
  padding-left: 15px;
  background: #3d88bf;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.widget.widget_nav__menu {
  padding-top: 20px;
  padding-bottom: 20px;
}
.menu-main-menu-container ul > li:hover {
  color: #262626;
}
.menu-main-menu-container li {
  line-height: 50px;
}
.menu-main-menu-container li:hover {
  padding-right: 15px;
  padding-left: 15px;
  background: #3d88bf;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.menu-main-menu-container li:hover a {
  color: #262626;
  text-decoration: none;
}
/*---------/recent-post/-------*/
.widget.widget_recent_entries {
  padding-bottom: 20px;
}
.widget.widget_recent_entries .post-date {
  font-size: 14px;
  width: 100%;
  display: inline-block;
}
.widget.widget_recent_entries .post-date:before {
  font-family: FontAwesome;
  content: "\f017";
  margin-right: 5px;
}
.widget.widget_recent_entries ul li:hover {
  color: #262626;
}
.widget.widget_search {
  padding-bottom: 20px;
}
input[type=submit] {
  font-family: "FontAwesome";
  background-color: inherit;
  border: none;
  outline: none;
  color: #014099;
  font-size: 10px;
  line-height: 30px;
  padding-top: 4px;
}
.widget.widget_tag_cloud {
  padding-bottom: 20px;
}
.widget.widget_recent_entries li {
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 30px;
  transition: all .3s ease;
  line-height: 30px;
}
.widget.widget_recent_entries li a {
  color: #262626;
  text-decoration: none;
  font-size: 16px;
}
.widget.widget_recent_entries li:hover {
  background-color: #3d88bf;
  padding-left: 15px;
  padding-right: 15px;
}
/*---------/custom-menu/------------*/
.widget.widget_nav_menu ul {
  list-style-type: none;
}
.widget.widget_nav_menu {
  padding-bottom: 20px;
}
.widget.widget_nav_menu ul > li > ul {
  display: none;
  transition: all .3s ease;
  list-style-type: none;
}
.widget.widget_nav_menu ul > li:hover ul {
  display: block;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.widget.widget_nav_menu ul > li:hover {
  color: #262626;
}
.widget.widget_nav_menu ul > li {
  line-height: 50px;
  transition: all .3s ease;
}
.widget.widget_nav_menu li a {
  color: #262626;
}
.widget.widget_nav_menu ul > li > ul > li > ul > li:hover {
  background-color: #3d88bf;
  color: #3d88bf;
}
.widget.widget_nav_menu ul > li > ul > li > ul > li:hover a {
  color: black;
}
.widget.widget_nav_menu li > a {
  text-decoration: none;
}
.widget.widget_nav_menu li:hover {
  padding-left: 15px;
  background-color: #3d88bf;
  line-height: 50px;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.widget.widget_nav_menu ul > li > ul > li:hover {
  background-color: #262626;
  color: black;
}
.widget.widget_nav_menu ul > li > ul > li:hover a {
  color: #3d88bf;
}
/*--------/wigget-pages/---------*/
.widget.widget_pages ul {
  list-style-type: none;
}
.widget.widget_pages {
  padding-bottom: 20px;
}
.widget.widget_pages ul > li > ul {
  display: none;
  transition: all .3s ease;
  padding-bottom: 20px;
  list-style-type: none;
}
.widget.widget_pages ul > li:hover ul {
  display: block;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.widget.widget_pages ul > li:hover {
  color: #262626;
}
.widget.widget_pages ul > li {
  line-height: 50px;
  transition: all .3s ease;
}
.widget.widget_pages li a {
  color: #262626;
}
.widget.widget_pages ul > li > ul > li > ul > li:hover {
  background-color: #3d88bf;
  color: #3d88bf;
}
.widget.widget_pages ul > li > ul > li > ul > li:hover a {
  color: black;
}
.widget.widget_pages li > a {
  text-decoration: none;
}
.widget.widget_pages li:hover {
  padding-left: 15px;
  background-color: #3d88bf;
  line-height: 50px;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.widget.widget_pages ul > li > ul > li:hover {
  background-color: #262626;
  color: black;
}
.widget.widget_pages ul > li > ul > li:hover a {
  color: #3d88bf;
}
.widget.widget_search h4,
.widget.widget_nav_menu h4,
.widget.widget_text h4,
.widget.widget_rss h4,
.widget.widget_calendar h4,
.widget.widget_pages h4,
.widget.widget_recent_comments h4,
.widget.widget_tag_cloud h4,
.widget.widget_recent_entries h4,
.widget.widget_meta h4,
.widget.widget_archive h4,
.widget.widget_categories h4,
.widget_block_mini_map h2,
.widget_block_subscribe h2,
.widget.widget_block_mini_contacts h2 {
  color: #262626;
  font-size: 25px;
  font-weight: 700;
  font-family: 'Titillium Web ', sans-serif;
  margin-bottom: 10px;
}
/*---------------/calendar/----------------*/
#wp-calendar caption {
  font-family: 'Titillium Web ', sans-serif;
  color: #262626;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  padding-bottom: 20px;
}
#wp-calendar td {
  text-align: center;
  color: #7cb317;
  font-size: 15px;
  font-weight: 400;
  width: 46px;
  height: 50px;
  transition: all 0.3s ease;
}
#wp-calendar td a:hover {
  background-color: #7cb317;
}
#wp-calendar #prev a,
#wp-calendar #next a {
  background-color: transparent;
  font-family: 'Titillium Web ', sans-serif;
  color: #262626;
  font-size: 20px;
  font-weight: 700;
}
#wp-calendar caption:before {
  content: "blog in [";
  margin-right: 9px;
  font-family: 'Titillium Web ', sans-serif;
}
#wp-calendar caption:after {
  content: "]";
  margin-left: 9px;
  font-family: 'Titillium Web ', sans-serif;
}
#wp-calendar td > a {
  color: white;
  background-color: #262626;
  display: block;
  height: 46px;
  padding-top: 12px;
  width: 92%;
  text-decoration: none;
}
#wp-calendar td a:active {
  color: white;
  background-color: #262626;
}
#wp-calendar {
  width: 100%;
  padding-bottom: 20px;
}
#wp-calendar th {
  text-align: center;
  color: grey;
  font-size: 15px;
  font-weight: 400;
}
/*-----------------------/widget_rss/-----------------------*/
.widget.widget_rss ul {
  list-style-type: none;
  font-family: 'Titillium Web ', sans-serif;
  font-size: 16px;
  padding-bottom: 20px;
}
.widget.widget_rss ul li {
  font-family: 'Titillium Web ', sans-serif;
  font-size: 16px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 30px;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.widget.widget_rss ul li:hover {
  background-color: #3d88bf;
  padding-left: 15px;
  padding-right: 15px;
  color: #262626;
}
.widget.widget_rss ul li a:hover {
  color: initial;
}
.widget.widget_rss ul li span {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-family: 'Titillium Web ', sans-serif;
  padding-bottom: 10px;
}
.widget.widget_rss ul li span:before {
  font-family: FontAwesome;
  content: "\f017";
  margin-right: 5px;
}
.textwidget > form > select {
  width: 100%;
}
/*-----------------------/widget_text/-----------------------*/
.widget.widget_text p {
  font-family: 'Titillium Web ', sans-serif;
  padding-bottom: 10px;
  color: #262626;
  font-size: 16px;
}
.widget.widget_text img {
  width: 100%;
  height: 100%;
}
/*---------------/categories/---------------------*/
.widget.widget_categories .children {
  padding-bottom: 0px;
}
.widget.widget_categories {
  padding-bottom: 20px;
}
.widget.widget_categories ul > li > ul {
  display: none;
  transition: all .3s ease;
  padding-bottom: 20px;
}
.widget.widget_categories ul > li:hover ul {
  display: block;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.widget.widget_categories ul > li {
  line-height: 30px;
  transition: all .3s ease;
  text-align: right;
  color: #808080;
  font-size: 20px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  display: inline-block;
}
.widget.widget_categories li a {
  color: #262626;
}
.widget.widget_categories ul > li > ul > li > ul > li:hover {
  background-color: #3d88bf;
  color: #262626;
}
.widget.widget_categories ul > li > ul > li > ul > li:hover a {
  color: #262626;
}
.widget.widget_categories li > a {
  text-decoration: none;
  float: left;
  font-size: 20px;
}
.widget.widget_categories > ul > li:hover {
  padding-right: 15px;
}
.widget.widget_categories li:hover {
  padding-left: 15px;
  background-color: #3d88bf;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.widget.widget_categories ul > li > ul > li:hover {
  background-color: #262626;
  color: #808080;
  padding-left: 2px;
  padding-right: 2px;
}
.widget.widget_categories ul > li > ul {
  padding-left: 0px;
}
.widget.widget_categories ul > li > ul > li:hover a {
  color: #3d88bf;
}
body {
  font-family: 'Titillium Web ', sans-serif;
  color: #808080;
  font-size: 16px;
}
input#word {
  width: 100%;
  border: none;
  outline: none;
  background-color: initial;
  line-height: 36px;
  font-family: "Titillium Web";
  padding-top: 4px;
}
form.searchform div:before {
  content: "[";
  color: #e8e8e8;
  font-size: 50px;
  line-height: 37px;
  margin-right: 10px;
}
form.searchform div:after {
  content: "]";
  color: #e8e8e8;
  font-size: 50px;
  line-height: 37px;
  margin-left: 10px;
}
form.searchform div {
  display: flex;
  margin-bottom: 30px;
}
.submit {
  padding-right: 25px;
  font-size: 20px;
  background-color: initial;
  height: 50px;
  border: none;
  left: 20px;
  font-weight: 700;
  font-family: "Titillium Web";
  outline: none;
  color: #262626;
  z-index: 10;
  position: relative;
}
.screen-reader-text {
  display: none;
}
iframe {
  width: 100%;
}
.post-content .gallery img {
  margin: 0px auto 10px;
  border: 2px solid #3d88bf !important;
  padding: 5px;
}
ul li a {
  color: #262626;
  font-family: 'Titillium Web ', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}
/*----------------------------------------------------------/top-menu/--------------------------------------------------------------------*/
.head {
  font-weight: 700;
  /*padding-top: 50px;*/
  padding-left: 50px;
  padding-right: 50px;
}
.top-head {
  min-height: 150px;
  background-color: #d9d9d9;
  position: relative;
  /*background:url('/eportal/fileDir/zsd_eng/resource/cms/2021/07/img_pc_site/CTG-logo-short.png') no-repeat 8px -25px;*/
  background-size:9% ;
}
.top-head .fa.fa-bars:hover {
  color: #3d88bf;
}
.logo {
  display: flex;
  position: absolute;
  float: left;
  height: 100%;
}
.logo > h1 {
  display: flex;
  margin: 0;
  position: absolute;
  height: 100%;
}
.logo > h1 > a {
  margin: auto;
  color: white;
  font-weight: 700;
  font-family: 'Titillium Web ', sans-serif;
  font-size: 30px;
}
.logo a {
  margin: auto;
}
.logo img {
  max-width: 400px;
  max-height: 120px;
}
.top-menu {
  float: right;
}
ul.top-menu {
  margin-top: 64px;
  padding-right: 11px;
  padding-left: 0;
}
.top-head .fa.fa-bars {
  float: right;
  color: white;
}
.top-menu ul {
  display: block;
  padding: 0px;
}
.top-menu li {
  display: inline-block;
  position: relative;
  padding-bottom: 40px;
  padding-right: 40px;
}
.top-menu li:last-child {
  padding-right: 0px;
}
.top-menu a {
  color: #014099;
  text-decoration: none;
}
.top-menu li > ul {
  margin-top: 40px;
  list-style: none;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 0;
  width: 100%;
  transform: translateY(-2em);
  transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  background-color: #3d88bf;
  margin-left: -20px;
  padding-bottom: 20px;
  width: 249px;
  z-index: 1;
}
.top-menu li:hover > ul {
  visibility: visible;
  /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}
.top-menu li > ul > li > a {
  padding-left: 20px;
  padding-right: 10px;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.top-menu li > ul > li {
  width: 249px;
  float: left;
  padding: 0;
  color: #fff;
  font-family: "Titillium Web";
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  margin-top: 20px;
}
/*---------/sub-menu/---------*/
.top-menu li > ul > li > ul {
  left: 100%;
  margin: 0;
  background-color: #fff;
  top: 0px;
  color: #fff;
  margin-top: -20px;
}
.top-menu a {
  font-size: 16px;
}
.top-menu ul li a {
  color: #fff;
}
input.search {
  background-color: inherit;
  outline: none;
  color: red;
}
.top-menu ul a:hover {
  background-color: #fff;
  width: 205px;
  padding-left: 9px;
  color: #3d88bf;
  margin-left: 11px;
  width: 100%;
}
.top-menu ul a {
  color: #fff;
}
.top-menu ul ul a {
  color: #3d88bf;
}
.top-menu ul ul a:hover {
  width: auto;
  background-color: #3d88bf;
  color: #262626;
}
ul.top-menu > li:hover > a {
  color: #3d88bf;
}
.top-menu ul > li:before {
  content: "\f0c8";
  color: #fff;
  margin-left: 22px;
  font-family: FontAwesome;
  font-size: 8px;
  margin-top: 7px;
}
.top-menu ul > li > ul > li > a {
  color: #3d88bf;
}
.top-menu ul > li > ul > li:before {
  color: #3d88bf;
}
#butt {
  border: none;
  background-color: inherit;
}
/*-----------------------------------------------------/search/----------------------------------------------------*/
nav .searchform div:before,
nav .searchform div:after {
  color: #3d88bf;
  font-size: 30px;
  font-weight: 700;
  font-family: "Titillium Web";
  position: relative;
  top: 4px;
  margin: 0;
}
nav .searchform div.hide-before:after,
nav .searchform div.hide-before:before {
  display: none;
}
nav .searchform input[type="text"] {
  position: relative;
  top: 2px;
}
nav .searchform input[type="submit"] {
  color: #014099;
  border: none;
  background-color: inherit;
  outline: none;
  font-size: 12px;
  height: auto;
  margin-top: 55px;
  position: static;
}
nav .searchform {
  float: right;
  margin-left: 76px;
  font-family: "Titillium Web";
}
nav .searchform input[type="submit"]:hover {
  color: #3d88bf;
}
nav .searchform div {
  display: block;
  width: auto;
}
nav .searchform input#word {
  width: 200px;
  height: 25px;
  border: none;
  position: relative;
  margin-bottom: 10px;
  vertical-align: middle;
  color: #262626;
  font-size: 16px;
  top: 3px;
}
/*-------------------/widgets/-------------------------------*/
/*-------------------/carousel-projects/-------------------*/
.block_carousel-project .carousel-block {
  float: left;
  margin-left: 30px;
  width: 360px;
  position: relative;
}
.block_carousel-project .carousel-block:first-child {
  margin: 0;
}
.block_carousel-project .carousel-buttons-wrapper {
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 50px;
}
.block_carousel-project .carousel-buttons-wrapper h2 {
  font-size: 35px;
  font-weight: 700;
  display: inline;
  color: #262626;
}
.block_carousel-project .carousel-button-left {
  float: left;
  padding-top: 20px;
}
.block_carousel-project .carousel-items {
  width: 10000px;
  position: relative;
}
.block_carousel-project .carousel-block img {
  width: 360px;
}
.block_carousel-project .carousel-wrapper {
  position: relative;
  overflow: hidden;
}
.block_carousel-project .carousel {
  max-width: 1143px;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding-top: 144px;
  padding-bottom: 153px;
}
.block_carousel-project .carousel-button-right {
  float: right;
  padding-top: 20px;
}
.block_carousel-project .carousel-button-left a,
.block_carousel-project .carousel-button-right a {
  cursor: pointer;
  text-decoration: none;
  color: #262626;
}
.block_carousel-project .carousel i:hover {
  color: #3d88bf;
}
.block_carousel-project .carousel .fa.fa-arrow-right {
  padding: 0;
}
.block_carousel-project .carousel .fa.fa-arrow-left {
  padding: 0;
}
/*--------------------------------------------------/Slider/------------------------------------------------------*/
.slider-wrapper {
  margin: 0 50px;
  position: relative;
}
.slider-wrapper .carousel-caption {
  margin: 0 auto;
  display: block;
  max-width: 80%;
  position: relative;
  right: 0;
  left: 0;
}
.carousel-caption-position {
  margin: auto;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  padding-left: 13%;
}
.carousel-caption-position :hover h1,
.carousel-caption-position:hover span,
.carousel-caption-position:hover h3 {
  color: #3d88bf;
}
.slider-yellow-quotes {
  color: #3d88bf;
}
.back-yellow {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.13);
  top: 50%;
  left: -50px;
  right: -50px;
  display: block;
  transform: translateY(-50%);
}
h1.slider-days-left {
  color: #3d88bf;
  text-align: left;
  line-height: 40px;
}
h3.before-opening {
  color: white;
  font-size: 40px;
  text-align: left;
}
.days-for-opening-left {
  float: left;
  margin-right: 50px;
}
.days-counter-wrapper .counter {
  font-size: 60px;
  line-height: 120px;
  font-weight: 700;
  vertical-align: super;
}
.days-counter-wrapper {
  display: inline-block;
}
.days-counter-wrapper span {
  font-size: 130px;
  font-weight: 400;
  color: white;
  line-height: 120px;
}
.slider-wrapper .carousel-inner {
  overflow: visible;
}
.carousel-caption a {
  text-decoration: none;
}
.first-day-counter {
  display: inline-block;
}
#carousel-example-generic {
  overflow: hidden;
}
#carousel-example-generic li {
  background-color: #d9d9d9;
  border-radius: 0;
  border: 0;
  margin: -1px;
  width: 30px;
  height: 30px;
  display: inline-block;
  float: left;
  bottom: 0px;
}
.carousel-indicators .active:after {
  content: "]";
  margin-left: 3px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
}
.carousel-indicators .active {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  line-height: 30px;
}
.carousel-indicators .active:before {
  content: "[";
  margin-right: 3px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  line-height: 30px;
}
#carousel-example-generic .active {
  background-color: #3d88bf;
  text-indent: initial;
  position: relative;
}
.carousel-control.left {
  background-image: initial;
}
.carousel-control.right {
  background-image: initial;
}
.glyphicon-chevron-left:before {
  content: "\f060";
  font-family: FontAwesome;
  font-size: 17px;
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 8px;
}
.glyphicon-chevron-right:before {
  content: "\f061";
  font-family: FontAwesome;
  font-size: 17px;
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 8px;
}
.main-slider-bord {
  color: #FFF;
  font-size: 130px;
  font-weight: 400;
}
.slider-beam {
  font-size: 30px;
  font-weight: 700;
  color: white;
  position: absolute;
  top: 35px;
}
.carousel-caption .slider-quick {
  color: #FFF;
  font-size: 80px;
  display: inline-block;
  font-weight: 700;
  text-align: left;
}
.carousel-inner > .item a > img,
.carousel-inner > .item img {
  width: 100%;
  min-height: 100%;
}
/*--------------------------------/features/----------------------------------------*/
.block_feature {
  background-color: #f2f2f2;
  margin-left: 50px;
  margin-right: 50px;
  padding-bottom: 50px;
}
.block_feature .features-imagion-background {
  background-color: #3d88bf;
  position: relative;
  height: 118px;
  margin: 0 auto;
  margin-bottom: 20px;
  font-weight: 700;
  border-radius:10px;
  -moz-border-radius:10px; /* Old Firefox */
}
.block_feature .features-imagion-background p {
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  color: #262626;
}
.block_feature .feature-all {
  position: relative;
  padding-top: 50px;
  text-align: center;
}
.block_feature .feature-all i {
  color: #262626;
  font-size: 60px;
  margin-top: 5px;
}
.block_feature .feature-all a {
  line-height: 30px;
  font-size: 24px;
  font-family: 'Titillium Web', sans-serif;
  display: block;
  color: #fff;
}
.block_feature .feature-all a:hover {

  color: #000;
}
.block_feature .feature-all p {
  line-height: 30px;
  font-size: 16px;
  font-family: 'Titillium Web', sans-serif;
}
/*----/one-button-page/--*/
.feature-button {
  text-align: center;
  background-color: #f2f2f2;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  line-height: 30px;
  padding: 20px;
}
.feature-button p {
  margin-left: 25%;
  margin-right: 25%;
  text-align: center;
}
.feature-button {
  padding-top: 10px;
}
/*---------------------------------/about us/-----------------------------------------*/
.block_aboutus {
  background: no-repeat center;
  min-height: 710px;
  padding-top: 50px;
}
.block_aboutus ul {
  padding-left: 0;
}
.block_aboutus p {
  color: #262626;
}
.block_aboutus h2 {
  font-size: 30px;
  font-weight: 700;
  font-family: "Titillium Web";
  color: #262626;
  margin: 0;
}
.block_aboutus ul li a {
  border-bottom: 8px solid  #e8e8e8;
  border-radius: 0;
  margin-right: -37px;
  padding-left: 0;
  padding-right: 40px;
  color: #014099;
  padding-bottom: 10px;
}
.block_aboutus li.active a,
.block_aboutus li.active a:focus {
  border-bottom: 8px solid #014099;
}
.block_aboutus li a:focus,
.block_aboutus li.active a:hover {
  border-bottom: 8px solid #3d88bf;
}
.block_aboutus li {
  display: inline-block;
  font-size: 20px;
  margin-right: 30px;
  color: #3f51b5;
  margin-top: 37px;
}
.block_aboutus li a {
  text-decoration: none;
  color: inherit;
}
.block_aboutus .spisok-text {
  color: grey;
  font-weight: 400;
  font-size: 16px;
  font-family: "Titillium Web";
  line-height: 30px;
  margin-top: 29px;
}
/*----------------------------------/stats/-----------------------------------*/
.block_stats {
  margin-right: 50px;
  margin-left: 50px;
  padding-bottom: 133px;
  padding-top: 198px;
  background-attachment: fixed;
  background-size: cover;
  background-color: grey;
}
.block_stats .stats-bord {
  width: 175px;
  height: 140px;
  background-color: #525252;
  margin: 0 auto;
}
.block_stats .counter-relative-bord:hover .stats-bord {
  background-color: #014099;
}
.block_stats .counter-relative-bord {
  position: relative;
  margin-bottom: 60px;
}
.block_stats .number {
  position: absolute;
  bottom: 0px;
  margin-bottom: 72px;
  width: 100%;
}
.block_stats .number p {
  color: white;
  font-family: "Titillium Web";
  font-size: 80px;
  font-weight: 400;
  line-height: 30px;
  margin: 0px;
  text-align: center;
}
.block_stats p {
  color: white;
  font-family: "Titillium Web";
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
/*-------------------------------------/reviews/-------------------------------------------------*/
.reviews {
  padding-top: 113px;
  padding-bottom: 113px;
  margin-right: 50px;
  margin-left: 50px;
  background-attachment: fixed;
  background-size: cover;
  background-color: #f2f2f2;
}
.widget_block_reviews .reviews-auth-block:first-child {
  margin: 0;
}
.reviews a {
  text-decoration: none;
  color: grey;
  transition: all .3s ease;
}
.reviews p > a {
  color: #7cb317;
}
.reviews-wrapper {
  max-width: 1108px;
  overflow: hidden;
  margin: 0 auto;
  display: block;
}
.reviews-block {
  width: 10000px;
  overflow: hidden;
  margin-left: 98px;
  position: relative;
}
.reviews-author-profile-image {
  width: 100px;
  height: 100px;
}
.reviews-wrapper a i {
  color: #262626;
  font-size: 24px;
}
.reviews-wrapper a:hover i {
  color: #7cb317;
}
.reviews-carousel-button-left {
  float: left;
  position: relative;
  top: 130px;
}
.reviews-carousel-button-right {
  float: right;
  position: relative;
  top: 130px;
  z-index: 10;
}
.reviews-auth-block {
  max-width: 457px;
  margin-left: 48px;
  float: left;
}
.reviews-1-text,
.reviews-text {
  margin-left: 138px;
  margin-top: -110px;
}
.reviews-auth-block .square {
  width: 30px;
  height: 30px;
  margin-left: 85px;
  margin-top: -20px;
  z-index: 10;
  position: relative;
  background-color: #7cb317;
}
.text-head {
  color: #262626;
  font-family: "Titillium Web";
  font-size: 12px;
  font-weight: 400;
}
.author-name {
  color: #262626;
  font-family: "Titillium Web";
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.individual-reviews {
  margin: 0;
}
.individual-reviews-img {
  margin-left: -20px;
  vertical-align: bottom;
  margin-bottom: -10px;
}
.individual-reviews-text {
  color: #262626;
  font-family: "Titillium Web";
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.individual-text-head {
  font-size: 20px;
  font-weight: 700;
  color: #262626;
  font-family: "Titillium Web";
}
.author-review {
  color: #c5cae9;
  font-family: "Titillium Web";
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.author-review p {
  color: #262626;
}
.block_blog-wdiget {
  padding-bottom: 100px;
  padding-top: 80px;
}
/*------------------------/blog/--------------------------*/
.block_corporate-post h1 {
  color: #262626;
  font-family: "Titillium Web";
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 50px;
}
.block_corporate-post .post {
  margin: 0px auto 30px;
  position: relative;
  width: 100%;
  display: block;
}
.block_corporate-post img {
  max-height: 300px;
  width: 100%;
}
.block_corporate-post .left-bord {
  width: 265px;
  height: 100%;
  background-color: #014099;
  position: absolute;
  opacity: 0.90;
  transition: all .5s ease;
}
.block_corporate-post .left-bord .clock {
  color: white;
  font-family: "Titillium Web";
  font-size: 20px;
  font-weight: 400;
  bottom: 0px;
  padding-bottom: 10px;
  margin-left: 30px;
  position: absolute;
  margin-bottom: 0px;
}
.block_corporate-post .left-bord p > a {
  margin-bottom: 150px;
  font-family: "Titillium Web";
  font-size: 14px;
  font-weight: 400;
  bottom: 0px;
  margin-bottom: 32px;
  position: absolute;
  margin-left: 30px;
  color: white;
}
.block_corporate-post .left-bord p > i {
  margin-right: 9px;
}
.block_corporate-post .post a {
  text-decoration: none;
}
.block_corporate-post .post:hover .left-bord {
  background-color: #3d88bf;
  color: #262626;
}
.block_corporate-post .post:hover .clock {
  color: #262626;
}
.block_corporate-post .post:hover .left-bord p > a {
  color: #262626;
}
.block_corporate-post .inf-bord {
  padding-left: 300px;
  background-color: #f2f2f2;
}
.block_corporate-post h3 {
  color: #262626;
  font-family: "Titillium Web";
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
  margin: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.block_corporate-post .footer-corporateblog p {
  font-family: "Titillium Web";
  font-size: 14px;
  font-weight: 400;
  float: left;
}
.block_corporate-post .footer-corporateblog p > a {
  color: grey;
}
.block_corporate-post .footer-corporateblog {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
}
.block_corporate-post .footer-corporateblog .block-share-button {
  float: right;
  display: block;
  margin-right: 20px;
  position: relative;
  border: none;
  background-color: initial;
}
/*----------------------/partners/---------------------*/
.block_partners {
  padding-bottom: 62px;
  background-color: #f2f2f2;
  margin-right: 50px;
  margin-left: 50px;
  padding-top: 92px;
  z-index: 1000;
}
.block_partners .partners-list .partners-list-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 165px;
  background-color: #fafafa;
  transition: all .3s ease;
  z-index: 1000;
}
.block_partners .partners-list {
  display: table;
  width: 100%;
  text-align: center;
  z-index: 1000;
}
.block_partners .partners-center {
  width: 165px;
  margin: 0 auto 30px;
  z-index: 1000;
}
.block_partners .partners-list-wrapper img {
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: #fff;
  transition: all .3s ease;
  max-width:165px;
  max-height:240px;
  z-index: 1000;
}
.block_partners .partners-list-wrapper:hover img {
  opacity: 1;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 2000;
}
.block_partners .partners-list-wrapper:hover {
  background: #ffffff;
}
.block_partners .grey-bord {
  border: 1px solid #cccccc;
  width: 165px;
  height: 165px;
}
/*--------------------------------/cal to actoin/-----------------------------------*/
.block_start-here {
  padding-top: 150px;
  padding-bottom: 150px;
}
.block_start-here h1 {
  color: #262626;
  font-family: "Titillium Web";
  font-size: 35px;
  font-weight: 700;
}
.block_start-here .st {
  margin-top: 10px;
  position: relative;
}
.block_start-here .yellow-bord {
  width: 50px;
  height: 50px;
  background-color: #3d88bf;
  position: absolute;
}
.yellow-bord-4 {
  width: 50px;
  height: 50px;
  background-color: #3d88bf;
  position: absolute;
}
.block_start-here a.st-n {
  color: #262626;
  font-family: "Titillium Web";
  font-size: 20px;
  font-weight: 700;
  padding-left: 25px;
  padding-top: 12px;
  text-decoration: none;
  position: absolute;
  top: 0;
  height: 50px;
  padding-right: 25px;
}
.st-n:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 50px;
  background: #3d88bf;
  transition: all 1s ease;
  z-index: -1;
  padding-right: 20px;
}
.st-n:hover:before {
  width: 100%;
}
/*-------------/mini-contacts/-----------------------*/
.address i {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
}
.address i:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.address-1 ul {
  display: block;
  list-style: none;
  padding: 0;
  margin-top: 30px;
}
.address-1 li,
.address li {
  display: inline-block;
  padding: 0;
}
.address-1 li img,
.address li img {
  margin: 0;
}
.ad-li-1 {
  margin-right: 10px;
}
.address-str dt {
  float: left;
  width: auto;
  color: grey;
  font-family: "Titillium Web";
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 7px;
}
.address-str dd a {
  color: #3d88bf;
}
.address-str dd {
  font-family: "Titillium Web";
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-left: 50px;
}
.address-str {
  margin-top: 28px;
}
.stay {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
}
.email-stay-in-touch b {
  color: #d9d9d9;
  font-size: 35px;
}
.email-stay-in-touch .email {
  margin-top: 46px;
  width: 300px;
  height: 28px;
  border: none;
  background-color: inherit;
  outline: none;
}
.sub {
  margin-top: 29px;
  line-height: 30px;
  font-family: "Titillium Web";
  font-size: 16px;
  font-weight: 400;
  color: #262626;
}
.create p {
  color: grey;
  font-family: "Titillium Web";
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  left: 15px;
}
.create {
  display: inline-block;
  float: right;
  right: 0px;
}
.create img {
  margin: 0;
  position: relative;
}
.footer-copyright hr {
  margin-top: 60px;
  margin-bottom: 60px;
  border: 1px solid #d9d9d9;
}
.copy-bord {
  width: 1px;
  height: 9px;
  background-color: #d9d9d9;
}
.copyright {
  color: grey;
  font-family: "Titillium Web";
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
}
/*-------------------------------------------/footer/-------------------------------------------------*/
.footer {
  width: 100%;
  padding-bottom: 4px;
}
.footer-head {
  background-color: #262626;
  min-height: 150px;
  margin-right: 50px;
  margin-left: 50px;
}
.footer .top-menu {
  float: left;
}
.footer-bottom {
  padding-bottom: 124px;
  padding-top: 124px;
  opacity: 0.9;
  background-color: #c5cae9;
  width: 100%;
  background-image: linear-gradient(to top, rgba(221, 221, 221, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
}
.map {
  margin-top: 46px;
}
.address ul {
  display: block;
  list-style: none;
  padding: 0;
  font-size: 24px;
}
.address {
  color: #3F51B5;
}
/*social-icons*/
.fa.fa-twitter,
.fa.fa-twitter-square {
  color: #5ea9dd;
}
.fa.fa-vk,
.fa.fa-facebook-square,
.fa.fa-facebook,
.fa.fa-facebook-official {
  color: #3b5998;
}
.fa.fa-vimeo,
.fa.fa-vimeo-square {
  color: #45bbff;
}
.fa.fa-instagram {
  color: #517fa4;
}
.fa.fa-youtube-square,
.fa.fa-youtube-play,
.fa.fa-youtube {
  color: #bb0000;
}
.fa.fa-digg {
  color: black;
}
.fa.fa-google-plus-square {
  color: #db4437;
}
.fa.fa-linkedin-square {
  color: #1a8bf0;
}
.fa.fa-pinterest-square {
  color: #bd081c;
}
.fa.fa-reddit-square {
  color: #00c5f7;
}
.fa.fa-stumbleupon-circle {
  color: #eb4924;
}
.fa.fa-tumblr-square {
  color: #529ecc;
}
.fa.fa-pinterest {
  color: #cc181e;
}
/*---------------------/title/-------------------*/
.block_main-page-header {
  padding-top: 80px;
  padding-bottom: 50px;
}
.block_main-page-header .linkon-previous-pages a {
  margin-right: 13px;
  color: #808080;
  text-decoration: none;
}
.block_main-page-header .linkon-previous-pages a:before {
  content: "[";
  font-size: 16px;
}
.block_main-page-header .linkon-previous-pages a:after {
  content: "]";
  font-size: 16px;
}
.block_main-page-header .pages-main-name {
  font-family: "Titillium Web";
  font-weight: 700;
  font-size: 64px;
  margin-top: 26px;
  color: #262626;
  word-break: break-word;
}
/*----------------------------/content/-------------------------*/
/*------------------------/ABOUT-PAGE/--------------------*/
.block_top-timline .time-text {
  color: grey;
  font-family: "Titillium Web";
  font-size: 12px;
  font-style: italic;
  line-height: 20px;
  margin-top: 19px;
  margin-bottom: 0px;
}
.block_top-timline .line-1 {
  width: 67px;
  height: 1px;
  background-color: #d9d9d9;
  margin-top: 139px;
  position: absolute;
}
.block_top-timline .vertical-line {
  width: 3px;
  background-color: #f2f2f2;
  margin-left: 8px;
  position: absolute;
  z-index: -1;
  margin-top: 38px;
  height: 100%;
}
.block_top-timline .yellow-square {
  width: 19px;
  height: 19px;
  background-color: #d2e0ee;
}
.block_top-timline .year-inf-1 p {
  margin-top: -5px;
}
.block_top-timline .date p {
  margin-top: -22px;
  margin-left: 38px;
  margin-bottom: 0px;
  color: #d2e0ee;
  font-family: "Titillium Web";
  font-size: 16px;
  font-weight: 700;
  width: 100%;
}
.block_top-timline .month-y p {
  color: grey;
  font-family: "Titillium Web";
  font-size: 12px;
  font-weight: 400;
  margin-top: 9px;
}
/*----------------------------------------------------------/person-page/------------------------------------------------------------------------------------------------*/
.block_work-status a {
  color: #999999;
}
.block_work-status h2 {
  font-family: "Titillium Web";
  font-weight: 700;
  font-size: 35px;
  color: #999999;
  margin-bottom: 30px;
}
.block_skills .yellow-line-animation {
  height: 8px;
  background-color: #3d88bf;
  position: absolute;
}
.block_skills h2 {
  font-family: "Titillium Web";
  font-weight: 700;
  font-size: 30px;
  color: #262626;
}
.block_skills img {
  width: 100%;
  height: auto;
}
.block_skills .left-marks {
  float: left;
  display: inline;
  color: #262626;
  margin-bottom: 0;
  margin-top: 14px;
}
.block_skills .right-marks {
  float: right;
  color: #808080;
  margin-bottom: 0;
  margin-top: 14px;
}
.block_skills .skills-bord {
  width: 100%;
  height: 8px;
  background-color: #f2f2f2;
  margin: 0;
  display: inline-block;
}
.block_skills .social-icons {
  margin-top: 20px;
}
.block_skills .social-icons a {
  margin-right: 10px;
  font-size: 20px;
}
.block_skills .social-icons i {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
}
.block_skills .social-icons i:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}
/*-----------------------------------------------/person-hover/---------------------*/
.block_workers-container {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.block_workers-container:hover .general-information-bord {
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  -o-transform: scale(0.93);
  transform: scale(0.93);
}
.block_workers-container h3 {
  font-family: "Titillium Web";
  font-size: 30px;
  font-weight: 700;
  padding-left: 40px;
  padding-top: 39px;
  margin: 0px;
  line-height: 28px;
}
.block_workers-container .workers-hover-padding {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}
.general-information-bord {
  color: #262626;
  height: 100%;
  opacity: 0.85;
  background: #fff;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  /*
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  */
}
.block_workers-container p {
  font-family: "Titillium Web";
  font-size: 16px;
  padding-top: 7px;
  padding-left: 40px;
  margin-top: 20px;
  color: #666666;
}
.block_workers-container h3 a {
  color: #262626;
  text-decoration: none;
}
.block_workers-container p a {
  color: #666666;
  text-decoration: none;
}
.block_workers-container .social-icons {
  bottom: 30px;
  padding-left: 40px;
  position: absolute;
}
.block_workers-container .social-icons a {
  margin-right: 10px;
}
/*------------------------------------/team/----------------------------------------*/
.block_team {
  padding-top: 100px;
  padding-bottom: 150px;
}
.block_team h1 {
  text-align: center;
  margin-bottom: 50px;
  color: #262626;
  font-family: "Titillium Web";
  font-size: 35px;
  font-weight: 700;
}
/*---------------------------------------------------------/projects-page/---------------------------------------------------------------------*/
.block_project-list-wrapper {
  margin: 0px auto;
  height: 267px;
}
.block_project-list-wrapper .blue-bord {
  width: 360px;
  height: 110px;
  opacity: 0.85;
  background-color: #262626;
  bottom: 0;
  position: absolute;
  font-family: "Titillium Web";
  font-weight: 700;
  padding-right: 20px;
  transition: all .5s ease;
  padding-top: 20px;
}
.block_project-list-wrapper p {
  color: #c5cae9;
  padding-left: 20px;
}
.block_project-list-wrapper h3 {
  color: white;
  margin: 0;
  font-size: 20px;
  padding-left: 20px;
  font-weight: 700;
}
.block_project-list-wrapper .blue-bord dl {
  position: absolute;
  font-size: 14px;
  width: 100%;
  padding-left: 20px;
  bottom: 0px;
}
.block_project-list-wrapper .blue-bord dt {
  color: #c5cae9;
  float: left;
  width: auto;
  margin-right: 4px;
}
.block_project-list-wrapper .blue-bord dd {
  color: #ffffff;
  width: 100%;
}
.block_project-list-wrapper:hover .blue-bord {
  background-color: #3d88bf;
}
.block_project-list-wrapper a {
  text-decoration: none;
  color: white;
}
.block_project-list-wrapper:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.17);
}
.block_project-list-wrapper:hover dd {
  color: #262626;
}
.block_project-list-wrapper:hover dt {
  color: #686868;
}
.block_project-list-wrapper:hover p {
  color: #6c674b;
}
.block_project-list-wrapper:hover h3,
.block_project-list-wrapper:hover a {
  color: #262626;
}
/*--------------------------------------------------------------/services-page/-----------------------------------------------*/
.article_services {
  margin-bottom: 30px;
  background-color: #f2f2f2;
}
.block_services h3 {
  font-weight: 700;
  font-family: "Titillium Web";
  font-size: 30px;
  color: #262626;
}
.block_services .services-text {
  padding-left: 10px;
  padding-right: 10px;
}
.block_services .order a {
  float: left;
  color: #262626;
  font-family: "Titillium Web";
  font-size: 20px;
  font-weight: 700;
  padding-left: 25px;
  padding-top: 12px;
  text-decoration: none;
  height: 50px;
  padding-right: 25px;
  position: absolute;
  z-index: 10;
  top: 0;
}
.block_services .order {
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
}
.block_services .order a:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 50px;
  background: #3d88bf;
  transition: all 1s ease;
  z-index: -1;
  padding-right: 20px;
}
.block_services .order a:hover:before {
  width: 100%;
}
.block_services .yellow-bord {
  width: 50px;
  height: 50px;
  background-color: #3d88bf;
}
.block_services .services-hover {
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  top: 0;
  transition: all .5s ease;
  background-color: #3d88bf;
}
.block_services .services-wrapper-hover {
  position: relative;
}
.block_services .services-wrapper-hover:hover .services-hover {
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  -o-transform: scale(0.93);
  transform: scale(0.93);
}
.block_services .services-hover a {
  text-decoration: none;
  color: #262626;
  position: absolute;
  left: 50%;
  top: 50%;
}
.block_services .services-wrapper-hover img {
  width: 100%;
  height: 525px;
  background-color: grey;
}
/*-----------------------------------------------------------------/blog-item-page/------------------------------------------------------------------*/
.block_blogitem-wrapper {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  table-layout: fixed;
}
.block_blogitem-wrapper .blog-pos-left-bord {
  height: 100%;
  max-width: 165px;
  background-color: #121779;
  position: absolute;
  opacity: 0.95;
  top: 0px;
}
.block_blogitem-wrapper .blog-author-information-container {
  position: relative;
  z-index: 10;
  width: 165px;
  height: 100%;
  display: table-cell;
  vertical-align: top;
}
.block_blogitem-wrapper .blog-author-information-container img {
  height: 165px;
  width: 165px;
}
.block_blogitem-wrapper .author {
  padding: 27px 20px 0 0;
  width: 100%;
  font-family: "Titillium Web";
}
.block_blogitem-wrapper .bottom-font-awesome {
  position: absolute;
  bottom: 10px;
  color: grey;
}
.block_blogitem-wrapper .person-auth {
  margin-bottom: 0;
  color: #808080;
  font-size: 14px;
}
.block_blogitem-wrapper .name {
  font-size: 14px;
  color: #262626;
  font-weight: 700;
  margin-bottom: 20px;
}
.block_blogitem-wrapper .auth-time {
  color: #808080;
  font-size: 14px;
  margin-bottom: 20px;
}
.block_blogitem-wrapper .auth-like {
  color: #ffffff;
  font-size: 14px;
  margin-top: 11px;
}
.block_blogitem-wrapper .bottom-blog {
  padding: 0px 20px 20px 0;
}
.block_blogitem-wrapper .bottom-blog a {
  font-family: "Titillium Web";
  color: #7cb317;
  font-size: 14px;
  line-height: 1;
}
/*-------------------------/projects page/----------------------------*/
.block_single-project-page .proj-head {
  font-weight: 700;
  font-size: 35px;
  font-family: "Titillium Web";
  color: #999999;
  margin-top: 20px;
  margin-bottom: 0px;
}
.block_single-project-page .proj-head a {
  color: #999999;
}
.block_single-project-page .proj-img-wrapper {
  margin: 0px auto;
  max-width: 360px;
  position: relative;
}
.block_single-project-page .proj-img-wrapper img {
  width: 360px;
  margin: 0;
}
.block_single-project-page .main-proj-img {
  margin-top: 26px;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.block_single-project-page .main-proj-img img {
  width: 555px;
  height: 555px;
  max-width: 100%;
}
.block_single-project-page .main-proj-img-bord {
  max-width: 263px;
  background-color: #3d88bf;
  position: absolute;
  bottom: 0px;
  opacity: 0.95;
  width: 100%;
}
.block_single-project-page .main-proj-img-bord dd {
  color: #ffffff;
  float: left;
  margin-right: 5px;
  font-size: 16px;
}
.block_single-project-page .main-proj-img-bord dl {
  display: block;
  margin-left: 39px;
  margin-top: 42px;
  font-family: "Titillium Web";
}
.block_single-project-page .main-proj-img-bord dt {
  color: #ffffff;
  font-size: 16px;
}
.block_single-project-page .border p {
  font-family: "Titillium Web";
  font-weight: 700;
  font-size: 25px;
  padding: 30px 31px;
  padding-bottom: 0;
  margin: 0;
  color: #262626;
}
.block_single-project-page .border .fa.fa-arrows-alt {
  margin-left: 31px;
  position: absolute;
  bottom: 25px;
  margin-right: 20px;
  color: #262626;
}
.block_single-project-page .border:hover .padding-border {
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  -o-transform: scale(0.93);
  transform: scale(0.93);
}
.block_single-project-page .padding-border {
  background-color: #3d88bf;
  opacity: 0.75;
  width: 100%;
  height: 100%;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.block_single-project-page .border {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  color: #262626;
}
/*----/typograhpy/----*/
.typography-left-bord {
  width: 165px;
  height: 100%;
  background-color: #7cb317;
  position: absolute;
  opacity: 0.95;
  top: 0px;
  left: 0px;
}
.typography-img {
  display: table-caption;
  position: relative;
}
.typography-img img {
  width: 100%;
  height: 100%;
}
.typography-main-content {
  background-color: #fafafa;
  font-family: "Titillium Web";
  padding: 30px;
  display: table-cell;
  width: 100%;
}
/*--------------------------/comming-soon, error page/-------------------------------*/
.typography-main-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.container-site-error-background {
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
  height: 100%;
}
.container-comming-soon {
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
  height: calc(89%);
}
.offline-block-text {
  font-size: 16px;
  color: white;
}
.block_commingsoon .background {
  min-height: 250px;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  background-color: #7cb317;
  opacity: 0.9;
  padding-top: 70px;
  padding-bottom: 70px;
  margin: auto;
}
.site-error-background {
  min-height: 250px;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  background-color: #262626;
  opacity: 0.9;
  margin: auto;
  padding-top: 70px;
  padding-bottom: 70px;
}
.offline-page-text p {
  font-family: "Titillium Web", sans-serif;
  float: left;
  text-align: left;
}
.block_commingsoon .time-left span:before {
  font-size: 130px;
  font-weight: 400;
  padding: 0 7px;
  vertical-align: sub;
  content: "[";
}
.block_commingsoon .time-left span:after {
  font-size: 130px;
  font-weight: 400;
  padding: 0 7px;
  vertical-align: sub;
  content: "]";
}
.block_commingsoon,
.block_error-page {
  background: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: fixed;
  overflow: auto;
}
.block_commingsoon .title {
  text-align: center;
  font-size: 44px;
  font-family: "Titillium Web";
  font-weight: 700;
  color: white;
  margin-top: 100px;
}
.block_error-page .error-beam {
  margin-top: 317px;
  color: white;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #3d88bf;
  padding-bottom: 71px;
}
.block_error-page .errorpage-home-link a {
  text-decoration: none;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  color: #262626;
  padding: 25px;
}
.site-error {
  float: left;
  color: white;
  font-size: 100px;
  font-weight: 700;
}
.not-found-wrapper {
  padding-top: 60px;
  text-align: right;
}
.errorpage-home-link {
  padding: 15px 0;
  color: white;
  font-size: 20px;
  margin-left: 29px;
  background-color: #3d88bf;
  float: right;
}
.not-found {
  padding-top: 6px;
  color: white;
  font-size: 40px;
  font-weight: 700;
  margin-top: 15px;
  font-family: "Titillium Web";
  display: inline;
}
.site-error b {
  font-size: 130px;
  font-weight: 400;
}
.site-error-left {
  margin-right: 24px;
}
.site-error-right {
  font-weight: 400;
  margin-left: 24px;
}
.block_commingsoon p {
  color: white;
}
.block_commingsoon .days-left-title {
  font-size: 30px;
  font-weight: 700;
}
.block_commingsoon .days-left {
  font-family: "Titillium Web", sans-serif;
  font-size: 60px;
  color: white;
  font-weight: 700;
}
.block_commingsoon .time-left {
  font-family: "Titillium Web", sans-serif;
  font-size: 60px;
  color: white;
  font-weight: 700;
  text-align: right;
}
.menu-btn {
  border: none;
  outline: none;
  display: none;
  float: right;
  background-color: inherit;
  margin-top: 69px;
  color: white;
  position: static;
  height: auto;
}
/*----------------/Comments/--------------- */
.block_comments .media {
  margin-top: 30px;
}
.block_comments {
  margin-bottom: 30px;
}
.block_comments .media-body .pull-left img {
  height: 67px;
  width: 67px;
}
.block_comments ul.children {
  padding-left: 0px;
}
.block_comments .media-body {
  width: 585px;
  padding-bottom: 29px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 30px;
  background-color: #fafafa;
  color: #808080;
  font-family: "Titillium Web";
}
.block_comments .media-body h4 {
  font-size: 14px;
  color: #262626;
}
.block_comments .media-body .by {
  color: #bfbfbf;
}
.block_comments .media > .pull-left {
  padding: 0;
}
.block_comments .media-bord {
  width: 50px;
  height: 4px;
  background-color: #c5cae9;
  margin-top: 19px;
  margin-bottom: 19px;
}
.block_comments .media-body p {
  line-height: 30px;
  font-size: 16px;
}
.block_comments .delim {
  float: right;
}
.block_comments .delim .fa.fa-share-alt {
  margin-right: 10px;
}
.block_comments .bt {
  margin-top: 8px;
  color: #7cb317;
}
.block_comments .bt a {
  color: #7cb317;
}
.block_comments .add-comment {
  font-family: "Titillium Web";
  color: #262626;
  padding-top: 30px;
}
.block_comments .add-comment h3 {
  font-weight: 700;
  font-size: 25px;
  margin: 0;
}
.block_comments .form-group {
  margin-top: 30px;
  display: block;
  width: 100%;
}
.block_comments .form-group span img {
  background-color: white;
}
.form-group span {
  color: #e8e8e8;
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  line-height: 30px;
  display: inline-flex;
  width: 100%;
}
.wrapper-form-email {
  color: #e8e8e8;
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  line-height: 30px;
  display: inline-flex;
  width: 100%;
}
.footer-bottom .form-group span {
  color: grey;
}
.block_comments .form-group .form-control-name {
  color: grey;
  font-weight: 400;
  width: 100%;
  font-size: 16px;
  border: none;
  outline: none;
  padding-left: 14px;
  padding-right: 14px;
}
.form-control-email {
  color: grey;
  font-weight: 400;
  width: 100%;
  font-size: 16px;
  border: none;
  outline: none;
  padding-left: 14px;
  padding-right: 14px;
}
.form-group .form-control-email {
  color: grey;
  font-weight: 400;
  width: 100%;
  font-size: 16px;
  border: none;
  outline: none;
  padding-left: 14px;
  padding-right: 14px;
  background-color: inherit;
}
.block_comments .form-group .form-control-comment {
  color: grey;
  font-weight: 400;
  width: 100%;
  font-size: 16px;
  border: none;
  outline: none;
  padding-left: 14px;
  padding-right: 14px;
}
.block_comments .form-control {
  display: inline-block;
  border: none;
  height: 36px;
  box-shadow: none;
  width: 100%;
  padding-bottom: 0;
}
.block_comments .media > .media {
  float: right;
  padding: 0;
  margin: 0;
  background-color: white;
}
/*---------/navigation without pags/---------*/
.block_navigation {
  margin-top: 50px;
  margin-bottom: 50px;
}
.block_navigation .left-navigation-button {
  float: left;
  color: #262626;
  transition: all .3s ease;
}
.block_navigation .left-navigation-button div {
  width: 50px;
  height: 50px;
  background-color: #3d88bf;
  float: left;
}
.block_navigation .right-navigation-button:hover,
.block_navigation .left-navigation-button:hover {
  background-color: #3d88bf;
}
.block_navigation .left-navigation-button p {
  font-weight: 700;
  font-family: "Titillium Web";
  font-size: 20px;
  float: left;
  padding-right: 20px;
  color: #262626;
  padding-top: 11px;
}
.block_navigation .right-navigation-button {
  float: right;
  color: #262626;
  transition: all .3s ease;
}
.block_navigation .right-navigation-button div {
  width: 50px;
  height: 50px;
  background-color: #3d88bf;
  float: right;
}
.block_navigation .left-navigation-button i,
.block_navigation .right-navigation-button i {
  padding: 18px;
  color: #262626;
}
.block_navigation .right-navigation-button p {
  font-weight: 700;
  font-family: "Titillium Web";
  font-size: 20px;
  padding-top: 11px;
  margin: 0;
  padding-left: 20px;
  float: right;
  text-align: right;
  color: #262626;
}
/*---------/tabs/----------*/
.block_tabs {
  margin-bottom: 30px;
}
.block_tabs ul {
  padding: 0;
  margin: 0;
}
.block_tabs li {
  display: inline-block;
  color: #3f51b5;
  font-family: "Titillium Web";
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}
.block_tabs li a {
  text-decoration: none;
  border-bottom: 8px solid  #e8e8e8;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;
  color: #014099;
  padding-bottom: 10px;
}
.block_tabs p a {
  color: #014099;
  text-decoration: none;
}
.block_tabs li.active a,
.block_tabs li.active a:focus {
  border-bottom: 8px solid #014099;
}
.block_tabs li a:focus,
.block_tabs li.active a:hover {
  border-bottom: 8px solid #3d88bf;
}
.block_tabs p:hover {
  border-bottom: 8px solid #3d88bf;
}
.block_tabs p.active {
  border-bottom: 8px solid #7cb317;
}
.block_tabs i {
  color: #014099;
  float: right;
  margin-right: 10px;
  margin-top: 8px;
}
.block_tabs p {
  margin: 0;
  font-family: "Titillium Web";
  font-size: 20px;
  font-weight: 700;
  float: right;
  border-bottom: 8px solid  #e8e8e8;
  padding-bottom: 8px;
  margin-left: 3px;
  color: #7cb317;
}
/*----------/pags/-----------------*/
.block_navigation .pags ul {
  display: block;
  font-weight: 700;
  font-family: "Titillium Web";
  font-size: 20px;
  text-align: center;
  padding: 0;
}
.block_navigation .pags li {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
}
.block_navigation .pags a {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  text-decoration: none;
  padding-top: 10px;
  color: #262626;
}
.block_navigation .pags ul :active,
.block_navigation .pags li.active a {
  background-color: #262626;
  color: white;
}
.block_navigation .pags ul a:active {
  color: white;
}
.block_navigation .pags ul :hover {
  background-color: #3d88bf;
  color: white;
}
@media only screen and (max-width: 1265px) {
  .days-counter-wrapper {
    float: left;
  }
  h1.slider-days-left {
    font-size: 40px;
  }
  h3.before-opening {
    font-size: 30px;
  }
  .days-counter-wrapper span {
    font-size: 86px;
  }
  .days-counter-wrapper .counter {
    font-size: 50px;
  }
  .carousel-caption .slider-quick {
    font-size: 50px;
  }
  .slider-beam {
    font-size: 25px;
  }
  .main-slider-bord {
    font-size: 100px;
  }
  h1.slider-days-left {
    font-size: 60px;
  }
  h3.before-opening {
    font-size: 30px;
  }
  .head {
    padding: 0;
  }
  .slider-wrapper {
    margin: 0;
  }
  .block_feature {
    margin-left: 0px;
    margin-right: 0px;
  }
  .block_stats {
    margin-left: 0px;
    margin-right: 0px;
  }
  .reviews {
    margin-left: 0px;
    margin-right: 0px;
  }
  .block_partners {
    margin-left: 0px;
    margin-right: 0px;
  }
  .footer-head {
    margin-left: 0px;
    margin-right: 0px;
  }
  .carousel-caption .slider-quick {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1600px) {
  .carousel-caption-position {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media only screen and (max-width: 1280px) {
  .carousel-caption-position {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (max-width: 1024px) {
  .carousel-caption-position {
    padding-left: 5%;
    padding-right: 5%;
    top: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .carousel-caption-position {
    padding-left: 6%;
    padding-right: 5%;
    top: 10px;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .carousel-caption-position {
    padding-left: 6%;
    padding-right: 5%;
    top: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  .block_aboutus {
    background-image: none !important;
  }
  .errorpage-home-link {
    float: none;
  }
  .block_commingsoon .title {
    margin-top: 20px;
  }
  .block_commingsoon .background {
    padding: 20px;
  }
  .block_commingsoon .container-comming-soon {
    margin: 0;
    text-align: center;
  }
  .days-left {
    font-family: "Titillium Web", sans-serif;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 50px;
  }
  .block_commingsoon .time-left {
    font-family: "Titillium Web", sans-serif;
    font-size: 40px;
    text-align: center;
    padding-bottom: 20px;
  }
  .block_commingsoon .time-left span:after,
  .block_commingsoon .time-left span:before {
    font-size: 90px;
  }
  .offline-page-text {
    float: none;
    max-width: none;
  }
  block_commingsoon .background,
  .site-error-background {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
  }
  .not-found {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
  }
  .container-site-error-background {
    margin: 0;
  }
  .site-error {
    width: 100%;
    text-align: center;
  }
  .not-found-wrapper {
    width: 100%;
    text-align: center;
  }
  .errorpage-home-link {
    margin-left: 0px;
  }
  .line-1 {
    display: none;
  }
  .stay {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1139px) {
  .reviews-block {
    margin-left: 65px;
  }
  .reviews-auth-block {
    max-width: 350px;
  }
  .reviews-wrapper {
    max-width: 850px;
  }
}
@media only screen and (max-width: 1000px) {
  nav ul {
    background-color: #262626;
    display: block;
    width: 100%;
    height: auto;
    left: 0px;
    z-index: 20;
  }
  .footer-head {
    min-height: auto;
  }
  .top-head {
    min-height: auto;
  }
  .top-menu {
    display: none;
  }
  .menu-btn {
    display: block;
    margin-bottom: 25px;
    margin-top: 25px;
  }
  nav .searchform {
    display: none;
  }
  nav li {
    float: none;
    display: block;
    margin: 0 5px;
    width: 100%;
  }
  nav li a {
    text-align: center;
  }
  .top-menu li {
    padding-bottom: 20px;
    text-align: center;
    z-index: 10;
  }
  ul.top-menu {
    z-index: 20;
    position: absolute;
    margin-top: 68px;
    padding-top: 20px;
    text-align: center;
  }
  ul.top-menu > li > ul {
    position: relative;
    margin-left: 0px;
    margin-top: 20px;
    width: 100%;
    display: none;
  }
  .top-menu li > ul > li {
    width: 99%;
    text-align: left;
    display: inline-block;
  }
  .top-menu li > ul > li > ul {
    left: 0;
    position: relative;
    margin-top: 20px;
    width: 100%;
    display: none;
  }
  .top-menu li {
    padding-right: 0;
  }
  .top-menu ul a:hover {
    float: none;
    right: inherit;
  }
  .top-menu li:hover > ul {
    display: inline-block;
  }
}
@media only screen and (max-width: 991px) {
  .add-comment {
    margin-top: 50px;
  }
  .block_services .services-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .block_services .order {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 906px) {
  .reviews-text {
    margin: 0;
  }
  .reviews-auth-block {
    max-width: 250px;
  }
  .reviews-wrapper {
    max-width: 626px;
  }
}
@media only screen and (max-width: 767px) {
  .address ul {
    margin-top: 30px;
  }
  .carousel-indicators {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .block_main-page-header .pages-main-name {
    font-size: 30px;
  }
  .carousel-caption .slider-quick {
    font-size: 35px;
  }
  .slider-beam {
    font-size: 20px;
  }
  .main-slider-bord {
    font-size: 80px;
  }
  h1.slider-days-left {
    font-size: 35px;
  }
  .days-counter-wrapper .counter {
    font-size: 30px;
  }
  .days-counter-wrapper span {
    font-size: 60px;
  }
  h3.before-opening {
    margin-top: 0;
    font-size: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .reviews-block {
    margin-left: 50px;
  }
  .reviews-wrapper {
    max-width: 350px;
  }
  .reviews-auth-block {
    max-width: 262px;
  }
  .block_blogitem-wrapper .typography-left-bord {
    display: none;
  }
  .block_blogitem-wrapper .blog-author-information-container {
    display: none;
  }
}
@media only screen and (max-width: 585px) {
  .block_corporate-post .left-bord {
    display: none;
  }
  .block_corporate-post .inf-bord {
    padding-left: 10px;
    padding-right: 10px;
  }
  .block_corporate-post h3 {
    margin-left: 0;
    text-align: center;
  }
  .block_corporate-post .footer-corporateblog {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 579px) {
  .block_carousel-project .carousel-buttons-wrapper h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 570px) {
  .carousel-caption .slider-quick {
    font-size: 22px;
  }
  .slider-beam {
    display: none;
  }
  .main-slider-bord {
    display: none;
  }
  .days-counter-wrapper {
    top: -35px;
    position: relative;
  }
  .days-counter-wrapper .counter {
    font-size: 25px;
  }
  .days-counter-wrapper span {
    font-size: 50px;
  }
  .h1.slider-days-left {
    font-size: 25px;
  }
}
@media only screen and (max-width: 425px) {
  .block_commingsoon .days-left {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .block_commingsoon .time-left {
    font-size: 25px;
  }
  .block_commingsoon span:after,
  .block_commingsoon span:before {
    font-size: 70px;
  }
}
/*carousel-project-resize*/
@media only screen and (max-width: 1152px) {
  .block_carousel-project .carousel {
    max-width: 851px;
  }
}
@media only screen and (max-width: 899px) {
  .block_carousel-project .carousel {
    max-width: 558px;
  }
}
@media only screen and (max-width: 579px) {
  .block_carousel-project .carousel {
    max-width: 264px;
  }
}
/* MARGINS & PADDINGS */
.p-xxs {
  padding: 5px !important;
}
.p-xs {
  padding: 10px !important;
}
.p-sm {
  padding: 15px !important;
}
.p-m {
  padding: 20px !important;
}
.p-md {
  padding: 25px !important;
}
.p-lg {
  padding: 30px !important;
}
.p-xl {
  padding: 40px !important;
}
.m-xxs {
  margin: 2px 4px;
}
.m-xs {
  margin: 5px;
}
.m-sm {
  margin: 10px;
}
.m {
  margin: 15px;
}
.m-md {
  margin: 20px;
}
.m-lg {
  margin: 30px;
}
.m-xl {
  margin: 50px;
}
.m-n {
  margin: 0 !important;
}
.m-l-none {
  margin-left: 0;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l {
  margin-left: 15px;
}
.m-l-md {
  margin-left: 20px;
}
.m-l-lg {
  margin-left: 30px;
}
.m-l-xl {
  margin-left: 40px;
}
.m-l-n-xxs {
  margin-left: -1px;
}
.m-l-n-xs {
  margin-left: -5px;
}
.m-l-n-sm {
  margin-left: -10px;
}
.m-l-n {
  margin-left: -15px;
}
.m-l-n-md {
  margin-left: -20px;
}
.m-l-n-lg {
  margin-left: -30px;
}
.m-l-n-xl {
  margin-left: -40px;
}
.m-t-none {
  margin-top: 0;
}
.m-t-xxs {
  margin-top: 1px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t {
  margin-top: 15px;
}
.m-t-md {
  margin-top: 20px;
}
.m-t-lg {
  margin-top: 30px;
}
.m-t-xl {
  margin-top: 40px;
}
.m-t-xxl {
  margin-top: 50px;
}
.m-t-xxxl {
  margin-top: 60px;
}
.m-t-single-projects {
  margin-top: 83px;
}
.m-t-n-xxs {
  margin-top: -1px;
}
.m-t-n-xs {
  margin-top: -5px;
}
.m-t-n-sm {
  margin-top: -10px;
}
.m-t-n {
  margin-top: -15px;
}
.m-t-n-md {
  margin-top: -20px;
}
.m-t-n-lg {
  margin-top: -30px;
}
.m-t-n-xl {
  margin-top: -40px;
}
.m-r-none {
  margin-right: 0;
}
.m-r-xxs {
  margin-right: 1px;
}
.m-r-xs {
  margin-right: 5px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r {
  margin-right: 15px;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: 30px;
}
.m-r-xl {
  margin-right: 40px;
}
.m-r-n-xxs {
  margin-right: -1px;
}
.m-r-n-xs {
  margin-right: -5px;
}
.m-r-n-sm {
  margin-right: -10px;
}
.m-r-n {
  margin-right: -15px;
}
.m-r-n-md {
  margin-right: -20px;
}
.m-r-n-lg {
  margin-right: -30px;
}
.m-r-n-xl {
  margin-right: -40px;
}
.m-b-none {
  margin-bottom: 0;
}
.m-b-xxs {
  margin-bottom: 1px;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b {
  margin-bottom: 15px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: 30px;
}
.m-b-xl {
  margin-bottom: 40px;
}
.m-b-xlf {
  margin-bottom: 50px;
}
.m-b-n-xxs {
  margin-bottom: -1px;
}
.m-b-n-xs {
  margin-bottom: -5px;
}
.m-b-n-sm {
  margin-bottom: -10px;
}
.m-b-n {
  margin-bottom: -15px;
}
.m-b-n-md {
  margin-bottom: -20px;
}
.m-b-n-lg {
  margin-bottom: -30px;
}
.m-b-n-xl {
  margin-bottom: -40px;
}
.space-15 {
  margin: 15px 0;
}
.space-20 {
  margin: 20px 0;
}
.space-25 {
  margin: 25px 0;
}
.space-30 {
  margin: 30px 0;
}
/** Elements **/
.block-share-button {
  color: #bfbfbf;
  height: inherit;
  padding: 0;
  position: initial;
  outline: none;
}
.block-share-button:focus {
  color: #f2df38;
}
.block-share-button i {
  font-size: 20px;
}
.block-sharing-bottons > a > i {
  font-size: 24px;
}
/** Bootstrap popover **/
.popover {
  border: 0px;
  border-radius: 0px;
  padding: 0px;
}
.popover.right > .arrow:after {
  color: #262626;
  border-right-color: #262626;
}
.popover h3.popover-title {
  border-radius: 0px;
  background: #3d88bf;
  color: #262626;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  padding: 7px;
  min-height: inherit;
  font-family: 'Titillium Web ', sans-serif;
}
.popover .popover-content {
  border-radius: 0px;
  background: #f2f2f2;
  color: #262626;
}
.popover .popover-content i {
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
ul.top-menu > li.current-menu-item > a {
  border-top: 3px solid #3d88bf;
  padding-top: 12px;
}

.pager{font-size:20px;color:#000;font-weight: 700;}
.pager a{font-size:20px;color:#014099}