* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    margin: 0px 0 40px 0;
}

h1 {
    font-size: 48px;
    line-height: 1.2;
}

h1.main_title {
    margin-bottom: 25px;
}

h1 span {
    font-weight: 300;
}

h2,
h1.main_title {
    font-size: 60px;
}

h2 span {
    font-weight: 300;
}

h3 {
    font-size: 36px;
    margin: 0px 0 20px 0;
}

h3 span {
    font-weight: 300;
}

h4 {
    font-size: 24px;
    margin-bottom: 15px;
}

h1.main_title:before,
h2.main_title:before,
h3.main_title:before {
    content: '';
    width: 16px;
    height: 14px;
    background-image: url(../images/sprite.svg);
    background-repeat: no-repeat;
    background-position: 0 -40px;
    position: absolute;
    left: 45px;
    top: -2px;
}

h1.main_title:before {
    left: 43px;
    top: 0px;
}

.text_page h2 {
    font-size: 42px;
    margin-bottom: 20px;
}


a {
    color: #58B031;
    text-decoration: underline;
    cursor: pointer;
}

a:hover,
a:focus {
    color: #60D531;
    text-decoration: underline;
}

a,
.btn,
input,
textarea,
select {
    transition: all 0.15s ease-in-out;
    outline: none;
    box-sizing: border-box;
}

b,
strong {
    font-weight: 700;
}

p.lead {
    font-size: 18px;
    font-weight: normal;
}

body {
    background: #F4F5F6;
    color: #282835;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

header,
section,
footer {
    box-sizing: border-box;
    position: relative;
}


.content {
    width: 1280px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

.btn {
    width: 100%;
    height: 55px;
    line-height: 57px;
    padding: 0px;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    display: block;
    position: relative;
    box-sizing: border-box;
    text-decoration: none;
}

.btn_callback {
    position: absolute;
    right: 0px;
    top: 24px;
    display: inline-block;
    width: auto;
    height: 52px;
    line-height: 52px;
    padding: 0 20px 0 50px;
}

.btn_callback:before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/sprite.svg);
    background-repeat: no-repeat;
    background-position: -80px -40px;
    position: absolute;
    left: 20px;
    top: 16px;
    transition: all 0.15s ease-in-out;
}


.btn:active {
    box-shadow: none;
}

.btn.btn-default {
    background-color: #58B031;
    box-shadow: 0 6px 12px 0 rgba(88, 176, 49, 0.25), inset 0 -2px 0 0 rgba(0, 250, 255, 0.10);
    color: #fff;
    border: none;
}

.btn.btn-default:hover,
.btn.btn-default:focus {
    background-color: #60D531;
    box-shadow: 0 6px 25px 0 rgba(88, 176, 49, 0.35), inset 0 -2px 0 0 rgba(0, 250, 255, 0.20);
}

.btn.btn_arrow,
.btn.btn_border {
    border: 1px solid rgba(88, 176, 49, 0.3);
    border-radius: 4px;
    width: auto;
    padding: 0 55px 0 20px;
    display: inline-block;
    text-decoration: none;
    line-height: 48px;
    height: 50px;
}

.btn.btn_border {
    padding: 0px;
    width: auto;
    display: block;
}

.btn.btn_arrow:after {
    content: '';
    width: 10px;
    height: 10px;
    background-image: url(../images/sprite.svg);
    background-repeat: no-repeat;
    background-position: -20px -40px;
    position: absolute;
    right: 25px;
    top: 19px;
    transition: all 0.15s ease-in-out;
}

.btn.btn_arrow:hover:after {
    right: 20px;
    filter: grayscale(100%) brightness(0%);
}

.btn.btn_arrow:hover,
.btn.btn_border:hover {
    border: 1px solid rgba(88, 176, 49, 1);
}

.btn.btn_text {
    color: #282835;
    height: 50px;
    line-height: 48px;
    font-weight: 400;
    text-decoration: underline;
}

.btn.btn_text:hover,
.btn.btn_text:focus {
    color: #58B031;
    text-decoration: underline;

}

.btn.btn_all_news {
    position: absolute;
    right: 0px;
    top: 10px;
    color: #fff;
    background: rgba(255, 255, 255, 0.00);
    border: 1px solid rgba(88, 176, 49, 0.25);
    display: inline-block;
    width: auto;
    padding: 0 23px 0 50px;
    text-decoration: none;
    height: 50px;
    line-height: 48px;
}

.btn.btn_all_news:before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../images/sprite.svg);
    background-repeat: no-repeat;
    background-position: -50px -40px;
    position: absolute;
    left: 23px;
    top: 15px;
    transition: all 0.15s ease-in-out;
}

