:root {
    --second: #0061B2;
    --white: #F8FCFF;
    --black: #515151;
    --prime: #FF8039;
    --grey: #f1f1f1;
    --greyl: #f9f9f9;
}

HTML {
    color: var(--black);
    font-size: 18px;
    font-weight: normal;
    font-family: Roboto;
    line-height: 1.3;
    letter-spacing: 1px;
}

BODY {
    background-image: url(top.jpg);
    background-position: top -70px center;
    background-repeat: no-repeat;
    margin: 0;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

::marker {
    font-size: 26px;
    color: #ff8039;
}

.pageUl {
    padding-left: 15px;
}

.pageUl li {
    list-style-type: disc;
    font-size: 16px;
  //  line-height: 1;
}

.conteiner {
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
}

#siteLogotype {
    border-radius: 0
}

#LogotypeBlock {
    line-height: 0;
}

input, textarea, select {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    border: 1px solid #bbbbbb;
    width: 100%;
    padding: 18px 20px;
    vertical-align: middle;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}


input[type="checkbox"], input[type="radio"] {
    margin: 3px 3px 3px 0;
    -webkit-appearance: checkbox;
    box-sizing: border-box;
    max-width: 15px;
}

input, textarea, .submit {
    -webkit-appearance: none;
}

textarea {
    min-height: 150px;
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

strong, b {
    font-family: RobotoBold;
}

@font-face {
    font-family: NeoSansMed;
    src: url(NeoSansCyr-Medium.ttf) format("truetype");
}

@font-face {
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    src: url("Roboto.woff2") format("woff2"),url("Roboto.woff") format("woff")
}

@font-face {
    font-family: RobotoBold;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    src: url("RobotoBold.woff2") format("woff2"), url("RobotoBold.woff") format("woff")
}

.buttonSend, .buttonSend.second:hover {
    color: var(--white) !important;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    cursor: pointer !important;
    background-color: var(--prime);
    border: 2px solid var(--prime);
    border-bottom: 2px solid var(--prime);
    border-radius: 4px;
    display: inline-block;
    padding: 14px 36px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-appearance: none;
}

.buttonSend:hover, .buttonSend.second {
    cursor: pointer;
    background-color: var(--second);
    border: 2px solid var(--second);
    color: var(--white) !important;
}

.buttonSend.solid {
    background-color: transparent;
    border: 2px solid var(--prime);
    color: var(--black) !important;
}

.buttonSend.solid:hover, .buttonSend.dalee:hover {
    border: 2px solid var(--second);
}

.buttonSend.dalee {
    background-color: transparent;
    border: 2px solid var(--grey);
    color: var(--black) !important;
    margin-top: 8px;
    text-decoration: none;
}

p {
    margin-bottom: 24px;
    margin-top: 0;
}

a {
    color: #313131;
    text-decoration: none;
}

a[href$="#"]:not(.flex) {
    cursor: default;
}

A:hover {
    text-decoration: underline;
}

.tel {
    font-size: 24px;
    text-decoration: none;
    padding-left: 0px;
    color: var(--black);
}

ul li {
    list-style-type: none;
    position: relative;
}

.prise.content ul li {
    list-style-type: disc;
    line-height: 1.5;
}
.prise .object-title.objectTitle {
    font-size: 22px;
    margin-bottom: 30px;
}

/*
.content ul:not(.mheaderCatalogItem, .pageUl, .paramCatalog) li:before {
    content: "\00B7";
    padding-right: 6px;
    color: var(--prime);
    font-size: 62px;
    left: -20px;
    transform: translateY(-100%);
    position: absolute;
    line-height: 1;
    max-height: 20px;
    height: 100%;
    display: block;
}
*/

ol li {
    line-height: 36px;
    padding-left: 20px;
}

ol li p {
    margin-bottom: 0;
}

.objectNote a {
    text-decoration: none;
}

a.web {
    color: var(--grey);
    position: relative;
    text-decoration: none;
}

.mail {
    font-family: RobotoCond;
    text-transform: uppercase;
    font-size: 14px;
}

.contentTitle {
    font-size: 32px;
    font-family: NeoSansMed;
    letter-spacing: 2px;
    line-height: 42px;
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: left;
    position: relative;
}

.objectTitle {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contentTitle:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--prime);
    bottom: -15px;
    left: 20px;
    right: auto;
    margin: 30px auto 0 auto;
    box-shadow: -20px 0 0 var(--prime), 20px 0 0 var(--prime);
}

#div9 .contentTitle:after, #div11 .contentTitle:after {
    left: 0;
    right: 0;
}

#div15 .mscallback .contentTitle:after {
    display: none;
}

#div15 .mscallback .contentTitle {
    margin-bottom: 15px;
}

#div11 .contentTitle {
    text-align: center;
}

#siteTitle {
    font-size: 48px;
    color: var(--white);
    line-height: 1.3;
    margin: 0;
    text-align: center;
    letter-spacing: 3px;
    font-family: NeoSansMed;
}

#content td.title {
    background-color: var(--second);
    color: var(--white);
    text-align: center !important;
}

#content thead {
    background-color: rgba(0,0,0,0.03);
}

#content tbody tr:nth-child(2n+2) {
    background-color: rgba(0,0,0,0.03);
}

#content td, #content th {
    padding: 16px;
}

#content td:nth-child(3) {
    width: 120px;
}

#content td:nth-child(1) {
    text-align: left;
}

td.title {
    text-transform: uppercase;
}

tr.header {
    font-family: NeoSansMed;
}

