﻿* { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}  

:focus {
    outline: none;
}
/* td:nth-child(2):after,
td:nth-child(3):after,
td:nth-child(4):after,
td:nth-child(5):after,
td:nth-child(6):after {
	content: 'Р';
      font-family: 'alsrubl';
} */

td:nth-child(2):after,
td:nth-child(3):after {
	content: 'Р';
      font-family: 'alsrubl';
}

#content26 td:nth-child(3):after,
#content26 td:nth-child(4):after,
#content26 td:nth-child(5):after {
	content: '';
      font-family: 'alsrubl';
}

.tableRow.tableHeader td:nth-child(n):after {
	content: '';
}

.buttonSend, 
.zag,
.romb,
:hover(not:table) {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


[data-adaptive~="minmargin-5"] > * {
    margin-top: 5px;
    margin-bottom: 5px;
}

[data-adaptive~="minmargin-10"] > * {
    margin-top: 10px;
    margin-bottom: 10px;
}

[data-adaptive~="minmargin-20"] > * {
    margin-top: 20px;
    margin-bottom: 20px;
}

[data-adaptive~="minmargin-30"] > * {
    margin-top: 30px;
    margin-bottom: 30px;
}

[data-adaptive~="minmargin-60"] > * {
    margin-top: 60px;
    margin-bottom: 60px;
}

[data-adaptive~="flex"] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

[data-adaptive~="flexnowrap"] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
[data-adaptive~="flexwrap"] {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

[data-adaptive~="flexbetween"] {
	-webkit-justify-content: space-between;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between; 

}
[data-adaptive~="flexaround"] {
	-webkit-justify-content: space-around;
	-webkit-box-pack: space-around;
	-ms-flex-pack: space-around;
	justify-content: space-around;
}
[data-adaptive~="flexcenter"] {
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
[data-adaptive~="flexstart"] {
	-webkit-align-items: flex-start;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}

[data-adaptive~="flexend"] {
	-webkit-align-items: flex-end;
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
}

[data-adaptive~="flexjscenter"] {
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
[data-adaptive~="flexcolumn"] {
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
[data-adaptive~="flexgrow"] {
    -webkit-flex: 1;
	-ms-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;

}


#pagemenu a::after, #pagemenu a {
    transition: none;
}

/* медиазапросы */



@media (max-width: 1200px) {

#div17 {
    margin-right: auto;
}

#div35 {
    max-width: 100%;
    margin-left: inherit;
}

#div21 {
    max-width: 100%;
}

#div37 {
    padding-right: 30px;
}

#div36 {
    margin-right: 30px;
}

#pageTitle {
    font-family: Roboto400;
}

#pageTitle {
    line-height: 28px;
    font-size: 25px;
    padding: 26px;
    margin-bottom: 10px;
    text-align: center;
}
.conteiner {
    padding-left: 30px;
    padding-right: 30px;
}

}

@media (min-width: 901px) {

[data-adaptive~="col-lg-2"] > * {
    max-width: calc(50% - 15px);
    width: 100%;
}

[data-adaptive~="col-lg-3"] > * {
    max-width: calc(100%/3 - 15px);
    width: 100%;
}

[data-adaptive~="col-lg-4"] > * {
    max-width: calc(25% - 15px);
    width: 100%;
}


[data-adaptive~="col-lg-5"] > * {
    max-width: 204px;
    width: 100%;
}

[data-adaptive~="col-lg-6"] > * {
    max-width: 165px;
    width: 100%;
}


}

@media (max-width: 980px) {

.gallerygrid .photoprev {
    margin-right: auto;
    margin-left: auto;
}

#siteTitle {
    text-align: left;
}

}


@media (max-width: 900px) {

#div72 .contentTitle {
    margin-top: 30px;
}

#div8 .hv {
    text-align: left;
}

#div568 {
    display: none;
}

.gallerygrid .contentTitle {
    text-align: center;
}


[data-adaptive~="col-md-2"] > * {
    max-width: calc(50% - 15px);
    width: 100%;
}
[data-adaptive~="col-md-3"] > * {
    max-width: calc(100%/3 - 15px);
    width: 100%;
}

[data-adaptive~="col-md-4"] > * {
    max-width: calc(25% - 15px);
    width: 100%;
}

[data-adaptive~="col-md"] > * {
    max-width: 100%;
    width: 100%;
}
    
}


@media (max-width: 768px) {

#div6 {
    min-height: 100%;
    background-color: #6fb62a;
        background-image: none;
}

