@import '../css/fonts.css';

html, body {
  margin: 0;
  padding: 0;
}
body {
  color: #5d5d5d;
  font-family: "RobotoRegular", sans-serif;
  font-size: 16px;
}
.wrapper {
  display: table;
  width: 100%;
  height: 100vh;
  table-layout: fixed;
}
.content-inner {
  display: table-row;
  height: 100%;
}
p {
  margin: 0;
  line-height: 1.2;
}
q:lang(ru) {
  quotes: "\00AB" "\00BB"; 
}
a {
  outline: none !important;
}
h1 {
  font-size: 26px;
  color: #2d5890;
  text-transform: uppercase;
  font-family: "RobotoBold";
  letter-spacing: 0.04em;
  text-align: left;
  position: relative;
  z-index: 1;
}
h2 {
  font-family: "RobotoBold";
  font-size: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 45px;
  margin-bottom: 25px;
}
button {
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
}
header {
  position: relative;
}
#main {
  position: absolute;
  width: 100%;
  z-index: 2;
}
header .strip {
  position: absolute;
  width: 30%;
  height: 60px;
  right: 0;
  background-color: #464646;
}




.privacy-policy-notif {
    position: fixed;
    bottom: -100px;
    left: calc(50% - 593.3px);
    
    border-radius: 3px;
    background-color: #eff9ff;
    padding: 17px 20px;
    margin-top: 20px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .4);
    animation: agree-pp .5s;
    animation-delay: 3s;
    animation-fill-mode: forwards;
    z-index: 100;
}

.privacy-policy-notif a {
    color: #ff4141;
}

.privacy-policy-notif a.agree-pp {
    cursor: pointer;
    display: block;
    width: fit-content;
    margin: auto;
    margin-top: 10px;
    
    color: #0563a5;
}

@keyframes agree-pp {
    from {
        bottom: -100px;
        opacity: 0;
    }
    
    to {
        bottom: 20px;
        opacity: 1;
    }
}

