@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff'),
        url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
        url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('../fonts/ProximaNova-Light.eot');
    src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Light.woff2') format('woff2'),
        url('../fonts/ProximaNova-Light.woff') format('woff'),
        url('../fonts/ProximaNova-Light.ttf') format('truetype'),
        url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

/* * {
    font-family: 'Roboto Condensed Condensed', sans-serif;
} */

*:focus {
    outline: none;
}

html {
    font-size: 16px;
}

html,
body {
    height: 100%;
}


body {
    font: 1rem / 1.5 'Roboto Condensed', sans-serif;
    background-color: #f9f9f9;
    margin: 0;
}


.container-fluid {
    max-width: 1717px;
    margin: 0 auto;
    padding: 0 15px;
}

.wrapper {
    min-width: 320px;   
    overflow: hidden;
}


p,
ul,
h1,
h2,
h3,
h4,
h5,
h5 {
    margin: 0px;
    padding: 0px;
}

img {
    max-width: 100%;
    height: auto;
}

/*  buttons */

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 0.75rem;
    padding: 0 25px;    
    height: 44px;   
    line-height: 44px;  
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.action-button-wr {
	padding-top: 30px;
}

.btn:focus,
.btn:active {
    outline: none;
    box-shadow: none;
}

.btn-lg {
    height: 63px;
    line-height: 63px;
    font-size: 1.125rem;
    min-width: 230px;   
}

.bages-list {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
    font-size: 0;
}

.bages-list li {
    display: inline-block;  
    vertical-align: top;    
    margin-right: 5px; 
    margin-bottom: 5px; 
}

.bottom-nav {
    padding: 0; 
    list-style-type: none;
    margin: 20px 0 0;  
}
.bottom-nav li {
    float: left;
    color: #fff;
    margin-right: 10px; 
}

.bottom-nav li a {
    color: #fff;
}


.btn-warning {
    background-color: #ff6600;
}

.btn-default {
    border: 1px solid #ff6600;
    color: #ff6600;
}

.btn-default.active, .btn-default:active, .btn-default:hover, .open>.btn-default.dropdown-toggle {
    background-color: transparent;
}

.btn-default:hover {
    color: #fff;
    background-color: #ff6600;
    border: 1px solid #ff6600;
}

.btn-white {
    background-color: #fff;
    color: #ff6600;
}

/* forms */

.form-control {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 0.75rem;    
    text-transform: uppercase;  
    height: 47px;   
    line-height: 47px;
    letter-spacing: 2px;    
}


.form-group {
    margin-bottom: 20px;    
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}



.header {
    padding-top: 37px;
    padding-bottom: 45px; 
    position: fixed;    
    left: 0;    
    right: 0;   
    top: 0; 
    z-index: 20;
    background-color: #fff;
    -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;  
}

.header-facke {
    height: 178px;  
}

.header.affix {
    padding-top: 10px;  
    padding-bottom: 10px; 
    border-bottom: 1px solid #eaeaea;  
}

header .logo {
    padding-left: 19.5%;
    padding-top: 15px;
}

header .logo a {
    display: block; 
}

header .logo img {
    width: 75%; 
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

header.affix .logo img {
    width: 55%; 
}

.logo-text {
    font-size: 0.875rem; 
    line-height: 16px;    
    display: block;  
    color: #7d7d7d;
    max-width: 80%;
    padding-top: 10px;
}

header.affix .logo-text {
    display: none;
}

header nav {
   padding-top: 42px;
    padding-left: 5%;
    padding-right: 6%;  
    -webkit-transition: padding-top 0.3s;
    -o-transition: padding-top 0.3s;
    transition: padding-top 0.3s;
}

header.affix nav {
    padding-top: 30px;  
}

header nav > ul {
    padding-left: 4.1%;
    text-align: justify;    
}

header nav > ul:after {
    width: 100%;    
    content: '';
    display: inline-block;  
}

header nav > ul > li {
    display: inline-block;
    list-style: none;
}

header nav > ul > li:last-child {
    margin-right: 0px;
}

header nav > ul > li a {
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #7d7d7d;
    position: relative;
}

header nav > ul > li .active-menu {
    /* font-family: 'Proxima Nova Bold', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #ff6600;
    text-decoration: none;
}

header nav > ul > li .active-menu:hover {
    color: #ff6600;
}

header nav > ul > li a:hover {
    color: #000;
    text-decoration: none;
}

header nav > ul > li a:after {
    content: " ";
    display: block;
    position: absolute;
    visibility: hidden;
    width: 0%;
    height: 4px;
    margin-top: 2px;
    background: #f16607;
    transition: all 0.3s ease;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

header nav > ul > li a.active-menu:after {
    display: none;
}

.mobile-menu .sandwich {
    position: fixed;
    right: 10px;
    top: 10px;
    padding-top: 10px;
    z-index: 9999;
    padding-bottom: 10px;
    background: #f16607;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    width: 60px;
    font-size: 2.45rem;
    z-index: 20;
}

.mobile-menu .sandwich:hover {
    background: #d75d09;
}

.mobile-menu ul {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 19;
    background: #f16607;
    width: 100%;
    height: 100%;
    padding-top: 60px;
}

.mobile-menu ul li {
    text-align: center;
}

.mobile-menu ul li a {
    color: #fff;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.825rem;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
}

.mobile-menu ul li a:hover {
    background: #d75d09;
    text-decoration: none;
}

.static-col {
    position: static;
}

header nav > ul > li a:hover:after {
    visibility: visible;
    width: 104%;
}



.dropdown-inline {
    display: inline-block;  
    margin-right: 22px; 
}

.affix .dropdown-inline + .btn-warning {
    webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-name: wobble-horizontal;
    animation-name: wobble-horizontal;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.city-dropdown {
    /* font-family: 'Proxima Nova Lt', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;   
    color: #7d7d7d;
    padding: 0;
    border: none;
    padding-right: 10px;    
    background-color: transparent;
}

.city-dropdown:hover,
.city-dropdown:focus,
.city-dropdown:active {
    background-color: transparent!important;
    border: none!important;
    color: #7d7d7d!important;
    box-shadow: none;
}

.city-dropdown span {
    text-decoration: underline;
    text-transform: none;
    font-size: 1.25rem;    
}

.city-dropdown span:hover {
    text-decoration: none;
}

.city-dropdown span.caret {
    width: 9px; 
    height: 9px;    
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #ff6600;
    border-top: none;
    border-left: none;
    position: absolute; 
    top: 15px;
    right: -10px;   
}

.contacts {
    text-align: right;
}

header .contacts > .city ul li {
    font-size: 1rem;
    color: #7e7e7e;
    display: inline-block;
    list-style: none;
    cursor: pointer;
    margin-right: 14%;
}

header .contacts > .city ul li.active {
    color: #000;
    cursor: pointer;
}

header .contacts > .city ul li:hover {
    color: #f16607;
}

header .contacts > .city ul li:last-child {
    margin-right: 0px;
}

header .contacts > .phone {
    font-size: 2.125rem;
    text-transform: uppercase;
    color: #ff6600;
    line-height: 45px;
}

header .contacts > .modal-link a {
    color: #8b8b8b;
    font-size: 0.937rem;
    text-transform: uppercase;
    line-height: 28px;
    text-decoration: underline;
}

header .contacts > .modal-link a:hover {
    color: #12cdf7;
    text-decoration: none;
}

h1.black-h1 {
    font-size: 2.125rem;
	font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding-top: 65px;
    padding-bottom: 74px;
}

.text-center {
    text-align: center;
}

.certificats-slider:after {
    position: absolute;
    content: " ";
    display: block;
    width: 288px;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    right: 0px;
    top: 0px;
}

.certificats-arrows > div {
    position: absolute;
    content: " ";
    display: block;
    background-image: url(/img/arrows.png);
    background-repeat: no-repeat;
    width: 31px;
    height: 21px;
    top: 48%;
    cursor: pointer;
    z-index: 9999;
}

.certificats-arrows > div.next {
    right: 15px;
    background-position: right top;
}

.certificats-arrows > div.next:hover {
    background-position: right bottom;
}

.certificats-arrows > div.prev {
    left: 15px;
    background-position: left top;
}

.certificats-arrows > div.prev:hover {
    background-position: left bottom;
}

.certificats-slider .owl-item img {
    width: 96%;
    height: auto;
}

.certificats-slider .owl-item a {
    color: #000;
}

.certificats-slider .owl-item a:hover {
    color: #f16607;
    text-decoration: none;
}

.certificats-slider figcaption {
    text-align: center;
    font-size: 1rem;
    font-weight: 200;
    width: 85%;
    line-height: 18px;
    margin: 0 auto;
}

.cases {
    width: 76.5%;
    margin: 0 auto;
}

.cases .case {
    margin-bottom: 56px;
    font-size: 1rem;
    font-weight: 200;
    line-height: 18px;
}

.cases .case > div {
    display: inline-block;
    vertical-align: top;
}

.cases .case > div.left {
    margin-right: 3.7%;
    width: 35.2%;
}

.cases .case > div.left img {
    width: 100%;
}

.cases .case > div.right {
    width: 60%;
}

.cases .case h2 {
    text-transform: uppercase;
    font-size: 1.875rem;
    color: #000;
    padding-bottom: 45px;
}

.cases .case h6 {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    font-size: 1.125rem;
    padding-top: 30px;
    padding-bottom: 30px;
}

.cases .case ul {
    padding-left: 15px;
}

.cases .case ul li {
    list-style: none;
    line-height: 18px;
    position: relative;
}

.cases .case ul li:before {
    position: absolute;
    width: 6px;
    height: 6px;
    content: " ";
    display: block;
    background: #12cdf7;
    top: 6px;
    left: -13px;
}

.blue-btn-p {
    text-align: center;
    margin-bottom: 30px;
}

.blue-btn-p a {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 21px;
    padding-bottom: 19px;
    background: #12cdf7;
    font-size: 0.9375rem;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    transition: background 0.2s ease-in;
}

.blue-btn-p a:hover {
    background: #11b4d8;
}

footer .top-footer {
    background-color: #ff6600;
    background-image: url(../assets/images/share-bg.jpg);
    background-repeat: no-repeat;
    background-position: 0 100%;
    padding-top: 26px;
    padding-bottom: 48px;
}
footer .top-footer .footer-nav {
    margin-bottom: 60px;    
}
footer .top-footer .footer-nav li {
    list-style: none;
    line-height: 30px;
    display: inline-block;  
    vertical-align: top;    
    margin-right: 30px; 
}

footer .top-footer .footer-nav li a {
    font-size: 1.125rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
}

footer .top-footer .phones {
    display: inline-block;
    vertical-align: middle; 
    padding-top: 20px;  
}

footer .top-footer .phones ul li {
    display: inline-block;
    line-height: 30px;
    margin-right: 30px;
}

footer .top-footer .phones ul li a {
    color: #fff;
    font-size: 1.125rem;

}

footer .top-footer .phones ul li a:hover {
    text-decoration: none;
}



footer .top-footer .address {
    line-height: 22px;
    color: #fff;
    font-size: 1.25rem;
}

footer .top-footer .socials {
    display: inline-block;  
    margin-right: 30px; 
    padding-top: 20px;
    vertical-align: middle; 
}

footer .top-footer .socials li:first-child {
    margin-left: 0px;
}

footer .top-footer .socials li {
    display: inline-block;
    list-style: none;
    margin-right: 20px; 
}

footer .top-footer .socials li a {
    color: #fff;
    font-size: 1.25rem;
    transition: color 0.4s;
}

footer .top-footer .socials li a:hover {
    color: #12cdf7;
}

footer .bottom-footer {
    background-color: #ff6600;
    padding: 20px 0;    
}

footer .bottom-footer p {
    color: #fff;
    margin-bottom: 0;   
}

footer .bottom-footer .copy {
    text-align: right;
}

footer .bottom-footer .bottom-nav {
    text-align: center;
    padding-top: 13px;
    padding-bottom: 22px;
    border-bottom: 1px solid #c3c3c3;
    margin-bottom: 20px;
}

footer .bottom-footer .bottom-nav li {
    display: inline-block;
    text-align: center;
    width: 33.3333%;
    color: #5c5c5c;
    font-size: 1.125rem;
    margin-right: -5px;
    padding-top: 14px;
}

footer .bottom-footer .bottom-nav li a {
    color: #5c5c5c;
    font-size: 1.125rem;
}

footer .bottom-footer .bottom-nav li:nth-child(4n),
footer .bottom-footer .bottom-nav li:first-child {
    text-align: left;
}

footer .bottom-footer .bottom-nav li:nth-child(3n) {
    text-align: right;
}

footer .bottom-footer .page-rang-text {
    text-align: center;
    color: #5c5c5c;
    font-size: 1.125rem;
    padding-bottom: 52px;
}


.seo-wrapper {
    padding-top: 45px; 
    padding-bottom: 15px;    
}
.seo-block {
    max-height: 330px;   
}

.seo-heading {
    font-size: 2.06rem;    
    line-height: 2.10rem;   
    color: #474747;
    margin-bottom: 30px;    
}

.black-h2 {
    font-size: 1.56vw;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.sidebar {
    padding-left: 23.2%;
}

.sidebar ul {
    padding-left: 23px;
}

.sidebar ul li {
    list-style: none;
    position: relative;
    margin-bottom: 8px;
}

.sidebar ul li:before {
    content: " ";
    display: block;
    position: absolute;
    height: 6px;
    width: 6px;
    background: #12cdf7;
    top: 10px;
}

.sidebar ul li a {
    font-size: 1.125rem;
    color: #000;
    padding-left: 13px;
    position: relative;
    text-transform: uppercase;
}

.sidebar ul li a:after {
    height: 2px;
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    left: 0px;
    background: #e98900;
    width: 0px;
    transition: width 0.3s linear;
}

.sidebar ul li a:hover:after {
    width: 100%;
}

.sidebar ul li a:hover {
    text-decoration: none;
}

.articles .article {
    margin-bottom: 45px;
}

.articles .article a.title {
    font-size: 1.56vw;
    color: #000;
    text-transform: uppercase;
}

.articles .article a.title:hover {
    text-decoration: none;
    color: #e98900;
}

.articles .article a.title h1 {
    font-size: 1em;
}

.articles .article .additional-data {
    padding-top: 15px;
    padding-bottom: 7px;
}

.articles .article .additional-data li {
    display: inline-block;
    list-style: none;
    font-size: 1rem;
    font-weight: 200;
    padding-right: 10px;
    position: relative;
}

.articles .article .additional-data li:last-child:after {
    display: none;
}

.articles .article .additional-data li:after {
    width: 1px;
    background: #000;
    display: block;
    position: absolute;
    content: " ";
    height: 14px;
    right: 4px;
    top: 4px;
}

.articles .article .additional-data li span {
    color: #1dbcdf;
}

.articles .article .image img {
    /*width:100%;*/
}

.articles .article .post-excerpt {
    font-weight: 200;
    color: #000;
    font-size: 1rem;
    padding-top: 30px;
    overflow: hidden;
}

.articles .article .post-excerpt:after {
    width: 100%;
    height: 1px;
    background: #c8c6c6;
    display: block;
    content: " ";
    margin-top: 32px;
    clear: both;
}

.articles .article .post-excerpt img {
    max-width: 100%
}

.post-excerpt-main {
    font-weight: 200;
    color: #000;
    font-size: 16px;
    padding-top: 30px;
}

.post-excerpt-main:after {
    width: 60%;
    height: 1px;
    background: #c8c6c6;
    display: block;
    content: " ";
    margin-top: 32px;
    margin-left: 20%;
    margin-bottom: 10px;
}

.post-excerpt-main:before {
    width: 60%;
    height: 1px;
    background: #c8c6c6;
    display: block;
    content: " ";
    margin-top: 32px;
    margin-left: 20%;
    margin-bottom: 32px;
}

.subscribe-form {
    padding-left: 30px;
    padding-right: 15px;
}

.subscribe-form label {
    text-align: center;
    display: block;
    color: #787878;
    font-size: 1.56vw;
    text-transform: uppercase;
    font-weight: bold;
}

.subscribe-form input[type="text"] {
    width: 100%;
    height: 48px;
    border: 1px solid #000;
    padding-left: 20px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
    font-weight: 200;
    margin-bottom: 13px;
    padding-right: 20px;
    margin-top: 25px;
}

.subscribe-form p {
    text-align: center;
}

.subscribe-form input[type="submit"] {
    width: 258px;
    margin: 0 auto;
    border: none;
    background: #97da00;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    height: 56px;
    transition: background 0.3s;
}

.subscribe-form input[type="submit"]:hover {
    background: #76aa00;
}

.service > div {
    display: inline-block;
    margin-right: -5px;
}

.services-page {
   background-color: #fff;
}

.service > div.left {
    width: 31.7%;
    text-align: center;
}

.service > div.right {
    width: 65.0%;
    vertical-align: middle;
}

.service > div.right h1 {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 30px;
}

.service > div.right .description,
.container--map .description {
    font-weight: 200;
    line-height: 18px;
    font-size: 16px;
    color: #000;
    padding-bottom: 55px;
}

.service > div.right div.details ul li {
    display: inline-block;
    list-style: none;
    margin-right: 6.7%;
}

.service > div.right div.details ul li:last-of-type {
  margin-right: 0;
}

.service {
    margin-bottom: 250px;
    max-height: 350px;
}

.service > div.right div.details {
    padding-bottom: 46px;
    font-size: 16px;
    color: #000;
}

.service > div.right div.details a {
    color: #000;
    font-size: 16px;
}

.service > div.right div.details a.ask {
    padding-left: 24px;
    position: relative;
}

.service > div.right div.details a.ask:hover:before {
    background: url(/img/question.png) no-repeat right center;
}

.service > div.right div.details a.ask:before {
    content: " ";
    position: absolute;
    width: 17px;
    height: 16px;
    display: block;
    top: 1px;
    background: url(/img/question.png) no-repeat left center;
}

.service > div.right div.details a.ask:hover {
    text-decoration: none;
}

.service > div.right div.details .price {
    padding-left: 25px;
    background: url(/img/money_icon.png) no-repeat left center;
}

.service > div.right div.details a.more {
    position: relative;
    font-weight: 900;
}

.service > div.right div.details a.more:hover {
    text-decoration: none;
}

.service > div.right div.details a.more:hover:after {
    width: 100%;
}

.service > div.right div.details a.more:after {
    width: 0%;
    transition: width 0.4s linear;
    position: absolute;
    content: " ";
    display: block;
    height: 1px;
    background: #f16607;
}

.service > div.right {
    border-bottom: 1px solid #c8c6c6;
}

.slider {
    position: relative;
    /* background: #f76400; */
    /*min-height:510px;*/
    background-color: #2b77ff;
    background-image: url('../assets/images/share-bg.jpg');
    background-repeat: no-repeat;   
    background-position: 0 100%;
    margin-bottom: 49px;
}
.item.slide {
	display: table;
	height: 100%;
}
.slider .slide > div {
	display: table-cell;
	vertical-align: top;
	padding: 50px 0;
	min-height: 560px;
	height: 560px;
    /*float: left;
    padding-top: 40px;  */
    /*height:510px;*/
}

.slider .slide > div.left {
    padding-left: 11.5%;
	vertical-align: middle;
    padding-right: 3.5%;
    width: 46%;
    box-sizing: border-box;
	
}

.slider .slide > div.right {
    position: relative;
    width: 54%;
    padding-left: 13px; 
    padding-bottom: 50px;   
}

.owl-dots {
    position: absolute;
    left: 47%;
    bottom: 10px;
}

.owl-dot {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #fff;
    margin-right: 10px;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.owl-dot.active {
    background-color: #1146a4;
}

.slider .owl-prev,
.slider .owl-next {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 46px;
    background-image: url('../assets/images/slider-right.png');
    background-repeat: no-repeat;
    -webkit-background-size: 45px 45px;
    background-size: 45px 45px;
    position: absolute; 
    top: 50%;   
    left: 30px;    
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 0.2;   
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.slider:hover .owl-prev,
.slider:hover .owl-next {
    opacity: 1; 
}

.slider .owl-next {
    right: 30px;   
    left: auto; 
    background-image: url('../assets/images/slider-left.png');
}

.slider .owl-next:hover {
    background-image: url('../assets/images/slider-left-active.png');
}

.slider .owl-prev:hover {
    background-image: url('../assets/images/slider-right-active.png');
}


.number-of-slider {
    position: absolute;
    top: 20%;
    right: 50px;
    color: #003d9f;
    font-size: 27px;
    /* font-family: 'Proxima Nova Bold', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.slider .slide > div.left img {
    max-width: 100%;
}

.slider .slide > div.right p.title {
    color: #ab4500;
    text-transform: uppercase;
}

.slider .slide > div.right .line {
    height: 3px;
    width: 235px;
    background: #ab4500;
    margin-left: -10%;
    margin-top: 0px;
    /*43px;*/
    margin-bottom: 10px;
    /*40px;*/
}

.slider .slide > div.right .white-title {
    color: #fff;
    font-size: 2.625rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: -10px;
	height: 60px;
}

.slider .slide > div.right .description {
    font-size: 1.56rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    /*min-height:90px;*/
    margin-bottom: 30px;
    line-height: 1.1;
    letter-spacing: 3px;    
}

.slider .slide > div.right .slider-btn {
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
    height: 63px;   
    line-height: 66px;  
    border: none;
    color: #007f97;
    font-size: 1.06rem;
    text-transform: uppercase;
    background-color: #fff;
}

.slider .slide > div.right a:hover {
    text-decoration: none;
    background: #fff;
    color: #f76400;
}

.slider .slide > div.right a.link-anchor {
    padding: 0 0 2px;
    border: none;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 1.06rem;    
    letter-spacing: 3px;   
    margin-bottom: 0;    

}

.slider .slide > div.right a.link-anchor:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;  
}

.slider .slide > div.right a.link-anchor:hover {
    background: none;
    color: #fff
}

.slider .slide > div.right a.link-anchor:hover:after {
    left: -100%;
}

.slider .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    z-index: 3;
    margin-top: -47px;
    width: 34px;
    height: 95px;
    text-indent: -9999px;
}

.slider .owl-controls .owl-buttons .owl-prev {
    background: url("../images/ishop-slider-left.png")no-repeat;
    left: 20px;
}

.slider .owl-controls .owl-buttons .owl-next {
    background: url("../images/ishop-slider-right.png")no-repeat;
    right: 20px;
}

.slider .owl-pagination {
    text-align: center;
}


/* new */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.form-control:-webkit-autofill {
	background-color: transparent!important;
}

.slider .slide div.slider_one_service ol li {
    font-size: 1rem;
    line-height: 21px;    
    margin-bottom: 19px;
}

.slider .slide div.slider_one_service ol {
    padding: 0 0 0 20px; 
    margin-bottom: 28px; 
}

.service > div.right > p.h1 a {
    color: #000;
}

.service > div.right > p.h1 a:hover {
    text-decoration: none;
    color: #f16607;
}


/* end */

.why-we {
    text-align: center;
}

.why-we {
    margin-bottom: 50px;
}

.why-we > div {
    display: inline-block;
    margin-right: -5px;
    padding-top: 80px;
    width: 25%;
    font-size: 18px;
    font-weight: 200;
    border-right: 1px solid rgba(200, 198, 198, 0.5);
    background-repeat: no-repeat;
    background-position: top center;
}

.why-we > div:last-child {
    border-right: none;
}

.why-we > div p.title {
    color: #000;
    font-weight: normal;
    font-size: 18px;
    padding-bottom: 25px;
}

.money-icon {
    background-image: url(/img/icon_7.png);
}

.glasses-icon {
    background-image: url(/img/icon_1.png);
}

.cash-icon {
    background-image: url(/img/icon_8.png);
}

.link-icon {
    background-image: url(/img/icon_2.png);
}

.man-icon {
    background-image: url(/img/icon_3.png);
}

.contract-icon {
    background-image: url(/img/icon_4.png);
}

.search-icon {
    background-image: url(/img/icon_5.png);
}

.report-icon {
    background-image: url(/img/icon_6.png);
}

.lates-posts {
    width: 91%;
    margin: 0 auto;
    background: #fbfbfb;
    padding-top: 53px;
    padding-bottom: 74px;
    box-sizing: border-box;
    padding-right: 4%;
    padding-left: 4%;
}

.lates-posts > h1 {
    text-align: center;
    font-size: 34px;
    text-transform: uppercase;
    color: #000;
}

.lates-posts .posts-list {
    text-align: center;
}

.lates-posts .posts-list > div {
    display: inline-block;
    width: 20%;
    margin-right: -5px;
    margin-top: 35px;
    vertical-align: top;
    text-align: left;
}

.lates-posts .posts-list > div img {
    max-width: 92%;
    padding-bottom: 30px;
    height: 200px;
}

.lates-posts .posts-list > div p.title {
    min-height: 60px;
    width: 92%;
}

.lates-posts .posts-list > div p.title a {
    color: #000;
    font-size: 18px;
    line-height: 25px;
}

.lates-posts .posts-list > div p.date {
    font-size: 18px;
    color: #f16607;
}

.services {
    font-size: 0;   
    width: 90%; 
    margin: 0 auto 101px; 
}

.services .service-block {
    display: inline-block;
    vertical-align: top;    
    width: 20%;
    padding: 40px 30px 0;   
    /* font-family: 'Proxima Nova Lt', sans-serif;  */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}

.active.services .service-block {
    animation: fade-bottom 0.5s linear;
}

.active.services .service-block:nth-of-type(2) {
    animation-delay: 0.3s;
}
.active.services .service-block:nth-of-type(3) {
    animation-delay: 0.6s;
}
.active.services .service-block:nth-of-type(4) {
    animation-delay: 0.9s;
}
.active.services .service-block:nth-of-type(5) {
    animation-delay: 1.2s;
}

.service-img {
    position: relative; 
    margin: 0;  
    display: inline-block;  
}

.service-checked {
    position: absolute; 
    top: 0; 
    right: 0;   
}


.clear {
    clear: both;
    height: 0px;
}

/* .services .service-block > div {
    float: left;
    width: 50%;
    background: #ececec;
    height: inherit;
    margin-bottom: -6px;
    box-sizing: border-box;
} */

.services .service-block > div.left {
    text-align: center;
}

.services .service-block > div.right {
    padding-left: 2%;
    padding-right: 2%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.services .service-block > div.right:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 0px;
    left: 0;
    bottom: 0;
    -webkit-box-shadow: 0 0px 40px 20px #fff;
    box-shadow: 0 0px 40px 20px #fff;
}

.services .service-block:nth-child(3) div.left {
    float: right;
}

.services .service-block:nth-child(4) div.left {
    float: right;
}

.services .service-block > div img {
    max-width: 177px;
    max-height: 177px;  
    border-radius: 50%; 
}

.services .service-block > div p.title {
    padding: 35px 0;    
    font-size: 1.56rem;
    line-height: 30px;  
    text-transform: uppercase;
    color: #7d7d7d;
    font-weight: normal;
       
}

.services .service-block {
    font-size: 1rem;
    font-weight: 300;
    color: #000;
    line-height: 21px;
    text-align: center;
}

/* .services .service-block > div p.title:after {
    display: block;
    content: " ";
    width: 32px;
    height: 3px;
    background: #c8c6c6;
    margin-top: 15px;
    margin-bottom: 15px;
} */



.share-block {
    width: 90%; 
    margin: 0 auto; 
    padding: 81px 10%;  
    background-color: #2b77ff;
    background-image: url('../assets/images/share-bg.jpg');
    background-repeat: no-repeat;
    background-position: 0 100%;
    color: #fff;
}

.share-block .form-control {
    width: 80%;
    display: inline-block;
}

.share-date {
    /* font-family: 'Proxima Nova Lt', sans-serif;  */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;   
    font-size: 1.625rem;    
    line-height: 25px;  
    margin-bottom: 24px;    
    text-transform: uppercase;
    letter-spacing: 8px;
}

.share-title {
    /* font-family: 'Proxima Nova Bold', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 3.75rem;   
    line-height: 60px; 
    margin-bottom: 9px;    
    text-transform: uppercase;
    letter-spacing: 6px;
}

.underhead {
    margin-bottom: 30px; 
    font-size: 1.48rem;       
}

.underhead span {
    font-size: 1.2rem;
}

h2.title-section {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 50px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 34px;
    color: #000;
}

/* cases */

.case-type {
    font-size: 21px;   
    line-height: 33px;  
    letter-spacing: 3px;    
    text-transform: uppercase; 
    color: #474747;
    /* font-family: 'Proxima Nova Lt', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}

.case-info {
    padding: 32px 70px; 
    /* font-family: 'Proxima Nova Lt', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 1.06rem;   
    line-height: 22px;   
    /* color: #7c7c7c; */
    color: #000;
}

.case-info ul {
    list-style-type: none;
    padding-left: 0;
}

.case-info ul li {
    padding-left: 20px;
    position: relative;
}

.case-info ul li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 12px;
    width: 3px;
    height: 1px;
    background-color: #7c7c7c;
}

.case-name {
    /* font-family: 'Proxima Nova Bold', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.875rem;   
    line-height: 2rem;   
    color: #ff6600;
    text-transform: uppercase;
    margin-bottom: 13px;    
}

.case-wrapper {
    padding-bottom: 38px;   
}


.case-item .image {
    text-align: center;
}

.case-item .image img {
    max-width: 450px;
    width: 90%;
    height: auto;
}

.case-item .name {
    text-align: center;
    font-size: 18px;
    color: #000;
    margin-bottom: 12px;
}

.case-item .link {
    text-align: center;
    font-size: 18px;
    color: #f37e2f;
    background: url(/img/link_icon.png) no-repeat top center;
    padding-top: 35px;
}

.case-item .link a {
    color: #f37e2f;
}

.case-item {
    position: relative;
    margin-bottom: 50px;
}

/* .case-item:after {
    top: 97px;
    content: " ";
    display: block;
    position: absolute;
    height: 504px;
    background: #c8c6c6;
    width: 1px;
} */

.case-item .description {
    padding-left: 15%;
    padding-right: 15%;
    margin-top: 30px;
    color: #000;
    font-weight: 200;
    line-height: 24px;
    font-size: 16px;
}

.blue-block {
    background: #12caf3;
    width: 68.4%;
    margin: 0 auto;
    padding-top: 53px;
    padding-bottom: 60px;
    text-align: center;
    margin-bottom: 103px;
}

.blue-block .title {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
}

.blue-block .underhead {
    color: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
}

.blue-block .form .form-row {
    display: inline-block;
    width: 43%;
    margin-bottom: 15px;
}

.blue-block .form .form-row label {
    display: block;
    color: #fff;
    text-align: left;
    margin: 0px 20px 0px;
}

.blue-block .form {
    margin-top: 20px;
}

.blue-block .form .form-row input {
    border: medium none;
    width: 95%;
    height: 41px;
    font-size: 14px;
    color: #4E3025;
    background: #FFF none repeat scroll 0% 0%;
    line-height: 21px;
    padding: 5px 10px;
}

.blue-block .form input[type="submit"] {
    color: #12caf3;
    background: #fff;
    margin: 0 auto 30px auto;
    border: none;
    width: 230px;
    height: 49px;
    text-transform: uppercase;
}


/*.advantages{padding-left:22%;}*/

.advantages-holder {
    padding-bottom: 60px;   
}

.advantages .title {
    font-weight: 600;
    font-size: 1.81rem;
    line-height: 35px;
    color: #7d7d7d;
    text-transform: uppercase;
    margin-bottom: 70px;    
}

.advantages .link {
    margin: 25px 0 40px;
}

.advantages a {
    background: #f16607;
    font-weight: bold;
    font-size: 0.93rem;
    color: #fff;
    text-transform: uppercase;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 22px;
    padding-bottom: 22px;
}

.advantages a:hover {
    background: #b34b04;
    text-decoration: none;
}

.advantages-items {
    font-size: 0;   
    margin-bottom: 39px;    
}

/* .active.advantages-items li {
    animation: fade-bottom 0.8s linear;
}

.active.advantages-items li:nth-of-type(2) {
    animation-delay: 0.2s;
}
.active.advantages-items li:nth-of-type(3) {
    animation-delay: 0.4s;
}
.active.advantages-items li:nth-of-type(4) {
    animation-delay: 0.6s;
} */



.advantages_left {
    text-align: right;  
    padding-right: 20px;
}

.advantages_right {
    padding-left: 20px;
}

.advantages-items > li {
    position: relative;
    display: inline-block;
    list-style: none;
    vertical-align: top;
    padding-top: 0;
    width: 25%;
    padding: 30px 3.5%;    
    text-align: center;
    color: #000;
    cursor: pointer;
    line-height: 24px;
    text-align: center;
    transition: color 0.4s, background 0.4s;
}

.advantages-items > li:last-child {
    margin-right: 0;
}

.advantages-items--numbers {
    width: 90%;         
    margin: 0 auto; 
}

.advantages-items--numbers li {
    /* font-family: 'Proxima Nova Bold', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 3.125rem;
    color: #ff6600;
    font-weight: bold;  
}

.labtap {
    background: url(/img/page-icons.png) no-repeat -64px -52px;
    width: 63px;
    height: 57px;
    margin: 0 auto;
}

.phone-i {
    background: url(/img/page-icons.png) no-repeat -59px -114px;
    width: 35px;
    height: 57px;
    margin: 0 auto;
}

.touch {
    background: url(/img/page-icons.png) no-repeat -158px 0px;
    width: 55px;
    height: 57px;
    margin: 0 auto;
}

.glasses {
    background: url(/img/page-icons.png) no-repeat -79px 0px;
    width: 74px;
    height: 47px;
    margin: 0 auto;
}

.advantages-items > li:hover .labtap {
    background: url(/img/page-icons.png) no-repeat 0px -52px;
}

.advantages-items > li:hover .phone-i {
    background: url(/img/page-icons.png) no-repeat -99px -114px;
}

.advantages-items > li:hover .touch {
    background: url(/img/page-icons.png) no-repeat 0px -114px;
}

.advantages-items > li:hover .glasses {
    background: url(/img/page-icons.png) no-repeat 0px 0px;
}

/* .advantages-items > li:hover {
    background: #12cdf7;
    color: #fff;
} */

.advantages-items > li img {
    -webkit-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
}

.advantages-items > li:hover img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.advantages-items > li > a {
    display: block;
}

.advantages-items > li > a:hover {
    text-decoration: none;
}

.advantages-items li p {
    padding-top: 32px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 1.56rem;
    font-weight: 400;   
    line-height: 30px;  
    color: #7d7d7d;
}

.advantages-items li:after {
    position: absolute;
    display: block;
    content: " ";
    width: 1px;
    background: #c4c4c4;
    height: 100px;
    right: 0;
    top: 30px; 
}

.advantages-items li:last-child:after {
    display: none;
}



.clients-holder {
    position: relative;
}

.clients h2 {
    text-align: center;
    font-weight: bold;
    font-size: 2.125rem;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 50px;
    padding-top: 48px;
}

.clients-slider .owl-item {
    text-align: center;
}

.clients-wrapper {
    position: relative; 
    width: 90%;
    padding: 0 60px;    
    margin: 32px auto;
}

.clients-wrapper .btn-wr {
    padding-top: 50px;  
}



.owl-next,
.owl-prev {
    position: absolute;
    content: " ";
    display: block;
    width: 45px;
    height: 46px;
    cursor: pointer;
    z-index: 9999;
    top: 50%;   
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-repeat: no-repeat;
}

.clients-wrapper .owl-next {
    right: -50px;   
    background-image: url(../assets/images/next-hover.png);
}

.clients-wrapper .owl-next:hover {
    background-image: url(../assets/images/next.png);
}

.clients-wrapper .owl-prev {
    left: -50px;    
    background-image: url(../assets/images/prev.png);
}

.clients-wrapper .owl-prev:hover {
    background-image: url(../assets/images/prev-hover.png);
}

.clients-wrapper img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(bw.svg#greyscale);
    transition: all 0.4s;
    max-height: 125px;  
    opacity: 0.5;   
    /*width:250px;*/
    max-width: 100%
}

.clients-slider .client {
    padding: 0 10px;
}

.clients-slider img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    opacity: 1; 
}

.clients .link {
    text-align: center;
    margin-top: 70px;
}

.clients .link a {
    background: #f16607;
    /*#97da00;*/
    padding-top: 22px;
    padding-left: 53px;
    padding-right: 53px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 22px;
    transition: background 0.4s linear;
}

.clients .link a:hover {
    background: #77ac00;
}


.reviews {
    padding-bottom: 19px;   
}
.reviews h1 {
    text-align: center;
    font-weight: bold;
    font-size: 34px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 50px;
    padding-top: 48px;
}

.reviews .col-lg-6:nth-of-type(2n+1) {
    text-align: right;
}

.reviews .btn-wr {
    padding-top: 59px;  
}

.reviews .review {
    position: relative; 
    border-radius: 10px;    
    border: 1px solid #dcdcdc;
    padding: 30px 220px 30px 30px;  
    margin-bottom: 80px;
    font-size: 16px;    
    /* color: #7c7c7c; */
    color: #000;
    display: inline-block;  
    width: 82%; 
    min-height: 215px; 
    text-align: left; 
}

.reviews-text {
    max-height: 120px;
    overflow: hidden;
}

.reviews .review > div {
    display: inline-block;
    margin-right: -5px;
    vertical-align: top;
}

.reviews-list {
    margin-top: 37px;   
}

.reviews-list .col-lg-6 {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
}

.reviews-list .col-lg-6:nth-of-type(2n) {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.active .reviews-list .col-lg-6 {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.active .reviews-list .col-lg-6:nth-of-type(2n) {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.reviews-img {
    position: absolute; 
    right: 0;   
    top: -25px; 
}
.reviews-img img {
    -webkit-box-shadow: 2px 2px 2px 0px rgba(135, 135, 135, 0.61);
    -moz-box-shadow: 2px 2px 2px 0px rgba(135, 135, 135, 0.61);
    box-shadow: 2px 2px 2px 0px rgba(135, 135, 135, 0.61);
    max-width: 190px;   
}

.reviews .review .name {
    font-size: 1.31rem;
    color: #000;
}

.reviews .col-md-6:nth-of-type(2n+1) {
    text-align: right;
}

.slider-pagination {
    display: inline-block;  
    vertical-align: middle; 
    margin-left: 45px;  
}

.slider-pagination li {
    position: relative; 
    width: 22px;    
    height: 22px;   
    border-radius: 50%; 
    border: 1px solid transparent;
    display: inline-block;  
    margin-right: 10px; 
}

.slider-pagination li:after {
    content: '';
    position: absolute; 
    width: 10px;    
    height: 10px;   
    background-color: #003d9f;
    top: 50%;   
    left: 50%;  
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%; 
}

.slider-pagination li.active {
    border: 1px solid #fff;
}

.slider-pagination li.active:after {
    background-color: #fff;
}

/* .reviews .review .name:after {
    display: block;
    content: " ";
    width: 32px;
    height: 3px;
    background: #000;
    margin-top: 10px;
    margin-bottom: 10px;
} */

.reviews .review .link {
    font-size: 1.06rem;
    color: #f37e2f;
    margin-bottom: 22px;
}

.reviews .review .text {
    font-weight: 200;
    line-height: 24px;
    color: #5b5b5b;
    font-size: 1rem;
    box-sizing: border-box;
    padding-right: 1%;
}

.cerificats-blue {
    width: 65%;
    margin: 0 auto;
    border: 14px solid #12caf3;
    padding-bottom: 45px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.cerificats-blue .certificat-list {
    text-align: center;
    /*padding-top:67px;*/
}

.cerificats-blue h1 {
    text-align: center;
    font-weight: bold;
    font-size: 2.125rem;
    text-transform: uppercase;
    color: #000;
    padding-top: 48px;
}

.cerificats-blue img {
    width: 19.4%;
    margin-right: 7%;
}

.cerificats-blue img:last-child {
    margin-right: 0px;
}

.why-we-service {
    margin-bottom: -70px;
}

.why-we-service > div {
    width: 33.3333%;
    vertical-align: top;
    margin-bottom: 70px;
}

.infoblock {
    background: #fbfbfb;
    margin-top: 100px;
}

.infoblock .list > div {
    display: inline-block;
    vertical-align: top;
    margin-right: -5px;
    width: 45%;
    /*33.3333%*/
    ;
    min-height: 250px;
    margin-bottom: 50px;
    box-sizing: border-box;
    padding-left: 5%;
}

.infoblock .list > div > div {
    display: inline-block;
    vertical-align: top;
    margin-right: -5px;
}

.infoblock .list > div > div.num {
    background: #12cdf7;
    width: 19%;
    text-align: center;
    color: #fff;
    font-size: 44px;
    margin-right: 9.4%;
}

.infoblock .list > div > div.content {
    width: 71.6%;
}

.infoblock .list > div > div.content .name {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
    font-weight: normal;
}

.infoblock .list > div > div.content {
    font-size: 18px;
    font-weight: 200;
    padding-right: 8%;
}

.infoblock .list > div > div.content ul li,
.description ul li {
    margin-bottom: 9px;
    list-style: none;
    padding-left: 17px;
    position: relative;
}

.infoblock .list > div:nth-child(5) > div.num {
    display: none;
}

.infoblock .list > div:nth-child(5) {
    display: block;
    margin: 0 auto 50px
}

.infoblock .list > div:nth-child(5) > div.content {
    width: 100%;
}

.infoblock .list > div > div.content ul li:before,
.description ul li:before {
    position: absolute;
    width: 6px;
    height: 6px;
    content: " ";
    display: block;
    background: #12cdf7;
    top: 9px;
    left: 0px;
}

.home-page-header .container {
    overflow: visible;
}

.home-page-header .contacts > .modal-link a {
    color: #12cdf7;
    font-weight: bold;
    /*margin-left: 32%;*/
    /*70px;*/
}

h2.black-h1 {
    font-size: 34px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding-top: 65px;
    padding-bottom: 74px;
}

p.title-section {
    color: #7d7d7d;
    font-size: 1.81rem;
    line-height: 35px;  
    font-weight: 600;
    padding-bottom: 50px;
    padding-top: 60px;
    text-align: center;
    text-transform: uppercase;
}

h1.black-h1 {
    color: #000;
    font-size: 34px;
    padding-bottom: 74px;
    padding-top: 65px;
    text-align: center;
    text-transform: uppercase;
}

p.black-h2 {
    color: #000;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 25px;
    font-family: "Roboto Condensed Condensed", sans-serif;
    font-weight: bold;
}

.articles .article a.title p.h1 {
    font-size: 1em;
    font-weight: bold;
}

p.black-h1 {
    font-size: 34px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding-top: 65px;
    padding-bottom: 74px;
    font-weight: bold;
}

.cases .case p.h2 {
    text-transform: uppercase;
    font-size: 30px;
    color: #000;
    padding-bottom: 45px;
    font-weight: bold;
    line-height: 35px;
}

div.service div.right p.h2,
.container--map .h2 {
    box-sizing: border-box;
    color: #333;
    font-family: "Roboto Condensed Condensed", sans-serif;
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    font-weight: bold;
}

.service > div.right p.h1 {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 30px;
    font-weight: bold;
}

h1.title-section {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 50px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 34px;
    color: #000;
}

.clients p.h2 {
    text-align: center;
    font-weight: bold;
    font-size: 34px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 50px;
    padding-top: 48px;
}

div.description p.title strong {
    line-height: 54px;
}

p.title-section a {
    color: #7d7d7d;
    font-size: 1.81rem;
    font-weight: 600;   
    text-align: center;
    text-transform: uppercase;
}


/*new*/

.slider_one_service {
    /*margin-top: -40px;*/
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
    font-size: 1rem;
    max-width: 90%;
}

.slider_one_service p {
	margin-bottom: 15px;
}

.container_line {
    position: relative;
    padding-top: 30px;
    margin-bottom: 50px;
}

.div_line {
    background: #c8c6c6 none repeat scroll 0 0;
    content: ' ';
    display: block;
    height: 2px;
    margin-bottom: 32px;
    margin-left: 35%;
    margin-top: 16px;
    width: 30%;
}

.text_line {
    position: absolute;
    left: 47.5%;
    top: 30px;
    background: #fff;
    padding: 0 10px;
    color: #f16607;
    font-size: 22px;
    font-weight: 900;
}

div#div-detail-service ul {
    text-align: left;
    padding-left: 20px;
}

a.lnk-detail {
    color: #f16607;
    font-weight: 600;
}

div.accordion-section p {
    margin-left: 20px;
}

.container--map .service > div.right {
    width: 80%;
}

.container-fluid--address .service {
    margin-bottom: 30px;
}

.services-list .row > div:nth-child(odd) {
    clear: left;
}

.services-list .service {
    max-height: none;
    margin-bottom: 60px;
}

.services-list .service .left {
    vertical-align: top;
}


/* end new */


/* disqus

#layout,
.btn-default,
.follow-btn {
    margin-left: 10%;
    overflow: hidden;
    width: 80%;
} */


/* end disqus */


/*social blog*/

.blog {
    padding-bottom: 90px;
}

.blog-list {}

.blog-item {
    text-align: center;
    display: block;
    
}

.active  .blog-item {
    text-align: center;
    display: block;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    
}


.blog-item:hover {
    text-decoration: none;
}

.blog-text {
    padding: 20px 40px;
    /* font-family: 'Proxima Nova Lt', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 1.81rem;
    line-height: 29px;
    color: #7d7d7d;
}

.blog-img {}

.blog-date {
    font-size: 1.31rem;
    color: #ff6600;
}

.blog-heading-wr {
    margin-bottom: 66px;    
}


.blog-preheading {
    font-size: 2.06rem;  
    line-height: 2.06rem;    
    color: #474747;
    letter-spacing: 5px;  
    text-transform: uppercase;  
    padding-left: 15px; 
}

.blog-heading {
    /* font-family: 'Proxima Nova Bold', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 6.25rem;   
    line-height: 100px; 
    color: #ff6600;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    padding-left: 15px; 
    letter-spacing: 4px;    
}

.blog-description {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px; 
    font-size: 1.31rem;   
    line-height: 21px;     
    /* color: #7c7c7c; */
    color: #000;
}







.pluso {
    background: transparent none repeat scroll 0 0;
    border-radius: 22px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    position: relative;
    text-align: left;
    z-index: 1;
}

.pluso-010010011001-04 .pluso-wrap {
    /*background: #ebebeb none repeat scroll 0 0;*/
    background: transparent none repeat scroll 0 0;
    border-radius: 6px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 0 5px 5px 0;
    position: relative;
    text-align: left;
    z-index: 1;
}

.pluso span {
    float: none;
}

.pluso-wrap {
    margin: 0 !important;
}

.pluso-010010011001-04 .pluso-wrap a {
    background-image: url("/images/04.png");
}

.pluso-010010011001-04 .pluso-wrap a {
    background: transparent url("/images/04.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 30px;
    margin: 3px 0 0 3px;
    padding: 0;
    vertical-align: inherit;
    width: 30px;
}

.pluso-010010011001-04 .pluso-wrap a.pluso-vkontakte {
    background-position: -124px 0;
}

.pluso-010010011001-04 .pluso-wrap a.pluso-odnoklassniki {
    background-position: -93px 0;
}

.pluso-010010011001-04 .pluso-wrap a.pluso-facebook {
    background-position: 0 0;
}

.pluso-010010011001-04 .pluso-wrap a.pluso-twitter {
    background-position: -31px 0;
}

.pluso-010010011001-04 .pluso-wrap a.pluso-google {
    background-position: -186px 0;
}

.pluso-010010011001-04 .pluso-wrap a.pluso-moimir {
    background-position: -217px 0;
}


/* end social */


/*new main*/

.advantages_ .title {
    font-weight: bold;
    font-size: 34px;
    line-height: 47px;
    color: #000;
    text-transform: uppercase;
}

.advantages_ .link {
    margin: 25px 0 40px;
}

.advantages_ a {
    border: 1px solid #f16607;
    font-weight: bold;
    font-size: 15px;
    color: #f16607;
    text-transform: uppercase;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 22px;
    padding-bottom: 22px;
}

.advantages_ a:hover {
    background: #b34b04;
    text-decoration: none;
}

.orange {
    background-color: #f16607;
}

.dropdown-menu {
    padding: 0; 
}

.dropdown-menu>li>a {
    font-size: 18px;    
    padding: 5px 20px;  
    cursor: pointer;
}


.back-to-top {
    position: fixed;
    bottom: 150px;
    right: 20px;
    width: 44px;
    height: 43px;
    opacity: 0; 
    visibility: hidden; 
    cursor: pointer;    
    background: url(../images/top.png) no-repeat;
    opacity: 0.8;
    z-index: 18;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.back-to-top.show {
    opacity: 1; 
    visibility: visible;    
}

.back-to-top:before {
    content: '';
    position: absolute;
    border: #BBBABA solid 2px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -o-border-radius: 22px;
    border-radius: 22px;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.back-to-top:hover:before {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
}

.has-error .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #f11f1f;
}
.has-error .form-control::-moz-placeholder { /* Firefox 19+ */
  color:#f11f1f;
}
.has-error .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #f11f1f;
}
.has-error .form-control:-moz-placeholder { /* Firefox 18- */
  color: #f11f1f;
}


/* modal */

.modal {
    z-index: 30;
}

.modal-header .close {
    position: absolute; 
    right: 10px;
    z-index: 20;        
}

.modal .form-control {
    border: 1px solid #eaeaea;
    height: 38px;   
    line-height: 38px;  
    color: #5B5B5B;
}

.modal .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a94442;
}
.modal .form-control::-moz-placeholder { /* Firefox 19+ */
  color:#a94442;
}
.modal .form-control:-ms-input-placeholder { /* IE 10+ */
  color:#a94442;
}
.modal .form-control:-moz-placeholder { /* Firefox 18- */
  color: #a94442;
}

.modal .has-error .form-control,
.has-error .form-control,
.has-error .form-control:focus {
	border-color: #f11f1f;
}

.modal .form-control:focus {
    box-shadow: none;
    outline: none;
}

.modal .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5B5B5B;
}
.modal .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #5B5B5B;
}
.modal .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #5B5B5B;
}
.modal .form-control:-moz-placeholder { /* Firefox 18- */
  color: #5B5B5B;
}

.modal textarea.form-control {
    height: 60px;   
    resize: none;
    overflow: hidden;
}

.modal-body {
    padding: 20px 60px; 
}


.modal-backdrop {
    z-index: 29;
}

.modal-title {
    text-transform: uppercase;
    color: #f76400;
    /* font-family: 'Proxima Nova Bold', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 24px;
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    font-weight: 900;
    text-align: center;
}

.modal-title:after {
    content: '';
    background: #f76400;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 70px;
    height: 3px;
}

p.p-modal {
    /* font-family: "Roboto Condensed Condensed light",sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #5B5B5B;
    padding-top: 10px;
}

.modal label {
    display: block;
    /* font-family: "Roboto Condensed Condensed light",sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 5px;
    color: #5B5B5B;
}

.modal-header {
    border: none;   
}




/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
    overflow: hidden;
    position: relative;
}

.jspPane
{
    position: absolute;
}

.jspVerticalBar
{
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    background: #d1d1d1;
    border-radius: 3px; 
}

.jspHorizontalBar
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspCap
{
    display: none;
}

.jspHorizontalBar .jspCap
{
    float: left;
}

.jspTrack
{
    background: transparent;
    position: relative;
}

.jspDrag
{
    background: #ff6600;
    position: relative;
    border-radius: 3px; 
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
    float: left;
    height: 100%;
}

.jspArrow
{
    background: transparent;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled
{
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow
{
    height: 16px;
}

.jspHorizontalBar .jspArrow
{
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
    outline: none;
}

.jspCorner
{
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
    margin: 0 -3px 0 0;
}

@media screen and (max-width: 1599px) {
    .bages-list {
        width: 40%;
    }
}

@media screen and (max-width: 1399px) {
    .dropdown-inline {
        margin-right: 16px; 
    }
    .header {
        padding-top: 20px;
    }
    .number-of-slider {
        top: 10%;
    }
    
    
    
    header .logo a {
        vertical-align: middle;
    }
    .advantages-items li p, .advantages-items li span {
        line-height: 20px;
    }
    
}
@media screen and (max-width: 1199px) {
    html {
        font-size: 14px;
    }
    .slider,
    .logo-text {
        display: none;
    }
    .dropdown-inline {
        margin-right: 8px;
    }
    .services .service-block,
    .case-info,
    .reviews .review .text,
    .seo-wrapper {
        font-size: 1.5rem;
    }
    .header {
        padding-bottom: 25px;
    }
    
    header .logo img {
        width: 100%;
    }
    .city-dropdown span.caret {
        right: -5px;
    }
    .bages-list {
        width: 30%;
    }
    .advantages .title {
        
        line-height: 27px;
        margin-bottom: 30px;
    }
    .advantages-items {
        margin-bottom: 20px;
    }
    .services {
        text-align: center;

    }
    .services .service-block {
        width: 33.3%;
    }
    .number-of-slider {
        top: 15%;
        right: 25px;
    }
    .share-date {
        
    }
    header nav > ul > li a {
        font-size: 1.15rem;
    }
    header .contacts > .phone {
        font-size: 1.825rem;

    }
    .share-title {
        
        line-height: 60px;
    }
    .share-block {
        padding: 30px 5%;
    }
    p.title-section {
        padding-top: 30px;
        padding-bottom: 20px;
        
    }
    .reviews .review {
        width: 100%;
        display: block;
    }
    .blog-heading {
        
        line-height: 60px;
    }
    .blog-heading-wr {
        margin-bottom: 30px;
    }
    
    .case-info {
        padding: 20px;
    }
    .blog-text {
        
        line-height: 22px;
    }
    .btn-lg {
        height: 43px;
        line-height: 43px;
       
    }
}
@media screen and (max-width: 991px) {
    html {
        font-size: 13px;
    }
    .header {
        padding-top: 10px;
    }
    .advantages-items li p, .advantages-items li span {
        padding-top: 10px;  
    }
    .advantages-items li:after {
        height: 50px;   
    }
    .services .service-block {
        width: 33.3%;   
    }
    .share-title {
         
        line-height: 50px;  
    }
    p.title-section {
        padding-top: 30px;  
        padding-bottom: 20px;   
        
    }
    .advantages .title,
    p.title-section a {
        
    }
    .case-img,
    .case-type,
    .case-name {
        text-align: center;
    }
    .case-info {
        padding: 10px 20px; 
    }
    header .logo {
        padding-top: 10px;  
    }
    .slider .slide > div.right .white-title {
          
        margin-bottom: 0;   
        min-height: 62px;   
    }
    .slider .slide > div.right .description {
       
        margin-bottom: 20px;    
    }
    .slider .slide div.slider_one_service ol li {
        line-height: 16px;  
        margin-bottom: 5px; 
    }
    .case-item {
        margin-bottom: 20px;    
    }
    .blog-item {
        margin-bottom: 20px;    
    }
    .blog-preheading {
        text-align: center;
    }
    .blog-heading-wr {
        text-align: center;
    }
    .bottom-footer,
    footer .bottom-footer .copy {
        text-align: center;
    }
    .top-footer .form {
        padding-top: 30px;  
    }
    footer .top-footer .footer-nav {
        margin-bottom: 20px;    
    }
    .blog {
        padding-bottom: 30px;   
    }
    .advantages-items > li {
        width: 50%; 
    }
    .advantages-items li:after {
        display: none;  
    }
    .services .service-block {
        width: 50%; 
    }
    .slider .slide > div.right .slider-btn {
           
        height: 45px;   
        line-height: 45px;  
    }
    .reviews {
        padding-bottom: 40px;   
    }
    .advantages .title {
        margin-bottom: 30px;    
    }
    .slider {
        margin-bottom: 30px;    
    }
    .share-block .text-right {
        text-align: center !important;
    }
    .share-block .text-left {
        text-align: center !important;
    }
    .bages-list {
        display: none;
        width: 100%;
        margin-left: 0;
    }
    .advantages_left,
    .advantages_right {
        padding: 0;
    }
    .top-footer {
        text-align: center;
    }
    footer .top-footer .phones ul li a,
    footer .top-footer .socials li a {
        font-size: 2rem;
    }
    footer .bottom-footer p {
        font-size: 1.625rem;  
    }
    footer .top-footer .address {
        font-size: 1.625rem;
        line-height: 23px;
    }
    footer .top-footer .footer-nav li a {
        font-size: 1.625rem;    
    }
    .bottom-nav li {
        float: none;
        font-size: 1.625rem;
    }
}

@media screen and (max-width: 767px) {
    .logo-text {
        display: none;
    }
    html {
        font-size: 11px;
    }
    .seo-heading {
        margin-bottom: 15px;    
    }
    .logo-text {
        display: none;  
    }
    header .logo {
        text-align: center;
        padding-left: 0;
    }
    header .logo img {
        width: 55%; 
    }
    .contacts {
        text-align: center;
    }
    header .logo {
        margin-bottom: 20px;    
    }
    .slider .slide > div.right {
        display: none;  
    }
    .dropdown-inline {
        margin-right: 30px; 
    }
    .city-dropdown span {
        font-size: 2rem;    
    }
    .slider .slide > div.left {
        width: 100%;    
        padding-left: 20%;  
        padding-right: 20%; 
		padding-bottom: 50px;
    }
    .btn {
        font-size: 1.25rem; 
    }
    .advantages-holder {
        padding-bottom: 30px;   
    }
    .advantages_left,
    .advantages_right {
        text-align: center;
        margin-bottom: 10px;    
    }
    .services .service-block {
        width: 100%;    
        display: block;
        margin-bottom: 20px;    
    }
    
    .clients-wrapper {
        padding: 0;
    }
    .clients-arrows > div.next {
        right: -24px;
    }
    .clients-arrows > div.prev {
        left: -24px;
    }
    .reviews .review {
        width: 100%;
    }
    .blog-preheading {
        text-align: center;
    }
    
    .blog-heading {
        font-size: 4.25rem; 
        margin-bottom: 20px;
    }
    .blog-heading-wr {
        margin-bottom: 20px;
        text-align: center;
    }
    .reviews-list {
        margin-top: 0;
    }
    .reviews .btn-wr {
        padding-top: 20px;
    }
    .services {
        margin-bottom: 30px;    
    }
    .owl-dots {
        left: 50%;  
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .blog-description {
        margin-left: 0; 
    }
    .slider {
        display: none;  
    }
    
    footer .top-footer .phones ul li {
        display: block;
        text-align: center;
        margin: 0;  
    }
    
    footer .top-footer .socials {
        text-align: justify;
    }
    footer .top-footer .socials:after {
        content: '';
        display: inline-block;  
        vertical-align: middle; 
        width: 100%;    
    }
    footer .top-footer .phones {
        display: block;
    }
    footer .top-footer .footer-nav li {
        margin-bottom: 10px;    
           
    }
    
    .bages-list {
        display: none;
    }
    footer .top-footer .socials {
        margin: 0;  
        width: 100%;    
        display: block; 
    }
    .form-control {
        font-size: 1.25rem; 
    }
    
}

@media screen and (max-width: 479px) {
    footer .top-footer .footer-nav li {
        display: block;
        margin-bottom: 15px;
        margin-right: 0;
    }
    
    .top-footer .btn {
        width: 100%;    
    }
    .header {
        position: static;
    }
    .header-facke {
        display: none;
    }
    .advantages-items > li {
        width: 100%;    
        display: block;
        padding: 20px 3.5%; 
        text-align: center;
    }
    .clients-wrapper .owl-prev,
    .clients-wrapper .owl-next {
        top: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        bottom: -60px;  

    }
    .clients-wrapper .owl-prev {
        left: 25%;  
    }
    .clients-wrapper .owl-next {
        right: 25%; 
    }
    .services .service-block > div p.title {
        padding: 15px 0;    
    }
    .share-title {
        font-size: 35px;    
        line-height: 35px;  
    }
    .reviews .review > div.reviews-img {
        display: none;  
    }
    .reviews .review {
        padding: 20px;  
        margin-bottom: 20px;    
    }
    .share-block {
        padding: 15px;  
        width: 100%;    

    }
    p.title-section,
    .advantages .title,
    p.title-section a {
        font-size: 20px;    
        line-height: 22px;  
    }
    
}



.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}



@keyframes fade-bottom {
    0% { 
        opacity:0; 
        -webkit-transform: translate(0, 100px);
        -ms-transform: translate(0, 100px);
        -o-transform: translate(0, 100px);
        transform: translate(0, 100px);
    }
    100% { 
        opacity:1; 
         -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@-webkit-keyframes fade-bottom {
    0% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes fade-bottom {
    0% { opacity:0; }
    100% { opacity:1; }
}








/*animations*/

/******************
* Bounce in right *
*******************/


.animated { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
} 
.slow{
     -webkit-animation-duration: 1.5s; 
    animation-duration: 1.5s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
}
.slower{
     -webkit-animation-duration: 2s; 
    animation-duration: 2s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
}
.slowest{
     -webkit-animation-duration: 3s; 
    animation-duration: 3s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
}

.bounceInRight, .bounceInLeft, .bounceInUp, .bounceInDown{
    opacity:0;
    -webkit-transform: translateX(400px); 
    transform: translateX(400px); 
}
.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown{
    opacity:0;
    -webkit-transform: translateX(400px); 
    transform: translateX(400px); 
}

.flipInX, .flipInY, .rotateIn, .rotateInUpLeft, .rotateInUpRight, .rotateInDownLeft, .rotateDownUpRight, .rollIn{
    opacity:0;
}

.lightSpeedInRight, .lightSpeedInLeft{
    opacity:0;
    -webkit-transform: translateX(400px); 
    transform: translateX(400px); 
}

/***********
* bounceIn *
************/
@-webkit-keyframes bounceIn { 
    0% { 
        opacity: 0; 
        -webkit-transform: scale(.3); 
    } 

    50% { 
        opacity: 1; 
        -webkit-transform: scale(1.05); 
    } 

    70% { 
        -webkit-transform: scale(.9); 
    } 

    100% { 
         -webkit-transform: scale(1); 
    } 
} 

@keyframes bounceIn { 
    0% { 
        opacity: 0; 
        transform: scale(.3); 
    } 

    50% { 
        opacity: 1; 
        transform: scale(1.05); 
    } 

    70% { 
        transform: scale(.9); 
    } 

    100% { 
        transform: scale(1); 
    } 
} 

.bounceIn.go { 
    -webkit-animation-name: bounceIn; 
    animation-name: bounceIn; 
}

/****************
* bounceInRight *
****************/

@-webkit-keyframes bounceInRight { 
    0% { 
        opacity: 0; 
        
        -webkit-transform: translateX(400px); 
    } 
    60% { 
        
        -webkit-transform: translateX(-30px); 
    } 
    80% { 
        -webkit-transform: translateX(10px); 
    } 
    100% {
    opacity: 1;
     
        -webkit-transform: translateX(0); 
    } 
} 

@keyframes bounceInRight { 
    0% { 
        opacity: 0; 
        
        transform: translateX(400px); 
    } 
    60% { 
        
        transform: translateX(-30px); 
    } 
    80% { 
        transform: translateX(10px); 
    } 
    100% {
    opacity: 1;
     
        transform: translateX(0); 
    } 
} 


.bounceInRight.go { 
    -webkit-animation-name: bounceInRight; 
    animation-name: bounceInRight; 
}

/******************
* Bounce in left *
*******************/

@-webkit-keyframes bounceInLeft { 
    0% { 
        opacity: 0; 
        
        -webkit-transform: translateX(-400px); 
    } 
    60% { 
       
        -webkit-transform: translateX(30px); 
    } 
    80% { 
        -webkit-transform: translateX(-10px); 
    } 
    100% {
        opacity: 1;
         
        -webkit-transform: translateX(0); 
    } 
} 

@keyframes bounceInLeft { 
    0% { 
        opacity: 0; 
        
        transform: translateX(-400px); 
    } 
    60% { 
       
        transform: translateX(30px); 
    } 
    80% { 
        transform: translateX(-10px); 
    } 
    100% {
        opacity: 1;
         
        transform: translateX(0); 
    } 
} 

.bounceInLeft.go { 
    -webkit-animation-name: bounceInLeft; 
    animation-name: bounceInLeft; 
}

/******************
* Bounce in up *
*******************/

@-webkit-keyframes bounceInUp { 
    0% { 
        opacity: 0; 
        
        -webkit-transform: translateY(400px); 
    } 
    60% { 
       
        -webkit-transform: translateY(-30px); 
    } 
    80% { 
        -webkit-transform: translateY(10px); 
    } 
    100% {
        opacity: 1;
         
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes bounceInUp { 
    0% { 
        opacity: 0; 
        
        transform: translateY(400px); 
    } 
    60% { 
       
        transform: translateY(-30px); 
    } 
    80% { 
        transform: translateY(10px); 
    } 
    100% {
        opacity: 1;
         
        transform: translateY(0); 
    } 
} 

.bounceInUp.go { 
    -webkit-animation-name: bounceInUp; 
    animation-name: bounceInUp; 
}


/******************
* Bounce in down *
*******************/

@-webkit-keyframes bounceInDown { 
    0% { 
        opacity: 0; 
        
        -webkit-transform: translateY(-400px); 
    } 
    60% { 
       
        -webkit-transform: translateY(30px); 
    } 
    80% { 
        -webkit-transform: translateY(-10px); 
    } 
    100% {
        opacity: 1;
         
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes bounceInDown { 
    0% { 
        opacity: 0; 
        
        transform: translateY(-400px); 
    } 
    60% { 
       
        transform: translateY(30px); 
    } 
    80% { 
        transform: translateY(-10px); 
    } 
    100% {
        opacity: 1;
         
        transform: translateY(0); 
    } 
} 

.bounceInDown.go { 
    -webkit-animation-name: bounceInDown; 
    animation-name: bounceInDown; 
}


/**********
* Fade In *
**********/ 
@-webkit-keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;
        display:block;} 
} 
@keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;
        display:block;} 
}
.fadeIn{
    opacity:0;
}
.fadeIn.go { 
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; 
}

/**********
* Grow in *
***********/

@-webkit-keyframes growIn { 
    0% { 
        -webkit-transform: scale(0.2); 
        opacity:0;
    } 
    50% { 
        -webkit-transform: scale(1.2); 
        
    } 
    100% { 
        -webkit-transform: scale(1); 
        opacity:1;
    } 
} 
@keyframes growIn { 
    0% { 
        transform: scale(0.2); 
        opacity:0;
    } 
    50% { 
        transform: scale(1.2); 
        
    } 
    100% { 
        transform: scale(1); 
        opacity:1;
    } 
} 
.growIn { 

    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity:0;
}
.growIn.go{
    -webkit-animation-name: growIn; 
    animation-name: growIn; 
}

/********
* Shake *
********/
@-webkit-keyframes shake { 
    0%, 100% {-webkit-transform: translateX(0);} 
    10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);} 
    20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);} 
} 
@keyframes shake { 
    0%, 100% {transform: translateX(0);} 
    10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);} 
    20%, 40%, 60%, 80% {transform: translateX(10px);} 
} 
.shake.go { 
    -webkit-animation-name: shake; 
    animation-name: shake; 
}

