@charset "UTF-8";@font-face {
    font-family: lato;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/lato/lato-regular.ttf) format("truetype")
}  
 
@font-face {
    font-family: lato-bold;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/lato/lato-bold.ttf) format("truetype")
}
 
@font-face {
    font-family: lato-semibold;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/lato/lato-semibold.ttf) format("truetype")
}

@font-face {
    font-family: lato-black;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/lato/lato-black.ttf) format("truetype")
}

@font-face {
    font-family: lato-medium;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/lato/lato-medium.ttf) format("truetype")
}

@font-face {
    font-family: intro;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/intro/intro-regular.ttf) format("truetype")
}

@font-face {
    font-family: intro-light;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/intro/intro-light.ttf) format("truetype")
}

@font-face {
    font-family: intro-bold;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/intro/intro-bold.ttf) format("truetype")
}


body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.4;
    font-family: roboto,sans-serif;
    overflow-x: hidden;
    background-color: #fff
}
a{
    transition: all .3s;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}
.dev_v2 {
	background: url(../img/dev.png) no-repeat left center;
    padding-left: 70px;
    height: 30px;
    display: inline-block;
    position: relative;
    line-height: 30px;
    box-sizing: border-box;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    margin-top: 30px;
    color: #888;
}
.dev_v2:hover {
	background:url(../img/dev_h.png) no-repeat left center;
    color: #fff;
}
.c_comment {
	background: #c2e7f9;
    border-radius: 10px;
    padding: 20px;
	margin-bottom: 20px;
}
.c_comment .name {
    font-family: intro;
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #afd6ea;
}
.c_comment .name span {
	font-family: lato;
    opacity: 0.5;
    margin-left: 10px;
    font-size: 14px;
}
.c_comment .text {
	line-height: 26px;
}
.copyrightcenter {text-align:center}
.mform {
	width:600px;
	max-width:100%;
	background: #f0f0f0;
}
.mform h3 {
	margin-top:0;
	margin-bottom:20px;
}
.mform h3 {
	margin-top:0;
	margin-bottom:20px;
	text-align:center;
}

.mform input[type="text"], .mform textarea {
	width: 100%;
    padding: 10px 10px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    outline: none;
	resize:none;
	margin-bottom:20px;
}
#filename {
	margin-bottom:20px;
	font-size:14px;
}
.mform textarea {
	height:120px;
}
.mform .go {
	display: block;
    width: 300px;
    line-height: 53px;
    background-color: #3d5ca9;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin: 0 auto 0 auto;
    cursor: pointer;
    transition: all .3s;
}
.mform .go:hover {
    background-color: #3babe3;
}
.mform .answ {
	text-align:center;
	margin-top:10px;
}

.frmaddcomment {
	padding:30px;
	background:#f0f0f0;
}
.frmaddcomment h3 {
	margin-top:0;
	margin-bottom:20px;
}
.frmaddcomment input[type="text"], .frmaddcomment textarea {
	width: 100%;
    padding: 10px 10px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    outline: none;
	resize:none;
	margin-bottom:20px;
}
.frmaddcomment textarea {
	height:147px;
}

.frmaddcomment .go {
	display: inline-block;
    width: 302px;
    line-height: 53px;
    background-color: #3d5ca9;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin: 15px auto 0 auto;
    cursor: pointer;
    transition: all .3s;
}
.frmaddcomment .go:hover {
    background-color: #3babe3;
}

.c_comment .answ {
	background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}
.c_comment .answ .answ_name {
    font-family: intro;
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d0d0d0;
}
.c_comment .answ_text {
	line-height: 26px;
}
.c_comment .answ_text p {
	    margin: 0;
}
.c_comment .answ .answ_name span {
	font-family: lato;
    opacity: 0.5;
    margin-left: 10px;
    font-size: 14px;
}

.price_table {
	width:100%;
}
.price-item:nth-child(2n) {
	background:#f9f9f9;
}
.price-item:nth-child(2n+1) {
	background:#f0f0f0;
}
.price-item td { padding:0 20px; font-weight:700; }
.price-item th { padding:20px 20px; }

@media (max-width:767px) {
	.price-item td { padding:0 5px; }
}
@media (max-width:575px) {
	.price-item th { padding:10px 5px; }
	.price-item td { padding:10px 5px; }
	.price-item td.image { display:none; }
	.c_comment .name span {
		margin-left: 0;
		display:block;
		margin-top: 10px;
	}
	.c_comment .answ .answ_name span {
		margin-left: 0;
		display:block;
		margin-top: 10px;
	}
}

.cat_desc {
	padding-top:50px;
}
.tbl_bk {
	width:100%;
}
.tbl_bk tr:nth-child(2n) {
	background:#f0f0f0;
}
.tbl_bk tr:nth-child(2n+1) {
	background:#f9f9f9;
}
.tbl_bk td { padding:10px 20px; }


ul.list-in-text {
    margin: 0;
    padding-left: 10px;
    list-style-type: none
}

ul.list-in-text li {
    margin: 10px 0;
    padding-left: 20px;
    min-height: 12px;
    background-image: url(../img/ul-point.png);
    background-position: left center;
    background-repeat: no-repeat
}
.top-line {
    padding-top: 22px;
    padding-bottom: 40px;
    line-height: 1.2;
    color: #434343
}

.top-line_logo {
    display: block;
    background-image: url(../img/logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    height: 92px;
    width: 100%;
    max-width: 260px
}

.top-line_location {
    padding-top: 10px
}

.top-line_location p {
    margin: 0
}

.top-line_location .city {
    font-size: 14px;
    font-family: lato-bold;
    margin-bottom: 7px
}

.top-line_location .city a {
    color: #1a6de8;
    text-decoration: underline
}

.top-line_location .city a.refresh {
    margin-left: 5px;
    font-size: 10px;
    color: #3babe3
}

.top-line_location .phone {
    margin-bottom: 7px;
    font-size: 30px;
    font-family: lato;
    line-height: 30px;
}

.top-line_location .phone a {
    color: #434343;
    text-decoration: none
}
.top-line_location .phone a:nth-child(2) {
    margin-left:20px;
}

@media (max-width:500px) {
	.top-line_location .phone a {
		display:block;
	}
	.top-line_location .phone a:nth-child(2) {
		margin-left: 0;
	}
	
}
.top-line_location .phone span {
    font-size: 20px;
    vertical-align: top;
    line-height: 26px;
}

.top-line .schedule {
    font-size: 13px;
    font-family: lato
}

.top-line_phone {
    padding-top: 10px
}

.top-line_phone p {
    margin: 0;
    text-align: center
}

.top-line_phone .free-call {
    margin-bottom: 7px;
    font-size: 11px;
    font-family: lato;
    text-transform: uppercase
}

.top-line_phone .phone {
    margin-bottom: 7px;
    font-size: 22px;
    font-family: lato-black;
    line-height: 30px;
}

.top-line_phone .phone a {
    color: #043daf;
    text-decoration: none

}

.top-line_phone .phone span {
    font-size: 20px;
    vertical-align: top;
    color: #3babe3;
    font-family: lato-medium;
    line-height: 26px;
}

.top-line_phone .phone span:first-of-type {
    color: #043daf
}

.top-line_phone .recall a {
    font-size: 12px;
    font-family: lato-black;
    text-transform: uppercase;
    color: #25aae1;
    text-decoration: underline
}
.top-line_phone .recall a:hover{
    text-decoration: none;
}
.top-line_email {
    padding-top: 10px
}

.top-line_email p {
    margin: 0;
    margin-bottom: 7px;
    font-size: 11px;
    font-family: lato;
    text-transform: uppercase
}

.top-line_email .email {
    font-size: 16px;
    font-family: intro;
    text-transform: none
}

.top-line_email .email a {
    color: #25aae1
}

.top-line_email .recall a {
    font-size: 12px;
	line-height:18px;
    font-family: lato-black;
    text-transform: uppercase;
    color: #25aae1;
    text-decoration: underline
}
.top-line_email .recall a:hover{
    text-decoration: none;
}

.top-nav {
    background-color: #3f5c9e;
    text-transform: uppercase;
    font-size: 18px;
    font-family: intro;
    color: #555;
    padding: 25px 0
}

.top-nav a {
    color: #fff
}

.nav-main {
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0
}

.nav-main li {
    display: inline-block;
    padding: 0 15px
}

.main-banner {
    position: relative;
    line-height: 1.4
}

.main-banner img {
    width: 100%;
    min-height: 535px;
    min-height: auto;
	max-height:200px;
	object-fit:cover;
}

.id_1 .main-banner img {
	max-height:400px;
}

.main-banner .plashka {
    width: 395px;
    padding: 30px 0;
    position: absolute;
    top: 45px;
    left: -webkit-calc(50% - 495px);
    left: calc(50% - 495px);
    background-color: #fff;
    -webkit-box-shadow: 0 0 51px rgba(0,0,0,.5);
    box-shadow: 0 0 51px rgba(0,0,0,.5);
    transition: all .3s;
}
.main-banner .plashka:hover{
    -webkit-box-shadow: 0 0 51px rgba(0,0,0,1);
    box-shadow: 0 0 51px rgba(0,0,0,1)
}

.main-banner .plashka::before {
    content: '';
    width: 80px;
    height: 80px;
    background-color: #fff;
    position: absolute;
    top: -webkit-calc(50% - 40px);
    top: calc(50% - 40px);
    right: -40px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0 0 51px rgba(0,0,0,.7);
    box-shadow: 0 0 51px rgba(0,0,0,.7)
}

.main-banner .plashka .wrap-plashka::before {
    content: '';
    width: 80px;
    height: 80px;
    background-color: #fff;
    position: absolute;
    top: -webkit-calc(50% - 40px);
    top: calc(50% - 40px);
    left: -40px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0 0 51px rgba(0,0,0,.7);
    box-shadow: 0 0 51px rgba(0,0,0,.7)
}

.main-banner .plashka .wrap2-plashka {
    background-color: #fff;
    position: relative
}

.main-banner .plashka .unique {
    margin: 0 0 27px 0;
    font-family: intro-light;
    font-size: 36px;
    color: #3c434d;
    text-transform: uppercase;
    text-align: center
}

.main-banner .plashka .unique span {
    border-bottom: solid 2px #3babe3
}

.main-banner .plashka .unique-data {
    margin: 0;
    text-align: center;
    color: #243b98;
    font-size: 26px;
    font-family: intro;
    text-transform: uppercase
}

.main-banner .plashka .unique-price {
    margin: 0 auto;
    padding: 5px 30px;
    width: 314px;
    font-family: intro-bold;
    font-size: 45px;
    color: #fff;
    background-color: #fdb107;
    text-align: center;
    position: relative;
    cursor: pointer
}

.main-banner .plashka .unique-price::after,.main-banner .plashka .unique-price::before {
    content: '';
    width: 34px;
    height: 34px;
    background-color: #fdb107;
    position: absolute;
    top: -webkit-calc(50% - 17px);
    top: calc(50% - 17px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.main-banner .plashka .unique-price::after {
    left: -17px
}

.main-banner .plashka .unique-price::before {
    right: -17px
}

.main-banner .plashka .unique-product {
    text-align: center;
    margin-top: 27px
}

.main-banner .plashka .unique-product p {
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-family: intro-semibold,intro-bold;
    padding-bottom: 18px
}

.main-banner .plashka .unique-product ul {
    list-style-type: none;
    font-family: intro;
    font-size: 14px;
    margin: 0;
    padding: 0
}

.main-banner .plashka .unique-product ul li span {
    font-family: intro-bold
}

.h3 {
    font-family: intro-light;
    font-size: 48px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    color: #039;
    line-height: 1.4
}

.h3-white {
    color: #fff
}

.h3-grey {
    color: #3c434d
}

.h3-small {
    font-size: 36px
}

.head-line {
    text-align: center;
    margin-top: 32px
}
.iscontent .head-line {
    margin-bottom: 32px
}

.head-line-image {
    display: inline-block;
    width: 46px;
    height: 35px;
    background-image: url(../img/h-line-image.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    position: relative
}

.head-line-image-white {
    background-image: url(../img/h-line-image-white.png)
}

.head-line-image::after,.head-line-image::before {
    content: '';
    position: absolute;
    width: 570%;
    height: 1px;
    background-color: #c1c7d3;
    top: -webkit-calc(50% - 3px);
    top: calc(50% - 3px)
}

.head-line-image::before {
    left: -webkit-calc(-570% - 22px);
    left: calc(-570% - 22px)
}

.head-line-image::after {
    right: -webkit-calc(-570% - 22px);
    right: calc(-570% - 22px)
}

hr {
    size: 1px;
    color: silver;
    margin: 0
}

.advantages {
    padding: 50px 0 60px 0
}

.advantages-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 37px
}

.advantages-item {
    margin: 0 35px
}
.advantages-item:hover .advantages-item-img{
    margin-top: -10px;
    margin-bottom: 25px;
}
.advantages-item-img {
    background-image: url(../img/advantages-item-fon.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 145px;
    height: 145px;
    position: relative;
    transition: all .3s;
    margin-bottom: 15px;
}

.advantages-item-img::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/advantages-own.png);
    background-repeat: no-repeat;
    background-position: center
}

.advantages-item:nth-child(1) .advantages-item-img::after {
    background-image: url(../img/advantages-own.png)
}

.advantages-item:nth-child(2) .advantages-item-img::after {
    background-image: url(../img/advantages-winter.png)
}

.advantages-item:nth-child(3) .advantages-item-img::after {
    background-image: url(../img/advantages-eco.png)
}

.advantages-item:nth-child(4) .advantages-item-img::after {
    background-image: url(../img/advantages-price.png)
}

.advantages-item:nth-child(5) .advantages-item-img::after {
    background-image: url(../img/advantages-garant.png)
}

.advantages-item-title {
    font-size: 15px;
    font-family: intro;
    color: #5a605f;
    text-transform: uppercase;
    text-align: center;

}

.best-projects {
    padding: 40px 0 32px 0;
    background-color: #ebd4b4;
    -webkit-box-shadow: inset 0 10px 5px -10px rgba(0,0,0,.5);
    box-shadow: inset 0 10px 5px -10px rgba(0,0,0,.5)
}

.best-projects .filter {
    margin-top: 22px;
    margin-bottom: 38px
}

.filter ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center
}

.filter ul li {
    display: inline-block;
    margin: 0 10px;
    border: 2px solid transparent;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    cursor: pointer;
    transition: all .3s;
}

.filter ul li a {
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    font-family: intro-bold;
    color: #424242;
    text-decoration: none
}

.filter ul li.active,.filter ul li:active {
    border: 2px solid #2255b9;
    background-color: #fff;
    cursor: default
}

.filter ul li.active a,.filter ul li:active a {
    color: #1a6de8
}

.filter ul li:hover {
    border: 2px solid #2255b9
}

.filter-size ul li {
    margin:  5px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-color: #dedede
}
.filter-size ul li.active a {
    background-color: #3f5c9e;
	color:#fff;
}
.res_desc {
    font-family: intro;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    color: #fdb107;
    line-height: 1.4;
}
.res_desc span {
	color:#000;
}
.filter-size ul li a {
    width: 63px;
    /*padding: 15px 0;*/
	padding: 5px 0;
    text-align: center;
    font-family: lato;
    font-size: 14px;
    color: #2d2d2d;

}

.filter-size ul li a.active,.filter-size ul li a:active {
    background-color: #3f5c9e;
    border-color: #3f5c9e;
    cursor: pointer
}

.filter-size ul li a.active,.filter-size ul li a:active {
    color: #fff
}
.filter-size ul li a.w-2 {
	width: 145px;
}
.filter-size ul li a.w-3 {
	width: 210px;
}

.product-item {
    text-decoration: none !important;
    display: block;
    background-color: #fff;
    text-align: center;
    padding-bottom: 18px;
    margin-bottom: 30px;
    max-width: 260px;
    position: relative;
    cursor: pointer;
    border: solid 1px #e6eaed;
    transition: all .3s;
    color: #333;
}

.product-item-img {
    overflow: hidden;
    display: block;
}

.product-item-img img {
    width: 100%;
    display: block;
}

.product-item-info {
    text-align: center;
    margin-top: 10px;
    display: block;
}

.product-item-info .catname {
	color: #aaa;
    font-size: 14px;
    font-family: intro;
    font-weight: normal;
}
.product-item-info .title {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-family: intro-semibold,intro-bold;
    padding-bottom: 10px
}

.product-item-info .ul {
    display: block;
    list-style-type: none;
    font-family: intro;
    font-size: 14px;
    margin: 0 20px;
    padding: 0;
    padding-bottom: 20px;
    border-bottom: solid 1px #e7e8e9
}
.product-item-info .ul .li{
    display: block;
}
.product-item-info .ul .li span {
    font-family: intro-bold
}

.product-item-price {
    margin-top: 10px;
    display: inline-block;
    padding: 10px 15px;
    font-family: intro-bold;
    font-size: 25px;
    color: #fff;
    background-color: #3d5ca9;
    text-align: center;
    position: relative
}

.product-item-hover {
    display: block;
    opacity: 0;
    transition: all .3s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(47,54,61,.95);
}

.product-item.action .product-item-img {
    position: relative;
    display: block;
}

.product-item.action .product-item-img::after {
    position: absolute;
    content: 'Акция';
    font-family: intro-semibold,intro-bold;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #f95318;
    color: #fff;
    top: -11px;
    left: -39px;
    padding: 35px 35px 7px 35px;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg)
}

