@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400&display=swap');

body
{

}
h2, .h2 {
    font-size: 1.55rem;
}
.com-content-article__body p
{
	text-align: justify;
}
.readmore .btn:hover, .readmore .btn:active, .readmore .btn:focus {
  background-color: #629a19;
  color: #fff;
}
.page-header h2 a:hover, .page-header h2 a:focus, .page-header h2 a:active,
.categories-list h2 a:hover,
.categories-list h2 a:focus,
.categories-list h2 a:active {
  color: #629a19;
}
.t4-header {
    position: absolute;
    z-index: 1;
    width: 100%;
    background-color: rgb(255 255 255 / 72%);
}
.item-101 .mainblmod
{
	min-height: 986px;
	position: relative;
}
.mainblmod {
    min-height: 226px;
    position: relative;
}
.header_contacts_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}
.phnumb
{
	color: #303436;
    font-size: 24px;
    font-weight: 600;	
}
.phnumb span 
{
    color: #629a19;	
}
.headeb_phone a img
{
	
}
.header_contacts_flex .ba-click-lightbox-form-1
{
	font-style: italic;
    text-decoration: underline;
    position: relative;
    display: block;
    text-align: right;
    margin-top: -7px;
}
.headeb_mail a
{
	color: #303436;  
}

.t4-palette-mainnav {
    background-color: transparent;
    color: #6c757d;
	background-image: url(/images/menubg.png);
    background-repeat: repeat-x;
    background-position: top center;
    background-attachment: scroll;
	background-size: cover;
}
.t4-navbar .navbar {
    min-height: 45px;
}
.t4-mainnav.border-bottom {
    border-bottom: 0px !important;
}
.t4-mainnav.border-top {
    border-top: 0px !important;
}
.headercontacts {
    margin: auto 0;
}
.logo-img
{
	min-width: 120px;
}
.headerlogo
{
	padding-left: 0;
}
.t4-palette-mainnav {
	margin-top: 98px;
    position: absolute;
    z-index: 1;
    width: 100%;
}
.t4-palette-mainnav .nav > li.active > a, .t4-palette-mainnav .nav > li.active > a.nav-link .t4-palette-mainnav .nav > li.active:hover > a, .t4-palette-mainnav .nav > li.active:hover > a.nav-link {
    color: #e8ffc9;
}
.t4-palette-mainnav .nav > li:first-child a {
    padding-left: 0px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 0.4rem;
    padding-left: 0.4rem;
}
.t4-palette-mainnav .nav > li a
{
	text-transform: uppercase;
	color: #fff;
}
.t4-palette-mainnav .nav > li a, .t4-palette-mainnav .nav > li .nav-link {
	color: #fff;
	font-weight: 600;
}
.maintext {
    padding-top: 284px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 79px;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.preimflex
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
	max-width: 800px;
	margin: 100px auto 30px auto;	
}
.preimflex_pr
{
	text-align: center;
	width: 30%;
}
.preimflex_pr img
{
	display: block;
	margin: 0px auto 10px auto;
}
.preimflex_pr:nth-child(2) img
{
	margin: 20px auto 10px auto;	
}
.preimflex_pr span
{
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 28px;
}
.aroowdown
{
	width: 33px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -17.5px;
}
#t4-footer .t4-section-inner .col-sm
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;	
}
#t4-footer .t4-section-inner .footer1
{
	width: 70%;
}
#t4-footer .t4-section-inner .copyrlogo
{
	width: 30%;
	text-align: right;
}
#t4-footer .t4-section-inner .copyrlogo img
{
	max-height: 24px;
	margin-left: 10px;
}
.pull-left {
    margin-right: 10px;
}
.pull-right{
    margin-left : 10px;
}
.com-content-article.item-page
{
	/*margin-top: -56px;*/
}