.logo a {
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.logo p {
  position: absolute;
  display: inline;
}
header .logo a {
  margin-top: 10px;
}
header .logo p {
  font-family: "BebasBold", sans-serif;
  color: black;
  font-size: 24px;
  text-transform: uppercase;
  top: 13px;
  line-height: 1.1;
  padding-left: 15px;
  left: 115px;
}
.phone-email-address {
  padding-top: 12px;
  padding-bottom: 7px;
  padding-right: 0;
  background-color: #464646;
  height: 60px;
  overflow: hidden;
  margin-right: 0;
}
.phone-email-address + .row{
  margin-right: 0;
}
.phone-email-address .phone {
  padding-left: 55px;
  white-space: nowrap;
}
.phone-email-address .phone a {
  font-size: 26px;
  font-family: "RobotoMedium";
  color: white;
}
.phone-email-address .phone a:hover {
  text-decoration: none;
}
.phone-email-address button {
  color: white;
  text-transform: uppercase;
  font-family: "RobotoMedium";
  border: 2px solid #b5b5b5;
  padding: 4px 22px;
  position: relative;
  right: 31px;
  white-space: nowrap;
  -webkit-transition: 0.25s ease-out;
  -moz-transition:  0.25s ease-out;
  -o-transition:  0.25s ease-out;
  transition:  0.25s ease-out;
}
.phone-email-address button:hover {
  background-color: #325f98;
}
.phone-email-address .email-address {
  margin-top: -8px;
  line-height: 1.2;
  position: relative;
}
.phone-email-address .email-address img {
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 3px;
  float: left;
  display: block;
}
.phone-email-address .email-address p {
  margin-left: 40px;
  font-size: 13px;
  color: white;
}
.phone-email-address .email-address .email {
  clear: both;
}
.phone-email-address .email-address .email img {
  padding-top: 5px;
}
.phone-email-address .email-address .email a {
  color: white;
  font-size: 13px;
}
.nav-header,
.nav-footer {
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  min-height: 0;
}
.nav-header {
  background-color: rgba(45, 88, 144, 0.85);
}
.nav-footer {
  background-color: transparent;
}
.nav-header .container-fluid {
  padding: 0;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #B5B5B5;
}
.nav-header .navbar-nav li .triangle {
  bottom: 0;
  position: absolute;
  border: 8px solid transparent; 
  border-bottom: 8px solid #d5d5d5; 
  border-left: 8px solid #d5d5d5;
  display: none;
}
.nav-header .navbar-nav > li > a,
.nav-header .navbar-nav > li > span,
.nav-footer .navbar-nav > li > a,
.nav-footer .navbar-nav > li > span {
  text-transform: uppercase;
  text-decoration: none;
  font-family: "RobotoBold";
  font-size: 14px;
  display: block;
  cursor: pointer;
}
.nav-header .navbar-nav > li > a,
.nav-header .navbar-nav > li > span {
  color: white;
  padding: 10px 12px;
}
.nav-footer .navbar-nav > li > a,
.nav-footer .navbar-nav > li > span {
  color: white;
  padding: 11px 13px;
}
.nav-header .navbar-nav > li > a:hover, 
.nav-header .navbar-nav > li > a:focus,
.nav-footer .navbar-nav > li > a:hover, 
.nav-footer .navbar-nav > li > a:focus {
  color: white;
}
.nav-header .navbar-nav li:hover,
.nav-header .navbar-nav li.select  {
  background-color: white;
}
.nav-footer .navbar-nav li:hover,
.nav-footer .navbar-nav li.select {
  background-color: #2d5890;
}
.nav-header .navbar-nav li:hover a,
.nav-header .navbar-nav li:hover span,
.nav-header .navbar-nav li.select a {
  color: rgba(45, 88, 144, 0.85);
}
.nav-header .navbar-nav > li:hover .triangle,
.nav-header .navbar-nav > li.select .triangle {
  display: block;
  z-index: 1;
}
.nav-header .navbar-nav .my-dropdown-menu {
  left: 0;
  background-color: #ececec;
  padding: 18px 0;
  list-style-type: none;
  min-width: 100%;
  max-width: 500px;
  z-index: 1000;
}
.nav-header .navbar-nav .my-dropdown-menu li {
  padding-left: 10px;
  padding-right: 10px;
}
.nav-header .navbar-nav .my-dropdown-menu li a { 
  white-space: nowrap;
  text-decoration: none;
  color: #5a5a5a;
  font-size: 17px;
  font-family: "RobotoBold";
  line-height: 27px;
}
.nav-header .navbar-nav .my-dropdown-menu li a span {
  color: #5a5a5a;
}
.nav-header .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
#main-slider {
  position: relative;
  width: 100%;
  padding-bottom: 90px;
}
#main-carousel img {
  width: 100%;
}
.carousel-indicators li,
.paging li {
    background-color: #7994b8;
    border: 2px solid #7994b8;
    border-radius: 0;
    height: 14px;
    margin: 1px;
    text-indent: -999px;
    width: 14px;
    margin: 2px;
}
.paging {
  text-align: center;
  padding: 0;
  margin-top: 50px;
  margin-bottom: 55px;
}
.paging li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  cursor: pointer;
}
.carousel-indicators .active,
.paging .active {
    background-color: #fff;
    height: 14px;
    width: 14px;
    margin: 2px;
}
.paging .active {
  margin: 0;
}
.carousel-indicators {
    bottom: -43px;
    z-index: 1;
}
#main-slider .carousel-caption {
  background-color: rgba(74, 72, 72, 0.35);
  text-align: left;
  left: 0;
  right: auto;
  bottom: 0;
  font-size: 27px;
  padding: 15px 25px;
  z-index: auto;
  text-transform: uppercase;
}
#main-slider .carousel-caption p {
  color: white;
  font-family: "RobotoBlack", "RobotoRegular", sans-serif;
  text-shadow: none;
  letter-spacing: 0.12em;
}
.slider-container {
  position: relative;
}
.left-menu-wrapper {
  position: absolute;
  width: 100%;
}
.left-menu-wrapper > .container > .row {
  margin-left: 0;
}
.left-menu {
  background-color: rgba(45, 88, 144, 0.85);
  margin-top: 8px;
  padding: 10px 0 10px 0;
  position: relative;
  z-index: 500;
  max-width: 24%;
}
.left-menu .header {
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
}
.left-menu .header p {
  font-size: 20px;
  font-family: "RobotoMedium";
  color: white;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  padding-left: 15px;
  position: relative;
  line-height: 10px;
  vertical-align: middle;
}
.left-menu .body {
  list-style-type: none;
  padding: 0;
  margin-top: 11px;
}
.left-menu .body > li {
  margin-top: 7px;
}
.left-menu .body > li > p {
  color: white;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "RobotoMedium";
  padding-left: 12px;
  padding-right: 8px;
  cursor: pointer;
  line-height: 11px;
}
.left-menu .header .glyphicon-play {
  -moz-transform: rotate(-90deg); 
  -ms-transform: rotate(-90deg); 
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.left-menu .glyphicon-play {
  -moz-transform: rotate(90deg); 
  -ms-transform: rotate(90deg); 
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.left-menu .glyphicon-play {
  color: #b7ccde;
  font-size: 9px;
  vertical-align: middle;
  cursor: pointer;
}
.left-menu .header .glyphicon-play {
  vertical-align: top;
}
.my-dropdown-menu-left-inner {
  list-style-type: none;
  padding-left: 0;
  padding-top: 6px;
  display: none;
}
.my-dropdown-menu-left-inner li {
  margin-top: 4px;
}
.my-dropdown-menu-left-inner a,
.left-menu .body > li > a {
  text-decoration: none;
  color: white;
  font-size: 13px;
  font-family: "RobotoMedium";
  display: block;
  margin-left: 22px;
  margin-right: 8px;
  padding-bottom: 2px;
  padding-top: 2px;
}
.left-menu .body > li > a {
    display: inline-block;
    width: 80%;
    text-transform: uppercase;
    vertical-align: top;
}
.my-dropdown-menu-left-inner li:hover,
.left-menu .body li.select {
  background-color: rgba(49, 59, 69, 0.25);
}
.left-menu .body > li.select .my-dropdown-menu-left-inner {
  display: block;
}
#main .navigation {
  display: none;
}
.navigation {
  color: #5d5d5d;
  position: relative;
  bottom: 20px;
}
.header-top {
  margin-top: 13px;
  margin-bottom: 63px;
}
.wrap-h1 {
  white-space: nowrap;
}
.wrap-h1:before {
  display: inline-block;
  content: "";
  height: 57px;
}
#about-company .wrap-h1:before {
  display: none;
}
.header-top h1 {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: bottom;
  white-space: normal;
  margin-left: 0;
}
.navigation p {
  margin-left: 4px;
}
.navigation a,
.navigation span {
  text-decoration: underline;
}
.navigation a {
  color: #5d5d5d;
}
.navigation span {
  color: #3c75a5;
}
.navigation a:hover {
  text-decoration: none;
}
#main-info {
  position: relative;
}
#main-info h1 {
  margin-bottom: 40px;
  text-align: left;
}
.content, 
.main-content {
  color: #5d5d5d;
}
#main-info .main-content img {
  display: block;
  float: right;
  max-width: 50%;
  margin-left: 20px;
  margin-bottom: 20px;
}
#main-info .main-content i {
  display: block;
}
.line {
  height: 3px;
  background-color: #efefef;
  margin-top: 35px;
  margin-bottom: 35px;
  width: 100%;
}
#main-info .our-clients-header {
  text-align: center;
}
.container .owl-carousel {
  position: relative;
}

.container .owl-carousel .owl-prev {
  left: 0;
}
.container .owl-carousel .owl-next {
  right: 0;
}
.owl-theme .owl-controls .owl-page span {
  background-color: rgba(45, 88, 144, 0.85);
}
.container .owl-carousel .owl-client {
  line-height: 200px;
  text-align: center;
}
.container .owl-carousel .owl-client img {
  max-width: 100%;
  max-height: 200px;
}
#scheme 
/*{
  background-color: #efefef;
  border-top: 1px solid transparent;
  margin-top: 15px;
  color: #636363;
}
*/
{
      color: #636363;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 0px;

}



