<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  position: relative;
  min-height: 100%;
}
@font-face {
  font-family: Open Sans Regular; /*CenturyGothic; /* Ð“Ð°Ñ€Ð½Ð¸Ñ‚ÑƒÑ€Ð° ÑˆÑ€Ð¸Ñ„Ñ‚Ð° */
  src: url(fonts/OpenSans-Regular.ttf); /* ÐŸÑƒÑ‚ÑŒ Ðº Ñ„Ð°Ð¹Ð»Ñƒ ÑÐ¾ ÑˆÑ€Ð¸Ñ„Ñ‚Ð¾Ð¼ */
}
body {
  /* Margin bottom by footer height */

  min-width: 620px;
  font-family: 'Open Sans Regular';
}

a:hover, a:focus {
  color: #2c639c;
  border-bottom-color: #039BE5;
  text-decoration: none;
}


.unbordered {
  border-bottom: none;
}

h2 {
  margin: 15px 0 30px;
}
blockquote{
  overflow: overlay;
}
.btn:active, .btn.active {
  background: #264F7E;
  color: white;

}

.btn-info{
  margin-bottom: 4px;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{
  margin-top: 4px;
}
.fix-left-menu {
  position: fixed;
  top: 20px;
}
.btn-category
{
  color: black;
  background-color: white;

}
.old_site_button
{
 position: relative;
 float: left;
 border-top-left-radius: 0px;
 border-top-right-radius: 0px;
 border: 0;
 color: white;
 height: 22px;
 left: 7px;
 background: #2c639c;
 width: 156px;
 opacity: 0.6;
 top: 25px;
 margin-top: -24px !important;
}
.old_site_button:hover
{
 position: relative;
 float: left;
 border-top-left-radius: 0px;
 border-top-right-radius: 0px;
 border: 0;
 color: white;
 height: 22px;
 left: 7px;
 background: #2c639c;
 width: 156px;
 opacity: 1;
 top: 25px;
 margin-top: -24px !important;
}
.tab-pane
{
  padding-top: 20px;
  padding-bottom: 30px;
}
.faq-tabs&gt;li
{
  font-weight: bold;
}
.faq-tabs&gt;li&gt;h4
{
  font-weight: bold;
}
.font-big {
  font-size: large;
}
.slider-form button{
  margin: 10px;
}
.btn-transparent {
  background: transparent;
  border: 1px solid #00973A;
  color: white;
  background: #00973A;
  font-size: 18px;
  border-radius: 0;
  padding: 10px 40px;
  cursor: pointer;
}

.btn-transparent:hover, .btn-transparent:focus {
  color: black;
  border-color: black;
  background: white;
}

.btn-transparent-green {
  background: transparent;
  border: 2px solid #00973A;
  color: #00973A;
  font-size: 18px;
  border-radius: 0;
  padding: 10px 40px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn-transparent-green:hover, .btn-transparent-green:focus {
  color: #FFF;
  border-color: #00973A;
  background: #00973A;
  -webkit-transition: all 0.4s ease;;
  -moz-transition: all 0.4s ease;;
  -o-transition: all 0.4s ease;;
  transition: all 0.4s ease;
}

.btn-transparent-blue {
  background: transparent;
  border: 0px solid #00973A;
  color: #337ab7;
  font-size: 18px;
  border-radius: 0;
  padding: 10px 30px;
  cursor: pointer;
  height: 37px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn-transparent-blue:hover, .btn-transparent-blue:focus {
  color: #FFF;
  border-color: #337ab7;
  background: #337ab7;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.container2 {
  /* padding-bottom: 10px; */
  margin-left: auto;
  margin-right: auto;
  width: 1800px;
  height: 400px;
}

.container {
  /* padding-bottom: 10px; */
  margin-right: auto;
  margin-left: auto;
}

/*----------------------- HEADER ------------------------*/
.fixed {
  position: fixed;
  /* height: 70px !important;*/
  background: rgba(255,255,255,1);
  opacity: 1;

}
.container-fluid {

  max-width: 1250px;
}

.second_block&gt;p&gt;ul
{

  padding-left: 30px;
  padding-right: 20px;
  padding-top: 15px;

}
.serv-contact{
  margin: 15px !important; 
  min-height: 155px !important; 
  width: 430px !important;
}

@media (max-width: 1200px) {
  .serv-contact{
  margin: 15px auto !important; 
  min-height: 155px !important; 
  width: 430px !important;

}
.download_el{
  float: left;
}
.second_block2 img {
    margin: 0 auto;
    display: block;
    width: 407px !important;
}

.services-block-text {
    margin-top: 50px;
    padding: 0px 211px;
}

.services-block {
    border: 2px solid #eaeaea;
    box-shadow: 0 7px 30px rgba(0,0,0,0.2);
    padding: 15px 10px 10px;
    color: #333;
    min-height: 428px;
  }
.serv-center{
max-width: 712px;
    margin-left: auto;
    margin-right: auto;
}
  .nav-menu-tabs {
 width: 100% !important;
}
.footer .col-md-2 {
    
    margin-left: 50px !important;
}
  .navbar-nav&gt;li&gt;.a1
  {
    border-bottom: none !important;
  }
  .navbar-nav&gt;li&gt;.a2
  {
    border-bottom: none !important;
  }
  .navbar-nav&gt;li&gt;.a3
  {
    border-bottom: none !important;
  }
  .navbar-nav&gt;li&gt;.a4
  {
    border-bottom: none !important;
  }
  .navbar-nav&gt;li&gt;.a5
  {
    border-bottom: none !important;
  }

  .navbar-default .navbar-toggle
  {
    margin-top: 20px;
    border-color: white;
  }
  .navbar-default .navbar-toggle .icon-bar
  {
    background-color: white;
  }
  .header {
    width: 100%;

    z-index: 5;
    box-shadow: 0px 7px 20px 0px rgba(0,0,0,0.11);
  }
  .navbar-nav&gt;li&gt;a {
    color: black !important;
    font-weight: 600 !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .container-fluid
  {
    height: 100% !important;
    background: white;
    background: none !important;
  }
  .dropdown-menu
  {
    z-index: 20px;
    padding: 0px 0;
    float: left !important;
  }
  .header2 {

    height: auto !important;
  }
  .logo2{

    background-image: url('/images/logo.png');
    background-size: 200px;
    background-repeat: no-repeat;
  }
  .fixed {
    position: absolute !important;
    /* height: 70px !important;*/
    background: rgba(255,255,255,1);
    opacity: 1;

  }
  .open .dropdown-menu&gt;li&gt;a:hover {
    color: #333;
    background-color: #2c639c !important;
  }

  .navbar-header {
    float: none;
  }
  .navbar-left,.navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }



  .navbar-collapse.collapse {
    display: none!important;
    border-top: none;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav&gt;li {
    float: left;
  }
  .dropdown-menu {
    min-width: 282px;
  }
  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }
  .carousel-caption {

    padding: 50px;
  }
  .navbar-nav&gt;li&gt;a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in{
    display:block !important;
  }
  .navbar-nav&gt;li&gt;a
  {

    color: black !important;
    background: none !important;
  }
  .dropdown-menu&gt;li&gt;a
  {
    text-align: left !important;
  }
  .dropdown-menu
  {
    width: 100% !important;
  }
  .container-fluid2
  {

    height: 100% !important;

  }

}
@media (min-width: 1163px) {
  .input
  {
    padding-left: 36px !important;
    padding-right: 12px !important;
    width: 135px;

  }
}
.main-content{
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1265px) {
  .content_d{
    width: 63% !important;
   margin-left: auto;
   margin-right: auto;
  }
  .main-content
  {
   width: 100%;
   margin-left: auto;
   margin-right: auto;

 }
}
.media-hover
{
  border: 2px solid white;
}
.media-hover:hover
{
  border: 2px solid #2c639c;
}
.navbar-collapse2
{
  padding-top: 5px;
}
.nav
{

  margin-top: 14px;
}
.nav-tabs&gt;li.active&gt;a
{
  color: black;
}
.nav-tabs&gt;li.active&gt;a, .nav-tabs&gt;li.active&gt;a:hover, .nav-tabs&gt;li.active&gt;a:focus {

  border: 0px ;
}
.tab-pane&gt;.nav&gt;li&gt;a {

  color: #2b629b;

}
.faq-tabs&gt;li {
  width: 100%;
}
.nav-tabs&gt;li&gt;a {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-right: 0px;
  border-radius: 0px;
  color: white;
  border:0px;
}
.nav-tabs&gt;li&gt;a:hover {

  background: rgba(255,255,255,0.61);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar {
  border: none;
  border-bottom: 1px solid #2a619a;
  margin-bottom: 0px;

}
.navbar-default .navbar-nav&gt;li&gt;a {
  color: white ;
  padding-bottom: 5px;
  font-weight: 600 !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar-nav&gt;li&gt;a:hover {
  color: #ed5890 !important;
  font-weight: 600 !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.dropdown-menu&gt;li&gt;a {

  color: black !important;
  font-weight: bold !important;
  padding: 10px 20px;
}
.dropdown-menu&gt;li&gt;a:hover {
  background-color: #2c639c;
  color: white !important;
  font-weight: bold !important;

}

.dropdown:hover &gt; .dropdown-menu {
  display: block;
}

.navbar-default .navbar-nav&gt;.open&gt;a, .navbar-default .navbar-nav&gt;.open&gt;a:focus, .navbar-default .navbar-nav&gt;.open&gt;a:hover  {
  background-color: #e2e8ed;
}

.logo{
  background-image: url('/images/logo.png');
  background-size: 250px;
  margin-right: 80px;
}
.logo2{

  margin-right: -130px;
  background-position: top;
  background-image: url('/images/logo2.png');
  background-size: 200px;
  background-repeat: no-repeat;
}

.nav2 {
  margin-top: -6px;
}
.header2 {

  height: 50px;
  position: fixed;
}
.fixedpullleft
{
  position: fixed;
  top: 78px;
}

.header {
  border-radius: 0px;
  border-top: 1px solid white;
  width: 100%;
  background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(44,98,156,1) 15%, rgba(44,98,156,1) 100%);
  z-index: 5;
  box-shadow: 0px 7px 20px 0px rgba(0,0,0,0.11);
}

.container-fluid
{
  height: 74.01px;
  background-repeat: no-repeat;
  background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 27%, rgba(44,98,156,1) 15%, rgba(44,98,156,1) 100%);
}

.container-fluid2
{
  background-repeat: no-repeat;
  height: 48.37px;
  background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 11%, rgba(44,98,156,1) 1%, rgba(44,98,156,1) 100%);
}

.header-contacts {
  margin-right: 30px;
}

.header-contacts big {
  font-size: 28px;
  color: #00B0FF;
}

.header-login {
  margin-top: 5px;
  font-size: 15px;
}

.header-service-dropdown li {
  line-height: 1.8em;
  font-size: 16px;
  margin: 8px 0;
}

.header-service-dropdown&gt;li&gt;a {
  border-bottom: none;
  padding: 8px 20px;
}

.header-top-menu {
  clear: both;
  margin-top: 30px;
  margin-bottom: 20px;
}

.header-top-menu .nav&gt;li&gt;a {
  border-bottom: 2px solid #fff;
  color: #444;
}

.header-top-menu .nav&gt;li&gt;a:hover, .header-top-menu .nav&gt;li&gt;a:focus, .header-top-menu .nav&gt;li.active&gt;a {
  background: transparent;
  border-bottom: 2px solid #03A9F4;
}

.header-top-menu .nav&gt;li.active&gt;a:hover {
  border-bottom-color: #FFC107;
}
.tooltip-arrow{
  opacity: 0;
}
.tooltip-inner
{
  font-size: 1px;

  background: url(/images/hand.png);
  background-position: center;
  color: black;
  width: 200px;
  height: 200px;

  background-size: 200px;
  background-repeat: no-repeat;
  animation: animatedBackground 3s linear infinite;
}


@keyframes animatedBackground {
  from {background-position: 50% 100%; }
  to { background-position: 50% 0%;  }
}

}




/*----------------------- FRONT PAGE ------------------------*/

.glyphicon
{


}
#main-slider {
  margin-bottom: 2px;
}

#main-slider .carousel-caption {
  color: #000;
  text-shadow: none;
  padding-bottom: 0;
  top: 0;
  text-align: right;
  right: 15%;
}

