﻿* { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}  

:focus {
    outline: none;
}

.buttonSend,
:not(tr,td):hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
tr:hover {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.center {
    text-align: center;
}

[data-adaptive~="center"] > * {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

[data-adaptive~="margin-5"] {
    margin-top: 5px;
    margin-bottom: 5px;
}
[data-adaptive~="margin-10"] {
    margin-top: 10px;
    margin-bottom: 10px;
}
[data-adaptive~="margin-15"] {
    margin-top: 15px;
    margin-bottom: 15px;
}
[data-adaptive~="margin-20"] {
    margin-top: 20px;
    margin-bottom: 20px;
}
[data-adaptive~="margin-30"] {
    margin-top: 30px;
    margin-bottom: 30px;
}
[data-adaptive~="margin"] {
    margin-top: 60px;
    margin-bottom: 60px;
}



[data-adaptive~="marginObject-5"] > * {
    margin-top: 5px;
    margin-bottom: 5px;
}
[data-adaptive~="marginObject-10"] > * {
    margin-top: 10px;
    margin-bottom: 10px;
}
[data-adaptive~="marginObject-15"] > * {
    margin-top: 15px;
    margin-bottom: 15px;
}
[data-adaptive~="marginObject-20"] > * {
    margin-top: 20px;
    margin-bottom: 20px;
}
[data-adaptive~="marginObject-30"] > * {
    margin-top: 30px;
    margin-bottom: 30px;
}
[data-adaptive~="marginObject"] > * {
    margin-top: 60px;
    margin-bottom: 60px;
}


[data-adaptive~="padding-5"] {
    padding-top: 5px;
    padding-bottom: 5px;
}
[data-adaptive~="padding-10"] {
    padding-top: 10px;
    padding-bottom: 10px;
}
[data-adaptive~="padding-15"] {
    padding-top: 15px;
    padding-bottom: 15px;
}
[data-adaptive~="padding-20"] {
    padding-top: 20px;
    padding-bottom: 20px;
}
[data-adaptive~="padding-30"] {
    padding-top: 30px;
    padding-bottom: 30px;
}
[data-adaptive~="padding"] {
    padding-top: 60px;
    padding-bottom: 60px;
}



[data-adaptive~="paddingObject-5"] > * {
    padding: 5px;
}
[data-adaptive~="paddingObject-10"] > * {
    padding: 10px;
}
[data-adaptive~="paddingObject-15"] > * {
    padding: 15px;
}
[data-adaptive~="paddingObject-20"] > * {
    padding: 20px;
}
[data-adaptive~="paddingObject-30"] > * {
    padding: 30px;
}
[data-adaptive~="paddingObject"] > * {
    padding: 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: 1140px) {
#global0 {
    width: 100px;
    height: 45px;
}
}



@media (max-width: 1200px) {
.breadcrumbs .buterpath {
    margin: 0 60px;
}

.conteiner {
    padding-left: 30px;
    padding-right: 30px;
}

}

@media (min-width: 991px) {

[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%;
}
}

@media (max-width: 1140px) {
}

@media (max-width: 1024px) {
#global6 .mscallback .contentTitle,
#global6 .mscallback .contentText {
    text-align: center;
}
#global6 .mscallback .contentBody {
    max-width: 800px;
}
.master {
    display: none;
}
}

@media (max-width: 900px) {
#div5 {
    padding-top: 30px;
}
.texthover.t1 .owllink {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
[data-adaptive~="flexjscenter900"] {
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#div7 {
    margin-top: 60px;
}
#global2 {
    max-width: 100%;
}
BODY {
    background-position: top left;
}

#siteTitle {
    font-size: 32px;
}
/*
#div3 {
	background: linear-gradient( 360deg, 
	rgb(0, 49, 29) 50%,
	rgba(0,107,63,0.3) 85% );
}
*/

[data-adaptive~="flexcolumn-900"] {
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
[data-adaptive~="flexjscenter-900"] {
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
[data-adaptive~="flexcenter-900"] {
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

[data-adaptive~="col-md-3"] > * {
    max-width: calc(100%/3 - 15px);
    width: 100%;
}
[data-adaptive~="col-md-2"] > * {
    max-width: calc(50% - 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) { 
#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) {
.telContent {
    display: block;
}
#div15 {
    background-image: none;
}
.contentTitle {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
}
.contentTitle:after {
    left: 0;
    right: 0;
}

#content td.title {
    padding: 30px 18px !important;
}
	#content td:nth-child(1) {
    padding-bottom: 6px;
}
#content td:nth-child(2) {
    padding-top: 0;
    font-weight: bold;
}
#content td:nth-child(3) {
    display: none;   
}
#div13 {
    background: linear-gradient( 360deg, rgb(49 43 43) 10%, rgb(48 42 42 / 49%) 80% );
    background-color: #2c2b29;
}
#global5 .object {
    font-size: 18px;
}
#div9 {
    background: linear-gradient( 360deg, 
    rgb(49 43 43) 10%, 
    rgb(48 42 42 / 49%) 80% );
    background-color: #2c2b29;
}
#global0 {
    order: -1;
}
#div22 {
    width: 100%;
    margin-top: 30px;
}