.product-item.action .product-item-price::after,.product-item.action .product-item-price::before {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    background-color: #3d5ca9;
    position: absolute;
    top: -webkit-calc(50% - 9px);
    top: calc(50% - 9px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.product-item.action .product-item-price::after {
    left: -9px
}

.product-item.action .product-item-price::before {
    right: -9px
}

.product-item:hover .product-item-price {
    z-index: 30;
    background-color: #3babe3;
    color: #fff;
    text-decoration: none
}

.product-item:hover .product-item-hover {
    opacity: 1;
    display: block;
}

.product-item:hover .product-item-hover .product-item-img {
    height: 113px;
    display: block;
}

.product-item:hover .product-item-hover .product-item-icon {
    display: block;
    width: 72px;
    height: 72px;
    background-image: url(../img/product-item-icon.png);
    margin: 40px auto 0
}

.product-item:hover .product-item-hover .product-item-info {
    display: block;
    color: #fff;
    border-top: solid 1px rgba(255,255,255,.45);
    border-bottom: solid 1px rgba(255,255,255,.45);
    padding-top: 8px;
    padding-bottom: 25px;
    margin: 25px 20px 0;
    line-height: 1.75
}

.product-item:hover .product-item-hover .product-item-info .ul {
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
    display: block;
}

.product-item:hover.action .product-item-img {
    position: relative;
    overflow: hidden;
    display: block;
}

.product-item:hover.action .product-item-img::after {
    position: absolute;
    content: 'Акция';
    font-family: intro-semibold,intro-bold;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #f95318;
    color: #fff;
    top: -11px;
    left: -39px;
    padding: 35px 35px 7px 35px;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg)
}

.product-item:hover.action .product-item-price::after,.product-item:hover.action .product-item-price::before {
    background-color: #3babe3
}
.resultInit {
    position: relative;
}
.result {
    width: 125px;
    background: #3babe3;
    padding: 10px 10px 3px 10px;
    position: absolute;
    left: Calc(100% + 26px);
	z-index:1;
    transition: all .3s;
	display:none;
}
@media (max-width: 1200px) {
	.result {
		left: Calc(100% + 16px);
	}
}
@media (max-width: 991px) {
	.result.active {
		display:none;
	}
}
.result.active {
	display:block;
}
.result p {
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-bottom: 8px;
}
.result b {
    color: #ffffff;
    font-size: 14px;
    background: #3d5ca9;
    line-height: 28px;
    height: 30px;
    text-align: center;
    display: block;
    cursor: pointer;
    transition: all .3s;
}
.result div {
    text-align:center;
}
.result div span {
    color: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
}
.look-all {
    text-align: center
}

.look-all a {
    display: inline-block;
    padding: 20px 45px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    font-family: intro-semibold,intro-bold;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #2255b9;
    color: #fff;
    text-decoration: none
}

.look-all a:hover {
    background-color: #3babe3
}

.send-request {
    padding: 50px 0 100px 0;
    background-color: #405c93
}

.send-request p {
    background-color: #fff;
    font-family: intro;
    font-size: 18px;
    color: #3c434d;
    text-align: center;
    padding: 23px 0;
    padding: 23px 20px;
    margin: 25px 0 40px 0;
    -webkit-border-radius: 25px;
    border-radius: 25px
}

.send-request p span {
    font-family: intro-bold
}

.send-request form, .send-request .form {
    text-align: center
}

.send-request .form span {
	margin-top:20px;
    text-align: center;
	color:#ddd;
	display: block;
}

.send-request input {
    width: 200px;
    padding: 15px 23px;
    margin-right: 35px;
    font-family: intro;
    font-size: 18px;
    color: #fff;
    background-color: #405c93;
    border-color: rgba(255,255,255,.3);
    border-style: solid;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.send-request input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ddd;
}
.send-request input::-moz-placeholder { /* Firefox 19+ */
  color: #ddd;
}
.send-request input:-ms-input-placeholder { /* IE 10+ */
  color: #ddd;
}
.send-request input:-moz-placeholder { /* Firefox 18- */
  color: #ddd;
}

.send-request input[type=submit] {
    margin-right: 0;
    background-color: #fdb107;
    color: #212121;
    border-color: #fdb107;
    transition: all .3s;
}

.send-request input[type=submit]:hover {
    background-color: #ffca54;
    border-color: #ffca54
}

.about-company {
    padding: 65px 0 150px 0
}

.about-company p {
    font-family: lato;
    font-size: 16px;
    text-align: center;
    line-height: 1.75;
    margin-top: 40px;
    color: #3c434d
}

.comment {
    padding: 40px 0 32px 0;
    background-color: #ebd4b4
}

.comment-slider {
    overflow: hidden;
    position: relative;
    margin-top: 38px
}

.comment-slider .slide-wrap {
    float: left
}

.comment-slider .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center
}

.comment-slider .owl-dots .owl-dot {
    height: 12px;
    width: 12px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    margin: 0 3px;
    cursor: pointer;
    border: #2255b9 2px solid;
    background-color: #fff;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease
}

.comment-slider .owl-dots .owl-dot.active {
    border: #fff 2px solid;
    background-color: #2255b9;
    cursor: default
}

.comment-slider .owl-nav {
    width: 100%;
    text-align: center
}