.glyphicon  {
  color: #2c639c;

}

.glyphicon:hover  {
  color: #e30b5c;

}

.carousel-control.left {
  background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 0%);
  border-bottom: 0px solid #81D4FA;
  z-index: auto;
}
.carousel-control.right {
  background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 0%);
  border-bottom: 0px solid #81D4FA;
  z-index: auto;
}

.carusel-caption{

  top: auto;
}
.slider-form {
  width: 320px;
  margin-right: 15px;
}

.slider-text-form  {
  padding: 20px;
  width: 320px;
  margin-left: 15px;
}

.slider-form button {
  border-radius: 0;
  font-size: 16px;
  width: 100%;
}

.slider-form input {
  border-radius: 0;
  padding: 8px 12px;
  height: 42px;
  margin: 8px;
}

.sign-question-list {
  margin-top: 30px;
}

.sign-question-list li {
  margin: 15px 0;
  line-height: 1.4em;
}

.sign-question-list .fa {
  color: #00B0FF;
  font-size: 18px;
}

.services {
  width: 1256px;
  margin: 0px auto 0;
  //* background: url('/images/u6_normal.png'); *//
  padding: 30px 0 40px;
  color: #fff;
}

.services-block {
  border: 2px solid #eaeaea;
  box-shadow: 0 7px 30px rgba(0,0,0,0.2);
  padding: 15px 10px 10px;
  color: #333;
  min-height: 344px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.services-block1 {
  border: 1px solid #eaeaea;
  box-shadow: 0 7px 30px rgba(0,0,0,0.2);
  padding: 15px 10px 10px;
  color: #333;
  min-height: 344px;
}

}
.first_block {
  display: none;
}
.second_block {
  display: none;
}
.col-lg-3:hover .second_block {
  display: block;

}
.animate-left
{
  opacity: 0;
  margin-left: -300px;

}
.animate-right
{
  opacity: 0;
  margin-right: -300px;

}