/********
* ShakeUp *
********/
@-webkit-keyframes shakeUp { 
    0%, 100% {-webkit-transform: translateX(0);} 
    10%, 30%, 50%, 70%, 90% {-webkit-transform: translateY(-10px);} 
    20%, 40%, 60%, 80% {-webkit-transform: translateY(10px);} 
} 
@keyframes shakeUp { 
    0%, 100% {transform: translateY(0);} 
    10%, 30%, 50%, 70%, 90% {transform: translateY(-10px);} 
    20%, 40%, 60%, 80% {transform: translateY(10px);} 
} 
.shakeUp.go { 
    -webkit-animation-name: shakeUp; 
    animation-name: shakeUp; 
}

/*************
* FadeInLeft *
*************/

@-webkit-keyframes fadeInLeft { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(-400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fadeInLeft { 
    0% { 
        opacity: 0; 
        transform: translateX(-400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.fadeInLeft{ 
    opacity: 0; 
    -webkit-transform: translateX(-400px); 
    transform: translateX(-400px);
}
.fadeInLeft.go { 
    -webkit-animation-name: fadeInLeft; 
    animation-name: fadeInLeft; 
}


/*************
* FadeInRight *
*************/

@-webkit-keyframes fadeInRight { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fadeInRight { 
    0% { 
        opacity: 0; 
        transform: translateX(400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.fadeInRight{ 
    opacity: 0; 
    -webkit-transform: translateX(400px); 
    transform: translateX(400px);
}
.fadeInRight.go { 
    -webkit-animation-name: fadeInRight; 
    animation-name: fadeInRight; 
}

/*************
* FadeInUp *
*************/

@-webkit-keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 
@keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        transform: translateY(400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 
.fadeInUp{ 
    opacity: 0; 
    -webkit-transform: translateY(400px); 
    transform: translateY(400px);
}
.fadeInUp.go { 
    -webkit-animation-name: fadeInUp; 
    animation-name: fadeInUp; 
}

/*************
* FadeInDown *
*************/

@-webkit-keyframes fadeInDown { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(-400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 
@keyframes fadeInDown { 
    0% { 
        opacity: 0; 
        transform: translateY(-400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 
.fadeInDown{ 
    opacity: 0; 
    -webkit-transform: translateY(-400px); 
    transform: translateY(-400px);
}
.fadeInDown.go { 
    -webkit-animation-name: fadeInDown; 
    animation-name: fadeInDown; 
}

/*****************
* rotateIn *
*****************/
@-webkit-keyframes rotateIn { 
    0% { 
        -webkit-transform-origin: center center; 
        -webkit-transform: rotate(-200deg); 
        opacity: 0; 
    } 
    100% { 
        -webkit-transform-origin: center center; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
} 
@keyframes rotateIn { 
    0% { 
        transform-origin: center center; 
        transform: rotate(-200deg); 
        opacity: 0; 
    } 
    100% { 
        transform-origin: center center; 
        transform: rotate(0); 
        opacity: 1; 
    } 
} 
.rotateIn.go { 
    -webkit-animation-name: rotateIn; 
    animation-name: rotateIn; 
}

/*****************
* rotateInUpLeft *
*****************/

@-webkit-keyframes rotateInUpLeft { 
    0% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(90deg); 
        opacity: 0; 
    } 
    100% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
} 
@keyframes rotateInUpLeft { 
    0% { 
        transform-origin: left bottom; 
        transform: rotate(90deg); 
        opacity: 0; 
    } 
    100% { 
        transform-origin: left bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
} 
.rotateInUpLeft.go { 
    -webkit-animation-name: rotateInUpLeft; 
    animation-name: rotateInUpLeft; 
}

/*******************
* rotateInDownLeft *
*******************/
@-webkit-keyframes rotateInDownLeft { 
    0% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(-90deg); 
        opacity: 0; 
    } 
    100% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
} 
@keyframes rotateInDownLeft { 
    0% { 
        transform-origin: left bottom; 
        transform: rotate(-90deg); 
        opacity: 0; 
    } 
    100% { 
        transform-origin: left bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
} 
.rotateInDownLeft.go { 
    -webkit-animation-name: rotateInDownLeft; 
    animation-name: rotateInDownLeft; 
}

/******************
* rotateInUpRight *
*******************/

@-webkit-keyframes rotateInUpRight { 
    0% { 
        -webkit-transform-origin: right bottom; 
        -webkit-transform: rotate(-90deg); 
        opacity: 0; 
    } 
    100% { 
        -webkit-transform-origin: right bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
} 
@keyframes rotateInUpRight { 
    0% { 
        transform-origin: right bottom; 
        transform: rotate(-90deg); 
        opacity: 0; 
    } 
    100% { 
        transform-origin: right bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
} 
.rotateInUpRight.go { 
    -webkit-animation-name: rotateInUpRight; 
    animation-name: rotateInUpRight; 
}

/********************
* rotateInDownRight *
********************/

@-webkit-keyframes rotateInDownRight { 
    0% { 
        -webkit-transform-origin: right bottom; 
        -webkit-transform: rotate(90deg); 
        opacity: 0; 
    } 
    100% { 
        -webkit-transform-origin: right bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
} 
@keyframes rotateInDownRight { 
    0% { 
        transform-origin: right bottom; 
        transform: rotate(90deg); 
        opacity: 0; 
    } 
    100% { 
        transform-origin: right bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
} 
.rotateInDownRight.go { 
    -webkit-animation-name: rotateInDownRight; 
    animation-name: rotateInDownRight; 
}

/*********
* rollIn *
**********/

@-webkit-keyframes rollIn { 
    0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); } 
    100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); } 
} 
@keyframes rollIn { 
    0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); } 
    100% { opacity: 1; transform: translateX(0px) rotate(0deg); } 
} 
.rollIn.go { 
    -webkit-animation-name: rollIn; 
    animation-name: rollIn; 
}

/*********
* wiggle *
**********/

@-webkit-keyframes wiggle { 
    0% { -webkit-transform: skewX(9deg); } 
    10% { -webkit-transform: skewX(-8deg); } 
    20% { -webkit-transform: skewX(7deg); } 
    30% { -webkit-transform: skewX(-6deg); } 
    40% { -webkit-transform: skewX(5deg); } 
    50% { -webkit-transform: skewX(-4deg); } 
    60% { -webkit-transform: skewX(3deg); } 
    70% { -webkit-transform: skewX(-2deg); } 
    80% { -webkit-transform: skewX(1deg); } 
    90% { -webkit-transform: skewX(0deg); } 
    100% { -webkit-transform: skewX(0deg); } 
} 
@keyframes wiggle { 
    0% { transform: skewX(9deg); } 
    10% { transform: skewX(-8deg); } 
    20% { transform: skewX(7deg); } 
    30% { transform: skewX(-6deg); } 
    40% { transform: skewX(5deg); } 
    50% { transform: skewX(-4deg); } 
    60% { transform: skewX(3deg); } 
    70% { transform: skewX(-2deg); } 
    80% { transform: skewX(1deg); } 
    90% { transform: skewX(0deg); } 
    100% { transform: skewX(0deg); } 
} 
.wiggle.go { 
    -webkit-animation-name: wiggle; 
    animation-name: wiggle; 
    -webkit-animation-timing-function: ease-in; 
    animation-timing-function: ease-in; 
} 

/********
* swing *
*********/

@-webkit-keyframes swing { 
    20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; } 
    20% { -webkit-transform: rotate(15deg); } 
    40% { -webkit-transform: rotate(-10deg); } 
    60% { -webkit-transform: rotate(5deg); } 
    80% { -webkit-transform: rotate(-5deg); } 
    100% { -webkit-transform: rotate(0deg); } 
} 
@keyframes swing { 
    20% { transform: rotate(15deg); } 
    40% { transform: rotate(-10deg); } 
    60% { transform: rotate(5deg); } 
    80% { transform: rotate(-5deg); } 
    100% { transform: rotate(0deg); } 
} 
.swing.go { 
    -webkit-transform-origin: top center; 
    transform-origin: top center; 
    -webkit-animation-name: swing; 
    animation-name: swing; 
}

/*******
* tada *
********/

@-webkit-keyframes tada { 
    0% {-webkit-transform: scale(1);} 
    10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);} 
    30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);} 
    40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);} 
    100% {-webkit-transform: scale(1) rotate(0);} 
} 
@keyframes tada { 
    0% {transform: scale(1);} 
    10%, 20% {transform: scale(0.9) rotate(-3deg);} 
    30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);} 
    40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);} 
    100% {transform: scale(1) rotate(0);} 
} 
.tada.go { 
    -webkit-animation-name: tada; 
    animation-name: tada; 
}

/*********
* wobble *
**********/

@-webkit-keyframes wobble { 
  0% { -webkit-transform: translateX(0%); } 
  15% { -webkit-transform: translateX(-25%) rotate(-5deg); } 
  30% { -webkit-transform: translateX(20%) rotate(3deg); } 
  45% { -webkit-transform: translateX(-15%) rotate(-3deg); } 
  60% { -webkit-transform: translateX(10%) rotate(2deg); } 
  75% { -webkit-transform: translateX(-5%) rotate(-1deg); } 
  100% { -webkit-transform: translateX(0%); } 
} 
@keyframes wobble { 
  0% { transform: translateX(0%); } 
  15% { transform: translateX(-25%) rotate(-5deg); } 
  30% { transform: translateX(20%) rotate(3deg); } 
  45% { transform: translateX(-15%) rotate(-3deg); } 
  60% { transform: translateX(10%) rotate(2deg); } 
  75% { transform: translateX(-5%) rotate(-1deg); } 
  100% { transform: translateX(0%); } 
} 
.wobble.go { 
    -webkit-animation-name: wobble; 
    animation-name: wobble; 
}

/********
* pulse *
*********/

@-webkit-keyframes pulse { 
    0% { -webkit-transform: scale(1); } 
    50% { -webkit-transform: scale(1.1); } 
    100% { -webkit-transform: scale(1); } 
} 
@keyframes pulse { 
    0% { transform: scale(1); } 
    50% { transform: scale(1.1); } 
    100% { transform: scale(1); } 
} 
.pulse.go { 
    -webkit-animation-name: pulse; 
    animation-name: pulse; 
}

/***************
* lightSpeedInRight *
****************/
@-webkit-keyframes lightSpeedInRight { 
   0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; } 
    60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; } 
    80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; } 
    100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; } 
} 
@keyframes lightSpeedInRight { 
    0% { transform: translateX(100%) skewX(-30deg); opacity: 0; } 
    60% { transform: translateX(-20%) skewX(30deg); opacity: 1; } 
    80% { transform: translateX(0%) skewX(-15deg); opacity: 1; } 
    100% { transform: translateX(0%) skewX(0deg); opacity: 1; } 
} 
.lightSpeedInRight.go { 
    -webkit-animation-name: lightSpeedInRight; 
    animation-name: lightSpeedInRight; 
    -webkit-animation-timing-function: ease-out; 
    animation-timing-function: ease-out; 
} 

