html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, body, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
b, strong {font-weight: bold;}
i, em {font-style: italic;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
ul {list-style: none;}
ol li{list-style-position: outside;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
img{max-width: 100%;height: auto;}
table {border-collapse: collapse;border-spacing: 0;}
html {height: 100%;}
*:focus, * {outline: none;}
textarea {resize: vertical; overflow: auto;}
@font-face {
    font-family: OpenSans;
    src: url('../fonts/OpenSansBold.eot');
    src: url('../fonts/OpenSansBold.woff') format('woff'),
        url('../fonts/OpenSansBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: OpenSans;
    src: url('../fonts/OpenSansItalic.eot');
    src: url('../fonts/OpenSansItalic.woff') format('woff'),
        url('../fonts/OpenSansItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: OpenSans;
    src: url('../fonts/OpenSansBoldItalic.eot');
    src: url('../fonts/OpenSansBoldItalic.woff') format('woff'),
        url('../fonts/OpenSansBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: OpenSans;
    src: url('../fonts/OpenSansRegular.eot');
    src: url('../fonts/OpenSansRegular.woff') format('woff'),
        url('../fonts/OpenSansRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Merriweather;
    src: url('../fonts/MerriweatherBold.eot');
    src: url('../fonts/MerriweatherBold.woff') format('woff'),
        url('../fonts/MerriweatherBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: Merriweather;
    src: url('../fonts/MerriweatherItalic.eot');
    src: url('../fonts/MerriweatherItalic.woff') format('woff'),
        url('../fonts/MerriweatherItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: Merriweather;
    src: url('../fonts/MerriweatherBoldItalic.eot');
    src: url('../fonts/MerriweatherBoldItalic.woff') format('woff'),
        url('../fonts/MerriweatherBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: Merriweather;
    src: url('../fonts/MerriweatherRegular.eot');
    src: url('../fonts/MerriweatherRegular.woff') format('woff'),
        url('../fonts/MerriweatherRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: ComfortaaBold;
    src: url('../fonts/ComfortaaBold.eot');
    src: url('../fonts/ComfortaaBold.woff') format('woff'),
        url('../fonts/ComfortaaBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: ComfortaaLight;
    src: url('../fonts/ComfortaaLight.eot');
    src: url('../fonts/ComfortaaLight.woff') format('woff'),
        url('../fonts/ComfortaaLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: KobzarKS;
    src: url('../fonts/KobzarKS.eot');
    src: url('../fonts/KobzarKS.woff') format('woff'),
        url('../fonts/KobzarKS.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    height: 100%;
    line-height: 1.2;
    background: #fff;
    color: #6f6f6f;
    font: 16px OpenSans,sans-serif;
}
.content {overflow: hidden;}
a {text-decoration: none;outline: none !important;}
a:active, a:focus {text-decoration: none !important;box-shadow: 0;}
.img-wrap img {display: block;width: 100%;height: auto;}
.black-layer {
    position: relative;
}
.black-layer:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
}
.article {
    font: 100% OpenSans, sans-serif;
    text-align: left;
    line-height: 1.7;
}
.article img {max-width: 100%;}
.article ol {counter-reset: myCounter;}
.article ol li {
    list-style: none;
    position: relative;
    padding: 0 0 0 35px;
    min-height: 23px;
}
.article ol li:before {
    counter-increment: myCounter;
    content:counter(myCounter);
    color: #fff;
    background: #1bc1be;
    position: absolute;
    text-align: center;
    top: 2px;
    left: 0;
    line-height: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
}
.article p {
    margin-bottom: 20px;
}
.article p img {
    display: inline-block;
    text-align: center;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.article img[style*="float: right"],
.article img[style*="float:right"] {
    max-width: 50%;
    margin-left: 15px;
    margin-bottom: 20px;
    margin: 10px 0 10px 10px;
}
.article img[style*="float: left"],
.article img[style*="float:left"] {
    max-width: 50%;
    margin-right: 15px;
    margin-bottom: 20px;
    margin: 10px 10px 10px 0;
}
.article ol,
.article ul {
    margin-bottom: 10px;
    text-align: left;
    padding-left: 30px;
}
.ul-style {
    margin: 10px 0;
}
.ul-style li,
.article li {
    margin-bottom: 5px;
}
.ul-style li,
.article ul li {
    position: relative;
    padding-left: 20px;
    min-height: 20px;
    color: #6f6f6f;
    font-family: OpenSans;
}
.ul-style li:before,
.article ul li:before {
    content: '';
    position: absolute;
    left: 1px;
    top: .5em;
    width: 7px;
    height: 7px;
    border: 2px solid #1bc1be;
    transform: rotate(45deg);
}
.ul-style ul {
    padding-top: 10px;
}
.ul-style ul li:before {
    position: absolute;
    top: .6em;
    margin-left: -1px;
    width: 9px;
    height: 2px;
    border: none;
    background: #1bc1be;
    transform: rotate(0);
}
.article a {
    color: #3f3f3f;
    text-decoration: underline;
}
.article h1 {
    font-size: 200%;
    font-weight: bold;
}
.article h2 {
    font-size: 150%;
}
.article h3 {
    font-size: 125%;
}
.article h4 {
    font-size: 110%;
}
.article table {
    width: 100%;
    margin-bottom: 20px;
}
.article table td {
    border: 1px solid #000;
    padding: 3px 5px;
    text-align: center;
}
.article table tr:nth-child(odd){
    background: #efefef;
}
.article iframe,
.article video {
    max-width: 100%;
}
/* Slick-Slider */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/* /slick */
.wrapper {
    display: table;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.content {
    display: table-row;
    height: 100%;
}
.banner {
    background-color: #81dbd9;
    height: 100vh;
    display: table;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-text {
    display: table-row;
    height: 100%;
}
.banner-text .vertical-center {
    display: table-cell;
    vertical-align: middle;
}
#mainPage .banner-text .container {
    display: block;
}
#mainPage .banner-text {
    background: #81dbd9 url(../img/main-banner.jpg) center bottom no-repeat;
    background-size: contain;
}
#servicesPage .banner {
    background-image: url(../img/services-banner.jpg);
}
#servicesInnPage .banner {
    background-image: url(../img/services-inn-banner.jpg);
}
#error404 .banner {
    background-image: url(../img/404-banner.jpg);
}
#referencePage .banner {
    background-image: url(../img/reference-banner.jpg);
}
#contactsPage .banner {
    background-image: url(../img/contacts-banner.jpg);
}
#mainPage .banner-text .capt {
    padding-top: 5vh;
}
#servicesInnPage .category-links-wrap .article .fen {
    position: relative;
    margin-bottom: 30px;
}
#servicesInnPage .category-links-wrap .article .fen:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 3px;
    background: #1bc1be;
}
#servicesInnPage .category-links-wrap .article .fen:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -5px;
    transform: rotate(45deg);
    width: 11px;
    height: 11px;
    border: 2px solid #1bc1be;
    background: #fff;
}
header {
    padding: 28px 0 25px;
}
.logo {
    display: inline-block;
    width: 100%;
    max-width: 330px;
}
.logo img {
    width: 100%;
}
.header-phone {
    margin-top: 30px;
    text-align: right;
}
.header-phone a {
    color: #3f3f3f;
    padding-left: 20px;
    position: relative;
    font-weight: bold;
    white-space: nowrap;
}
.phone-icon {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMiAxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIgMTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMzRjNGM0Y7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMS43LDkuNUw5LjksNy42Yy0wLjQtMC40LTEtMC40LTEuNCwwTDcuNiw4LjZjLTAuMSwwLTAuMS0wLjEtMC4yLTAuMUM2LjgsOC4yLDYsNy43LDUuMSw2LjkNCglDNC4zLDYsMy45LDUuMiwzLjUsNC42YzAtMC4xLTAuMS0wLjEtMC4xLTAuMmwwLjYtMC42bDAuMy0wLjNjMC40LTAuNCwwLjQtMSwwLTEuNEwyLjUsMC4zYy0wLjQtMC40LTEtMC40LTEuNCwwTDAuNiwwLjhsMCwwDQoJQzAuNSwxLDAuNCwxLjMsMC4yLDEuNkMwLjEsMS44LDAuMSwyLjEsMCwyLjRjLTAuMiwyLDAuNywzLjksMy4yLDYuNEM2LjcsMTIuMyw5LjUsMTIsOS42LDEyYzAuMywwLDAuNS0wLjEsMC44LTAuMg0KCWMwLjMtMC4xLDAuNS0wLjIsMC44LTAuNGwwLDBsMC41LTAuNUMxMi4xLDEwLjUsMTIuMSw5LjksMTEuNyw5LjV6Ii8+DQo8L3N2Zz4NCg==') 0 center no-repeat;
    background-size: 12px 12px;
}
.banner .capt {
    font: 375% ComfortaaLight, sans-serif;
    color: #312c2c;
    text-align: center;
    text-transform: uppercase;
    line-height: 120px;
    line-height: 2;
    letter-spacing: .17em;
}
.banner .capt .weight-font {
    font: 161.67% ComfortaaBold, sans-serif;
    display: block;
    letter-spacing: .08em;
    margin-bottom: 35px;
}
.banner .capt .italic-font {
    font: 98.33% KobzarKS, serif;
    color: #7d1313;
    text-transform: none;
    display: block;
    line-height: 1.65;
    letter-spacing: .08em;
}
#mainPage .banner .capt .weight-font {
    margin-bottom: 10px;
}
.services-wrap .article h1,
.services-wrap .article h2,
.services-wrap .article h3,
.category-links-wrap .dscr h1,
.category-links-wrap .dscr h2,
.category-links-wrap .dscr h3,
.capt-icon {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
    display: block;
}
.services-wrap .article h1:before,
.services-wrap .article h2:before,
.services-wrap .article h3:before,
.category-links-wrap .dscr h1:before,
.category-links-wrap .dscr h2:before,
.category-links-wrap .dscr h3:before,
.capt-icon:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 3px;
    background: #1bc1be;
}
.services-wrap .article h1:after,
.services-wrap .article h2:after,
.services-wrap .article h3:after,
.category-links-wrap .dscr h1:after,
.category-links-wrap .dscr h2:after,
.category-links-wrap .dscr h3:after,
.capt-icon:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -5px;
    transform: rotate(45deg);
    width: 11px;
    height: 11px;
    border: 2px solid #1bc1be;
    background: #fff;
}
.services-wrap .article li {
    color: #222;
}
.capt1 {
    color: #222;
    font: bold 350% Merriweather;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 30px;
}
.capt2 {
    font: 350% Merriweather;
    color: #222;
}
.capt3 {
    font: bold 150% Merriweather;
    color: #222;
}
.btn {
    text-transform: uppercase;
    font: 87.5% OpenSans;
    border-radius: 30px;
    border: 2px solid #000;
    padding: 17px 32px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    transition: .2s;
}
.btn span {
    position: relative;
    z-index: 1;
}
.btn-burgundy {
    color: #fff;
    border-color: #7d1313;
}
.btn-burgundy:before {
    content: '';
    display: block;
    width: 150%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5%;
    background: #7d1313;
    transform: skewX(45deg);
    transition: .4s ease-out;
    opacity: 1;
}
.btn-burgundy:after {
    content: '';
    display: block;
    width: 150%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -5%;
    background: #7d1313;
    transform: skewX(45deg);
    transition: .4s ease-out;
    opacity: 1;
}
.btn-burgundy:hover {
    text-decoration: none;
    color: #7d1313;
}
.btn-burgundy:hover:before {
    left: 160%;
    opacity: 0;
}
.btn-burgundy:hover:after {
    right: 160%;
    opacity: 0;
}
.about-us-box {
    padding: 40px 0 0;
}
.about-us-text {
    text-align: center;
    padding-bottom: 62px;
}
.about-us-item {
    border: 1px solid #ececec;
    border-radius: 4px;
    padding: 0 10px 5px 38px;
    margin-bottom: 75px;
}
.icon-wrap {
    width: 85px;
    height: 84px;
    border-radius: 4px;
    background: #1bc1be;
    margin: -42px 0 17px;
    text-align: center;
    line-height: 115px;
}
.icon-au {
    display: inline-block;
    vertical-align: middle;
    fill: #000;
}
.services-box {
    background: #f4f4f4;
    padding: 45px 0 15px;
}
.services-text {
    color: #222;
    padding-right: 40px;
    padding-bottom: 30px;
}
.services-text td,
.services-text li {
    color: inherit !important;
}
.services-box .capt2 {
    padding: 20px 0 45px;
}
.services-block {
    margin-bottom: 40px;
    background: #fff;
    padding: 25px 10px 25px 10px;
}
.services-block .capt3 {
    word-spacing: 900px;
}
.ul-links-style li {
    padding-left: 30px;
    color: #222;
}
.ul-links-style li:before {
    left: 11px;
}
/*
#mainPage .ul-links-style li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
*/
.ul-links-style a {
    color: #222;
    display: inline-block;
}
.ul-links-style a:before {
    content: '';
    position: absolute;
    left: 11px;
    top: .5em;
    width: 7px;
    height: 7px;
    border: 2px solid #1bc1be;
    background: #1bc1be;
    transform: rotate(45deg) scale(0);
    transition: .2s;
}
.ul-links-style a:hover:before {
    transform: rotate(45deg) scale(1.25);
}
.services-block .ml {
    padding-left: 15px;
}
.services-block a.capt-icon {
    transition: .2s linear;
}
.serv-item a.capt-icon:hover,
.services-block a.capt-icon:hover {
    color: #1bc1be;
    text-decoration: none;
}
.serv-item a.capt-icon:hover:after,
.services-block a.capt-icon:hover:after {
    transform: rotate(225deg);
    transition: .3s linear;
}
.clients-slider {
    padding: 15px 50px 35px;
}
.clients-slider li {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    line-height: 75px;
}
.clients-slider li img {
    display: inline-block;
    max-width: 100%;
    max-height: 75px;
    width: auto;
    height: auto;
    vertical-align: middle;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='gray'><feColorMatrix in='SourceGraphic' type='saturate' values='0' /></filter></svg>#gray");
    filter: grayscale(100%);
}
.slick-arrow {
    position: absolute;
    height: 100%;
    top: 0;
    width: 35px;
    background: transparent;
    font-size: 0;
    border: none;
    transition: .2s;
}
.slick-arrow:hover {
    box-shadow: 0 0 3px #ccc;
}
.slick-prev {
    left: 0;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iMjJweCIgaWQ9IkxheWVyXzEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEyOCAxMjg7IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB3aWR0aD0iMjJweCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGc+PGxpbmUgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6I2JiYmJiYjtzdHJva2Utd2lkdGg6MTI7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlO3N0cm9rZS1taXRlcmxpbWl0OjEwOyIgeDE9Ijg3LjUiIHgyPSI0MC41IiB5MT0iMTExIiB5Mj0iNjQiLz48bGluZSBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojYmJiYmJiO3N0cm9rZS13aWR0aDoxMjtzdHJva2UtbGluZWNhcDpzcXVhcmU7c3Ryb2tlLW1pdGVybGltaXQ6MTA7IiB4MT0iNDAuNSIgeDI9Ijg3LjUiIHkxPSI2NCIgeTI9IjE3Ii8+PC9nPjwvc3ZnPg==') center 40% no-repeat;
}
.slick-next {
    right: 0;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iMjJweCIgaWQ9IkxheWVyXzEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEyOCAxMjg7IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB3aWR0aD0iMjJweCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGc+PGxpbmUgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6I2JiYjtzdHJva2Utd2lkdGg6MTI7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlO3N0cm9rZS1taXRlcmxpbWl0OjEwOyIgeDE9IjQwLjUiIHgyPSI4Ny41IiB5MT0iMTciIHkyPSI2NCIvPjxsaW5lIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiNiYmI7c3Ryb2tlLXdpZHRoOjEyO3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbWl0ZXJsaW1pdDoxMDsiIHgxPSI4Ny41IiB4Mj0iNDAuNSIgeTE9IjY0IiB5Mj0iMTExIi8+PC9nPjwvc3ZnPg==') center 40% no-repeat;
}
#gmap {
    width: 100%;
    height: 650px;
}
#gmap h6 {
    color: #000;
    font-weight: bold;
    font-size: 170%;
    padding: 0;
    margin: 10px 0 15px;
}
#gmap div[style*="cursor: default; position: absolute"] {
    background: #1edbd8 !important;
    color: #000 !important;
    border-radius: 7px;
}
#gmap .gm-style-iw div {
    background: transparent !important;
    color: #000 !important;
}
#gmap .gm-style-iw div .view-link a {
    color: #000;
    text-decoration: underline;
    background: transparent;
}
#gmap div[style*="cursor: default; position: absolute"]:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -17px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 21px solid #1edbd8;
}
#gmap div[style="position: absolute; left: 0px; top: 0px;"] {
    display: none;
}
.firstHeading {
    padding-bottom: 12px;
}
#bodyContent > p {
    padding-bottom: 8px;
}
footer {
    background: #3b3b3d;
    border-top: 2px solid #1edbd8;
}
.footer-logo {
    display: inline-block;
    width: 100%;
    max-width: 212px;
    margin: 23px 0 15px;
}
.footer-logo img {
    display: block;
    width: 100%;
}
.copyright {
    background: #3b3b3d;
    text-align: center;
    border-top: 2px solid #4d4d4f;
    color: #fff;
    font-size: 81.25%;
    padding: 7px 0 9px;
}
.contacts-info-box .container {
    position: relative;
}
.contacts-info {
    background: #fdfdfd;
    padding: 45px 45px 15px;
    box-shadow: 5px 10px 20px rgba(0,0,0,.1),
                10px 15px 20px rgba(0,0,0,.2),
                20px 20px 20px rgba(0,0,0,.2);
    position: absolute;
    top: 150px;
    left: 45px;
    z-index: 1;
    text-align: center;
    min-width: 330px;
    max-width: 33.33%;
    color: #222;
}
.ci-group {
    margin-bottom: 25px;
}
.ci-group .capt {
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 8px;
}
.ci-group a {
    color: inherit;
}
.ci-phones {
    margin-bottom: -5px;
}
.ci-phones li {
    margin-bottom: 5px;
}
.footer-menu {
    text-align: right;
    padding: 40px 0 15px;
    margin-right: -15px;
}
.footer-menu li {
    display: inline-block;
    padding: 0 15px 20px;
    margin-right: -2px;
}
.footer-menu a {
    display: inline-block;
    padding: 1px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.footer-menu a:before {
    content: '';
    position: absolute;
    top: -2px;
    right: -7px;
    left: -7px;
    bottom: -2px;
    background: rgba(255,255,255,.2);
    z-index: -1;
    border-radius: 5px;
    transform: scale(0);
    transition: .2s;
}
.footer-menu a:hover:before {
    transform: scale(1);
}
.navbar-collapse {
    text-align: right;
}
.navbar {
    margin-bottom: 0;
    min-height: 0;
}
.navbar-nav {
    float: none;
    display: inline-block;
    padding-top: 28px;
}
.navbar-nav > li {
    padding-bottom: 5px;
    margin: 0 12px;
    border-bottom: 2px solid transparent;
}
.navbar-nav > li.active {
    border-color: #7d1313;
}
.navbar-nav li a {
    color: #3f3f3f;
    background: transparent;
    display: block;
}
.navbar-nav > li > a {
    position: relative;
    padding: 0 1px;
    transition: .1s;
    z-index: 2;
}
.navbar-nav > li > a:before {
    content: '';
    position: absolute;
    top: -2px;
    right: -7px;
    left: -7px;
    bottom: -2px;
    background: #68afae;
    background: rgba(0,0,0,.2);
    z-index: -1;
    border-radius: 5px;
    transform: scale(0);
    transition: .2s;
}
.navbar-nav > li.hover > a:before,
.navbar-nav > li > a:hover:before {
    transform: scale(1);
}
.navbar-nav > li > a:focus,
.navbar-nav > li > a:active {
    background: transparent;
}
.navbar-nav > .hover > a,
.navbar-nav > li > a:hover {
    background: transparent;
}
.navbar-nav ul {
    position: absolute;
    padding: 10px;
    left: -10px;
    top: 100%;
    border: 1px solid #5ec3c1;
    /* background: #7ae9e7; */
    background: #97f7f5;
    border-radius: 5px;
    text-align: left;
    transform: translateY(50px);
    opacity: 0;
    z-index: -1;
    transition: .2s;
    visibility: hidden;
    box-shadow: 8px 8px 15px #4b4b4b;
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.5);
}
.navbar-nav ul li + li {
    border-top: 1px solid #6cd6d4;
}
.navbar-nav ul a {
    padding: 5px 10px;
}
.navbar-nav .white-triangle > a {
    padding-right: 15px;
    z-index: 2;
}
.navbar-nav .white-triangle:hover ul {
    opacity: 1;
    z-index: 1;
    transform: translateY(0);
    visibility: visible;
}
.navbar-nav .white-triangle > a:after {
    content: '';
    display: block;
    width: 20px;
    height: 15px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: -3px;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBoZWlnaHQ9IjIwcHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik0xNC43NywyMy43OTVMNS4xODUsMTQuMjFjLTAuODc5LTAuODc5LTAuODc5LTIuMzE3LDAtMy4xOTVsMC44LTAuODAxYzAuODc3LTAuODc4LDIuMzE2LTAuODc4LDMuMTk0LDAgIGw3LjMxNSw3LjMxNWw3LjMxNi03LjMxNWMwLjg3OC0wLjg3OCwyLjMxNy0wLjg3OCwzLjE5NCwwbDAuOCwwLjgwMWMwLjg3OSwwLjg3OCwwLjg3OSwyLjMxNiwwLDMuMTk1bC05LjU4Nyw5LjU4NSAgYy0wLjQ3MSwwLjQ3Mi0xLjEwNCwwLjY4Mi0xLjcyMywwLjY0N0MxNS44NzUsMjQuNDc3LDE1LjI0MywyNC4yNjcsMTQuNzcsMjMuNzk1eiIgZmlsbD0iIzNmM2YzZiIvPjwvc3ZnPg==') right center no-repeat;
    background-size: contain;
}
.navbar-nav ul a {
    white-space: nowrap;
}
.burger {
    cursor: pointer;
    padding: 8px 8px 3px;
    position: relative;
    z-index: 999;
    display: inline-block;
    margin: 15px 0;
}
.burger .icon-bar {
    background: #312c2c;
    width: 33px;
    border-radius: 10px;
    height: 4px;
    display: block;
    margin-bottom: 4px;
}
#main-menu .exit {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 300%;
    line-height: .6;
    color: #fff;
    cursor: pointer;
}
.bg-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0,0,0,.7);
    overflow-x: auto;
    overflow-y: scroll;
}
.menu-open {
    overflow: hidden;
}
.scrollToTop {
	width: 60px;
	height: 60px;
    line-height: 60px;
	background: rgba(0,0,0,.3) url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyMDAgMTkwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMDAgMTkwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojZmZmO3N0cm9rZS13aWR0aDoyMDtzdHJva2UtbGluZWNhcDpyb3VuZDt9DQo8L3N0eWxlPg0KPGxpbmUgY2xhc3M9InN0MCIgeDE9IjEwMCIgeTE9IjEwIiB4Mj0iMTAiIHkyPSIxODAiLz4NCjxsaW5lIGNsYXNzPSJzdDAiIHgxPSIxMDAiIHkxPSIxMCIgeDI9IjE5MCIgeTI9IjE4MCIvPg0KPGxpbmUgY2xhc3M9InN0MCIgeDE9IjEwIiB5MT0iMTgwIiB4Mj0iMTAwIiB5Mj0iMTM3LjUiLz4NCjxsaW5lIGNsYXNzPSJzdDAiIHgxPSIxOTAiIHkxPSIxODAiIHgyPSIxMDAiIHkyPSIxMzcuNSIvPg0KPC9zdmc+DQo=') center no-repeat;
    background-size: 25px 25px;
	text-decoration: none;
	position: fixed;
	right: 5px;
    bottom: 50px;
	display: none;
    transition: background .15s linear;
    border-radius: 5px;
    font-size: 25px;
    z-index: 9999;
}
.scrollToTop:hover {
	text-decoration: none;
	background-color: rgba(0,0,0,.6);
    color: #fff;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.clone-header {
    padding: 0;
    transition: margin .8s;
    margin-top: -200px;
    background: #82dbd9;
    -webkit-transform: translate3d(0, 0, 0);
    visibility: hidden;
}
.clone-header .header-phone {
    margin-top: 20px;
}
.clone-header .navbar-nav {
    padding-top: 20px;
}
.clone-header .logo img {
    margin: 5px 0;
    max-height: 55px;
    width: auto;
}
.clone-header.fixed-header {
    margin-top: 0;
    visibility: visible;
}
.services-wrap {
    padding-top: 65px;
}
.services-wrap .article {
    text-align: center;
    padding-bottom: 25px;
}
.serv-items-wrap {
    text-align: center;
}
.serv-items-wrap .col-md-4 {
    display: inline-block;
    margin: 0 -2px;
    float: none;
    vertical-align: top;
}
.serv-item {
    text-align: center;
    border: 1px solid #ececec;
    border-radius: 4px;
    padding: 0 15px 5px;
    margin-bottom: 75px;
    margin-top: 42px;
}
.serv-item .img-wrap {
    width: 85px;
    height: 84px;
    border-radius: 4px;
    background: #1bc1be;
    margin: -42px 0 25px;
    line-height: 64px;
    display: inline-block;
    padding: 10px;
}
.serv-item .img-wrap img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.serv-item .capt3 {
    word-spacing: 1200px;
}
.serv-item .ul-style {
    display: inline-block;
    text-align: left;
}
.serv-item ul li {
    white-space: normal;
}
.modal-open {
    overflow: hidden;
}
.modal-mask {
    position: fixed;
    left:0;
    top:0;
    bottom: 0;
    right: 0;
    z-index:99999;
    background-color: #000;
    background-color: rgba(0,0,0,.85);
    text-align: center;
    display: none;
    overflow-x: hidden;
    overflow-y: scroll;
}
.modal-mask:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -2px;
}
.modal-window {
    display: inline-block;
    position: relative;
    z-index:9001;
    overflow: hidden;
    width: 90%;
    max-width: 615px;
    vertical-align: middle;
    margin: 20px -2px 20px 0;
}
.modal-container {
    background-color: #fff;
    position: relative;
    padding: 50px 35px 35px;
    text-align: center;
}
.modal-exit {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 5px;
    color: #3f3f3f;
    font-size: 250%;
    text-decoration: none !important;
    line-height: .8;
}
.modal-exit:hover {
    color: #312c2c;
    transform: rotate(360deg);
    transition: .4s ease-out;
}
.serv-modal-dscr .text {
    padding-top: 30px;
}
#error404 .banner-text {
    text-align: center;
}
#error404 .banner-text .btn {
    margin: 30px 0 20px;
}
.category-links-wrap {
    padding-top: 35px;
}
.category-links-wrap .dscr {
    text-align: center;
    color: #222;
    padding-bottom: 30px;
}
.category-links-wrap .dscr li {
    color: #222;
}
.category-links-wrap .serv-item {
    margin-bottom: 50px;
}
.category-links-wrap .serv-item .capt3 {
    word-spacing: normal;
}
.services-target-wrap .services-target {
    padding: 40px 0 85px;
}
.services-target-wrap .services-target .ul-style {
    padding-left: 10%;
}
.services-target-wrap .services-target:nth-child(odd) {
    background: #f4f4f4 url(../img/services-bg.png) center top no-repeat;
}
.services-target-wrap .services-target:nth-child(odd) .capt-icon:after {
    background: #f4f4f4;
}
.breadcrumbs {
    padding: 25px 0;
}
.breadcrumbs li {
    display: inline-block;
    margin: 5px 12px 10px 0;
    font-size: 81.25%;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    display: inline;
}
.breadcrumbs ul li a {
    position: relative;
    margin-right: 5px;
    display: inline-block;
}
.breadcrumbs ul li a,
.breadcrumbs ul li span {
    color: inherit;
}
.breadcrumbs ul .active {
    display: inline;
}
.breadcrumbs ul li span {
    color: #fff;
}
.breadcrumbs li a:after {
    content: '/';
    position: absolute;
    right: -14px;
    color: #fff;
}
.services-wrap .article h1,
.services-wrap .article h2,
.services-wrap .article h3,
.category-links-wrap .dscr h1,
.category-links-wrap .dscr h2,
.category-links-wrap .dscr h3 {
    font: bold 350% Merriweather;
    color: #222;
    padding: 30px 0;
    margin-bottom: 30px;
}
#contactsPage .capt {
    padding-top: 30px;
}
#contactsPage .banner-text .italic-font {
    max-width: 780px;
    font-size: 75%;
    line-height: 1.34;
    margin: auto;
}
.contacts-form {
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px #e7e8ea, inset 0 0 0 1px #e7e8ea;
    border-radius: 15px;
    padding: 55px 55px 55px;
    margin: 25px 0 65px;
}
.input-style,
textarea {
    border-radius: 7px;
    border: 1px solid #e7e8ea;
    background: #fff;
    font: 106.25% OpenSans, sans-serif;
    color: #787c82;
    width: 100%;
    padding: 13px 22px 12px;
    box-sizing: border-box;
    margin-bottom: 15px;
    transition: .2s;
}
.input-style:focus,
textarea:focus {
    border-color: #7d1313;
    box-shadow: 0 0 0 1px #7d1313;
}
.input-style.error,
textarea.error {
    border-color: #f00;
    background: #ffe3e3;
    box-shadow: 0 0 0 1px #f00;
}
textarea {
    height: 110px;
    border-radius: 12px;
}
label.btn {
    padding: 14px 98px 13px;
}
.sbmt {
    display: none;
}
.fr-name {
    display: none;
}
.reference-box {
    padding: 50px 0 25px;
}
.reference-wrap .reference-box:nth-child(even) {
    background: #f4f4f4 url(../img/services-bg.png) center top no-repeat;
}
.reference-wrap .reference-box:nth-child(even) .capt-icon:after {
    background: #f4f4f4;
}
.ul-style2 {
    padding: 10px 0 0 55px;
}
.ul-style2 li a {
    position: relative;
    display: inline-block;
    min-height: 35px;
    line-height: 35px;
    margin-bottom: 23px;
    padding-left: 60px;
    color: #000;
    letter-spacing: .03em;
}
.ul-style2 li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background: #1bc1be url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjIwcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDMxLjM1NyAzMS4zNTciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIwIDIwOyINCgkgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBkPSJNMTUuMjU1LDBjNS40MjQsMCwxMC43NjQsMi40OTgsMTAuNzY0LDguNDczYzAsNS41MS02LjMxNCw3LjYyOS03LjY3LDkuNjJjLTEuMDE4LDEuNDgxLTAuNjc4LDMuNTYyLTMuNDc1LDMuNTYyDQoJCWMtMS44MjIsMC0yLjcxMi0xLjQ4Mi0yLjcxMi0yLjgzOGMwLTUuMDQ2LDcuNDE0LTYuMTg4LDcuNDE0LTEwLjM0M2MwLTIuMjg3LTEuNTIyLTMuNjQzLTQuMDY2LTMuNjQzDQoJCWMtNS40MjQsMC0zLjMwNiw1LjU5Mi03LjQxNCw1LjU5MmMtMS40ODMsMC0yLjc1Ni0wLjg5LTIuNzU2LTIuNTg0QzUuMzM5LDMuNjgzLDEwLjA4NCwwLDE1LjI1NSwweiBNMTUuMDQ0LDI0LjQwNg0KCQljMS45MDQsMCwzLjQ3NSwxLjU2NiwzLjQ3NSwzLjQ3NmMwLDEuOTEtMS41NjgsMy40NzYtMy40NzUsMy40NzZjLTEuOTA3LDAtMy40NzYtMS41NjQtMy40NzYtMy40NzYNCgkJQzExLjU2OCwyNS45NzMsMTMuMTM3LDI0LjQwNiwxNS4wNDQsMjQuNDA2eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=') center no-repeat;
}
.ul-style2 li a:hover span {
    text-decoration: underline;
}
.ul-style2 li a span {
    line-height: 1.2;
    display: inline-block;
}
@media (max-width:991px) {
    .navbar-nav {float: none;}
    header nav .nav {
        display: block;
        top: 100%;
        height: 100%;
    }
    header nav .nav > li {
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    header nav .nav > li a {
        height: auto;
        line-height: 1.2;
        color: #fff;
        white-space: normal;
        padding: 10px 20px;
    }
    header nav .nav > li a:hover span {border-color: transparent;}
    header nav .nav > li ul{
        display: block;
        position: static;
    }
    header nav .collapse.navbar-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -100%;
        z-index: 999999;
        padding-top: 85px;
        padding-bottom: 50px;
        background: #1d222a;
        background: rgba(29,34,42,.95);
        display: block;
        width: 50%;
        max-width: 85%;
        overflow: hidden !important;
        color: #fff;
    }
    .nav.navbar-nav {
        overflow-y: scroll;
        padding: 0 25px 30px 5px;
        margin-right: -35px;
    }
    #main-menu .exit {display: block;}
    .navbar-nav > li {
        margin-bottom: 8px;
        position: relative;
    }
    .navbar-nav > li:after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        height: 1px;
        background: rgba(255,255,255,.3);
    }
    .navbar-nav > li:last-child:after {display: none;}
    .sm-xs-left {float: left;padding: 0;height: 0;min-height: auto;}
    .navbar-nav > li > ul > li {padding: 0 15px 10px 15px;}
    .navbar-nav li li {padding-left: 20px; !important}
    .navbar-nav > li > ul > li li {padding-left: 20px;}
}
@media (max-width:991px) {
    header nav .collapse.navbar-collapse {min-width: 50%;}
    .navbar-nav > li > ul a {white-space: normal;}
}
@media (max-width:767px) {
    header nav .collapse.navbar-collapse {width: auto; width: 75%; text-align: right;}
}
/* /mobile menu */