.animate
{
  opacity: 1;
  margin-left: 0px !important;

  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.col-lg-3:hover .second_block2{

  display: none;
}

.panel-title&gt;a
{
  color: #337ab7 ;

}
.item1
{
  border: 2px solid white;
}
.item1:hover{
  border: 2px solid #4393d0;

}

.services-block1&gt;h4
{
  color:white;
  background: #2c639c;
  margin-top: 0px;
  padding: 6px !important;
}

.services-block1&gt;a&gt;h4
{
  color:white;
  background: #2c639c;
  margin-top: 0px;
  padding: 6px !important;
}

.services-block2&gt;h4
{
  color: #000;
  background: #eee;
  margin-top: 0px;
  padding: 6px !important;
}

.fa-chevron-down
{
  color: steelblue;
}
.services-block2&gt;a&gt;h4
{
  color: #555;

  background: #eee;
  margin-top: 0px;
  padding: 10px !important;
}

.services-block2&gt;a&gt;h4:active
{
  color: white;
  background: steelblue;
  margin-top: 0px;
  padding: 10px !important;
}
.services-block2&gt;a&gt;h4:focus-within
{
  color: white;

  background: steelblue;
  margin-top: 0px;
  padding: 10px !important;
}



.services-block&gt;h4
{
  color:white;
  background: #2c639c;
  margin-top: 0px;
  padding: 6px !important;
}

.services-block:hover
{
  border: 2px solid #2c639c;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}


.services-block img {
  margin: 0 auto;
  display: block;
  width: 240px;
}

.services-block p {
  margin-bottom: 0;
}

.services-block-text {
  margin-top: 50px;
}

.services-block-price {
  color: #00973A;
  font-size: 36px;
  line-height: 1.2em;
}

.services-block-text-left {
  width: 100px;
}

.services-block-text-right {
  margin-left: 5px;
}

.services-btn {
  width: 100%;
  border-radius: 0;
  font-size: 18px;
  border: none;
  padding: 10px;
}

.button:focus
{
  color: white !important;
}
.panel
{
  margin-bottom: 15px !important;
  margin-top: 15px !important;
}

.services-btn-small {
  width: 20%;
  border-radius: 0;
  background: #039BE5;
  font-size: 18px;
  border: none;
  padding: 10px;
}

.services-btn-small2 {
  width: 20%;
  border-radius: 0;
  background: #4CAF50;
  font-size: 18px;
  border: none;
  padding: 10px;
}

.services-btn-smaller {
  width: 100%;
  border-radius: 0;
  background: #4CAF50;
  font-size: 14px;
  border: none;
  padding: 0px;
}

.our-clients {
  margin: 30px 0;
  margin-top: 100px;
  margin-bottom: 150px;
}

.our-clients-button {
  border: 2px solid white;
  padding: 10px;
  display: block;
  color: #333;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;

}

.our-clients-button:hover {
  border: 2px solid white;
  background: white;
  color: black;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.news_archive&gt;h4
{
  color: #2b629b;
}
.news {
  width: 100%;
  background: url('/images/u4_normal.jpg');
  background-size: contain;
  background-position: bottom;
  background-repeat: repeat-x;
  color: #fff;
}

.row-bottom
{
  margin-top: 100px;
}

.news .container&gt;a {
  color: #fff;
  border-bottom-color: #FAFAFA;
}

.news .container&gt;a:hover, .news .container&gt;a:focus {
  color: #E0E0E0;
  border-bottom-color: #E0E0E0;
}

.news-archive-link {
  margin-top: 20px;
  display: inline-block;
}

.news-block {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px 10px;
  font-size: 12px;
  color: black;
  min-height: 142px;
}
.news-block-large
{
  height: 486px;
}

.news-block p {
  margin: 10px 0;
}

.news-block-date {
  background: #2d639d;
  color: #fff;
  padding: 3px 10px;
  display: inline-block;
}

.news-button-div{

  padding-top: 35px;
  margin-left: 500px;
}
.news-button
{

  text-align: center;
  color: white;
}
.col-lg-6
{
  padding: 15px;
}
.col-lg-3
{
  padding: 15px;
}
.news-block-lg
{
  z-index: 2;
}

.logo{
  border-bottom: none;

}
.panel-default {

  background-color: white;
  border: none;
  /*  box-shadow: 0 0px 5px rgba(0,0,0,0.2);*/


}
.panel-default&gt;.panel-heading {
  border: 0px;
  background-color: white;
  border: none;
}
/*----------------------- SECOND PADE ------------------------*/

.breadcrumb {
  padding: 15px;
  background-color: white;
}

#secondary-slider {
  margin-bottom: 30px;
  /*- padding-top: 200px; -*/
}

#secondary-slider .carousel-caption {
  right: 15%;
  left: 15%;
  padding-bottom: 20px;
}

#secondary-slider .carousel-caption h3 {
  text-align: left;
  margin-bottom: 30px;
}