/***************
* lightSpeedInLeft *
****************/
@-webkit-keyframes lightSpeedInLeft { 
   0% { -webkit-transform: translateX(-100%) skewX(30deg); opacity: 0; } 
    60% { -webkit-transform: translateX(20%) skewX(-30deg); opacity: 1; } 
    80% { -webkit-transform: translateX(0%) skewX(15deg); opacity: 1; } 
    100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; } 
} 
@keyframes lightSpeedInLeft { 
    0% { transform: translateX(-100%) skewX(30deg); opacity: 0; } 
    60% { transform: translateX(20%) skewX(-30deg); opacity: 1; } 
    80% { transform: translateX(0%) skewX(15deg); opacity: 1; } 
    100% { transform: translateX(0%) skewX(0deg); opacity: 1; } 
} 
.lightSpeedInLeft.go { 
    -webkit-animation-name: lightSpeedInLeft; 
    animation-name: lightSpeedInLeft; 
    -webkit-animation-timing-function: ease-out; 
    animation-timing-function: ease-out; 
} 


/*******
* Flip *
*******/
@-webkit-keyframes flip { 
    0% { 
        -webkit-transform: perspective(400px) rotateY(0); 
        -webkit-animation-timing-function: ease-out; 
    } 
    40% { 
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg); 
        -webkit-animation-timing-function: ease-out; 
    } 
    50% { 
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1); 
        -webkit-animation-timing-function: ease-in; 
    } 
    80% { 
        -webkit-transform: perspective(400px) rotateY(360deg) scale(.95); 
        -webkit-animation-timing-function: ease-in; 
    } 
    100% { 
        -webkit-transform: perspective(400px) scale(1); 
        -webkit-animation-timing-function: ease-in; 
    } 
}
@keyframes flip { 
    0% { 
        transform: perspective(400px) rotateY(0); 
        animation-timing-function: ease-out; 
    } 
    40% { 
        transform: perspective(400px) translateZ(150px) rotateY(170deg); 
        animation-timing-function: ease-out; 
    } 
    50% { 
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1); 
        animation-timing-function: ease-in; 
    } 
    80% { 
        transform: perspective(400px) rotateY(360deg) scale(.95); 
        animation-timing-function: ease-in; 
    } 
    100% { 
        transform: perspective(400px) scale(1); 
        animation-timing-function: ease-in; 
    } 
} 
.flip.go { 
    -webkit-backface-visibility: visible !important; 
    -webkit-animation-name: flip; 
    backface-visibility: visible !important; 
    animation-name: flip; 
}

/**********
* flipInX *
**********/
@-webkit-keyframes flipInX { 
    0% { 
        -webkit-transform: perspective(400px) rotateX(90deg); 
        opacity: 0; 
    } 
    40% { 
        -webkit-transform: perspective(400px) rotateX(-10deg); 
    } 
    70% { 
        -webkit-transform: perspective(400px) rotateX(10deg); 
    } 
    100% { 
        -webkit-transform: perspective(400px) rotateX(0deg); 
        opacity: 1; 
    } 
} 
@keyframes flipInX { 
    0% { 
        transform: perspective(400px) rotateX(90deg); 
        opacity: 0; 
    } 
    40% { 
        transform: perspective(400px) rotateX(-10deg); 
    } 
    70% { 
        transform: perspective(400px) rotateX(10deg); 
    } 
    100% { 
        transform: perspective(400px) rotateX(0deg); 
        opacity: 1; 
    } 
} 
.flipInX.go { 
    -webkit-backface-visibility: visible !important; 
    -webkit-animation-name: flipInX; 
    backface-visibility: visible !important; 
    animation-name: flipInX; 
}

/**********
* flipInY *
**********/

@-webkit-keyframes flipInY { 
    0% { 
        -webkit-transform: perspective(400px) rotateY(90deg); 
        opacity: 0; 
    } 
    40% { 
        -webkit-transform: perspective(400px) rotateY(-10deg); 
    } 
    70% { 
        -webkit-transform: perspective(400px) rotateY(10deg); 
    } 
    100% { 
        -webkit-transform: perspective(400px) rotateY(0deg); 
        opacity: 1; 
    } 
} 
@keyframes flipInY { 
    0% { 
        transform: perspective(400px) rotateY(90deg); 
        opacity: 0; 
    } 
    40% { 
        transform: perspective(400px) rotateY(-10deg); 
    } 
    70% { 
        transform: perspective(400px) rotateY(10deg); 
    } 
    100% { 
        transform: perspective(400px) rotateY(0deg); 
        opacity: 1; 
    } 
} 
.flipInY.go { 
    -webkit-backface-visibility: visible !important; 
    -webkit-animation-name: flipInY; 
    backface-visibility: visible !important; 
    animation-name: flipInY; 
}

/*****************
* Out animations *
*****************/


/************
* bounceOut *
*************/
@-webkit-keyframes bounceOut { 
    0% { 
        -webkit-transform: scale(1); 
    } 
    25% { 
        -webkit-transform: scale(.95); 
    } 
    50% { 
        opacity: 1; 
        -webkit-transform: scale(1.1); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: scale(.3); 
    } 
} 
@keyframes bounceOut { 
    0% { 
        transform: scale(1); 
    } 
    25% { 
        transform: scale(.95); 
    } 
    50% { 
        opacity: 1; 
        transform: scale(1.1); 
    } 
    100% { 
        opacity: 0; 
        transform: scale(.3); 
    } 
} 
.bounceOut.goAway { 
    -webkit-animation-name: bounceOut; 
    animation-name: bounceOut; 
}

/************
* bounceOutUp *
*************/
@-webkit-keyframes bounceOutUp { 
    0% { 
        -webkit-transform: translateY(0); 
    } 
    20% { 
        opacity: 1; 
        -webkit-transform: translateY(20px); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateY(-2000px); 
    } 
} 
@keyframes bounceOutUp { 
    0% { 
        transform: translateY(0); 
    } 
    20% { 
        opacity: 1; 
        transform: translateY(20px); 
    } 
    100% { 
        opacity: 0; 
        transform: translateY(-2000px); 
    } 
} 
.bounceOutUp.goAway { 
    -webkit-animation-name: bounceOutUp; 
    animation-name: bounceOutUp; 
}

/************
* bounceOutDown *
*************/
@-webkit-keyframes bounceOutDown { 
    0% { 
        -webkit-transform: translateY(0); 
    } 
    20% { 
        opacity: 1; 
        -webkit-transform: translateY(-20px); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateY(2000px); 
    } 
} 
@keyframes bounceOutDown { 
    0% { 
        transform: translateY(0); 
    } 
    20% { 
        opacity: 1; 
        transform: translateY(-20px); 
    } 
    100% { 
        opacity: 0; 
        transform: translateY(2000px); 
    } 
} 
.bounceOutDown.goAway { 
    -webkit-animation-name: bounceOutDown; 
    animation-name: bounceOutDown; 
}


/************
* bounceOutLeft *
*************/
@-webkit-keyframes bounceOutLeft { 
    0% { 
        -webkit-transform: translateX(0); 
    } 
    20% { 
        opacity: 1; 
        -webkit-transform: translateX(20px); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateX(-2000px); 
    } 
} 
@keyframes bounceOutLeft { 
    0% { 
        transform: translateX(0); 
    } 
    20% { 
        opacity: 1; 
        transform: translateX(20px); 
    } 
    100% { 
        opacity: 0; 
        transform: translateX(-2000px); 
    } 
} 
.bounceOutLeft.goAway { 
    -webkit-animation-name: bounceOutLeft; 
    animation-name: bounceOutLeft; 
}

/************
* bounceOutRight *
*************/
@-webkit-keyframes bounceOutRight { 
    0% { 
        -webkit-transform: translateX(0); 
    } 
    20% { 
        opacity: 1; 
        -webkit-transform: translateX(-20px); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateX(2000px); 
    } 
} 
@keyframes bounceOutRight { 
    0% { 
        transform: translateX(0); 
    } 
    20% { 
        opacity: 1; 
        transform: translateX(-20px); 
    } 
    100% { 
        opacity: 0; 
        transform: translateX(2000px); 
    } 
} 
.bounceOutRight.goAway { 
    -webkit-animation-name: bounceOutRight; 
    animation-name: bounceOutRight; 
}

/************
* fadeOut *
*************/
@-webkit-keyframes fadeOut { 
    0% {opacity: 1;} 
    100% {opacity: 0;} 
} 
@keyframes fadeOut { 
    0% {opacity: 1;} 
    100% {opacity: 0;} 
} 
.fadeOut.goAway { 
    -webkit-animation-name: fadeOut; 
    animation-name: fadeOut; 
}

/************
* fadeOutUp *
*************/
@-webkit-keyframes fadeOutUp { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateY(-2000px); 
    } 
} 
@keyframes fadeOutUp { 
    0% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
    100% { 
        opacity: 0; 
        transform: translateY(-2000px); 
    } 
} 
.fadeOutUp.goAway { 
    -webkit-animation-name: fadeOutUp; 
    animation-name: fadeOutUp; 
}

/************
* fadeOutDown *
*************/
@-webkit-keyframes fadeOutDown { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateY(2000px); 
    } 
} 
@keyframes fadeOutDown { 
    0% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
    100% { 
        opacity: 0; 
        transform: translateY(2000px); 
    } 
} 
.fadeOutDown.goAway { 
    -webkit-animation-name: fadeOutDown; 
    animation-name: fadeOutDown; 
}

/************
* fadeOutLeft *
*************/
@-webkit-keyframes fadeOutLeft { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateX(-2000px); 
    } 
} 
@keyframes fadeOutLeft { 
    0% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
    100% { 
        opacity: 0; 
        transform: translateX(-2000px); 
    } 
} 
.fadeOutLeft.goAway { 
    -webkit-animation-name: fadeOutLeft; 
    animation-name: fadeOutLeft; 
}

/************
* fadeOutRight *
*************/
@-webkit-keyframes fadeOutRight { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateX(2000px); 
    } 
} 
@keyframes fadeOutRight { 
    0% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
    100% { 
        opacity: 0; 
        transform: translateX(2000px); 
    } 
} 
.fadeOutRight.goAway { 
    -webkit-animation-name: fadeOutRight; 
    animation-name: fadeOutRight; 
}
/************
* flipOutX *
*************/
@-webkit-keyframes flipOutX { 
    0% { 
        -webkit-transform: perspective(400px) rotateX(0deg); 
        opacity: 1; 
    } 
    100% { 
        -webkit-transform: perspective(400px) rotateX(90deg); 
        opacity: 0; 
    } 
} 
@keyframes flipOutX { 
    0% { 
        transform: perspective(400px) rotateX(0deg); 
        opacity: 1; 
    } 
    100% { 
        transform: perspective(400px) rotateX(90deg); 
        opacity: 0; 
    } 
} 
.flipOutX.goAway { 
    -webkit-animation-name: flipOutX; 
    -webkit-backface-visibility: visible !important; 
    animation-name: flipOutX; 
    backface-visibility: visible !important; 
}

/************
* flipOutY *
*************/
@-webkit-keyframes flipOutY { 
    0% { 
        -webkit-transform: perspective(400px) rotateY(0deg); 
        opacity: 1; 
    } 
    100% { 
        -webkit-transform: perspective(400px) rotateY(90deg); 
        opacity: 0; 
    } 
} 
@keyframes flipOutY { 
    0% { 
        transform: perspective(400px) rotateY(0deg); 
        opacity: 1; 
    } 
    100% { 
        transform: perspective(400px) rotateY(90deg); 
        opacity: 0; 
    } 
} 
.flipOutY { 
    -webkit-backface-visibility: visible !important; 
    -webkit-animation-name: flipOutY; 
    backface-visibility: visible !important; 
    animation-name: flipOutY; 
}

/************
* lightSpeedOutRight *
*************/
@-webkit-keyframes lightSpeedOutRight { 
    0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; } 
    100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; } 
} 
@keyframes lightSpeedOutRight { 
    0% { transform: translateX(0%) skewX(0deg); opacity: 1; } 
    100% { transform: translateX(100%) skewX(-30deg); opacity: 0; } 
} 
.lightSpeedOutRight.goAway { 
    -webkit-animation-name: lightSpeedOutRight; 
    animation-name: lightSpeedOutRight; 
    -webkit-animation-timing-function: ease-in; 
    animation-timing-function: ease-in; 
} 


/************
* lightSpeedOutLeft *
*************/
@-webkit-keyframes lightSpeedOutLeft { 
    0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; } 
    100% { -webkit-transform: translateX(-100%) skewX(30deg); opacity: 0; } 
} 
@keyframes lightSpeedOutLeft { 
    0% { transform: translateX(0%) skewX(0deg); opacity: 1; } 
    100% { transform: translateX(-100%) skewX(30deg); opacity: 0; } 
} 
.lightSpeedOutLeft.goAway { 
    -webkit-animation-name: lightSpeedOutLeft; 
    animation-name: lightSpeedOutLeft; 
    -webkit-animation-timing-function: ease-in; 
    animation-timing-function: ease-in; 

} 

/************
* rotateOut *
*************/
@-webkit-keyframes rotateOut { 
    0% { 
        -webkit-transform-origin: center center; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        -webkit-transform-origin: center center; 
        -webkit-transform: rotate(200deg); 
        opacity: 0; 
    } 
} 
@keyframes rotateOut { 
    0% { 
        transform-origin: center center; 
        transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        transform-origin: center center; 
        transform: rotate(200deg); 
        opacity: 0; 
    } 
} 
.rotateOut.goAway { 
    -webkit-animation-name: rotateOut; 
    animation-name: rotateOut; 
}


/************
* rotateOutUpLeft *
*************/
@-webkit-keyframes rotateOutUpLeft { 
    0% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(-90deg); 
        opacity: 0; 
    } 
} 
@keyframes rotateOutUpLeft { 
    0% { 
        transform-origin: left bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        -transform-origin: left bottom; 
        -transform: rotate(-90deg); 
        opacity: 0; 
    } 
} 
.rotateOutUpLeft.goAway { 
    -webkit-animation-name: rotateOutUpLeft; 
    animation-name: rotateOutUpLeft; 
}

/************
* rotateOutDownLeft *
*************/

@-webkit-keyframes rotateOutDownLeft { 
    0% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(90deg); 
        opacity: 0; 
    } 
} 
@keyframes rotateOutDownLeft { 
    0% { 
        transform-origin: left bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        transform-origin: left bottom; 
        transform: rotate(90deg); 
        opacity: 0; 
    } 
} 
.rotateOutDownLeft.goAway { 
    -webkit-animation-name: rotateOutDownLeft; 
    animation-name: rotateOutDownLeft; 
}
/************
* rotateOutUpRight *
*************/

@-webkit-keyframes rotateOutUpRight { 
    0% { 
        -webkit-transform-origin: right bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        -webkit-transform-origin: right bottom; 
        -webkit-transform: rotate(90deg); 
        opacity: 0; 
    } 
} 
@keyframes rotateOutUpRight { 
    0% { 
        transform-origin: right bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        transform-origin: right bottom; 
        transform: rotate(90deg); 
        opacity: 0; 
    } 
} 
.rotateOutUpRight.goAway { 
    -webkit-animation-name: rotateOutUpRight; 
    animation-name: rotateOutUpRight; 
}

/************
* rollOut *
*************/
@-webkit-keyframes rollOut { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateX(0px) rotate(0deg); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateX(100%) rotate(120deg); 
    } 
} 
@keyframes rollOut { 
    0% { 
        opacity: 1; 
        transform: translateX(0px) rotate(0deg); 
    } 
    100% { 
        opacity: 0; 
        transform: translateX(100%) rotate(120deg); 
    } 
} 
.rollOut.goAway { 
    -webkit-animation-name: rollOut; 
    animation-name: rollOut; 
}