#content tr:hover {
    background-color: var(--second) !important;
    color: #fff;
}

#content .tableRowEven {
    background-color: rgba(0,0,0,0.03);
}

#content .tableRow td {
    padding: 12px;
}

.bold {
    font-family: RobotoBold;
}

.okont {
    background-color: var(--prime);
    padding: 8px 16px;
    color: var(--white);
    font-weight: normal;
    font-family: Roboto;
    border-radius: 4px;
    display: inline-block;
}

.textColor {
    color: var(--prime);
}

.vp {
    font-size: 14px;
    color: var(--prime);
}

#siteSubtitle {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 5px;
}

#pageTitle {
    margin: 0;
    max-width: 740px;
    line-height: 1.3;
    font-weight: normal;
    font-size: 34px;
    font-family: NeoSansMed;
    letter-spacing: 0;
}

#global2 {
    max-width: 640px;
}

#global2 .mscallback {
    margin-bottom: 60px;
}

#global2 .texthover {
    font-size: 14px;
    display: none;
}

#div5 {
    padding-top: 60px;
}

#div9 {
    background-image: url(background_calc.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.calc .contentTitle {
    color: var(--white);
    text-align: center;
}

#global4 .object {
    background-color: var(--white);
    border-radius: 4px;
    border: 1px solid var(--grey);
}

#global4 .object .cifer {
    color: var(--prime);
    font-size: 40px;
    font-weight: bold;
}

#global4 .object:hover {
    background-color: var(--prime);
    color: var(--white);
}

#global4 .object:hover .cifer {
    color: var(--white);
}
#div13 {
	background-image: url(bg_middle-2.png);
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 800px;
}

#global5 {
    max-width: 550px;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
}

#global5 .object {
    background-color: var(--white);
    font-size: 14px;
}

#div15 {
    background-image: url(bottom.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
}

#div51 {
    color: var(--white);
    font-size: 14px;
    background-color: var(--second);
}

.master {
    background-image: url(master.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    max-width: 274px;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 60px;
    bottom: 0;
}

#global6 {
    min-height: 420px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}

#global6 .mscallback {
    width: 100%;
    padding: 80px;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    background-color: #F8FCFF;
}

#global6 .mscallback .contentBody {
    max-width: 500px;
}

#div13 .objectNote:before {
    content: "";
    background-color: var(--grey);
    position: absolute;
    display: block;
    width: 100px;
    height: 2px;
    top: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#div13 .objectNote:first-child:before {
    display: none;
}

#div13 .objectNote {
    position: relative;
    margin-top: 24px;
}

#div7 {
    margin-top: 60px;
}

.contentImage {
    margin-right: auto;
    margin-left: auto;
    // max-width: 800px;
    width: 100%;
}

.imgCenter {
    text-align: center;
}

.callbackPage {
    background-color: var(--white);
    border-radius: 4px;
    border: 1px solid var(--grey);
    padding: 60px;
    margin-bottom: 30px;
}

.texthover.t1 .contentTitle {
    max-width: 600px;
}

.contentText {
    width: 100%;
}

.telContent {
    font-family: NeoSansMed;
    font-size: 24px;
}

#global7, #global8 {
    display: none;
}

.objectNote a.buttonSendUnderline {
    text-decoration: underline;
    cursor: pointer;
}

.t3 .object {
    margin-right: 20px;
}

.accord .objectNote {
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height ease-in-out .3s,opacity ease-in-out .3s;
    -o-transition: max-height ease-in-out .3s,opacity ease-in-out .3s;
    transition: max-height 0.6s ease;
    padding-right: 50px;
}

.accord .object {
    padding: 27px 50px 27px 0;
    border-top: 1px solid #eee;
}

.accord .object:last-child {
    border-bottom: 1px solid #eee;
}

.accord .tabsButtonOver .tabsButton:after {
    content: '+';
    position: absolute;
    right: 0;
    font-size: 36px;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 1;
    transform: translateY(-50%);
    text-align: center;
    padding: 0;
    margin: 0;
}

.accord .tabsButtonOver.active .tabsButton:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg) translateY(-50%);
    transition: all ease-in-out .3s;
    right: -15px;
    top: 0;
}
.accord .tabsButton {
    position: relative;
    cursor: pointer;
}

.accord .contentTitle:after {
    width: 0;
    height: 0;

}
.paramCatalog {
    padding: 0;
    list-style: none;
    display: table;
    max-width: 100%;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
}

.paramCatalog li {
    display: table-row;
    padding: 0;
    background-image: none;
}
.paramName {
    display: table-cell;
    border-bottom: 1px dotted #bebebe;
    text-align: left;
    white-space: nowrap;
    line-height: 1;
    vertical-align: middle;
    font-weight: bold;
}

.paramValue {
    border-bottom: 1px dotted #bebebe;
    display: table-cell;
    padding: 14px 0;
    text-align: right;
    letter-spacing: 0;
    line-height: 1.3;
}
.paramCatalog li .paramValue.sumMontage {
    color: #ff8039;
}

.paramTitle {
    font-family: NeoSansMed;
    font-size: 23px;
}
.paramCost {
	   margin: 50px 0;
}
.callPg {
    display: none;
}
.panel_inn .callPg {
    display: block;
}

.divImg {
    position: relative;
}

.squary {
    position: absolute;
    top: 20px;
    left: 0px;
    padding: 6px 15px;
    background-color: #ff8039;
    color: #fff;
}

.paramTitle {
    background-color: #e4f4ff;
    padding: 10px 20px;
}