/* Общие стили */

body {
    margin: 0;
    padding:0;
    background-color: #fff;
    font-family: 'Open Sans', Helvetica Neue, sans-serif;
    font-size: 14px;
    color:#333;
}
.container {
    position: relative;
}
a {
    color: #007fc6;
}
a:hover, a:focus {
    text-decoration: none;
    color: #333;
}
a, li {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
img {
    max-width: 100%;
}

/* Шапка сайта */

.top-bg {
    background: url(../images/top.png) no-repeat center center;
    background-size: cover;
    position: relative;
}
.top-bg div {
    display: inline-block;
    padding: 3px 8px;
    margin: 45px auto 90px 60px;
    background: url(../images/top-text.png) no-repeat center center;
    background-size: cover;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.8px;
    opacity: 0;
}
.logo {
    position: absolute;
    top: auto;
    bottom: -60px;
    left: -90px;
    width: 180px;
}
header .contacts {
    padding: 8px 0;
    text-align: center;
}
header .contacts a {
    color: #333;
    font-weight: 600;
}
.contacts .fa {
    margin: 0 5px 0 12px;
}
#menu {
    padding-left: 0;
    margin: 10px 0 15px;
    list-style-type: none;
    width: 100%;
    text-align: center;
}
#menu li {
    display: inline-block;
}
#menu li + li {
    margin-left: 60px;
}
#menu a {
    color: #333;
    font-size: 16px;
    display: inline-block;
}
#menu a:after {
    content: '';
    display: block;
    background: #007cc3;
    height: 5px;
    width: 100%;
    transform: skew(-20deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 1px;
}
#menu a:hover:after {
    background: #00aaff;
}

/* Подвал сайта */