#scheme h1 {
  text-align: center;
  margin-top: 45px;
}
.vertical-line {
  margin-left: 15px;
  margin-right: 15px;
  width: 3px;
  height: 28px;
  background-color: #bec9d7;
  display: inline-block;
  position: relative;
  top: 4px;
}
#scheme .type-exp-title {
  margin-top: 25px;
  position: relative;
}
#scheme .type-exp-title p {
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  font-family: "RobotoBold";
}
#scheme .left-horizontal-line,
#scheme .right-horizontal-line {
  position: absolute;
  height: 2px;
  width: 250px;
  top: 15px;
  background-color: #bec9d7;
}
#scheme .left-horizontal-line,
#scheme .left-vertical-line {
  left: 0px;
}
#scheme .right-horizontal-line {
  right: 0px;
}
#scheme .right-vertical-line {
  right: 0px;
}
#scheme .left-vertical-line,
#scheme .right-vertical-line {
  position: absolute;
  height: 20px;
  width: 2px;
  top: 17px;
  background-color: #bec9d7;
}
#scheme .type-exp-body {
  margin-top: 30px;
}
#scheme .type-exp-body ul {
  padding-left: 0;
}
#scheme .type-exp-body li {
  margin-top: 20px;
  min-height: 50px;
}
#scheme .type-exp-body li:first-child {
  margin-top: 0;
}
#scheme .type-exp-body a {
  display: inline-block;
  color:  #636363;
}
#scheme .type-exp-body img {
  float: left;
}
#scheme .type-exp-body p {
  margin-left: 80px;
  font-size: 19px;
  line-height: 1.2;
  color:  #636363;
}
#scheme .type-exp-body .type-exp-subtitle p {
  font-family: "RobotoBold";
}
#scheme .type-exp-body .type-exp-subtitle {
  margin-top: 0;
}
#scheme .type-exp-body ul {
  list-style-type: none;
}
#scheme .type-exp-body .details a {
  margin-top: 40px;
  color: #2d5890;
  text-decoration: underline;
  font-style: italic;
  position: relative;
  z-index: 1;
}
#scheme .type-exp-body .details a:hover {
  text-decoration: none;
}
#scheme .type-exp-body .right-column {
}
#scheme .general-button {
  position: relative;
  bottom: 35px;
  margin-bottom: 60px;
}
.general-button.with-padding {
  padding: 20px 0;
}
.general-button button {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border: 2px solid #2d5890;
  padding: 7px 11px;
  color: #2d5890;
  -webkit-transition: 0.25s ease-out;
  -moz-transition:  0.25s ease-out;
  -o-transition:  0.25s ease-out;
  transition:  0.25s ease-out;
}
.general-button button:hover {
  background-color: #2d5890;
  color: white;
  border: 2px solid #7994B8;
}
#news h1 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
#news .annotation {
  padding-left: 35px;
}
#news .annotation img {
  margin-top: -3px;
  margin-right: 3px;
}
#news .annotation span {
  font-size: 14px;
  color: #212121;
}
h5 {
  text-transform: uppercase;
  font-size: 13px;
  font-family: "RobotoBold";
  letter-spacing: 0.04em;
}
#news .annotation a {
  display: block;
  color: #212121;
  text-decoration: none;
}
#news .annotation a p {
  font-size: 13px;
  line-height: 1.37;
}
#news .annotation a:hover p {
  text-decoration: underline;
}
#news .carousel-indicators {
  bottom: -68px;
}
#news .archive-link {
  margin-top: 90px;
  margin-bottom: 50px;
}
.link a {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border: 2px solid #2d5890;
  padding: 7px 11px;
  text-decoration: none;
  color: #2d5890;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition:  0.25s ease-in-out;
  -o-transition:  0.25s ease-in-out;
  transition:  0.25s ease-in-out;
}
.link a:hover {
  background-color: #2d5890;
  border: 2px solid #7994B8;
  color: white;
}
#advatages {
  background-color: #efefef;
  border-top: 1px solid transparent;
  padding-bottom: 50px;
}
#advatages h1 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 45px;
}
#advatages .advantage a {
  color: #2d5890;
}
#advatages .advantage p {
  margin-top: 10px;
  font-family: "RobotoBold";
  font-size: 18px;
  color: #4d4d4d;
}
#advatages .advantage-2 {
  padding-left: 36px;
}
#apply {
  background-image: url('../img/applicationbackground.jpg');
  background-position: center top;
  padding-top: 70px;
  padding-bottom: 95px;
}
.form-wrapper {
  background-color: white;
  padding: 30px 20px;
  width: 58%;
  margin-left: auto;
  margin-right: auto;
}
.modal-body .form-wrapper {
  width: 100%;
}
.form-wrapper h1,
.form-wrapper p {
  text-align: center;
  margin-top: 0;
}
.form-wrapper p {
  font-size: 14px;
  color: #212121;
}
form {
  margin-top: 35px;
}
.form-control {
  border-radius: 0;
  color: #212121;
  background-color: #ebebeb;
  font-size: 16px;
}
textarea.form-control {
  height: 220px;
  resize: none;
}
.form-control::-webkit-input-placeholder {color: #212121;}                 
.form-control::-moz-placeholder {color: #212121;}
.form-control:-ms-input-placeholder {color: #212121;}
.form-wrapper .general-button {
  text-align: right;
  margin-bottom: 0;
}
#map-contacts {
  position: relative;
}
#map {
  height: 410px;
}
.contacts {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 335px;
  background-color: #2d5890;
  z-index: 1025;
  padding: 30px 27px 30px 28px;
}
.contacts h1 {
  color: white;
  margin-top: 0;
  text-align: center;
  margin-bottom: 25px;
}
.contacts .vertical-line {
  background-color: #6282ac;
}
.contacts .address,
.contacts .email,
.contacts .phone,
.contacts .general-button {
  padding-top: 15px;
  padding-bottom: 15px;
}
.contacts .address img,
.contacts .email img,
.contacts .phone img {
  float: left;
  margin-top: 5px;
}
.contacts .address p,
.contacts .email a,
.contacts .phone a {
  margin-left: 35px;
  color: white;
  font-size: 17px;
  font-family: "RobotoMedium";
  display: block;
}
.contacts .general-button {
  text-align: center;
  padding-top: 0;
}
.contacts .general-button button {
  color: white;
  border-color: white;
  font-family: "RobotoMedium";
  font-size: 14px;
}
.contacts .general-button button:hover {
  background-color: #394f6d;
}
.contacts .social {
  text-align: center;
  margin-top: 20px;
}
.contacts .social p {
  color: white;
  font-size: 12px;
  font-family: "RobotoRegular";
  margin-bottom: 5px;
}
.contacts .social ul {
  list-style-type: none;
  display: inline-block;
  padding-left: 0;
}
.contacts .social ul li {
  float: left;
  margin-left: 2px;
  margin-right: 2px;
}
footer {
  background-color: #464646;
  min-height: 205px;
  padding-bottom: 15px;
}
footer .logo {
  margin-top: 18px;
}
footer .logo img {
  width: 85px;
  float: left;
}
footer .logo p {
  color: white;
  font-size: 15px;
  padding-left: 11px;
  line-height: 1.2;
  padding-top: 14px;
  font-family: "ProstoRegular", sans-serif;
}
footer .rights {
  margin-top: 30px;
}
footer .rights p {
  position: relative;
  font-size: 10px;
  padding: 0;
  display: block;
  color: #cbcbcb;
}
.logo-itfactory {
  text-align: center;
  position: relative;
  margin-top: 13px;
}
.logo-itfactory a {
  position: absolute;
  right: 0;
}
.logo-itfactory p {
  line-height: normal;
  color: #848484;
  font-size: 10px;
  padding-bottom: 8px;
}
.logo-itfactory a:hover,
.logo-itfactory a:focus {
  text-decoration: none;
}
.footer-contacts {
  padding-left: 100px;
  padding-top: 50px;
  line-height: 1.2;
}
.footer-contacts p,
.footer-contacts a {
  color: white;
  padding-left: 5px;
  font-size: 13px;
  display: inline;
}
.apply-exp {
  position: fixed;
  z-index: 1020;
  -moz-transform: rotate(90deg); 
  -ms-transform: rotate(90deg); 
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#main-info .apply-exp {
  right: -107px;
  top: 75%;
}
.apply-exp {
  right: -107px;
  top: 254px;
}
.apply-exp button {
  font-size: 18px;
  font-family: "RobotoMedium", sans-serif;
  color: #3c75a5;
  text-transform: uppercase;
  border: 3px solid #3c75a5;
  background-color: rgba(255, 255, 255, 0.8);
  width: 252px;
  height: 38px;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: 0.25s ease-out;
  -moz-transition:  0.25s ease-out;
  -o-transition:  0.25s ease-out;
  transition:  0.25s ease-out;
}
.apply-exp button:hover {
  background-color: #3C75A5;
  border-color: #7994b8;
  color: white;
}
.apply-triangle {
  border: 25px solid transparent; 
  border-left: 25px solid #3c75a5; 
  border-top: 25px solid #3c75a5; 
  position: absolute;
  right: 0;
}
#about-company .content {
  padding-bottom: 28px;
  overflow: hidden;
}
.content > p,
.main-content p {
  margin-bottom: 18px;
  line-height: 1.2;
  text-align: justify;
}
#about-company .header-top {
  margin-bottom: 0;
}
#about-company .content > a {
  width: 50%;
  display: block;
  float: left;
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
#about-company .content > a img {
  width: 100%;
}
#about-company .content ul {
  list-style-type: none;
  padding: 0;
  margin-top: 45px;
}
#about-company .content ul li {
  margin-bottom: 10px;
}
#about-company .content ul img {
  margin-bottom: 2px;
}
#about-company .content ul span {
  padding-left: 15px;
}
#about-company .content .line {
  margin-top: 50px;
  margin-bottom: 50px;
}
.table {
  overflow: auto;
}
.table table {
  width: 100%;
  border-bottom: 11px solid #2d5890;
}
.table table thead {
  background-color: #2d5890;
  color: white;
}
.table table thead tr {
  height: 46px;
}
.table table thead th {
  font-size: 17px;
  font-weight: 100;
  padding-left: 20px;
  padding-right: 20px;
}
.table table thead th:nth-child(1) {
  width: 31%;
  border-right: 2px solid rgba(15, 50, 96, 0.278);
}
.table table thead th:nth-child(2) {
  width: 19%;
  border-right: 2px solid rgba(15, 50, 96, 0.278);
}
.table table thead th:nth-child(3) {
  width: 21%;
  border-right: 2px solid rgba(15, 50, 96, 0.278);
}
.table table tbody tr:last-child td {
  padding-bottom: 14px;
}
.table table tbody tr:first-child td {
  padding-top: 14px;
}
.table table tbody tr:hover {
  background-color: #ececec;
}
.table table tbody td {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-right: 2px solid rgba(15, 50, 96, 0.278);
  vertical-align: top;
  font-size: 14px;
} 
.table table tbody td:last-child {
  border: none;
}
#content-slider-section {
  background-image: url('../img/contenttexture.png'), url('../img/contentbackground.jpg');
  background-position: top center, top center;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.jssora05l, .jssora05r {
  display: block;
  position: absolute;
  cursor: pointer;
  overflow: hidden;
}
.jssora05r img {
  -moz-transform: rotate(180deg); 
  -ms-transform: rotate(180deg); 
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.jssora05l img:last-child,
.jssora05r img:last-child {
  display: none;
}
.jssora05l:hover img:first-child, 
.jssora05r:hover img:first-child {
  display: none;
}
.jssora05l:hover img:last-child, 
.jssora05r:hover img:last-child {
  display: inline;
}
.jssort01 .p {
  position: absolute;
  top: 0;
  left: 0;
  width: 291px;
  height: 195px;
}
.jssort01 .t {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.jssort01 .w {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.jssort01 .c {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 291px;
  height: 195px;
  border: 6px solid rgba(255, 255, 255, 0.8);
}

.jssort01 .pav .c {
  top: 0px;
  left: 0px;
  width: 291px;
  height: 195px;
  border: 6px solid rgba(45, 88, 144, 0.85) !important;
}

.jssort01 .p:hover .c {
  top: 0px;
  left: 0px;
  width: 291px;
  height: 195px;
  border: #fff 2px solid;
}
.technical-base-content {
  margin-top: 36px;
}
.frame {
  border: 3px solid #a6c0d6;
/*  width: 415px;*/
  overflow: hidden;
  height: 260px;
  text-align: center; 
  float: left;
  margin-right: 20px;
  margin-top: 5px;
  line-height: 250px;
  margin-bottom: 20px;
}
.technical-base-content .details-link {
  color: #5d5d5d;
}
.technical-base-content img {
  max-width: 95%;
  max-height: 95%;
  vertical-align: middle;
  -webkit-transition: 0.4s ease-out;
  -moz-transition:  0.4s ease-out;
  -o-transition:  0.4s ease-out;
  transition:  0.4s ease-out;
}
.technical-base-content .frame:hover img {
  -moz-transform: scale(1.2) rotate(-5deg); 
  -ms-transform: scale(1.2) rotate(-5deg); 
  -webkit-transform: scale(1.2) rotate(-5deg); 
  -o-transform: scale(1.2) rotate(-5deg); 
  transform: scale(1.2) rotate(-5deg);
}
.technical-base-content .line {
  margin-top: 20px;
}
.technical-base-content h2 {
  margin-top: 0;
}
#news .news:first-of-type {
  padding-right: 5px;
}
#news .news:nth-of-type(2) {
 padding-left: 10px;
 padding-right: 10px;
}
#news .news:last-of-type {
  padding-left: 5px;
}
#news .news:last-of-type {
  padding-left: 5px;
}
#news .image img {
  max-width: 140%;
}
#news-preview .news-image {
  position: relative;
  z-index: 1;
}
#news-preview .news-image img {
  width: 115.2%;
}
.news-info-preview {
  padding-left: 60px;
}
.news-info-preview .date {
  line-height: 18px;
}
.news-info-preview .date img {
  margin-right: 10px; 
}
.news-info-preview span {
  vertical-align: bottom;
  font-family: "RobotoLight", sans-serif;
  font-style: italic;
  font-size: 18px;
  color: #212121;
}
.news-info-preview a {
  color: #5d5d5d;
}
.news-info-preview h2 {
  margin-top: 40px;
  margin-bottom: 17px;
}
.news-info-preview .preview a {
  color: #2d5890;
  text-decoration: underline;
}
.news-info-preview .preview a:hover {
  text-decoration: none;
}
#contacts {
  padding-top: 45px;
  padding-bottom: 70px; 
}
#contacts .inner {
  position: relative;
  margin-bottom: 50px;
}
#contacts .inner .contacts-icon {
  float: left;
  margin-top: 5px;
}
#contacts .inner p, 
#contacts .inner .email {
  margin-left: 35px;
  font-size: 21px;
  font-family: "RobotoMedium", sans-serif;
  color: #2a2a2a;
  line-height: 1.2;
}
#contacts .inner .email {
  margin-left: 10px;
}
#contacts .inner .general-button {
  margin-top: 35px;
  text-align: left;
}
#contacts .inner .general-button button {
  color: black;
  font-family: "RobotoMedium", sans-serif;
  font-size: 14px;
  letter-spacing: 0.04em;
  padding-top: 4px;
  padding-bottom: 4px; 
}
#contacts .inner .general-button button:hover {
  color: white;
}
#contacts .inner .social {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: 4px;
}
#contacts .inner .social li {
  float: left;
  margin-right: 4px;
}
#contacts .inner .social-wrap {
  margin-top: 12px;
}
#contacts .inner .social {
  display: inline-block;
}
#contacts .inner .social-wrap span {
  color: #2a2a2a;
  font-size: 12px;
}
.contacts-line {
  background-color: #2d5890;
  width: 100%;
  height: 3px;
}
#contacts .contacts-vertical-line {
  position: absolute;
  width: 2px;
  height: 250px;
  left: 0;
  top: -13px;
  background-color: #e3e3e3;
}
.modal-content {
  border-radius: 0;
}
.modal-content .close {
  opacity: 0.8;
  margin-top: -46px;
  margin-right: -48px;
  position: relative;
  z-index: 1;
}
#apply-order-form .modal-content .close {
  margin-top: -32px;
  margin-right: -32px;
}
#apply-order-form .modal-body {
  padding: 5px;
}
.modal-content .close:hover {
  opacity: 1;
}
#call-order-form .general-button {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 15px;
}
#call-order-form .modal-title {
  text-align: center;
  font-family: "RobotoBold", sans-serif;
  text-transform: uppercase;
  color: #2d5890;
}
#call-order-form form {
  margin-top: 0;
}
.license .license-img {
  max-width: 100%;
  max-height: 100%;
}
.license .license-img-wrap {
  width: 100%;
  padding: 18px;
  background-color: #f5f5f5;
  margin-bottom: 10px;
  height: 363px;
  line-height: 324px;
  text-align: center;
  display: inline-block;
}
.license .license-link {
  display: inline-block;
  text-align: left;
  width: 100%;
  text-align: left;
  text-decoration: none;
}
.license {
  text-align: center;
}
.license h4 {
  font-size: 22px;
  letter-spacing: 0.04em;
  margin-top: 33px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 23px;
  text-align: left;
}
.license p {
  font-size: 14px;
  margin-bottom: 16px;
  text-align: left;
}
.license .download-document a {
  color: #2d5890;
  text-decoration: underline;
}
.license .download-document a:hover {
  text-decoration: none;
}
.license .loupe,
.license .license-img {
  -webkit-transition: 0.4s ease-out;
  -moz-transition:  0.4s ease-out;
  -o-transition:  0.4s ease-out;
  transition:  0.4s ease-out;
}
.license .loupe:hover {
  -moz-transform: scale(1.2); 
  -ms-transform: scale(1.2); 
  -webkit-transform: scale(1.2); 
  -o-transform: scale(1.2); 
  transform: scale(1.2);
}
.license .license-img:hover {
  -moz-transform: scale(1.1); 
  -ms-transform: scale(1.1); 
  -webkit-transform: scale(1.1); 
  -o-transform: scale(1.1); 
  transform: scale(1.1);
}
#licenses-section {
  padding-bottom: 70px;
}
#licenses-section .line {
  margin: 65px auto;
  width: 95%;
  width: calc(100% - 30px);
}
#licenses-section .header-top {
  margin-bottom: 61px;
}
.fancybox-close {
  opacity: 0.8;
}
.fancybox-close:hover {
  opacity: 1;
}
.fancybox-next span,
.fancybox-prev span {
  opacity: 0.8;
}
.fancybox-next span:hover,
.fancybox-prev span:hover {
  opacity: 1;
}
#arrow-up {
  position: fixed;
  width: 44px;
  height: 44px;
  font-size: 25px;
  color: white;
  text-align: center;
  background-color: rgba(45, 88, 144, 0.85);
  z-index: 1020;
  border-radius: 3px;
  left: 10px;
  bottom: 10px;
  line-height: 44px;
  opacity: 0.5;
  cursor: pointer;
  display: none;
}
#arrow-up:hover {
  opacity: 1;
  color: white;
}
#services {
  padding-bottom: 40px;
}
#services .services-wrap {
  padding-right: 0;
  padding-left: 0;
}
#services .header-top {
    margin-bottom: 57px;
}
#services .service-link {
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding-left: 27px;
}
#services .icon {
  position: absolute;
  width: 18%;
  top: 0;
  bottom: 0;
  text-align: center;
  background-color: #ebedec;
  line-height: 156px;
}
#services .icon img {
  max-width: 90%;
  max-height: 90%;
  opacity: 0.77;
  -webkit-transition: 0.3s ease-out;
  -moz-transition:  0.3s ease-out;
  -o-transition:  0.3s ease-out;
  transition:  0.3s ease-out;
}
#services .text-service {
  display: table;
  width: 82%;
  height: 156px;
  background-color: rgba(45, 88, 144, 0.85);
  margin-left: 18%;
  padding: 25px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition:  0.3s ease-out;
  -o-transition:  0.3s ease-out;
  transition:  0.3s ease-out;
}
#services .text-service p {
  display: table-cell;
  vertical-align: middle;
  font-family: "RobotoBlack", "RobotoRegular", sans-serif;
  color: white;
  font-size: 20px;
}
#services .service-link:hover {
  text-decoration: none;
}
#services .service-link:hover .text-service {
  background-color: #205582;
}
#services .service-link:hover .icon img {
  opacity: 1;
}
#objects {
  padding-bottom: 50px;
}
#objects .object:first-of-type {
  padding-right: 10px;
}
#objects .object:last-of-type {
  padding-left: 10px;
}
#objects .object-img {
  position: relative;
}
#objects .object-img img {
  width: 100%;
}
#objects .object h4 {
  color: #2d5890;
  font-family: "RobotoMedium", sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 0.04em;
  margin-top: 64px;
  line-height: 24px;
  margin-bottom: 7px;
}
#objects .object p {
  margin-top: 20px;
  margin-bottom: 20px;
}
#objects .object .details {
  color: #2d5890;
  text-decoration: underline;
}
#objects .object a:hover {
  text-decoration: none;
}
#objects .object-img .border {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 8px solid #2d5890;
  display: none;
}
#objects .line {
  margin-top: 52px;
  margin-bottom: 55px;
}
#objects .paging {
  margin-top: 100px;
  margin-bottom: 0;
}
.review-img {
  padding-right: 5px;
}
.review-img img:first-of-type {
  padding: 15px;
  width: 100%;
  max-width: 255px;
  background-color: #e3e3e3;
}
.review-img img:last-of-type {
  margin-top: 5px;
}
.review h2 {
  margin-top: -5px;
  margin-bottom: 30px;
}
.review-text {
  position: relative;
  padding: 0 45px;
}
.review-text .quote {
  position: absolute;
  font-size: 80px;
  line-height: 1px;
}
.review-text .left-quote {
  top: 8px;
  left: 0;
}
.review-text .right-quote {
  right: 0;
  bottom: 30px;
}
.review-text p {
  margin-bottom: 40px;
  font-family: "RobotoItalic", sans-serif;
}
.review-text i {
  font-family: "RobotoMedium", sans-serif;
}
#reviews .line {
  margin-bottom: 50px;
}
#reviews .paging {
  margin-top: 65px;
  margin-bottom: 0;
}
#reviews {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .nav-header .navbar-nav .my-dropdown-menu {
    display: none;
    position: absolute;
  }
  .nav-header .navbar-nav > li:hover > .my-dropdown-menu {
    display: block;
  }
  #call-order-form .modal-dialog,
  #apply-order-form .modal-dialog {
    margin: 50px auto;
    width: 390px;
  }
  #apply-order-form .modal-dialog {
    width: 660px;
  }
}
@media screen and (max-width: 1199px) {
  header .logo {
    margin-top: 8px;
    margin-bottom: 20px;
  }
  header .logo p {
    font-size: 19px;
    margin-top: 11px;
    padding-left: 8px;
  }
  .phone-email-address {
    height: auto;
  }
  .phone-email-address .email-address {
    position: static;
  }
  .phone-email-address .email-address img {
    padding-left: 0;
  }
  .phone-email-address .email-address p {
    margin-left: 30px;
  }
  .phone-email-address .phone {
    padding-left: 15px;
  }
  .phone-email-address button {
    right: 30px;
  }
  #main-slider {
    padding-bottom: 40px;
  }
  .left-menu {
    max-width: none;
  }
  #main .left-menu .body {
    display: none;
  }
  #main .left-menu .header .glyphicon-play {
    -moz-transform: rotate(90deg); 
    -ms-transform: rotate(90deg); 
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .left-menu .header p {
    font-size: 16px;
    position: relative;
    right: 10px;
  }
  .navigation {
    bottom: 8px;
  }
  .header-top h1 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .content-wrapper {
    padding-left: 25px;
  }
  #scheme .left-horizontal-line,
  #scheme .right-horizontal-line {
    width: 150px;
  }
  #scheme .left-horizontal-line,
  #scheme .left-vertical-line {
    left: 215px;
  }
  #scheme .right-horizontal-line {
    left: 574px;
  }
  #scheme .right-vertical-line {
    left: 722px;
  }
  #news .image img {
    width: 140%;
  }
  #news .annotation {
    padding-left: 25px;
  }
  #news .annotation span {
    font-size: 11px;
  }
  #news .annotation a p {
    font-size: 12px;
  }
  #advatages .advantage-2 {
    padding-left: 15px;
  }
  #advatages .advantage {
    text-align: center;
    margin-top: 40px;
  }
  #advatages .advantage p {
    max-width: 100%;
  }
  .form-wrapper {
    width: 70%;
  }
  .nav-footer {
    padding-top: 20px;
  }
  .footer-contacts {
    padding-left: 40px;
    padding-top: 28px;
  }
  .news-info-preview {
    padding-left: 45px;
  }
  #contacts .inner p, #contacts .inner .email {
    font-size: 16px;
  }
  .license .license-img-wrap {
    padding: 15px;
    height: 300px;
    line-height: 270px;
  }
  #services .service-link {
    padding-left: 35px;
  }
}