#content1 .mscallback {
    margin-top: auto;
}

#content .mscallback .hv:first-child {
    margin-bottom: 60px;
}

#logotypeblock {
    font-size: 0;
}


[data-adaptive~="flexwrap-md"] {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

[data-adaptive~="flexbetween-md"] {
	-webkit-justify-content: space-between;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}
[data-adaptive~="flexcolumn-md"] {
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
[data-adaptive~="flexjscenter-md"] {
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
  
}

@media (max-width: 700px) {

.tableNone {
    display:none !important;
}


#div362 .texthover .contentBody {
    position: relative;
    order: -1;
}

#div362 .texthover .hv {
    position: relative;
    max-width: 100%;
}

#div362 .contentText {
    margin: 0;
}

#div362  .contentBody.conteiner {
    padding-top: 0;
}

#div362  .gallerygrid.conteiner {
    padding-bottom: 0;
}

#content1 .mscallback .contentText {
    font-size: 24px;
}

#siteTitle {
    text-align: center;
}

#div37 {
    padding-right: 0;
}

.status {
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
}

#div470 img, #div10 img {
    margin:30px;
}


#div36 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

#div20 {
    max-width: 100%;
}

#siteSubtitle {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
#div16 br,#div17 br {
       display: block;
}
#div16,#div17 {
    padding-left: 0;
}
#div47 {
    margin-left: 0;
}
.tableRow:hover .buttonSend {
    background-color: #f84c05;
    color: #fff;
    border: 2px solid #f84c05;
    border-bottom: 2px solid #c73a00;
}
.cenaShow {
    text-align: center;
    border: 1px solid #358022;
    border-radius: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#content5,
#content8,
#content11,
#content14,
#content17,
#content20,
#content23,
#content26 {
    margin-bottom: 60px;
}


#div72 .contentTitle, #div10 .hv{
    text-align: center;
}

#div7 br,.none {
    display:none;
}

.buttonSend {
    width: 100%;
    text-align: center;
}

#div158 {
    padding-left: 30px;
    padding-right: 30px;
}

.tableTable .buttonSend, #div11 .buttonSend {
    color: #ffffff;
    width: 100%;
    text-align: center;
}

#content2 .texthover .contentBody {
    background-image: none;
}

#content2 .obertka {
    max-width: 100%;
    text-align: center;
}
#div7 .conteiner {
    padding-top: 30px;
    padding-bottom: 30px;
}
#div7 img {
    max-width: 9%;
}
#div7 .objectTitle {
    margin-left: 12px;
}
#div7 .objectTitle span {
    letter-spacing: 0px;
}
#div7 .hv {
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}   


#div21 {
    text-align: center;
        max-width: 100%;
}

#div35 {
    max-width: 100%;
}

#div32 {
    text-align: center;
}

#LogotypeBlock {
    text-align: center;
}

#LogotypeBlock a {
    margin: auto;
}

#div16,#div17 {
    background-image: none;
    text-align: center;
}

#global0 .contentBody {
    text-align: center;
}

