@import url(http://fonts.googleapis.com/css?family=Roboto:700,400,100&subset=latin,cyrillic);


/*
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700&subset=latin,cyrillic');
*/

body {
  font-family: 'Roboto', sans-serif;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
}
.btn {
  font-size: 14px;
  font-weight: 400;
}
.btn-border {
  background: transparent;
  border: 1px solid #fff;
  color: #fff !important;
}
.btn-border:hover {
  background: rgba(255, 255, 255, 0.08);
}
.clear {
  clear: both;
}
.row {
  padding: 30px 0;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
a {
	color: #0E4094;
}
a:hover,
a:focus {
  text-decoration: underline;
  outline: none;
  color: #666666;
}
.section {
  padding: 90px 0;
}
.section-header .section-title {
  font-size: 38px;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 700;
}
.section-header .section-subtitle {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
}
.title-small {
  font-size: 38px;
  color: #3f51b5;
  margin-bottom: 30px;
  line-height: 50px;
}
.content-wrap {
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.loader {
  background: none repeat scroll 0 0 #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999; 
/*	border-style: dashed;
	border-width: 1px;
	border-color: aqua;*/

}
  .loader .loader_inner {
    background-image: url("../img/preloader.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    left: 50%;
    top: 50%;
    position: absolute; }

.show-menu .content-wrap {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.navbar-fixed-top {
  padding: 15px 0;
}
.affix {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  padding: 0!important;
  background:   rgba(255,255,255,0.6) !important;
}
.sticky-navigation .client-item-wrapper {
  padding: 0;
}
.navbar.menu-wrap .navbar-header {
  margin: 0 85px;
  float: none;
}
.navbar.menu-wrap {
  position: fixed;
  width: 250px;
  top: 0;
  right: 0;
  min-height: 100%;
  border-radius: 0;
  margin: 0;
  z-index: 9999;
  height: 100%;
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.navbar-nav {
  margin: 0;
  float: none;
}
.navbar .navbar-header {
  padding: 13px 0;
}

@media (max-width: 768px) {
  body.toggled {
  	position: fixed;
  }
  #topaddress {
	display:none;
  }
}
@media (max-width: 1024px) {
   #topaddress {
	display:none;
  }
}

.hero-area {
  background: url(../img/hero-area-2.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
  color: #fff;
  overflow: hidden;
  padding: 90px 0;
}
.hero-area img {
	margin-top: 15px;
	margin-bottom: 15px;	
}

.hero-area .sticky-navigation {
  /*background: transparent;*/
	background-color: rgba(255,255,255,1) !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}
.hero-area .contents {
	background-color: rgba(0, 0, 0, 0.6);
}
.hero-area .contents h1 {
  font-size: 30px;
  font-weight: 100;
	padding-top: 10px;
  padding-right: 20px;
}
.hero-area .contents p {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding-right: 20px;
}
.hero-area .contents .btn {
  margin: 15px;
}
.hero-area .container {
	padding: 0px;
}

/* ----------- блок новостей */
#news {
  background-color: #D1DADD;

  --news-height: 22.5rem;
}

.news_element {
  background-color: #FFFFFF;
  border-radius: 15px;

  height: var(--news-height);
  max-height: var(--news-height);

  margin-top: 1rem;

  display: flex;
  flex-direction: row;

  transition: all 0.2s ease;
}

.news_element:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.news_image {
  width: 20%;
  height: auto;

  padding: 2rem;
  box-sizing: border-box;

  display: flex;
  justify-content: center;
  align-items: center;

  border-right: 1px solid lightgray; /* rgb(229, 229, 229) */
  border-radius: 15px;
}

.news_image img {
  width: 100%;
  height: auto;
  object-fit: cover;

  max-width: var(--news-height);
  max-height: var(--news-height);
}

.news_block {
  width: 80%;
  height: var(--news-height);

  padding: 2rem;

  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.news_header h3 {
  font-weight: bold;
  line-height: 1.3;
  box-sizing: border-box;
  max-height: calc(1.5em * 3);

  /* wa */
  margin: 0;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news_text p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  .news_image {
    display: none;
  }
  .news_block {
    width: 100%;
  }
}

@media screen and (max-width: 350px) {
  .news_text {
    display: none;
  }
}
/* ----------- */

#topcontacts {
	font-size: 20px;
	color: #0E4094;
	padding-bottom: 10px;
}
#topcontacts i {
	color: #158368;
	padding-right: 10px;
	padding-bottom: 10px;
}
#topcontacts a{
	font-size: 20px;
	margin-top:10px;
	color: #0E4094;
	padding: 0px;
}
#topcontacts a:hover{
	text-decoration: underline;
}

.divider {
  height: 1px;
  width:100%;
  display:block; /* for use on default inline elements like span */
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
#shipment h3 {
	margin-top: 5px;
}

#shipment img {
  margin-bottom: 5px;
}

