@import url(../webfonts/styles.css);

::-webkit-scrollbar {
    background: #ddd;
    width: 8px;
    height: 8px;
}

/* 4 - видимая часть трека */
::-webkit-scrollbar-thumb {
    background: #333;
}

html {
    height: 100%;
    min-height: 100%;
}

body {
    position: relative;
    height: auto !important;
    min-height: 100%;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding-right: 0px !important;
    /*background: url("/img/111.jpg") fixed center;*/
    /*background: url("/img/fon_0.jpg") top center;*/
    /*background-size: cover;*/



    font-family: 'HouschkaAltProMedium', 'Segoe UI';
    font-size: 18px;
    line-height: 23px;
    /*color: #18074a;*/
    padding-bottom: 50px;
}

.ss{
    display: none;
}

.fa, .fab, .fas, .far{
    color: #ffcc00;
    font-size: 22px;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*стили для модальных окон*/
.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-content {
    border-radius: 0px;
    background-color: #fff;
}

.modal-header {
    color: #18074A;
}

.modal-body label {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 14px;
}

.modal-body .form-control {
    border-radius: 0px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
a{
    color: red;
}
a:hover, a:focus {
    text-decoration: none;
    color: inherit;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*прелоадер для сайта*/
#p_prldr {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 30;
}

.contpre small {
    font-size: 25px;
}

.contpre {
    width: 250px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 48%;
    margin-left: -125px;
    margin-top: -75px;
    color: #18074A;
    font-size: 40px;
    letter-spacing: -2px;
    text-align: center;
    line-height: 35px;
}

#p_prldr .svg_anm {
    position: absolute;
    width: 41px;
    height: 41px;
    background: url('/img/shared/tail-spin.svg') center center no-repeat;
    background-size: 41px;
    margin: -16px 0 0 -16px;
}

/*--------------------------------------------------------------------------------------------------------------------*/

.effect1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, .4);
    transition: none;
}

.effect1:hover:after {
    width: 120%;
    background-color: transparent;
    transition: all .3s ease-out;
    content: "";
}

.button1 {
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    box-shadow: 1px 1px 1px #444;
    transition: all .1s ease-in-out;
    background-color: rgba(21, 101, 192, 1);
}

.button1:hover, .button1:focus {
    box-shadow: none;
    background: #333;
    color: #fff;
    outline: none;
}

.three {
    padding: 0px 20px 30px 0px;
}

.three h1, .three h2, .three h3 {
    position: relative;
    text-transform: uppercase;
    color: white;
    background: #333;
    font-size: 30px;
    font-weight: normal;
    padding: 5px 30px;
    display: inline-block;
    margin: 0;
    line-height: 1;
}

.three h1:before, .three h2:before, .three h3:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: -6px;
    background: #333;
}

.three h1:after, .three h2:after, .three h3:after {
    content: "";
    position: absolute;
    height: 0;
    width: 80%;
    border-top: 7px solid #333;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    left: 50%;
    transform: translateX(-50%);
    bottom: -13px;
}



.description {
    position: absolute;
    top:37%;
    left: 5%;
    display: block;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
}


.description .color{
color: #ffcc00;
}


#start {
    background: url("/img/fon.png") repeat;

}





.background1{
    background: url("/img/fon.png") repeat;
    /*padding-bottom: 50px;*/
}
.background4{
	background: #f5f5f5;
	/*padding: 100px 20px 50px;*/
	/*width: 100%;*/
}
.background2{
	/*background: #f5f5f5;*/
	padding: 100px 20px 50px;
	width: 100%;
}
.background5{
    background: #fff;
    display: flex;
    align-items: center;
}


.all_schools{
	margin-top: 80px;
	text-align: center;
}

#header {
    padding-top: 10px;
    padding-bottom: 10px;
    /*background: #4a4a4a;*/
    background: url("/img/fon.png") repeat;
}

.logo img {
    width: 130px;
    transform-style: preserve-3d;
    transition: all 1.3s;
}

.logo a img:hover {
    transform: rotateY(360deg);
}

.devis {
    padding-top: 20px;
    text-align: right;
    text-shadow: 1px 1px 1px #888;
    color: #fff;
}

