/*
Theme Name: BLACK PRINT
Theme URI: 
Author: IT4U
Author URI: 
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@font-face {
font-family: Roboto; /* Имя шрифта */
src: url(fonts/roboto/Roboto-Medium.ttf); /* Путь к файлу со шрифтом */
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #e9edf0!important;
}

.wrap_about {
    display: flex;
    justify-content: space-between;
}

.test_a {
 display: block;
}

.servise_top {
	margin: 40px 0px;
}

.embed-container { 
    position: relative; 
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

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



.a_main {
    display: block;
}

#main_404 {
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.slider_sert img {
    width: 100%;
    height: auto;
}

.home_top_section {
    background-image: url(../Print/images/homefone_1.png);
    background-size: cover!important;
    background-position: center!important;
    /*min-height: 900px;*/
}

.wrap_title_descr {
    padding: 200px 0;
    /*background: rgba(0, 0, 0, 0.6);*/
}

.wrap_title_descr h1 {
    color: #000105;
    /*color: #fff;*/
    font-family: Montserrat;
    font-size: 42px;
    font-weight: 300;
    line-height: 60px;
    margin-bottom: 50px;
    padding: 10px;
}

.wrap_title_descr p {
    /* color: #686b78;*/
    color: #fff;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 50px;
    padding: 10px;
}

.button_link a {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #3285d3;
    padding: 10px 50px;
    display: inline-block;
    transition: all 0.3s ease;
    border: 1px solid #3285d3;
}

.button_link a:hover {
    background-color: #fff;
    color: #3285d3;
    text-decoration: none;
    border: 1px solid #3285d3;
}

/*.service_item {
    height: 370px;
    width: auto;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
    transition: all 0.2s ease;
}*/

.service_item {
    height: 370px;
    width: 100%;
    background-size: contain;
    background-position: center;
    text-align: center;
    position: relative;
    transition: all 0.2s ease;
    background-repeat: no-repeat;
}

.service_item:hover .title_serv_local{
    top: 45%;
    background-color: inherit;
    z-index: 2;
    color: #fff;
}

.service_item:hover.service_item:before {
    content:"";
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 15px;
    right: 15px;
}

.title_spec {
    text-align: center;
    width: 100%;
}

.title_spec h1 {
    color: #000105;
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 300;
    padding: 70px 0 40px 0;
}

.title_spec h2 {
    color: #000105;
    font-family: Montserrat;
    font-size: 34px;
    font-weight: 300;
    padding: 70px 0 40px 0;
}

/*.title_serv_local {
    color: #000105;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 20px;
    background-color: #fff;
    display: inline-block;
    position: relative;
    top: 93%;
    opacity: 1;
    transition: all 0.2s ease;
}*/

.title_serv_local {
    color: #000105;
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 20px;
    background-color: #fff;
    display: inline-block;
    position: relative;
    top: 93%;
    opacity: 1;
    transition: all 0.2s ease;
    width: 100%;
    text-align: center;
}

.service-link {
    display: block;
}

.service-link:hover {
    text-decoration: none;
}

.service_all_link {
    width: 100%;
    text-align: center;
    margin-top: 130px;
}

.service_all_progect {
    margin-top: 70px;
}

.service_all_link a {
    color: #686b78;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    line-height: 48px;
    text-transform: uppercase;
    transition: color 0.2s ease;
}

.service_all_link a:hover {
    color: #000;
    text-decoration: none;
}

.wrap_slider_progect {
    overflow: hidden;
    position: relative;
}

.wrap_slider_progect a:hover {
    text-decoration: none;
}

.absolute_slider_wrap {
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 15px;
    bottom: -190px;
    transition: all 0.3s ease;
}

.back_slider_progect:hover .absolute_slider_wrap {
    bottom: 0px;
}

.back_slider_progect {
    width: 100%;
    height: 540px;
    background-position: center!important;
    background-size: cover!important;
    margin: 0 15px;
}

.abs_inv {
    height: 430px;
    width: 100%;
    position: absolute;
    top: -430px;
    background: #000;
    opacity: 0;

}

.title_slider_progect {
    text-align: center;
    width: 100%;
    padding-top: 20px;
    color: #000105;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 300;
    line-height: 60px;
}

.text_slider_progect {
    text-align: center;
    padding: 10px 30px;
    color: #686b78;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.detail a {
    color: #3285d3;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    line-height: 48px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.detail {
    text-align: center;
}

.detail a:hover {
    color: #000;
    text-decoration: none;
}

.slider_progect .slick-dots li {
    width: 55px;
    height: 1px;
    background-color: #979aa7;
}

.slider_progect .slick-dots .slick-active {
    height: 1px!important;
    background-color: #3285d3!important;
}

.slider_progect .slick-dots li button:before {
    content: '';
}

.slider_progect .slick-dots {
    bottom: -50px;
}

.slider_progect .slick-next:before {
    content: '\203A';
    color: #fff;
    line-height: 0;
    font-size: 30px; 
}

.slider_progect .slick-prev:before {
    content: '\2039';
    color: #fff;
    line-height: 0;
    font-size: 30px; 
}

.slider_progect .slick-prev, .slider_progect .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 35px;
    height: 100px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-color: #000105;
    opacity: 0.5;
}