footer a {
    color: #fff;
}
.blue-bg {
    color: #fff;
    background-image: linear-gradient(to right, #506bae, #4f8ccf);
    padding: 20px 15px 10px 60px;
    font-size: 13px;
}
.footer-menu {
    padding-left: 0;
    margin-bottom: 15px;
    list-style-type: none;
}
.footer-menu li {
    display: inline-block;
}
.footer-menu li + li {
    margin-left: 60px;
}
.footer-menu a {
    font-size: 16px;
}
footer .small {
    margin-bottom: 0;
}
footer .row + .row {
    margin-top: 10px;
}
footer .contacts {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
    white-space: nowrap;
}
footer .contacts li {
    margin-bottom: 8px;
}
footer .contacts a {
    display: inline-block;
    margin-right: 15px
}

/* Главная страница */

.sidebar-img {
    position: absolute;
    top: auto;
    left: -45px;
    bottom: -9px;
    width: 70px;
    z-index: -1;
}
.block-title {
    display: inline-block;
    padding: 1px 50px 1px 30px;
    color: #fff;
    background: url(../images/flag.png) no-repeat right center;
    background-size: cover;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    font-size: 16px;
	position: relative;
}
.about, .objects, .service {
    padding-left: 45px;
}
.objects {
    margin: 60px 0 90px;
}
.object-slider.owl-carousel .owl-stage-outer {
    background: #007cc3;
    border: 5px solid #007cc3;
    transform: skew(-24deg);
}
.object-slider.owl-carousel .owl-item {
    overflow: hidden;
        border-right: 5px solid #007cc3;
}
.object-slider.owl-carousel .owl-item img {
    transform: skew(24deg);
    max-width: initial;
    width: calc(100% + 74px);
    margin: 0 -37px;
}

.owl-theme .owl-nav {
    margin-top: 0;
}
.object-slider.owl-theme .owl-nav [class*='owl-'] {
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: -40px;
    width: 50px;
    height: 50px;
    margin: -25px 0 0;
    text-indent: -99999px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background-color: transparent;
}
.owl-theme .owl-nav [class*='owl-']:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.object-slider .owl-controls .owl-prev:before {
    background: url(../images/prev.png) no-repeat 50% 50%;    
    background-size: contain;
}
.object-slider .owl-controls .owl-next:before {
    background: url(../images/next.png) no-repeat 50% 50%;
    background-size: contain;
}
.object-slider.owl-theme .owl-controls .owl-nav .owl-next {
    left: auto;
    right: -40px;
}
ul.list {
    padding-left: 0;
    margin-bottom: 20px;
    list-style-type: none;
}
.statistic-slider {
    background: #007cc3;
    background-image: linear-gradient(to right, #506bae, #4f8ccf);
    padding: 15px 45px 15px;
    text-align: center;
    margin-bottom: 90px;
    margin-left: 4px;
}
.statistic-slider.owl-carousel .owl-item img {
    height: auto;
    display: block;
    max-width: 100%;
}
.statistic-slider.owl-theme .owl-nav [class*='owl-'], .letters-slider.owl-theme .owl-nav [class*='owl-'], .partners-slider.owl-theme .owl-nav [class*='owl-'] {
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    margin: -15px 0 0;
    text-indent: -99999px;
}
.statistic-slider.owl-theme .owl-controls .owl-nav .owl-next, .letters-slider.owl-theme .owl-controls .owl-nav .owl-next, .partners-slider.owl-theme .owl-controls .owl-nav .owl-next {
    left: auto;
    right: 0;
}
.statistic-slider .owl-controls .owl-prev:before {
    background: url(../images/prev-w.png) no-repeat 50% 50%;
    background-size: contain;
}
.statistic-slider .owl-controls .owl-next:before {
    background: url(../images/next-w.png) no-repeat 50% 50%;
    background-size: contain;
}
.docs {
    text-align: center;
    margin: 15px 0 90px;
}
.docs a {
    display: inline-block;
    width: 20%;
    margin: 0 15px;
    padding: 0 15px;
    color: #333;
    text-decoration: underline;
    font-size: 16px;
}
.docs a:hover {
    color: #007cc3;
}
.docs a img {
    width: 50px;
    display: block;
    margin: 0 auto 10px;
}
.letters {
    padding-left: 0;
    margin: 30px 0;
    list-style-type: none;
    text-align: center;
}
.letters li {
    display: inline-block;
    width: 12.5%;
}
.letters li {
    margin: 0 5px 10px;
}
.partners-slider {
    padding: 15px 45px;
    text-align: center;
    margin-bottom: 30px;
}
.partners-slider .owl-controls .owl-prev:before,
.letters-slider .owl-controls .owl-prev:before {
    background: url(../images/prev-b.png) no-repeat 50% 50%;
    background-size: contain;
}
.partners-slider .owl-controls .owl-next:before,
.letters-slider .owl-controls .owl-next:before {
    background: url(../images/next-b.png) no-repeat 50% 50%;
    background-size: contain;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.acf-map {
    width: 100%;
    height: 500px;
    margin: 0;
}

.acf-map img {
   max-width: inherit !important;
}

#modal-map .modal-dialog {
    width: 90%;
}

#modal-map .modal-body {
    padding: 0;
}

footer .contacts li:first-child span {
    display: inline-block;
    position: relative;
    left: 13px;
}

.letters-slider {
    padding: 0 35px 25px 35px;
}

.sibebar-wrap {
    position: absolute;
    left: 14px;
    top: 0;
    width: 11px;
    height: 102%;
    background-repeat: repeat-y;
    background-size: 98%;
    background-position: top center;
    z-index: -1;
}

#company:before {
    content: " ";
    position: absolute;
    left: -57px;
    top: 129px;
    background-size: 100%;
    width: 44px;
    height: 44px;
    background-image: url("http://oooecp.ru/wp-content/uploads/2018/09/icon-1.png");
    background-repeat: no-repeat;
}

#service:before {
    content: " ";
    position: absolute;
    left: -57px;
    top: 87px;
    background-size: 100%;
    width: 44px;
    height: 55px;
    background-image: url("http://oooecp.ru/wp-content/uploads/2018/09/icon-2.png");
    background-repeat: no-repeat;
}

#doc:before {
    content: " ";
    position: absolute;
    left: -57px;
    top: 77px;
    background-size: 100%;
    width: 44px;
    height: 55px;
    background-image: url("http://oooecp.ru/wp-content/uploads/2018/09/icon-3.png");
    background-repeat: no-repeat;
}

#reviews:before {
    content: " ";
    position: absolute;
    left: -57px;
    top: 82px;
    background-size: 100%;
    width: 47px;
    height: 55px;
    background-image: url("http://oooecp.ru/wp-content/uploads/2018/09/icon-4.png");
    background-repeat: no-repeat;
}