#secondary-slider .carousel-caption p {
  text-align: left;
  font-size: 16px;
  margin-bottom: 20px;
}

.btn-black {
  border: 1px solid #000;
  color: #000;
}

.btn-black:hover {
  color: #ccc;
  border-color: #ccc;
}

.services-column {
  margin-top: 20px;
}

.services-column a {
  color: #333;
  border-bottom: 1px solid #777;
}

.services-column a:hover {
  color: #607D8B;
  border-bottom-color: #78909C;
}

.services-column .btn-transparent:hover {
  color: #02d681;
  border-color: #02d681;
}

.services-column img {
  border: 2px solid #039BE5;
}

.services-column p {
  margin-bottom: 30px;
}

.services-column-products {
  padding: 20px 10px;
  background: #fff;
}

.services-column-products img {
  border: none;
}

.services-column-active .hide-block {
  margin-top: 30px;
  display: none;
}

.service-column-wrapper {
  position: relative;
}

.services-column-active {
  cursor: pointer;
  border: 1px solid #fff;
  margin-right: 5px;
  min-height: 400px;
  z-index: 5;
}

.services-column-active:hover {
  /* position: absolute;*/
  z-index: 10;
  box-shadow: 1px 1px 3px 1px rgba(186,186,186,1);
  border: 1px solid #e7e7e7;
}