@media (min-width: 1200px) {
  .hero-area {
    padding: 280px 0;
  }
  .hero-area h1 {
    font-size: 50px !important;
  }
}

.main-feature-gray {
  background: #D1DADD;
}
#screenshot .section-header {
  margin-bottom: 80px;
}
#screenshot .portfolio-item {
  padding: 30px 0;
}
#screenshot .portfolio figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: auto;
  text-align: center;
  cursor: pointer;
}
#screenshot .portfolio figure img {
  width: 100%;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease 0s;
}
#screenshot .portfolio figure figcaption {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  padding: 50px;
  color: #fff;
}
#screenshot .portfolio figure figcaption .heading {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 15%;
  padding: 0px 62px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease 0s;
}
#screenshot .portfolio figure figcaption .heading p {
  padding: 0px 24px;
  font-size: 16px;
}
#screenshot .portfolio figure .icon {
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease 0s;
}
#screenshot .portfolio figure .icon i {
  font-size: 38px;
}
#screenshot .portfolio figcaption:hover .heading {
  top: 20%;
}
#screenshot .portfolio figcaption:hover .icon {
  top: 60%;
}
#screenshot .portfolio figure.effect-julia figcaption {
  background: rgba(8,133,105,0.8);
  opacity: 1;
/*  -webkit-transition: 1s ease 0.15s;
  -moz-transition: 1s ease 0.15s;
  -o-transition: 1s ease 0.15s;
  transition: 1s ease 0.15s;*/
}
#screenshot .portfolio figure.effect-julia figcaption:hover {
  opacity: 0;
-webkit-transition: 1s ease 0.15s;
  -moz-transition: 1s ease 0.15s;
  -o-transition: 1s ease 0.15s;
  transition: 1s ease 0.15s;
}
#screenshot .portfolio figure.effect-julia:hover img {
  -webkit-transform: scale3d(1.2, 1.3, 1);
  -moz-transform: scale3d(1.2, 1.3, 1);
  transform: scale3d(1.2, 1.3, 1);
}

.text-wrapper-custom-class {
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
}

/*#clients .text-wrapper-custom-class {
  min-height: 100px;
}*/

#contact .text-wrapper-custom-class {
  min-height: 66px;
}

#clients p {
  font-weight: 400;
  font-size: 24px;
}

/*#clients .client-item-wrapper {
  text-align: center;
  padding: 10px;
}*/

#contact {
  background: #ffffff;
}
#contact a{
	color:#0E4094;
	text-decoration: underline;
}
#contact a:hover{
	color:#168369;
}
#contact .info {
  padding: 5px 0;
  margin-bottom: 20px;
}
#contact .info:last-child {
  margin-bottom: 0; /* обнуляем предыдущее правило */
}
#contact .info .icon {
/*  margin-bottom: 20px;*/ /* мешалось, перенесено выше */
}
#contact .info .icon i {
  width: 36px;
  font-size: 36px;
  color: #168369;	
  height: 36px;
  background: rgba(255, 255, 255, 0.18);
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  vertical-align: middle;
  margin-right: 15px;
}
#contact .info h4 {
  color: #333333;
  font-size: 24px;
  font-weight: 400;
}
#contact .info .h4 {
  color: #333333;
  font-size: 24px;
  font-weight: 400;
    vertical-align: middle;
}
#contact .info p {
  color: #0E4094;
}
#contact .info .p {
/*  padding-left: 30px;*/ /* мешалось */
  padding-top: 1rem;
  color: #0E4094;
    vertical-align: middle;
}
#contact .info .p a {
  font-size: 2rem; /* изменено */
  text-decoration-line: none;
}
.contact-form {
  margin-top: 52px;
}
.contact-form i {
  position: absolute;
  right: 15px;
}
.contact-form .form-control {
  margin-bottom: 28px;
}
#footer {
  position: relative;
  background: #333;
}
#footer h3 {
  color: #fff;
  font-weight: 900;
}
#footer ul li a {
  color: #ccc;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  line-height: 28px;
  text-transform: uppercase;
}
#footer ul li a:hover {
  color: #fff;
  margin-left: 4px;
}
#copyright {
  background: #191919;
}
#copyright .copyright-text {
  color: #fff;
  margin-top: 15px;
  text-align: center;
}
#copyright .copyright-text a {
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.back-to-top {
  position: absolute;
  top: -28px;
  left: 50%;
  margin: 0px -25px;
}
.back-to-top {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  margin: 0 -30px;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
}
.back-to-top i {
  line-height: 56px;
  font-size: 42px;
}
