::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

:-moz-placeholder {
    color: #666;
    opacity: 1
}

::-moz-placeholder {
    color: #666;
    opacity: 1
}

:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

html.js .loader {
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999
}

html.js .loader_inner {
    background-image: url(../img/preloader.gif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    left: 50%;
    top: 50%;
    position: absolute
}

html {
    width: 100%;
    height: 100%
}

/* body {
    font-family: sans-serif;
    font-size: 16px;
    width: 100%;
    position: relative;
    line-height: 1.6;
    font-family: RobotoRegular, sans-serif;
    overflow-x: hidden
} */

ul {
    list-style: none;
    padding-left: 0
}

.hidden {
    display: none
}

.tar {
    text-align: right
}

.tac {
    text-align: center
}

.tal {
    text-align: left
}

.m0a {
    margin: 0 auto
}

#docs {
    padding-bottom: 60px
}

a.phone {
    font-size: 1.2em !important;
    color: #333 !important;
    margin: 15px !important;
    border-bottom: 2px dashed red !important
}

a.nav-button {
    display: block;
    background: #8a2121;
    color: #fff;
    border-bottom: none;
    border-radius: 5px;
    box-shadow: inset 0 -1px 0 0 #601919;
    transition: .3s;
    text-align: center;
    margin-top: 8px;
    height: 40px;
    line-height: 40px
}

a.nav-button:hover {
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-bottom: none;
    box-shadow: inset 0 -4px 0 0 #601919;
    -webkit-transform: rotateX(25deg) rotateY(0deg) rotateZ(0deg);
    transition: .3s
}

