@charset "UTF-8";

.header__menu-nav-item:nth-child(3):before {
    content: "";
    display: block;
    background-color: var(--themecolor);
    position: absolute;
    width: 50%;
    height: 2px;
    left: 0;
    bottom: 0;
}
.header__menu-nav-item:nth-child(3):after {
    content: "";
    display: block;
    background-color: var(--subcolor);
    position: absolute;
    width: 50%;
    height: 2px;
    right: 0;
    bottom: 0;
}
#contactform table td span.button {
    width: 13rem;
    margin: 0.8rem auto;
}
#baloon3 input {
    
}

#contactform table td.ok span:first-child{background:url(../img/pages/contactus/icon-ok.png) right center no-repeat}
#contactform table td.ok input,
#contactform table td.ok textarea{background-color:#f2ffe1}
#contactform table td.ok .error{display:none}
#contactform table td.ng span:first-child{background:url(../img/pages/contactus/icon-ng.png) right center no-repeat}
#contactform table td.ng.ng input,#contactform table td.ng.ng textarea{background-color:#f8e0e0}
#contactus main{padding-bottom:2rem;margin:3r auto 0}

#contactus main #contact-privacy p{margin:0 0 10px}
#contactus main #contact-privacy a:hover{opacity:1;filter:alpha(opacity=100)}
#contactus main #column:after,#contactus main #column:before{content:" ";display:table}
#contactus main #column:after{clear:both}
#contactform table th.requisite{
    padding-right:74px;
    background:url(../img/pages/contactus/icon-requisite.png) right center no-repeat #e7f4f7;
}


#contactform table td input {
    padding:8px 10px;
    margin:0;
    background-color:#fff;
    box-shadow:rgba(204,204,204,.75) 3px 3px 5px 0 inset;
    -webkit-box-shadow:rgba(204,204,204,.75) 3px 3px 5px 0 inset;
    -moz-box-shadow:rgba(204,204,204,.75) 3px 3px 5px 0 inset;
    border:1px solid #bab1a0;
    color:#666;
}
#contactform table td textarea {
    width:90%;
    padding:8px 10px;
    margin:0;
    background-color:#fff;
    box-shadow:rgba(204,204,204,.75) 3px 3px 5px 0 inset;
    -webkit-box-shadow:rgba(204,204,204,.75) 3px 3px 5px 0 inset;
    -moz-box-shadow:rgba(204,204,204,.75) 3px 3px 5px 0 inset;
    border:1px solid #bab1a0;
    color:#666;
    display:block
}
#contactus main p.button:hover{opacity:.7;filter:alpha(opacity=70);cursor:pointer}
#contactus main p.button{margin-bottom:0}
#contactform table td span{display:block}
#contactform table td span.error{
    padding: 0.3rem 1rem;
    margin: 0.5rem 0 0.3rem;
    display:block;
    background-color:#cf4a4b;
    color:#fff
}
#contactform table td input,
#contactform table td a.button:hover{opacity:.7;filter:alpha(opacity=70);cursor:pointer}
#contactform table td span.case{
    padding-top: 0.2rem;
    background:0 0;
    clear:both
}

@media (min-width: 768px) {
    #contactus main{padding-bottom:40px;margin:60px auto 0}
    #contactus main p.lead{padding:0 0 50px;}
    #contactform table td,
    #contactform table th{clear:both;border:1px solid #c4dde2;padding:15px 0;}
#contactform table th{padding-right:20px;padding-left:20px;background:#e7f4f7;vertical-align:middle}
#contactform table td{padding-right:20px;padding-bottom:9px;padding-left:20px;position:relative}
#contactform table td span:first-child{width:468px}
    #contactform table td span.case{
        padding-top:4px;
    }
    #contactform table td span.error{
        padding:6px 15px;
        margin:9px 0 6px;
    }
