#submitbtn {
    display: none;
}
.form-submit-input button { width: 100%; height: 51px; background: #00B2BD; color: #fff; font-family: Jost, sans-serif; border: none; border-radius: 50px; font-weight: 500; cursor: pointer; transition: all .3s ease 0s; font-size: 100%; }

.inner-form .form-submit-input button {
	background: none;
	border: 2px solid #535B7C;
	color: #535B7C;
}

.grecaptcha-badge {
	visibility: hidden;
}

.imaged-title-img { 
    height: 24px;
    position: absolute;
    top: 4px;
    left: 0;
}

@media (max-width: 600px) {
	.imaged-title-img {
		top: 50%;
		transform: translate(0, calc(-50% - 12px));
	}
}

.selected-letter { text-transform: uppercase;}

.prev-next .disabled {
    pointer-events: none;
}

.document-list .spoiler {
    margin-bottom: 0;
}
.document-list .spoiler ~ .spoiler {
    border-bottom: none;
}

.share-link-wrap {
    padding-bottom: 1.5em;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.share-link-block {
    display: none;
    margin-left: 20px;
}
@media (max-width: 600px) {
    .share-link-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
    .share-link-block {
        margin-top: 10px;
        margin-left: 0;
        position: relative;
        top: 0%;
        left: 0%;
        width: 100%;

    }
    .prev-link {
        margin-right: 0;
        width: 100%;
    }
    .prev-link a {
        font-size: 16px;
        width: 100%;
    }
}

/* .mobile-list-top {
    display: none;
} */

.search-list-title {
    font-family: Jost, sans-serif;
    font-weight: 600;
}

.body_formated b {
    color: #00B2BD;
    font-family: Arial, sans-serif;
    font-weight: 400;
}
.spoiler + .spoiler:last-child {
    border-bottom: 1px solid #BDBDBD;
}
.outerlink {
    position: relative;
    padding-right: 24px;
    display: inline-block;
}
.outerlink::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 8px;
    right: 8px;
    background: url('img/outer.svg') center center / contain no-repeat;
}
@media (max-width: 1100px) {
    .outerlink::after {
        width: 10px;
        height: 10px;
        right: 6px;
    }
}
@media (max-width: 900px) {
    .outerlink {
        padding-right: 16px;
    }
    .outerlink::after {
        width: 8px;
        height: 8px;
        right: 4px;
    }
}

.max-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.info-collapse i {
    display: inline-block;
    border-right: 2px solid #00B2BD;
    border-bottom: 2px solid #00B2BD;
    transform: rotate(45deg) translate(0, -2px);
    width: 8px;
    height: 8px;
    margin-left: 4px;
}
.info-collapse .open i {
    transform: rotate(-135deg) translate(0px, 0px);
    margin-bottom: -4px;
}

.cabinet-panel-wrapper.fixed .cabinet-panel {
    z-index: 100 !important;
    position: fixed;
    right: 20px;
    bottom: 20px;
    margin: 0;
}

@media (min-width: 1025px) and (max-width: 1530px) {
    .sheme-text-string > div {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
    }
    .sheme-text-string .sheme-block {
        width: calc(33% - 24px);
        margin-right: 24px;
        box-sizing: border-box;
    }
}
.pda-social {
    display: none;
}

@media (min-width: 741px) and (max-width: 950px) {
    .no-pda-footer-text,
    .smoll-res-social {
        display: none;
    }
    .pda-social {
        display: block;
    }
    .socnet-block {
        padding-top: 32px;
        width: 100%;
        max-width: 456px;
    }
}


.anim-scheme ~ .inner-columns .page-linkmenu a {
    opacity: 0;
    transition: 0.1s;
}

.anim-scheme .sheme-text {
    transition: all .2s linear 0s;
}

.sheme-head-dot {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: #00B2BD;
    border-radius: 10px;
    opacity: 0;
    transition: all .2s linear 0s;
    pointer-events: none;
}

.anim-start {
    pointer-events: none;
    /* overflow: hidden;
    height: 300px; */
}

.anim-scheme.anim-start .sheme-text {
    opacity: 0;
}
.anim-scheme.anim-start .sheme-head-dot {
    opacity: 1;
}
.anim-scheme.anim-start .sheme-head.dot-form {
    transition: 0s !important;
    background: transparent !important;
}
.anim-scheme.anim-start .sheme-head.dot-form div:not(.sheme-head-dot), 
.anim-scheme.anim-start .sheme-head.dot-form a {
    opacity: 0;
    transition: 0s !important;
}
.sheme-head.dot-form .sheme-head-dot {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sheme-head.dot-form .sheme-head-dot.big-now {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
}
.sheme-head-dot.hidde-now {
    display: none;
}
.sheme-head-dot.show-now {
    display: block;
    opacity: 1;
    transition: 0s !important;
}
.sheme-head-dot.anim-dot {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    opacity: 1;
    transition: 0s !important;
}

.anim-scheme ~ .inner-columns .page-linkmenu .show a {
    opacity: 1;
}
.anim-scheme ~ .inner-columns .page-linkmenu .show a {
    opacity: 1;
}
.anim-scheme ~ .inner-columns .page-linkmenu.after-animation .show a {
    opacity: 0.5;
}
.anim-scheme ~ .inner-columns .page-linkmenu.after-animation .show a.active {
    opacity: 1;
}

.anim-scheme .padding {
    padding: 0;
}

.map-resize-block {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}
.map-resize-elem {
    width: 40px;
    height: 40px;
    border: 1px solid #A7AEC0;
    font-size: 25px;
    background: #fff;
    cursor: pointer;
    font-size: 0;
    position: relative;
}
.map-resize-elem::before,
.map-resize-elem::after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #353947;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.map-plus::after {
    transform: translate(-50%,-50%) rotate(90deg);
}
.map-minus {
    margin-top: 10px;
}
.map-resize-elem.disabled {
    opacity: .64;
    pointer-events: none;
}

.yanmap > div:after { content: ''; position: absolute; top: 1px; left: 0; width: 18px; height: 18px; opacity: 0; transition: all .3s ease 0s }
.yanmap > div:before { content: ''; position: absolute; top: 1px; left: 0; width: 18px; height: 18px; transition: all .3s ease 0s }
.yanmap > div:hover:before { opacity: 0 }
.yanmap > div:hover:after { opacity: 1 }
.yanmap a {
	color: #535B7C;
	text-decoration: none;
}
.yanmap a:hover {
	color: #00B2BD;
}
.map-object-title {
    color: #353947;
}
.map-object-text {
    color: #353947;
    font: 110% Arial, sans-serif;
}

.map-content {
	width: 100%;
}
#map {
    height: 640px;
	width: 100%;
}
@media (max-width: 500px) {
	#map {
        height: 380px;
    }
}

.map-content ymaps[class*="areas-pane"]{
    opacity: 0;
}
.map-content ymaps[class*="ground-pane"]{
    filter: grayscale(1) brightness(10) brightness(0.8);
}

.service-one-sub-title {
    color: #535B7C;
    font-size: 16px;
    line-height: 130%;
}
@media (max-width: 1280px) {
	.service-one-sub-title {
        font-size: 12px;
    }
}

.pda-var {
    display: none;
    background-position: center;
}
@media (max-width: 980px) {
    .desctop-var {
        display: none;
    }  
    .pda-var {
        display: block;
    }  
}
@media (max-width: 600px) {
    .pda-var {
        display: none;
    }
}