.devis p {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0px;
    color: #ffcc00;
}
.devis span {
    font-size: 21px;
    line-height: 50px;
    color: #000;
}


#header .fa {
    color: #ffcc00;
    font-size: 22px;
}
.address {
    margin: auto;
    padding-right: 0;

}
.address p {
    margin-bottom: 0px;
    float: right;
}

.address a {
    font-size: 18px;
    color: #fff;
}

.address .tel strong {
    font-size: 24px;
}

.address p.email {
    margin-bottom: 0;
}

.owl-theme .owl-nav {
    margin-top: 0px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.owl-theme .owl-nav [class*=owl-] {
    line-height: 16px;
    margin: 5px;
    padding: 8px 10px 6px;
    background: #ffcc00;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .fa, .owl-theme .fab, .owl-theme .fas, .owl-theme .far{
    color: #18074A;
    font-size: 16px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #222;
    text-decoration: none;
}
.owl-theme .fa:hover, .owl-theme .fab:hover, .owl-theme .fas:hover, .owl-theme .far:hover{
    color: #ffcc00;
}



.wrapper_menu {
 background: #2d2d2d;
}

.wrapper_menu.scrolled {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    box-shadow: 4px 0px 20px #000;
    /*background: #2d2d2d;*/
}

.menu1 .row {
    justify-content: center;
}

.menu1 .navbar {
    padding: 0px 0px 0px;
}

.menu1 ul li a {
    padding: 10px 25px 10px !important;
    color: #fff !important;
    text-transform: uppercase;
    transition: all 0.2s;
    font-size: 15px;
    white-space: nowrap;

}



.menu1 ul li a:hover, .menu1 ul li a:focus {
    color: #ffcc00 !important;

}

.menu1 li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

.menu1 .dropdown-menu {
    position: absolute !important;
    left: 0px;
    margin-top: -0.5px;
    width: 100%;
    padding: 0px 0 0px;
    background: #2d2d2d;
    z-index: 2;
    box-sizing: border-box;
    border-radius: 0px;
}

.menu1 .dropdown-menu li a {
    display: block;
    text-transform: none;
    white-space: nowrap;
    padding: 5px 15px !important;
    font-size: 15px !important;
    border-right: none;
}



.form_search {
    flex-grow:1;
    padding: 10px 0 10px 50px;
}
.select2-container, .select2-container--default .select2-search--inline .select2-search__field {
    /*width: 240px !important;*/
    width: 100% !important;
}
.select2-container .select2-selection--single {
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}





#city {
    border: none;
    background-color: transparent;
    color: #ddd;
    padding: 0 10px;
    display: block;
    direction: rtl;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#city:hover, #city:focus, #city:active {
outline: none;
    color: #ffcc00;
}
#city option {
    text-align: right;
    text-align-last:right;
    background: #2d2d2d;
    color: #fff;
}







.devider{
    margin-top: -1px;
    height: 45px;
    background: #ffcc00;
}

.message{
    margin: 18px 10px 0px 0px;
}




/*--------------------------------------------------------------------------------------------------------------------*/
.form2{
    position: relative;
    /*background: rgba(0, 0, 0, 0.7) url('/img/dot-pattern.svg') left top repeat;*/
    background: rgba(255,255,255,0.9) linear-gradient(to bottom, rgba(0,0,0,.15) 3%, rgba(0,0,0,.1) 5%, rgba(0,0,0,0));
    padding: 100px 0 100px;
    /*clip-path: polygon(0 0, calc(50% - 40px) 0, 50% 30px, calc(50% + 40px) 0, 100% 0, 100% 100%, 0 100%);*/
}
.form2 .form-group {
    margin-bottom: 0;
}
.form2 label{
    position: relative;
    width: 100%;
}

.form2 .form-control{
    border-radius: 20px;
    border: 3px solid #777;
    padding-left: 40px;
    color: #000;
    font-size: inherit;
    padding-top: 3px;
    padding-bottom: 4px;
}
.form2 label i{
    position: absolute;
    top: 10px;
    left: 12px;
}
.form2 textarea{
    padding: 5px 10px !important;
    font-size: 16px !important;
    height: 195px;
}

