@import url(animate.css);
    @import url(lightbox.css);
    * {
    margin: 0;
    padding: 0;
}
.container, .col, .subcol {
    box-sizing: border-box !important;
}
.container {
    display: table;
    margin: 0 auto;
}
.col {
    display: block;
    float: left;
    padding: 0 10px;
}
.col .subcol {
    display: table;
    float: left;
}
.container {
    width: 960px;
}
.one.col {
    width: 60px;
}
.two.col {
    width: 120px;
}
.three.col {
    width: 180px;
}
.four.col {
    width: 240px;
}
.five.col {
    width: 300px;
}
.six.col {
    width: 360px;
}
.seven.col {
    width: 420px;
}
.eight.col {
    width: 480px;
}
.nine.col {
    width: 540px;
}
.ten.col {
    width: 600px;
}
.eleven.col {
    width: 660px;
}
.twelve.col {
    width: 720px;
}
.thirteen.col {
    width: 780px;
}
.fourteen.col {
    width: 840px;
}
.fifteen.col {
    width: 900px;
}
.sixteen.col {
    width: 960px;
}
.one-third.col {
    width: 320px;
}
.two-thirds.col {
    width: 160px;
}
.one-fifth.col {
    width: 192px;
}
.two-fifth.col {
    width: 96px;
}
.three-fifth.col {
    width: 64px;
}
body {
    font-family: 'Istok Web',  sans-serif;
    font-size: 14px;
    text-align: left;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
    line-height: normal;
    z-index: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
}
a, button, label, input[type="submit"] {
    cursor: pointer;
}
.wrapper {
    display: table;
    width: 100%;
    float: left;
}
p {
    text-align: left;
}
ul, ol {
    list-style-type: none;
}
a:link, a:visited {
    color: #3BB375;
    text-decoration: underline;
    font-weight: 400;
    transition: .75s all;
}
a:hover, a:active {
    color: #329863;
    text-decoration: underline;
    font-weight: 400;
}
.transition {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
}
a img, a div, a span {
    border: 0 !important;
    outline: 0;
}
.hidden {
    display: none !important;
}
.text-oveflow {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.title-block {
    font-size: 24px;
    font-weight: 700;
    color: #38464f;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 40px 0;
}
.title-block big {
    font-size: 36px;
    text-transform: uppercase;
}
.btn-container {
    margin-top: 20px;
}
.btn-container .button1, .btn-container .button2 {
    margin: 0 auto;
}
.wrapper.topmenu {
    background-color: #fff;
}
#topmenu-top-l, #topmenu-top-r {
    height: 73px;
    padding: 10px;
}
#topmenu-top-l .logo {
    height: 53px;
    width: auto;
    float: left;
}
.button1, .button2, .callmaster-button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.button1 {
    display: block;
    line-height: 51px;
}
a.button1, a.button1:link, a.button1:visited, button.button1, input.button1, .callmaster-button {
    height: 50px;
    box-sizing: border-box;
    padding: 0 16px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff!important;
    text-shadow: 1px 1px 3px rgba(56, 70, 79, 0.5), 0px 1px 2px rgba(50, 152, 99, 0.9);
    background-color: #3BB375;
    border-radius: 5px;
    text-align: center;
    border-top: 1px solid rgb(50, 152, 99);
    border-bottom: 1px solid rgb(67, 189, 133);
    box-shadow: 0 3px 1px 0px rgb(44, 133, 87);
}
a.button1 {
    text-decoration: none !important;
    line-height: 54px;
}
button {
    border: none;
    outline: none;
}
a.button1:hover, a.button1:active, button.button1:hover, button.button1:active, input.button1:hover, input.button1:active {
    background-color: #3ebb7a;
}
.button2 {
    display: block;
    line-height: 54px;
}
a.button2, a.button2:link, a.button2:visited, button.button2, input.button2 {
    height: 33px;
    width: 150px;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #3BB375 !important;
    background-color: transparent;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #3BB375 !important;
}
a.button2 {
    text-decoration: none !important;
    line-height: 33px;
}
button.button2 {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    outline: none;
}
a.button2:hover, a.button2:active, button.button2:hover, button.button2:active, input.button2:hover, input.button2:active {
    color: #329863;
    border: 1px solid #329863;
}
#topmenu-top-r .button1 {
    float: right;
}
#topmenu-phone, #topmenu-message {
    display: table;
    float: right;
    margin: 18px 10px 0 10px;
    font-size: 14px;
    color: #7f8c8d;
    text-align: left;
}
#topmenu-phone {
    padding: 0 0 0 18px;
    background: transparent url(../images/icon-phone.png) 0 2px no-repeat;
    background-size: 14px 14px;
}
#topmenu-message {
    padding: 0 0 0 22px;
    background: transparent url(../images/icon-mail.png) left center no-repeat;
    background-size: 16px 16px;
    margin-right: 50px;
}
#topmenu-city {
    display: table;
    float: right;
    margin: 18px 10px 0 10px;
    font-size: 14px;
    color: #7f8c8d;
    text-align: left;
    padding: 0 0 0 14px;
    margin-left: 0;
}
#topmenu-bottom {
    position: absolute;
    left: 0;
    top: 73px;
    z-index: 10;
    border-top: 1px solid #f0f3f4;
}
#topmenu-bottom .logo {
    display: none;
}
#topmenu-bottom.fixed {
    position: fixed !important;
    border-top: 0 !important;
    top: 0 !important;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.3);
}
#topmenu-bottom.fixed .logo {
    display: block !important;
    height: 40px;
    width: auto;
    float: left;
    margin-top: 8px;
}
#topmenu-bottom ul {
    display: table;
    width: auto;
    float: right;
    padding: 0;
    margin: 0;
}
#topmenu-bottom li {
    display: block;
    float: left;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 62px;
}
#topmenu-bottom li:first-child {
    padding: 0 10px;
}
#topmenu-bottom li:last-child {
    padding: 0 0 0 10px;
}
#topmenu-bottom, #topmenu-bottom li {
    height: 60px;
}
#topmenu-bottom li.current {
    background-color: #3BB375;
    color: #fff;
    cursor: default;
}
#topmenu-bottom li:last-child.current {
    padding: 0 10px;
}
#topmenu-bottom li a {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: none !important;
    outline: none !important;
    text-decoration: none !important;
}
#topmenu-bottom li a:link, #topmenu-bottom li a:visited {
    color: #38464f;
}
#topmenu-bottom li a:hover, #topmenu-bottom li a:active {
    color: #3BB375;
}
#main-header-wrap {
    margin-top: 60px;
    background: transparent url(../images/header-bg.jpg) center bottom no-repeat;
    background-size: cover;
}
#main-header-wrap, #main-header {
    height: 505px;
}
#main-header-blocks-wrap {
    background: transparent url(../images/header-bg-border.png) center bottom repeat-x;
}
#main-header-title {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    margin-top: 220px;
    text-align: center;
    line-height: 1;
    cursor: default;
}
#main-header-title big {
    font-size: 80px;
    text-transform: uppercase;
}
#main-header .btn-container {
    margin-top: 15px;
}
.main-header-block {
    display: table;
    height: 330px;
}
.custom1.col {
    padding: 0 !important;
    width: 220px;
}
#mhdrb1 {
    margin: 0 40px 0 110px;
}
#mhdrb2 {
    margin: 0;
}
#mhdrb3 {
    margin: 0 110px 0 40px;
}
.main-header-blocks-top {
    background-color: #3BB375;
    height: 85px;
    width: 220px;
    display: table;
    box-sizing: border-box;
    padding: 30px 20px 30px 30px;
}
.main-header-blocks-top h2 {
    display: block;
    float: left;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin: 0 0 5px 0;
    text-align: left;
    line-height: 1.2;
    height: 50px;
}
.main-header-blocks-top p {
    display: block;
    float: left;
    height: 85px;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    margin: 0 0 5px 0;
    text-align: left;
    line-height: 1.2;
}
.main-header-blocks-top img {
    width: 100%;
    height: auto;
}
#main-services-wrap {
    padding: 65px 0 30px 0;
    background-color: #f0f3f4;
}
.main-services-block {
    display: table;
    margin: 10px 0;
    padding: 20px 0 30px 0 !important;
    background-color: transparent;
    -webkit-transition: background-color .15s linear;
    transition: background-color .15s linear;
}
.main-services-block:hover {
    background-color: #e1e7e9;
}
.main-services-blocks-top {
    margin: 5px 0 25px 0;
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.main-services-blocks-top .icon {
    margin: 0 auto;
}
.icon {
    display: block;
}
.icon.serviceone {
    height: 100px;
    width: 100px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#srv01 {
    background-image: url(../images/service-icon01.png);
}
#srv02 {
    background-image: url(../images/service-icon02.png);
}
#srv03 {
    background-image: url(../images/service-icon03.png);
}
#srv04 {
    background-image: url(../images/service-icon04.png);
}
.main-services-block h2 {
    display: block;
    float: left;
    width: 100%;
    height: 36px;
    font-size: 18px;
    font-weight: 700;
    color: #38464f;
    margin: 0 0 3px 0;
    text-align: center;
    line-height: normal;
    box-sizing: border-box;
    padding: 0 40px;
}
.main-services-block, .main-services-block h2, .main-services-block h2:hover, .main-services-block p, .main-services-block p:hover {
    text-decoration: none !important;
}
.main-services-block p {
    float: left;
    width: 100%;
    color: #7f8c8d;
    text-decoration: none;
    text-align: center;
}
#main-works-wrap {
    padding: 60px 0 70px 0;
    background-color: #fff;
    border-bottom: 1px solid #d9dedf;
}
#main-works-wrap .title-block {
    margin: 0 0 30px 0;
}
#main-gallery .mid-button {
    margin: 50px auto 0 auto;
}
.article-wrap {
    padding: 55px 0 !important;
}
article {
    padding: 0 80px 0 10px;
    font-size: 16px;
}
article.columns {
    display: inline-block !important;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}
