.floatingButtons {
    position: fixed;
    right: 50px;
    bottom: 80px;
}

.mod-bannerteaser {
    margin-top: 90px;
}

.contactsModal {
    display: none;
}
.closeButton {
    position: absolute;
    top: 10px;
    right: 25px;
    padding: 10px;
    border: none;
    background: none;
    font-size: 2.2em;
    cursor: pointer;
    z-index: 999999999;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 999;
}

.contactsModal {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 50vw;
    height: 100vh;
    background: #f1f2f2;
    z-index: 1000;
    padding: 15px;
    box-sizing: border-box;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
}

@media (max-width: 768px) {
    .contactsModal {
        left: 0;
        width: 80vw;
    }
}



.contactsModal  .l-page-intro {
    padding-bottom: 0;
}
.contactsModal  .mod-page-intro__functions {
    /*margin: 0;*/
    /*top: auto;*/
}

.contactsModal  .a-input__container, .contactsModal  .a-select__container, .contactsModal  .a-textarea__container {
    margin-bottom: 35px;
}

.contactsModal .a-input__container textarea {
    border: none;
    border-bottom: 2px solid #878d91;
    padding: 15px 0;
    /*resize: vertical;*/
    height: 80px;
    overflow: hidden;
    background-color: transparent;
}

.contactsModal .a-input__container textarea + .a-input__label {
    padding: 15px 0;
}

.mod-bannerteaser.row {
    margin-top: 90px;
}

.contactsModal .a-checkbox input {
    filter: grayscale(1);
}

.contactsModal .a-checkbox:hover input {
    filter: grayscale(0);
}

.footer__copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 22px 0 0;
}
.copyrights_author {
    font-size: 12px;
    line-height: 1.3;
    text-align: right;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    opacity: .55;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	line-height:1;
}
.copyrights_author:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}
.copyrights_author img {
    width: 20px;
    margin-right: 5px
}

@media (max-width: 500px) {
	.footer__copyright {
		margin:0 0 30px;
	}
}