#siteTitle {
    text-align: center;
}

.tableRow:hover .buttonSend {
    background-color: #f84c05;
    color: #fff;
    border: 2px solid #f84c05;
    border-bottom: 2px solid #c73a00;
}

#LogotypeBlock {
    text-align: center;
}

#LogotypeBlock a {
    margin: auto;
}
#pageTitle br {
    display: none;
}
#div5 {
    padding-top: 10px;
}
#global2 .mscallback {
    margin-top: 30px;
}
#global1 {
    margin: 20px auto 0;
}
#div22 .tel {
    margin: 0 auto;
}
[data-adaptive~="flexbetween700"] {
	-webkit-justify-content: space-between;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}

[data-adaptive~="flexwrap700"] {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
[data-adaptive~="flexdirection700"] {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

[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%;
}                                                                  

.contentTitle br, 
#siteTitle br {
    display: none;
}

.tel {
    margin-top: 4px;
    margin-bottom: 4px;
}


/* --------- TABLE  -------- */

.tableRowEven:hover, 
.tableRowOdd:hover, 
.tableHeader:hover {
	color: #454545;
} 

.tableRowEven:hover, .tableRowOdd:hover {
    background-color: #f7f7f7 !important;
    color: inherit;
}

.tableRow:not(.noadaptive) td:first-child {
	background-color: #eee;
}
	table:not(.noadaptive),
    table:not(.noadaptive)  thead, 
    table:not(.noadaptive)  tbody, 
    table:not(.noadaptive)  th, 
    table:not(.noadaptive)  td, 
    table:not(.noadaptive)  tr { 
		display: block; 
        text-align: center;
	}
	
	.tableTable:not(.noadaptive) strong {
    	font-size: 32px;
    	margin-top: 30px;
    	display: block;
	}
	
table:not(.noadaptive) 	thead tr.tableHeader { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
table:not(.noadaptive) 	td { 
		border: none!important;
        width: 100%!important; 
		position: relative;
	}
	
table:not(.noadaptive) 	td:before { 
        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 {
        height: auto;
    }

.tableRow:not(.noadaptive) td:nth-child(2n+1) {
    background-color: var(--green);
    color: var(--white);
}
    
.tableRow td:last-child:not(.noadaptive) {
    background-color: #fff;
    border-color: #fff !important;
    text-align: center;
    margin-bottom: 10px;
}
.tableRow:before {
    box-shadow: none;
}


/* --------- end TABLE  -------- */


}

@media (max-width: 600px) {
#global6 .mscallback {
    padding: 60px;
}
#pageTitle {
    text-align: center;
}
#siteSubtitle {
    display: none;
}
#global0 {
    order: -1;
}
#LogotypeBlock {
    margin: 0 30px 20px;
}

.tel {
    font-family: NeoSansMed;
}

[data-adaptive~="flexjscenter-md-600"] {
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
}
@media (max-width: 470px) {


}

@media (max-width: 425px) {
.callbackPage {
    padding: 60px 30px;
}
.telContent {
    display: block;
    margin: 10px 0 0;
}

.callbackPage {
    padding: 30px;
}
#pageTitle {
    font-size: 26px;
}
#div22 {
    margin-top: 20px;
}
.dl-menuwrapper button {
    left: 50%;
    transform: translateX(-50%);
}
#global0 {
    width: 100%;
}
[data-adaptive~="paddingObject"] > * {
    padding: 30px;
}
#global6 .mscallback {
    padding: 80px 40px;
}

#div29 {
    margin: 30px auto;
}
#global0 {
    margin: 0 0 30px;
}
.dl-menuwrapper .dl-menu {
    min-width: auto;
}

.fancybox-slide .callblock {
    margin: 40px!important;
}
.fancybox-slide > * {
    padding: 0!important;
}
#siteTitle {
    font-size: 26px;
    line-height: 30px;
}

.tel {
    display: inline-block;
    line-height: 1;
}
table:not(.noadaptive), 
table:not(.noadaptive) thead, 
table:not(.noadaptive) tbody, 
table:not(.noadaptive) th, 
table:not(.noadaptive) td, 
table:not(.noadaptive) tr {
    display: block;
    text-align: left;
}

 ul {
    padding-left: 15px;
}

}

@media (max-width: 375px) {
.callbackPage {
    padding: 60px 15px;
}
.buttonSend {
    font-size: 13px;
    padding: 12px 16px;
    }

ul {
    padding-left: 0;
}
img#sitelogotype {
    max-width: 70%;
}

}

@media (max-width: 340px) {
.telContent {
    font-size: 18px;
}
#siteTitle {
    font-size: 20px;
    line-height: 24px;
}
.mcarousel .customNavigation {
    position: initial !important;
}
}

@media (max-width: 320px) {

.mcarousel .customNavigation {
    position: initial;
}
.contentTitle {
    font-size: 26px;
}
#pageTitle {
    font-size: 20px;
}

}