@media screen and (max-width: 991px) {
  #main {
    position: relative;
  }
  header .container {
    width: auto;
  }
  header .logo {
    text-align: center;
    margin-bottom: 20px;
  }
  header .logo a {
    right: 40px;
  }
  header .logo p {
    text-align: left;
  }
  .phone-email-address {
    margin-right: -15px;
  }
  .phone-email-address + .row {
    margin-right: -15px;
  }
  .phone-email-address .email-address {
    margin-top: 20px;
  }
  .phone-email-address .email-address img {
    padding-top: 0;
  }
  #main-slider .carousel-caption {
    font-size: 15px;
  }
  #main .left-menu-wrapper {
    /*position: absolute;*/
  }
  .left-menu-wrapper {
    position: relative;
   /* height: 82px;*/
  }
  .left-menu-wrapper > .container > .row {
    margin-left: -15px;
  }
  .left-menu {
    margin-top: 0;
    /*position: absolute;*/
  }
  .left-menu {
    background-color: rgba(10, 50, 106, 0.85);
  }
  .left-menu .body {
    display: none;
  }
  .left-menu .header .glyphicon-play {
    -moz-transform: rotate(90deg); 
    -ms-transform: rotate(90deg); 
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .content-wrapper {
    padding-left: 15px;
  }
  .header-top {
    margin-top: 35px;
    margin-bottom: 25px;
  }
  .header-top h1 {
    margin-left: 0;
    min-height: 0;
  }
  .navigation p {
    margin-left: 0;
  }
  #main-slider {
    position: relative;
  }
  #scheme .left-horizontal-line,
  #scheme .right-horizontal-line {
    width: 100px;
  }
  #scheme .left-horizontal-line,
  #scheme .left-vertical-line {
    left: 155px;
  }
  #scheme .right-horizontal-line {
    left: 464px;
  }
  #scheme .right-vertical-line {
    left: 562px;
  }
  #news .image img {
    width: 100%;
  }
  #news .annotation {
    padding-left: 0;
  }
  #news .annotation span {
    font-size: 13px;
  }
  #news .annotation a p {
    font-size: 13px;
  }
  #news .news {
    margin-bottom: 15px;
  }
  #news #news-carousel .news {
    padding-right: 15px;
    padding-left: 15px;
  }
  .form-wrapper {
    width: 85%;
  }
  footer {
    padding-bottom: 15px;
  }
  .logo-itfactory a {
    position: static;
  }
  .footer-contacts {
    padding-top: 30px;
  }
  .logo-itfactory {
    text-align: right;
  }
  .logo-itfactory p {
    padding-right: 5px;
  }
  .navigation {
    margin-top: 10px;
    margin-bottom: 10px;
    position: static;
  }
  #news-preview .news-image img {
    width: 100%;
  }
  .news-info-preview {
    padding-left: 15px;
    margin-top: 10px;
  }
  .wrap-h1:before {
    content: none;
  }
  #contacts .inner .general-button {
    text-align: left;
  }
  .license .license-img-wrap {
    height: 440px;
    line-height: 410px;
  }
  #services .service-link {
    padding-left: 0;
  }
  .review h2 {
    margin-top: 20px;
  }
  .review-text {
    padding: 0 27px;
  }
  .review-text .quote {
    font-size: 50px;
  }
  .review-text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 20px;
  }
  .phone-email-address .phone {
    text-align: center;
    margin-bottom: 20px;
  }
  .phone-email-address .phone a {
    font-size: 20px;
  }
  .order-button {
    text-align: center;
  }
  .order-button button {
    position: static;
  }
  .nav-header .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
  }
  .nav-header {
    overflow: hidden;
  }
  .nav-header .navbar-toggle {
    position: relative;
    right: 15px;
  }
  .nav-header .navbar-toggle:hover,
  .nav-header .navbar-toggle:active,
  .nav-header .navbar-toggle:focus {
    background-color: white;
  }
  .nav-header .navbar-nav .my-dropdown-menu {
    position: static;
  }
  .nav-header .navbar-nav > li > .my-dropdown-menu {
    display: none;
  }
  .left-menu {
    position: relative;
  }
  #main-slider {
    position: relative;
  }
  #main .left-menu-wrapper {
    position: relative;
  }
  #main-info .main-content img {
    float: none;
    margin-left: 0;
  }
  #scheme .type-exp-body p {
    font-size: 15px;
  }
  #scheme .type-exp-title p {
    font-size: 18px;
  }
  #scheme .general-button {
    position: static;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #scheme .type-exp-body .details {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  #scheme .type-exp-body .details a {
    margin-top: 0;
  }
  #scheme .general-button {
    margin-top: 0;
    text-align: center;
  }
  #news h1 {
    margin-bottom: 30px;
  }
  #news .image img {
    width: 50%;
  }
  #news .annotation {
    padding-left: 15px;
    margin-top: 10px;
  }
  #news .annotation span {
    font-size: 13px;
  }
  #news .annotation a p {
    font-size: 13px;
  }
  #news .news {
    margin-bottom: 50px;
  }
  #news .carousel-indicators {
    bottom: -30px;
  }
  #news .archive-link {
    text-align: center;
  }
  .form-wrapper {
    width: 100%;
  }
  .contacts {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-contacts {
    padding-left: 0;
    padding-top: 0;
    white-space: nowrap;
    text-align: center;
  }
  .footer-contacts p {
    white-space: normal;
    max-width: 90%;
  }
  .logo-itfactory {
    text-align: center;
  }
  .logo-itfactory p {
    padding-right: 0;
  }
  footer .logo {
    text-align: center;
  }
  footer .logo p {
    text-align: left;
  }
  .logo a {
    left: -54px;
  }
  footer .rights {
    text-align: center;
  }
  #about-company .content > a {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .content > p,
  .main-content p {
    text-align: left;
  }
  .table table thead th {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .table table tbody td {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .frame {
/*    width: 100%;
*/    height: auto;
    float: none;
    max-width: 450px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navigation p {
    font-size: 14px;
  }
  .news-info-preview img {
    width: 30px;
  }
  .news-info-preview span {
    font-size: 15px;
  }
  .news-info-preview h2 {
    margin-top: 15px;
  }
  #contacts {
    padding-top: 20px;
    text-align: center;
  }
  #contacts .inner {
    padding-left: 15px;
  }
  #contacts .inner .contacts-icon {
    float: none; 
    margin-top: 0; 
  }
  #contacts .inner p, #contacts .inner .email {
    display: inline;
    margin-left: 0;
  }
  #contacts .inner .general-button {
    text-align: center;
    margin-top: 15px;
  }
  #contacts .contacts-vertical-line {
    top: -10px;
    width: 80%;
    left: 10%;
    height: 2px;
  }
  .modal-dialog {
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 32px;
    width: auto;
  }
  .license {
    text-align: left;
  }
  .license .license-link {
    width: auto;
  }
  .license .license-img-wrap {
    height: auto;
    line-height: normal;
  }
  #services .icon {
    line-height: normal;
    padding: 10px 3px;
  }
  #services .text-service {
    padding: 10px;
  }
  #services .text-service p {
    font-size: 15px;
    vertical-align: top;
  }
  #services .services-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
  #objects .object:first-of-type {
    padding-right: 15px;
  }
  #objects .object:last-of-type {
    padding-left: 15px;
  }
  #objects .object h4 {
    font-size: 18px;
    margin-top: 30px;
  }
}



