/* Icon Up */
@-webkit-keyframes hvr-icon-up {
    0%,
    50%,
    100% {
        top: -8px;
    }

    25%,
    75% {
        top: 0px;
    }
}
@keyframes hvr-icon-up {
    0%,
    50%,
    100% {
        top: -8px;
    }

    25%,
    75% {
        top: 0px;
    }
}
#main table td, #main table th {
    border: 1px solid #666;
    padding: 3px 5px;
    text-align: left;
    vertical-align: middle;
    background-color: #fff;
}
#main table thead td, #main table th {
    background-color: #eee;
    color: #555;
}
/* Icon Up */
body {
	font-family: 'Roboto Condensed', Tahoma, Arial, Verdana, sans-serif;
    /*font-family: 'Open Sans', Tahoma, Arial, Verdana, sans-serif;*/
    font-size: 15px;
    color: #000;
    background:#fff;
}
.begaj, #begaj {
    display: none!important;
}
a {
    color: #ed1c24;
}
a:hover {
    color: #ed1c24;
}
img {
    max-width: 100%;
    height: auto!important;
}
iframe {
    max-width:100%;
}
.rel {
    position: relative;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    flex-wrap: wrap;
}

.owl-theme .owl-nav {
    margin: 0;
}
#main {
    margin-bottom: 30px;
}

.wrap-top-menu {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a2a2a2+0,bbbbbb+100 */
    background: #a2a2a2; /* Old browsers */
    background: -moz-linear-gradient(top,  #a2a2a2 0%, #bbbbbb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #a2a2a2 0%,#bbbbbb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #a2a2a2 0%,#bbbbbb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a2', endColorstr='#bbbbbb',GradientType=0 ); /* IE6-9 */

}
.wrap-top-menu a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}
#top-menu .label-menu {
    color: #fff;
}
#top-menu > div > ul > li > a {
    padding: 15px 10px;
}
#top-menu li:hover > a {
    background-color: #ed1c24;
}
#top-menu li li:hover > a {
    background-color: #fff;
    color: #c22c2d;
}
#top-menu li li a {
    background-color: #c22c2d;
}
.wrap-logo {

    margin: 20px 0 0;
}
.slogan {
    color: #ed1c24;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 1.2;
    padding: 50px 0 0;
}
.header-top {
    padding: 18px 35px 18px;
}
.user-buttons {
    margin: 0 -5px 20px;
}
.user-buttons a {
    display: inline-block;
    margin: 0 5px;
    border: 1px solid #ed1c24;
    padding: 5px 10px;
    color: #000;
}
.user-buttons a:hover {
    /*background-color: #ed1c24;*/
    /*color: #fff;*/
    text-decoration: none;
}
.user-buttons a:before {
    content: '';
    display: inline-block;
    height: 14px;
    background: url('img/sprite-user-btns.png') no-repeat;
    vertical-align: -1px;
    margin-right: 6px;
}
.user-buttons a.cart:before {
    width: 20px;
    background-position: 0 2px;
}
.user-buttons a.login:before {
    width: 12px;
    background-position: -29px 0;
}
.user-buttons a.register:before {
    width: 13px;
    background-position: -58px 0;
}
form.search {
    width: 347px;
    max-width: 100%;
    display: inline-block;
    position: relative;
}
form.search .search-text {
    width: 100%;
    height: 39px;
    padding: 6px 42px 6px 6px;
    border: 1px solid #a6a6a6;
}
form.search .search-text:focus {
    border: 1px solid #ed1c24;
}
form.search .submit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: none;
    border: none;
    color: #cccccc;
    font-size: 25px;
    line-height: 1;
}
.col-search {
    text-align: right;
}
.col-product {
    margin-bottom: 30px;
}
.product-item {
    display: block;
    position: relative;
    padding-top: 10px;
    padding-bottom: 70%;
    height: 100%;
    border: 1px solid transparent;
    /*background-color: #eee;*/
}
.product-item:hover {
    border-color: #ed1c24;
}
.product-item:hover .wrap-image {
    transform: scale(1.05);
}
.product-item .wrap-image {
    transition: all .25s;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /*background-color: #ccc;*/
    padding: 20px 10px;
}
.product-item .image {
    position: relative;
    padding-top: 70%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.product-item .image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.product-item .title {
    color: #ed1c24;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 10px 15px;
}
.product-item:hover {
    text-decoration: none;
}


.wrap-slider {
    margin: 0 0 1px;
}
#top-slider .text-container .text-box {
    display: block;
    text-decoration: none;
}
#top-slider .text-container .text-box .title {
    color: #fff;
    font-size: 48px;
    font-style: italic;
    line-height: 1;
    text-align: left;
}
#top-slider .text-container {
    background-color: rgba(0,0,0,.65);
    position: absolute;
    bottom: 0;
    right: 0;
    min-width: 55%;
    padding: 30px 30px 20px 20px;
    text-align: right;
}
#top-slider .image {
    padding-top: 24.570337364735835%;
    background-position: center;
    background-size: cover;
    position: relative;
}
#top-slider .owl-prev, #top-slider .owl-next {
    width: 58px;
    background: none;
    /*opacity: .5;*/
}
#top-slider:hover .owl-prev, #top-slider:hover .owl-next {
    /*opacity: 1;*/
}
#top-slider .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
}
#top-slider .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
}