.comment-slider .owl-nav .owl-next,.comment-slider .owl-nav .owl-prev {
    z-index: 51;
    position: absolute;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: #2255b9 2px solid;
    background-color: rgba(255,255,255,.5);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    top: -webkit-calc(50% - 72px);
    top: calc(50% - 72px);
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease
}

.comment-slider .owl-nav .owl-next:hover,.comment-slider .owl-nav .owl-prev:hover {
    background-color: #fff
}

.comment-slider .owl-nav .owl-prev {
    left: 0;
    background-image: url(../img/carusel-left.png)
}

.comment-slider .owl-nav .owl-next {
    right: 0;
    background-image: url(../img/carusel-right.png)
}

.comment-item {
    background-color: #fff;
    border: dashed 1px #2255b9;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 47px;
    margin: 0 74px 50px;
    text-align: center
}

.comment-item-title {
    font-family: lato-bold;
    font-size: 16px;
    color: #3c434d
}

.comment-item-content {
    font-family: lato;
    font-size: 14px;
    color: #80909c;
    padding-top: 27px;
    line-height: 1.75
}

.comment-item-project {
    font-family: lato-bold;
    font-size: 16px;
    color: #3c434d;
    padding-top: 37px
}

.comment-item-city {
    font-family: lato-bold;
    font-size: 14px;
    color: #80909c;
    padding-top: 9px
}

.gallery {
    padding: 85px 0
}

.gallery .filter {
    margin-top: 15px;
    margin-bottom: 45px
}

.gallery-item {
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    max-width: 360px;
    color: #333333;
    display: block;
}

.gallery-item-img {
    position: relative;
    border: solid 10px #ecedf0;
    display: block;
}

.gallery-item-img img {
    width: 100%;
    display: block;
}

.gallery-item-info {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    background-color: rgba(255,255,255,.8);
    text-align: center;
    padding: 12px 0 14px 0;
    font-family: lato-bold;
    font-size: 15px
}

.gallery-item-info .gallery-text {
    display: block;
    padding: 0;
    margin: 0
}

.gallery-item-info .city {
    font-family: lato;
    font-size: 13px
}

.gallery-item-hover {
    opacity: 0;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(47,54,61,.9);
    text-align: center;
    transition: all .3s;
}

.gallery-item:hover .gallery-item-hover {
    opacity: 1;

}

.gallery-item:hover .gallery-item-hover .gallery-item-icon {
    height: 96px;
    background-image: url(../img/gallery-item-icon.png);
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.gallery-item:hover .gallery-item-hover .gallery-item-link span {
    display: inline-block;
    padding: 12px 28px;
    color: #fff;
    border: solid 1px #fff;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s;

}

.gallery-item:hover .gallery-item-hover .gallery-item-link span:hover {
    color: rgba(47,54,61,.9);
    background-color: #fff
}

.gallery-item.ready-projects-item {
    margin-bottom: 20px
}

.gallery-item.ready-projects-item .gallery-item-img {
    position: relative
}
.gallery-item:hover .gallery-item-hover .gallery-item-link a {
    display: inline-block;
    padding: 12px 28px;
    color: #fff;
    border: solid 1px #fff;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    text-decoration: none;
    text-transform: uppercase;
}

.gallery-item.ready-projects-item .gallery-item-info {
    position: relative;
    bottom: 0;
    background-color: #fff;
    border-bottom: solid 10px #ecedf0
}

.stages {
    padding: 60px 0 90px 0;
    background-color: #f1f1f1;
    background-image: url(../img/stages-fon.jpg)
}

.stages-items {
    margin-top: 65px;
    position: relative
}

.stages-items::before {
    position: absolute;
    content: '';
    background-image: url(../img/stages-line.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    top: 0;
    bottom: 0;
    right: 80px;
    left: 80px
}

.stages-items-1,.stages-items-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.stages-items-1 {
    margin-bottom: 70px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.stages-items-1 .stages-item-title {
    margin-top: 14px
}

.stages-items-2 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.stages-items-2 .stages-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.stages-items-2 .stages-item-title {
    margin-bottom: 14px
}

.stages-item {
    min-width: 240px;
    z-index: 5
}

.stages-item-img {
    width: 100px;
    height: 100px;
    background-color: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    margin: 0 auto
}

.stages-item-img::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center
}

.stages-item-img::before {
    font-family: intro-bold;
    font-size: 16px;
    text-align: center;
    padding: 4px 0;
    vertical-align: middle;
    position: absolute;
    width: 32px;
    height: 32px;
    right: 0;
    top: 0;
    background-color: #fff;
    border: 2px solid #20449c;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.stages-item-1 {
    margin-right: 125px
}

.stages-item-1 .stages-item-img {
    background-color: #20449c
}

.stages-item-1 .stages-item-img::after {
    background-image: url(../img/stages-1.png)
}

.stages-item-1 .stages-item-img::before {
    content: '1';
    border-color: #20449c
}

.stages-item-2 .stages-item-img::after {
    background-image: url(../img/stages-2.png)
}

.stages-item-2 .stages-item-img::before {
    content: '2'
}

.stages-item-3 {
    margin-right: 157px
}

.stages-item-3 .stages-item-img::after {
    background-image: url(../img/stages-3.png)
}

.stages-item-3 .stages-item-img::before {
    content: '3'
}

.stages-item-4 {
    margin-left: 167px
}

.stages-item-4 .stages-item-img::after {
    background-image: url(../img/stages-4.png)
}

.stages-item-4 .stages-item-img::before {
    content: '4'
}

.stages-item-5 .stages-item-img::after {
    background-image: url(../img/stages-5.png)
}

.stages-item-5 .stages-item-img::before {
    content: '5'
}

.stages-item-6 {
    margin-left: 125px
}

.stages-item-6 .stages-item-img {
    background-color: #fdb107
}

.stages-item-6 .stages-item-img::after {
    background-image: url(../img/stages-6.png)
}

.stages-item-6 .stages-item-img::before {
    content: '6';
    border-color: #fdb107
}

.stages-item-title {
    font-size: 15px;
    font-family: intro;
    color: #0d0d0e;
    text-align: center
}

.footer {
    padding: 70px 0 70px;
    background: #333;
}

.footer-info {
    font-family: lato;
    font-size: 14px;
    color: #ccc;
}

.footer-info .copyyear {
    font-family: lato-bold;
    margin-top: 0
}

.footer-info a {
    color: #327731;
    text-decoration: underline
}
.footer-info a.politika {
    color: #fff;
}
.footer-info a.dev_v2 {
	color:#888;
}
.footer-menu p {
    font-family: lato-semibold;
    font-size: 16px;
    color: #ccc;
    margin-top: 0;
    margin-bottom: 12px
}

.footer-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.footer-nav ul li {
    display: inline-block
}

.footer-nav ul li a {
    font-family: intro;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    margin-right: 15px
}

.footer-nav ul li:last-of-type a {
    margin-right: 0
}

.footer-contact {
    text-align: center
}

.footer-contact p {
    font-family: lato-semibold;
    font-size: 18px;
    margin-top: 0;
    color: #ccc;
}

.footer-contact .free-call {
    margin-bottom: 7px;
    font-size: 11px;
    font-family: lato;
    text-transform: uppercase
}

.footer-contact .phone {
    margin-bottom: 7px;
    font-size: 30px;
    font-family: lato-black;
    line-height: 30px;
}

.footer-contact .phone a {
    color: #043daf;
    text-decoration: none
}

.footer-contact .phone span {
    font-size: 20px;
    vertical-align: top;
    color: #3babe3;
    font-family: lato-medium;
    line-height: 26px;
}

.footer-contact .phone span:first-of-type {
    color: #043daf
}

.footer-soc {
    margin-top: 24px
}

.footer-soc ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center
}

.footer-soc ul li {
    display: inline-block;
    margin: 0 12px
}

.footer-soc ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #444;
    background-position: center;
    background-repeat: no-repeat
}

.footer-soc ul li a.vk {
    background-image: url(../img/soc-v.png)
}

.footer-soc ul li a.f {
    background-image: url(../img/soc-f.png)
}

.footer-soc ul li a.t {
    background-image: url(../img/soc-t.png)
}

.footer-soc ul li a.i {
    background-image: url(../img/soc-i.png)
}

.footer-soc ul li a.w {
    background-image: url(../img/soc-w.png)
}

.footer-soc ul li a.vi {
    background-image: url(../img/soc-vi.png)
}

.breadcrumbs ul {
    margin: 0;
    padding: 30px 0 26px 0;
    list-style-type: none
}
.breadcrumbs .B_crumbBox {
    margin: 0;
    padding: 30px 0 26px 0;
    display:block;
    text-transform: uppercase;
	color: #878787;
    font-size: 12px;
	font-family: lato-medium;
}
.breadcrumbs .B_crumbBox a {
	color: #878787;
}
.breadcrumbs .B_crumbBox .B_lastCrumb {
	color:#243b98; 
}
.breadcrumbs .B_crumbBox .B_crumb {
	margin:0 10px;
}
.breadcrumbs .B_crumbBox .B_firstCrumb {
	margin:0 10px 0 0;
}
.breadcrumbs .B_crumbBox .B_lastCrumb {
	margin:0 0 0 10px;
}
.breadcrumbs ul li {
    display: inline-block;
    font-family: lato-bold;
    font-size: 12px;
	
    text-transform: uppercase;
    color: #243b98
}
.breadcrumbs ul li a {
    font-family: lato-medium;
    color: #878787
}
.breadcrumbs ul li span {
    font-size: 7px;
    vertical-align: text-top;
    padding: 2px 17px 0 20px;
    color: #878787
}
.product {
	margin-top:20px;
}
.pagination {
    text-align: center
}

.pagination .page-next,.pagination .page-prev {
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid transparent
}

.pagination .page-next:hover,.pagination .page-prev:hover {
    border-color: #20449c
}

.pagination .page-prev {
    background-image: url(../img/page-prev.png)
}

.pagination .page-next {
    background-image: url(../img/page-next.png)
}

.pagination ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center
}

.pagination ul li {
    display: inline-block;
    text-align: center;
    margin: 0 15px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid transparent
}

.pagination ul li a {
    display: inline-block;
    font-family: intro;
    font-size: 14px;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: transparent;
    padding-top: 7px;
    text-decoration: none
}

.pagination ul li.active:hover,.pagination ul li:active:hover {
    border: 1px solid transparent
}

.pagination ul li.active a,.pagination ul li:active a {
    background-color: #20449c;
    color: #fff;
    cursor: default
}

.pagination ul li:hover {
    border-color: #20449c
}

.iscontent {
    padding: 42px 0 67px 0
}
.iscontent .clear:after, .iscontent .clearfix:after {
    content:"";
	clear:both;
	display:block;
}
.iscontent h2 {
    font-family: intro;
    font-size: 32px;
    text-transform: uppercase;
    margin: 20px 0;
}
.iscontent h3 {
    font-family: intro;
    font-size: 24px;
    text-transform: uppercase;
    margin: 20px 0;
}
.iscontent img {
	max-width:100%;
}