.but_0
{
 
    background-color: #CED8E5;
    float: left;
    margin-top: 32px;
    margin-bottom: 20px;
    margin-right: 0%;
    text-align: center;
    width: 100%;

}    

.but_0 button
{


    text-transform: uppercase;
    background-color: #CED8E5;
    letter-spacing: 0.04em;
    border: 2px solid #CED8E5;
    padding: 7px 11px;
    color: #4C70A0;
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;

}


.but_0 button:hover
{
    
    background-color: #4C70A0;
    color: #CED8E5;
    border: 2px solid #CED8E5;

}


#reviews_top > div > div > div > div.row.header-top {

  margin-bottom: 0px;

}

#recalls_dialog button {

margin: 10px 0px 15px 12px;
  
}

#order_form > div {

  margin-top: 100px;

}


#recalls_form {

  background-color: #5D5D5D;
    padding-top: 70px;
    padding-bottom: 95px;

}


.frame_news_list {

border: 3px solid #a6c0d6;
padding: 0;
    overflow: hidden;
    height: 300px;
    text-align: center;
    float: left;
    margin-right: 20px;
margin-top: 5px;
line-height: 250px;
margin-bottom: 20px;


}

.technical-base-content .frame_news_list img
{
      max-width: none;
      max-height: none;
}