.services-column-active:hover .hide-block {
  display: block;
}

.modal-dialog {
  width: 900px;
}

/*----------------------- SECOND PRODUCT PAGE ------------------------*/

.product-left-col h3 {
  margin-bottom: 20px;
}

.product-price {
  font-size: 32px;
}

.product-order-buttons {
  padding-bottom: 20px;
  border-bottom: 1px solid #BDBDBD;
}

.form-inline .product-count {
  width: 50px;
  margin-right: 10px;
}

.product-count {
  border-radius: 0;
  padding: 10px 12px;
  height: 47px;
  border-color: #333;
  font-size: 18px;
}

.product-links {
  padding: 10px 0;
  margin-bottom: 20px;
}

.product-links li {
  margin-bottom: 10px;
}

.product-links li img {
  width: 24px;
  height: 24px;
}

.product-extra-list {
  margin-top: 25px;
}

.product-extra-list li {
  margin-right: 10px;
}

.product-extra-list a {
  border-bottom: none;
}

.product-extra-list a:hover {
  opacity: 0.8;
}

/*----------------------- FOOTER ------------------------*/

.footer {
  position: relative;
  width: 100%;
  background: #2a619a;
  float: right;
  color: white;
  font-size: 12px;
  padding: 32px 0 28px;
}

