body
{
	color: #000;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}
.btn {
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 0;
}
.btn-default {
    background-color: transparent;
    color: #00B15A;
    border: solid 1px #00B15A;
}
.btn-primary {
    background-color: #00B15A;
    color: #fff;
    border: solid 1px #00B15A;
}
.btn-default:hover,
.btn-primary:hover {
    background-color: #00B15A;
    color: #fff;
    border: solid 1px #00B15A;
}
.t3-mainbody {
	max-width: 1150px;
}
.t3-content {
    padding-top: 0px;
    padding-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.94);
    border-radius: 24px;
}
a {
  color: #3e8d50;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #128b2d;
  text-decoration: underline;
}


/* Header */
header {
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    position: relative;
}
.header-logo {
    padding-top: 15px;
    padding-bottom: 15px;
    border-right: solid 1px #EAECEE;
}
.header-logo .logo-img {
    width: 100%;
}
.header-content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 45px;
    border-bottom: solid 1px #EAECEE;
    margin-left: -15px;
}
.header-desc {
    color: #757575;
    font-size: 14px;
}
.header-phones::before {
    content: '';
    width: 12px;
    height: 12px;
    background: url(../images/header-phone.png) no-repeat 0 0;
    position: absolute;
    left: -5px;
    top: 5px;
}
.header-phones .custom {
    display: flex;
    flex-direction: column;
}
.header-phones a {
    color: #252525;
    font-weight: bold;
    font-size: 14px;
}
.header-contacts {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-callback a {
    text-decoration: none;
    border-bottom: dotted 1px;
    color: #00B15A;
    font-size: 14px;
}
.header-calc {
    background-color: #00B15A;
    color: #fff;
    font-size: 14px;
    padding: 10px 25px;
    float: right;
}
@media(max-width: 1200px) {
    .header-logo {
        height: 136px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media(max-width: 991px) {
    header::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #e7e7e7;
        bottom: 55px;
    }
    .header-logo {
        border-right: 0;
        height: auto;
    }
    .header-content {
        padding: 0;
        text-align: center;
    }
    .header-desc {
        font-size: 16px;
    }
    .header-contacts {
        flex-direction: column;
        margin: 25px 0;
    }
    .header-phones::before {
        display: none;
    }
    .header-phones a {
        font-size: 18px;
    }
    .header-callback {
        margin-top: 5px;
    }
    .header-calc {
        margin-bottom: 30px;
        float: none;
        display: inline-block;
    }
}
@media(max-width: 767px) {
    header::after {
        display: none;
    }
   .header-content {
        margin-left: 0;
    }
}


.navbar-default {
    margin: 0 0 0 -15px;
    background: no-repeat;
    border: 0;
}
.navbar-default .navbar-header {
    display: none;
}
.navbar-default .navbar-nav {
    display: flex;
    width: 100%;
}
.navbar-default .navbar-nav > li {
    flex-grow: 1;
    border-right: solid 1px #EAECEE;
    font-size: 14px;
    border-bottom: solid 3px transparent;
}
.navbar-default .navbar-nav > li.active,
.navbar-default .navbar-nav > li:hover {
    border-bottom-color: #128b2d;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > span {
    text-align: center;
    color: #757575;
    padding-top: 16px;
    padding-bottom: 16px;
}
@media(max-width: 991px) {
    .navbar-default .navbar-nav > li:first-child {
        border-left: solid 1px #EAECEE;
    }
}
@media(max-width: 767px) {
    .navbar-default .navbar-header {
        display: block;
    }
    .navbar-default .navbar-nav {
        display: block;
        margin: 0 !important;
    }
    .navbar-default .navbar-nav > li {
        border: 0;
    }
    .navbar-default .navbar-nav > li:first-child {
        border-left: 0;
    }
    .t3-mainnav .t3-navbar-collapse .navbar-nav > li > a,
    .t3-mainnav .t3-navbar-collapse .navbar-nav > li > span {
        border-top: 0;
        text-align: left;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        text-align: left;
        color: #757575 !important;
        padding-top: 16px;
        padding-bottom: 16px;
    }
}




.topbg
{
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url('../images/topbg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 1000px;
	z-index: -1;
}
.topbg_gradient {
    height: 200px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    bottom: 0;
    position: absolute;
    width: 100%;
}
h1, .h1, h2, .h2, h3, .h3 {
	font-family: 'Exo 2', sans-serif;
}
h1, .h1 {
    font-size: 30px;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
/*.breadcrumbs {
    position: absolute;
    margin-top: -82px;
    margin-left: 248px;
    padding: 5px 21px 5px 10px;
    background-color: #ffffff;
    border-radius: 0px 20px 20px 0px;
}*/
.breadcrumbs {
    margin-top: 30px;
}
.t3-header {
    padding-top: 0;
    padding-bottom: 0;
    height: 78px;
}
.logo-image small.site-slogan {
    display: block;
    position: absolute;
	margin-top: 111px;
    margin-left: 23px;
    font-size: 13.4px;
}
.navholder
{
	max-width: 1150px;
	margin: 0 auto;
}
/*.navbar-default {
    background-color: transparent;
    border-color: transparent;
    border: none;
    max-width: 913px;
    margin: 0 auto;
    margin-left: 249px;
	margin-bottom: 92px;
}
.t3-mainnav .container {
    max-width: 894px;
	background-image: url('../images/menubg.png');
	background-position: right center;
	background-repeat: no-repeat;
    padding: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: transparent;
}
.navbar {
    min-height: 38px;
    border: 0px solid transparent;
}
.navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
	font-family: 'Exo 2', sans-serif;
	font-size: 18px;
	transition: all 0.3s ease;
}
.t3-megamenu .mega-nav > li
{
	font-family: 'Exo 2', sans-serif;
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
	font-size: 18px;
}
.nav > li > .separator {
    padding-top: 9px;
    padding-bottom: 9px;
    color: #fff;
    font-size: 18px;
	font-family: 'Exo 2', sans-serif;
	cursor: pointer;
}
.nav > li > .separator:hover,
.nav > li > .separator:focus {
  background-color: #53a365;
  color: #ffffff;
}
ul.level0 {
    width: 100%;
    padding-right: 15px;
	justify-content: space-between;
    display: flex;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.nav .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #53a365;
  color: #ffffff;
}

.dropdown-menu .divider, .t3-megamenu .mega-nav > li .separator {
    height: auto;
    margin: 0px 0;
    overflow: hidden;
    background-color: transparent;
    cursor: pointer;
	color: #3e8d50;
}
.dropdown-menu .divider:hover,
.dropdown-menu .divider:focus, .t3-megamenu .mega-nav > li .separator:hover, .t3-megamenu .mega-nav > li .separator:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.t3-megamenu .dropdown-menu .mega-nav > li {

    border-bottom: 1px solid #eee;
}
.t3-megamenu .dropdown-menu .mega-nav > li:last-child{

    border-bottom: 0px solid #eee;
}
.dropdown-menu .divider {
    margin: 0px 0;
}
.t3-megamenu .mega-nav > li .separator {
    padding: 10px 5px;
}
.t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a {

    padding: 10px 5px;
}*/



.head_cont {
    position: absolute;
    width: 600px;
    left: 50%;
    margin-left: -277px;
    text-align: left;
    background-image: url(../images/phone_icon.png);
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Exo 2', sans-serif;
    margin-top: 23px;
}
.head_phone1 a, .head_phone2 a
{
	font-size: 24px;
	font-weight: 600;
	color: #000;
	text-decoration: none;	
}
.head_phone1
{
	margin-right: 30px;
}



.head-search .popup-btn
{
	font-size: 18px;
	font-family: "Open Sans";
	color: rgb(255, 108, 0);
	font-style: italic;
	text-decoration: underline;	
	margin-left: 35px;
	display: block;
	margin-top: 5px;
    background-image: url(../images/zak_icon.png);
    background-position: center left;
    background-repeat: no-repeat;
	padding-left: 27px;
	transition: all 0.3s ease;
}

.head-search .popup-btn:hover
{
	color: #222;
}
.head-search 
{
	position: relative;
}
.rass
{
    position: absolute;
    right: 0px;
    margin-top: -25px;
}

.mainform
{
	position: absolute;
	width: 252px;
	background-image: url(../images/mfbg.png);
    background-position: top center;
    background-repeat: no-repeat;
	margin-left: 5px;
    margin-top: 10px;
}
.frm2 .ba-form
{
	background-color: transparent !important;
    border: 0 !important;
    padding-top: 35px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
	font-family: 'Exo 2', sans-serif;
}
.frm2 .page-0
{
	margin-top: 20px !important;
}
.frm2 .span12
{
	line-height: 25px !important;
}
.ba-btn-submit
{
	transition: all 0.3s ease;
}
.frm2 .ba-btn-submit {
    border-radius: 30px !important;
    padding-bottom: 5px;
    font-size: 19px !important;
}





.jumbotron {
    background: url(../images/header-banner.jpg) no-repeat center center;
    min-height: 670px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.jumbotron h1 {
    font-size: 34px;
    font-weight: bold;
    max-width: 60%;
    margin-bottom: 30px;
    line-height: 1.3;
}
.jumbotron p {
    margin-bottom: 30px;
    font-weight: normal;
    color: #646464;
    font-size: 18px;
    max-width: 60%;
    line-height: 1.5;
}
.jumbotron .btn {
    padding: 18px 40px;
    font-weight: bold;
    border-width: 2px;
}
.jumbotron .popup-btn {
    font-size: 14px;
    padding: 18px 40px;
    font-weight: bold;
    border-radius: 0;
    background-color: transparent;
    color: #00B15A;
    border: solid 2px #00B15A;
    display: inline-block;
}
.jumbotron .buttons a + a {
    margin-left: 15px;
}
@media(max-width: 991px) {
    .jumbotron {
        background-position: 0 center;
        text-align: center;
        min-height: auto;
        padding-bottom: 100px;
    }
    .jumbotron h1, 
    .jumbotron p {
        max-width: none;
    }
}
@media(max-width: 767px) {
    .jumbotron {
        padding-top: 60px;
        background-position: 30% center;
    }
    .jumbotron h1 {
        font-size: 30px;
    }
    .jumbotron .btn,
    .jumbotron .popup-btn {
        display: block;
    }
    .jumbotron .buttons a + a {
        margin-left: 0;
        margin-top: 10px;
    }
}


.fp-preims {
    box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.12);
    margin-top: -60px;
    margin-bottom: 60px;
    background: #fff;
    display: inline-block;
    width: 100%;
}
.fp-preims ul {
    margin: 15px;
    padding: 0;
    list-style: none;
    display: flex;
    border: solid 1px #EAECEE;
}
.fp-preims ul li {
    flex-grow: 1;
    text-align: center;
    padding: 20px;
    width: 20%;
}
.fp-preims ul li + li{
    border-left: solid 1px #EAECEE;
}
.fp-preims ul li span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
}
@media(max-width: 991px) {
    .fp-preims ul {
        margin: 10px;
    }
    .fp-preims ul li {
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
@media(max-width: 767px) {
    .fp-preims ul {
        flex-direction: column;
    }
    .fp-preims ul li {
        width: 100%;
    }
    .fp-preims ul li + li {
        border-top: solid 1px #EAECEE;
    }
}


/*.big_block
{
	min-height: 570px;
	max-width: 1150px;
	margin: 0 auto;
	position: relative;
}*/
.big_text
{
	position: absolute;
	right: 0;
	margin-top: 0;
	text-align: right;
	margin-top: 10%;
}
.bigtext0 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Exo 2', sans-serif;
    border-radius: 25px;
    background-color: rgb(255, 255, 255);
    opacity: 0.849;
    padding: 15px 30px;
    display: block;
    line-height: 1;
    margin-bottom: 12px;
}
.bigtext1
{
	font-size: 40px;
	font-weight: 500;
	font-family: 'Exo 2', sans-serif;
	border-radius: 25px;
	background-color: rgb(255, 255, 255);
	opacity: 0.849;	
	padding: 22px 30px 32px 30px;
    display: inline-block;
    line-height: 20px;
	margin-bottom: 12px;
}
.bigtext2
{
	font-size: 40px;
	font-weight: 500;
	font-family: 'Exo 2', sans-serif;
	border-radius: 25px;
	background-color: rgb(255, 255, 255);
	opacity: 0.849;	
	padding: 22px 30px 32px 30px;
    display: block;
    line-height: 20px;
	display: inline-block;
}


.bigtext3 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Exo 2', sans-serif;
    border-style: solid;
    border-width: 3px;
    border-color: rgb(215, 215, 215);
    border-radius: 15px;
    background-color: rgb(255, 108, 0);
    padding: 14px 30px 20px 30px;
    display: inline-block;
    line-height: 20px;
    margin-top: 13px;
    transition: all 0.3s ease;
}
a .bigtext3
{
	color: #ffff;
}
.bigtext3:hover
{
	opacity: 0.8;
}
.sections
{
	max-width: 1150px;
	margin: 0 auto;
}
.sections_holder
{
    margin: 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0px;
    justify-content: space-between;
	margin-bottom: 30px;
}

/*





.sections_holder > .sections_in1 {
    width: 35%;
    margin: 0px;
    height: auto;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 25px;
    position: relative;
    transition: all 0.3s ease;
	padding: 15px;
	overflow: hidden;
}
.sections_holder > .sections_in1:hover {
    text-decoration: none;
}
.sections_in1 .scontent {
    padding: 20px 50% 20px 20px;
    border-radius: 24px;
    border: 1px solid #f0f3f6;
}
.sections_in1 .scontent .name {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
	font-family: 'Exo 2', sans-serif;
    color: #000;
}
.sections_in1 .scontent .price {
    margin-bottom: 30px;
    padding-left: 20px;
    background: url('../images/rub.png') no-repeat 0 6px;
    color: #000;
}
.sections_in1 .scontent span {
    text-decoration: none;
    border-bottom: 1px solid rgba(1, 1, 1, 0.1);
	font-style: italic;
}
.sections_in1  img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 55%;
}
.sections_holder > .sections_in1:hover
{
	box-shadow: 0px 0px 10px 0px rgba(65, 114, 76, 0.74);	
}








.sections_holder > .sections_in2 {
    width: 60%;
    margin: 0px;
    height: auto;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 25px;
    position: relative;
    transition: all 0.3s ease;
	padding: 15px;
	overflow: hidden;
}
.sections_holder > .sections_in2:hover {
    text-decoration: none;
}
.sections_in2 .scontent {
    padding: 20px 50% 20px 20px;
    border-radius: 24px;
    border: 1px solid #f0f3f6;
}
.sections_in2 .scontent .name {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
	font-family: 'Exo 2', sans-serif;
  color: #000;
}
.sections_in2 .scontent .price {
    margin-bottom: 30px;
    padding-left: 20px;
    background: url('../images/rub.png') no-repeat 0 6px;
  color: #000;
}
.sections_in2 .scontent span {
    text-decoration: none;
    border-bottom: 1px solid rgba(1, 1, 1, 0.1);
	font-style: italic;
}
.sections_in2  img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 55%;
}
.sections_holder > .sections_in2:hover
{
	box-shadow: 0px 0px 10px 0px rgba(65, 114, 76, 0.74);	
}








.sections_holder > .sections_in3 {
    width: 60%;
    margin: 0px;
    height: auto;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 25px;
    position: relative;
    transition: all 0.3s ease;
	padding: 15px;
	overflow: hidden;
}
.sections_holder > .sections_in3:hover {
    text-decoration: none;
}
.sections_in3 .scontent {
    padding: 20px 50% 20px 20px;
    border-radius: 24px;
    border: 1px solid #f0f3f6;
}
.sections_in3 .scontent .name {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
	font-family: 'Exo 2', sans-serif;
  color: #000;
}
.sections_in3 .scontent .price {
    margin-bottom: 30px;
    padding-left: 20px;
    background: url('../images/rub.png') no-repeat 0 6px;
  color: #000;
}
.sections_in3 .scontent span {
    text-decoration: none;
    border-bottom: 1px solid rgba(1, 1, 1, 0.1);
	font-style: italic;
}
.sections_in3  img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 55%;
}
.sections_holder > .sections_in3:hover
{
	box-shadow: 0px 0px 10px 0px rgba(65, 114, 76, 0.74);	
}




.sections_holder > .sections_in4 {
    width: 35%;
    margin: 0px;
    height: auto;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 25px;
    position: relative;
    transition: all 0.3s ease;
	padding: 15px;
	overflow: hidden;
}
.sections_holder > .sections_in4:hover {
    text-decoration: none;
}
.sections_in4 .scontent {
    padding: 20px 50% 20px 20px;
    border-radius: 24px;
    border: 1px solid #f0f3f6;
}
.sections_in4 .scontent .name {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
	font-family: 'Exo 2', sans-serif;
  color: #000;
}
.sections_in4 .scontent .price {
    margin-bottom: 30px;
    padding-left: 20px;
    background: none;
  color: #000;
}
.sections_in4 .scontent span {
    text-decoration: none;
    border-bottom: 1px solid rgba(1, 1, 1, 0.1);
	font-style: italic;
}
.sections_in4  img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 60%;
}
.sections_holder > .sections_in4:hover
{
	box-shadow: 0px 0px 10px 0px rgba(65, 114, 76, 0.74);	
}

*/

.actionsale_holder
{
	width: 100%;
	padding: 170px 0px 50px 0px;
	background-image: url(../images/saleactions_bg.png);
    background-position: center left;
    background-repeat: no-repeat;
	height: 675px;
}
.actionsale_holder_inner
{
	max-width: 1150px;
	margin: 0 auto;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.actionsale
{
	width: 250px;
	height: 380px;
}

.actionslider
{
	width: 850px;
	height: 380px;
	background-color: #333;
}

.salehead
{
    position: absolute;
    margin-top: -40px;
    font-size: 28px;
}
.su-carousel-style-1:not(.su-carousel-media) .su-carousel-slide {
    padding: 0 !important;
}
.su-carousel-slides .owl-dots .owl-dot span {
    background: #41724c!important;
}
.su-carousel-slides .owl-dots .owl-dot.active span, .su-carousel-slides .owl-dots .owl-dot:hover span {
    background: #21a940!important;
}
div.itemIntroText {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    padding: inherit;
}
#k2Container {
    padding: 0 0 0px 0;
}

div.itemView {
    padding: 8px 0 0px 0;
    margin: 0 0 0px 0;
}
.preims_holder
{
	width: 100%;
	padding: 150px 0px 250px 0px;
	background-color: #41724c;
	min-height: 250px;	
	background-image: url('../images/preim_top_bg.jpg'), url('../images/preim_bottom_bg.jpg');
	background-position: top center, bottom center;
	background-repeat: no-repeat, no-repeat;
}
.preims
{
	max-width: 1150px;
	margin: 0 auto;
	color: #fff;
}
.preims h2
{
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.prtable1
{
	width: 100%;
	margin: 0px 0px 35px 0px;
}
.prtable1 td
{
	border-top: 0px;
	width: 20%;
	text-align: center;
}
.prtable1 td img
{
	display: block;
	margin: 0 auto;
}

.prtable2
{
	width: 100%;
}
.prtable2 td
{
	border-top: 0px;
	width: 25%;
	text-align: center;
}
.prtable2 td img
{
	display: block;
	margin: 0 auto;
}

.mainprojects
{
	max-width: 1150px;
	margin: -100px auto 50px auto;
}

.mainprojects .owl-carousel.owl-drag .owl-item {
    border-radius: 24px;
    border-top: 2px solid #ff6c00;
    overflow: hidden;
    padding: 10px;
    border-right: 2px solid #41724c;
    border-bottom: 2px solid #ff6c00;
    border-left: 2px solid #41724c;
	background-color: rgba(38, 82, 54, 0.1);
}
.mainprojects .owl-carousel .owl-item img {
    border-radius: 24px 24px 0px 0px;
}
.mainprojects .su-carousel-caption {
    padding: 20px;
    background: #fff;
    border-radius: 0px 0px 24px 24px;
}


.mainprojects .su-carousel-style-1 .su-carousel-image:after {
    border-radius: 24px;
}

.mainprojects .su-carousel-slide-title {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}
.mainprojects .su-carousel.arrow-top-right .owl-nav {
    bottom: auto;
    left: auto;
    right: 0px;
    top: -60px;
    position: absolute;
}
.mainprojects .su-carousel .su-carousel-slides .owl-nav [class*='owl-'] {
    margin: 0 0 0 15px;
    border: 2px solid;
}

.beforefooteblock_holder {
    width: 100%;
    padding: 150px 0px 100px 0px;
    background-color: #f3f3f3;
    min-height: 450px;
    background-image: url(../images/beforefooter_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: -115px;
    margin-bottom: -50px;
}
.beforefooteblock
{
	max-width: 1150px;
	margin: 0 auto;
}


.t3-logo, .t3-logo-color {
    background: url(../images/inmako-footer.png) no-repeat center right;
    height: 54px;
    position: absolute;
    right: 5px;
    width: 60px;
	z-index: 99;
	bottom: 0px
}
.t3-copyright .container
{
	position: relative;
}

.t3-copyright .col-md-8 {
    width: 100%;
}

.t3-footer {
    border-top: 0px solid transparent;
    background-color: transparent;
	background-image: url(../images/footer_line.png);
	background-position: top center;
	background-repeat: no-repeat;
    color: #858484;
	font-size: 15px;
}
.t3-footer a
{
    color: #858484;	
}
.t3-copyright {
    border-top: 0px solid #eeeeee;
    font-size: 15px;
    padding: 120px 0 105px;
}
.ftab td
{
	border-top: 0px;
	width: 33%;
}
.t3-copyright section
{
	width: 90%;
}
.t3-copyright header {
    margin: 0 0 3em 0;
}
.t3-copyright header h2 {
    font-size: 1.75em;
	color: #fff;
}
ul.divided {
    list-style: none;
    padding-left: 0;
}
.t3-copyright ul.divided li {
    border-top-color: #353434;
    border-top-color: rgba(255, 255, 255, 0.05);
}

ul.divided li:first-child {
    border-top: 0;
    padding-top: 0;
}
ul.divided li {
    border-top: solid 1px #ddd;
    padding: 1em 0 1em 0;
}
.bottom_footer_holder {
    position: absolute;
    width: 540px;
    height: 60px;
    line-height: 60px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
    text-align: center;
    left: 50%;
    margin-left: -270px;
	margin-top: 20px;
}
.bottom_footer_holder table
{
	width: 100%;
}

.bottom_footer_holder table td
{
	border-top: 0px;
}
div.itemListCategory {
    background: inherit;
    border: inherit;
    border-radius: inherit;
    margin: inherit;
    padding: inherit;
}








.projcat #itemListLeading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1155px;
    position: relative;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

/*
.projcat #itemListLeading::after {
  content: "";
  flex: auto;
}
*/
.projcat .itemContainer {
    float: none;
    width: 30% !important;
    position: relative;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
}


.projcat div.catItemView {
    margin-bottom: 24px;
    margin-top: 60px;
    padding: 20px;
	border-bottom: 2px solid #41724c;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	transition: all 0.3s ease;
}
.projcat div.catItemView:hover
{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
    border-bottom: 2px solid #ff6d02;	
}
.projcat i
{
    width: 30% !important;
    position: relative;	
}
.projcat div.catItemImageBlock {
    padding: 0px 0;
    margin: -70px 0 0 0;
	height: 203px;
    overflow: hidden;
    border-radius: 24px;
	border-top: 2px solid #ff6d02;
}
.projcat span.catItemImage img {
    border-radius: 24px;
	object-fit: cover;
    height: 203px !important;
    width: 100% !important;
}
.projcat .catItemTitle a
{
	text-transform: uppercase;
}

.projcat .cat_itemprice {
    padding-left: 16px;
    background: url(../images/rub.png) no-repeat 0 5px;
    display: inline-block;
    margin-left: -16px;
}
.projcat .cat_itemprice_num {
    color: #ff7612;
    font-weight: 600;
}



.actionsale .suc-link-wrap{
    display: none;
}

.mainprojects .su-carousel-style-1 .suc-link-wrap a.suc-zoom {
    display: none;
}
.mainprojects .su-carousel-style-1 .suc-link-wrap a {
    width: 100%;height: 100%;
}
.mainprojects .su-carousel-style-1 .suc-link-wrap a:hover {
    background: rgba(0,0,0,.0) !important;
    width: 100%;height: 100%;
}
.mainprojects .suc-link:after {
    font-size: 0px;
}
.bftable
{
	width: 100%;
}
.bftable td
{
	width: 25%;
	padding: 0px 10px;
	border-top: 0px;
}
.bftable td a:hover
{
	text-decoration: none;
	opacity: 0.9;
}
.bftable td a .su-panel
{
	transition: all 0.3s ease;
}
.bftable td a:hover .su-panel
{
	opacity: 0.9;
}

.beforefooteblock .su-panel {
    border-radius: 24px;
}
.su-panel .su-panel-content > h4
{
	text-transform: uppercase;
	font-family: 'Exo 2';
}



.ba-forms-modal .page-0
{
	margin-top: 17px !important;
}

.spisok1
{
	max-height: 200px;
	overflow-y: scroll;
}
.rasse .ba-form
{
    background-color: transparent !important;
    border: 0px solid rgba(255, 255, 255, 1) !important;
}
.rasse label
{
	color: #41724c !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	font-family: 'Exo 2';
}

.portblogtable
{
	width: 100%;
}
.portblogtable td
{
	border-top: 0px;
	width: 50%;
}
.portblogtable td:last-child
{
	padding-left: 30px;
}
ul.sigProResponsiveBlue {
    margin: 0px auto!important;
    padding: 7px 0!important;
}


.blogcatitemholder div.catItemHeader {
    height: 65px;
    overflow: hidden;
}
.blogcatitemholder div.catItemImageBlock {
    padding: 0px 0;
    margin: 0 0 0px 0;
    height: 270px;
    overflow: hidden;
}
.blogcatitemholder div.catItemIntroText {
    padding: 4px 0 12px 0;
    height: 182px;
    overflow: hidden;
}
.blogcatitemholder div.catItemView {
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 );
}


.blogcatitemholder #itemListLeading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1176px;
    position: relative;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.blogcatitemholder .itemContainer {
    float: none;
    width: 30% !important;
    position: relative;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
}
.fancybox-active .topbg
{
	    right: 8.5px;
}
.fancybox-active .head_cont {
    margin-left: -286px;
}

.filtreclass
{
	background-color: rgba(255,255,255,0.9);
}
#Mod97
{
	background-color: rgba(255,255,255,0.9);
}

.filtre{
    display: block;
    clear: both;
    position: relative;
    padding: 30px 0px 20px 0px;
    height: 260px;
}

.ja-k2filter label .input-text
{
	margin-left: 20px;
}
.ui-widget-header {
    border: 0px solid #aaaaaa !important;
	background: none !important;
    background: #41724c !important;
}
.ui-widget-content {
    border: 0px solid #aaaaaa !important;
	background: none !important;
    background: #a0a0a0 !important;
}
.ja-k2filter .rangeslider_1 label.group-label, .ja-k2filter .rangeslider_2 label.group-label {
    padding-bottom: 11px;
}
.ja-k2filter label .presenter {
    float: right;
    font-weight: 600 !important;
    color: #ff7713;
    font-size: 14px;
}
.ja-k2filter label.group-label
{
	font-family: 'Exo 2';
	font-size: 15px;
    font-weight: 500;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0px solid #d3d3d3;
    background: #f38535;
    font-weight: normal;
    color: #555555;
}
.ui-state-default:hover
{
    background: #ff720b;	
	cursor: pointer;
}
.filtre .jacol-4 {
    padding: 0px 15px;
}
.ja-k2filter .btn {
    background: none;
    background-image: none;
    background-color: #ff7612;
    color: #fff;
    text-shadow: none;
    border: 0;
	transition: all 0.2s ease;
}
.ja-k2filter .btn:hover
{
	background: none;
    background-image: none;
    background-color: #f38535;
    color: #fff;	
}
ul.ja-k2filter li.radio_7 label.radio, ul.ja-k2filter li.radio_8 label.radio, ul.ja-k2filter li.radio_9 label.radio
{
	display: inline;
	width: 49%;
}
ul.ja-k2filter li input[type=radio]{

    margin: 5px 1px 0 4px;
}
.ui-slider .ui-slider-handle {
    height: 1.33em;
}


.componentheading
{
	padding-top: 20px;
	padding-left: 15px;
}



.projitemtable
{
	width: 100%;
}
.projitemtable td
{
	border-top: 0px;
}
.projitemtable td:first-child
{
	width: 70%;
	padding-right: 30px;
}

.iteminnerproj span.itemImage img {
    max-width: 100%;
    height: auto;
    width: 100% !important;
	border-radius: 24px 24px 0px 0px;
}
.iteminnerproj div.itemImageBlock {
    padding: 0px 0 2px 0px;
    margin: 0 0 0px 0;
}

.itemxfld
{
	padding: 10px 20px;
	background-color: #fff;
	border-radius: 24px;
	margin-bottom: 10px;
	border-left: 2px solid #41724c;
    border-right: 2px solid #ff7006;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.05);
	font-family: 'Exo 2';
	font-size: 16px;
	color: #000;
}
.itemxfld.itemprice
{
	background-color: #ff7006;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	border-left: 2px solid #5f5f5f;
    border-right: 2px solid #575757;
}
.itemxfld.itemarea
{
	background-color: #41724c;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
    border-left: 2px solid #484848;
    border-right: 2px solid #4b4b4b;
}
.itemxfld.item_garazh, .itemxfld.item_veranda
{
    background-color: #e7e9e8;	
}
ul.sigProResponsiveBlue li.sigProThumb a.sigProLink {color:#b7dafc;background-color:#b7dafc;border: 6px solid #41724c;-webkit-transition:200ms all ease-in;-moz-transition:200ms all ease-in;transition:200ms all ease-in;}
ul.sigProResponsiveBlue li.sigProThumb a.sigProLink:hover {color:#2ea8e5;text-decoration:none;background-color:#2ea8e5;border:6px solid #549462;}

.iteminnerproj ul.sigProResponsiveBlue {
    width: calc(100% + 4px);
}


.itemform .ba-form {
    padding: 20px 0px !important;
}
.itemform .page-0
{
	padding-top: 10px;
}

.itemform .ba-form textarea {
	min-height: 77px !important;
}




.similarproj .owl-carousel.owl-drag .owl-item {
    border-radius: 24px;
    border-top: 2px solid #ff6c00;
    overflow: hidden;
    padding: 10px;
    border-right: 2px solid #41724c;
    border-bottom: 2px solid #ff6c00;
    border-left: 2px solid #41724c;
	background-color: rgba(38, 82, 54, 0.1);
}
.similarproj .owl-carousel .owl-item img {
    border-radius: 24px 24px 0px 0px;
}
.similarproj .su-carousel-caption {
    padding: 20px;
    background: #fff;
    border-radius: 0px 0px 24px 24px;
}


.similarproj .su-carousel-style-1 .su-carousel-image:after {
    border-radius: 24px;
}

.similarproj .su-carousel-slide-title {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}
.similarproj .su-carousel.arrow-top-right .owl-nav {
    bottom: auto;
    left: auto;
    right: 0px;
    top: -60px;
    position: absolute;
}
.similarproj .su-carousel .su-carousel-slides .owl-nav [class*='owl-'] {
    margin: 0 0 0 15px;
    border: 2px solid;
}



.similarproj .su-carousel-style-1 .suc-link-wrap a.suc-zoom {
    display: none;
}
.similarproj .su-carousel-style-1 .suc-link-wrap a {
    width: 100%;height: 100%;
}
.similarproj .su-carousel-style-1 .suc-link-wrap a:hover {
    background: rgba(0,0,0,.0) !important;
    width: 100%;height: 100%;
}
.similarproj .suc-link:after {
    font-size: 0px;
}

.su-testimonial-style-4 .su-testimonial-photo img {
    height: 150px!important;
    width: auto!important;
}
.su-testimonial-style-4 .su-testimonial-text {
    border-bottom-color: #41724c !important;
	background: #ffffff !important;
}
.su-testimonial-style-4 .su-testimonial-text:before {
    border-top-color: #41724c !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffa25e;
    background-color: transparent;
}


























@media (max-width: 769px)
{
	

.t3-header {
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
}
.head_cont {
    position: relative;
    width: 100%;
    left: auto;
    margin-left: auto;
    text-align: center;
    background-image: none;
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 0;
    height: auto;
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Exo 2', sans-serif;
    margin-top: 200px;
    background-color: rgba(255,255,255,0.8);
    padding: 10px 0px;
}
.head_phone1 {
    margin-right: 0;
    display: block;
}
.logo-img {
    position: relative;
    top: -3px;
    left: auto;
    /* width: 100%; */
}	
.logo-image small.site-slogan {
    display: block;
    position: absolute;
    margin-top: -50px;
    margin-left: 63px;
    font-size: 13.4px;
}
.head-search {
    position: relative;
    background-color: rgba(255,255,255,0.8);
    height: 62px;
    padding: 10px 0px 0px 0px;
    margin-top: 0;
}
#t3-header .col-xs-12.col-sm-4	
{
	padding-left: 0px;
	padding-right: 0px;
}
.head-search .popup-btn {
    margin-left: 15px;
}	
.rass {
    position: absolute;
    right: 10px;
    margin-top: -25px;
}
.navholder {
    max-width: 1150px;
    margin: 0 auto;
    background-color: #41724c;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    border: none;
    max-width: 913px;
    margin: 0 auto;
    margin-left: 0;
    margin-bottom: 0;
}
.t3-mainnav .container {
    max-width: 894px;
    background-image: none;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0 15px 0px 0px;
    /* margin-left: 371px; */
}
.mainform {
    position: relative;
    width: 252px;
    background-image: url(../images/mfbg.png);
    background-position: top center;
    background-repeat: no-repeat;
    margin-left: 5px;
    margin-top: 10px;
    margin: 10px auto;
}
.big_block {
    min-height: auto;
    max-width: 1150px;
    margin: 0 auto;
    position: relative;
}

.big_text {
    position: relative;
    right: 0;
    margin-top: 0;
    text-align: center;
    margin-top: 14%;
}
.bigtext1 {
    font-size: 40px;
    font-weight: 500;
    font-family: 'Exo 2', sans-serif;
    border-radius: 25px;
    background-color: rgb(255, 255, 255);
    opacity: 0.849;
    padding: 0;
    display: block;
    line-height: 38px;
    margin-bottom: 12px;
}
.bigtext2 {
    font-size: 40px;
    font-weight: 500;
    font-family: 'Exo 2', sans-serif;
    border-radius: 25px;
    background-color: rgb(255, 255, 255);
    opacity: 0.849;
    padding: 0;
    display: block;
    line-height: 27px;
    display: inline-block;
}
.bigtext3 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Exo 2', sans-serif;
    border-style: solid;
    border-width: 3px;
    border-color: rgb(215, 215, 215);
    border-radius: 15px;
    background-color: rgb(255, 108, 0);
    padding: 14px 30px 20px 30px;
    display: inline-block;
    line-height: 20px;
    margin-top: 13px;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.sections_holder {
    display: block;
}
.sections_holder > div.sections_in1, .sections_holder > div.sections_in2, .sections_holder > div.sections_in3, .sections_holder > div.sections_in4
{
	width: calc(100% - 40px);
	margin: 20px 20px;
}
.sections {
    padding: 0px 10px;
}
.actionsale_holder_inner {
    display: block;
}
.actionsale {
    width: 50%;
    height: auto;
    margin: 30px auto;
}
.actionslider {
    width: 100%;
    height: auto;
    background-color: #333;
}
.actionsale_holder {
    width: 100%;
    padding: 20px 10px 50px 10px;
    background-image: url(../images/saleactions_bg.png);
    background-position: center left;
    background-repeat: no-repeat;
    height: auto;
}

h2, .h2 {
    font-size: 22px;
}
h1, .h1 {
    font-size: 24px;
}
.prtable1 td, .prtable2 td, .bftable td {
    border-top: 0px;
    width: 100%;
    text-align: center;
	display: block;
}
.ftab td
{
    width: 100%;
	display: block;	
}
.t3-footer {
    border-top: 0px solid transparent;
    background-color: #1e1a1b;
    background-image: none;
    background-position: top center;
    background-repeat: no-repeat;
    color: #858484;
    font-size: 15px;
}
.t3-copyright {
    border-top: 0px solid #eeeeee;
    font-size: 15px;
    padding: 20px 0 15px;
}

.bottom_footer_holder {
    position: relative;
    width: 100%;
    height: auto;
    line-height: inherit;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
    text-align: center;
    left: auto;
    margin-left: auto;
    margin-top: 20px;
    padding: 10px;
}

ul.level0 {
    width: 100%;
    padding-right: 0;
    display: block;
    margin: 0 !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    margin-right: 0;
    margin-left: 0;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
}

ul.level0 li {
    color: #fff;
}

.breadcrumbs {
    position: relative;
    margin-top: 0;
    margin-left: auto;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 0;
    width: calc(100% + 30px);
    margin: 5px 0px 5px -15px;
}
.blogcatitemholder #itemListLeading {
    display: block;
    width: 100%;
}
.blogcatitemholder .itemContainer {
    float: none;
    width: 100% !important;
    position: relative;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
}
.projcat #itemListLeading {
    display: block;
    width: 100%;
}
.projcat .itemContainer {
    float: none;
    width: 100% !important;
    position: relative;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
}
.filtre {
    display: block;
    clear: both;
    position: relative;
    padding: 30px 0px 20px 0px;
    height: 681px;
}

.projcat div.catItemImageBlock {
    margin: 0;
}
div.k2Pagination ul li.active a {
    background: #408d50;
    border-color: #408d50;
}

.projitemtable td
{
	border-top: 0px;
		width: 100%;
		display: block;
}
.projitemtable td:first-child
{
	width: 100%;
	padding-right: 0px;
}













































































	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}
#baform-2 #recaptcha{
    margin-bottom: -24px;
}
#baform-2 #recaptcha iframe{
    transform: scale(0.7);
    transform-origin: 0;
}
[data-form-pos="sub"]{
    margin-top:0px;
}



.ba-form-footer .ba-captcha {
    font-size: 14px;
}
input#simplecaptcha {
    height: 40px;
    font-size: 15px;
    color: rgba(153, 153, 153, 1);
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(204, 204, 204, 1);
    border-radius: 2px;
    padding: 6px 12px 6px 20px;
    width: 100%;
}


.projcatitem .btn {
    background: none;
    background-image: none;
    background-color: #ff7612;
    color: #fff;
    text-shadow: none;
    border: 0;
	transition: all 0.2s ease;
	padding: 10px 30px;
    font-size: 18px;
}

div.k2Pagination ul li.active a {
    background: #428bca;
}

.sections_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.sections_holder > a {
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    position: relative;
    transition: all 0.3s ease;
    padding: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    text-decoration: none;
    box-sizing: border-box;
}

.sections_holder > a:hover {
    box-shadow: 0px 0px 10px 0px rgba(65, 114, 76, 0.74);
}

.sections_holder > .sections_in1,
.sections_holder > .sections_in4 {
    width: 35%;
}

.sections_holder > .sections_in2,
.sections_holder > .sections_in3 {
    width: 60%;
}

.scontent {
    padding: 20px 50% 20px 20px;
    border-radius: 24px;
    /*border: 1px solid #f0f3f6;*/
    height: 100%;
    box-sizing: border-box;
}

.scontent .name {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
    font-family: 'Exo 2', sans-serif;
    color: #000;
}

.scontent .price {
    margin-bottom: 30px;
    padding-left: 20px;
    background: url('../images/rub.png') no-repeat 0 6px;
    color: #000;
}

.scontent span {
    text-decoration: none;
    border-bottom: 1px solid rgba(1, 1, 1, 0.1);
    font-style: italic;
}

.sections_holder > a > span {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45%;
    height: auto;
    display: block;
    line-height: 0;
}

.sections_holder > a img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 769px) {
    .sections_holder {
        display: block;
        padding: 0 10px;
    }

    .sections_holder > a {
        display: flex;
        /*flex-direction: column;*/
        width: 100% !important;
        margin: 0 0 30px 0;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        border-radius: 25px;
        padding: 15px;
        height: auto;
    }

    .scontent {
        width: 100%;
        padding: 20px;
        /*margin-bottom: 15px;*/
        background: none;
        border: 0
    }

    .sections_holder > a > span {
        position: relative;
        width: 100%;
        max-width: 300px;
        /*margin: 0 auto;*/
        right: auto;
        bottom: auto;
        align-self: self-end;
    }

    .sections_holder > a img {
        display: block;
        position: static;
        max-width: 100%;
        border-bottom-right-radius: 12%;
    }

    .scontent span {
        display: inline-block;
        border: 1px solid rgba(1, 1, 1, 0.1);
        border-radius: 10px;
        padding: 10px;
        background-color: white;
        margin-top: 10px;
    }
    .scontent .name {
      margin-bottom: 5px;
    }
    .scontent .price {
        margin-bottom: 0px;
    }
    .sections_in4 > .scontent .price {
        display: none;
    }
}

.sections_in4 > .scontent .price {
        display: none;
}

@media (max-width: 521px) {
    .sections_holder > a {
        flex-direction: column;
    }
}

.mainprojects .owl-carousel .owl-item img {
    object-fit: cover;
}

.price-table {
  overflow: unset;
}

@media (max-width: 769px) {
    .price-table {
        overflow: scroll;
    }
}

.navbar-default .navbar-nav > li > span > .caret {
    border-top-color: #707070;
    border-bottom-color: #707070;
}

@media (max-width: 769px) {
  .t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown > span > .caret {
    position: absolute;
    top: 40%;
    right: 12px;
  }
}