#top-slider .owl-prev > div:before, #top-slider .owl-next > div:before {
    content: '';
    display: block;
    width: 36px;
    height: 61px;
    background: url("img/sprite.png") no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#top-slider .owl-prev > div, #top-slider .owl-next > div {
    width:58px;
    height: 77px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #ed1c24;
}

#top-slider .owl-prev > div:before {
    background-position: -98px -0px;
    /*right: 0px;*/
}
#top-slider .owl-next > div:before {
    background-position: -154px -0px;
    /*left: 0px;*/
}
#product-menu {
    margin-left: -15px;
    background-color: #dbe2ea;
    padding: 30px 0;
    font-size: 18px;
}
#product-menu a {
    background-color: #dbe2ea;
    color: #000;
    text-transform: uppercase;
    line-height: 1.2;
    border-bottom: 1px solid #fff;
}
#product-menu > div > ul > li > a:before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 13px;
    left: 13px;
    background-color: #ed1c24;
}
#product-menu > div > ul > li > a {
    border-bottom: 1px solid #fff;
    padding-left: 50px;
    position: relative;

}
#product-menu li:hover > a {
    background-color: #333;
    color: #fff;
}
#left-col .title-p {
    margin-left: -15px;
    font-size: 20px;
    color: #fff;
    background-color: #ed1c24;
    line-height: 1;
    text-align: center;
    padding: 15px 10px 14px;
}
.antetka-o {
    font-size: 16px;
}
.projects-list а {
    display: block;
}
.projects-list.row > div {
    margin-bottom: 30px;
}
#projects-slider {
    padding: 0 50px;
    border-top: 2px solid #ed1c24;
    border-bottom: 2px solid #ed1c24;
    padding-top: 25px;
    padding-bottom: 15px;
    margin-top: 5px;
    margin-bottom: 40px;
}
#projects-slider .owl-nav > button {
    width: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    color: transparent;
    background: none;
}
#projects-slider .owl-nav > button.owl-prev {
    left: 0;
}
#projects-slider .owl-nav > button.owl-next {
    right: 0;
}
#projects-slider .owl-nav > button > div {
    width: 24px;
    height: 41px;
    background: url(img/sprite.png) no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#projects-slider .owl-nav > button.owl-prev > div {
    background-position: -21px 0;
}
#projects-slider .owl-nav > button.owl-next > div {
    background-position: -58px 0;
}
#projects-slider a {
    text-decoration: none;
}
#projects-slider .title {
    color: #ed1c24;
    line-height: 1.2;
}
.projects-list .image {
    padding-top: 60%;
    background-position: center;
    background-size: cover;
}
#footer {
    background-color: #000;
    padding: 40px 0 0;
}
#footer .parners {
    text-align: center;
    padding: 0 0 10px;
    border-bottom: 1px solid #a1a1a1;
    font-size: 0;
}
#footer .parners a {
    font-size: 14px;
    display: inline-block;
    padding: 0 9px;
    margin-bottom: 20px;
    width: 25%;
}
#footer .info a {
    color: #c5c5c5;
}
#footer .info {
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 19px;
    color: #c5c5c5;
    text-align: center;
}
#footer .info .info-row {
    /*margin: 0 -45px;*/
}
#footer .info .info-col {
    display: inline-block;
    padding: 0 45px 20px;
    text-align: left;
    vertical-align: middle;
}
#footer .info .info-col .phone {
    font-size: 28px;
    text-decoration: none;
}
#footer-bottom a {
    color: #000;
}
#footer-bottom {
    background-color: #ed1c24;
    font-size: 11px;
    padding: 16px 0 11px;
}
#footer-bottom .all {
    text-align: left;
}
#footer-bottom .created {
    text-align: right;
}
#footer-bottom .copyright-containter .created a .icon {
    position: relative;
}
#footer-bottom .created .icon-wd {
    width: 31px;
    height: 23px;
    display: inline-block;
    background: url("img/sprite.png") -7px -68px no-repeat;
    vertical-align: top;
    position: relative;
    top: -3px;
    margin-left: 3px;
}
#footer-bottom .created a:hover .icon {
    animation-duration: 0.75s;
    animation-name: hvr-icon-up;
    animation-timing-function: ease-out;
}