/* Wobble Horizontal */
@-webkit-keyframes wobble-horizontal {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    5% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    15% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    20% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    30% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes wobble-horizontal {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    5% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    15% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    20% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    30% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff'),
        url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
        url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('../fonts/ProximaNova-Light.eot');
    src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Light.woff2') format('woff2'),
        url('../fonts/ProximaNova-Light.woff') format('woff'),
        url('../fonts/ProximaNova-Light.ttf') format('truetype'),
        url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

/* * {
    font-family: 'Roboto Condensed Condensed', sans-serif;
} */

*:focus {
    outline: none;
}

html {
    font-size: 16px;
}

html,
body {
    height: 100%;
}


body {
    font: 1rem / 1.5 'Roboto Condensed', sans-serif;
    background-color: #f9f9f9;
    margin: 0;
}


.container-fluid {
    max-width: 1717px;
    margin: 0 auto;
    padding: 0 15px;
}

.wrapper {
    min-width: 320px;   
    overflow: hidden;
}


p,
ul,
h1,
h2,
h3,
h4,
h5,
h5 {
    margin: 0px;
    padding: 0px;
}

img {
    max-width: 100%;
    height: auto;
}


/*  buttons */

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 0.75rem;
    padding: 0 25px;    
    height: 44px;   
    line-height: 44px;  
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.action-button-wr {
	padding-top: 30px;
}

.btn:focus,
.btn:active {
    outline: none;
    box-shadow: none;
}

.btn-lg {
    height: 63px;
    line-height: 63px;
    font-size: 1.125rem;
    min-width: 230px;   
}

.bages-list {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
    font-size: 0;
}

.bages-list li {
    display: inline-block;  
    vertical-align: top;    
    margin-right: 5px; 
    margin-bottom: 5px; 
}

.bottom-nav {
    padding: 0; 
    list-style-type: none;
    margin: 20px 0 0;  
}
.bottom-nav li {
    float: left;
    color: #fff;
    margin-right: 10px; 
}

.bottom-nav li a {
    color: #fff;
}


.btn-warning {
    background-color: #ff6600;
}

.btn-default {
    border: 1px solid #ff6600;
    color: #ff6600;
}

.btn-default.active, .btn-default:active, .btn-default:hover, .open>.btn-default.dropdown-toggle {
    background-color: transparent;
}

.btn-default:hover {
    color: #fff;
    background-color: #ff6600;
    border: 1px solid #ff6600;
}

.btn-white {
    background-color: #fff;
    color: #ff6600;
}

/* forms */

.form-control {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 0.75rem;    
    text-transform: uppercase;  
    height: 47px;   
    line-height: 47px;
    letter-spacing: 2px;    
}


.form-group {
    margin-bottom: 20px;    
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}



.header {
    padding-top: 37px;
    padding-bottom: 45px; 
    position: fixed;    
    left: 0;    
    right: 0;   
    top: 0; 
    z-index: 20;
    background-color: #fff;
    -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;  
}

.header-facke {
    height: 178px;  
}

.header.affix {
    padding-top: 10px;  
    padding-bottom: 10px; 
    border-bottom: 1px solid #eaeaea;  
}

header .logo {
    padding-left: 19.5%;
    padding-top: 15px;
}

header .logo a {
    display: block; 
}

header .logo img {
    width: 75%; 
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

header.affix .logo img {
    width: 55%; 
}

.logo-text {
    font-size: 0.875rem; 
    line-height: 16px;    
    display: block;  
    color: #7d7d7d;
    max-width: 80%;
    padding-top: 10px;
}

header.affix .logo-text {
    display: none;
}

header nav {
   padding-top: 42px;
    padding-left: 5%;
    padding-right: 6%;  
    -webkit-transition: padding-top 0.3s;
    -o-transition: padding-top 0.3s;
    transition: padding-top 0.3s;
}

header.affix nav {
    padding-top: 30px;  
}

header nav > ul {
    padding-left: 4.1%;
    text-align: justify;    
}

header nav > ul:after {
    width: 100%;    
    content: '';
    display: inline-block;  
}

header nav > ul > li {
    display: inline-block;
    list-style: none;
}

header nav > ul > li:last-child {
    margin-right: 0px;
}

header nav > ul > li a {
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #7d7d7d;
    position: relative;
}

header nav > ul > li .active-menu {
    /* font-family: 'Proxima Nova Bold', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #ff6600;
    text-decoration: none;
}

header nav > ul > li .active-menu:hover {
    color: #ff6600;
}

header nav > ul > li a:hover {
    color: #000;
    text-decoration: none;
}

header nav > ul > li a:after {
    content: " ";
    display: block;
    position: absolute;
    visibility: hidden;
    width: 0%;
    height: 4px;
    margin-top: 2px;
    background: #f16607;
    transition: all 0.3s ease;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

header nav > ul > li a.active-menu:after {
    display: none;
}

.mobile-menu .sandwich {
    position: fixed;
    right: 10px;
    top: 10px;
    padding-top: 10px;
    z-index: 9999;
    padding-bottom: 10px;
    background: #f16607;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    width: 60px;
    font-size: 2.45rem;
    z-index: 20;
}

.mobile-menu .sandwich:hover {
    background: #d75d09;
}

.mobile-menu ul {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 19;
    background: #f16607;
    width: 100%;
    height: 100%;
    padding-top: 60px;
}

.mobile-menu ul li {
    text-align: center;
}

.mobile-menu ul li a {
    color: #fff;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.825rem;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
}

.mobile-menu ul li a:hover {
    background: #d75d09;
    text-decoration: none;
}

.static-col {
    position: static;
}

header nav > ul > li a:hover:after {
    visibility: visible;
    width: 104%;
}



.dropdown-inline {
    display: inline-block;  
    margin-right: 22px; 
}

.affix .dropdown-inline + .btn-warning {
    webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-name: wobble-horizontal;
    animation-name: wobble-horizontal;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.city-dropdown {
    /* font-family: 'Proxima Nova Lt', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;   
    color: #7d7d7d;
    padding: 0;
    border: none;
    padding-right: 10px;    
    background-color: transparent;
}

.city-dropdown:hover,
.city-dropdown:focus,
.city-dropdown:active {
    background-color: transparent!important;
    border: none!important;
    color: #7d7d7d!important;
    box-shadow: none;
}

.city-dropdown span {
    text-decoration: underline;
    text-transform: none;
    font-size: 1.25rem;    
}

.city-dropdown span:hover {
    text-decoration: none;
}

.city-dropdown span.caret {
    width: 9px; 
    height: 9px;    
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #ff6600;
    border-top: none;
    border-left: none;
    position: absolute; 
    top: 15px;
    right: -10px;   
}

.contacts {
    text-align: right;
}

header .contacts > .city ul li {
    font-size: 1rem;
    color: #7e7e7e;
    display: inline-block;
    list-style: none;
    cursor: pointer;
    margin-right: 14%;
}

header .contacts > .city ul li.active {
    color: #000;
    cursor: pointer;
}

header .contacts > .city ul li:hover {
    color: #f16607;
}

header .contacts > .city ul li:last-child {
    margin-right: 0px;
}

header .contacts > .phone {
    font-size: 2.125rem;
    text-transform: uppercase;
    color: #ff6600;
    line-height: 45px;
}

header .contacts > .modal-link a {
    color: #8b8b8b;
    font-size: 0.937rem;
    text-transform: uppercase;
    line-height: 28px;
    text-decoration: underline;
}

header .contacts > .modal-link a:hover {
    color: #12cdf7;
    text-decoration: none;
}

h1.black-h1 {
    font-size: 2.125rem;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding-top: 65px;
    padding-bottom: 74px;
}

.text-center {
    text-align: center;
}

.certificats-slider:after {
    position: absolute;
    content: " ";
    display: block;
    width: 288px;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    right: 0px;
    top: 0px;
}

.certificats-arrows > div {
    position: absolute;
    content: " ";
    display: block;
    background-image: url(/img/arrows.png);
    background-repeat: no-repeat;
    width: 31px;
    height: 21px;
    top: 48%;
    cursor: pointer;
    z-index: 9999;
}

.certificats-arrows > div.next {
    right: 15px;
    background-position: right top;
}

.certificats-arrows > div.next:hover {
    background-position: right bottom;
}

.certificats-arrows > div.prev {
    left: 15px;
    background-position: left top;
}

.certificats-arrows > div.prev:hover {
    background-position: left bottom;
}

.certificats-slider .owl-item img {
    width: 96%;
    height: auto;
}

.certificats-slider .owl-item a {
    color: #000;
}

.certificats-slider .owl-item a:hover {
    color: #f16607;
    text-decoration: none;
}

.certificats-slider figcaption {
    text-align: center;
    font-size: 1rem;
    font-weight: 200;
    width: 85%;
    line-height: 18px;
    margin: 0 auto;
}

.cases {
    width: 76.5%;
    margin: 0 auto;
}

.cases .case {
    margin-bottom: 56px;
    font-size: 1rem;
    font-weight: 200;
    line-height: 18px;
}

.cases .case > div {
    display: inline-block;
    vertical-align: top;
}

.cases .case > div.left {
    margin-right: 3.7%;
    width: 35.2%;
}

.cases .case > div.left img {
    width: 100%;
}

.cases .case > div.right {
    width: 60%;
}

.cases .case h2 {
    text-transform: uppercase;
    font-size: 1.875rem;
    color: #000;
    padding-bottom: 45px;
}

.cases .case h6 {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    font-size: 1.125rem;
    padding-top: 30px;
    padding-bottom: 30px;
}

.cases .case ul {
    padding-left: 15px;
}

.cases .case ul li {
    list-style: none;
    line-height: 18px;
    position: relative;
}

.cases .case ul li:before {
    position: absolute;
    width: 6px;
    height: 6px;
    content: " ";
    display: block;
    background: #12cdf7;
    top: 6px;
    left: -13px;
}

.blue-btn-p {
    text-align: center;
    margin-bottom: 30px;
}

.blue-btn-p a {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 21px;
    padding-bottom: 19px;
    background: #12cdf7;
    font-size: 0.9375rem;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    transition: background 0.2s ease-in;
}

.blue-btn-p a:hover {
    background: #11b4d8;
}

footer .top-footer {
    background-color: #ff6600;
    background-image: url(../assets/images/share-bg.jpg);
    background-repeat: no-repeat;
    background-position: 0 100%;
    padding-top: 26px;
    padding-bottom: 48px;
}
footer .top-footer .footer-nav {
    margin-bottom: 60px;    
}
footer .top-footer .footer-nav li {
    list-style: none;
    line-height: 30px;
    display: inline-block;  
    vertical-align: top;    
    margin-right: 30px; 
}

footer .top-footer .footer-nav li a {
    font-size: 1.125rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
}

footer .top-footer .phones {
    display: inline-block;
    vertical-align: middle; 
    padding-top: 20px;  
}

footer .top-footer .phones ul li {
    display: inline-block;
    line-height: 30px;
    margin-right: 30px;
}

footer .top-footer .phones ul li a {
    color: #fff;
    font-size: 1.125rem;

}

footer .top-footer .phones ul li a:hover {
    text-decoration: none;
}



footer .top-footer .address {
    line-height: 22px;
    color: #fff;
    font-size: 1.25rem;
}

footer .top-footer .socials {
    display: inline-block;  
    margin-right: 30px; 
    padding-top: 20px;
    vertical-align: middle; 
}

footer .top-footer .socials li:first-child {
    margin-left: 0px;
}

footer .top-footer .socials li {
    display: inline-block;
    list-style: none;
    margin-right: 20px; 
}

footer .top-footer .socials li a {
    color: #fff;
    font-size: 1.25rem;
    transition: color 0.4s;
}

footer .top-footer .socials li a:hover {
    color: #12cdf7;
}

footer .bottom-footer {
    background-color: #ff6600;
    padding: 20px 0;    
}

footer .bottom-footer p {
    color: #fff;
    margin-bottom: 0;   
}

footer .bottom-footer .copy {
    text-align: right;
}

footer .bottom-footer .bottom-nav {
    text-align: center;
    padding-top: 13px;
    padding-bottom: 22px;
    border-bottom: 1px solid #c3c3c3;
    margin-bottom: 20px;
}

footer .bottom-footer .bottom-nav li {
    display: inline-block;
    text-align: center;
    width: 33.3333%;
    color: #5c5c5c;
    font-size: 1.125rem;
    margin-right: -5px;
    padding-top: 14px;
}

footer .bottom-footer .bottom-nav li a {
    color: #5c5c5c;
    font-size: 1.125rem;
}

footer .bottom-footer .bottom-nav li:nth-child(4n),
footer .bottom-footer .bottom-nav li:first-child {
    text-align: left;
}

footer .bottom-footer .bottom-nav li:nth-child(3n) {
    text-align: right;
}

footer .bottom-footer .page-rang-text {
    text-align: center;
    color: #5c5c5c;
    font-size: 1.125rem;
    padding-bottom: 52px;
}


.seo-wrapper {
    padding-top: 45px; 
    padding-bottom: 15px;    
}
.seo-block {
    max-height: 330px;   
}

.seo-heading {
    font-size: 2.06rem;    
    line-height: 2.10rem;   
    color: #474747;
    margin-bottom: 30px;    
}

.black-h2 {
    font-size: 1.56vw;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.sidebar {
    padding-left: 23.2%;
}

.sidebar ul {
    padding-left: 23px;
}

.sidebar ul li {
    list-style: none;
    position: relative;
    margin-bottom: 8px;
}

.sidebar ul li:before {
    content: " ";
    display: block;
    position: absolute;
    height: 6px;
    width: 6px;
    background: #12cdf7;
    top: 10px;
}

.sidebar ul li a {
    font-size: 1.125rem;
    color: #000;
    padding-left: 13px;
    position: relative;
    text-transform: uppercase;
}

.sidebar ul li a:after {
    height: 2px;
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    left: 0px;
    background: #e98900;
    width: 0px;
    transition: width 0.3s linear;
}

.sidebar ul li a:hover:after {
    width: 100%;
}

.sidebar ul li a:hover {
    text-decoration: none;
}

.articles .article {
    margin-bottom: 45px;
}

.articles .article a.title {
    font-size: 1.56vw;
    color: #000;
    text-transform: uppercase;
}

.articles .article a.title:hover {
    text-decoration: none;
    color: #e98900;
}

.articles .article a.title h1 {
    font-size: 1em;
}

.articles .article .additional-data {
    padding-top: 15px;
    padding-bottom: 7px;
}

.articles .article .additional-data li {
    display: inline-block;
    list-style: none;
    font-size: 1rem;
    font-weight: 200;
    padding-right: 10px;
    position: relative;
}

.articles .article .additional-data li:last-child:after {
    display: none;
}

.articles .article .additional-data li:after {
    width: 1px;
    background: #000;
    display: block;
    position: absolute;
    content: " ";
    height: 14px;
    right: 4px;
    top: 4px;
}

.articles .article .additional-data li span {
    color: #1dbcdf;
}

.articles .article .image img {
    /*width:100%;*/
}

.articles .article .post-excerpt {
    font-weight: 200;
    color: #000;
    font-size: 1rem;
    padding-top: 30px;
    overflow: hidden;
}

.articles .article .post-excerpt:after {
    width: 100%;
    height: 1px;
    background: #c8c6c6;
    display: block;
    content: " ";
    margin-top: 32px;
    clear: both;
}

.articles .article .post-excerpt img {
    max-width: 100%
}

.post-excerpt-main {
    font-weight: 200;
    color: #000;
    font-size: 16px;
    padding-top: 30px;
}

.post-excerpt-main:after {
    width: 60%;
    height: 1px;
    background: #c8c6c6;
    display: block;
    content: " ";
    margin-top: 32px;
    margin-left: 20%;
    margin-bottom: 10px;
}

.post-excerpt-main:before {
    width: 60%;
    height: 1px;
    background: #c8c6c6;
    display: block;
    content: " ";
    margin-top: 32px;
    margin-left: 20%;
    margin-bottom: 32px;
}

.subscribe-form {
    padding-left: 30px;
    padding-right: 15px;
}

.subscribe-form label {
    text-align: center;
    display: block;
    color: #787878;
    font-size: 1.56vw;
    text-transform: uppercase;
    font-weight: bold;
}

.subscribe-form input[type="text"] {
    width: 100%;
    height: 48px;
    border: 1px solid #000;
    padding-left: 20px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
    font-weight: 200;
    margin-bottom: 13px;
    padding-right: 20px;
    margin-top: 25px;
}

.subscribe-form p {
    text-align: center;
}

.subscribe-form input[type="submit"] {
    width: 258px;
    margin: 0 auto;
    border: none;
    background: #97da00;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    height: 56px;
    transition: background 0.3s;
}

.subscribe-form input[type="submit"]:hover {
    background: #76aa00;
}

.service > div {
    display: inline-block;
    margin-right: -5px;
}

.service > div.left {
    width: 31.7%;
    text-align: center;
}

.service > div.right {
    width: 65.0%;
    vertical-align: middle;
}

.service > div.right h1 {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 30px;
}

.service > div.right .description,
.container--map .description {
    font-weight: 200;
    line-height: 18px;
    font-size: 16px;
    color: #000;
    padding-bottom: 55px;
}

.service > div.right div.details ul li {
    display: inline-block;
    list-style: none;
    margin-right: 6.7%;
}

.service {
    margin-bottom: 250px;
    max-height: 350px;
}

.service > div.right div.details {
    padding-bottom: 46px;
    font-size: 16px;
    color: #000;
}

.service > div.right div.details a {
    color: #000;
    font-size: 16px;
}

.service > div.right div.details a.ask {
    padding-left: 24px;
    position: relative;
}

.service > div.right div.details a.ask:hover:before {
    background: url(/img/question.png) no-repeat right center;
}

.service > div.right div.details a.ask:before {
    content: " ";
    position: absolute;
    width: 17px;
    height: 16px;
    display: block;
    top: 1px;
    background: url(/img/question.png) no-repeat left center;
}

.service > div.right div.details a.ask:hover {
    text-decoration: none;
}

.service > div.right div.details .price {
    padding-left: 25px;
    background: url(/img/money_icon.png) no-repeat left center;
}

.service > div.right div.details a.more {
    position: relative;
    font-weight: 900;
}

.service > div.right div.details a.more:hover {
    text-decoration: none;
}

.service > div.right div.details a.more:hover:after {
    width: 100%;
}

.service > div.right div.details a.more:after {
    width: 0%;
    transition: width 0.4s linear;
    position: absolute;
    content: " ";
    display: block;
    height: 1px;
    background: #f16607;
}

.service > div.right {
    border-bottom: 1px solid #c8c6c6;
}

.slider {
    position: relative;
    /* background: #f76400; */
    /*min-height:510px;*/
    background-color: #2b77ff;
    background-image: url('../assets/images/share-bg.jpg');
    background-repeat: no-repeat;   
    background-position: 0 100%;
    margin-bottom: 49px;
}
.item.slide {
	display: table;
	height: 100%;
}
.slider .slide > div {
	display: table-cell;
	vertical-align: top;
	padding: 50px 0;
	min-height: 560px;
	height: 560px;
    /*float: left;
    padding-top: 40px;  */
    /*height:510px;*/
}

.slider .slide > div.left {
    padding-left: 11.5%;
	vertical-align: middle;
    padding-right: 3.5%;
    width: 46%;
    box-sizing: border-box;
	
}

.slider .slide > div.right {
    position: relative;
    width: 54%;
    padding-left: 13px; 
    padding-bottom: 50px;   
}

.owl-dots {
    position: absolute;
    left: 47%;
    bottom: 10px;
}

.owl-dot {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #fff;
    margin-right: 10px;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.owl-dot.active {
    background-color: #1146a4;
}

.slider .owl-prev,
.slider .owl-next {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 46px;
    background-image: url('../assets/images/slider-right.png');
    background-repeat: no-repeat;
    -webkit-background-size: 45px 45px;
    background-size: 45px 45px;
    position: absolute; 
    top: 50%;   
    left: 30px;    
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 0.2;   
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.slider:hover .owl-prev,
.slider:hover .owl-next {
    opacity: 1; 
}

.slider .owl-next {
    right: 30px;   
    left: auto; 
    background-image: url('../assets/images/slider-left.png');
}

.slider .owl-next:hover {
    background-image: url('../assets/images/slider-left-active.png');
}

.slider .owl-prev:hover {
    background-image: url('../assets/images/slider-right-active.png');
}


.number-of-slider {
    position: absolute;
    top: 20%;
    right: 50px;
    color: #003d9f;
    font-size: 27px;
    /* font-family: 'Proxima Nova Bold', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.slider .slide > div.left img {
    max-width: 100%;
}

.slider .slide > div.right p.title {
    color: #ab4500;
    text-transform: uppercase;
}

.slider .slide > div.right .line {
    height: 3px;
    width: 235px;
    background: #ab4500;
    margin-left: -10%;
    margin-top: 0px;
    /*43px;*/
    margin-bottom: 10px;
    /*40px;*/
}

.slider .slide > div.right .white-title {
    color: #fff;
    font-size: 2.625rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: -10px;
	height: 60px;
}

.slider .slide > div.right .description {
    font-size: 1.56rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    /*min-height:90px;*/
    margin-bottom: 30px;
    line-height: 1.1;
    letter-spacing: 3px;    
}

.slider .slide > div.right .slider-btn {
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
    height: 63px;   
    line-height: 66px;  
    border: none;
    color: #007f97;
    font-size: 1.06rem;
    text-transform: uppercase;
    background-color: #fff;
}

.slider .slide > div.right a:hover {
    text-decoration: none;
    background: #fff;
    color: #f76400;
}

.slider .slide > div.right a.link-anchor {
    padding: 0 0 2px;
    border: none;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 1.06rem;    
    letter-spacing: 3px;   
    margin-bottom: 0;    

}

.slider .slide > div.right a.link-anchor:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;  
}

.slider .slide > div.right a.link-anchor:hover {
    background: none;
    color: #fff
}

.slider .slide > div.right a.link-anchor:hover:after {
    left: -100%;
}

.slider .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    z-index: 3;
    margin-top: -47px;
    width: 34px;
    height: 95px;
    text-indent: -9999px;
}

.slider .owl-controls .owl-buttons .owl-prev {
    background: url("../images/ishop-slider-left.png")no-repeat;
    left: 20px;
}

.slider .owl-controls .owl-buttons .owl-next {
    background: url("../images/ishop-slider-right.png")no-repeat;
    right: 20px;
}

.slider .owl-pagination {
    text-align: center;
}


/* new */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.form-control:-webkit-autofill {
	background-color: transparent!important;
}

.slider .slide div.slider_one_service ol li {
    font-size: 1rem;
    line-height: 21px;    
    margin-bottom: 19px;
}

.slider .slide div.slider_one_service ol {
    padding: 0 0 0 20px; 
    margin-bottom: 28px; 
}

.service > div.right > p.h1 a {
    color: #000;
}

.service > div.right > p.h1 a:hover {
    text-decoration: none;
    color: #f16607;
}


/* end */

.why-we {
    text-align: center;
}

.why-we {
    margin-bottom: 50px;
}

.why-we > div {
    display: inline-block;
    margin-right: -5px;
    padding-top: 80px;
    width: 25%;
    font-size: 18px;
    font-weight: 200;
    border-right: 1px solid rgba(200, 198, 198, 0.5);
    background-repeat: no-repeat;
    background-position: top center;
}

.why-we > div:last-child {
    border-right: none;
}

.why-we > div p.title {
    color: #000;
    font-weight: normal;
    font-size: 18px;
    padding-bottom: 25px;
}

.money-icon {
    background-image: url(/img/icon_7.png);
}

.glasses-icon {
    background-image: url(/img/icon_1.png);
}

.cash-icon {
    background-image: url(/img/icon_8.png);
}

.link-icon {
    background-image: url(/img/icon_2.png);
}

.man-icon {
    background-image: url(/img/icon_3.png);
}

.contract-icon {
    background-image: url(/img/icon_4.png);
}

.search-icon {
    background-image: url(/img/icon_5.png);
}

.report-icon {
    background-image: url(/img/icon_6.png);
}

.lates-posts {
    width: 91%;
    margin: 0 auto;
    background: #fbfbfb;
    padding-top: 53px;
    padding-bottom: 74px;
    box-sizing: border-box;
    padding-right: 4%;
    padding-left: 4%;
}

.lates-posts > h1 {
    text-align: center;
    font-size: 34px;
    text-transform: uppercase;
    color: #000;
}

.lates-posts .posts-list {
    text-align: center;
}

.lates-posts .posts-list > div {
    display: inline-block;
    width: 20%;
    margin-right: -5px;
    margin-top: 35px;
    vertical-align: top;
    text-align: left;
}

.lates-posts .posts-list > div img {
    max-width: 92%;
    padding-bottom: 30px;
    height: 200px;
}

.lates-posts .posts-list > div p.title {
    min-height: 60px;
    width: 92%;
}

.lates-posts .posts-list > div p.title a {
    color: #000;
    font-size: 18px;
    line-height: 25px;
}

.lates-posts .posts-list > div p.date {
    font-size: 18px;
    color: #f16607;
}

.services {
    font-size: 0;   
    width: 90%; 
    margin: 0 auto 101px; 
}

.services .service-block {
    display: inline-block;
    vertical-align: top;    
    width: 20%;
    padding: 40px 30px 0;   
    /* font-family: 'Proxima Nova Lt', sans-serif;  */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}

.active.services .service-block {
    animation: fade-bottom 0.5s linear;
}

.active.services .service-block:nth-of-type(2) {
    animation-delay: 0.3s;
}
.active.services .service-block:nth-of-type(3) {
    animation-delay: 0.6s;
}
.active.services .service-block:nth-of-type(4) {
    animation-delay: 0.9s;
}
.active.services .service-block:nth-of-type(5) {
    animation-delay: 1.2s;
}

.service-img {
    position: relative; 
    margin: 0;  
    display: inline-block;  
}

.service-checked {
    position: absolute; 
    top: 0; 
    right: 0;   
}


.clear {
    clear: both;
    height: 0px;
}

/* .services .service-block > div {
    float: left;
    width: 50%;
    background: #ececec;
    height: inherit;
    margin-bottom: -6px;
    box-sizing: border-box;
} */

.services .service-block > div.left {
    text-align: center;
}

.services .service-block > div.right {
    padding-left: 2%;
    padding-right: 2%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.services .service-block > div.right:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 0px;
    left: 0;
    bottom: 0;
    -webkit-box-shadow: 0 0px 40px 20px #fff;
    box-shadow: 0 0px 40px 20px #fff;
}

.services .service-block:nth-child(3) div.left {
    float: right;
}

.services .service-block:nth-child(4) div.left {
    float: right;
}

.services .service-block > div img {
    max-width: 177px;
    max-height: 177px;  
    border-radius: 50%; 
}

.services .service-block > div p.title {
    padding: 35px 0;    
    font-size: 1.56rem;
    line-height: 30px;  
    text-transform: uppercase;
    color: #7d7d7d;
    font-weight: normal;
       
}

.services .service-block {
    font-size: 1rem;
    font-weight: 300;
    color: #000;
    line-height: 21px;
    text-align: center;
}

/* .services .service-block > div p.title:after {
    display: block;
    content: " ";
    width: 32px;
    height: 3px;
    background: #c8c6c6;
    margin-top: 15px;
    margin-bottom: 15px;
} */



.share-block {
    width: 90%; 
    margin: 0 auto; 
    padding: 81px 10%;  
    background-color: #2b77ff;
    background-image: url('../assets/images/share-bg.jpg');
    background-repeat: no-repeat;
    background-position: 0 100%;
    color: #fff;
}

.share-block .form-control {
    width: 80%;
    display: inline-block;
}

.share-date {
    /* font-family: 'Proxima Nova Lt', sans-serif;  */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;   
    font-size: 1.625rem;    
    line-height: 25px;  
    margin-bottom: 24px;    
    text-transform: uppercase;
    letter-spacing: 8px;
}

.share-title {
    /* font-family: 'Proxima Nova Bold', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 3.75rem;   
    line-height: 60px; 
    margin-bottom: 9px;    
    text-transform: uppercase;
    letter-spacing: 6px;
}

.underhead {
    margin-bottom: 30px; 
    font-size: 1.48rem;       
}

.underhead span {
    font-size: 1.2rem;
}

h2.title-section {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 50px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 34px;
    color: #000;
}

/* cases */

.case-type {
    font-size: 21px;   
    line-height: 33px;  
    letter-spacing: 3px;    
    text-transform: uppercase; 
    color: #474747;
    /* font-family: 'Proxima Nova Lt', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}

.case-info {
    padding: 32px 70px; 
    /* font-family: 'Proxima Nova Lt', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 1.06rem;   
    line-height: 22px;   
    /* color: #7c7c7c; */
    color: #000;
}

.case-info ul {
    list-style-type: none;
    padding-left: 0;
}

.case-info ul li {
    padding-left: 20px;
    position: relative;
}

.case-info ul li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 12px;
    width: 3px;
    height: 1px;
    background-color: #7c7c7c;
}

.case-name {
    /* font-family: 'Proxima Nova Bold', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.875rem;   
    line-height: 2rem;   
    color: #ff6600;
    text-transform: uppercase;
    margin-bottom: 13px;    
}

.case-wrapper {
    padding-bottom: 38px;   
}


.case-item .image {
    text-align: center;
}

.case-item .image img {
    max-width: 450px;
    width: 90%;
    height: auto;
}

.case-item .name {
    text-align: center;
    font-size: 18px;
    color: #000;
    margin-bottom: 12px;
}

.case-item .link {
    text-align: center;
    font-size: 18px;
    color: #f37e2f;
    background: url(/img/link_icon.png) no-repeat top center;
    padding-top: 35px;
}

.case-item .link a {
    color: #f37e2f;
}

.case-item {
    position: relative;
    margin-bottom: 50px;
}

/* .case-item:after {
    top: 97px;
    content: " ";
    display: block;
    position: absolute;
    height: 504px;
    background: #c8c6c6;
    width: 1px;
} */

.case-item .description {
    padding-left: 15%;
    padding-right: 15%;
    margin-top: 30px;
    color: #000;
    font-weight: 200;
    line-height: 24px;
    font-size: 16px;
}

.blue-block {
    background: #12caf3;
    width: 68.4%;
    margin: 0 auto;
    padding-top: 53px;
    padding-bottom: 60px;
    text-align: center;
    margin-bottom: 103px;
}

.blue-block .title {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
}

.blue-block .underhead {
    color: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
}

.blue-block .form .form-row {
    display: inline-block;
    width: 43%;
    margin-bottom: 15px;
}

.blue-block .form .form-row label {
    display: block;
    color: #fff;
    text-align: left;
    margin: 0px 20px 0px;
}

.blue-block .form {
    margin-top: 20px;
}

.blue-block .form .form-row input {
    border: medium none;
    width: 95%;
    height: 41px;
    font-size: 14px;
    color: #4E3025;
    background: #FFF none repeat scroll 0% 0%;
    line-height: 21px;
    padding: 5px 10px;
}

.blue-block .form input[type="submit"] {
    color: #12caf3;
    background: #fff;
    margin: 0 auto 30px auto;
    border: none;
    width: 230px;
    height: 49px;
    text-transform: uppercase;
}


/*.advantages{padding-left:22%;}*/

.advantages-holder {
    padding-bottom: 60px;   
}

.advantages .title {
    font-weight: 600;
    font-size: 1.81rem;
    line-height: 35px;
    color: #7d7d7d;
    text-transform: uppercase;
    margin-bottom: 70px;    
}

.advantages .link {
    margin: 25px 0 40px;
}

.advantages a {
    background: #f16607;
    font-weight: bold;
    font-size: 0.93rem;
    color: #fff;
    text-transform: uppercase;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 22px;
    padding-bottom: 22px;
}

.advantages a:hover {
    background: #b34b04;
    text-decoration: none;
}

.advantages-items {
    font-size: 0;   
    margin-bottom: 39px;    
}

/* .active.advantages-items li {
    animation: fade-bottom 0.8s linear;
}

.active.advantages-items li:nth-of-type(2) {
    animation-delay: 0.2s;
}
.active.advantages-items li:nth-of-type(3) {
    animation-delay: 0.4s;
}
.active.advantages-items li:nth-of-type(4) {
    animation-delay: 0.6s;
} */



.advantages_left {
    text-align: right;  
    padding-right: 20px;
}

.advantages_right {
    padding-left: 20px;
}

.advantages-items > li {
    position: relative;
    display: inline-block;
    list-style: none;
    vertical-align: top;
    padding-top: 0;
    width: 25%;
    padding: 30px 3.5%;    
    text-align: center;
    color: #000;
    cursor: pointer;
    line-height: 24px;
    text-align: center;
    transition: color 0.4s, background 0.4s;
}

.advantages-items > li:last-child {
    margin-right: 0;
}

.advantages-items--numbers {
    width: 90%;         
    margin: 0 auto; 
}

.advantages-items--numbers li {
    /* font-family: 'Proxima Nova Bold', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 3.125rem;
    color: #ff6600;
    font-weight: bold;  
}

.labtap {
    background: url(/img/page-icons.png) no-repeat -64px -52px;
    width: 63px;
    height: 57px;
    margin: 0 auto;
}

.phone-i {
    background: url(/img/page-icons.png) no-repeat -59px -114px;
    width: 35px;
    height: 57px;
    margin: 0 auto;
}

.touch {
    background: url(/img/page-icons.png) no-repeat -158px 0px;
    width: 55px;
    height: 57px;
    margin: 0 auto;
}

.glasses {
    background: url(/img/page-icons.png) no-repeat -79px 0px;
    width: 74px;
    height: 47px;
    margin: 0 auto;
}

.advantages-items > li:hover .labtap {
    background: url(/img/page-icons.png) no-repeat 0px -52px;
}

.advantages-items > li:hover .phone-i {
    background: url(/img/page-icons.png) no-repeat -99px -114px;
}

.advantages-items > li:hover .touch {
    background: url(/img/page-icons.png) no-repeat 0px -114px;
}

.advantages-items > li:hover .glasses {
    background: url(/img/page-icons.png) no-repeat 0px 0px;
}

/* .advantages-items > li:hover {
    background: #12cdf7;
    color: #fff;
} */

.advantages-items > li img {
    -webkit-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
}

.advantages-items > li:hover img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.advantages-items > li > a {
    display: block;
}

.advantages-items > li > a:hover {
    text-decoration: none;
}

.advantages-items li p {
    padding-top: 32px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 1.56rem;
    font-weight: 400;   
    line-height: 30px;  
    color: #7d7d7d;
}

.advantages-items li:after {
    position: absolute;
    display: block;
    content: " ";
    width: 1px;
    background: #c4c4c4;
    height: 100px;
    right: 0;
    top: 30px; 
}

.advantages-items li:last-child:after {
    display: none;
}



.clients-holder {
    position: relative;
}

.clients h2 {
    text-align: center;
    font-weight: bold;
    font-size: 2.125rem;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 50px;
    padding-top: 48px;
}

.clients-slider .owl-item {
    text-align: center;
}

.clients-wrapper {
    position: relative; 
    width: 90%;
    padding: 0 60px;    
    margin: 32px auto;
}

.clients-wrapper .btn-wr {
    padding-top: 50px;  
}



.owl-next,
.owl-prev {
    position: absolute;
    content: " ";
    display: block;
    width: 45px;
    height: 46px;
    cursor: pointer;
    z-index: 9999;
    top: 50%;   
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-repeat: no-repeat;
}

.clients-wrapper .owl-next {
    right: -50px;   
    background-image: url(../assets/images/next-hover.png);
}

.clients-wrapper .owl-next:hover {
    background-image: url(../assets/images/next.png);
}

.clients-wrapper .owl-prev {
    left: -50px;    
    background-image: url(../assets/images/prev.png);
}

.clients-wrapper .owl-prev:hover {
    background-image: url(../assets/images/prev-hover.png);
}

.clients-wrapper img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(bw.svg#greyscale);
    transition: all 0.4s;
    max-height: 125px;  
    opacity: 0.5;   
    /*width:250px;*/
    max-width: 100%
}

.clients-slider .client {
    padding: 0 10px;
}

.clients-slider img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    opacity: 1; 
}

.clients .link {
    text-align: center;
    margin-top: 70px;
}

.clients .link a {
    background: #f16607;
    /*#97da00;*/
    padding-top: 22px;
    padding-left: 53px;
    padding-right: 53px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 22px;
    transition: background 0.4s linear;
}

.clients .link a:hover {
    background: #77ac00;
}


.reviews {
    padding-bottom: 19px;   
}
.reviews h1 {
    text-align: center;
    font-weight: bold;
    font-size: 34px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 50px;
    padding-top: 48px;
}

.reviews .col-lg-6:nth-of-type(2n+1) {
    text-align: right;
}

.reviews .btn-wr {
    padding-top: 59px;  
}

.reviews .review {
    position: relative; 
    border-radius: 10px;    
    border: 1px solid #dcdcdc;
    padding: 30px 220px 30px 30px;  
    margin-bottom: 80px;
    font-size: 16px;    
    /* color: #7c7c7c; */
    color: #000;
    display: inline-block;  
    width: 82%; 
    min-height: 215px; 
    text-align: left; 
}

.reviews-text {
    max-height: 120px;
    overflow: hidden;
}

.reviews .review > div {
    display: inline-block;
    margin-right: -5px;
    vertical-align: top;
}

.reviews-list {
    margin-top: 37px;   
}

.reviews-list .col-lg-6 {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
}

.reviews-list .col-lg-6:nth-of-type(2n) {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.active .reviews-list .col-lg-6 {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.active .reviews-list .col-lg-6:nth-of-type(2n) {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.reviews-img {
    position: absolute; 
    right: 0;   
    top: -25px; 
}
.reviews-img img {
    -webkit-box-shadow: 2px 2px 2px 0px rgba(135, 135, 135, 0.61);
    -moz-box-shadow: 2px 2px 2px 0px rgba(135, 135, 135, 0.61);
    box-shadow: 2px 2px 2px 0px rgba(135, 135, 135, 0.61);
    max-width: 190px;   
}

.reviews .review .name {
    font-size: 1.31rem;
    color: #000;
}

.reviews .col-md-6:nth-of-type(2n+1) {
    text-align: right;
}

.slider-pagination {
    display: inline-block;  
    vertical-align: middle; 
    margin-left: 45px;  
}

.slider-pagination li {
    position: relative; 
    width: 22px;    
    height: 22px;   
    border-radius: 50%; 
    border: 1px solid transparent;
    display: inline-block;  
    margin-right: 10px; 
}

.slider-pagination li:after {
    content: '';
    position: absolute; 
    width: 10px;    
    height: 10px;   
    background-color: #003d9f;
    top: 50%;   
    left: 50%;  
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%; 
}

.slider-pagination li.active {
    border: 1px solid #fff;
}

.slider-pagination li.active:after {
    background-color: #fff;
}

/* .reviews .review .name:after {
    display: block;
    content: " ";
    width: 32px;
    height: 3px;
    background: #000;
    margin-top: 10px;
    margin-bottom: 10px;
} */

.reviews .review .link {
    font-size: 1.06rem;
    color: #f37e2f;
    margin-bottom: 22px;
}

.reviews .review .text {
    font-weight: 200;
    line-height: 24px;
    color: #5b5b5b;
    font-size: 1rem;
    box-sizing: border-box;
    padding-right: 1%;
}

.cerificats-blue {
    width: 65%;
    margin: 0 auto;
    border: 14px solid #12caf3;
    padding-bottom: 45px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.cerificats-blue .certificat-list {
    text-align: center;
    /*padding-top:67px;*/
}

.cerificats-blue h1 {
    text-align: center;
    font-weight: bold;
    font-size: 2.125rem;
    text-transform: uppercase;
    color: #000;
    padding-top: 48px;
}

.cerificats-blue img {
    width: 19.4%;
    margin-right: 7%;
}

.cerificats-blue img:last-child {
    margin-right: 0px;
}

.why-we-service {
    margin-bottom: -70px;
}

.why-we-service > div {
    width: 33.3333%;
    vertical-align: top;
    margin-bottom: 70px;
}

.infoblock {
    background: #fbfbfb;
    margin-top: 100px;
}

.infoblock .list > div {
    display: inline-block;
    vertical-align: top;
    margin-right: -5px;
    width: 45%;
    /*33.3333%*/
    ;
    min-height: 250px;
    margin-bottom: 50px;
    box-sizing: border-box;
    padding-left: 5%;
}

.infoblock .list > div > div {
    display: inline-block;
    vertical-align: top;
    margin-right: -5px;
}

.infoblock .list > div > div.num {
    background: #12cdf7;
    width: 19%;
    text-align: center;
    color: #fff;
    font-size: 44px;
    margin-right: 9.4%;
}

.infoblock .list > div > div.content {
    width: 71.6%;
}

.infoblock .list > div > div.content .name {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
    font-weight: normal;
}

.infoblock .list > div > div.content {
    font-size: 18px;
    font-weight: 200;
    padding-right: 8%;
}

.infoblock .list > div > div.content ul li,
.description ul li {
    margin-bottom: 9px;
    list-style: none;
    padding-left: 17px;
    position: relative;
}

.infoblock .list > div:nth-child(5) > div.num {
    display: none;
}

.infoblock .list > div:nth-child(5) {
    display: block;
    margin: 0 auto 50px
}

.infoblock .list > div:nth-child(5) > div.content {
    width: 100%;
}

.infoblock .list > div > div.content ul li:before,
.description ul li:before {
    position: absolute;
    width: 6px;
    height: 6px;
    content: " ";
    display: block;
    background: #12cdf7;
    top: 9px;
    left: 0px;
}

.home-page-header .container {
    overflow: visible;
}

.home-page-header .contacts > .modal-link a {
    color: #12cdf7;
    font-weight: bold;
    /*margin-left: 32%;*/
    /*70px;*/
}

h2.black-h1 {
    font-size: 34px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding-top: 65px;
    padding-bottom: 74px;
}

p.title-section {
    color: #7d7d7d;
    font-size: 1.81rem;
    line-height: 35px;  
    font-weight: 600;
    padding-bottom: 50px;
    padding-top: 60px;
    text-align: center;
    text-transform: uppercase;
}

h1.black-h1 {
    color: #000;
    font-size: 34px;
    padding-bottom: 74px;
    padding-top: 65px;
    text-align: center;
    text-transform: uppercase;
}

p.black-h2 {
    color: #000;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 25px;
    font-family: "Roboto Condensed Condensed", sans-serif;
    font-weight: bold;
}

.articles .article a.title p.h1 {
    font-size: 1em;
    font-weight: bold;
}

p.black-h1 {
    font-size: 34px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding-top: 65px;
    padding-bottom: 74px;
    font-weight: bold;
}

.cases .case p.h2 {
    text-transform: uppercase;
    font-size: 30px;
    color: #000;
    padding-bottom: 45px;
    font-weight: bold;
    line-height: 35px;
}

div.service div.right p.h2,
.container--map .h2 {
    box-sizing: border-box;
    color: #333;
    font-family: "Roboto Condensed Condensed", sans-serif;
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    font-weight: bold;
}

.service > div.right p.h1 {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 30px;
    font-weight: bold;
}

h1.title-section {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 50px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 34px;
    color: #000;
}

.clients p.h2 {
    text-align: center;
    font-weight: bold;
    font-size: 34px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 50px;
    padding-top: 48px;
}

div.description p.title strong {
    line-height: 54px;
}

p.title-section a {
    color: #7d7d7d;
    font-size: 1.81rem;
    font-weight: 600;   
    text-align: center;
    text-transform: uppercase;
}


/*new*/

.slider_one_service {
    /*margin-top: -40px;*/
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
    font-size: 1rem;
    max-width: 90%;
}

.slider_one_service p {
	margin-bottom: 15px;
}

.container_line {
    position: relative;
    padding-top: 30px;
    margin-bottom: 50px;
}

.div_line {
    background: #c8c6c6 none repeat scroll 0 0;
    content: ' ';
    display: block;
    height: 2px;
    margin-bottom: 32px;
    margin-left: 35%;
    margin-top: 16px;
    width: 30%;
}

.text_line {
    position: absolute;
    left: 47.5%;
    top: 30px;
    background: #fff;
    padding: 0 10px;
    color: #f16607;
    font-size: 22px;
    font-weight: 900;
}

div#div-detail-service ul {
    text-align: left;
    padding-left: 20px;
}

a.lnk-detail {
    color: #f16607;
    font-weight: 600;
}

div.accordion-section p {
    margin-left: 20px;
}

.container--map .service > div.right {
    width: 80%;
}

.container-fluid--address .service {
    margin-bottom: 30px;
}

.services-list .row > div:nth-child(odd) {
    clear: left;
}

.services-list .service {
    max-height: none;
    margin-bottom: 60px;
}

.services-list .service .left {
    vertical-align: top;
}


/* end new */


/* disqus

#layout,
.btn-default,
.follow-btn {
    margin-left: 10%;
    overflow: hidden;
    width: 80%;
} */


/* end disqus */


/*social blog*/

.blog {
    padding-bottom: 90px;
}

.blog-list {}

.blog-item {
    text-align: center;
    display: block;
    
}

.active  .blog-item {
    text-align: center;
    display: block;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    
}


.blog-item:hover {
    text-decoration: none;
}

.blog-text {
    padding: 20px 40px;
    /* font-family: 'Proxima Nova Lt', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 1.81rem;
    line-height: 29px;
    color: #7d7d7d;
}

.blog-img {}

.blog-date {
    font-size: 1.31rem;
    color: #ff6600;
}

.blog-heading-wr {
    margin-bottom: 66px;    
}


.blog-preheading {
    font-size: 2.06rem;  
    line-height: 2.06rem;    
    color: #474747;
    letter-spacing: 5px;  
    text-transform: uppercase;  
    padding-left: 15px; 
}

.blog-heading {
    /* font-family: 'Proxima Nova Bold', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 6.25rem;   
    line-height: 100px; 
    color: #ff6600;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    padding-left: 15px; 
    letter-spacing: 4px;    
}

.blog-description {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px; 
    font-size: 1.31rem;   
    line-height: 21px;     
    /* color: #7c7c7c; */
    color: #000;
}







.pluso {
    background: transparent none repeat scroll 0 0;
    border-radius: 22px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    position: relative;
    text-align: left;
    z-index: 1;
}

.pluso-010010011001-04 .pluso-wrap {
    /*background: #ebebeb none repeat scroll 0 0;*/
    background: transparent none repeat scroll 0 0;
    border-radius: 6px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 0 5px 5px 0;
    position: relative;
    text-align: left;
    z-index: 1;
}

.pluso span {
    float: none;
}

.pluso-wrap {
    margin: 0 !important;
}

.pluso-010010011001-04 .pluso-wrap a {
    background-image: url("/images/04.png");
}

.pluso-010010011001-04 .pluso-wrap a {
    background: transparent url("/images/04.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 30px;
    margin: 3px 0 0 3px;
    padding: 0;
    vertical-align: inherit;
    width: 30px;
}

.pluso-010010011001-04 .pluso-wrap a.pluso-vkontakte {
    background-position: -124px 0;
}

.pluso-010010011001-04 .pluso-wrap a.pluso-odnoklassniki {
    background-position: -93px 0;
}

.pluso-010010011001-04 .pluso-wrap a.pluso-facebook {
    background-position: 0 0;
}

.pluso-010010011001-04 .pluso-wrap a.pluso-twitter {
    background-position: -31px 0;
}

.pluso-010010011001-04 .pluso-wrap a.pluso-google {
    background-position: -186px 0;
}

.pluso-010010011001-04 .pluso-wrap a.pluso-moimir {
    background-position: -217px 0;
}


/* end social */


/*new main*/

.advantages_ .title {
    font-weight: bold;
    font-size: 34px;
    line-height: 47px;
    color: #000;
    text-transform: uppercase;
}

.advantages_ .link {
    margin: 25px 0 40px;
}

.advantages_ a {
    border: 1px solid #f16607;
    font-weight: bold;
    font-size: 15px;
    color: #f16607;
    text-transform: uppercase;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 22px;
    padding-bottom: 22px;
}

.advantages_ a:hover {
    background: #b34b04;
    text-decoration: none;
}

.orange {
    background-color: #f16607;
}

.dropdown-menu {
    padding: 0; 
}

.dropdown-menu>li>a {
    font-size: 18px;    
    padding: 5px 20px;  
    cursor: pointer;
}


.back-to-top {
    position: fixed;
    bottom: 150px;
    right: 20px;
    width: 44px;
    height: 43px;
    opacity: 0; 
    visibility: hidden; 
    cursor: pointer;    
    background: url(../images/top.png) no-repeat;
    opacity: 0.8;
    z-index: 18;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.back-to-top.show {
    opacity: 1; 
    visibility: visible;    
}

.back-to-top:before {
    content: '';
    position: absolute;
    border: #BBBABA solid 2px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -o-border-radius: 22px;
    border-radius: 22px;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.back-to-top:hover:before {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
}

.has-error .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #f11f1f;
}
.has-error .form-control::-moz-placeholder { /* Firefox 19+ */
  color:#f11f1f;
}
.has-error .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #f11f1f;
}
.has-error .form-control:-moz-placeholder { /* Firefox 18- */
  color: #f11f1f;
}


/* modal */

.modal {
    z-index: 30;
}

.modal-header .close {
    position: absolute; 
    right: 10px;
    z-index: 20;        
}

.modal .form-control {
    border: 1px solid #eaeaea;
    height: 38px;   
    line-height: 38px;  
    color: #5B5B5B;
}

.modal .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a94442;
}
.modal .form-control::-moz-placeholder { /* Firefox 19+ */
  color:#a94442;
}
.modal .form-control:-ms-input-placeholder { /* IE 10+ */
  color:#a94442;
}
.modal .form-control:-moz-placeholder { /* Firefox 18- */
  color: #a94442;
}

.modal .has-error .form-control,
.has-error .form-control,
.has-error .form-control:focus {
	border-color: #f11f1f;
}

.modal .form-control:focus {
    box-shadow: none;
    outline: none;
}

.modal .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5B5B5B;
}
.modal .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #5B5B5B;
}
.modal .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #5B5B5B;
}
.modal .form-control:-moz-placeholder { /* Firefox 18- */
  color: #5B5B5B;
}

.modal textarea.form-control {
    height: 60px;   
    resize: none;
    overflow: hidden;
}

.modal-body {
    padding: 20px 60px; 
}


.modal-backdrop {
    z-index: 29;
}

.modal-title {
    text-transform: uppercase;
    color: #f76400;
    /* font-family: 'Proxima Nova Bold', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 24px;
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    font-weight: 900;
    text-align: center;
}

.modal-title:after {
    content: '';
    background: #f76400;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 70px;
    height: 3px;
}

p.p-modal {
    /* font-family: "Roboto Condensed Condensed light",sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #5B5B5B;
    padding-top: 10px;
}

.modal label {
    display: block;
    /* font-family: "Roboto Condensed Condensed light",sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 5px;
    color: #5B5B5B;
}

.modal-header {
    border: none;   
}




/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
    overflow: hidden;
    position: relative;
}

.jspPane
{
    position: absolute;
}

.jspVerticalBar
{
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    background: #d1d1d1;
    border-radius: 3px; 
}

.jspHorizontalBar
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspCap
{
    display: none;
}

.jspHorizontalBar .jspCap
{
    float: left;
}

.jspTrack
{
    background: transparent;
    position: relative;
}

.jspDrag
{
    background: #ff6600;
    position: relative;
    border-radius: 3px; 
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
    float: left;
    height: 100%;
}

.jspArrow
{
    background: transparent;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled
{
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow
{
    height: 16px;
}

.jspHorizontalBar .jspArrow
{
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
    outline: none;
}

.jspCorner
{
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
    margin: 0 -3px 0 0;
}

@media screen and (max-width: 1599px) {
    .bages-list {
        width: 40%;
    }
}

@media screen and (max-width: 1399px) {
    .dropdown-inline {
        margin-right: 16px; 
    }
    .header {
        padding-top: 20px;
    }
    .number-of-slider {
        top: 10%;
    }
    
    
    
    header .logo a {
        vertical-align: middle;
    }
    .advantages-items li p, .advantages-items li span {
        line-height: 20px;
    }
    
}
@media screen and (max-width: 1199px) {
    html {
        font-size: 14px;
    }
    .slider,
    .logo-text {
        display: none;
    }
    .dropdown-inline {
        margin-right: 8px;
    }
    .services .service-block,
    .case-info,
    .reviews .review .text,
    .seo-wrapper {
        font-size: 1.5rem;
    }
    .header {
        padding-bottom: 25px;
    }
    
    header .logo img {
        width: 100%;
    }
    .city-dropdown span.caret {
        right: -5px;
    }
    .bages-list {
        width: 30%;
    }
    .advantages .title {
        
        line-height: 27px;
        margin-bottom: 30px;
    }
    .advantages-items {
        margin-bottom: 20px;
    }
    .services {
        text-align: center;

    }
    .services .service-block {
        width: 33.3%;
    }
    .number-of-slider {
        top: 15%;
        right: 25px;
    }
    .share-date {
        
    }
    header nav > ul > li a {
        font-size: 1.15rem;
    }
    header .contacts > .phone {
        font-size: 1.825rem;

    }
    .share-title {
        
        line-height: 60px;
    }
    .share-block {
        padding: 30px 5%;
    }
    p.title-section {
        padding-top: 30px;
        padding-bottom: 20px;
        
    }
    .reviews .review {
        width: 100%;
        display: block;
    }
    .blog-heading {
        
        line-height: 60px;
    }
    .blog-heading-wr {
        margin-bottom: 30px;
    }
    
    .case-info {
        padding: 20px;
    }
    .blog-text {
        
        line-height: 22px;
    }
    .btn-lg {
        height: 43px;
        line-height: 43px;
       
    }
}
@media screen and (max-width: 991px) {
    html {
        font-size: 13px;
    }
    .header {
        padding-top: 10px;
    }
    .advantages-items li p, .advantages-items li span {
        padding-top: 10px;  
    }
    .advantages-items li:after {
        height: 50px;   
    }
    .services .service-block {
        width: 33.3%;   
    }
    .share-title {
         
        line-height: 50px;  
    }
    p.title-section {
        padding-top: 30px;  
        padding-bottom: 20px;   
        
    }
    .advantages .title,
    p.title-section a {
        
    }
    .case-img,
    .case-type,
    .case-name {
        text-align: center;
    }
    .case-info {
        padding: 10px 20px; 
    }
    header .logo {
        padding-top: 10px;  
    }
    .slider .slide > div.right .white-title {
          
        margin-bottom: 0;   
        min-height: 62px;   
    }
    .slider .slide > div.right .description {
       
        margin-bottom: 20px;    
    }
    .slider .slide div.slider_one_service ol li {
        line-height: 16px;  
        margin-bottom: 5px; 
    }
    .case-item {
        margin-bottom: 20px;    
    }
    .blog-item {
        margin-bottom: 20px;    
    }
    .blog-preheading {
        text-align: center;
    }
    .blog-heading-wr {
        text-align: center;
    }
    .bottom-footer,
    footer .bottom-footer .copy {
        text-align: center;
    }
    .top-footer .form {
        padding-top: 30px;  
    }
    footer .top-footer .footer-nav {
        margin-bottom: 20px;    
    }
    .blog {
        padding-bottom: 30px;   
    }
    .advantages-items > li {
        width: 50%; 
    }
    .advantages-items li:after {
        display: none;  
    }
    .services .service-block {
        width: 50%; 
    }
    .slider .slide > div.right .slider-btn {
           
        height: 45px;   
        line-height: 45px;  
    }
    .reviews {
        padding-bottom: 40px;   
    }
    .advantages .title {
        margin-bottom: 30px;    
    }
    .slider {
        margin-bottom: 30px;    
    }
    .share-block .text-right {
        text-align: center !important;
    }
    .share-block .text-left {
        text-align: center !important;
    }
    .bages-list {
        display: none;
        width: 100%;
        margin-left: 0;
    }
    .advantages_left,
    .advantages_right {
        padding: 0;
    }
    .top-footer {
        text-align: center;
    }
    footer .top-footer .phones ul li a,
    footer .top-footer .socials li a {
        font-size: 2rem;
    }
    footer .bottom-footer p {
        font-size: 1.625rem;  
    }
    footer .top-footer .address {
        font-size: 1.625rem;
        line-height: 23px;
    }
    footer .top-footer .footer-nav li a {
        font-size: 1.625rem;    
    }
    .bottom-nav li {
        float: none;
        font-size: 1.625rem;
    }
}

@media screen and (max-width: 767px) {
    .logo-text {
        display: none;
    }
    html {
        font-size: 11px;
    }
    .seo-heading {
        margin-bottom: 15px;    
    }
    .logo-text {
        display: none;  
    }
    header .logo {
        text-align: center;
        padding-left: 0;
    }
    header .logo img {
        width: 55%; 
    }
    .contacts {
        text-align: center;
    }
    header .logo {
        margin-bottom: 20px;    
    }
    .slider .slide > div.right {
        display: none;  
    }
    .dropdown-inline {
        margin-right: 30px; 
    }
    .city-dropdown span {
        font-size: 2rem;    
    }
    .slider .slide > div.left {
        width: 100%;    
        padding-left: 20%;  
        padding-right: 20%; 
		padding-bottom: 50px;
    }
    .btn {
        font-size: 1.25rem; 
    }
    .advantages-holder {
        padding-bottom: 30px;   
    }
    .advantages_left,
    .advantages_right {
        text-align: center;
        margin-bottom: 10px;    
    }
    .services .service-block {
        width: 100%;    
        display: block;
        margin-bottom: 20px;    
    }
    
    .clients-wrapper {
        padding: 0;
    }
    .clients-arrows > div.next {
        right: -24px;
    }
    .clients-arrows > div.prev {
        left: -24px;
    }
    .reviews .review {
        width: 100%;
    }
    .blog-preheading {
        text-align: center;
    }
    
    .blog-heading {
        font-size: 4.25rem; 
        margin-bottom: 20px;
    }
    .blog-heading-wr {
        margin-bottom: 20px;
        text-align: center;
    }
    .reviews-list {
        margin-top: 0;
    }
    .reviews .btn-wr {
        padding-top: 20px;
    }
    .services {
        margin-bottom: 30px;    
    }
    .owl-dots {
        left: 50%;  
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .blog-description {
        margin-left: 0; 
    }
    .slider {
        display: none;  
    }
    
    footer .top-footer .phones ul li {
        display: block;
        text-align: center;
        margin: 0;  
    }
    
    footer .top-footer .socials {
        text-align: justify;
    }
    footer .top-footer .socials:after {
        content: '';
        display: inline-block;  
        vertical-align: middle; 
        width: 100%;    
    }
    footer .top-footer .phones {
        display: block;
    }
    footer .top-footer .footer-nav li {
        margin-bottom: 10px;    
           
    }
    
    .bages-list {
        display: none;
    }
    footer .top-footer .socials {
        margin: 0;  
        width: 100%;    
        display: block; 
    }
    .form-control {
        font-size: 1.25rem; 
    }
    
}

@media screen and (max-width: 479px) {
    footer .top-footer .footer-nav li {
        display: block;
        margin-bottom: 15px;
        margin-right: 0;
    }
    
    .top-footer .btn {
        width: 100%;    
    }
    .header {
        position: static;
    }
    .header-facke {
        display: none;
    }
    .advantages-items > li {
        width: 100%;    
        display: block;
        padding: 20px 3.5%; 
        text-align: center;
    }
    .clients-wrapper .owl-prev,
    .clients-wrapper .owl-next {
        top: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        bottom: -60px;  

    }
    .clients-wrapper .owl-prev {
        left: 25%;  
    }
    .clients-wrapper .owl-next {
        right: 25%; 
    }
    .services .service-block > div p.title {
        padding: 15px 0;    
    }
    .share-title {
        font-size: 35px;    
        line-height: 35px;  
    }
    .reviews .review > div.reviews-img {
        display: none;  
    }
    .reviews .review {
        padding: 20px;  
        margin-bottom: 20px;    
    }
    .share-block {
        padding: 15px;  
        width: 100%;    

    }
    p.title-section,
    .advantages .title,
    p.title-section a {
        font-size: 20px;    
        line-height: 22px;  
    }
    
}



.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}



@keyframes fade-bottom {
    0% { 
        opacity:0; 
        -webkit-transform: translate(0, 100px);
        -ms-transform: translate(0, 100px);
        -o-transform: translate(0, 100px);
        transform: translate(0, 100px);
    }
    100% { 
        opacity:1; 
         -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@-webkit-keyframes fade-bottom {
    0% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes fade-bottom {
    0% { opacity:0; }
    100% { opacity:1; }
}








/*animations*/

/******************
* Bounce in right *
*******************/


.animated { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
} 
.slow{
     -webkit-animation-duration: 1.5s; 
    animation-duration: 1.5s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
}
.slower{
     -webkit-animation-duration: 2s; 
    animation-duration: 2s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
}
.slowest{
     -webkit-animation-duration: 3s; 
    animation-duration: 3s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
}

.bounceInRight, .bounceInLeft, .bounceInUp, .bounceInDown{
    opacity:0;
    -webkit-transform: translateX(400px); 
    transform: translateX(400px); 
}
.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown{
    opacity:0;
    -webkit-transform: translateX(400px); 
    transform: translateX(400px); 
}

.flipInX, .flipInY, .rotateIn, .rotateInUpLeft, .rotateInUpRight, .rotateInDownLeft, .rotateDownUpRight, .rollIn{
    opacity:0;
}

.lightSpeedInRight, .lightSpeedInLeft{
    opacity:0;
    -webkit-transform: translateX(400px); 
    transform: translateX(400px); 
}

/***********
* bounceIn *
************/
@-webkit-keyframes bounceIn { 
    0% { 
        opacity: 0; 
        -webkit-transform: scale(.3); 
    } 

    50% { 
        opacity: 1; 
        -webkit-transform: scale(1.05); 
    } 

    70% { 
        -webkit-transform: scale(.9); 
    } 

    100% { 
         -webkit-transform: scale(1); 
    } 
} 

@keyframes bounceIn { 
    0% { 
        opacity: 0; 
        transform: scale(.3); 
    } 

    50% { 
        opacity: 1; 
        transform: scale(1.05); 
    } 

    70% { 
        transform: scale(.9); 
    } 

    100% { 
        transform: scale(1); 
    } 
} 

.bounceIn.go { 
    -webkit-animation-name: bounceIn; 
    animation-name: bounceIn; 
}

/****************
* bounceInRight *
****************/

@-webkit-keyframes bounceInRight { 
    0% { 
        opacity: 0; 
        
        -webkit-transform: translateX(400px); 
    } 
    60% { 
        
        -webkit-transform: translateX(-30px); 
    } 
    80% { 
        -webkit-transform: translateX(10px); 
    } 
    100% {
    opacity: 1;
     
        -webkit-transform: translateX(0); 
    } 
} 

@keyframes bounceInRight { 
    0% { 
        opacity: 0; 
        
        transform: translateX(400px); 
    } 
    60% { 
        
        transform: translateX(-30px); 
    } 
    80% { 
        transform: translateX(10px); 
    } 
    100% {
    opacity: 1;
     
        transform: translateX(0); 
    } 
} 


.bounceInRight.go { 
    -webkit-animation-name: bounceInRight; 
    animation-name: bounceInRight; 
}

/******************
* Bounce in left *
*******************/

@-webkit-keyframes bounceInLeft { 
    0% { 
        opacity: 0; 
        
        -webkit-transform: translateX(-400px); 
    } 
    60% { 
       
        -webkit-transform: translateX(30px); 
    } 
    80% { 
        -webkit-transform: translateX(-10px); 
    } 
    100% {
        opacity: 1;
         
        -webkit-transform: translateX(0); 
    } 
} 

@keyframes bounceInLeft { 
    0% { 
        opacity: 0; 
        
        transform: translateX(-400px); 
    } 
    60% { 
       
        transform: translateX(30px); 
    } 
    80% { 
        transform: translateX(-10px); 
    } 
    100% {
        opacity: 1;
         
        transform: translateX(0); 
    } 
} 

.bounceInLeft.go { 
    -webkit-animation-name: bounceInLeft; 
    animation-name: bounceInLeft; 
}

/******************
* Bounce in up *
*******************/

@-webkit-keyframes bounceInUp { 
    0% { 
        opacity: 0; 
        
        -webkit-transform: translateY(400px); 
    } 
    60% { 
       
        -webkit-transform: translateY(-30px); 
    } 
    80% { 
        -webkit-transform: translateY(10px); 
    } 
    100% {
        opacity: 1;
         
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes bounceInUp { 
    0% { 
        opacity: 0; 
        
        transform: translateY(400px); 
    } 
    60% { 
       
        transform: translateY(-30px); 
    } 
    80% { 
        transform: translateY(10px); 
    } 
    100% {
        opacity: 1;
         
        transform: translateY(0); 
    } 
} 

.bounceInUp.go { 
    -webkit-animation-name: bounceInUp; 
    animation-name: bounceInUp; 
}


/******************
* Bounce in down *
*******************/

@-webkit-keyframes bounceInDown { 
    0% { 
        opacity: 0; 
        
        -webkit-transform: translateY(-400px); 
    } 
    60% { 
       
        -webkit-transform: translateY(30px); 
    } 
    80% { 
        -webkit-transform: translateY(-10px); 
    } 
    100% {
        opacity: 1;
         
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes bounceInDown { 
    0% { 
        opacity: 0; 
        
        transform: translateY(-400px); 
    } 
    60% { 
       
        transform: translateY(30px); 
    } 
    80% { 
        transform: translateY(-10px); 
    } 
    100% {
        opacity: 1;
         
        transform: translateY(0); 
    } 
} 

.bounceInDown.go { 
    -webkit-animation-name: bounceInDown; 
    animation-name: bounceInDown; 
}


/**********
* Fade In *
**********/ 
@-webkit-keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;
        display:block;} 
} 
@keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;
        display:block;} 
}
.fadeIn{
    opacity:0;
}
.fadeIn.go { 
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; 
}

/**********
* Grow in *
***********/

@-webkit-keyframes growIn { 
    0% { 
        -webkit-transform: scale(0.2); 
        opacity:0;
    } 
    50% { 
        -webkit-transform: scale(1.2); 
        
    } 
    100% { 
        -webkit-transform: scale(1); 
        opacity:1;
    } 
} 
@keyframes growIn { 
    0% { 
        transform: scale(0.2); 
        opacity:0;
    } 
    50% { 
        transform: scale(1.2); 
        
    } 
    100% { 
        transform: scale(1); 
        opacity:1;
    } 
} 
.growIn { 

    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity:0;
}
.growIn.go{
    -webkit-animation-name: growIn; 
    animation-name: growIn; 
}

/********
* Shake *
********/
@-webkit-keyframes shake { 
    0%, 100% {-webkit-transform: translateX(0);} 
    10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);} 
    20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);} 
} 
@keyframes shake { 
    0%, 100% {transform: translateX(0);} 
    10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);} 
    20%, 40%, 60%, 80% {transform: translateX(10px);} 
} 
.shake.go { 
    -webkit-animation-name: shake; 
    animation-name: shake; 
}

