/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap&subset=cyrillic-ext');
*/
body {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    font-weight: normal !important;
    color: #65656e !important;
    line-height: normal !important;
    margin: 0;
    padding: 0;
}

.container {
    width: 100%;
    max-width: 1400px !important;
    margin: auto;
    padding: 0 20px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

a {
    color: inherit;
    text-decoration: inherit;
}

a:hover {
    text-decoration: none !important;
    color: inherit !important;
}

.btn {
    min-width: 180px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: auto;
    line-height: 40px;
    background: #65656e;
    color: #fff;
    font-size: 14px;
    border-bottom: 2pt solid #424247;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.btn span {
    position: relative;
    z-index: 2;
}

.btn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 0;
    background: #424247;
    -webkit-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}

.btn:hover::after {
    height: 100%;
}

.title-text {
    font-size: 2.2em;
    line-height: 1em;
    text-transform: uppercase;
    margin: 0 0 20px;
    position: relative;
}

.title-text::after {
    content: '';
    height: 3px;
    color: inherit;
    background: inherit;
    width: 120px;
    position: absolute;
    bottom: -5px;
    left: 0;
}

img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
}


/* Slider ------------------------------------------------------------------------------------------------------------*/
.slick-slider :focus {
    outline: -webkit-focus-ring-color auto 0;
}
.slick-slider {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {outline: none;}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.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,
.slick-initialized .slick-slide {display: block;}
.slick-slide.slick-loading img,
.slick-arrow.slick-hidden {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-dots {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.slick-dots li::before {
    content: '\f10c';
    font-family: 'drukarka';
    margin: 0 2px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.slick-dots li.slick-active::before {
    content: '\f111';
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.slick-dots button {
    display: none;
}

/* Icon font ---------------------------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'drukarka';
    src: url('../font/drukarka.eot?62144182');
    src: url('../font/drukarka.eot?62144182#iefix') format('embedded-opentype'),
    url('../font/drukarka.woff2?62144182') format('woff2'),
    url('../font/drukarka.woff?62144182') format('woff'),
    url('../font/drukarka.ttf?62144182') format('truetype'),
    url('../font/drukarka.svg?62144182#drukarka') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "drukarka";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-down:before { content: '\e800'; } /* '' */
.icon-left:before { content: '\e801'; } /* '' */
.icon-right:before { content: '\e802'; } /* '' */
.icon-up:before { content: '\e803'; } /* '' */
.icon-phone:before { content: '\e804'; } /* '' */
.icon-mail:before { content: '\e805'; } /* '' */
.icon-user:before { content: '\e806'; } /* '' */
.icon-user-1:before { content: '\e807'; } /* '' */
.icon-eye:before { content: '\e808'; } /* '' */
.icon-cancel:before { content: '\e809'; } /* '' */
.icon-down-open:before { content: '\f004'; } /* '' */
.icon-up-open:before { content: '\f005'; } /* '' */
.icon-right-open:before { content: '\f006'; } /* '' */
.icon-left-open:before { content: '\f007'; } /* '' */
.icon-location:before { content: '\f031'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-pinterest-circled:before { content: '\f0d2'; } /* '' */
.icon-circle-empty:before { content: '\f10c'; } /* '' */
.icon-circle:before { content: '\f111'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-paper-plane:before { content: '\f1d8'; } /* '' */

/* Header -----------------------------------------------------------------------------------------------------------*/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 109;
}

header .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

header .logo {
    width: 210px;
}

header nav {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header nav, header ol {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

header ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.1em;
}

header ol li {
    /*margin: 0 10px;*/
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}



header ol > li {
    padding: 30px 20px;
}

header a {
    cursor: pointer;
}

header ol > li > a {
    position: relative;
    z-index: 99;
}

header ol > li > a:hover {
    color: inherit;
    text-decoration: none;
}

header ol > li > a::after {
    content: '';
    height: 1.5px;
    width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #90909e;
    position: absolute;
    bottom: -5px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

header ol > li:hover > a::after {
    width: 80%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

header ol > li.active > a::after {
    width: 80%;
    background: #500101;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

header ol li > ul {
    position: absolute;
    z-index: 1;
    top: -600%;
    left: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: white;
    opacity: 0;
    visibility: hidden;
    display: none;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}


header ol li:hover > ul {
    opacity: 1;
    visibility: visible;
    display: flex;
    top: 60px;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: menu_one;
    animation-name: menu_one;
}

header ol li > ul > li > ul {
    position: absolute;
    top: 0;
    left: auto;
    right: 999%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: white;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

header ol li > ul > li:hover ul{
    top: 0;
    left: 100%;
    right: auto;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: menu_two;
    animation-name: menu_two;
}

@-webkit-keyframes menu_one {
    0% {
        top: -200%;
        opacity: 0;
        visibility: hidden;
    }
    70% {
        top: 60px;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes menu_one {
    0% {
        top: -200%;
        opacity: 0;
        visibility: hidden;
    }
    70% {
        top: 60px;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-webkit-keyframes menu_two {
    0% {
        top: 0;
        right: 999%;
        opacity: 0;
        visibility: hidden;
    }
    70% {
        top: 0;
        left: 100%;
        right: auto;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes menu_two {
    0% {
        top: 0;
        right: 999%;
        opacity: 0;
        visibility: hidden;
    }
    70% {
        top: 0;
        left: 100%;
        right: auto;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

header ol li ul li {
    margin: 0;
}

header ol li ul li a {
    padding: 10px 15px;
    width: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    white-space: nowrap;
    font-size: .9em;
}


header ol > li > ul li:hover > a,
header ol > li > ul li.active > a {
    background: #500101;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: white !important;
}

.two-list {
    display: block;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

.two-list li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

header .login {
    width: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: white;
}

main {
    margin-top: 80px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.login a {
    background: #65656e;
    padding: 6px 7px 6px 7px;
    color: white;
    line-height: normal;
    height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    box-sizing: content-box;
}

.login a span {
    display: none;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.login a:hover span {
    display: block;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: userWidthTo;
    animation-name: userWidthTo;
}

.login a:hover {
    background: #500101;
    padding: 6px 10px 6px 7px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

@-webkit-keyframes userWidthTo {
    from {display: none; opacity: 0;}
    to {display: block; opacity: 1;}
}

@keyframes userWidthTo {
    from {display: none; opacity: 0;}
    to {display: block; opacity: 1;}
}

/* Home slider ------------------------------------------------------------------------------------------------------*/
.title-page {
    width: 100%;
    min-height: 250px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    background: #424247;
    overflow: hidden;
}

.main-title {
    position: relative;
    z-index: 3;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 2.2em;
    margin: 0 0 10px;
}

.title-page p {
    position: relative;
    z-index: 3;
    width: 100%;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
}

.home-slider {
    height: calc(100vh - 200px);
}

.home-slider h5 {
    font-size: 2.5em;
    line-height: normal;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
}

.home-slider  p {
    margin: 10px 0 30px;
}

.content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    color: white;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-wrapper .content-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.content-wrapper .slick-dots {
    position: absolute;
    bottom: 40px;
    margin: auto;
}

.video-bg,
.color-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.color-bg {
    background: #500101;
    opacity: .5;
}

/* Advantages -------------------------------------------------------------------------------------------------------*/
.advantages {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px 0 0;
}

.advantages .container {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.advantages-box {
    width: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.advantages-box img {
    height: 110px;
    width: auto;
}

.advantages-box h5 {
    font-size: 1.3em;
    margin: 30px 0 10px;
    text-transform: uppercase;
}

.advantages-box p {
    margin: 0;
    text-align: center;
}

.title {
    font-size: 2.2em;
    line-height: 1em;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding: 20px 50px;
    position: relative;
    z-index: 2;
}

.title span {
    position: relative;
    z-index: 3;
}

.title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 120px;
    background: #ebebec;
    z-index: 1;
}

.title::after {
    content: '';
    height: 3px;
    width: 120px;
    background: #500101;
    position: absolute;
    left: 51px;
    bottom: 10px;
    z-index: 2;
}

/* Article ----------------------------------------------------------------------------------------------------------*/
article.service {
    padding: 50px 0 30px;
}

article.container {
    width: 980px;
}

article p,
article ul,
article ul li {
    margin: 0 0 10px;
    width: 100%;
}

article p:last-child,
article ul:last-child,
article ul li:last-child,
article ul p {
    margin: 0;
}
/* Our clients ------------------------------------------------------------------------------------------------------*/
.clients {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 80px 0 0;
}

.clients .video-block {
    width: 30%;
}

.clients .clients-img {
    width: 70%;
    background: #424247;
    color: white;
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clients-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.clients-content li,
.clients-content li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.clients-content li {
    width: 15%;
    height: auto;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clients-content li a img:first-child{
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.clients-content li:hover a img:first-child{
    opacity: 1;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.clients .title-text::after {
    background: white;
}

/* Main teble -------------------------------------------------------------------------------------------------------*/
.template {
    padding: 40px 0;
    background: #e8e8ec;
}

.table-container {
    width: 100%;
}

.table-container.taside {
    width: calc(100% - 250px);
}

.table-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.table-title h1 {
    font-size: 2em;
    font-weight: normal;
    margin: 0;
}

.table-title h1 span {
    font-size: .7em;
}

.table-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

}

.table-btn a {
    margin-right: 20px;
}

.table-btn a:last-child {
    margin: 0;
}

.main-table {
    width: 100%;
    border-spacing: 0;
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: normal;
    background: white;
    -webkit-box-shadow: 0 0 20px #b3b3bd;
    box-shadow: 0 0 20px #b3b3bd;
    position: relative;
}

.main-table:last-child {
    margin-bottom: 0;
}

.main-table th {
    background: #90909e;
    color: white;
    text-align: center;
    font-weight: normal;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.main-table .dopp th {
    text-align: center;
    background: #efefef;
    color: #424247;
}

.main-table td {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #e8e8ec;
    position: relative;
}

.main-table td[rowspan]{
    background: white;
}

.main-table td:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 50%;
    width: 1px;
    background: #e8e8ec;
}

.main-table td:last-child:after {
    width: 0;
}

.main-table tbody tr {
    cursor: auto;
}

.main-table tr {
    position: relative;
    z-index: 1;
}

.main-table thead tr th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
}

.main-table tbody tr:hover {
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 0 10px #dadae2;
    box-shadow: 0 0 10px #dadae2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #f3f3f7;
}

.main-table tr.dopp {
    cursor: auto;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/*FOCUS ------------------------------- */
table.focus {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

table.focus td {
    position: relative;
    outline: 0;
    font-weight: 400;
}

body:not(.nohover) table.focus tbody tr:hover  {
    background-color: #f3f3f7;
}
/*
table.focus td:hover::after,
table.focus td:focus::after {
    content: '';
    height: 10000px;
    left: 0;
    position: absolute;
    top: -5000px;
    width: 100%;
    z-index: -1;
}
*/

table.focus td:hover::after,
table.focus td:focus::after {
    background-color: #f3f3f7;
}


table.focus td:focus::before {
    background-color: #f3f3f7;
    content: '';
    height: 100%;
    top: 0;
    left: -5000px;
    position: absolute;
    width: 10000px;
    z-index: -1;
}

/* Our works --------------------------------------------------------------------------------------------------------*/
footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
}

.our-works {
    margin: 50px 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.works-wrapper {
    width: 100%;
    position: relative;
    padding: 0 20px 30px 20px;
}

.works-block {
    width: 100%;
    height: 250px;
    margin: 10px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.works-wrapper .slick-list {
    width: 100%;
}

.works-wrapper .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.works-block a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(66, 66, 71, 0.7);
    color: white;
    font-size: 20px;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.works-block a:hover {
    opacity: 1;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.our-works-modal {
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 80px;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #424247;
    opacity: .9;
}

.modal-content {
    position: relative;
    z-index: 2;
    background: #e8e8ec;
    padding: 30px;
    max-width: 1200px;
    min-width: 1200px;
    width: 100%;
}

.modal-content .icon-cancel {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5em;
    cursor: pointer;
}

.modal-content .works-wrap {
    margin: 0;
}

.modal-content .works-wrap .container{
    padding: 0;
}

/* Our works page ---------------------------------------------------------------------------------------------------*/
.works {
    padding: 40px 0;
    background: #e8e8ec;
    position: relative;
}

.works-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    margin: 0 0 80px;
}

.works-wrap .container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.works-wrap:nth-child(even) .container {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.works-content {
    width: 50%;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 400px;
}

.works-wrap:nth-child(even) .works-content {
    padding-left: 40px;
    padding-right: 0;
}

.works-content h6 {
    font-size: 2em;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 10px;
    position: relative;
    padding: 0 30px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.works-wrap:nth-child(even) .works-content h6 {
    padding: 0;
}

.works-content h6::after {
    content: '';
    width: 70px;
    height: 2px;
    background: #500101;
    position: absolute;
    right: -60px;
    top: 20px;
    z-index: 9;
}

.works-wrap:nth-child(even) .works-content h6::after {
    right: auto;
    left: -80px;
}

.works-content .works-img-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 90px;
    position: relative;
    margin-top: 30px;
}

.works-img-wrap .works-img-block,
.works-img-wrap .slick-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

.works-img-wrap .slick-dots {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.works-img-wrap .works-img-block {
    margin: 5px;
    background-size: cover;
    background-position: center;
    height: calc(100% - 10px);
    -webkit-box-shadow: 0 0 8px #cfcfdc;
    box-shadow: 0 0 8px #cfcfdc;
    border: 2px solid #dcdce5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer;
}

.works-img-wrap .works-img-block.active {
    border: 2px solid #500101;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.works-img {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 0 0 20px #b3b3bd;
    box-shadow: 0 0 20px #b3b3bd;
}

.works-wrap:nth-child(even) .works-img {
    right: auto;
    left: 0;
}

/* Aside ------------------------------------------------------------------------------------------------------------*/
.main-content {
    width: calc(100% - 250px);
}
.aside {
    width: 250px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.aside ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: white;
    -webkit-box-shadow: 0 0 15px #b3b3bd;
    box-shadow: 0 0 15px #b3b3bd;
}

.aside ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.aside ul li a {
    padding: 10px 15px;
    width: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.aside ul li a:hover {
    background: #90909e;
    color: white;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.aside ul li a.active {
    background: #500101;
    color: white;
}

/* Footer -----------------------------------------------------------------------------------------------------------*/
.contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #424247;
    padding: 60px 0 120px;
    margin: 0;
    position: relative;
}

.contacts .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contacts .contact-box {
    width: 50%;
    padding: 0 0 0 40px;
    position: relative;
    margin: 0 0 20px;
}

.contact-box p {
    margin: 0 0 5px;
    font-weight: normal;
}

.contact-box p.main {
    color: white;
    font-size: 1.2em;
    text-transform: uppercase;
}

.contact-box a {
    color: white;
}

.contact-box.email p.main {
    text-transform: lowercase;
}

.contact-box p span {
    font-size: .8em;
    text-transform: none;
    color: #65656e;
}

.contact-box::before {
    font-family: "drukarka";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    font-size: 2em;
    display: flex;
    align-items: center;
}

.contact-box.address::before {
    content: '\f031';
    left: 2px;
    bottom: 4px;
}

.contact-box.phone::before {
    content: '\e804';
    font-size: 1.9em;
    bottom: 5px;
    left: 1px;
}


.contact-box.email::before {
    content: '\e805';
    font-size: 1.7em;
    bottom: 6px;
}

.contacts ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-box ul li {
    padding: 0 20px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-box ul li {
    width: 50%;
}

.contact-box.phone ul li {
    width: 33.33%;
}

#mapdiv {
    position: absolute;
    width: 47%;
    height: calc(100% - 60px);
    top: 60px;
    right: 0;
    background: #dcdcdc;
    -webkit-box-shadow: 0 0 25px rgba(39, 39, 43, 0.30);
    box-shadow: 0 0 25px rgba(39, 39, 43, 0.30);
    z-index: 97;
}

.contact-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #90909e;
    padding: 30px 0;
}

.contact-form form {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.contact-form .title-text,
.contacts .title-text {
    color: white;
    width: 100%;
    margin: 0 0 30px;
}

.contact-form .title-text::after,
.contacts .title-text::after {
    background: white;
}

.contact-form input {
    width: calc(50% - 20px);
    padding: 10px;
    background: #65656E;
    margin: 10px;
    border: none;
    color: white;
}

.contact-form textarea {
    width: 100%;
    padding: 10px;
    background: #65656E;
    margin: 10px;
    border: none;
    resize: none;
}

.contact-form button {
    border-top: none;
    border-right: none;
    border-left: none;
    margin: 10px;
    cursor: pointer;
}

.contact-form ::-webkit-input-placeholder {
    color: #b2b2bf;
    font-family: 'Roboto', sans-serif;
}

.contact-form ::-moz-placeholder {
    color: #b2b2bf;
    font-family: 'Roboto', sans-serif;
}

.contact-form :-ms-input-placeholder {
    color: #b2b2bf;
    font-family: 'Roboto', sans-serif;
}

.contact-form ::-ms-input-placeholder {
    color: #b2b2bf;
    font-family: 'Roboto', sans-serif;
}

.contact-form ::placeholder {
    color: #b2b2bf;
    font-family: 'Roboto', sans-serif;
}

.sotial {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    background: #500101;
    color: white;
    /*margin: 20px 0 0;*/
}

.sotial ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.sotial ul li {
    font-size: 16px;
    margin: 0 5px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.sotial ul li a {
    color: white;
}

.sotial ul li:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.copyright {
    width: 100%;
    background: #35353a;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 3;
}

.copyright .container {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.copyright .container p {
    color: #afafaf;
    margin: 0;
}

/* Sing in ----------------------------------------------------------------------------------------------------------*/
.singin {
    padding: 40px;
    background: #e8e8ec;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 400px;
}

.singin h1{
    margin: 0;
    font-size: 1.9em;
    text-transform: uppercase;
}

.singin p {
    margin: 5px 0;
    font-size: .95em;
}

.singin p a {
    color: #500101;
    font-weight: bold;
}

.singin form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0 0;
    width: 250px;
}

.singup form {
    width: 500px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.singin div.input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.singin div.input.captcha {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.singin div.input.captcha .g-recaptcha {
    -webkit-transform: scale(0.76);
    -ms-transform: scale(0.76);
    transform: scale(0.76);
}

.singup div.input {
    width: 50%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.singin form input {
    padding: 10px;
    border: none;
    -webkit-box-shadow: 0 0 10px #cacaca;
    box-shadow: 0 0 10px #cacaca;
    margin-bottom: 15px;
    width: 100%;
    border: 1px solid transparent;
}

.singin form label {
    font-size: .95em;
    position: relative;
    z-index: 2;
    margin-bottom: 5px;
}

form button {
    border-top: none;
    border-left: none;
    border-right: none;
    margin-top: 10px !important;
}

.button {
    width: 100%;
}

input.error {
    border: 1px solid red !important;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.singin p.mas {
    margin-top: 15px;
    font-size: 1em;
    color: #500101;
    font-weight: bold;
}

/* requirements -----------------------------------------------------------------------------------------------------*/
.req-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.req-block:nth-child(even){
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.req-block:last-child {
    margin-bottom: 0;
}

.req-img {
    width: 320px;
    padding: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #65656e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: 320px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.req-content {
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #424247;
    color: white;
    min-height: 320px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 320px);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.req-content h1 {
    margin: 0 0 20px;
    text-transform: uppercase;
}

.req-content p {
    margin: 5px 0;
}

.detail-content {
    margin-top: 20px;
}


.more-btn,
.hide-btn {
    cursor: pointer;
    margin-top: 20px;
    font-size: 1.1em;
    text-transform: uppercase;
}

.more-btn i,
.hide-btn i {
    margin-right: 5px;
}

/* Error ------------------------------------------------------------------------------------------------------------*/
.error-page {
    height: calc(100vh - 80px);
}

.error-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    position: relative;
    z-index: 9;
}

.error-content h1 {
    margin: 0;
    font-size: 5em;
    font-weight: normal;
    line-height: .9em;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.error-content h1 span {
    font-size: 3em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 1em;
    font-weight: bold;
}

.error-content p {
    margin: 10px 0 20px;
}

@media (max-width: 1080px) {
    .aside {display: none}
    .main-content {width: 100%}
    #mapdiv {width: 35%;}
    .contacts .contact-box,.contact-form form {width: 60%}
    header ol > li {padding: 20px 10px;}
    .clients .clients-img {padding: 20px;}
}

@media (max-width: 960px) {

    .table-container.taside {
        width: 100%
    }

    .calc.mobile-calc-wrapper {
        min-width: 1300px;
    }

    .calc.mobile-calc-wrapper .calculator-container {
        height: 100%;
    }

    div.burger {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        z-index: 2;
    }

    div.burger img {
        height: 35px;
        width: auto;
    }

    header .container {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    header nav {
        position: fixed;
        top: 0;
        right: -200%;
        height: 100%;
        width: 400px;
        background: white;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 80px 0 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
    }

    header nav.active {
        right: 0;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
    }

    header ol {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    header ol > li {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: static;
    }

    header .login {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        z-index: 999;
        bottom: 0;
        background: white;
    }

    header ol > li > a::after{
        display: none;
    }

    header ol li > ul > li ul,
    header ol li > ul {
        position: fixed;
        top: 0;
        right: -200%;
        left: auto;
        z-index: 2;
        width: 400px;
        padding-top: 80px;
        opacity: 1;
        visibility: hidden;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: calc(100vh - 65px);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    header ol li.active > ul > li.active > ul,
    header ol li.active > ul {
        top: 0;
        right: 0;
        visibility: visible;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .two-list {
        -webkit-columns: unset;
        -moz-columns: unset;
        columns: unset;
        overflow: scroll;
        margin-top: 80px;
        padding: 0;
        height: calc(100vh - 155px);
    }

    header ol > li > ul li:hover > a, header ol > li > ul li.active > a {
        background: transparent;
        color: #65656e;
    }

    header ol li:hover > ul {
        top: 0;
        -webkit-animation-name: none;
        animation-name: none;
        z-index: 999;
    }

    header ol li ul li {
        padding: 20px 10px;
    }

    header ol li ul li a {
        font-size: 1.1em;
        padding: 0;
        text-align: center;
    }

    header ol li > ul > li:hover ul {
        -webkit-animation-name: none;
        animation-name: none;
        top: 0;
        left: auto;
    }

    .back-mob {
        position: absolute;
        z-index: 9999;
        top: 35px;
        left: 20px;
        color: #500101;
        font-size: 1.1em;
        font-weight: bold;
        line-height: normal;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .back-mob.active {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .login a span {
        display: block;
    }

    .login a {
        padding: 10px;
        width: 100%;
        background: #500101;
    }

    .advantages .container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .advantages-box {
        width: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px;
    }

    article.container {
        width: 100%;
        padding: 40px 20px 20px;
    }

    .clients {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 30px 0 0;
    }

    .clients .video-block {
        display: none;
    }

    .clients .clients-img {
        width: 100%;
    }

    .clients-content li {
        width: 20%;
    }

    .contacts {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 40px 20px 30px;
    }

    .contacts .contact-box, .contact-form form {
        width: 100%;
    }

    #mapdiv {
        width: 100%;
        position: relative;
        height: 350px;
        top: 0;
    }

    .contacts .container {
        padding: 0;
    }

    .table-btn {
        display: none;
    }

    .table-title {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        left: 0;
    }

    .main-content {
        overflow-x: overlay;
    }

    .main-table {
        min-width: 1200px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .template {
        padding: 20px 0;
    }

    .home-slider {
        height: calc(100vh - 80px);
    }

    .works-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .works-content {
        width: 100%;
        min-height: auto;
        margin-bottom: 40px;
        padding: 0 !important;
    }

    .works-img {
        width: 100%;
        height: 450px;
        position: relative;
    }

    .modal-content {
        padding: 20px;
        max-width: none;
        min-width: auto;
        margin: 20px;
        width: calc(100% - 40px);
        overflow-y: scroll;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .works-content h6::after {
        display: none;
    }

    .our-works-modal {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .modal-content .icon-cancel {
        z-index: 9;
    }

    .req-img {
        display: none;
    }

    .req-content {
        width: 100%;
    }
}

@media (max-width: 560px) {
    header nav, header ol li > ul > li ul, header ol li > ul {
        width: 100%;
    }

    .content-wrapper {
        padding: 0 20px;
    }

    .home-slider h5 {
        font-size: 1.5em;
        text-align: center;
    }

    .title-page p {
        text-align: center;
    }

    .advantages-box {
        width: 100%;
    }

    .clients-content li {
        width: 50%;
    }

    .modal-content {
        height: 90%;
    }

    .works-img {
        height: 200px;
    }

    .contact-box.phone ul li {
        width: 100%;
    }

    .contact-box ul li {
        width: 100%;
    }

    .contact-form input {
        width: 100%;
    }

    .copyright .container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .copyright .container p {
        width: 100%;
        text-align: center;
    }

    .title-page {
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .singin p, .singin h1 {
        text-align: center;
    }

    .singin form, .singup form {
        width: 100%;
    }

    .singup div.input {
        width: 100%;
    }
}
.calc-done{
    background-color: #90909E;
}


@media (max-width: 560px) {
    .template .serh-laravel-calendar .info-types-row .info-types-col {
        flex-wrap: wrap;
    }

    .template .serh-laravel-calendar .info-types-row .info-types-col .info-type {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0 !important;
    }

    .template .serh-laravel-calendar .calendar-full .month {
        width: 100%;
    }
}




/* Laflet -----------------------------------------------------------------------------------------------------------*/
.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-overlay-pane svg,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-width:none!important;max-height:none!important}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{-webkit-filter:inherit;filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-bottom,.leaflet-top{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-tile{will-change:opacity}.leaflet-fade-anim .leaflet-popup{bottom:8px!important;left:-134px!important;opacity:0;-webkit-transition:opacity .2s linear;-o-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.leaflet-zoom-anim .leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-o-transition:transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1), -webkit-transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{-webkit-transition:none;-o-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline:0}.leaflet-container a{color:#0078a8}.leaflet-container a.leaflet-active{outline:2px solid orange}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,.5)}.leaflet-container{font:12px/1.5 "Helvetica Neue",Arial,Helvetica,sans-serif}.leaflet-bar{-webkit-box-shadow:0 1px 5px rgba(0,0,0,.65);box-shadow:0 1px 5px rgba(0,0,0,.65);border-radius:4px}.leaflet-bar a,.leaflet-bar a:hover{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:bold 18px 'Lucida Console',Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{-webkit-box-shadow:0 1px 5px rgba(0,0,0,.4);box-shadow:0 1px 5px rgba(0,0,0,.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(images/layers.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(images/layers-2x.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(images/marker-icon.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,.7);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-container .leaflet-control-attribution,.leaflet-container .leaflet-control-scale{font-size:11px}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;font-size:11px;white-space:nowrap;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;background:rgba(255,255,255,.5)}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{-webkit-box-shadow:none;box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:15px;line-height:1.4}.leaflet-popup-content p{margin:18px 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;-webkit-box-shadow:0 3px 14px rgba(0,0,0,.4);box-shadow:0 3px 14px rgba(0,0,0,.4)}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;padding:4px 4px 0 0;border:none;text-align:center;width:18px;height:14px;font:16px/14px Tahoma,Verdana,sans-serif;color:#c3c3c3;text-decoration:none;font-weight:700;background:0 0}.leaflet-container a.leaflet-popup-close-button:hover{color:#999}.leaflet-popup-scrolled{overflow:auto;border-bottom:1px solid #ddd;border-top:1px solid #ddd}.leaflet-oldie .leaflet-popup-content-wrapper{zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto}.leaflet-oldie .leaflet-popup-tip-container{margin-top:-1px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.4);box-shadow:0 1px 3px rgba(0,0,0,.4)}.leaflet-tooltip.leaflet-clickable{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{position:absolute;pointer-events:none;border:6px solid transparent;background:0 0;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}