.navigation {
    /*font-size: 14px;*/
    margin: 25px 15px 25px;
    text-transform: lowercase;
}
.navigation span {
}
.navigation a {
    display: inline;
    /*text-decoration: none;*/
}
.navigation a:hover {
    /*text-decoration: none;*/
}
.navigation a + a:before, .navigation a + span:before, .navigation span + a:before, .navigation span + span:before {
    content: " / ";
    display: inline-block;
    margin: 0 8px 0 4px;
    vertical-align: middle;
    color: #000;
/*    width: 9px;
    height: 9px;*/
    /*background: url('img/sprite.png') no-repeat -36px -45px;*/
}
.antetka, .antetka2 {
    margin: 0 0 20px;
    font-size: 36px;
}
.news-list-item {
    margin-bottom: 30px;
}
.news-list-item .title {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    color: #ed1c24;
    margin: 0 0 10px;
    line-height: 1.2;
}
.news-list-item .image-wrap {
    width: 175px;
    float: left;
}
.news-list-item .image-wrap .image {
    padding-top: 69.71428571428572%;
    background-position: center;
    background-size: cover;
    position: relative;
    display: block;
}
.news-list-item .image-wrap .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%!important;
    opacity: 0;
}
.news-list-item .text:before {
    display: block;
    content: '';
    position: absolute;
    height: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+61,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.61) 61%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.61) 61%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.61) 61%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.news-list-item .text {
    margin-left: 205px;
    font-size: 13px;
    height: 122px;
    position: relative;
    overflow: hidden;
    line-height: 1.3;
}
.news-list-item .text .date {
    color: #7a7a7a;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #ed1c24;
    border-color: #ed1c24;
}
.pagination > li > a, .pagination > li > span {
    color: #ed1c24;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #ed1c24;
}
.antetka-news {
    font-size: 24px;
    text-transform: uppercase;
    color: #ed1c24;
    margin: 0 0 10px;
}
.news-single-date {
    color: #7a7a7a;
    font-size: 13px;
    margin-bottom: 7px;
}
.news-single-image {
    max-width: 100%;
    width: 350px;
    /*float: left;*/
    margin: 0 20px 30px 0;
    display: block;
}
.galeria {
    padding: 20px 0 0;
    margin: 0 -15px;
}
.galeria .image-item {
    width: 25%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}