.btn.btn_all_news:hover {
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.btn-lg {
    height: 64px;
    line-height: 66px;
    font-size: 18px;
    font-weight: 700;
}

.section_main .btn {
    width: auto;
    display: inline-block;
    padding: 0 50px;
    height: 64px;
    line-height: 64px;
    text-decoration: none;
    margin-right: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.section_main h1 {
    margin-bottom: 60px;
}

.section_main {
    width: 100%;
    height: 100vh;
    background-color: #282835;
    background-image: url(../images/bg_main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    position: relative;
    margin-top: 70px;
}

.section_main .wrap-block {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(48, 47, 63, 0.5);
}

.section_main video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    position: relative;
}

.section_main .content {
    padding-top: 35vh;
}

.section_gray {
    padding: 100px 0;
}

.section_page {
    margin: 160px 0 100px;
}

.section_white {
    background-color: #fff;
    width: calc(100% - 200px);
    margin: 0 auto;
    border-radius: 4px 4px 0 0;
    padding: 100px 0;
}

.section_black,
.section_news {
    background-color: #282835;
    width: calc(100% - 200px);
    margin: 0 auto;
    border-radius: 4px;
    padding: 100px 0;
    color: #fff;
}

.section_news_top {
    padding-bottom: 400px;
}

.section_news {
    background: transparent;
    margin: -400px auto -100px;
    z-index: 2;
}

.parnters {
    margin-top: -40px;
}

.parnter {
    display: block;
    margin-top: 40px;
    box-sizing: border-box;
    border: 1px solid #F4F5F6;
    border-radius: 4px;
}

.parnter:hover,
.parnter:focus {
    border: 1px solid #E0E1E2;
}

.parnter img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

footer {
    background-color: #282835;
    color: rgba(255, 255, 255, 0.5);
    width: calc(100% - 200px);
    margin: 0 auto;
    border-radius: 4px 4px 0 0;
}

.footer_top,
.footer_middle,
.footer_bottom {
    padding: 60px 0;
}

.footer_middle {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer_bottom {
    font-size: 13px;
}

footer a {
    text-decoration: none;
    color: #fff;
}

footer a:hover {
    color: #60D531;
    text-decoration: none;
}

footer a.btn {
    font-size: 16px;
    font-weight: 500;
    top: -3px;
}

.footer_top a {
    font-size: 18px;
    font-weight: 700;
}

.footer_top {
    font-size: 14px;
}

.footer_ul_title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.footer_ul li {
    list-style: none;
}

.footer_ul li a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    padding-top: 10px;
    display: block;
}

.footer_ul li a:hover,
.footer_ul li a:focus {
    color: rgba(255, 255, 255, 1);
}

.footer_about {
    font-size: 13px;
}

.social_ul {
    margin-top: 20px;
}

.social_ul li {
    display: inline-block;
    list-style: none;
    margin-right: 5px;
}

.social_ul li a {
    width: 40px;
    height: 40px;
    display: block;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    background-image: url(../images/sprite.svg);
    background-repeat: no-repeat;
}

.social_ul li a:hover,
.social_ul li a:focus {
    background-color: rgba(255, 255, 255, 0.09);
}

.social_ul li a.in {
    background-position: 0 0;
}

.social_ul li a.vk {
    background-position: -40px 0;
}

.social_ul li a.fb {
    background-position: -80px 0;
}

.footer_logo {
    opacity: 0.7;
    display: block;
    margin-bottom: 15px;
    position: relative;
    top: -5px;
}

.footer_logo:hover,
.footer_logo:focus {
    opacity: 1;
}

.sticky {
    position: sticky;
    top: 100px;
    margin-top: 5px;
}

.sticky_grid {
    margin: 0 -15px;
}

.sticky_left,
.sticky_right {
    display: table-cell;
    width: 66.6666%;
    padding: 0 15px;
    vertical-align: top;
}

.sticky_left.text_page {
    padding-right: 40px;
}

.sticky_right {
    width: 33.3333%;
}

.sticky_left.text_page {
    position: relative;
}

.text_page {}

.text_page .text-block {
    padding-top: 30px;
}

.text_page .video-block {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    padding-top: 30px;
}

.text_page .video-block object,
.text_page .video-block embed,
.text_page .video-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.text_page p {
    margin-bottom: 20px;
}

.text_page ul,
.text_page ol {
    margin-bottom: 40px;
    counter-reset: text_page_ol;
}

.sticky_left.text_page ul:last-child,
.sticky_left.text_page ol:last-child {
    margin-bottom: 0px;
}

.text_page ul li,
.text_page ol li {
    list-style: none;
    margin: 10px 0 0 40px;
    font-style: italic;
    position: relative;
    color: #4A4849;
}

.text_page ul li:before {
    content: '';
    width: 16px;
    height: 14px;
    background-image: url(../images/sprite.svg);
    background-repeat: no-repeat;
    background-position: 0 -40px;
    position: absolute;
    left: -25px;
    top: 4px;
    transform: scale(0.7);
}

.text_page ol li:before {
    counter-increment: text_page_ol;
    content: counter(text_page_ol) ".";
    position: absolute;
    color: #58B031;
    font-weight: 700;
    left: -25px;
    top: 0px;
}

.form_block {
    border-radius: 4px;
    background-color: #282835;
    padding: 40px;
    color: #fff;
}

.form_block .form_mini_text {
    font-size: 14px;
    margin: -10px 0 30px;
}

.form-group {
    margin: 20px 0 0 0;
    position: relative;
}

.form-control {
    height: 54px;
    width: 100%;
    background-color: #fff;
    padding: 0px 20px;
    border: none;
    font-size: 16px;
    position: relative;
}

textarea.form-control {
    padding: 18px 20px;
    min-height: 120px;
    max-height: 300px;
    resize: vertical;
}

.form-group.required:after {
    content: "*";
    color: #D22222;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;

}

.form_block .form-control {
    padding-left: 50px;
}

.section_gray ul li a,
.section_gray ol li a {
    color: #4A4849;
}

.section_gray ul li a:hover,
.section_gray ol li a:hover,
.section_gray ul li a:focus,
.section_gray ol li a:focus {
    color: #58B031;
}

.form_icon:before {
    content: '';
    width: 40px;
    height: 40px;
    background-image: url(../images/sprite.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 9px;
    top: 8px;
    z-index: 2;
}

.form_icon.icon_name:before {
    background-position: 0 -60px;
}

.form_icon.icon_phone:before {
    background-position: -40px -60px;
}

.form_icon.icon_area:before {
    background-position: -80px -60px;
}

.form_block_text1 {
    font-size: 16px;
    text-align: center;
    margin: 30px 0 1px 0;
}

.form_block_text1 a {
    color: #fff;
    white-space: nowrap;
}

.form_block_text1 a:hover,
.form_block_text1 a:focus {
    color: #58B031;
}

.form_block_text2 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

.goods {
    margin-top: -40px;
}

.good {
    margin-top: 40px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 25px;
    box-sizing: border-box;
}

.good_img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin: 5px 0 20px;
}

.good_text {
    min-height: 70px;
}

.good_text span {
    color: #7D7D85;
    font-size: 15px;
}

.news,
.photo_docs {
    margin-top: -30px;
}

.new,
.photo_doc {
    background: #fff;
    border-radius: 4px;
    padding: 40px 40px 110px;
    box-sizing: border-box;
    position: relative;
    min-height: 385px;
    margin-top: 40px;
}

.photo_doc {
    min-height: auto;
    padding: 140% 0 0 0;
}

.photo_doc a {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    z-index: 2;
}

.photo_doc a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.new_date {
    color: #7D7D85;
    font-size: 12px;
    margin-bottom: 20px;
}

.new_date>div {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: -5px;
}

.new_title,
.item_title {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    color: #282835;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.new_title:hover,
.item_title:hover {
    color: #58B031;
}

.new_title {
    max-height: 83px;
    overflow: hidden;
}

.new_text {
    color: #7D7D85;
    font-size: 14px;
    max-height: 58px;
    overflow: hidden;
}

.new .btn.btn_arrow {
    position: absolute;
    left: 40px;
    bottom: 40px;
}

.items {
    padding-top: 30px;
}

.items.items-list {
    margin-top: 0;
}

.items-list .item {
    margin-top: 0;
    padding-bottom: 30px;
}

.item {
    margin-top: 180px;
    position: relative;
}

.item.item-service {
    margin-top: 30px;
}

    {
    padding-top: 40px;
}

.item.item-service .item_img:hover {
    margin-top: 0;
}

.item.item-service .item_img {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
}

.item.item-service .item_img img {
    margin: 0 auto;
}

.item.item-service .item_title {
    height: auto;
}

.item.item-service .item_descript.price {
    text-align: center;
}

.item.item-service .item_descript {
    height: auto;
}

.item.item-service .item_title a {
    color: #282835;
    text-decoration: none;
}

ul.item-service-list {
    list-style: none;
    padding: 0;
    margin: -30px -15px 0 -10px;
}

ul.item-service-list>li {
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
    padding: 0 15px;
    width: 33.33333%;
    font-style: normal;
    text-align: left;
    margin-top: 30px;
}

ul.item-service-list>li:before {
    display: none;
}

.item_bg {
    background: #fff;
    border-radius: 4px;
    padding: 120px 40px 40px;
}

.items-list .item .item_bg {
    padding-top: 40px;
}

.item_descript {
    font-size: 14px;
    color: #7D7D85;
    margin: -5px 0 30px;
    height: 58px;
    overflow: hidden;
}

.items-list .item .item_descript,
.item.item-service .item_descript.price {
    height: auto;
    font-size: 18px;
    font-weight: 700;
    color: #58B031;
}

.item_img {
    display: block;
    width: calc(100% - 80px);
    height: auto;
    position: absolute;
    top: -185px;
    left: 40px;
    z-index: 2;
    transition: all 0.15s ease-in-out;
}

.items-list .item .item_img {
    width: auto;
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.items-list .item .item_img:hover {
    margin-top: 0;
}

.item_img:hover {
    margin-top: -5px;
}

.item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scroll_down {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 15vh;
    z-index: 2;
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    text-decoration: none;
}

.scroll_down:hover,
.scroll_down:focus {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
}

.scroll_down:hover:before,
.scroll_down:focus:before {
    opacity: 1;
}

.scroll_down:before {
    content: '';
    width: 17px;
    height: 24px;
    background-image: url(../images/sprite.svg);
    background-repeat: no-repeat;
    background-position: 0 -100px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    top: 7px;
    opacity: 0.75;
    transition: all 0.15s ease-in-out;
    animation: scroll_down 3s infinite ease-in-out;
}

@keyframes scroll_down {
    0% {
        top: 7px;
    }

    30% {
        top: 7px;
    }

    40% {
        top: 3px;
    }

    50% {
        top: 10px;
    }

    60% {
        top: 7px;
    }

    100% {
        top: 7px;
    }
}

header {
    height: 100px;
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 20;
    transition: all 0.15s ease-in-out;
}

.logo {
    position: absolute;
    left: 0px;
    top: 30px;
    transition: all 0.15s ease-in-out;
}

.header {
    width: calc(100% - 200px);
    margin: 0 auto;
    position: relative;
}

.main_nav {
    position: absolute;
    left: 260px;
    top: 41px;
    transition: all 0.15s ease-in-out;
}

.main_nav>li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}

.main_nav>li:last-child {
    margin-right: 0;
}

.main_nav>li>a {
    color: #282835;
    font-weight: 500;
    text-decoration: none;
}

.main_nav>li>a:hover,
.main_nav>li>a:focus,
.main_nav>li.active>a {
    color: #58B031;
}

.dropdown-toggle {
    position: relative;
    padding-right: 15px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown-toggle:after {
    content: '';
    width: 9px;
    height: 6px;
    background-image: url(../images/sprite.svg);
    background-repeat: no-repeat;
    background-position: -30px -40px;
    position: absolute;
    right: 0px;
    top: 9px;
    opacity: 0.5;
    transition: all 0.15s ease-in-out;
}

.dropdown.open .dropdown-toggle:after {
    opacity: 1;
    transform: rotate(180deg);
    top: 7px;
}

.main_nav .dropdown-menu {
    border: none;
    border-radius: 3px;
}

.main_nav .dropdown-menu li a {
    padding: 8px 40px 8px 20px;
    text-decoration: none;
    font-size: 15px;
}

.main_nav .dropdown-menu li.active a {
    background: #f5f5f5;
    color: #58B031;
}

.top_phones,
.top_mails {
    position: absolute;
    right: 215px;
    top: 26px;
    transition: all 0.15s ease-in-out;
}

.top_phones a {
    font-weight: 700;
    font-size: 18px;
    color: #282835;
    text-decoration: none;
    display: block;
}

.top_phones a:hover,
.top_phones a:focus {
    color: #58B031;
}

.top_phones a span {
    font-weight: 400;
}

.top_mails {
    right: 375px;
    top: 27px;
    transition: all 0.15s ease-in-out;
}

.top_mails a {
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
}

.top_mails div {
    font-size: 14px;
    color: #7D7D85;
}

.top_search,
.top_city {
    width: 52px;
    height: 52px;
    border: 1px solid rgba(88, 176, 49, 0.25);
    border-radius: 4px;
    position: absolute;
    right: 570px;
    top: 24px;
    transition: all 0.15s ease-in-out;
}

.top_search:before,
.top_city:before,
.mob_phone:before,
.mob_menu:before {
    content: '';
    width: 50px;
    height: 50px;
    background-image: url(../images/sprite.svg);
    background-repeat: no-repeat;
    background-position: 0px -130px;
    position: absolute;
    left: 1px;
    top: 1px;
}

.top_search:hover,
.top_search:focus,
.top_city:hover,
.top_city:focus {
    border: 1px solid rgba(88, 176, 49, 0.6);
    text-decoration: none;
}

.top_city {
    right: 640px;
    width: auto;
    padding: 0 20px 0 50px;
    text-decoration: none;
}

.top_city:before {
    background-position: -50px -130px;
}

.top_city_text1 {
    font-size: 12px;
    color: #7D7D85;
    text-decoration: none;
    margin: 10px 0 -5px;
}

.top_city_text2 {
    color: #282835;
    font-size: 14px;
    transition: all 0.15s ease-in-out;
}

.top_city:hover .top_city_text2,
.top_city:focus .top_city_text2 {
    color: #58B031;
}


header.scroll {
    height: 70px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

header.scroll .btn_callback {
    top: 8px;
}

header.scroll .top_phones {
    top: 10px;
}

header.scroll .top_mails {
    top: 11px;
}

header.scroll .top_search,
header.scroll .top_city {
    top: 8px;
}

header.scroll .main_nav {
    top: 24px;
}

header.scroll .logo {
    top: 13px;
}

header.to_top {
    top: -70px;
}

.section_main h1,
.section_main .btn,
.scroll_down .scroll_down {
    position: relative;
    z-index: 2;
}


.bg_draw1_1,
.bg_draw1_2,
.bg_draw1_3,
.bg_draw2,
.bg_draw2_2,
.bg_draw1_4,
.bg_draw2_3 {
    position: absolute;
    z-index: 0;
    width: 741px;
    height: 741px;
    background-image: url(../images/bg_draw1.png);
    background-repeat: no-repeat;
    left: 50%;
    top: calc(50% - 350px);
    opacity: 0.05;
}

.bg_draw1_2,
.bg_draw2_2 {
    filter: brightness(0%);
    left: -150px;
    top: 0px;
}

.bg_draw2_2,
.bg_draw2_3 {
    width: 475px;
    height: 490px;
    left: auto;
    top: auto;
    right: 0px;
    bottom: 30px;
    background-image: url(../images/bg_draw2.png);
}

.bg_draw1_3 {
    left: auto;
    top: auto;
    right: 0px;
    bottom: 0px;
    opacity: 0.03;
}

.bg_draw1_4 {
    top: auto;
    left: -240px;
    bottom: 0px;
    opacity: 0.03;
}

.bg_draw2_3 {
    top: auto;
    left: auto;
    right: 0px;
    bottom: 0px;
    opacity: 0.03;
}

.modal-content {
    padding: 30px;
    border-radius: 3px;
    box-shadow: none;
    border: none;
}

.modal-sm {
    width: 400px;
}

.modal-content .close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 5;
    font-size: 28px;
    outline: none;
}

.modal_title {
    font-size: 14px;
    margin-bottom: 10px;
    color: #7D7D85;
}

.modal_text {
    font-size: 22px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    line-height: 1.3;
}

.modal-content input,
.modal-content textarea {
    padding-left: 55px;
    border: 1px solid #E0E1E2;
    box-shadow: none;
}

.modal-content input:focus {
    border-color: rgba(88, 176, 49, 0.6);
    box-shadow: 0 0 8px rgba(88, 176, 49, 0.35);
}

.modal_bottom_1,
.modal_bottom_2 {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}

.modal_bottom_2 {
    color: #7D7D85;
    margin-top: 5px;
}

.location {
    margin-top: 10px;
}

.location:after {
    content: '';
    display: block;
    clear: both;
}

.location li {
    list-style: none;
    float: left;
    width: 50%;
}

.location li a {
    padding: 12px 0 0;
    display: block;
}

.location li.active a {
    color: #282835;
    text-decoration: none;
}

.top_search_form,
.mobile_menu {
    position: fixed;
    z-index: 100;
    right: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.9);
    display: none;
}

.top_search_form form {
    position: absolute;
    z-index: 2;
    width: 500px;
    height: 50px;
    left: calc(50% - 250px);
    top: calc(50% - 25px);
}

.top_search_input {
    background: transparent;
    height: 50px;
    width: calc(100% - 150px);
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    font-size: 16px;
}

.top_search_input:hover,
.top_search_input:focus {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.top_search_btn {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    line-height: 50px;
    width: auto;
    border: none;
    text-align: center;
    width: 140px;
    border-radius: 3px;
}

.top_search_form .close,
.mobile_menu .close {
    position: absolute;
    right: 30px;
    top: 30px;
    color: #fff;
    font-size: 44px;
    outline: none;
    font-weight: 300;
}

.search_title {
    color: #fff;
    position: absolute;
    left: 0px;
    top: -40px;
    font-size: 22px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    line-height: 1.3;
}

.close_search {
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
    bottom: -50px;
    text-decoration: none;
}

.mob_icon {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    position: absolute;
    right: 15px;
    top: 10px;
    border: 1px solid rgba(88, 176, 49, 0.25);
    display: none;
    overflow: hidden;
}

.mob_phone {
    right: 75px;
}

.mob_phone:before {
    background-position: -36px -57px;
}

.mob_menu:before {
    background-position: -116px -57px;
}

.mobile_menu {
    color: #fff;
    padding: 0 30px;
    overflow: auto;
}

.mobile_menu_title {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    padding: 35px 0px 20px;
    font-size: 30px;
}

.mobile_menu .top_city {
    position: relative;
    right: auto;
    top: auto;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    height: 55px;
    background: rgba(255, 255, 255, 0.0);
    border-radius: 2px;
}

.mobile_menu .top_city_text2 {
    color: #fff;
}

.mobile_menu_bottom {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 3px;
}

.mob_mails {
    background: rgba(255, 255, 255, 0.0);
    padding: 0 18px 20px 18px;
}

.mob_mails a {
    text-decoration: none;
    font-size: 24px;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.mob_phones {
    background: rgba(255, 255, 255, 0.0);
    padding: 10px 18px 0 18px;
}

.mob_phones a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    display: block;
    margin-top: 5px;
}

.mob_mails div {
    opacity: 0.6;
    margin-top: 8px;
}

.second_menu {
    display: none;
    margin: -10px 0 10px;
}

.mobile_nav {
    margin-bottom: 5px;
}

.mobile_nav li {
    list-style: none;
}

.mobile_nav>li>a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: block;
    position: relative;
}

.mobile_nav li.active>a {
    color: #58B031;
}

.second_menu li a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    padding: 12px 0 12px 20px;
    display: block;
    color: rgba(255, 255, 255, 0.75);
}

.second_menu_in>a:after {
    content: '';
    position: absolute;
    right: 2px;
    top: 17px;
    width: 20px;
    height: 20px;
    background: url(../images/sprite.svg);
    background-position: 0 -180px;
    background-repeat: no-repeat;
    opacity: 0.2;
    transition: all 0.15s ease-in-out;
}

.second_menu_in.slide>a:after {
    transform: rotate(180deg);
    opacity: 0.7;
}

.section_breadcrumbs {
    margin: 160px 0 -140px;
}

.breadcrumbs li {
    list-style: none;
    display: inline-block;
    margin-right: 26px;
    position: relative;
}

.breadcrumbs li:after {
    content: '';
    width: 10px;
    height: 9px;
    position: absolute;
    right: -20px;
    top: 7px;
    background-image: url(../images/sprite.svg);
    background-repeat: no-repeat;
    background-position: -20px -41px;
    filter: grayscale(100%);
    transform: scale(0.8);
}

.breadcrumbs li a,
.breadcrumbs li span {
    font-size: 14px;
    text-decoration: none;
}

.breadcrumbs li span {
    color: #7D7D85;
}

.breadcrumbs li:last-child {
    margin-right: 0px;
}

.breadcrumbs li:last-child:after {
    display: none;
}

.pagination {
    display: block;
    text-align: center;
    margin: 40px 0 10px;
}

.pagination li {
    display: inline-block;
    margin: 0 2px;
}

.pagination li a {
    background: transparent;
    border: 1px solid rgba(88, 176, 49, 0.3);
    border-radius: 3px;
    color: #7D7D85;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 20px;
    height: 46px;
    line-height: 46px;
    box-sizing: border-box;
}

.pagination li.active span,
.pagination li.active a,
.pagination li.active span:hover,
.pagination li.active a:hover {
    background: #fff;
    border-color: #fff;
    border-radius: 3px;
    color: #282835;
    font-size: 14px;
    padding: 0px 20px;
    height: 46px;
    line-height: 46px;
    transition: all 0.15s ease-in-out;
}

.pagination li a:hover {
    background: #fff;
    color: #58B031;
    border: 1px solid rgba(88, 176, 49, 0.5);
}

.pagination_text {
    font-size: 13px;
    color: #7D7D85;
    text-align: center;
}

a.zoom i {
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: -5px;
    top: -5px;
    border-radius: 3px;
    background: rgba(88, 176, 49, 0.8);
    z-index: 2;
    transition: all 0.15s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

a.zoom i:before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% - 30px);
    z-index: 2;
    background-image: url(../images/sprite.svg);
    background-repeat: no-repeat;
    background-position: 0 -200px;
    transition: all 0.2s ease-in-out;
    transform: scale(0);
}

a.zoom i:after {
    content: 'Увеличить';
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
    top: calc(50% + 30px);
    font-style: normal;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

a.zoom:hover i {
    visibility: visible;
    opacity: 1;
}

a.zoom:hover i:before {
    transform: scale(1);
}

a.zoom:hover i:after {
    top: calc(50% + 20px);
}

.content h2 {}

.content img {
    max-width: 100%;
    width: auto;
    display: block;
    height: auto;
    margin-bottom: 15px;
}

.content .btn.btn_pdf {
    margin-right: 15px;
}

.btn.btn_pdf {
    display: inline-block;
    padding: 0 20px 0 50px;
    margin-bottom: 30px;
    white-space: normal;
    line-height: 20px;
    height: auto;
    min-height: 50px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.btn.btn_pdf:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    left: 14px;
    top: 8px;
    background-image: url(../images/sprite.svg);
    background-position: 0 -240px;
    background-repeat: no-repeat;
}

.section_form_man {
    margin: -50px 0 0px;
}

h3.main_title {
    font-size: 42px;
}

h3.main_title:before {
    left: 32px;
    top: -6px;
}

h3.main_title span {
    display: block;
}

.small_text {
    font-size: 14px;
    color: #7D7D85;
    margin: -7px 0 10px;
}

.left_input,
.right_input {
    width: calc(50% - 10px);
    float: left;
    margin-right: 10px;
}

.right_input {
    margin-left: 10px;
    margin-right: 0px;
}

.man_form input,
.man_form textarea {
    padding-left: 50px;
}

.man_text1 {
    font-size: 15px;
    font-weight: 500;
    margin-top: 24px;
}

.man_text1 a {
    color: #282835;
}

.man_text2 {
    font-size: 13px;
    color: #7D7D85;
    margin-top: 3px;
    line-height: 1.2;
}

.man_text2 a {
    color: #7D7D85;
}

.man_text1 a:hover,
.man_text2 a:hover {
    color: #58B031;
}

.man_left {
    padding-top: 140px;
}

.man_img {
    text-align: right;
    padding-right: 40px;
}

.item_buy_block {
    border-top: 1px solid rgba(125, 125, 133, 0.25);
    border-bottom: 1px solid rgba(125, 125, 133, 0.25);
    padding: 25px 0;
    margin-bottom: 30px;
}

.item_buy_block:after {
    content: '';
    display: block;
    clear: both;
}

.item_price {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    color: #7D7D85;
    font-size: 24px;
    float: left;
    width: 40%;
    line-height: 55px;
}

.item_buy_block button {
    float: left;
    width: 40%;
}

.title_line {
    margin-bottom: 40px;
    position: relative;
}

.title_line b {
    background: #F4F5F6;
    position: relative;
    z-index: 2;
    padding: 0 30px 0 0;
    display: inline-block;
    box-sizing: border-box;
}

.title_line:after {
    content: '';
    left: 0px;
    right: 0px;
    top: 23px;
    height: 1px;
    background-color: rgba(125, 125, 133, 0.25);
    position: absolute;
    z-index: 0;
}

.photo_green {
    background: #58B031;
}

.photo_doc_info {
    text-align: center;
    margin-top: 20px;
}

.photo_doc_info a.btn {
    margin-top: 20px;
}

.section_items {
    margin-bottom: 100px;
    padding-top: 30px;
}

.table_mask,
.table {
    width: 100%;
    overflow: auto;
    margin: 0 0 20px;
    border-radius: 4px;
}

table.table {
    background-color: #fff;
    width: 100%;
}


table.table thead {
    background: rgba(247, 247, 247, 0.75);
}

table.table thead td,
table.table tr:first-child td {
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 25px;
    border-right: 1px solid #EDEDED;
    min-width: 150px;
}

table.table tbody td {
    padding: 15px 25px;
    vertical-align: middle;
    font-size: 14px;
    transition: all 0.15s ease-in-out;
    border-right: 1px solid #EDEDED;
}

table.table thead td:last-child,
table.table tbody td:last-child {
    border-right: none;
}

table.table tbody td a.btn {
    padding: 0 20px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
}

table.table tbody tr:hover td {
    background: rgba(247, 247, 247, 0.8);
}

.item_img_slider {
    margin-bottom: 40px;
}

.photo_doc_text {
    padding: 30px 0 0 0;
}

.photo_doc_text .slider {
    padding: 0;
}

.photo_item {
    background-color: #fff;
    border: 1px solid #7D7D85;
    border-radius: 4px;
    width: 100%;
    padding-top: 100%;
    border: 1px solid rgba(125, 125, 133, 0.20);
    position: relative;
    display: block;
}

.photo_item_img {
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    border-radius: 3px;
}

.photo_item_img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.15s ease-in-out;
}

.previews_item a {
    margin-bottom: 10px;
}

.previews_item .photo_item_img {
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
}

.previews_item .photo_item_img img {
    filter: grayscale(100%);
    opacity: 0.5;
}

.previews_item .photo_item.active {
    border: 1px solid rgba(88, 176, 49, 1);
}

.previews_item .photo_item.active img {
    filter: grayscale(0%);
    opacity: 1;
}

.previews_item .photo_item_img:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

.item_price_min {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #7D7D85;
}

.view_scroll {
    height: 3px;
    width: 100%;
    background-color: #ddd;
    margin: 0px 0 20px;
    border-radius: 3px;
    position: relative;
    display: none;
}

.view_scroll:after {
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(../images/sprite.svg);
    background-repeat: no-repeat;
    background-position: -30px -240px;
    position: absolute;
    top: -15px;
    animation: view_scroll 3s infinite ease-in-out;
}

@keyframes view_scroll {
    from {
        left: 20%;
    }

    50% {
        left: 70%;
    }

    to {
        left: 20%;
    }
}

.photo_doc_text .photo_doc {
    padding-top: 60%;
    margin: 0px 0 20px;
}

.photo_doc_text .photo_doc a,
.photo_doc_text .photo_doc a i {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    border-radius: 3px;
}

.photo_doc_text .photo_doc a img {
    height: 100%;
    width: 100%;
    position: absolute;
}

.share_block {
    padding: 20px 30px 24px;
    background: #fff;
    border-radius: 3px;
    margin-top: 40px;
}

.share_block i,
.share_block span.italic {
    position: relative;
    top: 10px;
    font-size: 14px;
    font-style: normal;
}

.share_block .ya-share2 {
    display: inline-block;
}

.share_block .ya-share2 li:before {
    display: none;
}

.share_block .ya-share2 li {
    margin: 0 0 0 15px;
}

.share_block .ya-share2 li .ya-share2__badge {
    border-radius: 100%;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
}

.share_block .ya-share2 li .ya-share2__badge .ya-share2__icon {
    vertical-align: middle;
}

.services {}

.service {
    margin-top: 30px;
    padding-top: 55%;
    display: block;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.service_img,
.service_img img {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 1;
}

.service_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.service_mask {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    bottom: 0px;
    z-index: 2;
    background-image: linear-gradient(180deg, rgba(40, 40, 53, 0.00) 0%, #282835 100%);
    transition: all 0.15s ease-in-out;
}

.service_text,
.service_title {
    position: absolute;
    left: 30px;
    bottom: -50px;
    line-height: 1.4;
    right: 30px;
    color: #fff;
    z-index: 3;
    font-size: 15px;
    height: 40px;
    overflow: hidden;
    transition: all 0.15s ease-in-out;
    opacity: 0.8;
}

.service_title {
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    font-weight: 700;
    bottom: 35px;
    height: auto;
    overflow: visible;
    text-decoration: underline;
    opacity: 1;
}

.service:hover .service_text {
    bottom: 20px;
}

.service:hover .service_title {
    bottom: 70px;
}


.service_price {

    background-color: #00000070;
    width: max-content;
    top: 20px;
    height: 35px;
    padding: 0 10px;
    border-radius: 5px;
    text-decoration: none;
    left: inherit;
}

.portfolio {}

.portfolio_work {
    margin: 0 -15px;
    display: table;
    width: 100%;
    padding-top: 35px;
    margin-top: 35px;
    border-top: 1px solid rgba(125, 125, 133, 0.25);
}

.portfolio .portfolio_work:first-child {
    padding-top: 0px;
    margin-top: 0px;
    border-top: none;
}

.portfolio_left,
.portfolio_right {
    padding: 0 100px 0 15px;
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}

.portfolio_right {
    padding: 0 15px;
}

.portfolio_title {
    font-size: 24px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    color: #282835;
}

.portfolio_title:hover {
    color: #58B031;
}

.portfolio_text {
    margin: 15px 0 20px;
    font-size: 15px;
}

.portfolio_img {
    padding-top: 60%;
    position: relative;
}

.portfolio_img_in,
.portfolio_img_in img {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.portfolio_img_in img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.contacts_link {
    margin-bottom: 30px;
}

.contacts_link a span {
    display: inline-block !important;
    font-size: 24px;
    font-weight: 400;
}

.contacts_link a {
    font-weight: 700;
}

.contacts_link a:hover,
.contacts_link a:hover span {
    color: #60D531;
}

.contacts_link .phonecity {
    font-size: 24px;
    color: #282835;
    text-decoration: none;
}

.contacts_link span {
    color: #7D7D85;
    font-size: 14px;
    display: block;
}

.contacts_title {
    font-size: 24px;
    display: block;
}

.contacts_title.phone,
.contacts_title.phonecity {
    color: #282835;
    text-decoration: none;
}

.contacts_title.phone:hover,
.contacts_title.phonecity:hover {
    color: #58B031;
}

.map {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.reviews {}

.review {
    background: #fff;
    padding: 40px 40px;
    margin-bottom: 10px;
    border-radius: 4px;
    position: relative;
}

.review:before {
    content: '';
    width: 60px;
    height: 30px;
    background: url(../images/sprite.svg);
    background-position: 0 -270px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 0;
    right: 30px;
    top: 30px;
    opacity: 0.15;
}

.review_autor {
    color: #58B031;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    margin: 0 0 15px;
}

.review_autor:before {
    content: '';
    width: 20px;
    height: 1px;
    background: #58B031;
    position: absolute;
    left: 0px;
    top: 10px;
}

.review_text {
    font-style: italic;
    color: #4A4849;
}

.review .new_date div {
    display: inline;
    margin-right: 5px;
}

.review .new_date {
    margin-bottom: 5px;
}

.add_review {
    margin-top: 60px;
}

.nav.nav-tabs {
    width: auto;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid rgba(125, 125, 133, 0.25);
    padding: 3px;
    margin-bottom: 30px;
}

.nav.nav-tabs li {
    margin: 0px;
}

.nav.nav-tabs li:before {
    display: none;
}

.nav.nav-tabs li a {
    border: 1px solid rgba(255, 255, 255, 0);
    font-style: normal;
    text-decoration: none;
    font-weight: 700;
    padding: 0 20px;
    color: #7D7D85;
    height: 44px;
    line-height: 44px;
}

.nav.nav-tabs li.active a {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 1);
    color: #282835;
}

.price_table {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 40px;
}

.tab-pane .price_table:last-child {
    margin-bottom: 0px;
}



.price_table_top {
    padding: 0px;
}

.price_table_top:after,
.price_table_row:after {
    content: '';
    display: block;
    clear: both;
}

.price_table_top {
    color: #7D7D85;
}

.price_table_row,
.text_page .table td,
.text_page .table th {
    border-top: 1px solid #EDEDED;
    transition: all 0.15s ease-in-out;
    font-size: 15px;
    padding: 15px 30px;
}

.text_page .table td {
    border-top: 1px solid #EDEDED;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.text_page .table th {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.text_page .table td a,
.text_page .table th a {
    text-decoration: none;
    color: #282835;
}

.text_page .table td a:hover,
.text_page .table th a:hover {
    text-decoration: underline;
}

.text_page .table td .btn:hover {
    text-decoration: none;
}

.text_page .table td .btn {
    color: #58B031;
}

.price_table_row:hover {
    background: rgba(247, 247, 247, 0.9);
}

.price_table_top_name,
.price_table_top_price,
.price_table_row_name,
.price_table_row_price,
.price_table_row_btn {
    float: left;
    padding: 15px 30px;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 15px;
}

.price_table_top_name,
.price_table_top_price,
.price_table_row_name,
.price_table_row_price {
    padding-top: 27px;
}

.price_table_row_price {
    font-style: italic;
    color: #7D7D85;
}

.price_table_top_name,
.price_table_row_name {
    width: 50%;
}

.price_table_top_price,
.price_table_row_price {
    width: 30%;
}

.price_table_row_btn {
    width: 20%;
}

.price_table_row_btn .btn {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #fff;
}

.mini_form {
    border-top: 1px solid rgba(125, 125, 133, 0.25);
    border-bottom: 1px solid rgba(125, 125, 133, 0.25);
    padding: 5px 0 25px;
    margin-bottom: 30px;
}

.mini_form input {
    padding-left: 50px;
}

.mini_form .man_text2 {
    margin-top: 15px;
}

.default_tabs {
    margin-bottom: 30px;
}

.default_tabs .nav.nav-tabs {
    margin-bottom: -8px;
    padding: 0px;
    border: none;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
}

.default_tabs .nav.nav-tabs li {
    margin: 0px;
    display: inline-block;
    white-space: nowrap;
    float: none;
}

.default_tabs .nav.nav-tabs li a {
    margin: 0px;
    height: 50px;
    line-height: 48px;
    border-bottom: none;
    color: #58B031;
}

.default_tabs .nav.nav-tabs li.active a {
    border: 1px solid #EDEDED;
    color: #282835;
}

.default_tabs .tab-content {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 0 4px 4px 4px;
    padding: 25px;
    margin-top: 0px;
}

.panel-group,
.panel.panel-default {
    border: none;
    padding: 0px;
}

.panel-body {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 0 4px 4px 4px;
    padding: 25px;
    margin-top: 0px;
}

.panel-default>.panel-heading {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 4px 4px 0px 0px;
}

.panel-default>.panel-heading a {
    text-decoration: none;
    font-weight: 700;
}

.panel-default>.panel-heading a:focus {
    color: #282835;
}















@media screen and (max-height: 420px) {
    .section_main {
        height: 100vh;
        padding-top: 60px;
    }
}


@media screen and (max-width: 1850px) {
    .header {
        width: calc(100% - 30px);
    }

    .section_black,
    .section_news,
    .section_white,
    footer {
        width: 100%;
        border-radius: 0;
    }
}

@media screen and (max-width: 1680px) {
    .top_mails {
        display: none;
    }

    .top_search {
        right: 375px;
    }

    .top_city {
        right: 445px;
    }
}

@media screen and (max-width: 1490px) {
    .logo {
        margin-top: 5px;
    }

    .logo img {
        width: 170px;
    }

    .main_nav {
        left: 200px;
    }

    .main_nav>li {
        margin-right: 15px;
    }

    .bg_draw1_1 {
        right: 0px;
        left: auto;
    }

    .section_main .content {
        padding-top: 15vh;
    }
}

@media screen and (max-width: 1400px) {

    .main_nav,
    .top_city,
    .btn_callback {
        display: none;
    }

    .mob_icon {
        display: block;
    }

    .logo,
    header.scroll .logo {
        margin: 0px;
        top: 15px;
    }

    .logo img {
        width: auto;
    }

    header,
    header.scroll {
        height: 70px;
    }

    .top_search,
    header.scroll .top_search {
        top: 10px;
        right: 120px;
        height: 50px;
        width: 50px;
    }

    .top_search:before {
        background-position: -1.5px -131.5px;
    }

    .top_phones,
    header.scroll .top_phones {
        right: 200px;
        top: 12px;
    }

    .top_mails,
    header.scroll .top_mails {
        right: 370px;
        top: 12px;
        display: block;
    }

    .section_breadcrumbs {
        margin: 100px 0 -80px;
    }

    .section_page {
        margin: 100px 0 60px;
    }
}

@media screen and (max-width: 1310px) {
    .content {
        width: 100%;
        padding: 0 15px;
    }

    .item_bg {
        padding: 120px 30px 30px 30px;
        min-height: 336px;
    }

    .item_bg .row {
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 30px;
    }

    .good {
        min-height: 210px;
        padding-bottom: 0px;
    }

    .btn.btn_all_news {
        right: 15px;
    }
}

@media screen and (max-width: 1220px) {
    .item_bg {
        padding: 100px 30px 30px 30px;
        min-height: 300px;
    }

    .new {
        padding: 30px 25px 120px;
        min-height: auto;
    }

    .man_form_bnts .col-md-6 {
        float: none;
        width: 100%;
    }

    .man_text1 {
        margin: 10px 0 5px;
        text-align: center;
    }

    .man_text2 {
        text-align: center;
    }

    .man_left {
        padding: 100px 15px 0;
    }

    .section_form_man {
        margin-top: 30px;
    }

    .price_table_top_name,
    .price_table_row_name {
        width: 46%;
    }

    .price_table_top_price,
    .price_table_row_price {
        width: 30%;
    }

    .price_table_row_btn {
        width: 24%;
    }

    .mini_form .man_text2 {
        text-align: left;
    }
}

@media screen and (max-width: 1100px) {
    .item_bg {
        padding: 80px 30px 30px 30px;
        min-height: 290px;
    }

    .good {
        min-height: 230px;
    }

    .form_block_text1 {
        margin: 20px 0 10px 0
    }

    .footer_top .btn.btn-default {
        font-size: 14px;
        top: -5px;
        position: relative;
    }

    .footer_top a {
        font-size: 16px;
        top: 3px;
        position: relative;
    }
}

@media screen and (max-width: 1030px) {
    .item_bg {
        padding: 40px 30px 30px 30px;
        min-height: 250px;
    }

    .section_gray,
    .section_black,
    .section_white {
        padding: 50px 0;
    }

    .section_black.section_news_top {
        padding-bottom: 400px;
    }

    .section_items {
        margin-bottom: 30px;
    }

    .portfolio_left {
        padding-right: 15px;
    }

    .portfolio_img {
        padding-top: 80%;
    }
}

@media screen and (max-width: 992px) {
    .items .col-md-4 {
        width: 50%;
        float: left;
    }

    .item_bg {
        padding: 170px 30px 110px 30px;
        min-height: 380px;
    }

    .item_bg .row {
        bottom: 10px;
    }

    .item_bg .row .btn {
        margin-top: 5px;
    }

    .item_img {
        top: -170px;
    }

    .parnters .col-md-3 {
        width: 33.3333%;
        float: left;
    }

    .goods .col-md-3 {
        width: 33.3333%;
        float: left;
    }

    .good {
        min-height: 210px;
    }

    .new,
    .photo_doc {
        margin-top: 30px;
    }

    .news,
    .photo_docs {
        margin-top: -30px;
    }

    .new_title,
    .new_text {
        max-height: none;
    }

    .sticky_left,
    .sticky_right {
        float: none;
        width: 100%;
        position: static;
        display: block;
    }

    .sticky_grid {
        display: block;
        width: auto;
    }

    .sticky_right {
        margin-top: 40px;
    }

    .footer_top {
        padding: 20px 0 40px;
    }

    .footer_top .col-md-3,
    .footer_top .col-md-2 {
        float: left;
        width: 50%;
        margin-top: 20px;
    }

    .footer_top .col-md-2:last-child {
        width: 100%;
    }

    .footer_top .btn.btn-default,
    .footer_top a {
        font-size: 18px;
        top: auto;
    }

    .footer_bottom .col-md-6 {
        float: left;
        width: 50%;
    }

    .footer_top,
    .footer_middle,
    .footer_bottom {
        text-align: center;
    }

    .photo_docs .col-md-3 {
        width: 33.333%;
        float: left;
    }

    .section_form_man {
        margin: 0px 0 40px;
    }

    .man_left {
        padding: 0px 15px;
    }

    .man_img {
        display: none;
    }

    .docs_profile {
        margin-bottom: 30px;
    }

    .item_docs .col-md-3 .col-md-12,
    .item_docs .col-md-9 .col-md-4 {
        width: 33.3333%;
        float: left;
    }

    .item_top .col-md-6 {
        width: 50%;
        float: left;
    }

    .item_top .col-md-6 .col-md-2 {
        width: 20%;
        float: left;
    }

    .item_top .col-md-6 .col-md-10 {
        width: 80%;
        float: left;
    }

    .item_buy_block .item_price {
        width: 55%
    }

    .item_buy_block button {
        width: 45%;
        margin: 0px;
    }

    .sticky_left.text_page {
        padding-right: 15px;
    }

    .view_scroll {
        display: block;
    }

    .item_buy_block {
        padding: 10px 0;
    }

    .photo_doc_text .col-md-6,
    .services .col-md-6,
    .contacts_links .col-md-6 {
        width: 50%;
        float: left;
    }

    .service_title {
        font-size: 18px;
    }

    .portfolio_title {
        font-size: 20px;
    }

    .mini_form .col-md-4 {
        width: 33.3333%;
        float: left;
    }

    .photo_doc_text .col-md-3 {
        width: 50%;
        float: left;
    }

    .scroll_down {
        bottom: 20px;
    }

    ul.item-service-list>li {
        width: 50%;
    }

    .topButton {
        font-size: 100% !important;
    }
}

@media screen and (max-width: 900px) {
    .item_bg {
        padding: 140px 30px 110px 30px;
        min-height: 380px;
    }

    .item_img {
        top: -170px;
    }

    .content h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 840px) {
    .top_mails {
        display: none !important;
    }

    .section_main h1 {
        font-size: 40px;
    }

    .scroll_down {
        bottom: 40px;
    }

    .item_bg {
        padding: 110px 30px 110px 30px;
        min-height: 370px;
    }

    .goods .col-md-3 {
        width: 50%;
    }

    .good {
        min-height: 190px;
    }

    .btn.btn_all_news {
        display: none;
    }

    ul.item-service-list>li {
        width: 100%;
    }

    .item.item-service {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .item.item-service .item_bg {
        padding: 20px;
        min-height: 350px;
    }
}

@media screen and (max-width: 768px) {
    .modal-dialog {
        width: calc(100% - 30px);
        margin: 10px auto;
    }

    .modal-dialog.modal-sm {
        width: 400px;
    }

    .item_bg {
        padding: 65px 30px 110px 30px;
        min-height: 330px;
    }

    .item_docs .col-md-3 .col-md-12,
    .item_docs .col-md-9 .col-md-4 {
        width: 50%;
    }

    .item_top .col-md-6,
    .item_top .col-md-6 .col-md-2,
    .item_top .col-md-6 .col-md-10 {
        width: 100%;
        float: none;
    }

    .item_buy_block .item_price,
    .item_buy_block button {
        width: 50%
    }

    .previews_item a {
        width: 15%;
        padding-top: 15%;
        display: inline-block;
        margin: 0 5px 0 0;
    }

    .previews_item a:last-child {
        margin-right: 0px;
    }

    .previews_item {
        width: 100%;
        overflow: auto;
        margin: 10px 0 0px;
    }

    .item_buy_block .item_price {
        font-size: 20px;
    }

    .services .col-md-6 {
        width: 100%;
        float: none;
    }

    .portfolio_title {
        font-size: 18px;
    }

    .portfolio_img {
        padding-top: 90%;
    }
}

@media screen and (max-width: 620px) {
    .top_phones {
        display: none;
    }

    .top_search_form form {
        width: auto;
        left: 15px;
        right: 15px;
        top: 120px;
    }

    .top_search_input {
        text-align: center;
    }

    .section_main .content {
        padding-top: 150px;
    }

    .section_main h1 {
        margin-bottom: 20px;
    }

    .item_bg {
        padding: 90px 30px 90px 30px;
        min-height: 350px;
    }

    .item_img {
        top: -110px;
    }

    .item {
        margin-top: 150px;
    }

    .bg_draw1_2,
    .bg_draw2_2,
    .bg_draw1_4,
    .bg_draw2_3 {
        width: 100%;
        left: 0px;
        right: 0px;
    }

    .good {
        min-height: 210px;
    }

    .section_black.section_news_top {
        padding-bottom: 360px;
    }

    .photo_docs .col-md-3 {
        width: 50%;
        float: left;
    }

    .portfolio_left,
    .portfolio_right {
        width: 100%;
        display: block;
        padding: 0px;
    }

    .portfolio_work {
        margin-right: 0px;
        margin-left: 0px;
        padding-top: 25px;
    }

    .portfolio_left {
        margin-bottom: 30px;
    }

    .portfolio_img {
        padding-top: 50%;
    }

    .contacts_links .col-md-6 {
        width: 100%;
        float: none;
    }

    .mini_form .col-md-4 {
        width: 100%;
        float: none;
    }

    .mini_form .man_text2 {
        text-align: center;
    }

    .content h2 {
        font-size: 32px;
    }
}

@media screen and (max-width: 570px) {
    .section_main .btn {
        width: 100%;
        margin: 20px 0 0;
    }

    .section_main .content {
        padding-top: 120px;
    }

    .section_main h1 {
        font-size: 36px;
    }

    .item_bg {
        padding: 60px 30px 90px 30px;
        min-height: 300px;
    }

    .items .col-md-4 {
        float: none;
        width: 100%;
    }

    .item_bg {
        padding: 200px 30px 90px 30px;
        min-height: auto;
    }

    .item_img {
        top: -220px;
    }

    .item {
        margin-top: 240px;
    }

    .items {
        margin-top: -50px;
    }

    .goods .col-md-3 {
        width: 100%;
        float: none;
    }

    .good,
    .good_text {
        min-height: auto;
    }

    .good {
        padding-bottom: 30px;
    }

    .parnters .col-md-3 {
        width: 50%;
        float: left;
    }

    .photo_doc_text .col-md-6 {
        width: 100%;
        float: none;
    }

    .share_block {
        padding: 25px 15px;
    }

    .share_block i {
        display: block;
        text-align: center;
        top: auto;
    }

    .share_block .ya-share2 {
        text-align: center;
        width: 100%;
    }

    .share_block .ya-share2 li {
        margin: 10px 5px 0;
    }

    .share_block .ya-share2 li .ya-share2__badge {
        width: 45px;
        height: 45px;
        line-height: 43px;
    }

    .price_table_top {
        display: none;
    }

    .price_table_row_name {
        width: 100%;
        float: none;
        padding: 20px 20px 0;
    }

    .price_table_row_price {
        width: 55%;
        padding: 25px 20px 0px 20px;
    }

    .price_table_row_btn {
        width: 45%;
        padding: 15px 20px;
    }
}

@media screen and (max-width: 540px) {

    .footer_top .col-md-3,
    .footer_top .col-md-2 {
        float: none;
        width: 100%;
        text-align: center;
    }

    .footer_middle {
        text-align: center;
        padding: 40px 0 30px;
    }

    .footer_ul_title {
        margin: 35px 0 7px;
    }

    .footer_bottom {
        padding: 30px 0 40px;
    }

    .footer_bottom .col-md-6 {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .social_ul li {
        margin: 0 5px 0;
    }

    .section_page {
        margin: 100px 0 40px;
    }

    .pagination {
        margin-top: 30px;
    }

    .left_input,
    .right_input {
        float: none;
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }

    .contacts_title {
        font-size: 22px;
        line-height: 1.2;
    }

    .review {
        padding: 30px;
    }
}

@media screen and (max-width: 520px) {
    .item_bg {
        padding-top: 150px;
    }

    h2.main_title,
    h1.main_title,
    h3.main_title {
        font-size: 36px;
    }

    h2.main_title:before,
    h1.main_title:before,
    h3.main_title:before {
        left: 26px;
        top: -8px;
    }

    h3 {
        font-size: 30px;
    }

    .content h2 {
        font-size: 24px;
    }

    .content h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 470px) {
    .top_search_btn {
        position: static;
        right: auto;
        top: auto;
        width: 100%;
        margin-top: 15px;
    }

    .top_search_input {
        width: 100%;
    }

    .search_title {
        text-align: center;
        right: 0px;
    }

    .top_search_form .close,
    .mobile_menu .close {
        top: 5px;
        right: 15px;
    }

    .mobile_menu_title {
        padding: 10px 0px 15px;
        font-size: 28px;
    }

    .mobile_menu {
        padding: 0 15px;
    }

    .item_bg {
        padding-top: 110px;
    }

    .item_descript {
        height: auto;
        margin-bottom: 45px;
    }

    .add_review {
        margin-top: 30px;
    }
}

@media screen and (max-width: 450px) {
    .logo {
        margin-top: 5px;
    }

    .logo img {
        width: 170px;
    }

    .modal-dialog.modal-sm {
        width: calc(100% - 30px);
    }

    .location li {
        width: 100%;
        float: none;
    }

    .item_buy_block .item_price {
        width: 55%;
    }

    .item_buy_block button {
        width: 45%;
    }

    .service {
        padding-top: 65%;
    }

    .default_tabs .nav.nav-tabs li a {
        font-size: 15px;
        padding: 0 15px;
    }
}

@media screen and (max-width: 420px) {
    .item_img {
        top: -150px;
    }

    .item {
        margin-top: 150px;
    }

    .item_bg {
        padding-top: 130px;
    }

    .items {
        margin-top: -20px;
    }

    .section_gray,
    .section_black,
    .section_white {
        padding: 40px 0;
    }

    .item_docs .col-md-3 .col-md-12,
    .item_docs .col-md-9 .col-md-4 {
        width: 100%;
        float: none;
    }

    .photo_doc_text .col-md-3 {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 390px) {
    .logo {
        margin-top: 3px;
    }

    .logo img {
        width: 160px;
    }

    header,
    header.scroll {
        height: 60px;
    }

    .mob_icon {
        width: 40px;
        height: 40px;
    }

    .mob_phone {
        right: 65px;
    }

    .top_search,
    header.scroll .top_search {
        right: 100px;
        height: 40px;
        width: 40px;
    }

    .top_search:before {
        background-position: -6px -136px;
        transform: scale(0.9);
        left: 0px;
        top: 0px;
    }

    .mob_phone:before {
        background-position: -41px -62px;
        transform: scale(0.8);
        left: -1px;
        top: 0px;
    }

    .mob_menu:before {
        background-position: -121px -62px;
        transform: scale(0.8);
        left: 0px;
        top: 0px;
    }

    .section_main .content {
        padding-top: 90px;
    }

    .section_main h1 {
        font-size: 34px;
    }

    .item_bg {
        padding-top: 120px;
    }

    .form_block {
        padding: 40px 25px;
    }

    .section_breadcrumbs {
        margin: 80px 0 -60px;
    }

    .section_page {
        margin: 80px 0 40px;
    }

    h2.main_title,
    h1.main_title,
    h3.main_title {
        font-size: 32px;
    }

    h2.main_title:before,
    h1.main_title:before,
    h3.main_title:before {
        left: 23px;
        top: -8px;
    }
}

@media screen and (max-width: 370px) {
    .item_bg {
        padding: 100px 20px 85px 20px;
    }
}

@media screen and (max-width: 350px) {
    .logo {
        margin-top: 2px;
    }

    .logo img {
        width: 140px;
    }

    .modal_bottom_1,
    .modal_bottom_2 {
        margin-left: -15px;
        margin-right: -15px;
        font-size: 13px;
    }

    .section_main {
        height: 100vh;
        padding-top: 40px;
        margin-top: 0;
    }

    .section_main h1 {
        font-size: 30px;
    }

    .item_bg {
        padding-top: 80px;
    }

    .form_block {
        padding: 30px 15px;
    }

    .photo_docs .col-md-3 {
        width: 100%;
        float: none;
    }

    h2.main_title,
    h1.main_title {
        font-size: 30px;
    }

    h2.main_title:before,
    h1.main_title:before {
        left: 20px;
        top: -9px;
    }

    .btn.btn_pdf {
        padding: 0 13px 0 38px;
        font-size: 15px;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .btn.btn_pdf:before {
        left: 8px;
    }

    .service {
        padding-top: 75%;
    }
}

@media screen and (max-width: 330px) {
    .item_img {
        top: -120px;
    }

    .item {
        margin-top: 120px;
    }

    .item_bg {
        padding-top: 90px;
    }

    h2.main_title,
    h1.main_title {
        font-size: 28px;
    }

    .item_buy_block .item_price {
        font-size: 18px;
    }
}

.team-block {}

.team-block .wrap-block {
    padding: 15px;
    background: #fff
}

.team-block .info-block {
    margin-bottom: 30px;
}

.team-block .info-block p {
    margin-top: 5px;
    margin-bottom: 0;
    text-align: center;
}

.topButton {
    position: fixed;
    bottom: 30px;
    right: 30px;
    opacity: 0.5;
    display: block;
    width: 30px;
    height: 30px;
    border: 4px solid #58B031;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    padding: 0 0;
    text-decoration: none;
    z-index: 1000;
    font-size: 200%;
}

.topButton:active {
    text-decoration: none;
}

/* OWL CAROUSEL */
.owl-dots {
    text-align: center;
}

.owl-dots .owl-dot {
    display: inline-block;
    margin: 0 3px;
    width: 14px;
    height: 14px;
    background: none;
    border: 2px solid #58B031;
    border-radius: 7px;
}

.owl-dots .owl-dot.active {
    background: #58B031;
}

.owl-nav {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    margin-top: -30px;
    color: #333;
    text-align: center;
    background: rgba(255, 255, 255, 0.3);
}

.owl-nav .owl-prev:before,
.owl-nav .owl-next:before {
    display: block;
    content: "";
    width: 10px;
    height: 16px;
    background-image: url('../images/slider-arrows.png');
    background-position: 0 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    margin-left: -5px;
}

.owl-nav .owl-next:before {
    background-position: -10px 0;
}

.owl-nav .owl-prev {
    left: 0;
}

.owl-nav .owl-next {
    right: 0;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

/* .grecaptcha-badge { opacity: 0; } */
.grecaptcha-badge {
    visibility: hidden;
}

#msGallery {
    max-width: 380px;
    margin: 0 auto;
}

.item_descript.price2 {
    height: auto;
    font-size: 18px;
    font-weight: 700;
    color: #58B031;
}

@media screen and (max-width: 991px) {
    .content img {
        float: none !importnat;
    }
}

.item .item_prev {
    min-height: 150px;
}

.portfolio-next {
    margin-top: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.portfolio-next .go-all {
    margin-right: 15px;
}

.portfolio-next .next-div {
    margin-left: 15px;
}

.portfolio-next .btn {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}

.section_portfolio_steps {
    padding-bottom: 100px;
    margin-top: 70px;
}

.section_portfolio_steps .good {
    min-height: 290px;
}

@media screen and (max-width: 1030px) {
    .section_portfolio_steps {
        padding-bottom: 50px !important;
    }
}