article h2, article h3, article h4, article h5 {
    text-align: left;
    line-height: normal;
    width: 100%}
article h2 {
    font-size: 25px;
    color: #3BB375;
    margin: 0 0 24px 0;
    font-weight: 700;
}
article h3 {
    font-size: 25px;
    color: #3BB375;
    margin: 20px 0 15px 0;
    font-weight: 400;
}
article h4 {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    margin: 15px 0 1em 0;
    font-weight: 500;
}
article h5 {
    font-size: 16px;
    color: #7f8c8d;
    margin: 15px 0 1em 0;
    font-weight: 500;
}
article p {
    font-size: inherit;
    color: rgba(0, 0, 0, 0.8);
    text-align: left;
    margin: 0 0 15px 0;
    line-height: 1.5;
    width: 90%}
article p.intro {
    color: #38464f;
    font-weight: 700;
}
article ul, article ol {
    margin: 0 0 15px;
    padding: 0 0 0 30px;
    width: 100%}
article ul {
    list-style-type: disc;
    width: 100%}
article ol {
    list-style-type: decimal;
}
article table+h3, article table+h4 {
    margin-top: 22px;
}
#bottommenu-wrap {
    background-color: #f0f3f4;
}
ul#bottommenu {
    padding: 0;
}
#bottommenu li.col {
    border-right: 1px solid #d9dedf;
    height: 225px;
    padding: 35px 10px 40px 10px;
}
#bottommenu li.col:first-child {
    border-left: 1px solid #d9dedf;
}
#bottommenu li.col a {
    display: block;
    float: left;
    width: 100%;
    font-size: 14px;
    margin: 0 0 10px 0;
    text-align: left;
}
body #bottommenu li.col a.bottommenu-title {
    display: table;
    width: auto !important;
    color: #38464f;
    text-decoration: none;
    border-bottom: 1px solid #38464f;
    margin: 0 0 20px 0;
}
a.bottommenu-title h2 {
    display: table;
    width: auto !important;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: inherit;
    padding: 0;
    margin: 0;
}
#bottommenu li.col .button1 {
    width: 100%;
    margin: 10px 0 0 0;
    text-align: center;
}
#main-sponsors-wrap {
    border-top: 1px solid #f0f3f4;
    padding: 20px 0;
}
.main-sponsors-inner {
    display: table;
    width: auto;
    margin: 0 auto;
}
.main-sponsor {
    overflow: hidden;
    height: 192px;
}
.main-sponsor img {
    display: block;
    width: 192px;
    height: auto;
    margin: 0 auto;
    opacity: 0.5;
}
footer#footer-wrap {
    padding: 40px 0 25px 0;
    background-color: #38464f;
}
#footer-socials-icons {
    display: table !important;
    width: auto !important;
    margin: 0 auto;
}
#footer-socials-icons .sicon {
    margin: 0 7px;
}
.sicon {
    display: block;
    float: left;
    height: 22px;
    width: 22px;
    background-size: cover;
    background-position: center center;
}
.sicon.vk {
    background-image: url(../images/icon-vk.png);
}
.sicon.googleplus {
    background-image: url(../images/icon-googleplus.png);
}
.sicon.facebook {
    background-image: url(../images/icon-facebook.png);
}
#footer-phone {
    padding: 20px 10px 16px 10px !important;
}
#footer-phone p {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    text-align: center;
}
#footer-copyright {
    padding: 0 10px 20px 10px !important;
}
#footer-copyright p {
    font-size: 14px;
    color: #fff;
    width: 100%;
    text-align: center;
}
#footer-gototop {
    padding: 16px 10px;
}
#gototop-button {
    display: block;
    width: 30px;
    height: 30px;
    background: #fff url(../images/arrow-top.png) center center no-repeat;
    background-size: 30px 30px;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    cursor: pointer;
    margin: 0 auto;
}
#gototop-button:link, #gototop-button:visited {
    opacity: 0.7;
}
#gototop-button:hover, #gototop-button:active {
    opacity: 1;
}
#secondary-header-wrap {
    margin-top: 60px;
    background-color: #f0f3f4;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#secondary-header-wrap:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.382);
    box-shadow: inset 0px 2px 5px 2px rgba(56, 70, 79, 0.382);
}
#secondary-header-wrap, #secondary-header {
    height: 240px;
}
#secondary-header {
    position: relative;
    z-index: 2;
}
#secondary-header-col {
    cursor: default;
}
#secondary-header-col h1, #secondary-header-col h1 big {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 2px 4px #38464f;
    margin-top: 60px;
    text-align: center;
    line-height: 1;
}
#secondary-header-col p {
    font-size: 18px;
    color: #fff;
    text-shadow: 1px 1px 2px #38464f;
    margin-top: 10px;
    text-align: center;
    line-height: 1;
}
#secondary-header-wrap2 {
    background-color: #f0f3f4;
    padding: 60px 0;
}
#secondary-header-col2 h1, #secondary-header-col2 h1 big {
    text-transform: none;
    font-size: 36px;
    font-weight: 700;
    color: #38464f;
    text-align: center;
    line-height: 1;
}
#secondary-header-col2 p {
    font-size: 18px;
    color: #7f8c8d;
    margin-top: 10px;
    text-align: center;
    line-height: 1;
}
#secondary-header2 .btn-container {
    margin-top: 30px;
}
#secondary-header-wrap3 {
    background-color: #fff;
    padding: 34px 0 30px 0;
    border-top: 1px solid #f0f3f4;
    border-bottom: 1px solid #f0f3f4;
}
#secondary-header-col3 h1, #secondary-header-col3 h1 big {
    text-transform: none;
    font-size: 36px;
    font-weight: 700;
    color: #38464f;
    text-align: left;
    line-height: 1;
    margin: 0;
}
#gallery-albums-wrap, #other-works-wrap, #gallery-photos-wrap {
    background-color: #fff;
    border-bottom: 1px solid #d9dedf;
}
#gallery-albums-wrap, #gallery-photos-wrap {
    padding: 60px 0;
}
#other-works-wrap {
    padding: 60px 0 70px 0;
}
#gallery-works-wrap .title-block, #other-works-wrap .title-block {
    margin: 0 0 30px 0;
}
.gallery-gallery-album, .gallery-gallery-album a {
    cursor: pointer;
}
li.gallery-gallery-album, .gallery-gallery-album {
    display: table;
    height: 210px;
    padding: 10px !important;
}
.gallery-gallery-album a {
    display: block;
    height: 300px;
    width: 300px;
    overflow: hidden;
    float: left;
    position: relative;
}
.gallery-gallery-album a img {
    width: auto;
    height: 300px;
}
.gallery-gallery-album a .album_overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
    background-color: rgba(0, 0, 0, 0.55);
}
.gallery-gallery-album a .album_overlay h3 {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 60px 20px 20px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.gallery-gallery-album a:hover img {
    -webkit-animation: scale 0.5s ease-out;
    animation: scale 0.5s ease-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.gallery-gallery-album a:hover .album_overlay {
    opacity: 1;
}
#gallery-gallery .mid-button {
    margin: 50px auto 0 auto;
}
.gallery-album-photo, .gallery-album-photo a, .main-gallery-item, .main-gallery-item a {
    cursor: pointer;
}
.gallery-album-photo {
    height: 150px;
}
.gallery-album-photo a {
    height: 140px;
}
.main-gallery-item {
    height: 188px;
}
.main-gallery-item a {
    height: 178px;
}
.gallery-album-photo, .main-gallery-item {
    display: table;
    padding: 5px !important;
}
.gallery-album-photo a, .main-gallery-item a {
    display: block;
    overflow: hidden;
    width: 100%;
    float: left;
    position: relative;
    background-color: #d9dedf;
}
.gallery-album-photo a img, .main-gallery-item a img {
    width: 100%;
    height: auto;
}
.gallery-album-photo a:after, .main-gallery-item a:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-clip: content-box;
    background: rgba(0, 0, 0, 0.15) url(../images/zoom-in.png) no-repeat center center;
    background-size: 50px 50px;
    opacity: 0;
}
.gallery-album-photo a:hover img, .main-gallery-item a:hover img {
    -webkit-animation: zoom 0.5s ease-out;
    animation: zoom 0.5s ease-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.gallery-album-photo a:hover:after, .main-gallery-item a:hover:after {
    opacity: 1;
}
@-webkit-keyframes zoom {
    from {
    width: 100%}
to {
    width: 110%}
}@keyframes zoom {
    from {
    width: 100%}
to {
    width: 110%}
}@-webkit-keyframes scale {
    to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
}@keyframes scale {
    to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
}input, textarea, button {
    font-family: 'Roboto',  sans-serif !important;
}
input, textarea, button, a img, a span, a div, a li {
    border: 0;
    outline: 0;
}
form {
    display: table;
    background-color: transparent;
    width: 100%}
button, label {
    cursor: pointer;
}
textarea {
    resize: none;
}
input[placeholder] {
    text-overflow: ellipsis;
}
input::-moz-placeholder {
    text-overflow: ellipsis;
}
input:-moz-placeholder {
    text-overflow: ellipsis;
}
input:-ms-input-placeholder {
    text-overflow: ellipsis;
}
:focus::-webkit-input-placeholder {
    color: transparent;
}
:focus::-moz-placeholder {
    color: transparent;
}
:focus:-moz-placeholder {
    color: transparent;
}
:focus:-ms-input-placeholder {
    color: transparent;
}
.hint {
    display: block;
    float: left;
    width: 100%;
    margin: 0.5ex 0 10px 0;
    color: rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
    padding: 0 0 0 2px;
    opacity: 0.5;
}
label span {
    color: red;
    padding: 0 0 0 2px;
}
input:not([type]), input[type="text"], input[type="email"], textarea {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 100%;
    border: 1px solid #d9dedf;
    border-radius: 5px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    padding: 0 10px;
    margin: 10px 0 0 0;
    line-height: 38px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
}
input:not([type]):focus, input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
    border: 1px solid #38464f;
}
#order-submit {
    margin: 10px auto;
}
a#order-close {
    position: absolute;
    top: 30px;
    right: 15px;
    z-index: 110;
    height: 30px;
    width: 30px;
    background: transparent url(../images/close.png) no-repeat center center;
    background-size: cover;
}
span.error {
    color: #e74c3c !important;
}
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
form .success {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #3BB375;
}
.popup.popup-wrap {
    width: 100%;
    height: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
}
.popup-window {
    padding: 30px 0;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.popup-window h3 {
    width: 100%;
    font-size: 25px;
    color: #3BB375;
    margin: 20px 0 15px 0;
    text-align: center;
    text-transform: uppercase;
}
.popup-window .close {
    display: block;
    width: 15px;
    height: 15px;
    background: transparent url(../images/close-h.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.popup-window .close:hover {
    background-image: url(../images/close-h.png);
}
#errorpage-body {
    background-color: #f0f3f4;
    height: 100vh;
}
#errorpage {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
}
#errorpage-image {
    padding: 0 0 30px 0;
}
#errorpage-image img {
    width: 360px;
    display: block;
    margin: 0 auto;
}
#errorpage-description {
    padding: 0 120px !important;
}
#errorpage-description h1 {
    width: 100%;
    float: left;
    font-size: 25px;
    color: #3BB375;
    margin: 20px 0 15px 0;
    text-align: center;
    text-transform: uppercase;
}
#errorpage-description p {
    width: 100%;
    float: left;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    margin: 0 0 15px 0;
    text-align: center;
}
ul.ya-share2__list {
    padding: 0;
}
.ya-share2__container_size_m .ya-share2__item {
    margin-right: 8px !important;
}
.big {
    font-size: 120%}