[data-adaptive~="flexwrap700"] {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

[data-adaptive~="flexjscenter-sm"] {
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
[data-adaptive~="flexcolumn-sm"] {
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
[data-adaptive~="col-sm"] > * {
    max-width: 100%;
    width: 100%;
}                                                                    

.conteiner {
    padding-left: 30px;
    padding-right: 30px;
}

/* --------- TABLE  -------- */
.tableRowEven:hover, .tableRowOdd:hover {
    background-color: #f7f7f7 !important;
    color: inherit;
}

.tableRowEven:not(.noadaptive), .tableRowOdd:not(.noadaptive) {
    background-color: #f7f7f7;
    border: 1px solid #efefef;
}
tr:nth-child(n) {
    margin-bottom: 20px;
}

.tableRow:not(.noadaptive) td:first-child {
	background-color: #eee;
}
	table:not(.noadaptive), 
    thead:not(.noadaptive), 
    tbody:not(.noadaptive), 
    th:not(.noadaptive), 
    td:not(.noadaptive), 
    tr:not(.noadaptive) { 
		display: block; 
        text-align: left;
	}
	.tableHeader:not(.noadaptive) { 
		display: none; 
	}
	
	.tableTable:not(.noadaptive) strong {
    	font-size: 32px;
    	margin-top: 30px;
    	display: block;
	}
	
	thead:not(.noadaptive) tr.tableHeader { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	td:not(.noadaptive) { 
		border: none!important;
        width: 100%!important; 
		position: relative;
	}
	
	td:before:not(.noadaptive) { 
        margin-bottom: 10px;
        display: inherit;
        font-family: Roboto;
	}
    .tableRow:not(.noadaptive) td {
        font-family: RobotoBold;
    }
    .tableRow:not(.noadaptive) td:before {
        display: block;
        font-family: Roboto;
        margin-bottom: 10px;
    }
/*
    .tableRow.tableRow:not(.noadaptive) td:nth-child(1):before {
        content: 'Размер теплицы';
    }
    .tableRow.tableRow:not(.noadaptive) td:nth-child(2):before {
        content: 'Стоимость теплицы с поликарбонатом Кристалл или Казанский';
    }
    .tableRow.tableRow:not(.noadaptive) td:nth-child(3):before {
        content: 'Стоимость теплицы с поликарбонатом Премиум Усиленный';
    }
    .tableRow.tableRow:not(.noadaptive) td:nth-child(4):before {
        content: 'Стоимость фундамента';
    }
    .tableRow.tableRow:not(.noadaptive) td:nth-child(5):before {
        content: 'Стоимость монтажа';
    }
*/
    .tableRow {
        height: auto;
    }

    .tableRow:not(.noadaptive) td:nth-child(2n+1) {
        background-color: #eee;
    }
.tableRow td:last-child:not(.noadaptive) {
    background-color: #fff;
    border-color: #fff !important;
}


/* --------- end TABLE  -------- */


.contentTitle br, #siteTitle br {
    display: none;
}

.tel {
    margin-top: 4px;
    margin-bottom: 4px;
}

}

@media (max-width: 680px) {

}


@media (max-width: 600px) {
 
.gallerygrid .photoprev {
    max-width: 100%;
}

#siteLogotype {
    max-width: 80%;
}

#siteTitle {
    font-size: 20px;
}

[data-adaptive~="flexjscenter-md-600"] {
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
  

}

@media (max-width: 570px) {

#global4 .owl-item {
    padding-left: 12px;
    padding-right: 12px;
}


.mcarousel .customNavigation {
    margin-top: 0!important;
    margin-right: auto!important;
    margin-bottom: 20px!important;
}

#global4 .contentTitle {
    margin-bottom: 20px;
}

}

@media (max-width: 425px) {

#content1 .mscallback .contentText {
    font-size: 24px;
}

 ul {
    padding-left: 15px;
}

/*guestbook*/
.cont_guest table,
.cont_guest tbody,
.cont_guest tr,
.cont_guest td {
	display: block;
	width: 100%;
}
.cont_guest #guesttab .titletab {
	 display:block;
	 margin-top: 15px;
}
.cont_guest #guesttab .titletab {
}
.cont_guest #guesttab .inp {
	 width:100%;
	 float:none;
	 -moz-box-sizing:border-box;
	 box-sizing:border-box;
}
.cont_guest #guesttab #pin_img {
	 margin-bottom:0px;
	 margin-right:10px;
	 margin-top: 10px;
	 margin-bottom: 10px;
}
#guest #guesttab .inp.inppin {
	width: 60px;
	margin-top: 10px;
}
/*guestbook end*/

/*mail*/
.cont_mail table,
.cont_mail tbody,
.cont_mail tr,
.cont_mail td {
	display: block;
	width: 100% !important;
}
.cont_mail .tabletitle {
	 width:auto;
}
.cont_mail .tabletitle .divtitle {
	 display:block;
	 margin-top: 15px;
}
.cont_mail .texttitle {
	 margin-top: 15px;
}

.cont_mail .inpfield {
	 width:100%;
	 -moz-box-sizing:border-box;
	 box-sizing:border-box;
}

/*mail конец*/

}

@media (max-width: 375px) {
#content1 .mscallback .contentText {
    font-size: 20px;
}

ul {
    padding-left: 0;
}

.mscallback .hv {
    padding: 20px;
}


img#sitelogotype {
    max-width: 70%;
}

#content .buttonSend {
    font-size: 10px;
}
}

@media (max-width: 340px) {
.mcarousel .customNavigation {
    position: initial!important;
}
}
@media (max-width: 320px) {
.mcarousel .customNavigation {
    position: initial;
}

.contentTitle {
    font-size: 26px;
}

#pageTitle {
    font-size: 20px;

}

}