.galeria .image-item a {
    display: block;
    position: relative;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
}
.galeria .image-item a img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%!important;
    width: 100%;
    opacity: 0;
}
.price-wrap span {
    font-weight: bold;
    font-size: 22px;
    color: #ed1c24;
}
.request {
    display: inline-block;
    padding: 30px;
    background-color: #eee;
    width: 600px;
    max-width: 100%;
}
.request .field-item {
    margin-bottom: 10px;
    position: relative;
}
.request .field-item .zvezda {
    position: absolute;
    top: 5px;
    right: -7px;
    color: #ed1c24;
}
.request .field-item input, .request .field-item textarea {
    display: block;
    width: 100%;
    padding: 6px;
    border: 2px solid #a0a0a0;
}
.request .field-item textarea {
    height: 100px;
}
.request .field-item input:focus, .request .field-item textarea:focus {
    border-color: #ed1c24;
}
.request button {
    background-color: #ed1c24;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    border: none;
    width: 189px;
    height: 51px;
}
.etiketi {
    margin: 20px 0;
}
.news-block {
    border-top: 2px solid #eeeeee;
    border-bottom: 2px solid #eeeeee;
    margin-bottom: 30px;
    padding: 20px 0;
}
.news-block .novini-list {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.news-block .novini-list .novini-title {
    color: #ed1c24;
    font-size: 21px;
    text-transform: uppercase;
}
.news-block .novini-list .novini-text {
    color: #000;
    text-decoration: none;
    padding-left: 40px;
    position: relative;
    display: block;
}
.news-block .novini-list .novini-text:before {
    content: '';
    width: 23px;
    height: 23px;
    background: url(img/zarges_news.png) no-repeat;
    position: absolute;
    top: 5px;
    left: 0;
}

.vhod-box {
    background-color: #dbe2ea;
    padding: 25px 35px 44px;
}
.vhod-title {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}
.formi span {
    position: absolute;
    margin-left: 0px;
    margin-top: 10px;
}
.field {
    position: relative;
    margin-left: 60px;
}
.textField {
    width: 100%;
    height: 38px;
    max-width: 100%;
    margin-bottom: 15px;
    border: 1px solid #dbeaee;
    padding: 5px;
}
.vhod-blok .more-button {
    background-color: #ed1c24;
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    margin: 10px 0 0;
    border: none;
}
.wrap-harakteristiki {
    background-color: #dbe2ea;
    width: 850px;
    max-width: 100%;
    margin: auto;
    padding: 20px 20px;
    /*text-align: center;*/
}
.wrap-harakteristiki table {
    margin: auto;
}
#main .wrap-harakteristiki table td, #main .harakteristiki td {
    background: none;
    border: none;
    position: relative;
}
#main .wrap-harakteristiki table td[align=right] {
    text-align: right;
}
.wrap-harakteristiki input, .wrap-harakteristiki textarea, .wrap-harakteristiki select,
.harakteristiki input, .harakteristiki textarea, .harakteristiki select {
    padding: 6px;
    border: 1px solid #ccc;
    width: 100%;
}
.wrap-harakteristiki input:focus, .wrap-harakteristiki textarea:focus, .wrap-harakteristiki select:focus,
.harakteristiki input:focus, .harakteristiki textarea:focus, .harakteristiki select:focus {
    border-color: #ed1c24;
}
.wrap-harakteristiki input[type=submit], .wrap-harakteristiki input[type=checkbox], .wrap-harakteristiki input[type=radio],
.harakteristiki input[type=submit], .harakteristiki input[type=checkbox], .harakteristiki input[type=radio] {
    width: auto;
}
.wrap-harakteristiki input[type=submit],
.harakteristiki input[type=submit] {
    background-color: #ed1c24;
    color: #fff;
    border: none;
    padding: 10px 20px;
}
.wrap-harakteristiki .required,
.harakteristiki .required {
    color: #ed1c24;
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 20px;
    font-weight: bold;
}
.harakteristiki td > div {
    margin-right: 10px;
}
.required-fields {
    text-align: center;
}
.wrap-harakteristiki .title {
    font-weight: bold;
}
#main .harakteristiki .title, #main .harakteristiki .line-antetka {
    font-weight: bold;
    background-color: #dbe2ea;
    border: none;
    padding-top: 12px;
    padding-bottom: 12px;
}
#main .harakteristiki .line-antetka {
    padding-left: 10px;
}
#main .harakteristiki td[align=right] {
    text-align: right;
}
.add-button2 .add2 {
    background-color: #ed1c24;
    color: #fff;
    border: none;
    height: 36px;
    padding: 6px 15px;
}
.add-button2 .broj {
    border: 1px solid #dbe2ea;
    width: 60px;
    padding: 6px;
    height: 36px;
}
.trbottom {
    text-align: center;
}
.trbottom .harakteristiki {
    width: 100%;
}
.trbottom  .smallbutton.bl_bnt, .formshop .smallbutton.bl_bnt {
    background-color: #ed1c24;
    color: #fff;
    padding: 10px 20px;
    border: none;
    margin-top: 30px;
    text-transform: uppercase;
}
#main .articul-items .obnovi-button, .articul-items .iztrii {
    background-color: #ed1c24;
    color: #fff;
    padding: 3px 10px;
    border: none;
    text-decoration: none;
    height: 30px;
    width: 68px;
    display: inline-block;
    vertical-align: middle;
}
#main .articul-items [align=center] {
    text-align: center;
}
#main .articul-items th.title:last-child {
    max-width: 140px;

}
#main .articul-items tr td {
    text-align: center;
}
#main .articul-items .prod-zaglavie {
    text-align: left
}
#main .articul-items .snimka-prod {
    width: 100px;
}
#main .articul-items .snimka-prod a {
    display: block;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.pod-4ertata {
    text-align: right;
}
.pod-4ertata span {
    font-weight: bold;
    font-size: 24px;
    color: #ed1c24;
}
.harakteristiki.tophar.in-line-antetka td {
    width: 50%;
}
.regform {
    background-color: #dbe2ea;
    padding: 20px;
    width: 700px;
    max-width: 100%;
    margin: auto;
}