.slider_progect .slick-next {
    right: 0px;
}

.slider_progect .slick-next:hover, .slider_progect .slick-next:focus {
    opacity: 0.8;
    background-color: #000105;
}

.slider_progect .slick-prev {
    left: 15px;
    z-index: 2;
}

.slider_progect .slick-prev:hover, .slider_progect .slick-prev:focus {
    opacity: 0.8;
    background-color: #000105;
}

.title_slider_sert {
    color: #000105;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    /*line-height: 60px;*/
}

.text_slider_sert {
    color: #686b78;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}

.fio_slider_sert {
    color: #3285d3;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
}

.slider_sert .slick-dots li {
    width: 55px;
    height: 1px;
    background-color: #979aa7;
}

.slider_sert .slick-dots .slick-active {
    height: 1px!important;
    background-color: #3285d3!important;
}

.slider_sert .slick-dots li button:before {
    content: '';
}

.slider_sert .slick-dots {
    bottom: -50px;
}

.slider_sert .slick-next:before {
    content: '\203A';
    color: #fff;
    line-height: 0;
    font-size: 30px; 
}

.slider_sert .slick-prev:before {
    content: '\2039';
    color: #fff;
    line-height: 0;
    font-size: 30px; 
}

.slider_sert .slick-prev, .slider_sert .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-color: #000105;
    opacity: 0.5;
}

.slider_sert .slick-next {
    right: 15px;
}

.slider_sert .slick-next:hover, .slider_sert .slick-next:focus {
    opacity: 0.8;
    background-color: #000105;
}

.slider_sert .slick-prev {
    left: 25px;
    z-index: 2;
}

.slider_sert .slick-prev:hover, .slider_sert .slick-prev:focus {
    opacity: 0.8;
    background-color: #000105;
}

.form_main_page {
    background-image: url(../Print/images/ladylap_2.png);
    background-size: cover;
    background-position: center;
    min-height: 500px;
    margin-top: 70px;
}

.form_child_page {
    background-image: url(../Print/images/ladylap.png);
    background-size: cover;
    background-position: center;
    min-height: 500px;
}

.slider_belive img {
    width: 100%;
    height: auto;
    padding: 0 15px;
}

.slider_belive .slick-next:before {
    content: '\203A';
    color: #fff;
    line-height: 0;
    font-size: 30px; 
}

.slider_belive .slick-prev:before {
    content: '\2039';
    color: #fff;
    line-height: 0;
    font-size: 30px; 
}

.slider_belive .slick-prev, .slider_belive .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-color: #000105;
    opacity: 0.5;
}