.iscontent a.ytimg {
    position: relative;
    display: inline-block;
    text-decoration: none!important;
}
.maptop {
	background:#3babe3;
	padding:20px;
}
.maptop div {
	color:#ffffff;
	font-size:20px;
	display:inline-block;
	margin-right:20px;
}
.maptop #delivery_len_span, 
.maptop #delivery_price_span {
	color:#f2ff61;
}
#map {
	background:#f9f9f9;
	height:400px;
}
.ytimg:after {
    content: "";
    position: absolute;
    background: url(../img/ytplay.png) no-repeat center center;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.ytimg:hover:after {
    -webkit-filter: brightness(140%);
    filter: brightness(140%);
}
.photos a {
	display:inline-block;
	margin-bottom:30px;
	position: relative;
}

.photos a .title {
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(51,122,183,0.8);
    color: #fff;
    padding: 10px;
    font-family: intro;
    text-transform: uppercase;
}

.stacontent img {
	float:left;
	margin:0 20px 10px 0;
	max-width:100%;
}
.statji {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
@media (max-width:991px) {
	.statji {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}
}
.statji h3 {
    font-family: intro;
    font-size: 24px;
    text-transform: uppercase;
    margin: 20px 0;
}
.statji h3.first {
    margin: 0 0 20px 0;
}
.sta_item span {
	color:#d0d0d0;
	font-size: 12px;
}
.sta_item b {
	display:inline-block;
	width:10px;
	height:10px;
	background:#25aae1;
	margin-right:10px;
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.sta_item:hover b {
	background:#3f5c9e;
}

a.otz-item {
	display:inline-block;
    margin: 0 0 20px 0;
}
a.otz-item:after {
	content:"";
	display:block;
	clear:both;
}
a.otz-item:hover {
	text-decoration:none;
}

.comment_vid {
	margin-top:50px;
	margin-bottom:50px;
}
.comment_vid img {
	max-width:100%;
}
.comment_vid a.ytimg {
	display:block;
	margin-bottom:30px;
}


.otz-item h3 {
    font-family: intro;
    font-size: 24px;
    text-transform: uppercase;
	display:inline-block;
	display:inline;
	margin: 0;
}

.otz-item span {
	display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 16px;
    background: #25aae1;
    margin-right: 5px;
    position: relative;
    top: 4px;
}
.otz-item span.ico_fot {
    background: #17bb51 url(../img/ico_fot.png) no-repeat center center;
    background-size: 12px;
}
.otz-item span.ico_vid {
    background: #e15959 url(../img/ico_vid.png) no-repeat center center;
    background-size: 12px;
}
.otz-item b {
	display:inline-block;
	width:14px;
	height:14px;
	background:#25aae1;
	margin-right:10px;
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.otz-item:hover b {
	background:#3f5c9e;
}

.page_sta .head-line {
	margin-top:15px;
}
.page_sta .sta_date {
	text-align: center;
    color: #c0c0c0;
}

.catalog {
    padding: 42px 0 67px 0
}

.catalog .more-param {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px
}

.catalog .more-param a {
    display: inline-block;
    font-family: intro;
    font-size: 12px;
    text-decoration: underline;
    color: #3f5c9e
}

.catalog .more-param a:hover {
    color: #1a6de8
}

.catalog .filter {
    margin-top: 20px;
    margin-bottom: 40px;
}

.catalog .filter-list {
    background-color: #f0f1ed;
    border: 1px solid #e6eaed
}

.catalog .filter-block {
    padding: 25px;
    border-bottom: 1px solid #fff
}

.catalog .filter-block-title {
    display: block;
    margin-bottom: 20px
}

.catalog .filter-block-title a {
    display: block;
    position: relative;
    font-family: intro-semibold,intro-bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #424242;
    text-decoration: none
}

.catalog .filter-block-title a span {
    text-transform: lowercase
}

.catalog .filter-block-title a.rotate-180::before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.catalog .filter-block-title a::before {
    content: '';
    position: absolute;
    background-image: url(../img/filter-block-down.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    width: 9px;
    height: 100%;
    right: 0
}

.catalog .filter-block-items .filter-interval {
    text-align: center
}

.catalog .filter-block-items .filter-interval .range-controls {
    display: flex;
    justify-content: space-between;
}



.catalog .filter-block-items .filter-interval .range-controls input {
    display: inline-block;
    height: 40px;
    width: 90px;
    padding-left: 8px;
    font-family: intro;
    font-size: 13px;
    color: #2d2d2d;
    border-color: 1px solid #dedede
}

.catalog .filter-block-items .filter-interval .interval-slider-box {
    margin-top: 20px
}

.catalog .filter-block-items .filter-interval .interval-slider-box .ui-widget {
    font-size: 7px
}

.catalog .filter-block-items .filter-interval .interval-slider-box .ui-widget-content {
    background-color: #fff;
    background-image: none;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0
}

.catalog .filter-block-items .filter-interval .interval-slider-box .ui-slider-horizontal .ui-slider-handle {
    top: -6px
}

.catalog .filter-block-items .filter-interval .interval-slider-box .ui-state-default,.catalog .filter-block-items .filter-interval .interval-slider-box .ui-widget-content .ui-state-default {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: 0 3px 8px -3px rgba(0,0,0,.5);
    box-shadow: 0 3px 8px -3px rgba(0,0,0,.5);
    width: 17px;
    height: 17px;
    outline: 0;
    outline-offset: 0
}

.catalog .filter-block-items .filter-interval .interval-slider-box .ui-widget-content .ui-state-hover {
    border-color: #3f5796
}

.catalog .filter-block-items .filter-interval .interval-slider-box .ui-widget-header {
    background-color: #3f5796;
    background-image: none
}

.catalog .filter-block-items .filter-interval .limit-amount {
    text-align: justify;
    margin-top: 15px
}

.catalog .filter-block-items .filter-interval .limit-amount:after {
    content: '';
    width: 100%;
    display: inline-block
}

.catalog .filter-block-items .filter-interval .limit-amount div {
    display: inline-block;
    font-family: intro;
    font-size: 12px;
    color: #878787
}

.catalog .filter-block-items .checkbox-list {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.catalog .filter-block-items .checkbox-list li {
    margin-bottom: 18px
}

.catalog .filter-block-items .checkbox-list label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 40px;
    font-family: intro;
    font-size: 14px;
    color: #323232;
    line-height: 23px;
	font-weight: normal;
}

.catalog .filter-block-items .checkbox-list label::before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #fff;
    border: 1px solid #dedede
}

.catalog .filter-block-items .checkbox-list input[type=checkbox] {
    display: none
}

.catalog .filter-block-items .checkbox-list input[type=checkbox]:checked+label::before {
    content: "";
    background-image: url(../img/checkbox.png);
    background-repeat: no-repeat;
    background-position: center;
    line-height: 15px
}

.catalog .filter-block-items .checkbox-list label:after {
    content: "(" attr(data-filter-block-item-count) ")";
    content: none;
    color: gray;
    line-height: 18px;
    margin-left: 5px;
    font-family: intro;
    font-size: 14px;
    color: #838383
}

.catalog .filter-button {
    padding: 30px 20px;
    text-align: center
}

.catalog .filter-button p {
    font-family: intro;
    font-size: 14px;
    margin: 0 0 17px 0
}

.catalog .filter-button a {
    display: inline-block;
    padding: 12px 0;
    width: 200px;
    font-family: intro-bold;
    font-size: '14px';
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background-color: #3d5ca9;
    max-width: 100%;
}

.catalog .filter-button a:hover {
    background-color: #3babe3
}

.catalog .filter .showallfilters {
	text-align: center;
    border-top: 1px solid #efefef;
    padding-top: 10px;
    margin-top: 5px;
}
.catalog .filter .showallfilters span {
	cursor:pointer;
}
.catalog .filter .showallfilters span:after {
	content:"Показать все категории";
	font-weight: 600;
	color: #3f5c9e;
}
.catalog .filter .showallfilters span.opened:after {
	content:"Скрыть дополнительные категории";
}
.catalog .filter .filters_additional {
    display:none;
}
.catalog .filter .filters_additional.opened {
    display:block;
}

.catalog .ready-projects {
    margin-top: 25px;
    padding: 25px 0 10px 0
}

.catalog .ready-projects h4 {
    font-family: intro-semibold,intro-bold;
    font-size: 14px;
    color: #424242;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 30px;
    margin: 0
}

.catalog .our-services {
    background-color: #f0f1ed;
    padding: 30px 0 50px;
    border: 1px solid #e6eaed
}

.catalog .our-services h4 {
    font-family: intro-semibold,intro-bold;
    font-size: 14px;
    color: #424242;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 20px;
    margin: 0;
    border-bottom: 1px solid #fff
}

.catalog .our-services ul {
    list-style-type: none;
    padding-left: 10px;
    margin: 35px 15px 0
}

.catalog .our-services ul li {
    margin: 8px 0;
    padding-left: 20px;
    min-height: 12px;
    background-image: url(../img/ul-point.png);
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 1
}

.catalog .our-services ul li a {
    font-family: intro;
    font-size: 14px;
    text-decoration: underline;
    color: #043daf
}

.catalog .our-services ul li a:hover {
    color: #3babe3
}

.catalog .sort-filter {
    padding: 20px 15px 0 15px;
    margin: 0 0 25px;
    border: 1px solid #e9ece0;
    font-family: lato-medium;
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: justify;
    vertical-align: top
}

.catalog .sort-filter::after {
    content: '';
    width: 100%;
    display: inline-block
}

.catalog .sort-filter div {
    display: inline-block
}

.catalog .sort-filter a {
    color: #323232;
    text-decoration: none;
    display: inline-block;
    padding-right: 18px;
    margin: 0 14px;
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer
}

.catalog .sort-filter a.active {
    color: #243b98;
    background-image: url(../img/filter-block-up.png);
}
.catalog .sort-filter a.active.activeDOWN {
    background-image: url(../img/filter-block-down.png);
}

.catalog .sort-filter label {
    display: inline-block;
    vertical-align: top;
    padding-right: 5px
}

.catalog .sort-filter .ui-selectmenu-button.ui-state-default {
    background: 0 0;
    border: none;
    font-family: lato-medium;
    font-size: 12px;
    text-transform: uppercase
}

.catalog .sort-filter .ui-selectmenu-button.ui-state-default:active,.catalog .sort-filter .ui-selectmenu-button.ui-state-default:focus,.catalog .sort-filter .ui-selectmenu-button.ui-state-default:hover {
    outline: 0;
    outline-offset: 0
}

.catalog .sort-filter .ui-selectmenu-button span.ui-selectmenu-text {
    padding: 0
}

.catalog .sort-filter .ui-selectmenu-button span.ui-icon {
    right: 0
}

.catalog .product-items {
    overflow: hidden
}

.ui-selectmenu-menu {
    margin-top: 5px;
    border-color: #e9ece0
}

.ui-selectmenu-menu .ui-menu .ui-menu-item {
    padding: 3px 0;
    text-align: center;
    font-family: lato-medium;
    font-size: 12px
}

.ui-selectmenu-menu .ui-state-focus,.ui-selectmenu-menu .ui-widget-content .ui-state-focus {
    background-image: none;
    background-color: #3babe3;
    color: #fff
}

.how-make-order {
    padding: 50px 0 127px;
    font-family: intro;
    font-size: 16px
}

.how-make-order p {
    margin: 32px 0 0 0;
    font-family: intro;
    font-size: 16px;
    text-align: center;
    color: #3c434d
}

.how-make-order p:first-of-type {
    margin-top: 55px
}

.how-make-order h5 {
    font-family: intro-bold;
    font-size: 16px;
    margin-top: 50px;
    margin-bottom: 13px
}

.how-make-order ol {
    margin: 0;
    padding-left: 30px
}

.how-make-order ol li {
    margin: 10px 0
}

.product-info {
    padding: 50px 0 40px 0
}

.product-info-menu {
    list-style-type: none;
    padding: 0 0 20px 0;
    margin: 0;
    text-align: center
}

.product-info-menu li {
    display: inline-block;
    /* font-size: 14px; */
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    /* padding: 0 40px 10px 40px */
    padding: 0;
    padding-bottom: 10px;
}

/* .product-info-menu li:first-of-type {
    padding-left: 0
}

.product-info-menu li:last-of-type {
    padding-right: 0
} */

.product-info-menu li a {
    color: #424242;
    font-family: intro-semibold,intro;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding: 12px 20px 8px;
    border: 3px solid transparent;
    border-radius: 50px;
}

/* .product-info-menu li.active a:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 10px;
    background-image: url(../img/product-info-menu.png);
    background-position: center;
    background-repeat: no-repeat;
    top: 100%;
    left: 50%;
    margin-left: -10px;
} */

.product-info-menu li.active a {
    font-family: intro-bold;
    /* color: #243b98; */
    color: firebrick;
    border-color: firebrick;
    /* border-bottom: 3px solid /* #3d5ca9; */
    cursor: default
}

.product-info-menu li:not(.active):hover a {
    color: #243b98;
    border: 3px solid #3d5ca9
}

.product-info .img-slider {
    overflow: hidden;
    padding-top: 72px;
    padding-bottom: 20px;
    position: relative;
    margin-top: -52px;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.product-info .img-slider-item {
    padding: 0 10px
}

.product-info .img-slider-item img {
    width: 100%
}
.product-info-v2.product-info .img-slider-item img {	filter:brightness(0.95);}
.product-info .img-slider .slide-wrap {
    float: left
}

.product-info .img-slider .owl-nav {
    width: 100%;
    text-align: right;
    position: absolute;
    overflow: hidden;
    border-bottom: 1px solid #ededed;
    top: 0;
    padding: 0 0 18px 0;
    height: 52px;
}

.product-info .img-slider .owl-nav .owl-next,.product-info .img-slider .owl-nav .owl-prev {
    z-index: 51;
    display: inline-block;
    width: 27px;
    height: 27px;
    border: 1px solid #dedede;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.product-info .img-slider .owl-nav .owl-next:hover,.product-info .img-slider .owl-nav .owl-prev:hover {
    background-color: #f6f6f6
}

.product-info .img-slider .owl-nav .owl-prev {
    background-image: url(../img/img-slider-l.png)
}

.product-info .img-slider .owl-nav .owl-prev:hover {
    background-image: url(../img/img-slider-hl.png)
}

.product-info .img-slider .owl-nav .owl-next {
    background-image: url(../img/img-slider-r.png)
}

.product-info .img-slider .owl-nav .owl-next:hover {
    background-image: url(../img/img-slider-hr.png)
}

.product-info-character {
    background-color: #f0f1ed
}

.product-info-character .title {
    font-family: intro-semibold,intro-bold;
    font-size: 14px;
    color: #424242;
    text-transform: uppercase;
    padding: 26px 0 23px 20px;
    border-bottom: 1px solid #fff
}

.product-info-character .table-wrap {
    padding: 18px 23px 20px 23px
}

.product-info-character .table-wrap table {
    width: 100%;
    font-family: intro;
    font-size: 16px;
    color: #171717
}

.product-info-character .table-wrap table tr {
    height: 35px
}

.product-info-character .table-wrap table td .div-table {
    display: table
}

.product-info-character .table-wrap table td .div-cel {
    display: table-cell;
    white-space: nowrap
}

.product-info-character .table-wrap table td .div-cel:last-child {
    width: 100%;
    border-bottom: 1px solid #cdcdcd
}

.product-info-period {
    background-color: #3d5ca9;
    padding: 20px 0
}

.product-info-period p {
    padding: 0;
    margin: 0;
    font-family: intro;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-transform: uppercase
}

.product-info-period p span {
    font-family: intro-bold;
    font-size: 24px
}

.product-info-fixprice {
    padding: 20px 0
}

.product-info-fixprice p {
    padding: 0;
    margin: 0;
    font-family: intro-bold;
    font-size: 16px;
    color: #171717;
    text-align: center
}

.product-info-fixprice p span {
    font-family: lato;
    font-size: 12px
}

.product-info-freecons a {
    display: block;
    text-align: center;
    height: 90px;
    padding-top: 18px;
    background-color: #fdb107;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    color: #fff;
    font-family: intro-bold;
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    text-decoration: none
}

.product-info-freecons a:hover {
    background-color: #ffca54
}
.product-info-bigimg {    background-color: #f0f1ed;    margin-top: 20px;    padding-bottom: 12px}.product-info-v2 .product-info-bigimg {    background: none;    margin-top: 0;    padding-bottom: 12px}
.card_content {
	margin:30px 0;
	font-family:lato;
	font-size:16px;
	line-height:22px;
}
.card_content h2, .card_cintent h3 {
    font-family: intro-bold;
    font-size: 18px;
    text-transform: uppercase;
    margin: 30px 0 20px;
}
.card_content ul {
    padding-left: 10px;
    list-style-type: none;
}
.card_content ul li {
    margin: 10px 0;
    padding-left: 20px;
    min-height: 12px;
    background-image: url(../img/ul-point.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.product-info-bigimg-img {
    position: relative
}
.product-info .img-slider-item {
    margin: 0 10px;
	padding:0;
	cursor:pointer;
}
.product-info .owl-item.current .img-slider-item:after {
	content: "";
    border: 5px solid rgba(4,61,175,0.5);
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
}
.product-info-bigimg-img:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 57px;
    height: 57px;
    background-color: rgba(255,255,255,.4);
    background-image: url(../img/resize.png);
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
    content: none;
}

.product-info-bigimg img {
    width: 100%
}

.product-info-bigimg h4 {
    font-family: intro-semibold,intro-bold;
    font-size: 24px;
    color: #3d5ca9;
    text-transform: uppercase;
    text-align: center;
    margin: 23px 0 14px
}

.product-info-bigimg p {
    text-align: center;
    font-family: intro-semibold,intro-bold;
    font-size: 12px;
    color: #333;
    margin: 0;
    padding: 0
}

.product-info-bigimg .cost-table {
    display: table;
    width: 100%;
    margin-bottom: 12px
}

.product-info-bigimg .cost-table-row {
    height: 15px;
    display: table-row;
    text-align: center;
    font-size: 16px;
    font-family: intro-bold;
    color: #171717
}

.product-info-bigimg .cost-table-row .price {
    display: inline-block;
    width: 270px;
    margin-top: 10px;
    line-height: 53px;
    background-color: #3d5ca9;
    color: #fff;
    font-size: 30px
}

.product-info-bigimg .cost-table-row a {
    display: inline-block;
    width: 270px;
    margin-top: 10px;
    line-height: 53px;
    background-color: #3d5ca9;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none
}

.product-info-bigimg .cost-table-row a:hover {
    background-color: #3babe3
}

.product-info-bigimg .cost-table-row:nth-child(2) .cost-table-cell:first-child {
    /*border-right: 1px solid #3d5ca9*/
}

.gotop {
	position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 38px;
    background: rgba(255,255,255,0.5);
    border: 3px solid rgba(64,92,147,0.5);
    color: rgba(64,92,147,0.5);
    text-align: center;
    border-radius: 50px;
    font-size: 30px;
	cursor:pointer;
}

.product-info-bigimg .cost-table-cell {
    display: table-cell;
    width: 50%
}

.product-info-bigimg .cost-table-cell:first-child {
    background-color: #fff;
    font-family: intro-semibold,intro-bold
}
.projectcategories {padding-bottom: 50px;}

.allchars {
    padding: 50px 0;
    font-family: lato;
    font-size: 16px;
    color: #3c434d;
}

.allchars ul {
    margin: 20px 0 0 0;
	padding-left: 10px;
    list-style-type: none;
	column-count: 3;
    column-gap: 30px;
}
.for-list-tabs_mob { display:none; }
@media (max-width:991px) {
	.allchars ul {
		column-count: 2;
		column-gap: 20px;
	}
}
@media (max-width:767px) {
	.allchars ul {
		column-count: 1;
		column-gap: 0;
	}
	.for-list-tabs { display:none; }
	.for-list-tabs_mob {
		display:block;
		max-width:100%;
		width:100%;
	}
}
.allchars ul li {
    margin: 0 0 10px 0;
    padding-left: 20px;
    min-height: 12px;
    background-image: url(../img/ul-point.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.detailed-information h4 {
    text-align: center;
    font-family: intro-bold;
    font-size: 18px;
    text-transform: uppercase;
	margin: 30px 0;
}

.detailed-information ul.list-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0;
    margin: 50px 0 0 0;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    list-style-type: none;
    border-bottom: 9px solid #f0f1ed
}

.detailed-information ul.list-tabs li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    background-color: #f0f1ed;
    border-left: none;
    border-right: 1px solid #fff;
    padding: 20px;
    font-family: intro;
    font-size: 18px;
    color: #3c434d;
    cursor: pointer
}
.detailed-information ul.list-tabs li a{
    text-decoration: none;
    color: #333333;
}
.detailed-information ul.list-tabs li.active a{
    text-decoration: none;
    color: #3d5ca9;
}

.detailed-information ul.list-tabs li:last-of-type {
    border-right: none
}

.detailed-information ul.list-tabs li.active {
    padding-top: 40px;
    border-top: 5px solid #3d5ca9;
    font-family: intro-bold;
    color: #3d5ca9;
    cursor: default
}

.detailed-information table.for-list-tabs {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    margin-top: 6px;
    font-family: lato-bold;
    font-size: 18px;
    color: #3d5ca9
}

.detailed-information table.for-list-tabs tr:nth-of-type(even) {
    background-color: #f0f1ed;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff
}

.detailed-information table.for-list-tabs tr:nth-of-type(odd) {
    background-color: #f8f8f8;
    border-bottom: 1px solid #f0f1ed;
    border-top: 1px solid #f0f1ed
}

.detailed-information table.for-list-tabs tr:first-of-type {
    color: #171717;
    font-family: intro;
    font-size: 14px;
    text-transform: uppercase
}

.detailed-information table.for-list-tabs tr:nth-child(2) {
    color: #171717;
    font-size: 16px
}

.detailed-information table.for-list-tabs tr:nth-child(2) span {
    font-size: 11px;
    font-family: lato
}

.detailed-information table.for-list-tabs td {
    padding: 12px 0;
    border-right: 1px solid #dbdbd9
}

.detailed-information table.for-list-tabs td:first-of-type {
    color: #171717;
    font-family: intro;
    font-size: 14px;
    text-transform: uppercase
}

.detailed-information table.for-list-tabs td:last-of-type {
    border-right: none
}

.detailed-information table.for-list-tabs td.widthfix {
    width: 265px
}

.detailed-information table.for-list-tabs td.bg-grey {
    background-color: #f0f1ed
}

.detailed-information table.for-list-tabs td.bg-white {
    background-color: #fff
}

.detailed-information .house-table {
    display: table;
    border-bottom: 6px solid #f0f1ed;
    border-top: 6px solid #f0f1ed
}

.detailed-information .house-table-row {
    display: table-row
}

.detailed-information .house-table-row:nth-child(even) {
    background-color: #f8f8f8;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff
}

.detailed-information .house-table-row:nth-child(odd) {
    background-color: #fff;
    border-bottom: 1px solid #f0f1ed;
    border-top: 1px solid #f0f1ed
}

.detailed-information .house-table-cell {
    display: table-cell;
    padding: 16px;
    font-size: 16px;
    font-family: intro
}

.detailed-information .house-table-cell:first-child {
    font-family: intro-bold;
    width: 300px
}
.detailed-information .house-table-cell h3 {
    width: 100%;
    color: #039;
    font-family: intro-bold;
    font-size: 18px;
    text-transform: uppercase;
    margin: 10px 0;
}

.detailed-information .house-table-cell .camera {
    display: inline-block;
    width: 23px;
    height: 23px;
    vertical-align: text-bottom;
    margin-left: 5px;
    background-image: url(../img/camera.png);
    background-repeat: no-repeat;
    background-position: center
}

.detailed-information .services-table {
    display: table;
    width: 100%;
    border-top: 10px solid #f0f1ed
}

.detailed-information .services-table-row {
    display: table-row
}

.detailed-information .services-table-row:nth-child(odd) {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff
}

.detailed-information .services-table-row:nth-child(even) {
    background-color: #f8f8f8;
    border-bottom: 1px solid #f0f1ed;
    border-top: 1px solid #f0f1ed
}

.detailed-information .services-table-row.first {
    text-align: center;
    font-family: intro;
    font-size: 14px;
    background-color: #f0f1ed;
    text-transform: uppercase
}

.detailed-information .services-table-row.first .services-table-cell {
    padding: 18px;
    border-top: 1px solid #fff;
    border-bottom: 7px solid #fff
}

.detailed-information .services-table-cell {
    display: table-cell;
    font-family: intro;
    font-size: 16px;
    padding: 18px
}

.detailed-information .services-table-cell:first-child {
    font-family: intro-bold;
    width: 285px
}

.detailed-information .services-table-cell:last-child {
    text-align: center;
    width: 290px
}

.compl_karkas .house-table-cell {
	width:20%!important;
	display: table-cell!important;
}

.compl_karkas.compl_brus .house-table-cell {
	width:auto!important;
}

.compl_karkas .house-table-cell h3 b {
	color:#f8ff8b;
	display:block;
	margin-top:10px;
	font-size:20px;
}

.scrollx {
	display:none;
}
@media (max-width:991px) {
	.compl_karkas {
		overflow-x:scroll;
	}
	.compl_karkas table {
		
	}
	.scrollx {
		display:block;
		padding:20px;
		margin-bottom:20px;
		background:#fdfa9c;
		text-align:center;
	}
	.scrollx span {
		display:block;
		font-weight:bold;
	}
}
.consultation {
    padding: 16px 0;
    border-top: 6px solid #f0f1ed;
    border-bottom: 6px solid #f0f1ed;
    text-align: center;
    width: 1170px;
    margin: 0 auto
}

.consultation a {
    display: inline-block;
    text-align: center;
    padding: 20px 45px;
    background-color: #3d5ca9;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    color: #fff;
    font-family: intro-bold;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none
}

.consultation a:hover {
    background-color: #3babe3
}

.what-changed {
    padding: 50px 0;
    font-family: lato;
    font-size: 16px;
    color: #3c434d
}

.what-changed p {
    padding: 0;
    margin: 0
}

.what-changed h3 {
    margin-bottom: 10px;
}
.what-changed .container h3 {
    margin-bottom: 10px;
	font-family: intro-bold;
    font-size: 18px;
    text-transform: uppercase;
    margin: 30px 0 20px;
}

.what-changed ul {
    margin: 25px 0
}

.what-changed .ptmb {
    margin-bottom: 45px
}

.question-answer {
    padding: 40px 0 60px;
    font-size: 16px;
    color: #3c434d
}

.question-answer h3 {
    margin-bottom: 40px
}

.question-answer-item {
    font-size: 16px;
    color: #3c434d
}

.question-answer-title {
    font-family: lato-bold;
    background-color: #f8f8f8;
    padding: 20px 0 20px 54px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    position: relative
}

.question-answer-title-wrap {
    border-top: 1px solid #f0f1ed;
    border-bottom: 1px solid #f0f1ed
}

.question-answer-title::after {
    content: '';
    position: absolute;
    width: 27px;
    height: 100%;
    text-align: center;
    background-image: url(../img/question.png);
    background-repeat: no-repeat;
    background-position: center;
    left: 12px;
    top: 0
}

.question-answer-title p u {
    text-decoration: none;
    border-bottom: 1px dashed #3c434d
}

.question-answer-content {
    padding: 27px 0 40px 167px;
    position: relative;
    min-height: 100px
}

.question-answer-content-wrap {
    display: none
}

.question-answer-content::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100%;
    text-align: center;
    background-image: url(../img/mini-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    left: 42px;
    top: 0
}

.question-answer-content span {
    font-family: lato-bold
}

.bigimg-popup {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
    z-index: 100
}

.bigimg-popup_bg {
    background: rgba(0,0,0,.4);
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%
}

.bigimg-popup_img {
    position: relative;
    margin: 50px auto 0;
    z-index: 2;
    max-height: -webkit-calc(100vh - 100px);
    max-height: calc(100vh - 100px);
    max-width: 94%
}

.mobile-menu {
    text-align: right;
    color: #fff;
    padding: 9px 5px
}

a.toggle-mnu {
    display: inline-block;
    height: 28px;
    width: 28px;
    position: relative;
    color: #fff;
    text-decoration: none
}

a.toggle-mnu:after {
    position: absolute;
    content: '';
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #fff;
    padding: 7px;
    width: 46px;
    height: 46px;
    top: -9px;
    left: -9px
}

a.toggle-mnu span:after,a.toggle-mnu span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px
}

a.toggle-mnu span:after {
    top: 18px
}

a.toggle-mnu span {
    position: absolute;
    display: inline-block;
    width: 28px;
    height: 28px;
    top: 3px;
    right: 0
}

a.toggle-mnu span,a.toggle-mnu span:after,a.toggle-mnu span:before {
    width: 28px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

a.toggle-mnu.on span {
    background-color: transparent
}

a.toggle-mnu.on span:before {
    -webkit-transform: rotate(45deg) translate(-1px,0);
    -ms-transform: rotate(45deg) translate(-1px,0);
    transform: rotate(45deg) translate(-1px,0)
}

a.toggle-mnu.on span:after {
    -webkit-transform: rotate(-45deg) translate(6px,-7px);
    -ms-transform: rotate(-45deg) translate(6px,-7px);
    transform: rotate(-45deg) translate(6px,-7px)
}

#my-menu {
    z-index: 0
}
#my-menu.mm-opened {
    z-index: 20!important
}
.mm-menu {
    z-index: 5!important;
    background-color: #3f5c9e!important;
    color: #fff!important
}

.mm-menu .mm-listview>li .mm-next:after {
    border-color: #fff
}

.mm-menu .mm-listview>li .mm-next:before {
    border-color: #fff
}

.mm-menu .mm-listview>li .mm-next:hover:after {
    border-color: #293c67
}

.mm-menu .mm-btn:after,.mm-menu .mm-btn:before {
    border-color: #293c67
}

.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen):hover {
    color: #293c67
}

.mm-menu .mm-listview li:after {
    border-bottom: #6783c2 1px solid!important
}

.mm-menu .mm-listview li:hover:after {
    border-bottom: transparent 1px solid!important
}

.mm-menu .mm-navbar {
    border-bottom: #6783c2 1px solid!important
}

.mm-menu .mm-navbar a {
    color: #fff!important
}

.mfp-content {
    background-color: #fff;
    margin: auto;
    width: 0;
    max-width: 680px;
    padding: 10px;
    overflow: hidden;
    position: relative
}

.mfp-content .send-request {
    padding: 15px
}

.mfp-content .send-request input {
    margin-right: 25px;
    margin-bottom: 15px
}

.mfp-content .send-request input:last-of-type,
.mfp-content .send-request input:nth-last-of-type(2) {
    margin-right: 0
}

.mfp-content .send-request .mfp-close {
    color: #fff;
    opacity: 1
}

.mfp-content .send-request .mfp-close:hover {
    color: #fdb107
}

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


.jq-selectbox__trigger{
    border: 0 !important;
}
.jq-selectbox__select{
    border: 0 !important;
    background: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-decoration: underline;
    color: #043daf;
}
.jq-selectbox__select:hover{
    text-decoration: none;
}
 .dropdown-item{
     display: block;
     text-align: left;
 }
 .dropdown-menu li{
     padding: 0;
     display: block;
 }
.jq-selectbox__select-text{
    min-width: 60px;
    text-align: left;
}
.jq-selectbox__select{
    padding-right: 32px;
}
.jq-selectbox li{
    text-align: left;
}
.img-slider .owl-prev,.img-slider .owl-next{
    clip: rect(0,0,0,0);

}

.tech_block {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:50px;
}
.tech_block .item {
	display:flex;
	width:50%;
	margin-top:50px;
}
@media (max-width:576px) {
	.tech_block .item {
		width:100%;
	}
}
.tech_block .item a {
	display:block;
	text-decoration:none!important;
}
.tech_block .item a h4 {
	text-align:center;
}
.tech_block .item a img {
	max-width:100%;
}

.fund_block {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:50px;
}
.fund_block .item {
	display:flex;
	width:32%;
	margin-top:50px;
}
@media (max-width:576px) {
	.fund_block .item {
		width:100%;
	}
}
.fund_block .item a {
	display:block;
	text-decoration:none!important;
}
.fund_block .item a h4 {
	text-align:center;
}
.fund_block .item a img {
	max-width:100%;
}

@media only screen and (max-width: 1200px) {
    .catalog .filter-block {
        padding: 20px 15px;
    }
    .gallery-item:hover .gallery-item-hover .gallery-item-link a {
        padding: 12px 15px;
    }
    .product-info-menu li {
        padding:0 20px 10px 20px
    }

    .product-info-freecons a {
        font-size: 20px
    }

    .send-request input {
        margin-right: 25px;
        margin-bottom: 15px
    }

    .send-request input:last-of-type,
    .send-request input:nth-last-of-type(2) {
        margin-right: 0
    }

    .nav-main > li {
        padding: 0 20px
    }

    .nav-main > li:first-of-type {
        padding-left: 0
    }

    .nav-main > li:last-of-type {
        padding-right: 0
    }
}

@media only screen and (max-width: 1199px) {
    .stages-items::before {
        top:0;
        right: 80px;
        left: 80px
    }

    .stages-item-1 {
        margin-right: 45px
    }

    .stages-item-3 {
        margin-right: 84px
    }

    .stages-item-6 {
        margin-left: 45px
    }

    .stages-item-4 {
        margin-left: 84px
    }
}

@media only screen and (max-width: 992px) {
    .stages {
        padding:170px 0 21px 0
    }

    .stages-items {
        margin-top: 25px
    }

    .stages-item {
        width: 200px;
        min-width: 0
    }

    .stages-item-1 {
        margin-right: 19px
    }

    .stages-item-3 {
        margin-right: 37px
    }

    .stages-item-6 {
        margin-left: 19px
    }

    .stages-item-4 {
        margin-left: 37px
    }

    .stages-items-1 .stages-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .stages-items-1 .stages-item-title {
        margin-bottom: 14px
    }

    .stages-items-2 .stages-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .stages-items-2 .stages-item-title {
        margin-top: 14px
    }
}

@media only screen and (max-width: 992px) {
    .product-item {
        margin:0 auto 17px
    }

    .gallery-item {
        margin: 0 auto 17px
    }

    .product-info-freecons a {
        font-size: 24px;
        padding: 17px 0;
        height: auto
    }

    .product-info .img-slider {
        padding-top: 37px;
        margin-top: 7px
    }

    .product-info .img-slider .owl-nav {
        padding: 0;

    }

    .top-nav ul {
        font-size: 15px
    }

    .nav-main li {
        padding: 0 10px
    }

    .main-banner .plashka {
        left: 67px
    }
}

@media only screen and (max-width: 992px) {
    .top-line_logo{
        margin: 0 auto 30px;
    }
    .top-line{
        text-align: center;
    }
    .footer {
        /*margin:20px 0 50px*/
    }

    .footer-contact p {
        margin-bottom: 7px
    }

    .footer-info {
        margin-top: 13px
    }

    .footer-info .copyright p {
        margin: 5px 0
    }

    .footer-soc {
        margin-top: 7px
    }
}

@media only screen and (max-width: 992px) {
    .product-info .img-slider {
        padding-top: 47px;
    }
    .product-info .img-slider .owl-nav {
        height: 37px;
    }
    .catalog .sort-filter {
        margin:0 0 17px 0
    }

    .catalog .filter {
        margin-top: 20px
    }

    .catalog .filter-block {
        padding: 15px
    }

    .catalog .filter-block-title {
        margin-bottom: 20px
    }

    .catalog .filter-block-title a.rotate-180::before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .catalog .filter-block-title a::before {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    .catalog .filter-block-items {
        display: none
    }

    .detailed-information .house-table-cell:first-child {
        width: auto
    }

    .detailed-information .services-table-cell:first-child {
        width: auto
    }

    .detailed-information .services-table-cell:last-child {
        width: auto
    }

    .detailed-information .table.wrap {
        /*overflow-x: scroll*/
    }

    .detailed-information table.for-list-tabs {
        /*width: 970px*/
    }
}
@media only screen and (max-width: 991px){
    .filter-list{
        margin-bottom: 40px;
    }
    .ready-projects,.our-services{
        display: none !important;
    }
}
@media only screen and (max-width: 767px) {
    .top-line {
        padding-top:13px;
        padding-bottom: 13px
    }

    .top-line_logo {
        margin: 0 auto 7px
    }

    .top-line_location {
        padding-top: 10px;
        text-align: center;
        margin-bottom: 7px
    }

    .top-line_phone {
        padding-top: 10px;
        margin-bottom: 7px
    }

    .top-line_email {
        padding: 9px 0 9px 20px;
        color: #fff
    }

    .top-line_email p {
        margin: 0
    }

    .top-line_email .email a {
        color: #59c0ea
    }
}

@media only screen and (max-width: 768px) {
    .top-nav {
        padding:10px 0
    }

    .h3 {
        font-size: 36px
    }

    .breadcrumbs {
        padding-left: 13px
    }
}

@media only screen and (max-width: 768px) {
    .product-item {
        margin:7px auto
    }

    .look-all {
        margin-top: 15px
    }

    .mfp-content .send-request input:first-of-type {
        margin-right: 0
    }

    .send-request {
        padding: 20px 0 20px 0
    }

    .send-request p {
        font-size: 16px
    }

    .send-request input {
        margin-right: 0;
        margin-bottom: 7px;
        width: 70%
    }

    .send-request input:first-of-type {
        margin-right: 0
    }
}

@media only screen and (max-width: 768px) {
    .filter ul li {
        margin-bottom:7px
    }
}

@media only screen and (max-width: 768px) {
    .what-changed {
        padding:20px 7px
    }

    .question-answer {
        padding: 15px 0 20px
    }

    .question-answer-content {
        padding: 13px 7px 17px 7px;
        position: relative;
        min-height: 100px
    }

    .question-answer-content::after {
        display: none
    }

    .consultation {
        width: 100%
    }

    .detailed-information .services-table {
        display: block
    }

    .detailed-information .services-table-row {
        display: block
    }

    .detailed-information .services-table-row.first {
        display: none
    }

    .detailed-information .services-table-cell {
        width: 70%
    }

    .detailed-information .services-table-cell:first-child {
        width: 100%;
        display: block
    }

    .detailed-information .services-table-cell:last-child {
        width: 30%
    }
}

@media only screen and (max-width: 768px) {
    .stages {
        padding:20px 0
    }

    .stages-items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-top: 25px;
        background-image: none
    }

    .stages-items::before {
        background-image: url(../img/stages-line-2.png);
        left: 0;
        right: 0
    }

    .stages-items-1,.stages-items-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        margin: 0
    }

    .stages-items-1 .stages-item,.stages-items-2 .stages-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 7px 0;
        min-height: 200px;
        min-width: 0;
        width: auto
    }

    .stages-items-1 .stages-item-title,.stages-items-2 .stages-item-title {
        margin: 12px 0 0 0;
        font-size: 12px
    }

    .head-line {
        margin-top: 27px
    }

    .head-line-image {
        width: 30px;
        height: 23px
    }

    .head-line-image::after,.head-line-image::before {
        width: 400%
    }

    .head-line-image::before {
        left: -webkit-calc(-400% - 22px);
        left: calc(-400% - 22px)
    }

    .head-line-image::after {
        right: -webkit-calc(-400% - 22px);
        right: calc(-400% - 22px)
    }
}

@media only screen and (max-width: 767px) {
	.detailed-information table.for-list-tabs td {
		font-size: 14px;
	}
	.detailed-information table.for-list-tabs_mob td:first-of-type {
		color: #171717;
		font-family: intro;
		font-size: 10px;
		text-transform: uppercase;
	}
	.detailed-information table.for-list-tabs_mob tr.bigbig td:first-of-type {
		font-size: 16px;
	}
	.detailed-information table.for-list-tabs_mob tr.big td {
		font-family: intro;
		font-size: 14px;
		text-transform: uppercase;
		color:#000;
	}
}

@media only screen and (max-width: 700px) {
    .catalog .sort-filter div:last-of-type {
        margin-top:17px
    }
}

@media only screen and (max-width: 650px) {
    .product-info-menu li {
        padding:0 0 10px 0;
        display: block;
        margin-bottom: 7px
    }

    .main-banner img {
        min-height: 0
    }

    .main-banner .plashka {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-box-shadow: 0 0 7px rgba(0,0,0,.5);
        box-shadow: 0 0 7px rgba(0,0,0,.5)
    }

    .main-banner .plashka:before {
        display: none
    }

    .main-banner .wrap-plashka:before {
        display: none
    }

    .comment {
        padding: 20px 0 17px 0
    }

    .comment-slider {
        margin-top: 20px
    }

    .comment .owl-dots {
        display: none
    }

    .comment .owl-nav {
        display: none
    }

    .comment-item {
        -webkit-border-radius: 7px;
        border-radius: 7px;
        padding: 17px;
        margin: 0 7px 5px
    }

    .comment-item-title {
        font-size: 16px
    }

    .comment-item-content {
        font-size: 14px;
        padding-top: 17px;
        line-height: 1.4
    }

    .comment-item-project {
        font-size: 16px;
        padding-top: 17px
    }

    .comment-item-city {
        font-size: 14px;
        padding-top: 9px
    }

    .pagination {
        margin-top: 17px
    }

    .pagination .page-next,.pagination .page-prev {
        width: 30px;
        height: 30px
    }

    .pagination ul li {
        margin: 0 5px
    }

    .pagination ul li a {
        width: 30px;
        height: 30px
    }
}

@media only screen and (max-width: 650px) {
    .product-info-bigimg h4 {
        font-size:20px
    }

    .product-info-bigimg .cost-table {
        display: block;
        width: 100%;
        margin-bottom: 12px
    }

    .product-info-bigimg .cost-table-row {
        display: block;
        height: auto
    }

    .product-info-bigimg .cost-table-row:nth-child(2) .cost-table-cell {
        padding: 15px 0
    }

    .product-info-bigimg .cost-table-row:nth-child(2) .cost-table-cell:first-child {
        border-right: none
    }

    .product-info-bigimg .cost-table-cell {
        display: block;
        width: 100%;
        padding: 13px
    }
}

@media only screen and (max-width: 557px) {
    .catalog .sort-filter div {
        display:block
    }

    .catalog .sort-filter div a {
        margin: 5px auto;
        display: block;
        max-width: 157px
    }

    .catalog .sort-filter div:last-of-type {
        text-align: center
    }

    .catalog .sort-filter div:last-of-type label {
        padding-right: 35px
    }
}

@media only screen and (max-width: 480px) {
    .consultation a {
        font-size:20px;
        padding: 7px
    }

    .product-info-freecons a {
        font-size: 20px;
        padding: 7px
    }

    .advantages {
        padding: 17px 0 20px 0
    }

    .advantages-item {
        margin: 10px 17px 0
    }

    .advantages-item-img {
        -webkit-background-size: contain;
        background-size: contain;
        width: 100px;
        height: 100px;
        margin: 0 auto
    }

    .advantages-item-img::after {
        top: 17px;
        bottom: 17px;
        left: 17px;
        right: 17px;
        -webkit-background-size: contain;
        background-size: contain
    }

    .advantages-item-title {
        font-size: 13px
    }

    .detailed-information ul.list-tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .detailed-information ul.list-tabs li {
        min-width: 100%;
        text-align: left;
        border-bottom:1px solid #ddd;
		padding-top:20px;
    }

    .detailed-information ul.list-tabs li.active {
        min-width: 100%;
        border-top: none;
        border-right: 5px solid #3d5ca9;
		padding-top:20px;
    }

    .detailed-information .house-table {
        display: block
    }

    .detailed-information .house-table-row {
        display: block
    }

    .detailed-information .house-table-cell {
        display: block
    }

    .detailed-information .house-table-cell:first-child {
        padding: 10px 7px 3px 7px
    }

    .detailed-information .house-table-cell:last-child {
        padding: 3px 7px 10px 37px
    }

    .detailed-information .services-table {
        display: block
    }

    .detailed-information .services-table-row {
        display: block
    }

    .detailed-information .services-table-cell {
        display: block;
        width: 100%;
        padding: 7px 7px 7px 30px
    }

    .detailed-information .services-table-cell:first-child {
        padding: 10px 7px 7px 7px
    }

    .detailed-information .services-table-cell:last-child {
        width: 100%;
        padding: 7px 7px 10px 7px;
        text-align: center
    }
}

@media only screen and (max-width: 380px) {
    .pagination .page-next,.pagination .page-prev {
        width:50px;
        height: 50px;
        margin: 0 20px
    }

    .pagination ul {
        display: none
    }

    .head-line {
        margin-top: 27px
    }

    .head-line-image {
        width: 30px;
        height: 23px
    }

    .head-line-image::after,.head-line-image::before {
        width: 350%
    }

    .head-line-image::before {
        left: -webkit-calc(-350% - 22px);
        left: calc(-350% - 22px)
    }

    .head-line-image::after {
        right: -webkit-calc(-350% - 22px);
        right: calc(-350% - 22px)
    }
}

@media only screen and (max-width: 360px) {
    .product-info-character .table-wrap table td {
        white-space:nowrap;
        border-bottom: 1px solid #fff
    }

    .product-info-character .table-wrap table td .div-cel {
        white-space: normal
    }

    .product-info-character .table-wrap table td .div-cel:last-child {
        width: 0
    }
	.article_conversion_top {float: none !important; width: 100% !important;margin-left: 0px !important; }
}

@media only screen and (min-width: 768px) {
    .consultation {
        width:750px
    }
    .top-nav{
        padding: 0;
    }
    .top-nav a{
        padding-top: 25px;
        padding-bottom: 25px;
        display: inline-block;
        text-decoration: none;
        transition: all .3s;
    }
    .top-nav a:hover,.top-nav a.active{
        color: #25aae1;
    }
    .dropdown-menu{
        min-width: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: #3f5c9e;
    }
    .dropdown-menu > li > a.dropdown-item {
        display: block;
        padding: 7px 20px;
        background-color: #3f5c9e;
        text-transform: uppercase;
        font-size: 18px;
        font-family: intro;
        color: #fff;
    }
    .dropdown-menu > li > a.dropdown-item:hover,.dropdown-menu > li:hover > a.dropdown-item{
        /*color: #25aae1;*/
		background: #25aae1;
    }
	
}

@media only screen and (min-width: 992px) {
    .consultation {
        width:970px
    }
}

@media (max-width:575px) {
	.col-ss-12 {
		width: 100%;
	}
	.col-ss-11 {
		width: 91.66666667%;
	}
	.col-ss-10 {
		width: 83.33333333%;
	}
	.col-ss-9 {
		width: 75%;
	}
	.col-ss-8 {
		width: width: 66.66666667%;
	}
	.col-ss-7 {
		width: 58.33333333%;
	}
	.col-ss-6 {
		width: 50%;
	}
	.col-ss-5 {
		width: 41.66666667%;
	}
	.col-ss-4 {
		width: 33.33333333%;
	}
	.col-ss-3 {
		width: 25%;
	}
	.col-ss-2 {
		width: 16.66666667%;
	}
	.col-ss-1 {
		width: 8.33333333%;
	}
}
.dropdown-menu {padding: 0;}
.dropdown .dropdown-menu .dropdown .dropdown-menu {display: none; left: 100%; top: 0;}
.dropdown .dropdown-menu .dropdown:hover > .dropdown-menu {display: block;}
.nav-main li:hover > .dropdown-menu {display: block;}
.dropdown-menu > li > a.dropdown-item {cursor: pointer;}

.product-info-v2 .product-info-bigimg .owl-nav {

}
.product-info-v2 .product-info-bigimg .owl-nav .owl-prev,
.product-info-v2 .product-info-bigimg .owl-nav .owl-next {
	position:absolute;
	width:32px;
	height:32px;
	font-size:0;
	background:url(../img/sarr.png);
	background-size:32px;
	left:20px;
	top:Calc(50% - 16px);
}
.product-info-v2 .product-info-bigimg .owl-nav .owl-next {
	left:auto;
	right:20px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.product-info-v2 .img-slider .owl-stage-outer {
	margin-left:-10px;
	margin-right:-10px;
}

.product-info.product-info-v2 .img-slider .owl-nav {
    position: unset;
    top: 0;
    height: 0;
    overflow: auto;
    padding: 0;
    border: none;
}
.product-info-v2 .img-slider .owl-nav .owl-prev,
.product-info-v2 .img-slider .owl-nav .owl-next {
	position:absolute;
	width:32px;
	height:32px;
	font-size:0;
	background:url(../img/sarr.png);
	background-size:32px;
	left:20px;
	top:Calc(50% - 16px);
}
.product-info-v2 .img-slider .owl-nav .owl-next {
	left:auto;
	right:20px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.product-info-v2 .img-slider .owl-dots {
    text-align:center;
}
.product-info-v2 .img-slider .owl-dot {
    display: inline-block;
}
.product-info-v2 .img-slider .owl-dots span {
	background: #ccc;
    width: 16px;
    height: 16px;
	border-radius:16px;
	cursor:pointer;
    display: inline-block;
	margin:20px 5px 0 5px;
}
.product-info-v2 .img-slider .owl-dots .active span {
	background: #3d5ca9;
}
.product-info-v2 .img-slider {
	margin-top:0;
	padding-top:20px;
}
.product-info-v2 .pricestart {
	color:#ff3300;
	font-size:18px;
}

@media (min-width: 992px) {
	.v2_advantages .col-md-3 {
		width: 20%;
	}
}

.v2_advantages .item {
	margin-top:20px;
	text-align:center;
}
.v2_advantages .item span {
	display:block;
}

.v2_advantages .item > div {
    width: 100px;
    height: 100px;
    display: inline-block;
    background: #405c93 url(../img/h-line-image-white.png) no-repeat center center;
    border-radius: 100px;
    margin-bottom: 20px;
}
.detailed-information .compl_karkas table {
	border:none!important;
}
.detailed-information .compl_karkas table tr {
	background:#fff!important;
	border-top:0!important;
	border-bottom:2px solid #eee!important;
	border-right:2px solid #eee;
	border-left:2px solid #eee;
    display: table-row!important;
}
.detailed-information .compl_karkas table td h3 {
	margin:0;
}
.detailed-information .compl_karkas table td {
	padding:10px;
	line-height: 16px;
}
.detailed-information .compl_karkas table td:first-child {
	background:#eee!important;
}
.detailed-information .compl_karkas table td[colspan] {
	background:#acd3ff!important;
}
.detailed-information .compl_karkas table tr:first-child {
	background:#039!important;
	border-bottom:none!important;
	color:#fff;
}
.detailed-information .compl_karkas table tr:first-child td:first-child {
	background:#039!important;
}
.detailed-information .compl_karkas table tr:first-child td h3 {
	color:#fff;
}


.detailed-information .compl_karkas.compl_brus table tr td {
	border-right: 2px solid #eee!important;
	border-top: 2px solid #eee!important;
}
.detailed-information .compl_karkas.compl_brus table tr:first-child td:first-child {
	background: #acd3ff!important;
}
.detailed-information .compl_karkas.compl_brus table tr:first-child td h3 {
    color:#039!important;
}


.menu2 {
	margin-top: -50px;
	background: #f0f0f0;
}
.menu2 ul {
	padding: 0;
    display: flex;
    justify-content: space-between;
	position: relative;
	margin-bottom: 0;
}
.menu2 ul li {
	list-style: none;
    display: inline-block;
	width: 100%;
}
.menu2 ul li .item {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	padding-bottom:15px;
	font-family: intro;
}
.menu2 ul li a {
	text-decoration:none!important;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.menu2 ul li .item .img {
	display:flex;
	width:100px;
	height:100px;
	background:#25aae1;
	border-radius:100px;
	align-items:center;
	justify-content:center;
    transition: all .3s;
}
.menu2 ul li .item:hover .img {
	background:#3f5c9e;
}
.menu2 ul li .item .img img {
	width:48px;
}
.menu2 ul li .item .text {
    margin-top: 10px;
    font-size: 16px;
    text-transform: uppercase;
    transition: all .3s;
	text-align:center;
	width: 100%;
}
.menu2 ul li .item .text span {
	font-size: 10px;
    top: -2px;
    position: relative;
}
.menu2 ul li .item:hover .text {
	color:#3f5c9e;
}
.menu2 ul li .item .sub {
	position: absolute;
    top: 135px;
    width: 220px;
    background: #f0f0f0;
    padding: 10px 20px;
    z-index: 10;
    text-align: left;
    flex-wrap: wrap;
    display: none;
    justify-content: start;
}
.menu2 ul li .item:hover .sub {
	display: flex;
}
.menu2 ul li .item .sub a {
	width: 100%;
    display: block;
    padding: 3px 0;
    color: #25aae1;
    text-transform: uppercase;
}
.menu2 ul li .item .sub a:hover {
	color:#3f5c9e;
}

.top-nav .menu1 {
	font-size:16px;
}
.nav-main.menu1 li {
	padding:0 8px;
}
.nav-main.menu1 li ul {
	border:none;
}
.nav-main.menu1 li ul li {
	padding:0;
	font-size:16px;
}
.nav-main.menu1 .dropdown-menu > li > a.dropdown-item {
	font-size:16px!important;
}

.top-line_phone .smm {
	display:flex;
	justify-content:space-between;
	width:165px;
	margin:0 auto;
}
.top-line_phone .smm a {
	text-decoration:none!important;
	display:inline-block;
	margin:0 5px;
}
.top-line_phone .smm a img {
	width: 30px;
    border-radius: 10px;
}

@media (max-width:1199px) {
	.menu2 {
		margin-top: -30px;
	}
	.menu2 ul {
		flex-wrap:wrap;
	}
	.menu2 ul li {
		width:70px;
	}
	.menu2 ul li .item .img {
		width: 60px;
		height: 60px;
	}
	.menu2 ul li .item .img img {
		width: 32px;
		height: 32px;
	}
	.menu2 ul li .item .text {
		font-size: 14px;
	}
	.menu2 ul li .item .sub {
		top: 110px;
	}
	.menu2 ul li .item .sub a {
		font-size:14px;
	}
	
}

@media (max-width:767px) {
	.menu2 {
		display:none;
	}
}

.photos2 img {
	max-width:100%;
}
.photos2 .row > div {
	text-align:center;
}
.photos2 a .title {
	text-align:left;
}

.mm-title {
	    font-size: 20px;
    font-family: intro;
    text-transform: uppercase;
}
.mm-listview>li>a {
    padding: 10px 10px 10px 20px!important;
    font-size: 16px;
    font-family: intro;
    text-transform: uppercase;
}
@media (max-width:767px) {
	.main-banner {
		display:none;
	}
	.id_1 .main-banner {
		display:block;
	}

}
@media (min-width:1280px) {
	.product-info-v2 .product-info-bigimg img {
		width: 750px!important;
		height: 560px!important;
		object-fit: cover;
	}
}

#map_objects {
	background:#f9f9f9;
	height:500px;
	margin-bottom:50px;
}
#map_object {
	background:#f9f9f9;
	height:300px;
	margin-bottom:50px;
}

.balloon{width:280px;}
.balloon a{display:inline-block; margin-top:10px; color:#25aae1;}
.balloon .title{font-weight:bold; margin-bottom:5px;}
.balloon img{width:100%;height:auto; margin-top:5px;}

.nedavno a {
	position:relative;
}
.nedavno a .title .addr {
	text-transform: none;
    font-size: 16px;
    padding-top: 5px;
    margin-top: 5px;
    /* font-weight: 300; */
    border-top: 1px solid rgba(255,255,255,.5);
}

.nedavno .n_date {
	position: absolute;
    left: 0;
    top: 0;
    padding:5px 20px;
    background: rgba(51,122,183,0.9);
    color: #fff;
    font-family: intro;
    text-transform: uppercase;
}
.article_conversion_top {
	float: right;
    padding: 30px;
    width: 25%;
    margin: 0 0 0 30px;
    text-align: center;
    font-size: 14px;
    border-top: 2px solid #fdb107;
    border-bottom: 1px solid #f0f1ed;
    border-left: 1px solid #f0f1ed;
    border-right: 1px solid #f0f1ed;
}
.article_conversion_top .text {
	background: url(/assets/templates/main/img/mini-logo.png) no-repeat 50% 0; padding: 120px 0 0 0; color: #333333;
}
.article_conversion_top .link {margin: 30px 0 10px 0;}
.article_conversion_top .link a {background: #fdb107;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 10px;}
.article_conversion_top .link a:hover {text-decoration: none; background: #ffca54}

@media (min-width:1280px) {
	.product-item-img img {
		width:258px;
		height:193px;
	}
}

.changingprices {
	color: #fff;
    padding: 5px 0;
    background: #ff7777;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
.changingprices b {
	color:#fdff5a;
}