/********
* ShakeUp *
********/
@-webkit-keyframes shakeUp { 
    0%, 100% {-webkit-transform: translateX(0);} 
    10%, 30%, 50%, 70%, 90% {-webkit-transform: translateY(-10px);} 
    20%, 40%, 60%, 80% {-webkit-transform: translateY(10px);} 
} 
@keyframes shakeUp { 
    0%, 100% {transform: translateY(0);} 
    10%, 30%, 50%, 70%, 90% {transform: translateY(-10px);} 
    20%, 40%, 60%, 80% {transform: translateY(10px);} 
} 
.shakeUp.go { 
    -webkit-animation-name: shakeUp; 
    animation-name: shakeUp; 
}

/*************
* FadeInLeft *
*************/

@-webkit-keyframes fadeInLeft { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(-400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fadeInLeft { 
    0% { 
        opacity: 0; 
        transform: translateX(-400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.fadeInLeft{ 
    opacity: 0; 
    -webkit-transform: translateX(-400px); 
    transform: translateX(-400px);
}
.fadeInLeft.go { 
    -webkit-animation-name: fadeInLeft; 
    animation-name: fadeInLeft; 
}


/*************
* FadeInRight *
*************/

@-webkit-keyframes fadeInRight { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fadeInRight { 
    0% { 
        opacity: 0; 
        transform: translateX(400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.fadeInRight{ 
    opacity: 0; 
    -webkit-transform: translateX(400px); 
    transform: translateX(400px);
}
.fadeInRight.go { 
    -webkit-animation-name: fadeInRight; 
    animation-name: fadeInRight; 
}

/*************
* FadeInUp *
*************/

@-webkit-keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 
@keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        transform: translateY(400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 
.fadeInUp{ 
    opacity: 0; 
    -webkit-transform: translateY(400px); 
    transform: translateY(400px);
}
.fadeInUp.go { 
    -webkit-animation-name: fadeInUp; 
    animation-name: fadeInUp; 
}

/*************
* FadeInDown *
*************/

@-webkit-keyframes fadeInDown { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(-400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 
@keyframes fadeInDown { 
    0% { 
        opacity: 0; 
        transform: translateY(-400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 
.fadeInDown{ 
    opacity: 0; 
    -webkit-transform: translateY(-400px); 
    transform: translateY(-400px);
}
.fadeInDown.go { 
    -webkit-animation-name: fadeInDown; 
    animation-name: fadeInDown; 
}

/*****************
* rotateIn *
*****************/
@-webkit-keyframes rotateIn { 
    0% { 
        -webkit-transform-origin: center center; 
        -webkit-transform: rotate(-200deg); 
        opacity: 0; 
    } 
    100% { 
        -webkit-transform-origin: center center; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
} 
@keyframes rotateIn { 
    0% { 
        transform-origin: center center; 
        transform: rotate(-200deg); 
        opacity: 0; 
    } 
    100% { 
        transform-origin: center center; 
        transform: rotate(0); 
        opacity: 1; 
    } 
} 
.rotateIn.go { 
    -webkit-animation-name: rotateIn; 
    animation-name: rotateIn; 
}

/*****************
* rotateInUpLeft *
*****************/

@-webkit-keyframes rotateInUpLeft { 
    0% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(90deg); 
        opacity: 0; 
    } 
    100% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
} 
@keyframes rotateInUpLeft { 
    0% { 
        transform-origin: left bottom; 
        transform: rotate(90deg); 
        opacity: 0; 
    } 
    100% { 
        transform-origin: left bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
} 
.rotateInUpLeft.go { 
    -webkit-animation-name: rotateInUpLeft; 
    animation-name: rotateInUpLeft; 
}

/*******************
* rotateInDownLeft *
*******************/
@-webkit-keyframes rotateInDownLeft { 
    0% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(-90deg); 
        opacity: 0; 
    } 
    100% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
} 
@keyframes rotateInDownLeft { 
    0% { 
        transform-origin: left bottom; 
        transform: rotate(-90deg); 
        opacity: 0; 
    } 
    100% { 
        transform-origin: left bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
} 
.rotateInDownLeft.go { 
    -webkit-animation-name: rotateInDownLeft; 
    animation-name: rotateInDownLeft; 
}

/******************
* rotateInUpRight *
*******************/

@-webkit-keyframes rotateInUpRight { 
    0% { 
        -webkit-transform-origin: right bottom; 
        -webkit-transform: rotate(-90deg); 
        opacity: 0; 
    } 
    100% { 
        -webkit-transform-origin: right bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
} 
@keyframes rotateInUpRight { 
    0% { 
        transform-origin: right bottom; 
        transform: rotate(-90deg); 
        opacity: 0; 
    } 
    100% { 
        transform-origin: right bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
} 
.rotateInUpRight.go { 
    -webkit-animation-name: rotateInUpRight; 
    animation-name: rotateInUpRight; 
}

/********************
* rotateInDownRight *
********************/

@-webkit-keyframes rotateInDownRight { 
    0% { 
        -webkit-transform-origin: right bottom; 
        -webkit-transform: rotate(90deg); 
        opacity: 0; 
    } 
    100% { 
        -webkit-transform-origin: right bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
} 
@keyframes rotateInDownRight { 
    0% { 
        transform-origin: right bottom; 
        transform: rotate(90deg); 
        opacity: 0; 
    } 
    100% { 
        transform-origin: right bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
} 
.rotateInDownRight.go { 
    -webkit-animation-name: rotateInDownRight; 
    animation-name: rotateInDownRight; 
}

/*********
* rollIn *
**********/

@-webkit-keyframes rollIn { 
    0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); } 
    100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); } 
} 
@keyframes rollIn { 
    0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); } 
    100% { opacity: 1; transform: translateX(0px) rotate(0deg); } 
} 
.rollIn.go { 
    -webkit-animation-name: rollIn; 
    animation-name: rollIn; 
}

/*********
* wiggle *
**********/

@-webkit-keyframes wiggle { 
    0% { -webkit-transform: skewX(9deg); } 
    10% { -webkit-transform: skewX(-8deg); } 
    20% { -webkit-transform: skewX(7deg); } 
    30% { -webkit-transform: skewX(-6deg); } 
    40% { -webkit-transform: skewX(5deg); } 
    50% { -webkit-transform: skewX(-4deg); } 
    60% { -webkit-transform: skewX(3deg); } 
    70% { -webkit-transform: skewX(-2deg); } 
    80% { -webkit-transform: skewX(1deg); } 
    90% { -webkit-transform: skewX(0deg); } 
    100% { -webkit-transform: skewX(0deg); } 
} 
@keyframes wiggle { 
    0% { transform: skewX(9deg); } 
    10% { transform: skewX(-8deg); } 
    20% { transform: skewX(7deg); } 
    30% { transform: skewX(-6deg); } 
    40% { transform: skewX(5deg); } 
    50% { transform: skewX(-4deg); } 
    60% { transform: skewX(3deg); } 
    70% { transform: skewX(-2deg); } 
    80% { transform: skewX(1deg); } 
    90% { transform: skewX(0deg); } 
    100% { transform: skewX(0deg); } 
} 
.wiggle.go { 
    -webkit-animation-name: wiggle; 
    animation-name: wiggle; 
    -webkit-animation-timing-function: ease-in; 
    animation-timing-function: ease-in; 
} 

/********
* swing *
*********/

@-webkit-keyframes swing { 
    20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; } 
    20% { -webkit-transform: rotate(15deg); } 
    40% { -webkit-transform: rotate(-10deg); } 
    60% { -webkit-transform: rotate(5deg); } 
    80% { -webkit-transform: rotate(-5deg); } 
    100% { -webkit-transform: rotate(0deg); } 
} 
@keyframes swing { 
    20% { transform: rotate(15deg); } 
    40% { transform: rotate(-10deg); } 
    60% { transform: rotate(5deg); } 
    80% { transform: rotate(-5deg); } 
    100% { transform: rotate(0deg); } 
} 
.swing.go { 
    -webkit-transform-origin: top center; 
    transform-origin: top center; 
    -webkit-animation-name: swing; 
    animation-name: swing; 
}

/*******
* tada *
********/

@-webkit-keyframes tada { 
    0% {-webkit-transform: scale(1);} 
    10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);} 
    30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);} 
    40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);} 
    100% {-webkit-transform: scale(1) rotate(0);} 
} 
@keyframes tada { 
    0% {transform: scale(1);} 
    10%, 20% {transform: scale(0.9) rotate(-3deg);} 
    30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);} 
    40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);} 
    100% {transform: scale(1) rotate(0);} 
} 
.tada.go { 
    -webkit-animation-name: tada; 
    animation-name: tada; 
}

/*********
* wobble *
**********/

@-webkit-keyframes wobble { 
  0% { -webkit-transform: translateX(0%); } 
  15% { -webkit-transform: translateX(-25%) rotate(-5deg); } 
  30% { -webkit-transform: translateX(20%) rotate(3deg); } 
  45% { -webkit-transform: translateX(-15%) rotate(-3deg); } 
  60% { -webkit-transform: translateX(10%) rotate(2deg); } 
  75% { -webkit-transform: translateX(-5%) rotate(-1deg); } 
  100% { -webkit-transform: translateX(0%); } 
} 
@keyframes wobble { 
  0% { transform: translateX(0%); } 
  15% { transform: translateX(-25%) rotate(-5deg); } 
  30% { transform: translateX(20%) rotate(3deg); } 
  45% { transform: translateX(-15%) rotate(-3deg); } 
  60% { transform: translateX(10%) rotate(2deg); } 
  75% { transform: translateX(-5%) rotate(-1deg); } 
  100% { transform: translateX(0%); } 
} 
.wobble.go { 
    -webkit-animation-name: wobble; 
    animation-name: wobble; 
}

/********
* pulse *
*********/

@-webkit-keyframes pulse { 
    0% { -webkit-transform: scale(1); } 
    50% { -webkit-transform: scale(1.1); } 
    100% { -webkit-transform: scale(1); } 
} 
@keyframes pulse { 
    0% { transform: scale(1); } 
    50% { transform: scale(1.1); } 
    100% { transform: scale(1); } 
} 
.pulse.go { 
    -webkit-animation-name: pulse; 
    animation-name: pulse; 
}

/***************
* lightSpeedInRight *
****************/
@-webkit-keyframes lightSpeedInRight { 
   0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; } 
    60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; } 
    80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; } 
    100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; } 
} 
@keyframes lightSpeedInRight { 
    0% { transform: translateX(100%) skewX(-30deg); opacity: 0; } 
    60% { transform: translateX(-20%) skewX(30deg); opacity: 1; } 
    80% { transform: translateX(0%) skewX(-15deg); opacity: 1; } 
    100% { transform: translateX(0%) skewX(0deg); opacity: 1; } 
} 
.lightSpeedInRight.go { 
    -webkit-animation-name: lightSpeedInRight; 
    animation-name: lightSpeedInRight; 
    -webkit-animation-timing-function: ease-out; 
    animation-timing-function: ease-out; 
} 

/***************
* lightSpeedInLeft *
****************/
@-webkit-keyframes lightSpeedInLeft { 
   0% { -webkit-transform: translateX(-100%) skewX(30deg); opacity: 0; } 
    60% { -webkit-transform: translateX(20%) skewX(-30deg); opacity: 1; } 
    80% { -webkit-transform: translateX(0%) skewX(15deg); opacity: 1; } 
    100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; } 
} 
@keyframes lightSpeedInLeft { 
    0% { transform: translateX(-100%) skewX(30deg); opacity: 0; } 
    60% { transform: translateX(20%) skewX(-30deg); opacity: 1; } 
    80% { transform: translateX(0%) skewX(15deg); opacity: 1; } 
    100% { transform: translateX(0%) skewX(0deg); opacity: 1; } 
} 
.lightSpeedInLeft.go { 
    -webkit-animation-name: lightSpeedInLeft; 
    animation-name: lightSpeedInLeft; 
    -webkit-animation-timing-function: ease-out; 
    animation-timing-function: ease-out; 
} 


/*******
* Flip *
*******/
@-webkit-keyframes flip { 
    0% { 
        -webkit-transform: perspective(400px) rotateY(0); 
        -webkit-animation-timing-function: ease-out; 
    } 
    40% { 
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg); 
        -webkit-animation-timing-function: ease-out; 
    } 
    50% { 
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1); 
        -webkit-animation-timing-function: ease-in; 
    } 
    80% { 
        -webkit-transform: perspective(400px) rotateY(360deg) scale(.95); 
        -webkit-animation-timing-function: ease-in; 
    } 
    100% { 
        -webkit-transform: perspective(400px) scale(1); 
        -webkit-animation-timing-function: ease-in; 
    } 
}
@keyframes flip { 
    0% { 
        transform: perspective(400px) rotateY(0); 
        animation-timing-function: ease-out; 
    } 
    40% { 
        transform: perspective(400px) translateZ(150px) rotateY(170deg); 
        animation-timing-function: ease-out; 
    } 
    50% { 
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1); 
        animation-timing-function: ease-in; 
    } 
    80% { 
        transform: perspective(400px) rotateY(360deg) scale(.95); 
        animation-timing-function: ease-in; 
    } 
    100% { 
        transform: perspective(400px) scale(1); 
        animation-timing-function: ease-in; 
    } 
} 
.flip.go { 
    -webkit-backface-visibility: visible !important; 
    -webkit-animation-name: flip; 
    backface-visibility: visible !important; 
    animation-name: flip; 
}

/**********
* flipInX *
**********/
@-webkit-keyframes flipInX { 
    0% { 
        -webkit-transform: perspective(400px) rotateX(90deg); 
        opacity: 0; 
    } 
    40% { 
        -webkit-transform: perspective(400px) rotateX(-10deg); 
    } 
    70% { 
        -webkit-transform: perspective(400px) rotateX(10deg); 
    } 
    100% { 
        -webkit-transform: perspective(400px) rotateX(0deg); 
        opacity: 1; 
    } 
} 
@keyframes flipInX { 
    0% { 
        transform: perspective(400px) rotateX(90deg); 
        opacity: 0; 
    } 
    40% { 
        transform: perspective(400px) rotateX(-10deg); 
    } 
    70% { 
        transform: perspective(400px) rotateX(10deg); 
    } 
    100% { 
        transform: perspective(400px) rotateX(0deg); 
        opacity: 1; 
    } 
} 
.flipInX.go { 
    -webkit-backface-visibility: visible !important; 
    -webkit-animation-name: flipInX; 
    backface-visibility: visible !important; 
    animation-name: flipInX; 
}

/**********
* flipInY *
**********/

@-webkit-keyframes flipInY { 
    0% { 
        -webkit-transform: perspective(400px) rotateY(90deg); 
        opacity: 0; 
    } 
    40% { 
        -webkit-transform: perspective(400px) rotateY(-10deg); 
    } 
    70% { 
        -webkit-transform: perspective(400px) rotateY(10deg); 
    } 
    100% { 
        -webkit-transform: perspective(400px) rotateY(0deg); 
        opacity: 1; 
    } 
} 
@keyframes flipInY { 
    0% { 
        transform: perspective(400px) rotateY(90deg); 
        opacity: 0; 
    } 
    40% { 
        transform: perspective(400px) rotateY(-10deg); 
    } 
    70% { 
        transform: perspective(400px) rotateY(10deg); 
    } 
    100% { 
        transform: perspective(400px) rotateY(0deg); 
        opacity: 1; 
    } 
} 
.flipInY.go { 
    -webkit-backface-visibility: visible !important; 
    -webkit-animation-name: flipInY; 
    backface-visibility: visible !important; 
    animation-name: flipInY; 
}

/*****************
* Out animations *
*****************/


/************
* bounceOut *
*************/
@-webkit-keyframes bounceOut { 
    0% { 
        -webkit-transform: scale(1); 
    } 
    25% { 
        -webkit-transform: scale(.95); 
    } 
    50% { 
        opacity: 1; 
        -webkit-transform: scale(1.1); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: scale(.3); 
    } 
} 
@keyframes bounceOut { 
    0% { 
        transform: scale(1); 
    } 
    25% { 
        transform: scale(.95); 
    } 
    50% { 
        opacity: 1; 
        transform: scale(1.1); 
    } 
    100% { 
        opacity: 0; 
        transform: scale(.3); 
    } 
} 
.bounceOut.goAway { 
    -webkit-animation-name: bounceOut; 
    animation-name: bounceOut; 
}

/************
* bounceOutUp *
*************/
@-webkit-keyframes bounceOutUp { 
    0% { 
        -webkit-transform: translateY(0); 
    } 
    20% { 
        opacity: 1; 
        -webkit-transform: translateY(20px); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateY(-2000px); 
    } 
} 
@keyframes bounceOutUp { 
    0% { 
        transform: translateY(0); 
    } 
    20% { 
        opacity: 1; 
        transform: translateY(20px); 
    } 
    100% { 
        opacity: 0; 
        transform: translateY(-2000px); 
    } 
} 
.bounceOutUp.goAway { 
    -webkit-animation-name: bounceOutUp; 
    animation-name: bounceOutUp; 
}

