/*
Theme Name: BifolGroup
Theme URI: [GitHub Link]
Version: 1.0
Author: Andrey Vinogradov (Bifol Group)
Author URI: https://vk.com/vinoff.andrey;
*/

/* Styles go below */
.contacts__left-button .button:active, .contacts__left-button .button:hover, .contacts__left-button .button:focus {
	background: rgba(42, 97, 82, 0.5);
}
.button[disabled] {
    opacity: .5;
    cursor: not-allowed;
}
.error_text {
	opacity: 0;
	visibility: hidden;
}
.form__item._form-error .error_text {
	visibility: visible;
	opacity: 1;
}
.popup.video .popup__content{
	max-width: 900px;
	padding-top: 55px;
}
.popup.video .popup__content iframe {
	width: 100%;
}
@media(min-width: 1200px) {
	.menu__body .logo-mobile {
		display: none;
	}
}
.header__buttons-phone.button {
	width: 190px;
}
@media (max-width: 1200px) {
    .main__img {
        display: none;
        margin-bottom: 50px;
    }
	 .main__body {
		margin-top: 30px;
	 }
}
.footer__links {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.footer__links a {
	color: lightgray;
}
.sertificate__item {
	height: 260px;
}
.button__back {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	background: #2a6152;
	border-radius: 100%;
	transform: rotate(90deg);
	display: flex;
	align-items:center;
	justify-content: center;
	z-index: 99999;
}