.frame_new {
  padding: 0;
    border: 5px solid #a6c0d6;
/*    width: 460px;*/
    overflow: hidden;
    height: 300px;
    text-align: center;
    float: left;
    margin-right: 30px;
    margin-top: 5px;
    line-height: 250px;
    margin-bottom: 20px;
    margin: 32px 34px 15px 48px;
    float: right;
}


.frame_new img
{
      max-width: none;
      max-height: none;
}



.newdate 
{
      position: relative;
    display: inline-block;
    margin: 25px 25px 42px 10px;
}

.news_link
{

      position: static;
    text-align: center;
    padding-bottom: 32px;
}




.advantage 
{


  min-height: 300px;
}

#owl-carousel-clients .owl-prev, 
#owl-carousel-clients .owl-next {
  position: absolute;
  top: 29%;
  font-size: 25px;
  background-color: rgba(45, 88, 144, 0.85);
  padding: 9px 10px;
  border-radius: 4px;
}

#owl-carousel-objects .owl-prev, 
#owl-carousel-objects .owl-next {
  position: absolute;
  top: 29%;
  font-size: 25px;
  background-color: rgba(45, 88, 144, 0.85);
  padding: 9px 10px;
  border-radius: 4px;
}

.container .owl-carousel .owl-object
{

    background-color: #F4F4F4;
    text-align: center;
    width: 96%;
    max-width: 311px;
    padding: 2%;
  opacity: 0.99;
  -webkit-transition: 0.25s linear;
  -moz-transition:  0.25s linear;
  -o-transition:  0.25s linear;
  transition:  0.25s linear;
}