.button2 {
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    /*margin: 0 auto;*/
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    box-shadow: 1px 1px 1px #444;
    transition: all .1s ease-in-out;
    background-color: #ffcc00;
    border: none;
    border-radius: 20px;
    width: 100%;
    cursor: pointer;
}
.button2 i {
    color: #fff;
    margin-right: 15px;
}
.button2:hover, .button2:focus {
    box-shadow: none;
    background: #333;
    color: #fff;
    outline: none;
}
.button2.effect1:after{
    border-radius: 20px;
}

/*--------------------------------------------------------------------------------------------------------------------*/











.block5 .img {
    padding: 0;
}
.block5 .img img{
    width: 100%;
}



#start > .row {
    padding-top: 10px;
    padding-bottom: 10px;
}

.about {
    padding: 20px 15px;
}

.about .three {
    padding-left: 15px;
}

.about p {
    margin: 0px auto 20px;
    line-height: 20px;
}

.about p:last-child {
    margin-bottom: 0;
}

.about .img3 {
    border-right: 1px solid silver;
    display: flex;
    align-items: center;
}

.pochemu {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px 15px;
}

.pochemu .three {
    padding-left: 15px;
}

.pochemu p {
    margin: 0px 0px 20px 40px;
    line-height: 20px;
}

.pochemu p:last-child {
    margin-bottom: 0;
}

.pochemu .img3 {
    border-left: 1px solid silver;
    display: flex;
    align-items: center;
}

.pochemu .fa {
    float: left;
    margin-left: -35px;
    font-size: 30px;
    line-height: 32px;
    color: blue;
}



.opisanie table  th{
    vertical-align: middle;
    text-align: center;
    background-color: #fff;
    border: 1px solid #333;
}
.opisanie table  td{
    vertical-align: middle;
    /*text-align: center;*/
    /*background-color: #fdb81c;*/
    border: 1px solid #999;
}





.tehnika{
    padding-bottom: 60px;
}


.tehnika .three {
    padding-top: 80px;
	padding-bottom: 0px;
}
.katalog{
    display: flex;
    width: 100%;
}
.katalog a{
	 position: relative;
	 display: block;
	 flex: 1;
	 text-align: center;
	 transition: all 0.4s;
	padding: 10px;


 }