.navbar-default .navbar-nav>.active>a {
    color: #fff !important;
    background-image: -moz-linear-gradient(90deg, #8a2121 0%, #af4b4b 0%, #aa4141 0%, #aa4141 54%, #8a2121 100%);
    background-image: -webkit-linear-gradient(90deg, #8a2121 0%, #af4b4b 0%, #aa4141 0%, #aa4141 54%, #8a2121 100%);
    background-image: -ms-linear-gradient(90deg, #8a2121 0%, #af4b4b 0%, #aa4141 0%, #aa4141 54%, #8a2121 100%);
    transform: skewx(-10deg);
    transition: .3s
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff !important;
    background-color: #ccc !important;
    transform: skewx(-10deg)
}

a.navbar-brand {
    height: auto;
    width: 80%
}

.navbar {
    box-shadow: 0 0 2px 0 #ddd0d0;
    border-radius: 0;
    margin-bottom: -24px !important;
    border: none !important;
    background-position: bottom center
}

div.wrapper {
    min-height: 100%;
    position: relative;
    overflow: hidden
}

div.empty {
    height: 70px
}

footer {
    /* height: 70px; */
    position: relative;
    width: 100%
}

footer.contacts {
    position: fixed;
    bottom: 0;
    margin-top: -70px
}

footer ul.nav {
    margin-top: 22px
}

ul.nav {
    margin-top: 52px;
    line-height: 2.2em;
    max-height: 155px
}

ul.navbar-right {
    margin-top: 12px
}

i.fa {
    vertical-align: middle;
    font-size: 1.7em;
    color: #7f42e1
}

i.fa-white {
    color: #fff
}

.top-phone-main a {
    text-decoration: none !important;
    border-bottom: none !important
}

.h1 {
    display: inline-block;
    font-size: 2em;
    text-transform: uppercase;
    margin: 90px auto;
    background: #ffdf2b;
    padding: 5px;
    transform: skewx(-10deg)
}

.h1-under {
    position: relative;
    display: inline-block;
    font-size: 2em;
    text-transform: uppercase;
    margin: 90px auto;
    margin-bottom: 10px;
    padding: 5px
}

.h2-title {
    text-transform: uppercase;
    font-size: 1.6em;
    color: #666;
    margin-bottom: 60px
}

.h1-under:after {
    content: '';
    position: absolute;
    width: 20%;
    height: 4px;
    background: #7f42e1;
    border-radius: 4px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

h1 {
    margin: 90px auto;
    text-transform: uppercase;
    /* background: #fff;
    display: inline-block;
    font-size: 2em;
    color: #282828;
    line-height: 1em;
    padding: 5px;
    transform: skewx(-10deg) */
}

.slogan {
    margin-top: 0;
    margin-left: 0;
    text-transform: uppercase;
    display: inline-block;
    font-size: 2em;
    color: #fff;
    line-height: 1em;
    padding: 2px 5px;
    border-left: 5px solid #8a2121
}

.statisctic__wrapper_inner {
    padding: 10px;
    position: relative
}

.statisctic__wrapper_inner_count {
    position: relative;
    font-weight: 700;
    text-align: center;
    font-size: 7em;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    background-color: #666;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255, 255, 255, 0.5) 0 3px 3px
}

.statisctic__wrapper_inner_count:before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 25px;
    border-radius: 4px;
    height: 4px;
    background: #FF9000
}

.statisctic__wrapper_inner_dest {
    text-align: center;
    font-size: 1.4em;
    line-height: 1.2em;
    text-transform: uppercase;
    width: 100%;
    word-wrap: break-word;
    text-shadow: 0 15px 5px rgba(0, 0, 0, 0.1), 10px 20px 5px rgba(0, 0, 0, 0.05), -10px 20px 5px rgba(0, 0, 0, 0.05)
}

.scrcount {
    background: url(../img/scr3-bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 90px
}

.statisctic__wrapper_inner_1 .statisctic__wrapper_inner_count {
    position: relative;
    text-shadow: none;
    background: none;
    color: #FF9000
}

.statisctic__wrapper_inner_1 .statisctic__wrapper_inner_dest {
    position: relative;
    font-weight: 700
}

span.brand {
    color: #d9534f
}

section.scr-top {
    background: url(../img/main-bg.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
    padding-bottom: 80px
}

.top-list {
    font-size: 1.4em;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px
}

.top-list li {
    margin: 10px auto;
    background: #7f42e1;
    display: inline-block;
    padding: 0 10px;
    border-radius: 3px
}

div.flex-wrap {
    flex-flow: row wrap;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between
}

.flex-left {
    width: 52%
}

form.form-top {
    width: 400px;
    background: rgba(222, 222, 222, 0.8);
    border: 3px dashed red;
    padding: 10px 45px;
    border-radius: 5px
}

label {
    font-weight: 400;
    color: #222
}

div.form-group {
    text-align: left;
    margin-bottom: 10px
}

div.cta-text {
    display: inline-block;
    float: left;
    text-transform: uppercase;
    padding: 1px 6px;
    font-size: 1.6em;
    background: #fff;
    color: #FF9000;
    border-radius: 3px
}

.item-title {
    font-size: 1.3em;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 15px
}

.item-wrap {
    color: #666;
    text-transform: none;
    text-decoration: none;
    min-height: 410px;
    margin-bottom: 30px;
    transition: .3s;
    padding: 25px;
    box-shadow: 0 0 3px 0 #ccc
}

.item-wrap:hover {
    text-transform: none;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 0 4px 2px #ccc;
    transition: .3s
}

.item-title:before {
    content: '';
    position: absolute;
    width: 20%;
    height: 2px;
    background: #8a2121;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

div.item-text {
    line-height: 1.15em;
    position: relative;
    transition: .2s ease all
}

.item-link {
    display: block;
    position: absolute;
    border-radius: 5px;
    background: #ffdf2b;
    color: #282828;
    bottom: -10px;
    width: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 40px;
    line-height: 40px;
    opacity: 0;
    transition: .3s ease all
}

.item-wrap:hover .item-link {
    opacity: 1;
    bottom: 45px
}

.item-wrap:hover .item-text {
    color: #fff
}

section.scr2 {
    margin-bottom: 90px
}

section.scr3 {
    background: url(../img/scr3-bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

section.scr3 img {
    margin-top: 30px;
    margin-bottom: 30px
}

h2 {
    margin-top: 60px;
    text-align: center;
    font-size: 1.7em;
    padding: 5px;
    text-transform: uppercase;
    background: #fff;
    transform: skewX(-10deg)
}

ul.scr3-list {
    margin-left: 40px;
    text-align: left;
    font-size: 1em;
    margin-top: 10px;
    margin-bottom: 10px
}

.scr3-list li {
    margin: 10px auto
}

.scr3 span {
    margin-top: 50px;
    margin-left: 40px;
    display: inline-block;
    transform: skewX(-10deg);
    color: #333;
    padding: 3px;
    background: #fff;
    font-size: 1.1em;
    text-transform: uppercase
}

img.service-icon {
    height: 120px
}

section.scr4 {
    margin-bottom: 90px
}

section.scr5 {
    padding-bottom: 90px;
    background: url(../img/scr5-bg.jpg);
    -webkit-background-size: cover;
    background-size: cover
}

div.photo-wrap,
div.photo-wrap-xl {
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 4px
}

div.photo-wrap img {
    box-shadow: 0 0 5px 0 #333;
    transition: .3s;
    max-height: 162px
}

div.photo-wrap-xl img {
    box-shadow: 0 0 5px 0 #333;
    transition: .3s
}

div.photo-wrap img:hover,
div.photo-wrap-xl img:hover {
    box-shadow: 0 0 5px 2px #333;
    transition: .3s
}

.contact-item {
    position: relative;
    margin-bottom: 20px
}

.contact-item:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -5px;
    width: 50px;
    height: 2px;
    background: #ccc
}

section.scr6 {
    margin-bottom: 90px
}

section.scr6 form span {
    display: inline-block;
    margin: 0 auto;
    font-size: 1em;
    text-transform: uppercase;
    margin-bottom: 25px;
    background: #d9534f;
    color: #fff;
    padding: 3px;
    transform: skewx(-10deg)
}

.contact-item i {
    margin-right: 10px
}

section.scr6 button {
    margin-top: 30px
}

section.scr6 h4 {
    text-transform: uppercase;
    line-height: .5em
}

#totop {
    cursor: pointer;
    margin-top: 7px;
    padding: 15px;
    float: right
}

address {
    margin-top: 33px;
    float: left
}

a.more-photo {
    display: inline-block;
    background-image: -moz-linear-gradient(90deg, #8a2121 0%, #af4b4b 0%, #aa4141 0%, #aa4141 54%, #8a2121 100%);
    background-image: -webkit-linear-gradient(90deg, #8a2121 0%, #af4b4b 0%, #aa4141 0%, #aa4141 54%, #8a2121 100%);
    background-image: -ms-linear-gradient(90deg, #8a2121 0%, #af4b4b 0%, #aa4141 0%, #aa4141 54%, #8a2121 100%);
    text-decoration: none;
    color: #fff;
    padding: 15px;
    margin-top: 25px;
    border-radius: 5px;
    transition: .3s
}

a.more-photo:hover {
    background-image: -moz-linear-gradient(90deg, #af4b4b 0%, #8a2121 0%, #aa4141 0%, #8a2121, #aa4141 54%);
    -webkit-transform: rotateX(25deg) rotateY(0deg) rotateZ(0deg);
    box-shadow: inset 0 -4px 0 #444;
    transition: .3s
}

.doc-wrap {
    position: relative;
    overflow: hidden;
    padding: 10px
}

.doc-wrap img {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    box-shadow: 0 0 6px #ccc
}

.doc-wrap:hover img {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    box-shadow: 0 0 0 6px #ccc
}

.doc-caption {
    position: absolute;
    left: -100%;
    right: 100%;
    bottom: 10px;
    top: 10px;
    opacity: 0;
    background: rgba(51, 51, 51, 0.7);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.doc-wrap:hover .doc-caption {
    border-radius: 0;
    transform: scale(1);
    left: 10px;
    right: 10px;
    opacity: 1;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.doc-caption-p-wrap {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center;
    padding: 15px
}

div.doc-caption-p {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    text-align: center;
    font-size: 1.8em;
    line-height: 1.2em;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    vertical-align: middle;
    margin-bottom: 50px
}

a.download i {
    font-size: 2em;
    color: #7f42e1
}

.navbar-footer li a {
    padding-top: 5px;
    padding-bottom: 5px
}

.navbar-footer li.active a {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #ccc
}

h1.h1-page {
    color: #333;
    margin: 100px auto;
    border-left: 5px solid #7f42e1
}

h2.h2-page {
    line-height: 1em;
    -webkit-transform: skewX(0DEG);
    -ms-transform: skewX(0DEG);
    -o-transform: skewX(0DEG);
    transform: skewX(0DEG);
    display: inline-block;
    color: #333;
    margin: 60px auto;
    border-left: 5px solid #7f42e1
}

.ul-service {
    list-style: none
}

.ul-service li {
    margin-bottom: 16px
}

.ul-service i {
    margin-right: 8px
}

p.text-desc {
    margin-top: 30px;
    position: relative
}

p.text-desc-after {
    position: relative
}

.page-img {
    margin: 0 auto;
    margin-bottom: 32px;
    max-height: 300px;
}

p.text-desc:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 2px;
    background: #7f42e1;
    left: 0;
    top: -5px
}

p.text-desc-after:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 2px;
    background: #7f42e1;
    left: 0;
    bottom: -5px
}

section.scr6 i.fa {
    color: #7f42e1
}

section#map {
    background: url(../img/map_bg.png) no-repeat;
    background-size: cover
}

aside {
    border-radius: 5px;
    padding: 4px;
    background-color: #f8f8f8
}

.aside-list {
    margin: 0
}

.aside-item {
    width: 100%;
    text-align: center;
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 4px;
    padding: 8px;
    transition: .1s ease all
}

.aside-item a {
    text-decoration: none
}

.aside-item img {
    max-width: 80%;
    max-height: 100px;
    margin: 0 auto
}

.aside-item-active {
    border-radius: 3px;
    box-shadow: 0 0 7px 0 #ccc inset
}

.aside-item:last-child {
    margin-bottom: 0
}

.aside-title {
    text-transform: lowercase;
    transition: .1s ease-out all;
    border-radius: 3px;
    color: #282828 !important;
    margin: 4px auto;
    margin-bottom: 0
}

.aside-item:hover {
    cursor: pointer;
    border-radius: 2px;
    box-shadow: 0 0 4px 1px #ccc
}

.aside-item-active:hover {
    box-shadow: 0 0 7px 0 #ccc inset
}

.aside-item:hover .aside-title {
    background-color: #ffdf2b
}

.aside-item-active:hover .aside-title {
    background: none
}

.article-text,
.ul-service {
    border-radius: 5px;
    padding: 8px;
    background-color: #f8f8f8
}
.perevozka .technics-card {
    width: calc(33% - 11px);
}