.sidebar-l
{
	background: #eee;
}
.sidebar-l:before
{
    content: '';
    background: #eee;
    position: absolute;
    width: 100%;
    height: 48px;
    margin-top: -48px;
    margin-left: -15px;
}
.sidebar-l .t4-module .nav li a, .t4-card .nav li a, .moduletable .nav li a, .module_menu .nav li a {
    color: #303436;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid #629a19;
	transition: all 0.2s ease;
}
.sidebar-l .t4-module .nav li a:hover
{
	color: #629a19;
}
.sidebar-l .t4-module .nav li.active a
{
	color: #629a19;	
}
.sidebar-l .t4-module .nav li
{
	position: relative;
}
.sidebar-l .t4-module .nav li:before
{
    content: '';
    width: 4px;
    height: 15px;
    position: absolute;
    background: #629a19;
    margin-left: -10px;
    margin-top: -7.5px;
    top: 50%;
}
.sidebar-l .t4-module .nav li:last-child a
{
	border-bottom: 0px;
}
.sidebar-l .navbar {
    padding: 0rem 1rem 1rem 1rem;
}
.ba-forms-lightbox-row {
    position: absolute;
    top: 12px;
    right: -19px;
}
.t4-palette-dark {
    background-color: #e6e6e6;
    color: #3d3d3d;
}
.t4-palette-dark .t4-module .module-title {
    color: #353535;
}
.t4-palette-dark a {
    color: #353535;
}
.t4-palette-dark .t4-module {
    color: #353535;
}
.t4-palette-dark .nav > li a, .t4-palette-dark .nav > li .nav-link {
    color: #353535;
}
.t4-footer .container {
    border-top: 1px solid rgb(0 0 0 / 19%);
}
.t4-palette-dark .nav > li a:hover,
.t4-palette-dark .nav > li a:focus,
.t4-palette-dark .nav > li a:active,
.t4-palette-dark .nav > li .nav-link:hover,
.t4-palette-dark .nav > li .nav-link:focus,
.t4-palette-dark .nav > li .nav-link:active {
	color: #639a1a;
}
.t4-palette-dark a:hover {
	color: #61991b;
}
.mainservices_flex
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
	padding: 60px 0px;	
}
.mainservices_flex a
{
	transition: all 0.2s ease;
}
.mainservices_flex a:hover
{
	opacity: 0.8;
}
.mainservices_flex_in
{
	min-width: 18%;
} 
.mainservices_flex_in img
{
	display: block;
	position: relative;
}
.mainservices_flex_in span
{
    position: absolute;
    color: #fff;
    padding: 8px 15px;
    background: #63bd04;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: -21px;
}
.contable td {
    width: 50%;
    border-top: 0px;
    padding: 20px 0px;
    font-size: 24px;
}