.katalog img{
width: 100%;


}
.katalog a:hover{
    background: #fff;
    box-shadow: 0 0 1.28571rem rgba(28,28,28,0.35);

}
.katalog a span{
    /*position: absolute;*/
    display: block;
    bottom: 15px;
    width: 100%;
    line-height: 20px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/

.school_item{
    min-height: 60px;
    display: flex;
    align-items: center;
}
.school_item img{
    width: 80px;
    float: left;
    margin-right: 20px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
.news_item {
    display: block;
    overflow: hidden;
    position: relative;
    color: #333;
    width: 100%;
}
.news_item h3 {
    font-size: 20px;
}

.news_item:hover, .news_item:focus {
    outline: none;
}

.news_item:hover h3, .news_item:focus h3 {
    color: orange;
    outline: none;
}

.news_item:hover p, .news_item:focus p {
    color: #333;
    outline: none;
}

.news_item img {
    float: left;
    width: 100px;
    margin-right: 20px;
}

.news_page {
    overflow: hidden;
}

.news_page > img {
    float: left;
    width: 200px;
    margin-right: 30px;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------*/
.partner {
    /*background: url("/img/fon.png") repeat;*/
    background: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 60px;
}
.partner .owl-carousel {
    margin-top: 30px;
}
.partner .owl-carousel .owl-item {
    text-align: center;
}
.partner .owl-carousel .owl-item img {
    max-height: 200px;
    width: auto;
    margin: 0 auto;
    transition: 0.1s ease-out;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
}
.partner .owl-carousel .owl-item img:hover {
    transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    -moz-transform: scale(1.03, 1.03);
    -o-transform: scale(1.03, 1.03);
    -ms-transform: 1.03, 1.03;
}

.partner .owl-theme .owl-nav {
    margin-top: 20px;
    position: relative;

}


/*------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*хлебные крошки*/
.breadcrumb {
    background-color: transparent;
    border-radius: 0px;
    margin: 0;
}

.breadcrumb a {
    color: red;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/

.item_otziv .no_active{
    color: lightgrey;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/




/*--------------------------------------------------------------------------------------------------------------------*/
/*оформление товара*/
.spec .three {
    padding-top: 80px;
	padding-bottom: 6px;
	z-index: 99;
}

.img_big{
	width: 100%;
}
.background3{
	background: #fff;
	/*padding-bottom: 50px;*/
	/*align-items: center;*/
	/*justify-content: center;*/
}

.projects .project .info h3 {
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
	margin-top: 60px;
}
.projects .project .info h3 strong{
	font-size: 40px;
	color: #ffcc00;
}
.projects .project .info .description {
	font-size: 18px;
	font-family: 'helvetica';
	min-height: 80px;
}
.button {
	display: inline-block;
	font-size: 18px;
	border: 2px solid #ffcc00;
	border-radius: 100px;
	text-align: center;
	padding: 10px 30px;
	cursor: pointer;
	background: transparent;
	transition: .2s;
	color: #666;
}
.button:hover, .button:focus {
	outline: none;
	background: #ffcc00;
	color: white;
}



.d-lg-inline-flex {
    width: 100%;
    justify-content: space-around;
    /*justify-content: space-between;*/
}

.objects {
    padding: 10px 15px 0px;
}

.objects .item {
    position: relative;
    display: block;
    overflow: hidden;
    width: 242px;
    height: 290px;
    margin-bottom: 20px;
    background: #F5F3F4;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.objects .item .foto {
    padding: 10px;
    height: 220px;
    overflow: hidden;
}

.objects .item .foto img {
    width: 100%;
    height: 100%;
}

.objects .item .info {
    position: absolute;
    bottom: 45px;
    padding: 0px 5px;
    width: 100%;
}

.objects .item .title {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 14px;
    background: #333;
    color: #fff;
    width: 100%;
}

.objects .item .price {
    position: absolute;
    left: 5px;
    bottom: 10px;
    font-size: 25px;
    color: red;
}

.objects .goto {
    position: absolute;
    right: 5px;
    bottom: 10px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 16px;
    display: block;
    text-align: center;
    color: #fff;
    box-shadow: 1px 1px 1px #444;
    transition: all .1s ease-in-out;
    background-color: rgba(21, 101, 192, 1);
}

.objects .item:hover .goto {
    box-shadow: none;
    background: #333;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*страница товара*/
.object_page .three {
    padding-left: 0;
    padding-top: 10px;
}

.object_page .foto_main {
    border: 1px solid #ddd;
    background: #fff;
    text-align: center;
}

.object_page .foto_main img {
    width: 100%;
}






/*--------------------------------------------------------------------------------------------------------------------*/
/*футер*/
#footer {
    position: absolute;
    z-index: 10;
    bottom: 0px;
    width: 100%;
    /*color: #fff;*/
    background: #2d2d2d;
    padding: 20px 0px 20px;
    margin: 0;
    box-shadow: 0 -6px 4px -4px rgba(0, 0, 0, .2);
}



#footer p {
    margin: 0px 0px 0px;
    color: #fff;
}
.copyright{
    padding-left: 0;
}
.metrika{
    padding-right: 0;
    text-align: right;
}

#gotoTop {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    color: #ffcc00;
    background: #333;
    border-radius: 50%;
    position: fixed;
    right: 30px;
    bottom: 30px;
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.3);
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    transition: 0.3s;
    cursor: pointer;
}

#gotoTop:hover {
    color: #333;
    background: #ffcc00;
    text-decoration: none;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*Large devices lg (desktops, less than 1200px)*/
@media (max-width: 1199px) {
    body {
        font-size: 16px;
        line-height: 16px;
    }

    /*.devis {*/
        /*font-size: 32px;*/
        /*line-height: 45px;*/
    /*}*/
    .devis p {
        font-size: 30px;
        line-height: 32px;
    }
    .menu1 li a {
        line-height: 18px;
    }

    .objects .item {
        width: 230px;
    }

    .objects .item .foto {
        height: 210px;
    }

    .last_news .item {
        width: 300px;
    }

    .last_news .item h3 {
        font-size: 19px;
        line-height: 22px;
    }

}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*Medium devices md (tablets, less than 992px)*/
@media (max-width: 991px) {
    body {
        font-size: 15px;
        line-height: 15px;
        padding-bottom: 60px;
    }

    /*.devis {*/
        /*font-size: 24px;*/
        /*line-height: 40px;*/
        /*padding-top: 10px;*/
    /*}*/
    .h1, h1 {
        font-size: 30px;
    }
    .h2, h2 {
        font-size: 26px;
    }
    .message {
        margin: 15px 10px 0px 0px;
    }
    .button {
        font-size: 17px;
        padding: 8px 25px;
    }
    .button1 {
        font-size: 14px;
        padding: 5px 10px;
    }
    .devis p {
        font-size: 20px;
        line-height: 22px;
    }
    .devis span {
        font-size: 20px;
        line-height: 20px;
    }
    .devis a {
        font-size: 18px;
        line-height: 22px;
    }
    .address p {
        width: 175px;
    }

    .address .fa {
        font-size: 20px;
    }

    .address a {
        font-size: 14px;
    }

    .address .tel strong {
        font-size: 18px;
    }

    .menu1 ul li a {
        padding: 10px 10px !important;
        line-height: 16px;
    }
    .pochemu h2 {
        margin: 0px 0px 10px 20px;
        line-height: 20px;
    }
    .pochemu p {
        margin: 0px 0px 20px 20px;
        line-height: 18px;
    }

    .three {
        padding: 0px 20px 30px 0px;
    }

    /*.three h1 {*/
        /*font-size: 22px;*/
        /*padding: 8px 20px;*/
        /*line-height: 16px;*/
    /*}*/
    .logo img {
        width: 80px;

    }
    .form_search {
        flex-grow: 1;
        padding: 10px 0 10px 2px;
    }
    .partner .owl-carousel .owl-item img {
        max-height: 130px;
    }


    .info {
        padding: 10px 0;
    }


    .about {
        padding: 5px 0px;
    }
    .form2{
        padding: 0;
    }
    .pochemu {
        margin-top: 20px;
        margin-bottom: 0px;
        padding: 10px 0px;
    }

    .d-lg-inline-flex {
        text-align: center;
    }

    .objects .item {
        margin: 0px 2px 20px;
        display: inline-block;
        width: 220px;
    }

    .last_news {
        margin-top: 10px;
    }

    .last_news .item {
        width: 220px;
    }

    .last_news .item .news-img {
        height: 160px;
    }

    .last_news .item img {
        width: 290px;
        min-height: 160px;
    }

    .last_news .item h3 {
        font-size: 12px;
        line-height: 16px;
        padding: 5px 10px 5px;

    }

    .last_news .item .news-opisanie {
        font-size: 12px;
        line-height: 13px;
        margin-top: 0px;
        height: 90px;
    }

    .last_news .all-news {
        width: 220px;
        font-size: 18px
    }

    .katalog {
        flex-wrap: wrap;
        justify-content: center;
    }
    .katalog a {
        min-width: 200px;
        max-width: 200px;
        margin-bottom: 20px;
    }





    .breadcrumb {
        margin-bottom: 0;
    }


    #gotoTop {
        width: 40px;
        height: 40px;
        line-height: 38px;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*Small devices sm(landscape phones, less than 768px)*/
@media (max-width: 767px) {
    body {
        font-size: 14px;
        line-height: 14px;
        padding-bottom: 60px;
    }
    .logo img {
        width: 80px;
    }
    .h1, h1 {
        font-size: 26px;
    }
    .h2, h2 {
        font-size: 22px;
    }
    .button1 {
        font-size: 12px;
        padding: 8px 10px 5px;
        line-height: 12px;
    }
    .three {
        text-align: center;
    }
    .three h1 {
        font-size: 18px;
        padding: 6px 15px;
        line-height: 20px;
    }
    .devis {
        font-size: 14px;
        line-height: 27px;
        order: 1;
    }

    .menu1 ul li a {
        padding: 10px 6px !important;
        line-height: 16px;
        font-size: 11px;
    }

    .menu1 .dropdown-menu li a {
        font-size: 13px !important;
    }


    .about .img3 {
        border-right: none;
        width: 50%;
        margin: 0px auto 10px;
    }
    .about p {
        margin: 0px auto 10px;
        line-height: 15px;
    }

    .pochemu h2 {
        margin: 0px 0px 10px 10px;
        line-height: 20px;
    }
    .pochemu p {
        margin: 0px 0px 20px 10px;
        line-height: 18px;
    }
    .pochemu .fa {
        margin-top: -3px;
    }
    .objects .item {
        margin: 0px 10px 20px;
    }

    .partner .owl-carousel .owl-item img {
        max-height: 100px;
    }

    .objects .item {
        width: 180px;
        height: 240px;
    }
    .objects .item .foto {
        height: 160px;
    }
    .objects .item .title {
        padding: 5px 5px;
        font-size: 12px;
        line-height: 12px;
    }

    .objects .goto {
        padding: 2px 10px 5px;
        font-size: 13px;
        line-height: 16px;
    }



    .last_news .item + .item + .item{
        display: none;
    }
    .last_news .item {
        width: 220px;
        display: inline-block;
        margin: 0px 15px 0px;
    }
    .last_news .item .news-img {
        height: 145px;
    }

    .last_news .item img {
        width: 220px;
        min-height: 122px;
    }

    .last_news .item h3 {
        position: absolute;
        top: auto;
        bottom: 140px;
        left: 2%;
        font-size: 14px;
        line-height: 16px;
        margin: 0px;
        padding: 5px 5px 5px;
        width: 96%;
    }
    .last_news .all-news {
        width: 220px;
        font-size: 15px;
    }


    .object_page .foto_main {
        width: 250px;
        float: left;
        margin-bottom: 10px;
    }






    #footer {
        padding: 10px 0px 10px;
    }
    #footer .mk-plus a {
        font-size: 10px;
    }



}
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*Small devices xs(phones, less than 576px)*/
@media (max-width: 575px) {
    body {
        font-size: 14px;
        line-height: 14px;
        padding-bottom: 50px;
        background: none;
    }

    .ss{
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .select2-container, .select2-container--default .select2-search--inline .select2-search__field {
        margin: 0 15px;
    }
    h1 {
        font-size: 22px;
        line-height: 20px;
    }
    h3 {
        font-size: 19px;
        line-height: 18px;
    }
    .three{
         padding: 0px 10px 20px;
    }
    .three h1 {
        font-size: 15px;
        padding: 3px 10px;
        line-height: 17px;
    }
    .logo {
        text-align: center;
    }
    .logo img {
        width: 100px;
    }
    .devis {
        font-size: 13px;
        line-height: 19px;
        margin-bottom: 10px;
        text-align: center;
    }
    .address p {
        margin:0 auto 10px;
        float: none;
    }
    .partner .owl-carousel .owl-item img {
        max-height: 50px;
    }
    .description {
        position: absolute;
        top: 35%;
        left: 3%;
        display: block;
        font-size: 28px;
        line-height: 28px;
        color: #fff;
    }
    .owl-theme .owl-nav {
        display: none;
    }




    .navbar-toggler {
         position: relative;
        right: 0px;
        border: none;
        cursor: pointer;
        padding: 3px 5px;
    }
    .navbar-toggler:hover, .navbar-toggler:focus {
        outline: none;
    }
    .navbar-toggler-icon {
        padding: 3px 0px 0px 35px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
    }


    .menu1 ul li a {
        padding: 5px 18px 5px !important;
        border-right: none;
    }

    .menu1 .dropdown-menu {
        width: 190px;
        margin-top: -27px;
        margin-left: 93px;
    }

    .last_news .item .news-date {
        padding: 2px 5px;
        font-size: 10px;
    }

    .breadcrumb {
        padding: 0px 5px 5px;
        line-height: 20px;
    }


    .object_page .foto_main {
         float: none;
        margin: 10px auto 10px;
    }






    #footer {
        text-align: center;
    }

    .metrika {
        margin-top: 5px;
        text-align: center;
    }












}