.regform input[type=text] {
    width: 100%;
    padding: 6px;
}
.regform .submit-button {
    background-color: #ed1c24;
    color: #fff;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
}

.footer-menu {
	border-bottom: 1px solid #a1a1a1;
	margin-left: -15px;
margin-right: -15px;
	padding: 0px 0px 20px;
margin-bottom: 20px;
}
.footer-menu-box {}
.footer-menu-box ul {
	margin:0px;
	padding: 0px;
}
.footer-menu-box ul li {
	margin:0px;
	padding: 0px;
	list-style: none;
	display: inline-block;
}
.footer-menu-box ul li a {
	font-size: 16px;
	margin: 0px 10px;
	text-decoration: none;
}
.footer-menu-box ul li a:hover {
	text-decoration: underline;
}









@media (max-width: 767px) {
    /* xs */

}
@media (min-width: 768px) and (max-width: 991px) {
    /* sm */
    .slogan {
        margin: 0 -15px;
    }

}
@media (min-width: 992px) and (max-width: 1199px) {
    /* md */
}
@media (min-width: 1200px) {
    /* lg */
    .news-block .novini-list {
        padding: 0 40px;
    }

}








/* MIN-WIDTH */
@media (min-width: 768px) {
    #top-menu > div > ul {
        width: 100%;
    }
    #top-menu > div > ul > li {
        float: none;
        display: table-cell;
        width: 1%;
    }
    #top-menu > div > ul > li > a {
        text-align: center;
    }
    #top-menu > div > ul > li:first-child:before {
        display: none;
    }
    #top-menu > div > ul > li:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: -0.5px;
        margin: auto 0;
        width: 1px;
        height: 50px;
        background: url(img/sprite.png) no-repeat 0 0;
    }
}
@media (min-width: 992px) {
    #left-col {
        margin-bottom: 50px;
    }
}
@media (min-width: 1200px) {

}

