.fv-get-presentation{
	background-color: #fff;
    font: 14px/28px YandexSansText-Medium;
    color: #000;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	border: 1px solid #dbdae4;
    -webkit-box-shadow: 0 5px 16px rgb(71 30 52 / 20%);
    box-shadow: 0 5px 16px rgb(71 30 52 / 20%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: .7em;
	min-width: 238px;
	text-align: center;
}
.fv-get-presentation:hover {
	text-decoration: none;
    background-color: #84b4d7;
    border-color: #84b4d7;
    color: #fff;
}


.fv-presentation-block{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 20px 0;
}
.s-catalog-grid__item-desc .item-desc__address {
    display: block;
}
.public_date {
    font-size: 12px;
}
.contact__form input[type=checkbox],
.subscribe input[type=checkbox] {
    height: auto;
    display: inline-block;
    width: auto;
}

.btn-fixed {
	width: 230px;
	min-height: 243px;
	font-size: 30px;
	line-height: 39px;
	text-align: center;
	color: #303d49;
	font-weight: 600;
	z-index: 400;
	top: 40%;
	right: 0;
	position: fixed;
	background: #fff;
	border-radius: 10px;
    -webkit-box-shadow: -2px 2px 17px -4px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: -2px 2px 17px -4px rgba(34, 60, 80, 0.2);
    box-shadow: -2px 2px 17px -4px rgba(34, 60, 80, 0.2);
}
.btn-fixed__image {
	margin-top: -42px;
	display: block;
}
.btn-fixed__image img {
	max-width: 125px;
	margin: 0 auto;
	display: block;
}
/*.btn-fixed::after {
	position: absolute;
	display: block;
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 10px;
	background-image: url(../img/rncb-logo.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	pointer-events: none;
	z-index: -1;
}*/
.btn-fixed__close {
	font-size: 14px;
	line-height: 14px;
	top: 10px;
	right: 10px;
	color: #303d49;
	position: absolute;
	z-index: 5;
	cursor: pointer;
}
.btn-fixed__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	z-index: 1;
}

.form-title {
    line-height: normal;
    font-size: 23px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.form-subtitle {
    line-height: normal;
    font-size: 14px;
    margin-bottom: 10px;
}
.form-description-wr {
    position: absolute;
    width: 190px;   
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
   
}
.form-description {
    background: #00acca;    
    transform: skew(-25deg);    
}
.form-description span {
    color: #fff;
    font-size: 13px;
    transform: skew(25deg);
    display: block;
    padding: 5px 19px;
}
.btn-fixed.btn-mobile {
    display: none;
}
.modal-contact__form {
    width: 95%;
    max-width: 516px;
}
.btn-fixed__title {
    font-family: sans-serif;
    font-weight: bold;
    line-height: normal;
}
@media only screen and (max-width: 470px) {

	.btn-fixed.btn-desktop {
		display: none;
	}
	.btn-fixed.btn-mobile {
        display: block;
        width: max-content;
        min-height: auto;
        background-color: #81536c;
        position: unset;
        text-align: unset;
        font-size: 12px;
        padding: 0px 10px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
	}
    .btn-fixed.btn-mobile a {
        color: #fff;
    }

}

.btn-fixed__logo img {
    width: 100%;
    height: 35px;
    object-fit: contain;
}