.scr12 {
    min-height: 934px;
    background: url(../img/front/scr13/bg.jpg) center top no-repeat;
    padding-top: 130px;
}
.scr12__h1 {
    max-width: 400px;
    font-size: 50px;
    font-weight: 300;
    line-height: 54px;
    margin-left: 110px;
}
.scr12__h1  strong{
    font-weight: 500;
}
.hwopener {
    margin-top: 75px;
    max-width: 725px;
    margin-left: 0px;
}
.hwopener__item {
    margin-bottom: 17px;
}
.hwopener__label {
    height: 97px;
    box-shadow: 0 14px 59px rgba(163, 169, 183, 0.15);
    border-radius: 10px;
    background-color: #ffffff;
    display: flex;
    flex-flow:row nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 35px;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
}
.hwopener__label i{
    width: 75px;
    flex-shrink: 0;
    flex-grow: 0;
    color: #68609a;
    font-size: 28px;
    font-weight: 500;
}
.hwopener__label p{
    flex-grow: 1;
    padding-right: 30px;
}
.hwopener__ctrl {
    width: 17px;
    height: 10px;
    flex-grow: 0;
    flex-shrink: 0;
    transform: rotate(-90deg);
    transition: transform 0.3s ease 0s;
}
.hwopener__ctrl img{
    display: block;
}
.hwopener__text {
    line-height: 26px;
    display: block;
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease 0s;
}
.hwopener__text p{
    padding: 22px 60px 25px 112px;
}
.hwopener__item--open .hwopener__ctrl{
    transform: rotate(0deg);
}
.scr12__autor {
    padding-top: 290px;
}
.scr12__autor1 {
    margin-right: 80px;
    float: right;
    width: 165px;
    line-height: 46px;
    box-shadow: 0 14px 59px rgba(163, 169, 183, 0.15);
    background-color: #68609a;
    color:#fff;
    border-radius: 5px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    transform: skew(-10deg);
    position: relative;
    z-index: 4;
}
.scr12__autor1 span,
.scr12__autor2 span{
    display: inline-block;
    transform: skew(10deg);
}
.scr12__autor2 {
    margin-top: -5px;
    position: relative;
    z-index: 3;
    clear: both;
    float: right;
    width: 218px;
    line-height: 47px;
    box-shadow: 0 14px 59px rgba(163, 169, 183, 0.15);
    background-color: #ffffff;
    color: #8c94a2;
    font-size: 16px;
    transform: skew(-10deg);
    border-radius: 5px;
    text-align: center;
}
.scr12__form {
    float: right;
    margin-top: 65px;
    clear: both;
    max-width: 284px;
    padding: 35px 40px 45px;
    box-shadow: 0 14px 59px rgba(163, 169, 183, 0.15);
    border-radius: 10px;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 24px;
}
.scr12__fotmtitle {
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    padding-bottom: 10px;
}
.scr12__form .button{
    width: 100%;
    height: 63px;
    font-size: 14px;
    margin-top: 15px;
}











.scr13 {
    padding-top: 95px;
    position: relative;
}
.scr13 .block-sub{
    padding-top: 15px;
}
.scr13__mapover {
    margin-top: 140px;
    margin-left: 30px;
    position: absolute;
    z-index: 6;
    max-width: 269px;
    padding: 13px;
    box-shadow: 0 4px 59px rgba(163, 169, 183, 0.15);
    border-radius: 10px;
    background-color: #ffffff;
}
.scr13__mapinner {
    box-shadow: 0 4px 59px rgba(163, 169, 183, 0.15);
    background-color: #ffffff;
    padding: 35px 15px 40px 30px;
    line-height: 24px;
    font-size: 16px;
}
.scr13__mapinner span{
    display: block;
    color: #8c94a2;
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 8px;
    margin-top: 25px;
}
.scr13__mapinner span:first-child{
    margin-top: 0;
}
.scr13__mapinner a{
    display: block;
    color:#000;
    font-size: 16px;
    font-weight: 500;
}
.scr13__mapinner img{
    display: block;
    margin: 25px 0 0;
    max-width: 100%;
}
.scr13__map {
    margin-top: 55px;
    height: 660px;
}
#jsYamaps{
    height: 100%;
}
.scr13__map img{
    display: block;
    width: 100%;
    height: 660px;
    object-fit: cover;
}










.footer {
    min-height: 145px;
    padding-top: 25px;
    background: #fff;
}
.footer_left{
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.footer__logo {
    display: block;
    max-width: 123px;
}
.footer__logo img{
    display: block;
    width: 100%;
}
.footer__slogan {
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
    padding-left: 15px;
}
.footer__loc {
    padding-top: 10px;
    width: 200px;
    font-size: 14px;
    line-height: 20px;
}
.footer__loc a{
    display: block;
    color: #68609a;
    margin-top: 12px;
}
.footer__social {
    padding-top: 5px;
    width: 175px;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
}
.footer__social a{
    width: 37px;
    height: 37px;
    border-radius: 50%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}
.footer__vk{
    background-color: #4d76a1;
}
.footer__fb{
    background-color: #3b589e;
}
.footer__ins{
    background-image: linear-gradient(30deg, #f78932 0%, #d1318b 100%);
}
.footer__yt{
    background-color: #ed1e24;
}
.footer__copy {
    font-size: 14px;
}
.footer__copy  a{
    color: #68609a;
    display: inline-block;
    margin-top: 20px;
}
.footer__tel {
    width: 145px;
    padding-top: 10px;
}
.footer__number {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color:#000;
}
.footer__callme {
    display: inline-block;
    margin-top: 30px;
    font-size: 12px;
    line-height: 20px;
    color: #6b6499;
    border-bottom: 1px dotted #6b6499;
    font-weight: 700;
    letter-spacing: 0.84px;
    text-transform: uppercase;
}