#contactform table.confirm td,
#contactform table.confirm th{padding-top:9px;padding-bottom:9px;line-height:24px}
#contactform table #contact-content{padding-bottom:12px}
#contactform table #contact-content span.error{margin:15px 0 3px}
#contact-privacy-title{
    margin:33px 0 10px
}
td div{position:absolute;top:-5px;left:468px}
td p{
    position:relative;
    display:inline-block;
    padding:15px 20px;
    width:175px;
    min-width:115px;
    color:#fff;
    line-height:160%;
    background:var(--subcolor);
    z-index:0;
    margin:0;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    text-align:left;
    box-shadow:rgba(163,163,163,.65) 0 0 3px 1px;
    -webkit-box-shadow:rgba(163,163,163,.65) 0 0 3px 1px;
    -moz-box-shadow:rgba(163,163,163,.65) 0 0 3px 1px;
    right:-10px
}
td p:after{content:"";position:absolute;top:60%;left:-12px;margin-top:-16px;display:block;width:0;height:0;border-style:solid;border-width:8px 12px 8px 0;border-color:transparent var(--subcolor) transparent transparent}
td #baloon6s{top:11px}
.notes{padding:34px 0 0;}

    #contactform table td span.button {
        width: 200px;
        margin: 0;
    }
}





p.button {
	width:16rem;
	margin:1.5rem auto 0 auto;
}
p.button a {
	width:16rem;
	margin:2rem auto 0 auto;
	display:block;
}
p.button.submit button {
	border:0;
	cursor:pointer;
}
p.button button:hover,
p.button input:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
p.button.submit button.disabled {
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	cursor:disabled;
}
@media (min-width: 768px) {
    p.button {
        width:259px;
        margin:20px auto 0 auto;
    }
        p.button a {
        width:259px;
        margin:35px auto 0 auto;
        display:block;
    }
}
main section#contactus p.button.submit:hover {
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

input[type="submit"] {
cursor:pointer;
display:block;
background-color: #e8e1d1;
border: 1px solid #bab3a3;
font-size: 140%;
font-weight:bold;
width:100%;
color: #4c483d;
padding: 10px 0;
background-image: url('../img/element/arrow_gray.png');
background-position: 8% 55%;
background-repeat: no-repeat;
}
.requisite .label {
    padding: 0.2rem 0.5rem;
    margin: 0 0 0 0.5rem;
    border-radius: 0.2rem;
    background: #c00;
    font-size: 0.9rem;
    color: #fff;
}
@media (min-width: 768px) {
    tbody th {
        width: 280px;
    }
    .requisite .label {
        font-size: 14px;
    }
}


.button {
    color: #fff;
    font-size: 1rem;
    margin: 0 auto;
}
button {
    width: 100%;
    padding: 0.5rem 1.2rem;
    background: var(--themecolor);
    color: #fff;
    font-size: 1rem;
    line-height: 1.7;
    text-decoration: none;
    border-radius: 1.5em;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.2);
    position: relative;
}
.button.subcolor-button a {
    background: var(--subcolor);
}
.button a span {
    font-size: 1rem;
    line-height: 1.7;
}
button i {
    font-size: 1rem;
    line-height: 1.7;
}
@media (min-width: 768px) {
    button {
        font-size: 16px;
    }
    button a {
        padding: 7px 15px 7px 25px;
    }
    button i {
        font-size: 16px;
    }
}
.result-title {
    margin: 2rem 0 1rem 0;
    font-size: 1.3rem;
}
@media (min-width: 768px) {
    .result-title {
        margin: 40px 0 30px 0;
        font-size: 26px;
    }
}
#contact-step {
    margin-top: 2rem;
    margin-bottom: 1.2rem;
    list-style: none;

}
#contact-step span {
    line-height: 1.4;
}
#contact-step span.text {
    margin-top: 0.5rem;
}
#contact-step .label {
    padding: 0 1.2rem 0 1rem;
    margin-right: 0.5rem;
    background-color: var(--subcolor);
    clip-path: polygon(85% 0, 0 0, 0 100%, 85% 100%, 100% 50%);
    font-size: 0.9rem;
    color: #fff;
}
#contact-step .active .label {
    background-color: var(--themecolor);
}
#contact-step li:not(:last-child) {
    margin-right: 1.2rem;
}
@media (min-width: 768px) {
    #contact-step {
        margin-top: 30px;
        margin-bottom: 0;
    }
    #contact-step .label {
        padding: 0 26px 0 16px;
        margin-right: 6px;
        font-size: 16px;
    }
    #contact-step span.text {
        margin-top: 0;
    }
    #contact-step li:not(:last-child) {
        margin-right: 30px;
    }
}