@media (max-width:1199px) {
    .banner .capt {font-size: 310%;}
    .capt1 {font-size: 300%;}
    .capt2 {font-size: 300%;}
    .services-box .capt2 {padding-bottom: 35px;}
    .services-block .ml {padding-left: 0;}
}
@media (max-width:991px) {
    .banner .capt {font-size: 250%;}
    .capt1 {font-size: 250%;}
    .capt2 {font-size: 250%;}
    .services-block .ml {padding-left: 10px;}
    .contacts-info {left: 0;}
    .about-us-item {text-align: center;}
    .ul-style {display: inline-block; text-align: left;}
    .wrapper {display: block; height: auto;}
    .content {display: block; height: auto;}
    .navbar-nav .white-triangle ul {opacity: 1; z-index: 1; transform: translateY(0);}
    .header-phone {margin-top: 25px;}
    .navbar-collapse .white-triangle ul{background: transparent; border: none; visibility: visible; box-shadow: none;}
    .navbar-nav ul li + li {border: none;}
    .navbar-collapse .white-triangle a {text-decoration: none;}
    .navbar-nav .white-triangle > a {padding-right: 20px;}
    .navbar-nav > li > a:before {display: none;}
}
@media (max-width:767px) {
    footer {text-align: center;}
    .footer-menu {margin-right: 0;display: inline-block; padding-top: 25px;}
    .contacts-info-box .container {z-index: 1;}
    .contacts-info {
        position: static;
        max-width: 120%;
        box-shadow: none;
        margin-left: -15px;
        margin-right: -15px;
        background: #fafafa;
    }
    .services-text {padding-right: 0;}
    .services-box .capt2 {text-align: center;}
    .banner {height: auto; background-attachment: scroll;}
    #servicesInnPage .banner {background-position: 66% center;}
    #referencePage .banner {background-position: 54% center;}
    #servicesPage .banner {background-position: 63% center;}
    #mainPage .banner-text .capt {padding: 0 0 130px; line-height: 1.5;}
    #mainPage .banner-text {background-size: 160%; background-position: 0 bottom;}
    .breadcrumbs {padding: 5px 0 25px;}
    .banner .capt {font-size: 200%;}
    .header-phone {margin-top: 12px;}
    .burger {margin: 5px 0;}
    .clone-header .burger {margin: 8px 0;}
    .header-phone a {padding-left: 15px;}
    .services-wrap .article h1, .services-wrap .article h2, .services-wrap .article h3, .category-links-wrap .dscr h1, .category-links-wrap .dscr h2, .category-links-wrap .dscr h3 {font-size: 220%;}
    .ul-style2 {padding-left: 0;}
    .logo {padding-top: 10px;}
    .banner .capt .weight-font {font-size: 135%;}
    .banner-text .capt {word-break: break-word;}
    .clone-header .logo {padding-top: 9px;}
    .clone-header .header-phone {margin-top: 16px;}
    .contacts-form {padding: 25px;}
    .capt1 {font-size: 220%;}
    .services-target-wrap .services-target .ul-style {padding-left: 0;}
}
@media (min-height: 900px) {
    #mainPage .banner-text .capt {padding-top: 18%;}
}
#servicesInnPage .category-links-wrap .article h2 {
    font-size: 200%;
}