/************
* bounceOutDown *
*************/
@-webkit-keyframes bounceOutDown { 
    0% { 
        -webkit-transform: translateY(0); 
    } 
    20% { 
        opacity: 1; 
        -webkit-transform: translateY(-20px); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateY(2000px); 
    } 
} 
@keyframes bounceOutDown { 
    0% { 
        transform: translateY(0); 
    } 
    20% { 
        opacity: 1; 
        transform: translateY(-20px); 
    } 
    100% { 
        opacity: 0; 
        transform: translateY(2000px); 
    } 
} 
.bounceOutDown.goAway { 
    -webkit-animation-name: bounceOutDown; 
    animation-name: bounceOutDown; 
}


/************
* bounceOutLeft *
*************/
@-webkit-keyframes bounceOutLeft { 
    0% { 
        -webkit-transform: translateX(0); 
    } 
    20% { 
        opacity: 1; 
        -webkit-transform: translateX(20px); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateX(-2000px); 
    } 
} 
@keyframes bounceOutLeft { 
    0% { 
        transform: translateX(0); 
    } 
    20% { 
        opacity: 1; 
        transform: translateX(20px); 
    } 
    100% { 
        opacity: 0; 
        transform: translateX(-2000px); 
    } 
} 
.bounceOutLeft.goAway { 
    -webkit-animation-name: bounceOutLeft; 
    animation-name: bounceOutLeft; 
}

/************
* bounceOutRight *
*************/
@-webkit-keyframes bounceOutRight { 
    0% { 
        -webkit-transform: translateX(0); 
    } 
    20% { 
        opacity: 1; 
        -webkit-transform: translateX(-20px); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateX(2000px); 
    } 
} 
@keyframes bounceOutRight { 
    0% { 
        transform: translateX(0); 
    } 
    20% { 
        opacity: 1; 
        transform: translateX(-20px); 
    } 
    100% { 
        opacity: 0; 
        transform: translateX(2000px); 
    } 
} 
.bounceOutRight.goAway { 
    -webkit-animation-name: bounceOutRight; 
    animation-name: bounceOutRight; 
}

/************
* fadeOut *
*************/
@-webkit-keyframes fadeOut { 
    0% {opacity: 1;} 
    100% {opacity: 0;} 
} 
@keyframes fadeOut { 
    0% {opacity: 1;} 
    100% {opacity: 0;} 
} 
.fadeOut.goAway { 
    -webkit-animation-name: fadeOut; 
    animation-name: fadeOut; 
}

/************
* fadeOutUp *
*************/
@-webkit-keyframes fadeOutUp { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateY(-2000px); 
    } 
} 
@keyframes fadeOutUp { 
    0% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
    100% { 
        opacity: 0; 
        transform: translateY(-2000px); 
    } 
} 
.fadeOutUp.goAway { 
    -webkit-animation-name: fadeOutUp; 
    animation-name: fadeOutUp; 
}

/************
* fadeOutDown *
*************/
@-webkit-keyframes fadeOutDown { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateY(2000px); 
    } 
} 
@keyframes fadeOutDown { 
    0% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
    100% { 
        opacity: 0; 
        transform: translateY(2000px); 
    } 
} 
.fadeOutDown.goAway { 
    -webkit-animation-name: fadeOutDown; 
    animation-name: fadeOutDown; 
}

/************
* fadeOutLeft *
*************/
@-webkit-keyframes fadeOutLeft { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateX(-2000px); 
    } 
} 
@keyframes fadeOutLeft { 
    0% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
    100% { 
        opacity: 0; 
        transform: translateX(-2000px); 
    } 
} 
.fadeOutLeft.goAway { 
    -webkit-animation-name: fadeOutLeft; 
    animation-name: fadeOutLeft; 
}

/************
* fadeOutRight *
*************/
@-webkit-keyframes fadeOutRight { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateX(2000px); 
    } 
} 
@keyframes fadeOutRight { 
    0% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
    100% { 
        opacity: 0; 
        transform: translateX(2000px); 
    } 
} 
.fadeOutRight.goAway { 
    -webkit-animation-name: fadeOutRight; 
    animation-name: fadeOutRight; 
}
/************
* flipOutX *
*************/
@-webkit-keyframes flipOutX { 
    0% { 
        -webkit-transform: perspective(400px) rotateX(0deg); 
        opacity: 1; 
    } 
    100% { 
        -webkit-transform: perspective(400px) rotateX(90deg); 
        opacity: 0; 
    } 
} 
@keyframes flipOutX { 
    0% { 
        transform: perspective(400px) rotateX(0deg); 
        opacity: 1; 
    } 
    100% { 
        transform: perspective(400px) rotateX(90deg); 
        opacity: 0; 
    } 
} 
.flipOutX.goAway { 
    -webkit-animation-name: flipOutX; 
    -webkit-backface-visibility: visible !important; 
    animation-name: flipOutX; 
    backface-visibility: visible !important; 
}

/************
* flipOutY *
*************/
@-webkit-keyframes flipOutY { 
    0% { 
        -webkit-transform: perspective(400px) rotateY(0deg); 
        opacity: 1; 
    } 
    100% { 
        -webkit-transform: perspective(400px) rotateY(90deg); 
        opacity: 0; 
    } 
} 
@keyframes flipOutY { 
    0% { 
        transform: perspective(400px) rotateY(0deg); 
        opacity: 1; 
    } 
    100% { 
        transform: perspective(400px) rotateY(90deg); 
        opacity: 0; 
    } 
} 
.flipOutY { 
    -webkit-backface-visibility: visible !important; 
    -webkit-animation-name: flipOutY; 
    backface-visibility: visible !important; 
    animation-name: flipOutY; 
}

/************
* lightSpeedOutRight *
*************/
@-webkit-keyframes lightSpeedOutRight { 
    0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; } 
    100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; } 
} 
@keyframes lightSpeedOutRight { 
    0% { transform: translateX(0%) skewX(0deg); opacity: 1; } 
    100% { transform: translateX(100%) skewX(-30deg); opacity: 0; } 
} 
.lightSpeedOutRight.goAway { 
    -webkit-animation-name: lightSpeedOutRight; 
    animation-name: lightSpeedOutRight; 
    -webkit-animation-timing-function: ease-in; 
    animation-timing-function: ease-in; 
} 


/************
* lightSpeedOutLeft *
*************/
@-webkit-keyframes lightSpeedOutLeft { 
    0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; } 
    100% { -webkit-transform: translateX(-100%) skewX(30deg); opacity: 0; } 
} 
@keyframes lightSpeedOutLeft { 
    0% { transform: translateX(0%) skewX(0deg); opacity: 1; } 
    100% { transform: translateX(-100%) skewX(30deg); opacity: 0; } 
} 
.lightSpeedOutLeft.goAway { 
    -webkit-animation-name: lightSpeedOutLeft; 
    animation-name: lightSpeedOutLeft; 
    -webkit-animation-timing-function: ease-in; 
    animation-timing-function: ease-in; 

} 

/************
* rotateOut *
*************/
@-webkit-keyframes rotateOut { 
    0% { 
        -webkit-transform-origin: center center; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        -webkit-transform-origin: center center; 
        -webkit-transform: rotate(200deg); 
        opacity: 0; 
    } 
} 
@keyframes rotateOut { 
    0% { 
        transform-origin: center center; 
        transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        transform-origin: center center; 
        transform: rotate(200deg); 
        opacity: 0; 
    } 
} 
.rotateOut.goAway { 
    -webkit-animation-name: rotateOut; 
    animation-name: rotateOut; 
}


/************
* rotateOutUpLeft *
*************/
@-webkit-keyframes rotateOutUpLeft { 
    0% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(-90deg); 
        opacity: 0; 
    } 
} 
@keyframes rotateOutUpLeft { 
    0% { 
        transform-origin: left bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        -transform-origin: left bottom; 
        -transform: rotate(-90deg); 
        opacity: 0; 
    } 
} 
.rotateOutUpLeft.goAway { 
    -webkit-animation-name: rotateOutUpLeft; 
    animation-name: rotateOutUpLeft; 
}

/************
* rotateOutDownLeft *
*************/

@-webkit-keyframes rotateOutDownLeft { 
    0% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(90deg); 
        opacity: 0; 
    } 
} 
@keyframes rotateOutDownLeft { 
    0% { 
        transform-origin: left bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        transform-origin: left bottom; 
        transform: rotate(90deg); 
        opacity: 0; 
    } 
} 
.rotateOutDownLeft.goAway { 
    -webkit-animation-name: rotateOutDownLeft; 
    animation-name: rotateOutDownLeft; 
}
/************
* rotateOutUpRight *
*************/

@-webkit-keyframes rotateOutUpRight { 
    0% { 
        -webkit-transform-origin: right bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        -webkit-transform-origin: right bottom; 
        -webkit-transform: rotate(90deg); 
        opacity: 0; 
    } 
} 
@keyframes rotateOutUpRight { 
    0% { 
        transform-origin: right bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        transform-origin: right bottom; 
        transform: rotate(90deg); 
        opacity: 0; 
    } 
} 
.rotateOutUpRight.goAway { 
    -webkit-animation-name: rotateOutUpRight; 
    animation-name: rotateOutUpRight; 
}

/************
* rollOut *
*************/
@-webkit-keyframes rollOut { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateX(0px) rotate(0deg); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateX(100%) rotate(120deg); 
    } 
} 
@keyframes rollOut { 
    0% { 
        opacity: 1; 
        transform: translateX(0px) rotate(0deg); 
    } 
    100% { 
        opacity: 0; 
        transform: translateX(100%) rotate(120deg); 
    } 
} 
.rollOut.goAway { 
    -webkit-animation-name: rollOut; 
    animation-name: rollOut; 
}