.gal_proj_flex
{
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 15px;
}
ul.sigProResponsiveBlue li.sigProThumb a.sigProLink {color:#b7dafc;background-color:#b7dafc;border: 6px solid #649810;-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 #8bc32f;}

.gal_proj_flex_in
{
	min-width: 40%;
}

.gal_proj_flex_in ul.prj_params
{
	list-style: none;
	padding-left: 3px;
}

.gal_proj_flex_in ul.prj_params li {
    padding: 4.2px 10px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
	flex-wrap: wrap;
    max-width: 339px;
}
.gal_proj_flex_in ul.prj_params li:last-child
{
	border-bottom: 0px solid #ccc;	
}
.gal_proj_flex_in ul.prj_params li span
{
	font-weight: bold;
	text-align: right;
}
.bigbutt {
    padding: 10px 30px;
    display: block;
    margin: 0 auto;
    transition: all 0.2s ease;
}
.item-127 hr {
    margin-top: 0.3rem;
}
.otdel_prodazh
{
    display: block;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 9px 20px;
    background: #87960b;
    font-size: 24px;
    font-weight: bold;
}
.otdel_prodazh img
{
	max-height: 40px;
}
.phnumber
{
	white-space: nowrap;
}
.map {
    position: relative;
    text-align: center;
	margin: 20px 0px;
}







.tipdomtable
{
	width: 100%;
}
.tipdomtable td:first-child
{
	width: 60%;
	padding-right: 20px;
}
.tipdomtable .large-block-grid-4 > li {
    width: 100%;
}
.tipdomtable ul.sigProResponsive li.sigProThumb {
    float: none;
}
.tipdomtable ul.sigProResponsive.singleThumbGallery {
    float: none;
}

.item-114 ul.sigProClassic li.sigProThumb {
    margin: 5px 0px;
}
.item-114 ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {
    margin: 0;
}

.item-114 ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper {
    margin: 0;
    padding: 0;
}
.item-114 ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {
    box-shadow: none;
}
.com-content-category-blog .items-row .item-image img
{
max-width: 300px;
}
.otdel_prodazh a
{
  color: #fff !important;
}






































































/*############################## MOBILE ##################################*/


@media screen and (min-width: 992px) and (max-width: 1200px)
{
ul.sigProResponsiveBlue.singleThumbGallery {
    min-width: 400px !important;
}

}
@media screen and (min-width: 768px) and (max-width: 992px)
{


	
	
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
.header_cont3
{
	margin-left: auto;
}
.preimflex_pr img {
    max-width: 100px;
}
.maintext {
    font-size: 50px;
    line-height: 59px;
}
.item-101 .mainblmod {
    min-height: 786px;
}
.sidebar-l .t4-module .nav li a, .t4-card .nav li a, .moduletable .nav li a, .module_menu .nav li a {
    text-transform: lowercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}
.pull-left {
    /* float: none; */
    width: 50%;
    max-width: 50% !important;
}
.pull-right {
    /* float: none; */
    width: 50%;
    max-width: 50% !important;
}
.mainservices_flex {
    padding: 60px 0px 40px 0px;
}
.mainservices_flex a
{
	width: 48%;
	margin-bottom: 40px;
}
.mainservices_flex_in img {
    display: block;
    position: relative;
    width: 100%;
}

.gal_proj_flex_in {
    min-width: 100%;
}
body.item-127 ul.sigProResponsiveBlue.singleThumbGallery {
    min-width: 100% !important;
}
 .gal_proj_flex_in ul.prj_params {
    list-style: none;
    padding-left: 0;
}
.navbar .navbar-toggler i {
    font-size: 22px;
    color: #fff;
}
.nav-breakpoint-lg .navbar-toggler {
    float: left;
}
.t4-palette-mainnav {
    background-color: transparent;
    color: #6c757d;
    background-image: none;
    background-repeat: repeat;
    background-position: top center;
    background-attachment: scroll;
    background-size: inherit;
    background-color: #634d3b;
}
.t4-palette-mainnav .nav > li:first-child a {
	padding-left: 1.1rem;
}
.item-114 ul.sigProClassic li.sigProThumb a.sigProLink {
    width: 100% !important;
  height: 100px !important;
      float: none;
}
.item-114 ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg, .item-114 ul.sigProClassic li.sigProThumb a.sigProLink:hover img.sigProImg {
    width: 100% !important;
  height: 100px !important;
  background-size: cover;
}
.item-114 ul.sigProClassic li.sigProThumb {
    float: none;
  }
 .item-114 ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper {
    float: none;
  }
 .item-114 ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {
    float: none;
  }
  
  
  
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {










}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px){





 
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
.headerlogo {
    padding-left: 0;
    text-align: center;
}
.t4-header {
    position: relative;
}
.t4-palette-mainnav {
    margin-top: 0;
    position: relative;
}
.header_cont1, .header_cont2, .header_cont3
{
	width: 100%;
	text-align: center;
	padding: 10px 0px;
}
.maintext {
    padding-top: 54px;
    font-size: 180%;
    line-height: 150%;
    text-align: center;
}
.header_contacts_flex .ba-click-lightbox-form-1 {
    text-align: center;
    margin-top: 10px;
}
.navbar .navbar-toggler {
    color: #ffffff;
}
.item-101 .mainblmod {
    min-height: 386px;
    position: relative;
}
.preimflex {
    width: 100%;
    max-width: 100%;
    margin: 20px auto 30px auto;
}
.preimflex_pr img {
    max-width: 60px;
}
.preimflex_pr span {
    font-size: 14px;
}
.t4-palette-mainnav {
    background-repeat: repeat;
    background-size: auto;
}
.sidebar-l:before
{
	content: none;
}
.sidebar-l .navbar {
    padding: 1rem 1rem 1rem 1rem;
}
#Mod98 img
{
	display: block; margin: 0 auto;
}
.mainservices_flex a
{
	width: 100%;
	margin-bottom: 40px;
}
.mainservices_flex_in img {
    display: block;
    position: relative;
    width: 100%;
}
.mainblmod {
    min-height: 0px;
}
.contable td {
    width: 100%;
    border-top: 0px;
    padding: 10px 0px;
    font-size: 24px;
    display: block;
}
.gal_proj_flex_in {
    min-width: 100%;
}
body.item-127 ul.sigProResponsiveBlue.singleThumbGallery {
    min-width: 100% !important;
}
 .gal_proj_flex_in ul.prj_params {
    list-style: none;
    padding-left: 0;
}
ul.sigProResponsiveBlue.singleThumbGallery {
    min-width: 100% !important;
}
.tipdomtable td, .tipdomtable td:first-child
{
	width: 100%;
	padding-right: 0px;
	display: block;
}



.pull-left {
    margin-right: 0px;
	width: 100%;
		max-width: 100% !important;
}
.pull-right{
    margin-left : 0px;
	width: 100%;
	max-width: 100% !important;
}
.com-content-article.item-page
{
	margin-top: 0px;
}


.item-114 ul.sigProClassic li.sigProThumb a.sigProLink {
    width: 100% !important;
  height: 100px !important;
      float: none;
}
.item-114 ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg, .item-114 ul.sigProClassic li.sigProThumb a.sigProLink:hover img.sigProImg {
    width: 100% !important;
  height: 100px !important;
  background-size: cover;
}
.item-114 ul.sigProClassic li.sigProThumb {
    float: none;
  }
 .item-114 ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper {
    float: none;
  }
 .item-114 ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {
    float: none;
  }
  .phnumber {
    white-space: normal;
}
  .card, .contentpane .well {
    max-width: 100% !important;
}
  
  
  

}

