

/* Start:/local/templates/main/styles.css?17609796442185*/
	.footer{
		background-color: #FF4F28 !important;
	}
	.footer__text, .contacts__text, .footer__address, .footer__creator{
		color: white !important;
		&:hover{
			text-decoration: underline !important;
			color: white !important;
			}
	}
	.contacts__item:hover .contacts__text {
		text-decoration: underline !important;
		color: white !important;
	}
	.contacts__text{
		font-size: 30px !important;
	}
.intro__button-download {
        
        right: 25.5rem !important;
    }
    @media screen and (max-width: 1440px) {
        .intro__button-download {
        right: 22rem !important;
     } 
    }
    @media screen and (max-width: 1280px) {
        .intro__button-download {
        right: 2.5rem !important;
        bottom: 7rem !important;
    } 
    }
    @media screen and (max-width: 576px) {
        .intro__button-download {
            right: 1rem !important;
            bottom: 5rem !important;
    } 
    }
.cookes{
    display: none;
    flex-direction: column;
    position: fixed;
    right: 0;
    bottom: 20px;
	left: 0;
    max-width: 100%;
	width: 100%;

    z-index: 99999;
}
.cookes .footer__inner{


}
.cookes__wrapper{
	background-color: #FF4F28;
	padding: 20px 24px;
	border-radius: 4px;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.cookes__wrapper p{
	color: #fff;
	max-width: 820px;
}
.cookes__wrapper p a{
	color: #fff;
	text-decoration: underline;
}
.cookes__wrapper .btn_white{
	color: #fff;
	display: flex;
	justify-content: center;
	padding: 15px 0;
	width: 200px;
	heigth: 50px;
	border: 1px solid #fff;
	border-radius: 4px;
}
.cookes.active{
        display: flex;
    }
.footer__link{
	color: #fff;
	font-size: 13px;
}

.header__link-tg{
		margin: 0 10px;
}

@media screen and (max-width:991px){
	.cookes__wrapper{
		flex-direction: column;
	}
	
}
@media screen and (max-width:575px){
	.cookes__wrapper{
		flex-direction: column;
	}
	.header__link-tg{
		margin: 0 10px 0 0;
	}
	.header__link-tg svg{
		width: 30px;
	}
}

.mf-ok-text {
  text-align: center;
  border: 2px solid #FF4F28;
  border-radius: 4px;
  margin: 0 auto 20px;
  color: black;
  padding: 20px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

/* End */
/* /local/templates/main/styles.css?17609796442185 */