.slider_belive .slick-next {
    right: 15px;
}

.slider_belive .slick-prev {
    left: 15px;
    z-index: 2;
}

.slider_belive .slick-next:hover, .slider_belive .slick-next:focus {
    opacity: 0.8;
    background-color: #000105;
}

.slider_belive .slick-prev:hover, .slider_belive .slick-prev:focus {
    opacity: 0.8;
    background-color: #000105;
}

.slider_belive {
    margin-bottom: 70px;
}

.section_top_services {
   background-color: #c0c8d0;
   min-height: 400px;
   margin-bottom: 30px;
}

.wrap_services_title {
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap_services_title h1{
    color: #000105;
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 300;
    line-height: 60px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
}

.wrap_image_services {
    margin: 15px 0;
}

.wrap_image_services img{
    width: 100%;
    height: auto;
}

.img_cat {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.uslugi .cat_0 {
    background-image: url(../Print/images/cat-1.png);
    background-size: cover!important;
    background-position: center!important;
    min-height: 580px;
    margin-bottom: 50px;
}

.cat_0 {
    background-image: url(../Print/images/cat-1.png);
    background-size: cover!important;
    background-position: center!important;
    min-height: 400px;
    margin-bottom: 50px;
}

.cat_1 {
    background-image: url(../Print/images/cat-2.png);
    background-size: cover;
    background-position: center;
    min-height: 400px;
    margin-bottom: 50px;
}

.cat_2 {
    background-image: url(../Print/images/cat-3.png);
    background-size: cover;
    background-position: center;
    min-height: 400px;
    margin-bottom: 50px;
}

.uslugi .wrap_child_cat {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 50px;
}

.wrap_child_cat {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.wrap_child_cat ul {
    /*columns: 3;*/
    margin: 0;
    padding: 0;
    margin-top: -10px;
}

.wrap_child_cat ul li {
    padding-bottom: 5px;
    list-style: none;
    /*margin-right: 50px;*/
}

.wrap_child_cat ul li a {
    color: #000105;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
}

.wrap_child_cat ul li a:hover {
    color: #3285d3;
    text-decoration: none;
}

.wrap_content_back {
    background-image: url(../Print/images/cont_back.png);
    background-size: cover!important;
    background-position: center;
    padding: 10px 20px;
    margin-bottom: 70px;
    margin-top: 40px;
}

.wrap_content_back_portfolio {
    background-image: url(../Print/images/cont_back_1.png)!important;
}

.wrap_content_back_arx-port {
    background-image: url(../Print/images/cont_back_2.png)!important;
}

.wrap_content_single {
    margin-top: 40px;
}

.wrap_content_back p, .wrap_content_single p {
    color: #686b78;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}

.wrap_content_back h2 {
    color: #000105;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 300;
    line-height: 60px;
}

.wrap_content_single h2 {
    color: #000105;
    font-family: Montserrat;
    font-size: 34px;
    font-weight: 300;
    line-height: 60px;
}

.wrap_content_single .table {
    margin: 0 auto;
    width: 50%;
    margin-bottom: 20px;
    text-align: center;
}

.wrap_content_single .table th {
    color: #fff;
    font-family: Montserrat;
}

.wrap_content_single .table td {
    background: #fff;
}

.wrap_content_single .table td:hover {
    background: #f3f4f5;
}

.wrap_flex {
    display: flex;
    align-items: center;
}

.wrap_flex:nth-child(2n) {
    flex-direction: row-reverse;
}

.flex_test {
    min-height: 400px;
    min-width: 300px;
}

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

.flex_test_2 {
    margin: 0 20px;
    color: #686b78;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}

.flex_test_2 h2 {
    color: #000105;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 300;
    line-height: 60px;
}

.margin_bottom_40 {
    margin-bottom: 40px;
}

.class_next_title {
    display: inline-block;
}

.img_next {
    width: 100%;
    height: 255px;
}

.img_next img {
    width: 100%;
    height: auto;
}

.wrap_down_link {
    background: #fff;
    text-align: center;
}

.wrap_down_link a {
    color: #000105;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 300;
    line-height: 60px;
    padding: 10px 0;
}

.wrap_down_link a:hover {
    color: #777;
    text-decoration: none;
}

.class_next {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.class_next a {
    color: #000105;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    line-height: 48px;
    text-transform: uppercase;
}

.class_next a:hover {
    color: #777;
    text-decoration: none;
}

.text-align-right {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.section_prev_next {
    margin-top: 70px;
}

.top_menu_section {
    background: #000;
    min-height: 40px;
}

.main-navigation {
    display: flex;
    height: 100%;
    align-items: center;
    padding-top: 10px;
}

.main-navigation ul li {
    display: inline-block;
    margin-right: 12px;

}

.main-navigation ul li a{
    color: #000105;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.main-navigation ul li a:hover {
    color: #3285d3;
    text-decoration: none;
}

.wrap_email {
    height: 100%;
    display: flex;
    align-items: center;
}

.wrap_email a {
    color: #000105;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
}

.wrap_email a:hover {
    color: #3285d3;
    text-decoration: none;
}

.wrap_tel {
    height: 100%;
    display: flex;
    align-items: center;
}

.wrap_tel a {
    color: #000105;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 5px;
}

.wrap_tel a:hover {
    color: #3285d3;
    text-decoration: none;
}

.form_name {
    color: #000105;
    font-family: Montserrat;
    font-size: 34px;
    font-weight: 300;
    line-height: 60px;
    margin: 90px 0px 30px -50px;
}

.form_name_content {
    color: #000105;
    font-family: Montserrat;
    font-size: 34px;
    font-weight: 300;
    line-height: 60px;
    text-align: center;
}

.form_name_achive {
    color: #000105;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 300;
    line-height: 60px;
    margin: 30px 0px 30px 0px;
}

.wrap_form {
    /*margin-left: -80px;*/
    padding: 30% 0;
}

.wrap_form_archive input {
    background-color: inherit;
    border: none;
    border-bottom: 1px solid #000;
    padding: 10px 0px;
    outline: none;
    color: #000;
    width: 85%;
    cursor: pointer;
    margin-left: 30px;
}

.wrap_form input {
    background-color: inherit;
    border: none;
    border-bottom: 1px solid #000;
    padding: 10px 20px;
    outline: none;
    color: #000;
    width: 50%;
    cursor: pointer;
    margin-left: 30px;
}

.wrap_form_content input {
    background-color: inherit;
    border: none;
    border-bottom: 1px solid #000;
    padding: 10px 20px;
    outline: none;
    color: #000;
    width: 100%;
    cursor: pointer;
    margin-left: 30px;
}

.submit_form {
    height: 50px;
    background-color: #3285d3!important;
    border: none!important;
    color: #fff!important;
    padding-top: 10px;
    margin-left: 20px;
    line-height: 25px;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 30px;
    transition: all 0.2s ease;
}

.submit_form:hover {
     background-color: #fff!important;
     color: #000!important;
} 

.fio {
    color: #000105;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    padding-top: 15px;
}

.fio_archive {
    color: #000105;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    padding-top: 15px;
    min-width: 190px;
}

.wrap_img_oper img {
    max-width: 160px;
    height: auto;
    object-fit: cover;
}

.wrap_img_oper_two img {
    max-width: 160px;
    height: auto;
    object-fit: cover;
}

.wrap_img_oper_two {
    display: none;
    text-align: center;
}

.dolg {
    padding-left: 20px;
    color: #3285d3;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
}

.dolg_archive {
    padding-left: 10px;
    color: #3285d3;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
    min-width: 190px;
}

.back_col {
    background: #e1e8ef;
    height: 100%;
    padding: 0 20px;
}

.no-padding {
    padding-left: 0!important;
    padding-right: 0!important;
}

.wrap_left_block {
    margin-left: 20px;
}

.main_menu_section {
    background: #fff;
}

.wrap_reviews img {
    width: 100%;
    height: auto;
}

.wrap_reviews_local {
    margin: 50px 0;
    border-bottom: 1px solid #d8dde2;
    padding-bottom: 50px;
}

/*--accordeon--*/

.wrap_travel {
    background: #000;
}

.acc-head {
    padding: 15px 25px;
    background: #fff;
    cursor: pointer;
    font-family: Verdana;
    margin-top: 10px;
    position: relative;
    color: #000105;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}


.acc-body {
    display: none;
}

.wrap_akkord_content {
    color: #686b78;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    background: #fff;
    padding: 15px 20px;
    margin-top: 10px;
}

.yellow {

}

.title_region_icon {
    background: url(../Print/images//i_down.png) center no-repeat;
    height: 35px;
    width: 35px;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 7px;
}

.title_region_icon_up {
    background: url(../Print/images/i_up.png) center no-repeat;
    height: 35px;
    width: 35px;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 7px;
}

/*--accordeon end---*/

.wrap_contact_content {
    text-align: center;
}

.wrap_contact_content span{
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    color: #686b78;
}

.wrap_contact_content p {
    color: #000105;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
}

.wrap_contact_content a {
    color: #000105;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
}

.wrap_contact_content a:hover {
    text-decoration: none;
}

.section_contacts {
    margin-top: 20px;
}

.wrap_contact_serv_img {
    width: 100%;
    height: 330px;
}

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

.wrap_serv {
    text-align: center;
    background: #fff;
    min-height: 330px;
    padding-top: 40px;
}

.wrap_serv p {
    margin-bottom: 5px;
}

.title_serv {
    color: #000105;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 20px;
}

.title_name {
    color: #000105;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
}

.wrap_serv a {
    color: #3285d3;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
}

.wrap_serv a:hover {
    text-decoration: none;
    color: #000;
}

.section_serv_teh {
    margin-top: 50px;
}

.wrap_map_cor {
    background: #fff;
    text-align: center;
    margin-top: 120px;
}

.wrap_map_cor span {
    color: #686b78;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 600;
    line-height: 34px;
    text-transform: uppercase;
    padding: 20px 0;
}

.wrap_map_cor p {
    margin-bottom: 0px;
    color: #000;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 600;
    line-height: 34px;
    text-transform: uppercase;
    padding: 20px 0;
}

.map-responsive {
    overflow: hidden;
    position: relative;
    height: 400px;
    width: 100%;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.wrap_footer-1_title {
    color: #000105;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
}

.footer-1-navigation ul {
    padding: 0;
}

.footer-1-navigation ul li {
    list-style: none;
}

.footer-1-navigation ul li a{
    color: #686b78;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
}

footer {
    border-top: 2px solid #d8dde2;
    padding-top: 60px;
}

.main-navigation-f {
    display: flex;
    height: 100%;
    align-items: center;
    padding-top: 10px;
}

.main-navigation-f ul {
    padding-left: 0;
}

.main-navigation-f ul li {
    display: inline-block;
    margin-left: 20px;
}

.main-navigation-f ul li:first-child {
    margin-left: 0;
}

.main-navigation-f ul li a{
    color: #fff;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.main-navigation-f ul li a:hover {
    color: #3285d3;
    text-decoration: none;
}

.upperfooter {
    background: #000;
    padding: 10px 0;
    margin-top: 40px;
}

.copyright {
    color: #979aa7;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    padding-top: 14px;
}

.madeIn {
    color: #979aa7;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    padding-top: 14px;
}

.madeIn a {
    color: #fff;
}

.madeIn a:hover {
    color: #777;
    text-decoration: none;
}

.footer-1-navigation ul li p span {
    color: #686b78;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
}

.footer-1-navigation ul li p {
    color: #000;
    margin-bottom: 0;
    white-space: nowrap;
}

.footer-1-navigation ul li p a {
    color: #000;
}

.footer-1-navigation ul li p a:hover {
    color: #777;
    text-decoration: none;
}

.wrap_foot_icon {
    margin-top: 20px;
}

.wrap_foot_icon:hover {
   opacity: 0.8;
}

.breadcrumbs {
    margin-top: 5px;
}

.breadcrumbs span {
    color: #686b78;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
}

.breadcrumbs a:hover {
    text-decoration: none;
    color: #007bff;
}

.wrap_navi {
    text-align: center;
    margin: 40px auto 40px auto;
}

.wrap_navi .next, .wrap_navi .prev {
    color: #3285d3;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.wrap_navi .page-numbers {
    margin-left: 20px;
}

.wrap_navi .current {
    color: #fff!important;
    font-weight: 400;
    width: 30px;
    height: 30px;
    background-color: #3285d3;
    display: inline-block;
    line-height: 30px;
}

.about-navigation {
    background: #fff;
    padding: 50px 30px;
}

.about-navigation ul {
    padding-left: 0;
}

.about-navigation ul li{
    list-style-type: none;
    border-bottom: 1px solid #e9edf0;
    padding: 15px 5px;
}

.about-navigation ul li a {
    color: #000105;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.about-navigation ul li a:hover {
    color: #3285d3;
    text-decoration: none;
}

.wrap_rep_about {

}

.wrap_rep_about h2 {
    color: #000105;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 20px;
}

.wrap_rep_about p {
    color: #686b78;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}

.about_img {
    /*margin: 45px 0;*/
}

.about_img img {
    width: 280px;
    height: auto;
}

.upheader {
    text-align: center;
}

.upheader ul {
    padding: 0;
    margin: 0;
}

.upheader ul li {
    display: inline-block;
    margin-left: 20px;
}

.upheader ul li a {
    color: #9699a6;
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 500;
    line-height: 48px;
    text-transform: uppercase;
}

.upheader ul li a:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.current-menu-item a{
    color: #3285d3!important;
}

.wrap_mobile_menu {
    position: absolute;
    top: -600px;
    left: 0;
    right: 0;
    z-index: 2;
    background: #fff;
    text-align: center;
    padding-top: 40px;
    transition: all 0.3s ease;
    
}

.wrap_mobile_menu ul {
    padding-left: 0;
}

.wrap_mobile_menu ul li {
    list-style: none;
    margin-bottom: 10px;
}

.wrap_mobile_menu a {
    color: #000105;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}

.wrap_mobile_menu .two_menu a {
    font-weight: 400;
}

.line {
    border-top: 1px solid #e0e0e0;
    margin: 20px;
    padding-top: 20px;
}

.line_bottom {
    border-bottom: 1px solid #e0e0e0;
    margin: 10px;
    padding-bottom: 20px;
}

.wrap_mobile_menu .wrap_tel {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: end;
}

.wrap_mobile_menu .wrap_email {
    display: flex;
    justify-content: center;
    align-items: end;
    margin-bottom: 20px;
}

.wrap_email a {
    font-weight: 400;
}

.wrap_mobile_menu .main-navigation_mobile {
    position: relative;
}

.icon_close {
    position: absolute;
    right: 10px;
    top: 0px;
    background: url(../Print/images/close_i.png) center no-repeat;
    height: 35px;
    width: 35px;
    background-size: cover;
}

.wrap_services_title h1 {

}

.top_port {
	margin-bottom: 50px;
}

.form_content {
    display: flex;
    width: 100%;
    flex-wrap: wrap;

}

.form_content span {
      /*flex: 1 0 21%; */
      display: flex;
      flex-basis: 45%;
      margin: 5px;
      height: 50px;
}

.text-686 {
      display: flex;
      flex-basis: 100%!important;
      margin: 5px;
      height: 50px;
}

.form_text {
   
}

input[type="file"] {
    position: relative;
}

input[type="file"]:before {
    content: "Завантажити Файл";
    position: absolute;
    top: 10px;
    left: 20px;
    right: 0;
    bottom: 0;
    background: #e9edf1;
    color: #777;
}

.global_modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: rgba(245,245,245,.8);
    transition: all 1s ease;
    opacity: 1;
    overflow-y: scroll;
}

.close_modal {
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: Montserrat;
    height: 40px;
    width: 40px;
    padding-top: 2px;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #555;
    border: 2px solid #777;
    border-radius: 50%;
    z-index: 3;
}

.modal_wrap {
    /*padding-left: calc(50% - 200px);*/
    padding-top: 5%;
    transition: all 1s ease;
    animation: show 0.3s ease-in-out;
    width: 60%;
    margin: 0 auto;
    margin-top: 5%;
    background: #e9edf1;
    border: 1px solid #cecece;
    position: relative;
    padding-bottom: 10%;
}

.form_main_content input[type="submit"] {
    width: 200px;
    position: absolute;
    bottom: -70px;
    left: calc(50% - 100px);
    margin-left: 0;

}

/*.form_main_content input[type="text"] {
    margin-bottom: 100px;
}*/

.form_main_content .wrap_img_oper {
    text-align: center;
}

.form_main_content .fio {
    text-align: center;
}

.form_main_content .dolg {
    text-align: center;
}

.form_main_content .form_name_content {
    margin-bottom: 20px;
}

div.wpcf7 .ajax-loader {
    display: none;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 12px;
    font-weight: normal;
    display: block;
    line-height: 10px;
}

.form_main_content .wrap_img_oper img {
    width: 160px;
    height: 170px;
    object-fit: cover;
}

.form_main_content .wrap_img_oper_two img {
    width: 160px;
    height: 170px;
    object-fit: cover;
}

.image_additional img {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.wrap_icon_mobile {
    display: none;
}




@media screen and (max-width: 1200px) {
    .wrap_title_descr {
        padding: 50px 0;
    }
    .main-navigation ul li {
        display: inline-block;
        margin-right: 10px;
    }
}
@media screen and (max-width: 991px) {
    .wrap_tel a {
        margin-left: 35px;
    }
    .wrap_service_block {
        margin-bottom: 25px;
    }
    .wrap_about {
        display: block!important;
    }
    .wrap_about .about_img img {
        padding-bottom: 20px;
    }

}
@media screen and (max-width: 768px) {
    .about_img {
        text-align: center;
    }
     .uslugi .wrap_child_cat {
        padding-top: 50px; 
    }
    .wrap_icon_mobile {
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .wrap_tel a {
        margin-left: 5px;
    }
    .modal_wrap {
        padding-bottom: 100px;
        margin-top: 0;
    }

    .form_content {
        display: block;
    }

    .wrap_text_content {
        padding: 10px;
    }

    .form_name_content {
        font-size: 19px;
        line-height: 28px;
    }

    .modal_wrap {
            width: 100%;
    }

    .wrap_flex {
        display: block;
    }

    .form_main_page {
        background-image: none;
        background-color: #c0c8d0;
    }

    .wrap_title_descr p {
        color: #686b78; 
    }

    .about-navigation {
        margin-bottom: 20px;
    }

    .acc-head {
        padding: 15px 40px 15px 10px;
    }

    .title_region_icon {
        right: 5px;
    }

    .title_region_icon_up {
        right: 5px;
    }

    .title_spec h1 {
        font-size: 30px;
        padding: 35px 0 20px 0;
    }

    .wrap_contact_serv_img {
        height: auto;
    }

    .wrap_content_single .table {
        width: 100%;
    }

    .absolute_slider_wrap {
        bottom: -240px;
    }

    .wrap_child_cat {
       justify-content: space-around;
       padding-bottom: 30px; 
    }

    .wrap_child_cat ul li a {
        line-height: 20px;
    }

    .wrap_child_cat ul li {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .wrap_child_cat ul {
       columns: 2;
    }

    .fio_archive {
        text-align: center;
    }

    .dolg_archive {
        text-align: center;
    }

    .form_name_achive {
        color: #000105;
        font-family: Montserrat;
        font-size: 20px;
        font-weight: 300;
        line-height: 35px;
        margin: 10px 0px 20px 0px;
        text-align: center;
    }

    .wrap_services_title {
        text-align: center;
    }

    .wrap_services_title h1 {
        font-size: 24px;
        text-align: center;
    }

    .back_col {
       background: inherit;
    }

/*    .wrap_icon_mobile {
        margin-left: -15px;
        margin-top: 15px;
        width: 25px;
    }*/

    .title_f_icon {
        background: url(../Print/images/i_down.png) center no-repeat;
        height: 35px;
        width: 35px;
        background-size: cover;
        position: absolute;
        right: 0px;
        top: -5px;

    }

    .title_f_icon_up {
        background: url(../Print/images/i_down.png) center no-repeat;
        height: 35px;
        width: 35px;
        background-size: cover;
        position: absolute;
        right: 0px;
        top: -5px;
        transform: rotate(180deg);

    }

    .footer-1-navigation {
        display: none;
    }

    .copyright p {
        margin-bottom: 0;
    }

    .main-navigation-f ul li:first-child {
        display: none;
    }

    .main-navigation-f ul li a {
        font-weight: 400;
    }

    .main-navigation-f ul li {
        display: block;
        list-style-type: none;
        margin-left: 0;
        margin-bottom: 10px;
        font-weight: 400;
    }

    .wrap_form input {
        width: 85%;
    }

    .wrap_form {
        width: 100%;
        margin: 10px 0 40px 0;
    }

    .fio {
        text-align: center;
    }

    .dolg {
        text-align: center;
    }

    .form_name {
        margin: 20px 0;
        text-align: center;
    }

    .wrap_img_oper {
        text-align: center;
    }

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

    .fio_slider_sert {
        text-align: center;
        margin-top: 20px;
        margin-bottom: -10px;
    }

    .slider_sert .slick-prev {
        left: 15px;
        z-index: 2;
    }

    .slider_sert .slick-prev, .slider_sert .slick-next {
        top: 25%;
    }

    .service_all_link {
        margin-top: 55px;
    }

    .service_item {
        margin-bottom: 50px;
    }

    .title_spec h2 {
        color: #000105;
        font-family: Montserrat;
        font-size: 24px;
        font-weight: 300;
    }

    .home_top_section {
        background-image: url(../Print/images/mob.png);
        background-size: cover;
        background-position: center;
        min-height: 450px;
    }

    .wrap_title_descr {
       padding-top: 20px;
    }

    .wrap_title_descr h1 {
        color: #000105;
        font-family: Montserrat;
        font-size: 22px;
        font-weight: 300;
        line-height: 28px;
        margin-bottom: 10px;
    }

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

    .wrap_title_descr {
        text-align: center;
        padding: 20px 0;
    }

    .wrap_title_descr .button_link a {
        padding: 10px 100px;
    }

    .about_text ol li {
        padding-bottom: 5px;
    }
}
@media screen and (max-width: 576px) {

    .about_img img {
        width: 100%!important;
        height: auto;
        padding-bottom: 20px;
    }

    .uslugi .cat_0 {
        min-height: 430px;
    }
    .section_top_services {
        background-color: #c0c8d0;
        min-height: 300px;
        margin-bottom: 30px;
    }

    .form_name_achive {
        margin: 0;
    }

    .wrap_services_title h1 {
        line-height: 40px;
    }

    .wrap_content_single {
        margin-top: 0;
    }

    .img_next {
        height: auto;
        width: 100%;
    }


}