.container .owl-carousel .owl-object a
{
  text-decoration: none;
}

.container .owl-carousel .owl-object:hover
{
      background-color: #7994B8;
}
.container .owl-carousel .owl-object:hover p,
.container .owl-carousel .owl-object:hover a,
.container .owl-carousel .owl-object:hover span
{
  color: #ffffff;
}



.container .owl-carousel .owl-object p
{
      font-size: 14px;
    line-height: 1.2;
    color: #636363;
    text-align: right;
    padding: 5px;
}
.container .owl-carousel .owl-object span
{
      display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    min-height: 42px;
    max-height: 43px;
    overflow-y: hidden;
    color: #636363;
}

.container .owl-carousel .owl-object-img {
    text-align: center;
    width: 100%;
    height: 168px;
    overflow: hidden;
    display: inline-block;
    position: relative;
}
.container .owl-carousel .owl-object-img img {
    max-width: 1000px;
    max-height: 1000px;
    min-height: 100%;
    min-width: 100%;
    height: 1px;
    display: inline-block;
}


.objects_content .frame_news_list 
{

border: 3px solid #a6c0d6;
/*    width: 50%;*/
    overflow: hidden;
    height: 264px;
    text-align: center;
    float: left;
    margin-right: 20px;
margin-top: 5px;
line-height: 250px;
margin-bottom: 20px;


}

.objects_content .frame_new
{
      float: left;
    margin: 24px 15px 15px 0;
    padding: 0;
}













@media only screen and (max-width: 1199px) {
    
    .privacy-policy-notif {
        position: fixed;
        bottom: 20px;
        left: auto;
        width: 100%;
    }
	
    .privacy-policy-notif p {
        text-align: center;
    }
}