.footer_3.the_last h2{
	text-align: center;
	color: #CD1010;
	font-family: "Roboto";
	font-weight: 700;
	font-size: 36px;
	margin-top: 70px;
}

.third_the_last{
	margin-top: 70px;
}

.clt{
	margin-top: 200px;
	float: left;
	
	margin: 0 auto;
}

h3{
	font-family: 'Roboto' medium;
}
.clt_1{
	color: #CD1010;
	font-size: 24px;
	font-weight: 700;

}
.icon_img{
	float: left;
	margin-left: 150px;
}

.site_button{
	margin-top: 30px;
	background-color: #FF0A0A;
	
	height: 60px;
	border-radius: 40px;
	color: white;
	font-size: 18px;
	font-family: 'Roboto' regular;
	text-decoration: none;
	box-shadow: 7px 3px 10px 2px #ffff;
	border: 0;
	outline: none;
	cursor: pointer;
}

.foot{
	overflow-x: hidden;
	height: 260px;
	margin: 0 auto;
	background-color: #474A51;
}
.footer{
	height: 260px;
	margin: 0 auto;
	margin-left: 120px;
	display: flex;
	position: relative;

}

.footer_1{
	height: 250px;
	float: left;
	width: 25%;
	color: white;
	
	text-align: left;

}

.footer_1>div{
	margin-top: 10px;
}

.footer_2{
	height: 20px;
	color: white;
	float: left;
	width: 35%;
	text-align: left;
	margin-right: 70px;

}
.footer_3{
	height: 20px;
	float: left;

	margin-top: 5%;

}

.footer_3>input:hover{
	outline: none;
}



.second_medium{

	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: 550px;
}
.medium_last{
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	height: 1200px;
}

.footer_button_2{
	margin-left: 30px;
	background-color: #FF0A0A;
	width: 140%;
	height: 50px;
	border-radius: 40px;
	color: white;
	font-size: 16px;
	font-family: 'Roboto' regular;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	outline: none;
}

.footer_button_2:hover{
	margin-left: 30px;
	background-color: #E52723;
	width: 140%;
	height: 50px;
	border-radius: 40px;
	color: white;
	font-size: 16px;
	font-family: 'Roboto' regular;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	outline: none;
}


.footer_button{

	background-color: #FF0A0A;
	width: 60%;
	height: 50px;
	border-radius: 40px;
	color: white;
	font-size: 16px;
	font-family: 'Roboto' regular;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	outline: none;
	margin-right: 20px;
}

.footer_button:hover{
	background-color: #E52723;
	width: 60%;
	height: 50px;
	border-radius: 40px;
	color: white;
	font-size: 16px;
	font-family: 'Roboto' regular;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	outline: none;
	margin-right: 20px;
}

.footer_3>input{
	margin-left: 30px;
	margin-bottom: 10px;
	width: 120%;
	height: 40px;
	border-radius: 40px;
	padding-left: 30px;
}

.footer_3>input: focus{
	background-color: ;
}


/* Кнопка, используемая для открытия контактной формы - фиксируется в нижней части страницы */
.open-button {
  background-color: black;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  right: 28px;
  width: 280px;
  margin-bottom: auto;
  margin-top: auto;
  font-family: 'Roboto' regular;
}

/* Всплывающая форма-скрыта по умолчанию */
.form-popup {
  display: none;
  position: fixed;
  border: 3px solid #f1f1f1;
  z-index: 9;
  bottom: auto;
  top: 15%;
  right: 7%;
  left: auto;
}

/* Добавить стили для контейнера формы */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Поля ввода полной ширины */
.form-container>input {
  width: 90%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* Когда входы получают фокус, сделайте что-нибудь */
.form-container input[type=text]:focus, .form-container :focus {
  background-color: #ddd;
  outline: none;
}

/* Установите стиль для кнопки отправить/войти */
.form-container .btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Добавить красный цвет фона для кнопки "Отмена" */
.form-container .cancel {
  background-color: #474A51;
}

/* Добавить некоторые эффекты наведения на кнопки */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}



/*@media screen and (max-width: 800px){

	.footer_3{
		width: 30%;
		display: block;
	}

	.footer_3>input{
		width: 40%;
		height: 20px;
		font-size: 10px;
	}

	.main_button_zakaz{
		width: 30%;
		height: 20px;
	}
	h2{
		font-size: 16px;
	}
	h3{
		font-size: 14px;
	}

}*/

@media screen and (max-width: 600px){

	
	.footer_3{
		width: 80%;
		margin-left: 0px;
		margin-right: 70px;
		margin-top: 10px;

	}

	
	.footer{
		margin-left: 30px;
	}

	.footer_3>input{
		width: 100%;
		height: 36px;
		font-size: 10px;
	}

	.footer_2{
		display: none;
	}

	.footer_1{
		width: 150px;
		margin-left: 0px;
	}
	.footer_1>div>h3{
		display: none;
	}

	.footer_1>span>h2{
		font-size: 20px;
	}

	.footer_button_2{
	width: 120%;
	height: 45px;
	font-size: 14px;
}

.footer_button_2:hover{
	width: 120%;
	height: 45px;
	font-size: 14px;
}

.footer_1>div{
	font-size: 16px;
}

.footer_1>div>h3{
	font-size: 16px;
}
}

@media screen and (max-width: 400px){

.footer_3{
		width: 80%;
		margin-left: -3%;
		margin-right: 70px;
		margin-top: 10px;

	}

	
	.footer{
		height: 100%;
		margin-left: -3%;
	}

	.footer_3>input{
		width: 150px;
		height: 36px;
		font-size: 10px;

	}

	.footer_2{
		display: none;
	}

	.footer_1{
		width: 150px;
		margin-left: 0px;
	}
	.footer_1>div>h3{
		display: none;
	}

	.footer_1>span>h2{
		font-size: 20px;
	}

	.footer_button_2{
	width: 80%;
	height: 45px;
	font-size: 14px;
}

.footer_button_2:hover{
	width: 80%;
	height: 45px;
	font-size: 14px;
}

.footer_1{
	margin-left: 5%;
}
.footer_1>div{
	font-size: 16px;
	margin-left: 3%;

}

.footer_1>div>h3{
	font-size: 16px;
	margin-left: 3%;
		}
	}
