@media (min-width: 1200px)
.container {
    max-width: 1170px;
}

body {
	margin: 0;
	padding: 0;
}

p{
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

img{
	max-width: 100%;
}

input:hover{
	cursor: pointer;
}

.button{
	background: linear-gradient(162.93deg, #FDD501 37.14%, #FF7009 88.42%);
	border-radius: 50px;
	border: 0;
}
input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill{
	background-color: inherit;
}
/* fancybox */


.fancybox-active .main-content{
	-webkit-filter: blur(15px);
    -moz-filter: blur(15px);
	-ms-filter: blur(15px);
	-o-filter: blur(15px);
    filter: blur(15px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
}

.fancybox-is-open .fancybox-bg {
	background: none;
}

.bg {
	background-repeat: no-repeat;
	background-size: cover;
}


.hidden{
	display: none;
}

/* Header */

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 22px 30px 29px;
	background-color: #ffffff;
}

.header__logo {
	display: inline-block;
	margin-right: 46px;
}

.header__menu {
	display: inline-block;
	padding-top: 9px;
}

.header__menu-item {
	margin-right: 40px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 15px;
	font-size: 19px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
}

.header__chat{
	display: inline-block;
	position: relative;
}

.header__messages{
	font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #FF4141;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    left: 12px;
    width: 19px;
    height: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__right-block,
.header__left-block {
	display: flex;
	align-items: center;
}

.header__settings {
	display: inline-block;
}

.header__settings-item {
	margin-right: 30px;
}

.header__profile-block {
	margin-left: 27px;
	display: inline-block;
}

.header__login {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: 15px;
	font-size: 12px;
	text-align: center;
	height: 45px;
	width: 166px;
	text-transform: uppercase;
	color: #ffffff;
	background: linear-gradient(48.85deg, #F12215 4.78%, #FF3EBE 93.01%);
	box-shadow: 0px 5px 5px rgba(255, 23, 23, 0.56);
	border-radius: 36.4692px;
}

/* Footer */


footer{
	padding: 29px 0 34px;
}

.footer__nets{
	display: flex;
	align-items: center;
}

.footer__left-block{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer__right-block{
	text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
	
.footer__link{
	font-family: 'ProximaNova', sans-serif;
	line-height: 23px;
	font-size: 16px;
	color: #659EF5;
	margin-left: 30px;
}

.footer__link:first-child{
	margin: 0;
}

.footer__net-vk{
	margin-right: 24px;
}

.footer__phone{
	font-family: 'ProximaNova', sans-serif;
	line-height: 23px;
	font-size: 16px;
	font-weight: 800;
	font-style: normal;
	color: #000000;
}

.footer__dev-item{
	margin-left: 10px;
	display: inline-block;
}

.footer__bottom-section{
	display: flex;
	align-items: center;
	margin-top: 22px;
}

.footer__dev{
	display: flex;
    flex-grow: 1;
    justify-content: flex-end;
	align-items: center;
}

.footer__dev-item:first-child{
	margin: 0;
}

.footer__dev-item_round{
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #C4C4C4;
}

.blur{
	-webkit-filter: blur(4px);
    -moz-filter: blur(4px);
	-ms-filter: blur(4px);
	-o-filter: blur(4px);
    filter: blur(4px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
}

.opacity{
	opacity: 0.2;
}

.hidden{
	display: none;
}