.footer .col-md-2 {

  margin-left: 70px;
}

.footer ul li {
  margin: 10px 0;
  line-height: 1.4em;
}

.footer a {
  color: #F4F4F4;
  border-bottom: 0;
}

.footer a:focus, .footer a:hover, .footer a:active {
  color: #F4F4F4;
  text-decoration: none;
  border-bottom: 1px solid #F4F4F4;
}

.footer-bottom-block {
  padding-top: 30px;
}

.footer-copyright {
  margin-top: 10px;
}

.footer-social {
  margin-top: 7px;
  padding-left: 4%;
}

.footer-social i {
  font-size:24px;
  padding: 0 3px;
  color: #DCDCDC;
}

.footer-social a, .footer-social a:hover {
  text-decoration:none;
  border-bottom: none;
}

.footer-social a:hover i {
  color: #fff;
}

/* Search styles */
#ya-site-form0 .ya-site-form__input-text,
#ya-site-form0 .ya-site-form__input-text_type_hint {
  background: none !important;
  font-size: 14px !important;
}

#ya-site-form0 .ya-site-form__search-input {
  padding-left: 0 !important;
}

.ya-site-form__submit {
  border-radius: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.102);
  border-left: 1px solid rgba(0, 0, 0, 0.102);
  border-right: 1px solid rgba(0, 0, 0, 0.102);
  border-top: 1px solid rgba(0, 0, 0, 0.102);
  background-color: #fff;
  background-image: linear-gradient(to bottom, #FEFEFE, #FFF);
  background-repeat: repeat-x;
  border-bottom-color: rgba(0, 0, 0, 0.251);
  border-left-color: rgba(0, 0, 0, 0.102);
  border-right-color: rgba(0, 0, 0, 0.102);
  border-top-color: rgba(0, 0, 0, 0.102);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
  padding: 2px 12px;
}

#ya-site-form0 .ya-site-form__input-text {
  height: 28px;
}

#ya-site-form0 .ya-site-form__input-text,
#ya-site-form0 .ya-site-form__input-text_type_hint {
  background: #fcf8e3 !important;
  border: #f5f5f5 1px solid !important;
  border-radius: 0px !important;
  font-size: 14px !important;
  color: #f3f3f3 !important;
}

#ya-site-form0 .ya-site-form__form * {
  color: #5A5A5A;
}