.big strong {
    font-size: 120%;
    font-weight: normal;
}
.wp-action {
    height: 250px;
    outline: 5px solid #3bb375;
    margin: 40px 0;
}
.action {
    font-size: 22px;
    color: #38464f;
    padding: 40px 0 0 40px;
}
.wp-action span {
    text-transform: uppercase;
    font-size: 30px;
    color: #3bb375;
    font-weight: 700;
    display: block;
    padding: 0 0 30px 0;
}
.popup.popup-wrap textarea {
    resize: none;
    height: 146px;
}
#orderForm-wrap {
    padding: 60px 0;
    border-top: 1px solid #d9dedf;
    border-bottom: 1px solid #d9dedf;
}
#orderForm h3 {
    width: 100%;
    font-size: 25px;
    color: #3BB375;
    margin: 0 0 25px 0;
    text-align: center;
    text-transform: uppercase;
}
#orderForm input {
    width: 100%;
    margin: 0;
}
#orderForm .input-wrap {
    width: 100%;
    display: block;
    float: left;
    margin: 0 0 25px 0;
    position: relative;
}
#orderForm .input-wrap span.error {
    display: block;
    width: 100%;
    height: 20px;
    text-align: left;
    position: absolute;
    bottom: -20px;
    left: 1px;
    z-index: 2;
}
#orderForm .input-wrap span.error .error {
    display: inline;
    position: static;
}
#orderForm .two-thirds.col .input-wrap {
    margin: 0 0 10px 0;
}
#orderForm textarea {
    resize: none;
    height: 170px;
    width: 100%;
    margin: 0;
}
dl.contacts-list {
    display: table;
    width: 100%;
    font-size: 16px;
    margin-bottom: 1ex;
}
.contacts-list dt, .contacts-list dd {
    display: block;
    float: left;
}
.contacts-list dt {
    width: 20%;
    min-width: 8ex;
    max-width: 10ex;
    margin-bottom: 1ex;
    font-weight: bold;
    color: #374751;
    clear: left;
}
.contacts-list dt:after {
    content: ': '}