@media (min-width: 1300px) {
    .container {
        width: 1270px;
    }
}
@media (min-width: 1420px) {
    .container {
        width: 1390px;
    }
}

/* MAX-WIDTH */
/* laptop 15.6 */
@media (max-width: 1366px) {

}


@media (max-width: 1299px) {

}
@media (max-width: 1199px) {
    .header-top {
        padding-left: 15px;
        padding-right: 15px;
    }
    .slogan {
        font-size: 24px;
    }
    .wrap-top-menu a {
        font-size: 16px;
    }
    #top-slider .text-container .text-box .title {
        font-size: 36px;
    }
    .news-single-image {
        /*width: 50%;*/
    }
}
@media (max-width: 1020px) {
    #footer .info .info-col {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 991px) {
    .news-block .novini-list {
        width: 100%;
    }
    #left-col {
        margin-bottom: 20px;
    }
    #left-col + #main > br:first-child, #left-col + #main > br:first-child + br {
        display: none;
    }
    .slogan {
        font-size: 20px;
    }
    .wrap-top-menu a {
        font-size: 14px;
    }
    #top-slider .text-container .text-box .title {
        font-size: 30px;
    }
    #left-col .title-p {
        display: none;
    }
    #product-menu .label-menu {
        background-color: #ed1c24;
        color: #fff;
    }
    #product-menu {
        margin-right: -15px;
        padding: 0;
    }
}
@media (max-width: 845px) {
    #footer .parners a {
        width: 50%;
    }
    #footer .info .info-col {
        float: left;
    }
    #footer .info .info-col {
        font-size: 17px;
    }
    #footer .info .info-col .phone {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .projects-list.row > div {
        width: 33.333333333%;
        flex: 0 0 33.333333333%;
    }
    .news-list-item .text {
        margin-left: 195px;
    }
    #top-slider .owl-prev > div, #top-slider .owl-next > div {
        transform: scale(.6);
    }
    #top-slider .image {
        padding-top: 200px;
    }
    #top-slider .text-container {
        padding: 20px 20px
    }
    #top-slider .text-container .text-box .title {
        font-size: 26px;
    }
    .header-top {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .header-top > .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap; /* Safari 6.1+ */
        flex-wrap: wrap;
    }
    .slogan {
        padding-top: 10px;
    }
    .slogan br {
        display: none;
    }
    .wrap-logo {
        margin-right: -15px;
    }
}

@media (max-width: 680px) {
    #top-slider .text-container {
        padding: 10px;
    }
    #top-slider .text-container .text-box .title {
        font-size: 22px;
    }
}

@media (max-width: 620px) {
    .projects-list.row > div {
        width: 50%;
        flex: 0 0 50%;
    }

}

@media (max-width: 600px) {

}

@media (max-width: 585px) {
    .news-list-item .image-wrap {
        width: 140px;
    }
    .news-list-item .text {
        margin-left: 155px;
        height: 98px;
    }
    #footer .info .info-col {
        display: block;
        float: none;
        text-align: center;
        padding-bottom: 30px;
    }
}

@media (max-width: 555px) {

}
@media (max-width: 540px) {
    #footer-bottom .copyright-containter > .row > div {
        width: 100%;
        text-align: center;
    }
    #footer-bottom .all {
        padding-bottom: 5px;
    }
}
@media (max-width: 510px) {
    .news-single-image {
        /*width: 100%;*/
        margin: 0 0 20px;
    }

}
@media (max-width: 500px) {
    .col-product {
        width: 100%;
    }
}
@media (max-width: 480px) {

    #footer .parners a {
        width: 100%;
    }
}
@media (max-width: 460px) {
    .news-list-item .image-wrap {
        width: 100%;
        float: none;
        margin: 0 0 10px
    }
    .news-list-item .text {
        margin: 0;
        height: 98px;
    }
}
@media (max-width: 400px) {
    .projects-list.row > div {
        width: 100%;
        flex: 0 0 100%;
    }
}