.scroll-to-top {
  position: fixed;
  background:url('/images/scroll-to-top.png') no-repeat;
  cursor: pointer;
  width:55px;
  height: 55px;
  right: 1em;
  bottom: 2em;
  padding-right: 1em;
  display: none;
  z-index: 999;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
  text-align: center;
  text-shadow: none;
}
.carousel-inner
{
  border-top: 30px;


}
.shadow_box {
  height: 50px;
  width: 320px;
  margin: 50px;
  margin-left: 70px;
  background: white; /* Ð¦Ð²ÐµÑ‚ Ñ„Ð¾Ð½Ð° */
  box-shadow: 0 3px 20px rgba(0,0,0,0.2); /* ÐŸÐ°Ñ€Ð°Ð¼ÐµÑ‚Ñ€Ñ‹ Ñ‚ÐµÐ½Ð¸ */
  padding: 10px;
}
.services-column-products{
  box-shadow: 0 7px 30px rgba(0,0,0,0.2);
}
.text
{
  font-size: 12pt;
  margin:25px;
}
.product-price {
  margin-left: 40px;
}

hr{
  margin-left: 30px;
  margin-right: 30px;

}
.row{
  width: 100%;
  margin-left: none;
  margin-right: none;
}
.nav-menu-tabs{
font-size: 18px; margin-top:-48px;  position: inherit; border-bottom: none; margin-left: auto; margin-right: auto; width: 1200px;
}

// ÐœÐ°Ð»Ñ‹Ðµ Ð´ÐµÐ²Ð°Ð¹ÑÑ‹ (Â«Ð»Ð°Ð½Ð´ÑˆÐ°Ñ„Ñ‚Ð½Ñ‹Ðµ Ñ‚ÐµÐ»ÐµÑ„Ð¾Ð½Ñ‹Â», &gt;= 576px)
@media (min-width: 576px) { ... }

// Ð¡Ñ€ÐµÐ´Ð½Ð¸Ðµ Ð´ÐµÐ²Ð°Ð¹ÑÑ‹ (Â«Ñ‚Ð°Ð±Ð»ÐµÑ‚ÐºÐ¸Â», &gt;= 768px)
@media (min-width: 768px) { ... }

// Ð‘Ð¾Ð»ÑŒÑˆÐ¸Ðµ Ð´ÐµÐ²Ð°Ð¹ÑÑ‹ (Ð´ÐµÑÐºÑ‚Ð¾Ð¿Ñ‹, &gt;= 992px)
@media (min-width: 992px) { ... }

// Ð­ÐºÑÑ‚Ñ€Ð°Ð±Ð¾Ð»ÑŒÑˆÐ¸Ðµ Ð´ÐµÐ²Ð°Ð¹ÑÑ‹ (Ð±Ð¾Ð»ÑŒÑˆÐ¸Ðµ Ð´ÐµÑÐºÑ‚Ð¾Ð¿Ñ‹, &gt;= 1200px)
@media (max-width: 1200px) { 

 }
.a5block {
  display: block !important;

}
@media (max-width: 1250px) {
.a5block {
  display: none !important;
}
}
.services-block_c {
    border: 2px solid #eaeaea;
    box-shadow: 0 7px 11px rgba(0,0,0,0.2);
    padding: 15px 10px 10px;
    color: #333;
    min-height: 344px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.partners{
    max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto 1fr auto;
  grid-gap: 55px;
  grid-template-areas:
  "n n"
  "a b"
  "a d";

  position: grid;
  grid-area: f;
}
.contact_S{

  overflow: scroll;
grid-area: a;
max-height: 1000px;
}
.map_p{
grid-area: b;
min-height: 400px;
max-width: 1300px;
}
.form_s{

  grid-area: d;
  min-height: 300px;
}
.name_n{
  text-align: center;
  grid-area: n;
}
.name_n h1{
  text-align: center;
margin: 40px;
}
.serv-contact2{
  margin: 15px !important; 
  min-height: 155px !important; 
  width: 94% !important;
}
::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:5px;
height:0px
}

::-webkit-scrollbar-track {
background-color:white;
}

::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px;
border-radius: 0px;
background-color:#2a619a;
}

::-webkit-scrollbar-thumb:hover{
background-color:#2a619a;
}

::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:4px;
height:0px
}

::-webkit-scrollbar{
width: 4px;
}
</pre></body></html>