/* Wobble Horizontal */
@-webkit-keyframes wobble-horizontal {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    5% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    15% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    20% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    30% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes wobble-horizontal {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    5% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    15% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    20% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    30% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff'),
        url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
        url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('../fonts/ProximaNova-Light.eot');
    src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Light.woff2') format('woff2'),
        url('../fonts/ProximaNova-Light.woff') format('woff'),
        url('../fonts/ProximaNova-Light.ttf') format('truetype'),
        url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

/* * {
    font-family: 'Roboto Condensed Condensed', sans-serif;
} */

*:focus {
    outline: none;
}

html {
    font-size: 16px;
}

html,
body {
    height: 100%;
}


body {
    font: 1rem / 1.5 'Roboto Condensed', sans-serif;
    background-color: #f9f9f9;
    margin: 0;
}


.container-fluid {
    max-width: 1717px;
    margin: 0 auto;
    padding: 0 15px;
}

.wrapper {
    min-width: 320px;   
    overflow: hidden;
}


p,
ul,
h1,
h2,
h3,
h4,
h5,
h5 {
    margin: 0px;
    padding: 0px;
}

img {
    max-width: 100%;
    height: auto;
}


/*  buttons */

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 0.75rem;
    padding: 0 25px;    
    height: 44px;   
    line-height: 44px;  
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.action-button-wr {
	padding-top: 30px;
}

.btn:focus,
.btn:active {
    outline: none;
    box-shadow: none;
}

.btn-lg {
    height: 63px;
    line-height: 63px;
    font-size: 1.125rem;
    min-width: 230px;   
}

.bages-list {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
    font-size: 0;
}

.bages-list li {
    display: inline-block;  
    vertical-align: top;    
    margin-right: 5px; 
    margin-bottom: 5px; 
}

.bottom-nav {
    padding: 0; 
    list-style-type: none;
    margin: 20px 0 0;  
}
.bottom-nav li {
    float: left;
    color: #fff;
    margin-right: 10px; 
}

.bottom-nav li a {
    color: #fff;
}


.btn-warning {
    background-color: #ff6600;
}

.btn-default {
    border: 1px solid #ff6600;
    color: #ff6600;
}

.btn-default.active, .btn-default:active, .btn-default:hover, .open>.btn-default.dropdown-toggle {
    background-color: transparent;
}

.btn-default:hover {
    color: #fff;
    background-color: #ff6600;
    border: 1px solid #ff6600;
}

.btn-white {
    background-color: #fff;
    color: #ff6600;
}

/* forms */

.form-control {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 0.75rem;    
    text-transform: uppercase;  
    height: 47px;   
    line-height: 47px;
    letter-spacing: 2px;    
}


.form-group {
    margin-bottom: 20px;    
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}



.header {
    padding-top: 37px;
    padding-bottom: 45px; 
    position: fixed;    
    left: 0;    
    right: 0;   
    top: 0; 
    z-index: 20;
    background-color: #fff;
    -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;  
}

.header-facke {
    height: 178px;  
}

.header.affix {
    padding-top: 10px;  
    padding-bottom: 10px; 
    border-bottom: 1px solid #eaeaea;  
}

header .logo {
    padding-left: 19.5%;
    padding-top: 15px;
}

header .logo a {
    display: block; 
}

header .logo img {
    width: 75%; 
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

header.affix .logo img {
    width: 55%; 
}

.logo-text {
    font-size: 0.875rem; 
    line-height: 16px;    
    display: block;  
    color: #7d7d7d;
    max-width: 80%;
    padding-top: 10px;
}

header.affix .logo-text {
    display: none;
}

header nav {
   padding-top: 42px;
    padding-left: 5%;
    padding-right: 6%;  
    -webkit-transition: padding-top 0.3s;
    -o-transition: padding-top 0.3s;
    transition: padding-top 0.3s;
}

header.affix nav {
    padding-top: 30px;  
}

header nav > ul {
    padding-left: 4.1%;
    text-align: justify;    
}

header nav > ul:after {
    width: 100%;    
    content: '';
    display: inline-block;  
}

header nav > ul > li {
    display: inline-block;
    list-style: none;
}

header nav > ul > li:last-child {
    margin-right: 0px;
}

header nav > ul > li a {
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #7d7d7d;
    position: relative;
}

header nav > ul > li .active-menu {
    /* font-family: 'Proxima Nova Bold', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #ff6600;
    text-decoration: none;
}

header nav > ul > li .active-menu:hover {
    color: #ff6600;
}

header nav > ul > li a:hover {
    color: #000;
    text-decoration: none;
}

header nav > ul > li a:after {
    content: " ";
    display: block;
    position: absolute;
    visibility: hidden;
    width: 0%;
    height: 4px;
    margin-top: 2px;
    background: #f16607;
    transition: all 0.3s ease;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

header nav > ul > li a.active-menu:after {
    display: none;
}

.mobile-menu .sandwich {
    position: fixed;
    right: 10px;
    top: 10px;
    padding-top: 10px;
    z-index: 9999;
    padding-bottom: 10px;
    background: #f16607;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    width: 60px;
    font-size: 2.45rem;
    z-index: 20;
}

.mobile-menu .sandwich:hover {
    background: #d75d09;
}

.mobile-menu ul {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 19;
    background: #f16607;
    width: 100%;
    height: 100%;
    padding-top: 60px;
}

.mobile-menu ul li {
    text-align: center;
}

.mobile-menu ul li a {
    color: #fff;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.825rem;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
}

.mobile-menu ul li a:hover {
    background: #d75d09;
    text-decoration: none;
}

.static-col {
    position: static;
}

header nav > ul > li a:hover:after {
    visibility: visible;
    width: 104%;
}



.dropdown-inline {
    display: inline-block;  
    margin-right: 22px; 
}

.affix .dropdown-inline + .btn-warning {
    webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-name: wobble-horizontal;
    animation-name: wobble-horizontal;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.city-dropdown {
    /* font-family: 'Proxima Nova Lt', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;   
    color: #7d7d7d;
    padding: 0;
    border: none;
    padding-right: 10px;    
    background-color: transparent;
}

.city-dropdown:hover,
.city-dropdown:focus,
.city-dropdown:active {
    background-color: transparent!important;
    border: none!important;
    color: #7d7d7d!important;
    box-shadow: none;
}

.city-dropdown span {
    text-decoration: underline;
    text-transform: none;
    font-size: 1.25rem;    
}

.city-dropdown span:hover {
    text-decoration: none;
}

.city-dropdown span.caret {
    width: 9px; 
    height: 9px;    
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #ff6600;
    border-top: none;
    border-left: none;
    position: absolute; 
    top: 15px;
    right: -10px;   
}

.contacts {
    text-align: right;
}

header .contacts > .city ul li {
    font-size: 1rem;
    color: #7e7e7e;
    display: inline-block;
    list-style: none;
    cursor: pointer;
    margin-right: 14%;
}

header .contacts > .city ul li.active {
    color: #000;
    cursor: pointer;
}

header .contacts > .city ul li:hover {
    color: #f16607;
}

header .contacts > .city ul li:last-child {
    margin-right: 0px;
}

header .contacts > .phone {
    font-size: 2.125rem;
    text-transform: uppercase;
    color: #ff6600;
    line-height: 45px;
}

header .contacts > .modal-link a {
    color: #8b8b8b;
    font-size: 0.937rem;
    text-transform: uppercase;
    line-height: 28px;
    text-decoration: underline;
}

header .contacts > .modal-link a:hover {
    color: #12cdf7;
    text-decoration: none;
}

h1.black-h1 {
    font-size: 2.125rem;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding-top: 65px;
    padding-bottom: 74px;
}

.text-center {
    text-align: center;
}

.certificats-slider:after {
    position: absolute;
    content: " ";
    display: block;
    width: 288px;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    right: 0px;
    top: 0px;
}

.certificats-arrows > div {
    position: absolute;
    content: " ";
    display: block;
    background-image: url(/img/arrows.png);
    background-repeat: no-repeat;
    width: 31px;
    height: 21px;
    top: 48%;
    cursor: pointer;
    z-index: 9999;
}

.certificats-arrows > div.next {
    right: 15px;
    background-position: right top;
}

.certificats-arrows > div.next:hover {
    background-position: right bottom;
}

.certificats-arrows > div.prev {
    left: 15px;
    background-position: left top;
}

.certificats-arrows > div.prev:hover {
    background-position: left bottom;
}

.certificats-slider .owl-item img {
    width: 96%;
    height: auto;
}

.certificats-slider .owl-item a {
    color: #000;
}

.certificats-slider .owl-item a:hover {
    color: #f16607;
    text-decoration: none;
}

.certificats-slider figcaption {
    text-align: center;
    font-size: 1rem;
    font-weight: 200;
    width: 85%;
    line-height: 18px;
    margin: 0 auto;
}

.cases {
    width: 76.5%;
    margin: 0 auto;
}

.cases .case {
    margin-bottom: 56px;
    font-size: 1rem;
    font-weight: 200;
    line-height: 18px;
}

.cases .case > div {
    display: inline-block;
    vertical-align: top;
}

.cases .case > div.left {
    margin-right: 3.7%;
    width: 35.2%;
}

.cases .case > div.left img {
    width: 100%;
}

.cases .case > div.right {
    width: 60%;
}

.cases .case h2 {
    text-transform: uppercase;
    font-size: 1.875rem;
    color: #000;
    padding-bottom: 45px;
}

.cases .case h6 {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    font-size: 1.125rem;
    padding-top: 30px;
    padding-bottom: 30px;
}

.cases .case ul {
    padding-left: 15px;
}

.cases .case ul li {
    list-style: none;
    line-height: 18px;
    position: relative;
}

.cases .case ul li:before {
    position: absolute;
    width: 6px;
    height: 6px;
    content: " ";
    display: block;
    background: #12cdf7;
    top: 6px;
    left: -13px;
}

.blue-btn-p {
    text-align: center;
    margin-bottom: 30px;
}

.blue-btn-p a {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 21px;
    padding-bottom: 19px;
    background: #12cdf7;
    font-size: 0.9375rem;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    transition: background 0.2s ease-in;
}

.blue-btn-p a:hover {
    background: #11b4d8;
}

footer .top-footer {
    background-color: #ff6600;
    background-image: url(../assets/images/share-bg.jpg);
    background-repeat: no-repeat;
    background-position: 0 100%;
    padding-top: 26px;
    padding-bottom: 48px;
}
footer .top-footer .footer-nav {
    margin-bottom: 60px;    
}
footer .top-footer .footer-nav li {
    list-style: none;
    line-height: 30px;
    display: inline-block;  
    vertical-align: top;    
    margin-right: 30px; 
}

footer .top-footer .footer-nav li a {
    font-size: 1.125rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
}

footer .top-footer .phones {
    display: inline-block;
    vertical-align: middle; 
    padding-top: 20px;  
}

footer .top-footer .phones ul li {
    display: inline-block;
    line-height: 30px;
    margin-right: 30px;
}

footer .top-footer .phones ul li a {
    color: #fff;
    font-size: 1.125rem;

}

footer .top-footer .phones ul li a:hover {
    text-decoration: none;
}



footer .top-footer .address {
    line-height: 22px;
    color: #fff;
    font-size: 1.25rem;
}

footer .top-footer .socials {
    display: inline-block;  
    margin-right: 30px; 
    padding-top: 20px;
    vertical-align: middle; 
}

footer .top-footer .socials li:first-child {
    margin-left: 0px;
}

footer .top-footer .socials li {
    display: inline-block;
    list-style: none;
    margin-right: 20px; 
}

footer .top-footer .socials li a {
    color: #fff;
    font-size: 1.25rem;
    transition: color 0.4s;
}

footer .top-footer .socials li a:hover {
    color: #12cdf7;
}

footer .bottom-footer {
    background-color: #ff6600;
    padding: 20px 0;    
}

footer .bottom-footer p {
    color: #fff;
    margin-bottom: 0;   
}

footer .bottom-footer .copy {
    text-align: right;
}

footer .bottom-footer .bottom-nav {
    text-align: center;
    padding-top: 13px;
    padding-bottom: 22px;
    border-bottom: 1px solid #c3c3c3;
    margin-bottom: 20px;
}

footer .bottom-footer .bottom-nav li {
    display: inline-block;
    text-align: center;
    width: 33.3333%;
    color: #5c5c5c;
    font-size: 1.125rem;
    margin-right: -5px;
    padding-top: 14px;
}

footer .bottom-footer .bottom-nav li a {
    color: #5c5c5c;
    font-size: 1.125rem;
}

footer .bottom-footer .bottom-nav li:nth-child(4n),
footer .bottom-footer .bottom-nav li:first-child {
    text-align: left;
}

footer .bottom-footer .bottom-nav li:nth-child(3n) {
    text-align: right;
}

footer .bottom-footer .page-rang-text {
    text-align: center;
    color: #5c5c5c;
    font-size: 1.125rem;
    padding-bottom: 52px;
}


.seo-wrapper {
    padding-top: 45px; 
    padding-bottom: 15px;    
}
.seo-block {
    max-height: 330px;   
}

.seo-heading {
    font-size: 2.06rem;    
    line-height: 2.10rem;   
    color: #474747;
    margin-bottom: 30px;    
}

.black-h2 {
    font-size: 1.56vw;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.sidebar {
    padding-left: 23.2%;
}

.sidebar ul {
    padding-left: 23px;
}

.sidebar ul li {
    list-style: none;
    position: relative;
    margin-bottom: 8px;
}

.sidebar ul li:before {
    content: " ";
    display: block;
    position: absolute;
    height: 6px;
    width: 6px;
    background: #12cdf7;
    top: 10px;
}

.sidebar ul li a {
    font-size: 1.125rem;
    color: #000;
    padding-left: 13px;
    position: relative;
    text-transform: uppercase;
}

.sidebar ul li a:after {
    height: 2px;
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    left: 0px;
    background: #e98900;
    width: 0px;
    transition: width 0.3s linear;
}

.sidebar ul li a:hover:after {
    width: 100%;
}

.sidebar ul li a:hover {
    text-decoration: none;
}

.articles .article {
    margin-bottom: 45px;
}

.articles .article a.title {
    font-size: 1.56vw;
    color: #000;
    text-transform: uppercase;
}

.articles .article a.title:hover {
    text-decoration: none;
    color: #e98900;
}

.articles .article a.title h1 {
    font-size: 1em;
}

.articles .article .additional-data {
    padding-top: 15px;
    padding-bottom: 7px;
}

.articles .article .additional-data li {
    display: inline-block;
    list-style: none;
    font-size: 1rem;
    font-weight: 200;
    padding-right: 10px;
    position: relative;
}

.articles .article .additional-data li:last-child:after {
    display: none;
}

.articles .article .additional-data li:after {
    width: 1px;
    background: #000;
    display: block;
    position: absolute;
    content: " ";
    height: 14px;
    right: 4px;
    top: 4px;
}

.articles .article .additional-data li span {
    color: #1dbcdf;
}

.articles .article .image img {
    /*width:100%;*/
}

.articles .article .post-excerpt {
    font-weight: 200;
    color: #000;
    font-size: 1rem;
    padding-top: 30px;
    overflow: hidden;
}

.articles .article .post-excerpt:after {
    width: 100%;
    height: 1px;
    background: #c8c6c6;
    display: block;
    content: " ";
    margin-top: 32px;
    clear: both;
}

.articles .article .post-excerpt img {
    max-width: 100%
}

.post-excerpt-main {
    font-weight: 200;
    color: #000;
    font-size: 16px;
    padding-top: 30px;
}

.post-excerpt-main:after {
    width: 60%;
    height: 1px;
    background: #c8c6c6;
    display: block;
    content: " ";
    margin-top: 32px;
    margin-left: 20%;
    margin-bottom: 10px;
}

.post-excerpt-main:before {
    width: 60%;
    height: 1px;
    background: #c8c6c6;
    display: block;
    content: " ";
    margin-top: 32px;
    margin-left: 20%;
    margin-bottom: 32px;
}

.subscribe-form {
    padding-left: 30px;
    padding-right: 15px;
}

.subscribe-form label {
    text-align: center;
    display: block;
    color: #787878;
    font-size: 1.56vw;
    text-transform: uppercase;
    font-weight: bold;
}

.subscribe-form input[type="text"] {
    width: 100%;
    height: 48px;
    border: 1px solid #000;
    padding-left: 20px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
    font-weight: 200;
    margin-bottom: 13px;
    padding-right: 20px;
    margin-top: 25px;
}

.subscribe-form p {
    text-align: center;
}

.subscribe-form input[type="submit"] {
    width: 258px;
    margin: 0 auto;
    border: none;
    background: #97da00;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    height: 56px;
    transition: background 0.3s;
}

.subscribe-form input[type="submit"]:hover {
    background: #76aa00;
}

.service > div {
    display: inline-block;
    margin-right: -5px;
}

.service > div.left {
    width: 31.7%;
    text-align: center;
}

.service > div.right {
    width: 65.0%;
    vertical-align: middle;
}

.service > div.right h1 {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 30px;
}

.service > div.right .description,
.container--map .description {
    font-weight: 200;
    line-height: 18px;
    font-size: 16px;
    color: #000;
    padding-bottom: 55px;
}

.service > div.right div.details ul li {
    display: inline-block;
    list-style: none;
    margin-right: 6.7%;
}

.service {
    margin-bottom: 250px;
    max-height: 350px;
}

.service > div.right div.details {
    padding-bottom: 46px;
    font-size: 16px;
    color: #000;
}

.service > div.right div.details a {
    color: #000;
    font-size: 16px;
}

.service > div.right div.details a.ask {
    padding-left: 24px;
    position: relative;
}

.service > div.right div.details a.ask:hover:before {
    background: url(/img/question.png) no-repeat right center;
}

.service > div.right div.details a.ask:before {
    content: " ";
    position: absolute;
    width: 17px;
    height: 16px;
    display: block;
    top: 1px;
    background: url(/img/question.png) no-repeat left center;
}

.service > div.right div.details a.ask:hover {
    text-decoration: none;
}

.service > div.right div.details .price {
    padding-left: 25px;
    background: url(/img/money_icon.png) no-repeat left center;
}

.service > div.right div.details a.more {
    position: relative;
    font-weight: 900;
}

.service > div.right div.details a.more:hover {
    text-decoration: none;
}

.service > div.right div.details a.more:hover:after {
    width: 100%;
}

.service > div.right div.details a.more:after {
    width: 0%;
    transition: width 0.4s linear;
    position: absolute;
    content: " ";
    display: block;
    height: 1px;
    background: #f16607;
}

.service > div.right {
    border-bottom: 1px solid #c8c6c6;
}

.slider {
    position: relative;
    /* background: #f76400; */
    /*min-height:510px;*/
    background-color: #2b77ff;
    background-image: url('../assets/images/share-bg.jpg');
    background-repeat: no-repeat;   
    background-position: 0 100%;
    margin-bottom: 49px;
}
.item.slide {
	display: table;
	height: 100%;
}
.slider .slide > div {
	display: table-cell;
	vertical-align: top;
	padding: 50px 0;
	min-height: 560px;
	height: 560px;
    /*float: left;
    padding-top: 40px;  */
    /*height:510px;*/
}

.slider .slide > div.left {
    padding-left: 11.5%;
	vertical-align: middle;
    padding-right: 3.5%;
    width: 46%;
    box-sizing: border-box;
	
}

.slider .slide > div.right {
    position: relative;
    width: 54%;
    padding-left: 13px; 
    padding-bottom: 50px;   
}

.owl-dots {
    position: absolute;
    left: 47%;
    bottom: 10px;
}

.owl-dot {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #fff;
    margin-right: 10px;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.owl-dot.active {
    background-color: #1146a4;
}

.slider .owl-prev,
.slider .owl-next {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 46px;
    background-image: url('../assets/images/slider-right.png');
    background-repeat: no-repeat;
    -webkit-background-size: 45px 45px;
    background-size: 45px 45px;
    position: absolute; 
    top: 50%;   
    left: 30px;    
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 0.2;   
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.slider:hover .owl-prev,
.slider:hover .owl-next {
    opacity: 1; 
}

.slider .owl-next {
    right: 30px;   
    left: auto; 
    background-image: url('../assets/images/slider-left.png');
}

.slider .owl-next:hover {
    background-image: url('../assets/images/slider-left-active.png');
}

.slider .owl-prev:hover {
    background-image: url('../assets/images/slider-right-active.png');
}


.number-of-slider {
    position: absolute;
    top: 20%;
    right: 50px;
    color: #003d9f;
    font-size: 27px;
    /* font-family: 'Proxima Nova Bold', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.slider .slide > div.left img {
    max-width: 100%;
}

.slider .slide > div.right p.title {
    color: #ffffff;
    text-transform: uppercase;
}

.slider .slide > div.right .line {
    height: 3px;
    width: 235px;
    background: #ab4500;
    margin-left: -10%;
    margin-top: 0px;
    /*43px;*/
    margin-bottom: 10px;
    /*40px;*/
}

.slider .slide > div.right .white-title {
    color: #fff;
    font-size: 2.625rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: -10px;
	height: 60px;
}

.slider .slide > div.right .description {
    font-size: 1.56rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    /*min-height:90px;*/
    margin-bottom: 30px;
    line-height: 1.1;
    letter-spacing: 3px;    
}

.slider .slide > div.right .slider-btn {
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
    height: 63px;   
    line-height: 66px;  
    border: none;
    color: #007f97;
    font-size: 1.06rem;
    text-transform: uppercase;
    background-color: #fff;
}

.slider .slide > div.right a:hover {
    text-decoration: none;
    background: #fff;
    color: #f76400;
}

.slider .slide > div.right a.link-anchor {
    padding: 0 0 2px;
    border: none;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 1.06rem;    
    letter-spacing: 3px;   
    margin-bottom: 0;    

}

.slider .slide > div.right a.link-anchor:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;  
}

.slider .slide > div.right a.link-anchor:hover {
    background: none;
    color: #fff
}

.slider .slide > div.right a.link-anchor:hover:after {
    left: -100%;
}

.slider .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    z-index: 3;
    margin-top: -47px;
    width: 34px;
    height: 95px;
    text-indent: -9999px;
}

.slider .owl-controls .owl-buttons .owl-prev {
    background: url("../images/ishop-slider-left.png")no-repeat;
    left: 20px;
}

.slider .owl-controls .owl-buttons .owl-next {
    background: url("../images/ishop-slider-right.png")no-repeat;
    right: 20px;
}

.slider .owl-pagination {
    text-align: center;
}


/* new */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.form-control:-webkit-autofill {
	background-color: transparent!important;
}

.slider .slide div.slider_one_service ol li {
    font-size: 1rem;
    line-height: 21px;    
    margin-bottom: 19px;
}

.slider .slide div.slider_one_service ol {
    padding: 0 0 0 20px; 
    margin-bottom: 28px; 
}

.service > div.right > p.h1 a {
    color: #000;
}

.service > div.right > p.h1 a:hover {
    text-decoration: none;
    color: #f16607;
}


/* end */

.why-we {
    text-align: center;
}

.why-we {
    margin-bottom: 50px;
}

.why-we > div {
    display: inline-block;
    margin-right: -5px;
    padding-top: 80px;
    width: 25%;
    font-size: 18px;
    font-weight: 200;
    border-right: 1px solid rgba(200, 198, 198, 0.5);
    background-repeat: no-repeat;
    background-position: top center;
}

.why-we > div:last-child {
    border-right: none;
}

.why-we > div p.title {
    color: #000;
    font-weight: normal;
    font-size: 18px;
    padding-bottom: 25px;
}

.money-icon {
    background-image: url(/img/icon_7.png);
}

.glasses-icon {
    background-image: url(/img/icon_1.png);
}

.cash-icon {
    background-image: url(/img/icon_8.png);
}

.link-icon {
    background-image: url(/img/icon_2.png);
}

.man-icon {
    background-image: url(/img/icon_3.png);
}

.contract-icon {
    background-image: url(/img/icon_4.png);
}

.search-icon {
    background-image: url(/img/icon_5.png);
}

.report-icon {
    background-image: url(/img/icon_6.png);
}

.lates-posts {
    width: 91%;
    margin: 0 auto;
    background: #fbfbfb;
    padding-top: 53px;
    padding-bottom: 74px;
    box-sizing: border-box;
    padding-right: 4%;
    padding-left: 4%;
}

.lates-posts > h1 {
    text-align: center;
    font-size: 34px;
    text-transform: uppercase;
    color: #000;
}

.lates-posts .posts-list {
    text-align: center;
}

.lates-posts .posts-list > div {
    display: inline-block;
    width: 20%;
    margin-right: -5px;
    margin-top: 35px;
    vertical-align: top;
    text-align: left;
}

.lates-posts .posts-list > div img {
    max-width: 92%;
    padding-bottom: 30px;
    height: 200px;
}

.lates-posts .posts-list > div p.title {
    min-height: 60px;
    width: 92%;
}

.lates-posts .posts-list > div p.title a {
    color: #000;
    font-size: 18px;
    line-height: 25px;
}

.lates-posts .posts-list > div p.date {
    font-size: 18px;
    color: #f16607;
}

.services {
    font-size: 0;   
    width: 90%; 
    margin: 0 auto 101px; 
}

.services .service-block {
    display: inline-block;
    vertical-align: top;    
    width: 20%;
    padding: 40px 30px 0;   
    /* font-family: 'Proxima Nova Lt', sans-serif;  */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}

.active.services .service-block {
    animation: fade-bottom 0.5s linear;
}

.active.services .service-block:nth-of-type(2) {
    animation-delay: 0.3s;
}
.active.services .service-block:nth-of-type(3) {
    animation-delay: 0.6s;
}
.active.services .service-block:nth-of-type(4) {
    animation-delay: 0.9s;
}
.active.services .service-block:nth-of-type(5) {
    animation-delay: 1.2s;
}

.service-img {
    position: relative; 
    margin: 0;  
    display: inline-block;  
}

.service-checked {
    position: absolute; 
    top: 0; 
    right: 0;   
}


.clear {
    clear: both;
    height: 0px;
}

/* .services .service-block > div {
    float: left;
    width: 50%;
    background: #ececec;
    height: inherit;
    margin-bottom: -6px;
    box-sizing: border-box;
} */

.services .service-block > div.left {
    text-align: center;
}

.services .service-block > div.right {
    padding-left: 2%;
    padding-right: 2%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.services .service-block > div.right:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 0px;
    left: 0;
    bottom: 0;
    -webkit-box-shadow: 0 0px 40px 20px #fff;
    box-shadow: 0 0px 40px 20px #fff;
}

.services .service-block:nth-child(3) div.left {
    float: right;
}

.services .service-block:nth-child(4) div.left {
    float: right;
}

.services .service-block > div img {
    max-width: 177px;
    max-height: 177px;  
    border-radius: 50%; 
}

.services .service-block > div p.title {
    padding: 35px 0;    
    font-size: 1.56rem;
    line-height: 30px;  
    text-transform: uppercase;
    color: #7d7d7d;
    font-weight: normal;
       
}

.services .service-block {
    font-size: 1rem;
    font-weight: 300;
    color: #000;
    line-height: 21px;
    text-align: center;
}

/* .services .service-block > div p.title:after {
    display: block;
    content: " ";
    width: 32px;
    height: 3px;
    background: #c8c6c6;
    margin-top: 15px;
    margin-bottom: 15px;
} */



.share-block {
    width: 90%; 
    margin: 0 auto; 
    padding: 81px 10%;  
    background-color: #2b77ff;
    background-image: url('../assets/images/share-bg.jpg');
    background-repeat: no-repeat;
    background-position: 0 100%;
    color: #fff;
}

.share-block .form-control {
    width: 80%;
    display: inline-block;
}

.share-date {
    /* font-family: 'Proxima Nova Lt', sans-serif;  */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;   
    font-size: 1.625rem;    
    line-height: 25px;  
    margin-bottom: 24px;    
    text-transform: uppercase;
    letter-spacing: 8px;
}

.share-title {
    /* font-family: 'Proxima Nova Bold', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 3.75rem;   
    line-height: 60px; 
    margin-bottom: 9px;    
    text-transform: uppercase;
    letter-spacing: 6px;
}

.underhead {
    margin-bottom: 30px; 
    font-size: 1.48rem;       
}

.underhead span {
    font-size: 1.2rem;
}

h2.title-section {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 50px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 34px;
    color: #000;
}

/* cases */

.case-type {
    font-size: 21px;   
    line-height: 33px;  
    letter-spacing: 3px;    
    text-transform: uppercase; 
    color: #474747;
    /* font-family: 'Proxima Nova Lt', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}

.case-info {
    padding: 32px 70px; 
    /* font-family: 'Proxima Nova Lt', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 1.06rem;   
    line-height: 22px;   
    /* color: #7c7c7c; */
    color: #000;
}

.case-info ul {
    list-style-type: none;
    padding-left: 0;
}

.case-info ul li {
    padding-left: 20px;
    position: relative;
}

.case-info ul li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 12px;
    width: 3px;
    height: 1px;
    background-color: #7c7c7c;
}

.case-name {
    /* font-family: 'Proxima Nova Bold', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.875rem;   
    line-height: 2rem;   
    color: #ff6600;
    text-transform: uppercase;
    margin-bottom: 13px;    
}

.case-wrapper {
    padding-bottom: 38px;   
}


.case-item .image {
    text-align: center;
}

.case-item .image img {
    max-width: 450px;
    width: 90%;
    height: auto;
}

.case-item .name {
    text-align: center;
    font-size: 18px;
    color: #000;
    margin-bottom: 12px;
}

.case-item .link {
    text-align: center;
    font-size: 18px;
    color: #f37e2f;
    background: url(/img/link_icon.png) no-repeat top center;
    padding-top: 35px;
}

.case-item .link a {
    color: #f37e2f;
}

.case-item {
    position: relative;
    margin-bottom: 50px;
}

/* .case-item:after {
    top: 97px;
    content: " ";
    display: block;
    position: absolute;
    height: 504px;
    background: #c8c6c6;
    width: 1px;
} */

.case-item .description {
    padding-left: 15%;
    padding-right: 15%;
    margin-top: 30px;
    color: #000;
    font-weight: 200;
    line-height: 24px;
    font-size: 16px;
}

.blue-block {
    background: #12caf3;
    width: 68.4%;
    margin: 0 auto;
    padding-top: 53px;
    padding-bottom: 60px;
    text-align: center;
    margin-bottom: 103px;
}

.blue-block .title {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
}

.blue-block .underhead {
    color: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
}

.blue-block .form .form-row {
    display: inline-block;
    width: 43%;
    margin-bottom: 15px;
}

.blue-block .form .form-row label {
    display: block;
    color: #fff;
    text-align: left;
    margin: 0px 20px 0px;
}

.blue-block .form {
    margin-top: 20px;
}

.blue-block .form .form-row input {
    border: medium none;
    width: 95%;
    height: 41px;
    font-size: 14px;
    color: #4E3025;
    background: #FFF none repeat scroll 0% 0%;
    line-height: 21px;
    padding: 5px 10px;
}

.blue-block .form input[type="submit"] {
    color: #12caf3;
    background: #fff;
    margin: 0 auto 30px auto;
    border: none;
    width: 230px;
    height: 49px;
    text-transform: uppercase;
}


/*.advantages{padding-left:22%;}*/

.advantages-holder {
    padding-bottom: 60px;   
}

.advantages .title {
    font-weight: 600;
    font-size: 1.81rem;
    line-height: 35px;
    color: #7d7d7d;
    text-transform: uppercase;
    margin-bottom: 70px;    
}

.advantages .link {
    margin: 25px 0 40px;
}

.advantages a {
    background: #f16607;
    font-weight: bold;
    font-size: 0.93rem;
    color: #fff;
    text-transform: uppercase;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 22px;
    padding-bottom: 22px;
}

.advantages a:hover {
    background: #b34b04;
    text-decoration: none;
}

.advantages-items {
    font-size: 0;   
    margin-bottom: 39px;    
}

/* .active.advantages-items li {
    animation: fade-bottom 0.8s linear;
}

.active.advantages-items li:nth-of-type(2) {
    animation-delay: 0.2s;
}
.active.advantages-items li:nth-of-type(3) {
    animation-delay: 0.4s;
}
.active.advantages-items li:nth-of-type(4) {
    animation-delay: 0.6s;
} */



.advantages_left {
    text-align: right;  
    padding-right: 20px;
}

.advantages_right {
    padding-left: 20px;
}

.advantages-items > li {
    position: relative;
    display: inline-block;
    list-style: none;
    vertical-align: top;
    padding-top: 0;
    width: 25%;
    padding: 30px 3.5%;    
    text-align: center;
    color: #000;
    cursor: pointer;
    line-height: 24px;
    text-align: center;
    transition: color 0.4s, background 0.4s;
}

.advantages-items > li:last-child {
    margin-right: 0;
}

.advantages-items--numbers {
    width: 90%;         
    margin: 0 auto; 
}

.advantages-items--numbers li {
    /* font-family: 'Proxima Nova Bold', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 3.125rem;
    color: #ff6600;
    font-weight: bold;  
}

.labtap {
    background: url(/img/page-icons.png) no-repeat -64px -52px;
    width: 63px;
    height: 57px;
    margin: 0 auto;
}

.phone-i {
    background: url(/img/page-icons.png) no-repeat -59px -114px;
    width: 35px;
    height: 57px;
    margin: 0 auto;
}

.touch {
    background: url(/img/page-icons.png) no-repeat -158px 0px;
    width: 55px;
    height: 57px;
    margin: 0 auto;
}

.glasses {
    background: url(/img/page-icons.png) no-repeat -79px 0px;
    width: 74px;
    height: 47px;
    margin: 0 auto;
}

.advantages-items > li:hover .labtap {
    background: url(/img/page-icons.png) no-repeat 0px -52px;
}

.advantages-items > li:hover .phone-i {
    background: url(/img/page-icons.png) no-repeat -99px -114px;
}

.advantages-items > li:hover .touch {
    background: url(/img/page-icons.png) no-repeat 0px -114px;
}

.advantages-items > li:hover .glasses {
    background: url(/img/page-icons.png) no-repeat 0px 0px;
}

/* .advantages-items > li:hover {
    background: #12cdf7;
    color: #fff;
} */

.advantages-items > li img {
    -webkit-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
}

.advantages-items > li:hover img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.advantages-items > li > a {
    display: block;
}

.advantages-items > li > a:hover {
    text-decoration: none;
}

.advantages-items li p {
    padding-top: 32px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 1.56rem;
    font-weight: 400;   
    line-height: 30px;  
    color: #7d7d7d;
}

.advantages-items li:after {
    position: absolute;
    display: block;
    content: " ";
    width: 1px;
    background: #c4c4c4;
    height: 100px;
    right: 0;
    top: 30px; 
}

.advantages-items li:last-child:after {
    display: none;
}



.clients-holder {
    position: relative;
}

.clients h2 {
    text-align: center;
    font-weight: bold;
    font-size: 2.125rem;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 50px;
    padding-top: 48px;
}

.clients-slider .owl-item {
    text-align: center;
}

.clients-wrapper {
    position: relative; 
    width: 90%;
    padding: 0 60px;    
    margin: 32px auto;
}

.clients-wrapper .btn-wr {
    padding-top: 50px;  
}



.owl-next,
.owl-prev {
    position: absolute;
    content: " ";
    display: block;
    width: 45px;
    height: 46px;
    cursor: pointer;
    z-index: 9999;
    top: 50%;   
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-repeat: no-repeat;
}

.clients-wrapper .owl-next {
    right: -50px;   
    background-image: url(../assets/images/next-hover.png);
}

.clients-wrapper .owl-next:hover {
    background-image: url(../assets/images/next.png);
}

.clients-wrapper .owl-prev {
    left: -50px;    
    background-image: url(../assets/images/prev.png);
}

.clients-wrapper .owl-prev:hover {
    background-image: url(../assets/images/prev-hover.png);
}

.clients-wrapper img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(bw.svg#greyscale);
    transition: all 0.4s;
    max-height: 125px;  
    opacity: 0.5;   
    /*width:250px;*/
    max-width: 100%
}

.clients-slider .client {
    padding: 0 10px;
}

.clients-slider img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    opacity: 1; 
}

.clients .link {
    text-align: center;
    margin-top: 70px;
}

.clients .link a {
    background: #f16607;
    /*#97da00;*/
    padding-top: 22px;
    padding-left: 53px;
    padding-right: 53px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 22px;
    transition: background 0.4s linear;
}

.clients .link a:hover {
    background: #77ac00;
}


.reviews {
    padding-bottom: 19px;   
}
.reviews h1 {
    text-align: center;
    font-weight: bold;
    font-size: 34px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 50px;
    padding-top: 48px;
}

.reviews .col-lg-6:nth-of-type(2n+1) {
    text-align: right;
}

.reviews .btn-wr {
    padding-top: 59px;  
}

.reviews .review {
    position: relative; 
    border-radius: 10px;    
    border: 1px solid #dcdcdc;
    padding: 30px 220px 30px 30px;  
    margin-bottom: 80px;
    font-size: 16px;    
    /* color: #7c7c7c; */
    color: #000;
    display: inline-block;  
    width: 82%; 
    min-height: 215px; 
    text-align: left; 
}

.reviews-text {
    max-height: 120px;
    overflow: hidden;
}

.reviews .review > div {
    display: inline-block;
    margin-right: -5px;
    vertical-align: top;
}

.reviews-list {
    margin-top: 37px;   
}

.reviews-list .col-lg-6 {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
}

.reviews-list .col-lg-6:nth-of-type(2n) {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.active .reviews-list .col-lg-6 {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.active .reviews-list .col-lg-6:nth-of-type(2n) {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.reviews-img {
    position: absolute; 
    right: 0;   
    top: -25px; 
}
.reviews-img img {
    -webkit-box-shadow: 2px 2px 2px 0px rgba(135, 135, 135, 0.61);
    -moz-box-shadow: 2px 2px 2px 0px rgba(135, 135, 135, 0.61);
    box-shadow: 2px 2px 2px 0px rgba(135, 135, 135, 0.61);
    max-width: 190px;   
}

.reviews .review .name {
    font-size: 1.31rem;
    color: #000;
}

.reviews .col-md-6:nth-of-type(2n+1) {
    text-align: right;
}

.slider-pagination {
    display: inline-block;  
    vertical-align: middle; 
    margin-left: 45px;  
}

.slider-pagination li {
    position: relative; 
    width: 22px;    
    height: 22px;   
    border-radius: 50%; 
    border: 1px solid transparent;
    display: inline-block;  
    margin-right: 10px; 
}

.slider-pagination li:after {
    content: '';
    position: absolute; 
    width: 10px;    
    height: 10px;   
    background-color: #003d9f;
    top: 50%;   
    left: 50%;  
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%; 
}

.slider-pagination li.active {
    border: 1px solid #fff;
}

.slider-pagination li.active:after {
    background-color: #fff;
}

/* .reviews .review .name:after {
    display: block;
    content: " ";
    width: 32px;
    height: 3px;
    background: #000;
    margin-top: 10px;
    margin-bottom: 10px;
} */

.reviews .review .link {
    font-size: 1.06rem;
    color: #f37e2f;
    margin-bottom: 22px;
}

.reviews .review .text {
    font-weight: 200;
    line-height: 24px;
    color: #5b5b5b;
    font-size: 1rem;
    box-sizing: border-box;
    padding-right: 1%;
}

.cerificats-blue {
    width: 65%;
    margin: 0 auto;
    border: 14px solid #12caf3;
    padding-bottom: 45px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.cerificats-blue .certificat-list {
    text-align: center;
    /*padding-top:67px;*/
}

.cerificats-blue h1 {
    text-align: center;
    font-weight: bold;
    font-size: 2.125rem;
    text-transform: uppercase;
    color: #000;
    padding-top: 48px;
}

.cerificats-blue img {
    width: 19.4%;
    margin-right: 7%;
}

.cerificats-blue img:last-child {
    margin-right: 0px;
}

.why-we-service {
    margin-bottom: -70px;
}

.why-we-service > div {
    width: 33.3333%;
    vertical-align: top;
    margin-bottom: 70px;
}

.infoblock {
    background: #fbfbfb;
    margin-top: 100px;
}

.infoblock .list > div {
    display: inline-block;
    vertical-align: top;
    margin-right: -5px;
    width: 45%;
    /*33.3333%*/
    ;
    min-height: 250px;
    margin-bottom: 50px;
    box-sizing: border-box;
    padding-left: 5%;
}

.infoblock .list > div > div {
    display: inline-block;
    vertical-align: top;
    margin-right: -5px;
}

.infoblock .list > div > div.num {
    background: #12cdf7;
    width: 19%;
    text-align: center;
    color: #fff;
    font-size: 44px;
    margin-right: 9.4%;
}

.infoblock .list > div > div.content {
    width: 71.6%;
}

.infoblock .list > div > div.content .name {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
    font-weight: normal;
}

.infoblock .list > div > div.content {
    font-size: 18px;
    font-weight: 200;
    padding-right: 8%;
}

.infoblock .list > div > div.content ul li,
.description ul li {
    margin-bottom: 9px;
    list-style: none;
    padding-left: 17px;
    position: relative;
}

.infoblock .list > div:nth-child(5) > div.num {
    display: none;
}

.infoblock .list > div:nth-child(5) {
    display: block;
    margin: 0 auto 50px
}

.infoblock .list > div:nth-child(5) > div.content {
    width: 100%;
}

.infoblock .list > div > div.content ul li:before,
.description ul li:before {
    position: absolute;
    width: 6px;
    height: 6px;
    content: " ";
    display: block;
    background: #12cdf7;
    top: 9px;
    left: 0px;
}

.home-page-header .container {
    overflow: visible;
}

.home-page-header .contacts > .modal-link a {
    color: #12cdf7;
    font-weight: bold;
    /*margin-left: 32%;*/
    /*70px;*/
}

h2.black-h1 {
    font-size: 34px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding-top: 65px;
    padding-bottom: 74px;
}

p.title-section {
    color: #7d7d7d;
    font-size: 1.81rem;
    line-height: 35px;  
    font-weight: 600;
    padding-bottom: 50px;
    padding-top: 60px;
    text-align: center;
    text-transform: uppercase;
}

h1.black-h1 {
    color: #000;
    font-size: 34px;
    padding-bottom: 74px;
    padding-top: 65px;
    text-align: center;
    text-transform: uppercase;
}

p.black-h2 {
    color: #000;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 25px;
    font-family: "Roboto Condensed Condensed", sans-serif;
    font-weight: bold;
}

.articles .article a.title p.h1 {
    font-size: 1em;
    font-weight: bold;
}

p.black-h1 {
    font-size: 34px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding-top: 65px;
    padding-bottom: 74px;
    font-weight: bold;
}

.cases .case p.h2 {
    text-transform: uppercase;
    font-size: 30px;
    color: #000;
    padding-bottom: 45px;
    font-weight: bold;
    line-height: 35px;
}

div.service div.right p.h2,
.container--map .h2 {
    box-sizing: border-box;
    color: #333;
    font-family: "Roboto Condensed Condensed", sans-serif;
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    font-weight: bold;
}

.service > div.right p.h1 {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 30px;
    font-weight: bold;
}

h1.title-section {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 50px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 34px;
    color: #000;
}

.clients p.h2 {
    text-align: center;
    font-weight: bold;
    font-size: 34px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 50px;
    padding-top: 48px;
}

div.description p.title strong {
    line-height: 54px;
}

p.title-section a {
    color: #7d7d7d;
    font-size: 1.81rem;
    font-weight: 600;   
    text-align: center;
    text-transform: uppercase;
}


/*new*/

.slider_one_service {
    /*margin-top: -40px;*/
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
    font-size: 1rem;
    max-width: 90%;
}

.slider_one_service p {
	margin-bottom: 15px;
}

.container_line {
    position: relative;
    padding-top: 30px;
    margin-bottom: 50px;
}

.div_line {
    background: #c8c6c6 none repeat scroll 0 0;
    content: ' ';
    display: block;
    height: 2px;
    margin-bottom: 32px;
    margin-left: 35%;
    margin-top: 16px;
    width: 30%;
}

.text_line {
    position: absolute;
    left: 47.5%;
    top: 30px;
    background: #fff;
    padding: 0 10px;
    color: #f16607;
    font-size: 22px;
    font-weight: 900;
}

div#div-detail-service ul {
    text-align: left;
    padding-left: 20px;
}

a.lnk-detail {
    color: #f16607;
    font-weight: 600;
}

div.accordion-section p {
    margin-left: 20px;
}

.container--map .service > div.right {
    width: 80%;
}

.container-fluid--address .service {
    margin-bottom: 30px;
}

.services-list .row > div:nth-child(odd) {
    clear: left;
}

.services-list .service {
    max-height: none;
    margin-bottom: 60px;
}

.services-list .service .left {
    vertical-align: top;
}


/* end new */


/* disqus

#layout,
.btn-default,
.follow-btn {
    margin-left: 10%;
    overflow: hidden;
    width: 80%;
} */


/* end disqus */


/*social blog*/

.blog {
    padding-bottom: 90px;
}

.blog-list {}

.blog-item {
    text-align: center;
    display: block;
    
}

.active  .blog-item {
    text-align: center;
    display: block;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    
}


.blog-item:hover {
    text-decoration: none;
}

.blog-text {
    padding: 20px 40px;
    /* font-family: 'Proxima Nova Lt', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 1.81rem;
    line-height: 29px;
    color: #7d7d7d;
}

.blog-img {}

.blog-date {
    font-size: 1.31rem;
    color: #ff6600;
}

.blog-heading-wr {
    margin-bottom: 66px;    
}


.blog-preheading {
    font-size: 2.06rem;  
    line-height: 2.06rem;    
    color: #474747;
    letter-spacing: 5px;  
    text-transform: uppercase;  
    padding-left: 15px; 
}

.blog-heading {
    /* font-family: 'Proxima Nova Bold', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 6.25rem;   
    line-height: 100px; 
    color: #ff6600;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    padding-left: 15px; 
    letter-spacing: 4px;    
}

.blog-description {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px; 
    font-size: 1.31rem;   
    line-height: 21px;     
    /* color: #7c7c7c; */
    color: #000;
}







.pluso {
    background: transparent none repeat scroll 0 0;
    border-radius: 22px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    position: relative;
    text-align: left;
    z-index: 1;
}

.pluso-010010011001-04 .pluso-wrap {
    /*background: #ebebeb none repeat scroll 0 0;*/
    background: transparent none repeat scroll 0 0;
    border-radius: 6px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 0 5px 5px 0;
    position: relative;
    text-align: left;
    z-index: 1;
}

.pluso span {
    float: none;
}

.pluso-wrap {
    margin: 0 !important;
}

.pluso-010010011001-04 .pluso-wrap a {
    background-image: url("/images/04.png");
}

.pluso-010010011001-04 .pluso-wrap a {
    background: transparent url("/images/04.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 30px;
    margin: 3px 0 0 3px;
    padding: 0;
    vertical-align: inherit;
    width: 30px;
}

.pluso-010010011001-04 .pluso-wrap a.pluso-vkontakte {
    background-position: -124px 0;
}

.pluso-010010011001-04 .pluso-wrap a.pluso-odnoklassniki {
    background-position: -93px 0;
}

.pluso-010010011001-04 .pluso-wrap a.pluso-facebook {
    background-position: 0 0;
}

.pluso-010010011001-04 .pluso-wrap a.pluso-twitter {
    background-position: -31px 0;
}

.pluso-010010011001-04 .pluso-wrap a.pluso-google {
    background-position: -186px 0;
}

.pluso-010010011001-04 .pluso-wrap a.pluso-moimir {
    background-position: -217px 0;
}


/* end social */


/*new main*/

.advantages_ .title {
    font-weight: bold;
    font-size: 34px;
    line-height: 47px;
    color: #000;
    text-transform: uppercase;
}

.advantages_ .link {
    margin: 25px 0 40px;
}

.advantages_ a {
    border: 1px solid #f16607;
    font-weight: bold;
    font-size: 15px;
    color: #f16607;
    text-transform: uppercase;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 22px;
    padding-bottom: 22px;
}

.advantages_ a:hover {
    background: #b34b04;
    text-decoration: none;
}

.orange {
    background-color: #f16607;
}

.dropdown-menu {
    padding: 0; 
}

.dropdown-menu>li>a {
    font-size: 18px;    
    padding: 5px 20px;  
    cursor: pointer;
}


.back-to-top {
    position: fixed;
    bottom: 150px;
    right: 20px;
    width: 44px;
    height: 43px;
    opacity: 0; 
    visibility: hidden; 
    cursor: pointer;    
    background: url(../images/top.png) no-repeat;
    opacity: 0.8;
    z-index: 18;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.back-to-top.show {
    opacity: 1; 
    visibility: visible;    
}

.back-to-top:before {
    content: '';
    position: absolute;
    border: #BBBABA solid 2px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -o-border-radius: 22px;
    border-radius: 22px;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.back-to-top:hover:before {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
}

.has-error .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #f11f1f;
}
.has-error .form-control::-moz-placeholder { /* Firefox 19+ */
  color:#f11f1f;
}
.has-error .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #f11f1f;
}
.has-error .form-control:-moz-placeholder { /* Firefox 18- */
  color: #f11f1f;
}


/* modal */

.modal {
    z-index: 30;
}

.modal-header .close {
    position: absolute; 
    right: 10px;
    z-index: 20;        
}

.modal .form-control {
    border: 1px solid #eaeaea;
    height: 38px;   
    line-height: 38px;  
    color: #5B5B5B;
}

.modal .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a94442;
}
.modal .form-control::-moz-placeholder { /* Firefox 19+ */
  color:#a94442;
}
.modal .form-control:-ms-input-placeholder { /* IE 10+ */
  color:#a94442;
}
.modal .form-control:-moz-placeholder { /* Firefox 18- */
  color: #a94442;
}

.modal .has-error .form-control,
.has-error .form-control,
.has-error .form-control:focus {
	border-color: #f11f1f;
}

.modal .form-control:focus {
    box-shadow: none;
    outline: none;
}

.modal .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5B5B5B;
}
.modal .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #5B5B5B;
}
.modal .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #5B5B5B;
}
.modal .form-control:-moz-placeholder { /* Firefox 18- */
  color: #5B5B5B;
}

.modal textarea.form-control {
    height: 60px;   
    resize: none;
    overflow: hidden;
}

.modal-body {
    padding: 20px 60px; 
}


.modal-backdrop {
    z-index: 29;
}

.modal-title {
    text-transform: uppercase;
    color: #f76400;
    /* font-family: 'Proxima Nova Bold', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 24px;
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    font-weight: 900;
    text-align: center;
}

.modal-title:after {
    content: '';
    background: #f76400;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 70px;
    height: 3px;
}

p.p-modal {
    /* font-family: "Roboto Condensed Condensed light",sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #5B5B5B;
    padding-top: 10px;
}

.modal label {
    display: block;
    /* font-family: "Roboto Condensed Condensed light",sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 5px;
    color: #5B5B5B;
}

.modal-header {
    border: none;   
}




/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
    overflow: hidden;
    position: relative;
}

.jspPane
{
    position: absolute;
}

.jspVerticalBar
{
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    background: #d1d1d1;
    border-radius: 3px; 
}

.jspHorizontalBar
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspCap
{
    display: none;
}

.jspHorizontalBar .jspCap
{
    float: left;
}

.jspTrack
{
    background: transparent;
    position: relative;
}

.jspDrag
{
    background: #ff6600;
    position: relative;
    border-radius: 3px; 
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
    float: left;
    height: 100%;
}

.jspArrow
{
    background: transparent;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled
{
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow
{
    height: 16px;
}

.jspHorizontalBar .jspArrow
{
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
    outline: none;
}

.jspCorner
{
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
    margin: 0 -3px 0 0;
}

@media screen and (max-width: 1599px) {
    .bages-list {
        width: 40%;
    }
}

@media screen and (max-width: 1399px) {
    .dropdown-inline {
        margin-right: 16px; 
    }
    .header {
        padding-top: 20px;
    }
    .number-of-slider {
        top: 10%;
    }
    
    
    
    header .logo a {
        vertical-align: middle;
    }
    .advantages-items li p, .advantages-items li span {
        line-height: 20px;
    }
    
}
@media screen and (max-width: 1199px) {
    html {
        font-size: 14px;
    }
    .slider,
    .logo-text {
        display: none;
    }
    .dropdown-inline {
        margin-right: 8px;
    }
    .services .service-block,
    .case-info,
    .reviews .review .text,
    .seo-wrapper {
        font-size: 1.5rem;
    }
    .header {
        padding-bottom: 25px;
    }
    
    header .logo img {
        width: 100%;
    }
    .city-dropdown span.caret {
        right: -5px;
    }
    .bages-list {
        width: 30%;
    }
    .advantages .title {
        
        line-height: 27px;
        margin-bottom: 30px;
    }
    .advantages-items {
        margin-bottom: 20px;
    }
    .services {
        text-align: center;

    }
    .services .service-block {
        width: 33.3%;
    }
    .number-of-slider {
        top: 15%;
        right: 25px;
    }
    .share-date {
        
    }
    header nav > ul > li a {
        font-size: 1.15rem;
    }
    header .contacts > .phone {
        font-size: 1.825rem;

    }
    .share-title {
        
        line-height: 60px;
    }
    .share-block {
        padding: 30px 5%;
    }
    p.title-section {
        padding-top: 30px;
        padding-bottom: 20px;
        
    }
    .reviews .review {
        width: 100%;
        display: block;
    }
    .blog-heading {
        
        line-height: 60px;
    }
    .blog-heading-wr {
        margin-bottom: 30px;
    }
    
    .case-info {
        padding: 20px;
    }
    .blog-text {
        
        line-height: 22px;
    }
    .btn-lg {
        height: 43px;
        line-height: 43px;
       
    }
}
@media screen and (max-width: 991px) {
    html {
        font-size: 13px;
    }
    .header {
        padding-top: 10px;
    }
    .advantages-items li p, .advantages-items li span {
        padding-top: 10px;  
    }
    .advantages-items li:after {
        height: 50px;   
    }
    .services .service-block {
        width: 33.3%;   
    }
    .share-title {
         
        line-height: 50px;  
    }
    p.title-section {
        padding-top: 30px;  
        padding-bottom: 20px;   
        
    }
    .advantages .title,
    p.title-section a {
        
    }
    .case-img,
    .case-type,
    .case-name {
        text-align: center;
    }
    .case-info {
        padding: 10px 20px; 
    }
    header .logo {
        padding-top: 10px;  
    }
    .slider .slide > div.right .white-title {
          
        margin-bottom: 0;   
        min-height: 62px;   
    }
    .slider .slide > div.right .description {
       
        margin-bottom: 20px;    
    }
    .slider .slide div.slider_one_service ol li {
        line-height: 16px;  
        margin-bottom: 5px; 
    }
    .case-item {
        margin-bottom: 20px;    
    }
    .blog-item {
        margin-bottom: 20px;    
    }
    .blog-preheading {
        text-align: center;
    }
    .blog-heading-wr {
        text-align: center;
    }
    .bottom-footer,
    footer .bottom-footer .copy {
        text-align: center;
    }
    .top-footer .form {
        padding-top: 30px;  
    }
    footer .top-footer .footer-nav {
        margin-bottom: 20px;    
    }
    .blog {
        padding-bottom: 30px;   
    }
    .advantages-items > li {
        width: 50%; 
    }
    .advantages-items li:after {
        display: none;  
    }
    .services .service-block {
        width: 50%; 
    }
    .slider .slide > div.right .slider-btn {
           
        height: 45px;   
        line-height: 45px;  
    }
    .reviews {
        padding-bottom: 40px;   
    }
    .advantages .title {
        margin-bottom: 30px;    
    }
    .slider {
        margin-bottom: 30px;    
    }
    .share-block .text-right {
        text-align: center !important;
    }
    .share-block .text-left {
        text-align: center !important;
    }
    .bages-list {
        display: none;
        width: 100%;
        margin-left: 0;
    }
    .advantages_left,
    .advantages_right {
        padding: 0;
    }
    .top-footer {
        text-align: center;
    }
    footer .top-footer .phones ul li a,
    footer .top-footer .socials li a {
        font-size: 2rem;
    }
    footer .bottom-footer p {
        font-size: 1.625rem;  
    }
    footer .top-footer .address {
        font-size: 1.625rem;
        line-height: 23px;
    }
    footer .top-footer .footer-nav li a {
        font-size: 1.625rem;    
    }
    .bottom-nav li {
        float: none;
        font-size: 1.625rem;
    }
}

@media screen and (max-width: 767px) {
    .logo-text {
        display: none;
    }
    html {
        font-size: 11px;
    }
    .seo-heading {
        margin-bottom: 15px;    
    }
    .logo-text {
        display: none;  
    }
    header .logo {
        text-align: center;
        padding-left: 0;
    }
    header .logo img {
        width: 55%; 
    }
    .contacts {
        text-align: center;
    }
    header .logo {
        margin-bottom: 20px;    
    }
    .slider .slide > div.right {
        display: none;  
    }
    .dropdown-inline {
        margin-right: 30px; 
    }
    .city-dropdown span {
        font-size: 2rem;    
    }
    .slider .slide > div.left {
        width: 100%;    
        padding-left: 20%;  
        padding-right: 20%; 
		padding-bottom: 50px;
    }
    .btn {
        font-size: 1.25rem; 
    }
    .advantages-holder {
        padding-bottom: 30px;   
    }
    .advantages_left,
    .advantages_right {
        text-align: center;
        margin-bottom: 10px;    
    }
    .services .service-block {
        width: 100%;    
        display: block;
        margin-bottom: 20px;    
    }
    
    .clients-wrapper {
        padding: 0;
    }
    .clients-arrows > div.next {
        right: -24px;
    }
    .clients-arrows > div.prev {
        left: -24px;
    }
    .reviews .review {
        width: 100%;
    }
    .blog-preheading {
        text-align: center;
    }
    
    .blog-heading {
        font-size: 4.25rem; 
        margin-bottom: 20px;
    }
    .blog-heading-wr {
        margin-bottom: 20px;
        text-align: center;
    }
    .reviews-list {
        margin-top: 0;
    }
    .reviews .btn-wr {
        padding-top: 20px;
    }
    .services {
        margin-bottom: 30px;    
    }
    .owl-dots {
        left: 50%;  
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .blog-description {
        margin-left: 0; 
    }
    .slider {
        display: none;  
    }
    
    footer .top-footer .phones ul li {
        display: block;
        text-align: center;
        margin: 0;  
    }
    
    footer .top-footer .socials {
        text-align: justify;
    }
    footer .top-footer .socials:after {
        content: '';
        display: inline-block;  
        vertical-align: middle; 
        width: 100%;    
    }
    footer .top-footer .phones {
        display: block;
    }
    footer .top-footer .footer-nav li {
        margin-bottom: 10px;    
           
    }
    
    .bages-list {
        display: none;
    }
    footer .top-footer .socials {
        margin: 0;  
        width: 100%;    
        display: block; 
    }
    .form-control {
        font-size: 1.25rem; 
    }
    
}

@media screen and (max-width: 479px) {
    footer .top-footer .footer-nav li {
        display: block;
        margin-bottom: 15px;
        margin-right: 0;
    }
    
    .top-footer .btn {
        width: 100%;    
    }
    .header {
        position: static;
    }
    .header-facke {
        display: none;
    }
    .advantages-items > li {
        width: 100%;    
        display: block;
        padding: 20px 3.5%; 
        text-align: center;
    }
    .clients-wrapper .owl-prev,
    .clients-wrapper .owl-next {
        top: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        bottom: -60px;  

    }
    .clients-wrapper .owl-prev {
        left: 25%;  
    }
    .clients-wrapper .owl-next {
        right: 25%; 
    }
    .services .service-block > div p.title {
        padding: 15px 0;    
    }
    .share-title {
        font-size: 35px;    
        line-height: 35px;  
    }
    .reviews .review > div.reviews-img {
        display: none;  
    }
    .reviews .review {
        padding: 20px;  
        margin-bottom: 20px;    
    }
    .share-block {
        padding: 15px;  
        width: 100%;    

    }
    p.title-section,
    .advantages .title,
    p.title-section a {
        font-size: 20px;    
        line-height: 22px;  
    }
    
}



.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}



@keyframes fade-bottom {
    0% { 
        opacity:0; 
        -webkit-transform: translate(0, 100px);
        -ms-transform: translate(0, 100px);
        -o-transform: translate(0, 100px);
        transform: translate(0, 100px);
    }
    100% { 
        opacity:1; 
         -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@-webkit-keyframes fade-bottom {
    0% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes fade-bottom {
    0% { opacity:0; }
    100% { opacity:1; }
}








/*animations*/

/******************
* Bounce in right *
*******************/


.animated { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
} 
.slow{
     -webkit-animation-duration: 1.5s; 
    animation-duration: 1.5s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
}
.slower{
     -webkit-animation-duration: 2s; 
    animation-duration: 2s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
}
.slowest{
     -webkit-animation-duration: 3s; 
    animation-duration: 3s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
}

.bounceInRight, .bounceInLeft, .bounceInUp, .bounceInDown{
    opacity:0;
    -webkit-transform: translateX(400px); 
    transform: translateX(400px); 
}
.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown{
    opacity:0;
    -webkit-transform: translateX(400px); 
    transform: translateX(400px); 
}

.flipInX, .flipInY, .rotateIn, .rotateInUpLeft, .rotateInUpRight, .rotateInDownLeft, .rotateDownUpRight, .rollIn{
    opacity:0;
}

.lightSpeedInRight, .lightSpeedInLeft{
    opacity:0;
    -webkit-transform: translateX(400px); 
    transform: translateX(400px); 
}

/***********
* bounceIn *
************/
@-webkit-keyframes bounceIn { 
    0% { 
        opacity: 0; 
        -webkit-transform: scale(.3); 
    } 

    50% { 
        opacity: 1; 
        -webkit-transform: scale(1.05); 
    } 

    70% { 
        -webkit-transform: scale(.9); 
    } 

    100% { 
         -webkit-transform: scale(1); 
    } 
} 

@keyframes bounceIn { 
    0% { 
        opacity: 0; 
        transform: scale(.3); 
    } 

    50% { 
        opacity: 1; 
        transform: scale(1.05); 
    } 

    70% { 
        transform: scale(.9); 
    } 

    100% { 
        transform: scale(1); 
    } 
} 

.bounceIn.go { 
    -webkit-animation-name: bounceIn; 
    animation-name: bounceIn; 
}

/****************
* bounceInRight *
****************/

@-webkit-keyframes bounceInRight { 
    0% { 
        opacity: 0; 
        
        -webkit-transform: translateX(400px); 
    } 
    60% { 
        
        -webkit-transform: translateX(-30px); 
    } 
    80% { 
        -webkit-transform: translateX(10px); 
    } 
    100% {
    opacity: 1;
     
        -webkit-transform: translateX(0); 
    } 
} 

@keyframes bounceInRight { 
    0% { 
        opacity: 0; 
        
        transform: translateX(400px); 
    } 
    60% { 
        
        transform: translateX(-30px); 
    } 
    80% { 
        transform: translateX(10px); 
    } 
    100% {
    opacity: 1;
     
        transform: translateX(0); 
    } 
} 


.bounceInRight.go { 
    -webkit-animation-name: bounceInRight; 
    animation-name: bounceInRight; 
}

/******************
* Bounce in left *
*******************/

@-webkit-keyframes bounceInLeft { 
    0% { 
        opacity: 0; 
        
        -webkit-transform: translateX(-400px); 
    } 
    60% { 
       
        -webkit-transform: translateX(30px); 
    } 
    80% { 
        -webkit-transform: translateX(-10px); 
    } 
    100% {
        opacity: 1;
         
        -webkit-transform: translateX(0); 
    } 
} 

@keyframes bounceInLeft { 
    0% { 
        opacity: 0; 
        
        transform: translateX(-400px); 
    } 
    60% { 
       
        transform: translateX(30px); 
    } 
    80% { 
        transform: translateX(-10px); 
    } 
    100% {
        opacity: 1;
         
        transform: translateX(0); 
    } 
} 

.bounceInLeft.go { 
    -webkit-animation-name: bounceInLeft; 
    animation-name: bounceInLeft; 
}

/******************
* Bounce in up *
*******************/

@-webkit-keyframes bounceInUp { 
    0% { 
        opacity: 0; 
        
        -webkit-transform: translateY(400px); 
    } 
    60% { 
       
        -webkit-transform: translateY(-30px); 
    } 
    80% { 
        -webkit-transform: translateY(10px); 
    } 
    100% {
        opacity: 1;
         
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes bounceInUp { 
    0% { 
        opacity: 0; 
        
        transform: translateY(400px); 
    } 
    60% { 
       
        transform: translateY(-30px); 
    } 
    80% { 
        transform: translateY(10px); 
    } 
    100% {
        opacity: 1;
         
        transform: translateY(0); 
    } 
} 

.bounceInUp.go { 
    -webkit-animation-name: bounceInUp; 
    animation-name: bounceInUp; 
}


/******************
* Bounce in down *
*******************/

@-webkit-keyframes bounceInDown { 
    0% { 
        opacity: 0; 
        
        -webkit-transform: translateY(-400px); 
    } 
    60% { 
       
        -webkit-transform: translateY(30px); 
    } 
    80% { 
        -webkit-transform: translateY(-10px); 
    } 
    100% {
        opacity: 1;
         
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes bounceInDown { 
    0% { 
        opacity: 0; 
        
        transform: translateY(-400px); 
    } 
    60% { 
       
        transform: translateY(30px); 
    } 
    80% { 
        transform: translateY(-10px); 
    } 
    100% {
        opacity: 1;
         
        transform: translateY(0); 
    } 
} 

.bounceInDown.go { 
    -webkit-animation-name: bounceInDown; 
    animation-name: bounceInDown; 
}


/**********
* Fade In *
**********/ 
@-webkit-keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;
        display:block;} 
} 
@keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;
        display:block;} 
}
.fadeIn{
    opacity:0;
}
.fadeIn.go { 
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; 
}

/**********
* Grow in *
***********/

@-webkit-keyframes growIn { 
    0% { 
        -webkit-transform: scale(0.2); 
        opacity:0;
    } 
    50% { 
        -webkit-transform: scale(1.2); 
        
    } 
    100% { 
        -webkit-transform: scale(1); 
        opacity:1;
    } 
} 
@keyframes growIn { 
    0% { 
        transform: scale(0.2); 
        opacity:0;
    } 
    50% { 
        transform: scale(1.2); 
        
    } 
    100% { 
        transform: scale(1); 
        opacity:1;
    } 
} 
.growIn { 

    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity:0;
}
.growIn.go{
    -webkit-animation-name: growIn; 
    animation-name: growIn; 
}

/********
* Shake *
********/
@-webkit-keyframes shake { 
    0%, 100% {-webkit-transform: translateX(0);} 
    10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);} 
    20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);} 
} 
@keyframes shake { 
    0%, 100% {transform: translateX(0);} 
    10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);} 
    20%, 40%, 60%, 80% {transform: translateX(10px);} 
} 
.shake.go { 
    -webkit-animation-name: shake; 
    animation-name: shake; 
}