.contacts-list dd {
    width: 80%;
    margin-bottom: 1ex;
}
#orderForm .success {
    color: #3bb375;
    display: none;
    padding: 20px 0 20px 10px;
    font-size: 18px;
}
.topmenu-bottom-inner {
    width: 100%;
    min-width: 960px;
    height: 60px;
    position: relative;
    top: 0;
    left: 0;
}
.download-file {
    display: table;
    width: 240px;
    margin: 0 auto;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    border: 1px solid #f0f3f4;
    border-radius: 5px;
    padding: 30px 15px;
}
.download-file-wrap {
    display: table;
    position: relative;
    width: 100%;
    padding: 10px 0;
    margin-top: 25px;
}
.download-file_icon, .download-file_name {
    width: 100%;
    display: block;
    float: left;
}
.download-file_icon svg {
    display: block;
    width: 100px;
    height: auto;
    margin: 0 auto;
}
.download-file_name {
    font-size: 16px;
    color: #3F51B5;
    font-weight: 500;
    text-align: center;
    text-decoration: underline;
    padding-top: 10px;
}
.common-services-wrap {
    background-color: #f0f3f4;
    padding: 45px 0 50px 0;
}
.common-services {
    font-size: 0;
    text-align: left;
}
.common-service {
    vertical-align: top;
    display: inline-block;
    float: none;
    font-size: 16px;
    margin-bottom: 10px;
}
.common-service_title {
    max-width: 95%}