/********
* ShakeUp *
********/
@-webkit-keyframes shakeUp { 
    0%, 100% {-webkit-transform: translateX(0);} 
    10%, 30%, 50%, 70%, 90% {-webkit-transform: translateY(-10px);} 
    20%, 40%, 60%, 80% {-webkit-transform: translateY(10px);} 
} 
@keyframes shakeUp { 
    0%, 100% {transform: translateY(0);} 
    10%, 30%, 50%, 70%, 90% {transform: translateY(-10px);} 
    20%, 40%, 60%, 80% {transform: translateY(10px);} 
} 
.shakeUp.go { 
    -webkit-animation-name: shakeUp; 
    animation-name: shakeUp; 
}

/*************
* FadeInLeft *
*************/

@-webkit-keyframes fadeInLeft { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(-400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fadeInLeft { 
    0% { 
        opacity: 0; 
        transform: translateX(-400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.fadeInLeft{ 
    opacity: 0; 
    -webkit-transform: translateX(-400px); 
    transform: translateX(-400px);
}
.fadeInLeft.go { 
    -webkit-animation-name: fadeInLeft; 
    animation-name: fadeInLeft; 
}


/*************
* FadeInRight *
*************/

@-webkit-keyframes fadeInRight { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fadeInRight { 
    0% { 
        opacity: 0; 
        transform: translateX(400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.fadeInRight{ 
    opacity: 0; 
    -webkit-transform: translateX(400px); 
    transform: translateX(400px);
}
.fadeInRight.go { 
    -webkit-animation-name: fadeInRight; 
    animation-name: fadeInRight; 
}

/*************
* FadeInUp *
*************/

@-webkit-keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 
@keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        transform: translateY(400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 
.fadeInUp{ 
    opacity: 0; 
    -webkit-transform: translateY(400px); 
    transform: translateY(400px);
}
.fadeInUp.go { 
    -webkit-animation-name: fadeInUp; 
    animation-name: fadeInUp; 
}

/*************
* FadeInDown *
*************/

@-webkit-keyframes fadeInDown { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(-400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 
@keyframes fadeInDown { 
    0% { 
        opacity: 0; 
        transform: translateY(-400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 
.fadeInDown{ 
    opacity: 0; 
    -webkit-transform: translateY(-400px); 
    transform: translateY(-400px);
}
.fadeInDown.go { 
    -webkit-animation-name: fadeInDown; 
    animation-name: fadeInDown; 
}

/*****************
* rotateIn *
*****************/
@-webkit-keyframes rotateIn { 
    0% { 
        -webkit-transform-origin: center center; 
        -webkit-transform: rotate(-200deg); 
        opacity: 0; 
    } 
    100% { 
        -webkit-transform-origin: center center; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
} 
@keyframes rotateIn { 
    0% { 
        transform-origin: center center; 
        transform: rotate(-200deg); 
        opacity: 0; 
    } 
    100% { 
        transform-origin: center center; 
        transform: rotate(0); 
        opacity: 1; 
    } 
} 
.rotateIn.go { 
    -webkit-animation-name: rotateIn; 
    animation-name: rotateIn; 
}

/*****************
* rotateInUpLeft *
*****************/

@-webkit-keyframes rotateInUpLeft { 
    0% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(90deg); 
        opacity: 0; 
    } 
    100% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
} 
@keyframes rotateInUpLeft { 
    0% { 
        transform-origin: left bottom; 
        transform: rotate(90deg); 
        opacity: 0; 
    } 
    100% { 
        transform-origin: left bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
} 
.rotateInUpLeft.go { 
    -webkit-animation-name: rotateInUpLeft; 
    animation-name: rotateInUpLeft; 
}

/*******************
* rotateInDownLeft *
*******************/
@-webkit-keyframes rotateInDownLeft { 
    0% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(-90deg); 
        opacity: 0; 
    } 
    100% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
} 
@keyframes rotateInDownLeft { 
    0% { 
        transform-origin: left bottom; 
        transform: rotate(-90deg); 
        opacity: 0; 
    } 
    100% { 
        transform-origin: left bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
} 
.rotateInDownLeft.go { 
    -webkit-animation-name: rotateInDownLeft; 
    animation-name: rotateInDownLeft; 
}

/******************
* rotateInUpRight *
*******************/

@-webkit-keyframes rotateInUpRight { 
    0% { 
        -webkit-transform-origin: right bottom; 
        -webkit-transform: rotate(-90deg); 
        opacity: 0; 
    } 
    100% { 
        -webkit-transform-origin: right bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
} 
@keyframes rotateInUpRight { 
    0% { 
        transform-origin: right bottom; 
        transform: rotate(-90deg); 
        opacity: 0; 
    } 
    100% { 
        transform-origin: right bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
} 
.rotateInUpRight.go { 
    -webkit-animation-name: rotateInUpRight; 
    animation-name: rotateInUpRight; 
}

/********************
* rotateInDownRight *
********************/

@-webkit-keyframes rotateInDownRight { 
    0% { 
        -webkit-transform-origin: right bottom; 
        -webkit-transform: rotate(90deg); 
        opacity: 0; 
    } 
    100% { 
        -webkit-transform-origin: right bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
} 
@keyframes rotateInDownRight { 
    0% { 
        transform-origin: right bottom; 
        transform: rotate(90deg); 
        opacity: 0; 
    } 
    100% { 
        transform-origin: right bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
} 
.rotateInDownRight.go { 
    -webkit-animation-name: rotateInDownRight; 
    animation-name: rotateInDownRight; 
}

/*********
* rollIn *
**********/

@-webkit-keyframes rollIn { 
    0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); } 
    100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); } 
} 
@keyframes rollIn { 
    0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); } 
    100% { opacity: 1; transform: translateX(0px) rotate(0deg); } 
} 
.rollIn.go { 
    -webkit-animation-name: rollIn; 
    animation-name: rollIn; 
}

/*********
* wiggle *
**********/

@-webkit-keyframes wiggle { 
    0% { -webkit-transform: skewX(9deg); } 
    10% { -webkit-transform: skewX(-8deg); } 
    20% { -webkit-transform: skewX(7deg); } 
    30% { -webkit-transform: skewX(-6deg); } 
    40% { -webkit-transform: skewX(5deg); } 
    50% { -webkit-transform: skewX(-4deg); } 
    60% { -webkit-transform: skewX(3deg); } 
    70% { -webkit-transform: skewX(-2deg); } 
    80% { -webkit-transform: skewX(1deg); } 
    90% { -webkit-transform: skewX(0deg); } 
    100% { -webkit-transform: skewX(0deg); } 
} 
@keyframes wiggle { 
    0% { transform: skewX(9deg); } 
    10% { transform: skewX(-8deg); } 
    20% { transform: skewX(7deg); } 
    30% { transform: skewX(-6deg); } 
    40% { transform: skewX(5deg); } 
    50% { transform: skewX(-4deg); } 
    60% { transform: skewX(3deg); } 
    70% { transform: skewX(-2deg); } 
    80% { transform: skewX(1deg); } 
    90% { transform: skewX(0deg); } 
    100% { transform: skewX(0deg); } 
} 
.wiggle.go { 
    -webkit-animation-name: wiggle; 
    animation-name: wiggle; 
    -webkit-animation-timing-function: ease-in; 
    animation-timing-function: ease-in; 
} 

/********
* swing *
*********/

@-webkit-keyframes swing { 
    20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; } 
    20% { -webkit-transform: rotate(15deg); } 
    40% { -webkit-transform: rotate(-10deg); } 
    60% { -webkit-transform: rotate(5deg); } 
    80% { -webkit-transform: rotate(-5deg); } 
    100% { -webkit-transform: rotate(0deg); } 
} 
@keyframes swing { 
    20% { transform: rotate(15deg); } 
    40% { transform: rotate(-10deg); } 
    60% { transform: rotate(5deg); } 
    80% { transform: rotate(-5deg); } 
    100% { transform: rotate(0deg); } 
} 
.swing.go { 
    -webkit-transform-origin: top center; 
    transform-origin: top center; 
    -webkit-animation-name: swing; 
    animation-name: swing; 
}

/*******
* tada *
********/

@-webkit-keyframes tada { 
    0% {-webkit-transform: scale(1);} 
    10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);} 
    30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);} 
    40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);} 
    100% {-webkit-transform: scale(1) rotate(0);} 
} 
@keyframes tada { 
    0% {transform: scale(1);} 
    10%, 20% {transform: scale(0.9) rotate(-3deg);} 
    30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);} 
    40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);} 
    100% {transform: scale(1) rotate(0);} 
} 
.tada.go { 
    -webkit-animation-name: tada; 
    animation-name: tada; 
}

/*********
* wobble *
**********/

@-webkit-keyframes wobble { 
  0% { -webkit-transform: translateX(0%); } 
  15% { -webkit-transform: translateX(-25%) rotate(-5deg); } 
  30% { -webkit-transform: translateX(20%) rotate(3deg); } 
  45% { -webkit-transform: translateX(-15%) rotate(-3deg); } 
  60% { -webkit-transform: translateX(10%) rotate(2deg); } 
  75% { -webkit-transform: translateX(-5%) rotate(-1deg); } 
  100% { -webkit-transform: translateX(0%); } 
} 
@keyframes wobble { 
  0% { transform: translateX(0%); } 
  15% { transform: translateX(-25%) rotate(-5deg); } 
  30% { transform: translateX(20%) rotate(3deg); } 
  45% { transform: translateX(-15%) rotate(-3deg); } 
  60% { transform: translateX(10%) rotate(2deg); } 
  75% { transform: translateX(-5%) rotate(-1deg); } 
  100% { transform: translateX(0%); } 
} 
.wobble.go { 
    -webkit-animation-name: wobble; 
    animation-name: wobble; 
}

/********
* pulse *
*********/

@-webkit-keyframes pulse { 
    0% { -webkit-transform: scale(1); } 
    50% { -webkit-transform: scale(1.1); } 
    100% { -webkit-transform: scale(1); } 
} 
@keyframes pulse { 
    0% { transform: scale(1); } 
    50% { transform: scale(1.1); } 
    100% { transform: scale(1); } 
} 
.pulse.go { 
    -webkit-animation-name: pulse; 
    animation-name: pulse; 
}

/***************
* lightSpeedInRight *
****************/
@-webkit-keyframes lightSpeedInRight { 
   0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; } 
    60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; } 
    80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; } 
    100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; } 
} 
@keyframes lightSpeedInRight { 
    0% { transform: translateX(100%) skewX(-30deg); opacity: 0; } 
    60% { transform: translateX(-20%) skewX(30deg); opacity: 1; } 
    80% { transform: translateX(0%) skewX(-15deg); opacity: 1; } 
    100% { transform: translateX(0%) skewX(0deg); opacity: 1; } 
} 
.lightSpeedInRight.go { 
    -webkit-animation-name: lightSpeedInRight; 
    animation-name: lightSpeedInRight; 
    -webkit-animation-timing-function: ease-out; 
    animation-timing-function: ease-out; 
} 

/***************
* lightSpeedInLeft *
****************/
@-webkit-keyframes lightSpeedInLeft { 
   0% { -webkit-transform: translateX(-100%) skewX(30deg); opacity: 0; } 
    60% { -webkit-transform: translateX(20%) skewX(-30deg); opacity: 1; } 
    80% { -webkit-transform: translateX(0%) skewX(15deg); opacity: 1; } 
    100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; } 
} 
@keyframes lightSpeedInLeft { 
    0% { transform: translateX(-100%) skewX(30deg); opacity: 0; } 
    60% { transform: translateX(20%) skewX(-30deg); opacity: 1; } 
    80% { transform: translateX(0%) skewX(15deg); opacity: 1; } 
    100% { transform: translateX(0%) skewX(0deg); opacity: 1; } 
} 
.lightSpeedInLeft.go { 
    -webkit-animation-name: lightSpeedInLeft; 
    animation-name: lightSpeedInLeft; 
    -webkit-animation-timing-function: ease-out; 
    animation-timing-function: ease-out; 
} 


/*******
* Flip *
*******/
@-webkit-keyframes flip { 
    0% { 
        -webkit-transform: perspective(400px) rotateY(0); 
        -webkit-animation-timing-function: ease-out; 
    } 
    40% { 
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg); 
        -webkit-animation-timing-function: ease-out; 
    } 
    50% { 
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1); 
        -webkit-animation-timing-function: ease-in; 
    } 
    80% { 
        -webkit-transform: perspective(400px) rotateY(360deg) scale(.95); 
        -webkit-animation-timing-function: ease-in; 
    } 
    100% { 
        -webkit-transform: perspective(400px) scale(1); 
        -webkit-animation-timing-function: ease-in; 
    } 
}
@keyframes flip { 
    0% { 
        transform: perspective(400px) rotateY(0); 
        animation-timing-function: ease-out; 
    } 
    40% { 
        transform: perspective(400px) translateZ(150px) rotateY(170deg); 
        animation-timing-function: ease-out; 
    } 
    50% { 
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1); 
        animation-timing-function: ease-in; 
    } 
    80% { 
        transform: perspective(400px) rotateY(360deg) scale(.95); 
        animation-timing-function: ease-in; 
    } 
    100% { 
        transform: perspective(400px) scale(1); 
        animation-timing-function: ease-in; 
    } 
} 
.flip.go { 
    -webkit-backface-visibility: visible !important; 
    -webkit-animation-name: flip; 
    backface-visibility: visible !important; 
    animation-name: flip; 
}

/**********
* flipInX *
**********/
@-webkit-keyframes flipInX { 
    0% { 
        -webkit-transform: perspective(400px) rotateX(90deg); 
        opacity: 0; 
    } 
    40% { 
        -webkit-transform: perspective(400px) rotateX(-10deg); 
    } 
    70% { 
        -webkit-transform: perspective(400px) rotateX(10deg); 
    } 
    100% { 
        -webkit-transform: perspective(400px) rotateX(0deg); 
        opacity: 1; 
    } 
} 
@keyframes flipInX { 
    0% { 
        transform: perspective(400px) rotateX(90deg); 
        opacity: 0; 
    } 
    40% { 
        transform: perspective(400px) rotateX(-10deg); 
    } 
    70% { 
        transform: perspective(400px) rotateX(10deg); 
    } 
    100% { 
        transform: perspective(400px) rotateX(0deg); 
        opacity: 1; 
    } 
} 
.flipInX.go { 
    -webkit-backface-visibility: visible !important; 
    -webkit-animation-name: flipInX; 
    backface-visibility: visible !important; 
    animation-name: flipInX; 
}

/**********
* flipInY *
**********/

@-webkit-keyframes flipInY { 
    0% { 
        -webkit-transform: perspective(400px) rotateY(90deg); 
        opacity: 0; 
    } 
    40% { 
        -webkit-transform: perspective(400px) rotateY(-10deg); 
    } 
    70% { 
        -webkit-transform: perspective(400px) rotateY(10deg); 
    } 
    100% { 
        -webkit-transform: perspective(400px) rotateY(0deg); 
        opacity: 1; 
    } 
} 
@keyframes flipInY { 
    0% { 
        transform: perspective(400px) rotateY(90deg); 
        opacity: 0; 
    } 
    40% { 
        transform: perspective(400px) rotateY(-10deg); 
    } 
    70% { 
        transform: perspective(400px) rotateY(10deg); 
    } 
    100% { 
        transform: perspective(400px) rotateY(0deg); 
        opacity: 1; 
    } 
} 
.flipInY.go { 
    -webkit-backface-visibility: visible !important; 
    -webkit-animation-name: flipInY; 
    backface-visibility: visible !important; 
    animation-name: flipInY; 
}

/*****************
* Out animations *
*****************/


/************
* bounceOut *
*************/
@-webkit-keyframes bounceOut { 
    0% { 
        -webkit-transform: scale(1); 
    } 
    25% { 
        -webkit-transform: scale(.95); 
    } 
    50% { 
        opacity: 1; 
        -webkit-transform: scale(1.1); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: scale(.3); 
    } 
} 
@keyframes bounceOut { 
    0% { 
        transform: scale(1); 
    } 
    25% { 
        transform: scale(.95); 
    } 
    50% { 
        opacity: 1; 
        transform: scale(1.1); 
    } 
    100% { 
        opacity: 0; 
        transform: scale(.3); 
    } 
} 
.bounceOut.goAway { 
    -webkit-animation-name: bounceOut; 
    animation-name: bounceOut; 
}

/************
* bounceOutUp *
*************/
@-webkit-keyframes bounceOutUp { 
    0% { 
        -webkit-transform: translateY(0); 
    } 
    20% { 
        opacity: 1; 
        -webkit-transform: translateY(20px); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateY(-2000px); 
    } 
} 
@keyframes bounceOutUp { 
    0% { 
        transform: translateY(0); 
    } 
    20% { 
        opacity: 1; 
        transform: translateY(20px); 
    } 
    100% { 
        opacity: 0; 
        transform: translateY(-2000px); 
    } 
} 
.bounceOutUp.goAway { 
    -webkit-animation-name: bounceOutUp; 
    animation-name: bounceOutUp; 
}

/************
* bounceOutDown *
*************/
@-webkit-keyframes bounceOutDown { 
    0% { 
        -webkit-transform: translateY(0); 
    } 
    20% { 
        opacity: 1; 
        -webkit-transform: translateY(-20px); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateY(2000px); 
    } 
} 
@keyframes bounceOutDown { 
    0% { 
        transform: translateY(0); 
    } 
    20% { 
        opacity: 1; 
        transform: translateY(-20px); 
    } 
    100% { 
        opacity: 0; 
        transform: translateY(2000px); 
    } 
} 
.bounceOutDown.goAway { 
    -webkit-animation-name: bounceOutDown; 
    animation-name: bounceOutDown; 
}


/************
* bounceOutLeft *
*************/
@-webkit-keyframes bounceOutLeft { 
    0% { 
        -webkit-transform: translateX(0); 
    } 
    20% { 
        opacity: 1; 
        -webkit-transform: translateX(20px); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateX(-2000px); 
    } 
} 
@keyframes bounceOutLeft { 
    0% { 
        transform: translateX(0); 
    } 
    20% { 
        opacity: 1; 
        transform: translateX(20px); 
    } 
    100% { 
        opacity: 0; 
        transform: translateX(-2000px); 
    } 
} 
.bounceOutLeft.goAway { 
    -webkit-animation-name: bounceOutLeft; 
    animation-name: bounceOutLeft; 
}

/************
* bounceOutRight *
*************/
@-webkit-keyframes bounceOutRight { 
    0% { 
        -webkit-transform: translateX(0); 
    } 
    20% { 
        opacity: 1; 
        -webkit-transform: translateX(-20px); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateX(2000px); 
    } 
} 
@keyframes bounceOutRight { 
    0% { 
        transform: translateX(0); 
    } 
    20% { 
        opacity: 1; 
        transform: translateX(-20px); 
    } 
    100% { 
        opacity: 0; 
        transform: translateX(2000px); 
    } 
} 
.bounceOutRight.goAway { 
    -webkit-animation-name: bounceOutRight; 
    animation-name: bounceOutRight; 
}

/************
* fadeOut *
*************/
@-webkit-keyframes fadeOut { 
    0% {opacity: 1;} 
    100% {opacity: 0;} 
} 
@keyframes fadeOut { 
    0% {opacity: 1;} 
    100% {opacity: 0;} 
} 
.fadeOut.goAway { 
    -webkit-animation-name: fadeOut; 
    animation-name: fadeOut; 
}

/************
* fadeOutUp *
*************/
@-webkit-keyframes fadeOutUp { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateY(-2000px); 
    } 
} 
@keyframes fadeOutUp { 
    0% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
    100% { 
        opacity: 0; 
        transform: translateY(-2000px); 
    } 
} 
.fadeOutUp.goAway { 
    -webkit-animation-name: fadeOutUp; 
    animation-name: fadeOutUp; 
}

/************
* fadeOutDown *
*************/
@-webkit-keyframes fadeOutDown { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateY(2000px); 
    } 
} 
@keyframes fadeOutDown { 
    0% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
    100% { 
        opacity: 0; 
        transform: translateY(2000px); 
    } 
} 
.fadeOutDown.goAway { 
    -webkit-animation-name: fadeOutDown; 
    animation-name: fadeOutDown; 
}

/************
* fadeOutLeft *
*************/
@-webkit-keyframes fadeOutLeft { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateX(-2000px); 
    } 
} 
@keyframes fadeOutLeft { 
    0% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
    100% { 
        opacity: 0; 
        transform: translateX(-2000px); 
    } 
} 
.fadeOutLeft.goAway { 
    -webkit-animation-name: fadeOutLeft; 
    animation-name: fadeOutLeft; 
}

/************
* fadeOutRight *
*************/
@-webkit-keyframes fadeOutRight { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateX(2000px); 
    } 
} 
@keyframes fadeOutRight { 
    0% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
    100% { 
        opacity: 0; 
        transform: translateX(2000px); 
    } 
} 
.fadeOutRight.goAway { 
    -webkit-animation-name: fadeOutRight; 
    animation-name: fadeOutRight; 
}
/************
* flipOutX *
*************/
@-webkit-keyframes flipOutX { 
    0% { 
        -webkit-transform: perspective(400px) rotateX(0deg); 
        opacity: 1; 
    } 
    100% { 
        -webkit-transform: perspective(400px) rotateX(90deg); 
        opacity: 0; 
    } 
} 
@keyframes flipOutX { 
    0% { 
        transform: perspective(400px) rotateX(0deg); 
        opacity: 1; 
    } 
    100% { 
        transform: perspective(400px) rotateX(90deg); 
        opacity: 0; 
    } 
} 
.flipOutX.goAway { 
    -webkit-animation-name: flipOutX; 
    -webkit-backface-visibility: visible !important; 
    animation-name: flipOutX; 
    backface-visibility: visible !important; 
}

/************
* flipOutY *
*************/
@-webkit-keyframes flipOutY { 
    0% { 
        -webkit-transform: perspective(400px) rotateY(0deg); 
        opacity: 1; 
    } 
    100% { 
        -webkit-transform: perspective(400px) rotateY(90deg); 
        opacity: 0; 
    } 
} 
@keyframes flipOutY { 
    0% { 
        transform: perspective(400px) rotateY(0deg); 
        opacity: 1; 
    } 
    100% { 
        transform: perspective(400px) rotateY(90deg); 
        opacity: 0; 
    } 
} 
.flipOutY { 
    -webkit-backface-visibility: visible !important; 
    -webkit-animation-name: flipOutY; 
    backface-visibility: visible !important; 
    animation-name: flipOutY; 
}

/************
* lightSpeedOutRight *
*************/
@-webkit-keyframes lightSpeedOutRight { 
    0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; } 
    100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; } 
} 
@keyframes lightSpeedOutRight { 
    0% { transform: translateX(0%) skewX(0deg); opacity: 1; } 
    100% { transform: translateX(100%) skewX(-30deg); opacity: 0; } 
} 
.lightSpeedOutRight.goAway { 
    -webkit-animation-name: lightSpeedOutRight; 
    animation-name: lightSpeedOutRight; 
    -webkit-animation-timing-function: ease-in; 
    animation-timing-function: ease-in; 
} 


/************
* lightSpeedOutLeft *
*************/
@-webkit-keyframes lightSpeedOutLeft { 
    0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; } 
    100% { -webkit-transform: translateX(-100%) skewX(30deg); opacity: 0; } 
} 
@keyframes lightSpeedOutLeft { 
    0% { transform: translateX(0%) skewX(0deg); opacity: 1; } 
    100% { transform: translateX(-100%) skewX(30deg); opacity: 0; } 
} 
.lightSpeedOutLeft.goAway { 
    -webkit-animation-name: lightSpeedOutLeft; 
    animation-name: lightSpeedOutLeft; 
    -webkit-animation-timing-function: ease-in; 
    animation-timing-function: ease-in; 

} 

/************
* rotateOut *
*************/
@-webkit-keyframes rotateOut { 
    0% { 
        -webkit-transform-origin: center center; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        -webkit-transform-origin: center center; 
        -webkit-transform: rotate(200deg); 
        opacity: 0; 
    } 
} 
@keyframes rotateOut { 
    0% { 
        transform-origin: center center; 
        transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        transform-origin: center center; 
        transform: rotate(200deg); 
        opacity: 0; 
    } 
} 
.rotateOut.goAway { 
    -webkit-animation-name: rotateOut; 
    animation-name: rotateOut; 
}


/************
* rotateOutUpLeft *
*************/
@-webkit-keyframes rotateOutUpLeft { 
    0% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(-90deg); 
        opacity: 0; 
    } 
} 
@keyframes rotateOutUpLeft { 
    0% { 
        transform-origin: left bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        -transform-origin: left bottom; 
        -transform: rotate(-90deg); 
        opacity: 0; 
    } 
} 
.rotateOutUpLeft.goAway { 
    -webkit-animation-name: rotateOutUpLeft; 
    animation-name: rotateOutUpLeft; 
}

/************
* rotateOutDownLeft *
*************/

@-webkit-keyframes rotateOutDownLeft { 
    0% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(90deg); 
        opacity: 0; 
    } 
} 
@keyframes rotateOutDownLeft { 
    0% { 
        transform-origin: left bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        transform-origin: left bottom; 
        transform: rotate(90deg); 
        opacity: 0; 
    } 
} 
.rotateOutDownLeft.goAway { 
    -webkit-animation-name: rotateOutDownLeft; 
    animation-name: rotateOutDownLeft; 
}
/************
* rotateOutUpRight *
*************/

@-webkit-keyframes rotateOutUpRight { 
    0% { 
        -webkit-transform-origin: right bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        -webkit-transform-origin: right bottom; 
        -webkit-transform: rotate(90deg); 
        opacity: 0; 
    } 
} 
@keyframes rotateOutUpRight { 
    0% { 
        transform-origin: right bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        transform-origin: right bottom; 
        transform: rotate(90deg); 
        opacity: 0; 
    } 
} 
.rotateOutUpRight.goAway { 
    -webkit-animation-name: rotateOutUpRight; 
    animation-name: rotateOutUpRight; 
}

/************
* rollOut *
*************/
@-webkit-keyframes rollOut { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateX(0px) rotate(0deg); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateX(100%) rotate(120deg); 
    } 
} 
@keyframes rollOut { 
    0% { 
        opacity: 1; 
        transform: translateX(0px) rotate(0deg); 
    } 
    100% { 
        opacity: 0; 
        transform: translateX(100%) rotate(120deg); 
    } 
} 
.rollOut.goAway { 
    -webkit-animation-name: rollOut; 
    animation-name: rollOut; 
}



/* Wobble Horizontal */
@-webkit-keyframes wobble-horizontal {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    5% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    15% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    20% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    30% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes wobble-horizontal {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    5% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    15% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    20% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    30% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}.reviews h1{text-align:center;font-weight:bold;font-size:34px;text-transform:uppercase;color:#000;margin-bottom:50px;padding-top:48px;}
.reviews .review{margin-bottom:50px;}
.reviews .review > div{display:inline-block;margin-right:-5px;vertical-align:top;}
.reviews .review .left{width:40%;text-align:center;}
.reviews .review .left img{max-width:257px;width:70%;}
.reviews .review .right{width:60%;}
.reviews .review .name{font-size:30px;color:#000;font-weight:bold;text-transform:uppercase;}
.reviews .review .name:after{display:block;content:" ";width:32px;height:3px;background:#000;margin-top:10px;margin-bottom:10px;}
.reviews .review .link{font-size:18px;color:#f37e2f;margin-bottom:22px;}
.reviews .review .text{font-weight:200;line-height:24px;color:#5b5b5b;font-size:16px;box-sizing:border-box;padding-right:1%;}

.reviews--custom .review {padding:30px}
/* CSS Сборс */
* { margin: 0; padding: 0; }

/* Базовый стил для адаптивной картинки */
div.containerlogo {
  width: 96%;
  max-width: 960px;
  margin: 0 auto; /* центрируем основной контейнер */
}
/* Условная расстановка картинок для различных устройств  */

.breakpoint { /* Одна колонка для смартфонов */
  max-width: 100%;
  display: inline-block;
}
@media (min-width: 420px) { /* Две колонки для планшетов */
  .breakpoint {
    max-width: 48%;
  }
}
@media (min-width: 760px) { /* Четыре колонки для больших экранов */
  .breakpoint {
    max-width: 24%;
  }
}
blockquote {
    background: none repeat scroll 0 0 #fbd0b3;/*#f4e892;*/
    color: #252540;
    font-family: arial;
    font-size: 17px;
    font-style: italic;
    line-height: 1.45;
    text-align:center;
    padding: 15px 38px;
    position: relative;
    width: 450px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.25), 0 0 10px rgba(0,0,0,0.1) inset;
}

blockquote:before{
position:absolute;
margin-top:-33px;
margin-left:-20px;
content:url('/img/webof.png');
}
blockquote:after{
z-index: -1;
position: absolute;
content: "";
bottom: 15px;
right: 10px;
left: auto;
width: 50%;
top: 80%;
-webkit-box-shadow: 0 19px 7px #a7a7a7;
-moz-box-shadow: 0 19px 7px #a7a7a7;
box-shadow: 0 19px 7px #a7a7a7;
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-o-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);
}

.text-block {
  width: 90%;
  margin: 0 auto;
  padding: 21px 4%;
}
.text-block.ul,.text-block.ol {

	padding-left: 10px; 
    padding-right: 10px; 
}
.text-block h2,.text-block h3,.text-block h4,.text-block h5,.text-block h6 {
    margin-top: 10px;
    margin-bottom: 10px;
	padding-left: 10px; 
    padding-right: 10px; 
}
.text-block ul li {
    margin-left: 40px;
    line-height: 1.7;
}
.text-block ol li {
    margin-left: 40px;
    line-height: 1.7;
    
}

.text-block p {
    line-height: 1.7;
    margin-top: 1em;
    margin-bottom: 1em;
	padding-left: 10px; 
    padding-right: 10px; 
}

@media screen and (max-width: 900px) {
 .blog-single-content {
    font-weight: 200;
    color: #000;
    font-size: 16px;
    padding-top: 30px;
    overflow: hidden;

 }
 .text-block {
  width: 100%;
  margin: 0 auto;
  font-weight: 200;
  color: #000;
  font-size: 16px;
  /*padding: 0px;*/
 }
 div.containerlogo {
    text-align: center;
 }
 
  .text-block p {
    line-height: 1.7;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 18px;
    padding-right: 18px;
  }
}