.offers-wrap {
    background-color: #f0f3f4;
    padding: 45px 0 60px 0;
}
.offers-wrap .offers {
    font-size: 0;
    text-align: center;
}
.offers-wrap .offers .offer {
    display: inline-block;
    float: none;
    padding: 10px !important;
    height: 200px;
    background-clip: content-box;
    background-color: rgba(255, 255, 255, 0.3);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.offers-wrap .offers .offer_inner {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: rgba(58, 71, 79, 0.3);
    z-index: 1;
    text-align: left;
}
.offers-wrap .offers .offer_title {
    display: block;
    width: 100%;
    margin-top: 15px;
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0px 60px 0 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.offers-wrap .offers .offer-marker {
    display: block;
    padding: 3px 5px;
    background-color: #f39c12;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    text-transform: lowercase;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
}
.offers-wrap .offers .offer_description {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    box-sizing: border-box;
    padding: 10px;
    background-color: rgba(58, 71, 79, 0.3);
}
.offers-wrap .offers .offer_description a {
    color: #fff;
}
.reviews-wrap {
    background-color: #fff;
    padding: 45px 0 50px 0;
    border-top: 1px solid #d9dedf;
    border-bottom: 1px solid #d9dedf;
}
.reviews-wrap .reviews {
    font-size: 0;
    text-align: center;
}
.reviews-wrap .reviews .review {
    display: inline-table;
    vertical-align: top;
    float: none;
    padding: 15px 10px !important;
}
.reviews-wrap .reviews .review_inner {
    height: 433px;
    width: 100%;
    box-sizing: border-box;
    background-color: #f6f8f8;
    border-radius: 3px;
    padding: 12px 10px 15px 10px;
    text-align: left;
}
.reviews-wrap .reviews .review_image {
    width: 100%;
    height: 150px;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.reviews-wrap .reviews .review_rating {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #FBC660;
    text-align: left;
    margin-top: 10px;
}
.reviews-wrap .reviews .review_rating .fa {
    display: inline-block;
}
.reviews-wrap .reviews .review_rating .fa+.fa {
    margin-left: 3px;
}
.reviews-wrap .reviews .review_rating .mark {
    margin-left: 10px;
    color: #38464f;
    font-weight: bold;
}
.reviews-wrap .reviews .review_name {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #38464f;
    font-weight: bold;
    text-align: left;
}
.reviews-wrap .reviews .review_name .link {
    font-size: 18px;
    font-weight: bold;
}
.reviews-wrap .reviews .review_meta {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.reviews-wrap .reviews .review_date {
    font-size: 14px;
    color: #7f8c8d;
}
.reviews-wrap .reviews .review_text {
    margin-top: 15px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    text-align: left;
    line-height: 1.5;
}
.reviews-wrap .reviews .review_previews {
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
    border-top: 1px solid #d9dedf;
}
.reviews-wrap .reviews .review_previews .review_preview {
    display: inline-block;
    width: 33.333333%;
    height: 60px;
    background-color: #38464f;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 0 2px;
    box-sizing: border-box;
    background-clip: content-box;
    cursor: pointer;
}
.reviews-wrap .reviews .review_previews .btn-container {
    margin-top: 10px;
}
.tip {
    font-size: 14px;
    color: #7f8c8d;
}
.tip .mark {
    font-weight: bold;
}
.contact_page_photo {
    float: left;
    width: 43%;
    height: auto;
    margin-left: 2%;
    box-shadow: 1px 1px 5px 0px rgba(56,  70,  79, .682);
    border: 1px solid #f6f8f8;
    box-sizing: border-box;
}
.topmenu a[href^='tel:'], .topmenu a[href^='mailto:'] {
    text-decoration: none;
}
.service_pic {
    box-shadow: 0 0 0 1px rgb(59, 179, 117),  1px 1px 5px 0 rgba(56,  70,  79, .382);
    border: 1px solid #f6f8f8;
    box-sizing: border-box;
    float: left;
    margin: 8px 16px 0 -1px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

article .service_pic + h3 {
    font-size: 28px;
    margin-top: 47px;
    margin-bottom: 24px;
    line-height: 32px;
}

table.price_list {
    background-color: #fff;
    border-collapse: collapse;
    border: solid rgb(44,  133,  87);
    border-width: 0 0 1px;
    box-sizing: border-box;
    font-size: 14px;
    width: 100%;
    margin-bottom: 25px;
}

.price_list caption {
    font-size: 25px;
    color: #3BB375;
    padding: 0 0 3px;
    font-weight: 700;
    text-align: left;
}

.price_list th {
    color: #7f8c8d;
    background-color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 1ex 10px;
}
.price_list td[rowspan="2"] {
    background-color: #d9f3e5;
}
.price_list tbody tr {
    background-color: #c6ecd8;
}
.price_list tbody tr:nth-child(2n) {
    background-color: #ecf9f2;
}
.price_list td[rowspan="3"] {
    background-color: #d9f3e5;
}
.price_list tbody tr td {
    padding: 15px 10px;
}
.price_list tbody tr td:first-child {
}

.price_list tbody tr td:last-child {
    white-space: nowrap;
}

.to_popup {
    background-image: url('/images/icon_1.png');
    background-repeat: no-repeat;
}

header .to_popup {
    background-size: 19px 19px;
    background-position: 15px center;
    padding-left: 40px;
}

.callmaster-button.to_popup {
    background-size: 26px 26px;
    background-position: 40px 8px;
    opacity: .75;
    box-shadow: 0px 1px 4px 1px rgba(56, 70, 79, 0.382);
    position: fixed;
    top: 50%;
    right: 3%;
    z-index: 20;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    line-height: 113px;
    -webkit-transition: background-color ease-in-out .25s,  opacity ease-in-out .25s;
    transition: background-color ease-in-out .25s,  opacity ease-in-out .25s;
    cursor: pointer;
    margin-top: -52px;
}
.callmaster-button span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
.callmaster-button:hover {
    background-color: #3ebb7a;
    opacity: 1;
}
.aside_form {
}

.aside_form__caption {
    color: #3BB375;
    text-transform: uppercase;
    font-size: 24px;
}

.aside_form__row {
    margin: 13px 0;
}

.aside_form__row input,  .aside_form__row textarea {
    float: none;
}

.aside_form__row._agreement {
    padding-left: 2px;
}

.aside_form__row._bottom {
}

.hdr_btns {
    display: flex;
    justify-content: center;
}

.hdr_btns.btn-container .button1 {
    margin-left: 0;
    margin-right: 48px;
}

.vk-subscribe {
    display: block;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    height: 50px;
    background-color: #0288D1;
    padding: 0 10px 0 52px;
    border-radius: 5px;
    line-height: 52px;
    box-shadow: 0 3px 1px 0px rgba(44, 87, 133, .9);
}
.vk-subscribe svg {
    height: 48px;
    width: 48px;
    position: absolute;
    top: 1px;
    left: 2px;
}

.vk-subscribe span {
    display: inline-block;
    width: 125px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 19px;
}

a.vk-subscribe {
    color: #fff !important;
    text-decoration: none !important;
    border-bottom: 0 !important;
    opacity: 0.85;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
a.vk-subscribe:hover, a.vk-subscribe:active {
    opacity: 1;
}
.breadcrumbs-wrap  {
    
	opacity: 0;
    display: block!important;
    width: 1px;
    height: 1px;
    
}
.breadcrumbs  {
    
	
}
.breadcrumb  {
    
	margin-right: 5px;
    
}
.price-list-wrap  {
    
	padding:  30px 0;
    
}
.offer .offer_more  {
    
	display:  block;
    
	padding:  2px 10px 1px 10px;
    
	background-color:  #f39c12;
    
	border-radius:  3px;
    
	color:  #fff;
    
	font-size:  14px;
    
	text-transform:  uppercase;
    
	font-weight:  bold;
    
	position:  absolute;
    
	bottom:  10px;
    
	right:  10px;
    
	z-index:  3;
    
	opacity:  0.55;
    
	text-decoration:  none;
    
}
.offer .offer_more: hover  {
    
	opacity:  1;
    
}
.main-header-blocks-top  {
    
	height:  200px;
    
	padding:  25px 15px 25px 25px
}
.main-header-blocks-top h2  {
    
	height:  auto;
    
	min-height:  50px;
    
}
.main-header-blocks-top h2:hover  {
    
	text-decoration:  underline;
    
}
.main-header-blocks-top p  {
    
	margin:  0;
    
	height:  auto;
    
	max-height:  85px;
    
}
.container{
	width: auto;
	max-width:960px;
	display: flex;
    flex-wrap: wrap;

}
.mobile{display: none;}
.desktop{display: block;}
.wrapper.topmenu{position: relative;}

.mob-menu{
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.49);
	padding-top: 100px;
	transform: translateX(-120%);
	position: absolute;
	overflow-y: auto;
    top: 0;
    left: 0;
    max-width: 280px;
    width: 280px;
    background-color: #fff;
    z-index: 100;
	height: 100vh;
	box-sizing: border-box;
	opacity: 0;
	transition: .4s ease-in-out;
	
}
.mob-menu.js-active{
	opacity: 1;
    transform: translate(0);
}



.burger {
    position: relative;
    display: none;
    width: 20px;
    height: 18px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    cursor: pointer;
    margin-right: 20px;
    flex-shrink: 0; }
     .burger__line {
      width: 100%;
      height: 3px;
      background-color: #707070;
      border-radius: 2px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
       .burger__line:nth-child(2) {
		width: 80%;
		align-self: flex-end;
	 }
     .burger.js-active .burger__line:nth-child(1) {
      position: absolute;
      -webkit-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
      top: 50%; }
     .burger.js-active .burger__line:nth-child(2) {
      opacity: 0; }
     .burger.js-active .burger__line:nth-child(3) {
      position: absolute;
      -webkit-transform: translateY(-50%) rotate(-45deg);
          -ms-transform: translateY(-50%) rotate(-45deg);
              transform: translateY(-50%) rotate(-45deg);
      top: 50%; }
    @media (max-width: 1024px) {
       .burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
@media screen and (max-width:1000px){
	body.js-hidden{
		overflow: hidden !important;
	}
	.wrapper.topmenu:before{content: '';position: absolute;top: 0;left: 0;background-color: #fff;height: 100%;width: 100%;z-index: 160;}

	.mob-menu nav a{
		font-size: 20px;
		line-height: 24px;
		text-decoration: none;
	}
	.mob-menu nav li{
		margin-top: 10px;
	}
	#topmenu-message{
		margin-top: 40px;
		
	}
	#topmenu-message,#topmenu-phone{
		margin-right: 20px;
		font-size: 16px;
		line-height: 20px;
	}
	#topmenu-city{
		font-size: 16px;
		line-height: 20px;
	}

	#secondary-header-wrap, #secondary-header{
		height: auto;
		margin-top: 0;
		padding-bottom: 20px;
	}
	.topmenu-main .container{
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
		z-index: 500;
	}
	.topmenu-bottom-inner{
		min-width: auto;
	}
	.mobile{
		display: block;
	}
	.desktop{
		display: none;
	}
	.burger{
		display: flex;
	}

	
	.one.col {
		max-width: 60px;
		width: 100%;
	}
	.two.col {
		max-width: 120px;
		width: 100%;
	}
	.three.col {
		max-width: 180px;
		width: 100%;
	}
	.four.col {
		max-width: 240px;
		width: 100%;
	}
	.five.col {
		max-width: 300px;
		width: 100%;
	}
	.six.col {
		max-width: 360px;
		width: 100%;
	}
	.seven.col {
		max-width: 420px;
		width: 100%;
	}
	.eight.col {
		max-width: 480px;
		width: 100%;
	}
	.nine.col {
		max-width: 540px;
		width: 100%;
	}
	.ten.col {
		max-width: 600px;
		width: 100%;
	}
	.eleven.col {
		max-width: 660px;
		width: 100%;
	}
	.twelve.col {
		max-width: 720px;
		width: 100%;
	}
	.thirteen.col {
		max-width: 780px;
		width: 100%;
	}
	.fourteen.col {
		max-width: 840px;
		width: 100%;
	}
	.fifteen.col {
		max-width: 900px;
		width: 100%;
	}
	.sixteen.col {
		max-width: 960px;
		width: 100%;
	}
	.one-third.col {
		max-width: 320px;
		width: 100%;
	}
	.two-thirds.col {
		max-width: 160px;
		width: 100%;
	}
	.one-fifth.col {
		max-width: 192px;
		width: 100%;
	}
	.two-fifth.col {
		max-width: 96px;
		width: 100%;
	}

	.three-fifth.col {
		max-width: 64px;
		width: 100%;
	}

	.callmaster-button.to_popup{
		top: calc(100% - 52px - 3%);
	}

	.article-wrap .container > .col{max-width: 100%;}
}
@media screen and (max-width:768px){
	article .service_pic + h3{
		font-size: 22px;
		line-height: 27px;
		margin-top: 38px;
	}
	.hdr_btns{
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 20px;
	}
	.hdr_btns.btn-container .button1{
		margin: 0;
		margin-bottom: 20px;
	}
	.a.vk-subscribe{
		margin-right: 0;
	}
	#secondary-header-col p{margin-top: 20px;}
	
}
@media screen and (max-width:600px){
	.main-sponsors-inner{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.main-sponsors-inner .one-fifth.col{width: 50%;height: 100px;}
	.common-service.four.col{
		display: block;
		text-align: center;
		max-width: 100%;
		
	}
	.main-sponsor img{max-width: 100%;max-height: 100px;width:auto}
	.wp-action{
		background-size: cover !important;
    	background-position: left center !important;
	}
	.title-block big{
		font-size: 34px;
	}
}
.with_sub{position:relative;}
#topmenu-bottom .with_sub ul{display: none;position:absolute;top:100%;left:0;width:400px;padding:10px;background-color:#fff;}
#topmenu-bottom  .with_sub:hover ul{display:block;}
#topmenu-bottom .with_sub ul li{height:auto;line-height:22px;display:block;float:none;}
.with_sub ul li+li{margin-top:5px;}
.price_list--custom + .price_list{display:none;}
.inst{
    display: flex;
    align-items: center;
    float: left;
    margin-top: 12px;
    text-decoration: none !important;
    margin-left: 20px;
}
.inst img{
    max-width: 32px;
    flex-shrink: 0;
    margin-right: 10px;
}
.mob-menu a:not(.inst) img{
    max-width: 200px;
}
@media (max-width:1000px){
    .container--services{
        flex-direction: column-reverse;
    }
    .with_sub{position:relative;}
 .with_sub ul{display: none;top:100%;left:0;padding:10px;background-color:#fff;}
  .with_sub:hover ul{display:block;}
 .with_sub ul li{height:auto;line-height:22px;display:block;float:none;}
.with_sub ul li+li{margin-top:5px;}
    .inst{margin-left: 0;}
    .with_sub span{font-size: 20px;
        line-height: 24px;    color: #3BB375;}
    .with_sub ul{
        width: auto;
        position: static;
    }
}