/*........ font-face ........*/
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-100.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Lato-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Lato-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Lato-100.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Lato-100.ttf')  format('truetype'); /* Safari, Android, iOS */
	font-weight: 100;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-300.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Lato-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Lato-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Lato-300.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Lato-300.ttf')  format('truetype'); /* Safari, Android, iOS */
	font-weight: 300;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Lato-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Lato-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Lato-700.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Lato-700.ttf')  format('truetype'); /* Safari, Android, iOS */
	font-weight: 700;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-900.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Lato-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Lato-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Lato-900.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Lato-900.ttf')  format('truetype'); /* Safari, Android, iOS */
	font-weight: 900;
}

/*........ specification ........*/
body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 22px;
	color: #01030f;
	padding: 0;
	margin: 0;
}

div, p, a, span, form, button, input {
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, a, nav, ul, li, blockquote {
	padding: 0;
	margin: 0;
}

ul, li {
	display: block;
}

button {
	border: 0;
	cursor: pointer;
}

a, a:hover, a:focus, a:active {
	outline: none;
	color: #fff;
	text-decoration: none;
}

button, button:hover, button:focus, button:active {
	outline: none;
	box-shadow: none;
}

btn, btn:hover, btn:focus, btn:active {
	outline: none;
	border: none;
	box-shadow: none;
}

.btn.focus, .btn:focus, .btn:hover {
	color: #fff;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: 0 -webkit-focus-ring-color;
  outline-offset: 0;
}

button {
	outline: none;
	cursor: pointer;
	border: none;
}

input, input:hover, input:focus, input:active {
	outline: none;
}

input {
	border: none;
}

input:focus::-webkit-input-placeholder {
	color: #acacac;
	font-size: 20px;
}

input:focus::-moz-placeholder {
	color: #acacac;
	font-size: 20px;
}

input:focus:-moz-placeholder {
	color: #acacac;
	font-size: 20px;
}

input:focus:-ms-input-placeholder {
	color: #acacac;
	font-size: 20px;
}

input::-webkit-input-placeholder {
	color: #000;
}

input::-moz-placeholder {
	color: #000;
}

h1, h2, h3 {
	font-weight: 900;
}

h1, h2, h3, h5 {
	text-transform: uppercase;
}

h1, h2, h3, h4 {
	text-align: center;
}

h4, h5, h6 {
	font-weight: 700;
}

h1 {
	font-size: 72.26px;
	color: #fff;
}

h2 {
	font-size: 43.94px;
}

h3 {
	font-size: 30.42px;
}

h4 {
	font-size: 25px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 20px;
}

strong {
	font-weight: 700;
}

a {
	text-decoration: none;
}

a, button .btn {
	transition: all 0.6s ease;
}

.container {
	width: 1110px;
	margin: 0 auto;
}

.d-flex {
	display: flex;
}

.j-content-between {
	justify-content: space-between;
}

.j-content-around {
	justify-content: space-around;
}

.j-content-center {
	justify-content: center;
}

.j-content-start {
	justify-content: flex-start;
}

.j-content-end {
	justify-content: flex-end;
}

.align-items-center {
	align-items: center;
}

.img-fluid {
	max-width: 100%;
}

.d-lg-none {
	display: none;
}

.text__color-yellow {
	color: #ff9d3f;
}

.tariffs-title, .advantages-title, .contacts-title, .amenities-title span {
	display: block;
	font-size: 35px;
}

/* .... Всплывает после отправки .... */
#loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(240, 240, 240, 0.91);
	overflow: hidden;
	display: none;
}

label.error {
	font-size: 14px;
	color: #b86552;
}

input.error {
	border: 1px solid #fff !important;

}

input.valid {
	border: 1px solid green !important;
}

#loader img {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 50%;
	margin-left: -25px;
	top: 50%;
	margin-top: -25px;
}

#overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000c;
	left: 0px;
	top: 0px;
	cursor: pointer;
    z-index: 100800;
}

#thx {
	background: #fff;
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: -180px;
	top: 50%;
	padding: 30px;
	margin-top: -50px;
	text-align: center;
	width: 380px;
}

/* Error-form */
#names-error, #phones-error {
	margin-left: 5px;
	margin-top: -20px;
	position: absolute;
}

#emails-error, #city-error {
	left: 656px;
}

/* Error-modal */
#name-error {
	top: 131px;
	left: 103px;
}

#email-error {
	top: 173px;
	left: 103px;
}

#phone-error {
	top: 216px;
	left: 103px;
}/* .... Всплывает после отправки .... */
#loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(240, 240, 240, 0.91);
	overflow: hidden;
	display: none;
}

label.error {
	font-size: 14px;
	color: #ff9d3f;
}

input.error {
	border: 1px solid #fff !important;

}

input.valid {
	border: 1px solid green !important;
}

#loader img {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 50%;
	margin-left: -25px;
	top: 50%;
	margin-top: -25px;
}

#overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000c;
	left: 0px;
	top: 0px;
	cursor: pointer;
    z-index: 100800;
}

#thx {
	background: #fff;
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: -180px;
	top: 50%;
	padding: 30px;
	margin-top: -50px;
	text-align: center;
	width: 380px;
}

/* Error-form */
#names-error, #phones-error {
	margin-left: 5px;
	margin-top: -20px;
	position: absolute;
}

#emails-error, #city-error {
	left: 656px;
}

/* Error-modal */
#name-error {
	top: 131px;
	left: 103px;
}

#email-error {
	top: 173px;
	left: 103px;
}

#phone-error {
	top: 216px;
	left: 103px;
}

/*........ HEADER ........*/
.header {
	background: #162d5b url(../img/bg-header.jpg) no-repeat center center / cover;
}

/*........ Навигация ........*/
.nav {
	padding-top: 30px;
}

.logo {
	font-size: 40px;
	color: #fff;
	font-weight: 900;
	letter-spacing: 0.1em;
}

.logo__text {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0em;
	display: block;
}

/*........ Меню ........*/
.menu {
	margin-left: auto;
}

.menu__list:not(:last-child) {
	margin-right: 20px;
}

.menu__link {
	padding: 10px 15px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
}

.menu__link:hover {
	background-color: #eff7fc;
	color: #000;
}

/*........ Заголовок ........*/
.ofer {
	padding-top: 130px;
}

.ofer__text {
	font-size: 35px;
	font-weight: 100;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.04em;
}

/*........ Анимация кнопки ........*/
.ofer__btn {
	margin: 45px auto 10px auto;
}

#body_button {
  color: #ff9d3f;
	width: 300px;
}

.button_hola,
.button_hola::before,
.button_hola::after,
.button_hola span,
.button_hola span::before,
.button_hola span::after {
  transition: all ease .5s;
}
 
.button_hola {
  position: relative;
  display: inline-block;
  border: solid 1px;
  text-transform: uppercase;
  cursor: pointer;
}
 
.button_hola:hover {
  box-shadow: 0 0 2em .2em rgba(50,50,150,0.3);
}
 
.button_hola span {
  display: inline-block;
  width: 100%;
  padding: 0.6em 1em;
}
 
.button_hola::before,
.button_hola::after,
.button_hola span::before,
.button_hola span::after {
  content: '';
  position: absolute;
  border: 1px;
}
 
.button_hola::before,
.button_hola span::before {
  border-style: solid none;  
}
 
.button_hola::before,
.button_hola span::after {      
  left: 0;
  top: -0.4em;
  width: 100%; 
  height: calc(100% + 0.8em);
}
 
.button_hola::after,
.button_hola span::after {
  border-style: none solid;   
}
 
.button_hola::after,
.button_hola span::before {
  top: 0;
  left: -0.4em;
  height: 100%;
  width: calc(100% + 0.8em); 
}
 
.button_hola:hover::after,
.button_hola:hover span::after {
  transform: scaleY(0);
}
 
.button_hola:hover::before,
.button_hola:hover span::before {
  transform: scaleX(0);
}
 
.button_hola:hover span::after,
.button_hola:hover span::before {
  opacity: 0;
}

.button_link {
	color: #fff;
	font-weight: 100;
	font-size: 18px;
}

.ofer__img {
	display: block;
	margin: 0 auto;
}

/*........ MAIN ........*/

/*........ Секция о нас ........*/
.about {
	padding: 235px 0 85px 0;
	background-color: #eff7fc;
	margin-top: -180px;
}

.definition {
	max-width: 630px;
}

.definition__title {
	font-size: 40px;
	text-align: left;
	margin-bottom: 30px;
}

.definition__prg {
	font-size: 35px;
	margin-bottom: 30px;
	display: block;
}

.definition__text {
	font-size: 18px;
	margin-bottom: 12px;
}

/*........ Кнопка с эффектом ........*/
.definition__link {
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 900;
	padding: 10px 20px;
	background-color: #000;
	color: #fff;
	border-radius: 10px;
	border: 1px solid transparent;
	margin-top: 30px;
	display: block;
	max-width: 195px;
	width: 100%;
}

.definition__link:hover {
	background-color: #ff9d3f;
	color: #000;
}

/*........ Форма ........*/
.callback {
	max-width: 425px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
}

.form__title {
	padding: 20px 80px 28px 25px;
	font-size: 30px;
	color: #fff;
	font-weight: 900;
	text-align: left;
	text-transform: uppercase;
	background-color: #000;
}

.form {
	background-color: #fff;
	text-align: left;
	padding: 40px 25px 40px 25px;
}

.form__input {
	font-size: 22px;
	font-weight: 100;
	display: block;
	width: 100%;
	border-bottom: 1px solid #acacac;
	padding: 13px 0;
	margin-bottom: 15px;
}

.form__input:focus {
	border-bottom: 1px solid #000;
}

.form__btn {
	font-size: 27px;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
	display: block;
	width: 100%;
	padding: 10px 0;
	border-radius: 10px;
	border: 1px solid transparent;
	font-weight: 900;
	margin-top: 55px;
}

.form__btn:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	transition: all 0.6s ease;
}

/*........ Секция Тарифы ........*/
.tariffs {
	padding: 55px 0 100px 0;
}

.tariffs-list {
	margin-top: 150px;
}

.tariff {
	max-width: 340px;
	width: 100%;
	background-color: #eff7fc;
	padding: 120px 0 35px 0;
	position: relative;
}

.tariff__star {
	position: absolute;
	bottom: 0;
  right: 0;
}

.tariff::before {
	display: block;
	content: "";
	width: 278px;
	height: 189px;
	position: absolute;
	background-repeat: no-repeat;
	right: 30px;
	top: -85px;
}

.tariff__gazel-bg {
	background-color: #ff9d3f;
}

.tariff__furgon::before {
	background-image: url(../img/car-furgon.png);
}

.tariff__gazel::before {
	background-image: url(../img/car-gazel.png);
}

.tariff__lomovoz::before {
	background-image: url(../img/car-lomovoz.png);
}

/*........ Карточки ........*/
.tariff__title {
	font-size: 28px;
}

.tariff__text {
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	margin: 25px;
}

.tariff__link, .tariff__btn {
	background-color: #ff9d3f;
	margin: 0 auto;
	display: block;
	color: #fff;
}

.tariff__link:hover {
	background-color: #000;
	color: #fff;
	transition: all 0.6s ease;
}

.tariff__value {
	color: #ff9d3f;
	font-size: 45px;
	display: block;
	margin: 0 auto 27px auto;
	text-align: center;
	font-weight: 900;
}

.tariff__value-color {
	color: #000;
}

.tariff__btn {
	background-color: #000;
	color: #fff;
	border: 1px solid transparent;
}

.tariff__btn:hover {
	background-color: #ff9d3f;
	color: #000;
	border: 1px solid #000;
	transition: all 0.6s ease;
}

.tariff__up {
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
}

/*..... Секция Преимущества .....*/
.advantages {
	padding: 80px 0;
	background: #1d1c24 url(../img/bg-advantage.jpg) no-repeat center center / cover;
}

.advantages-title {
	color: #fff;
	margin-bottom: 90px;
}

.advantage {
	max-width: 1100px;
	flex-wrap: wrap;
	color: #fff;
}

.advantage__list {
	max-width: 520px;
	margin-bottom: 55px;
}

.advantage__icon {
	width: 85px;
	height: 85px;
	display: inline-block;
	line-height: 85px;
	border-radius: 50%;
	background-color: #ff9d3f;
	text-align: center;
	margin-right: 35px;
	color: #000;
	font-size: 30px;
}

.advantage__name {
	width: 395px;
}

.advantage__title {
	font-size: 25px;
	color: #ff9d3f;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 20px;
}

.advantage__text {
	font-size: 18px;
	font-weight: 400;
}

.advantage__link {
	background-color: #ff9d3f;
	width: 220px;
	margin: 0 auto;
	display: block;
	text-align: center;
	border: 1px solid transparent;
}

.advantage__link:hover {
	background-color: rgb(250,198,26,0);
	border: 1px solid #ff9d3f;
	color: #fff;
	transition: all 0.6s ease;
}

.advantage__up {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 900;
}

/*..... Секция Контактов .....*/
.contacts {
	padding: 70px 0;
}

.contacts-title {
	margin-bottom: 55px;
}

/*..... Левая колонка .....*/
.contact__info {
	padding: 50px 0 90px 0;
	max-width: 520px;
  width: 100%;
}

.contact__prg {
	font-size: 25.48px;
	font-weight: 900;
	margin-bottom: 50px;
}

/*..... Номера .....*/
.contact__number {
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.contact__block {
	width: 100%;
}

.contact__text, .contact__tel {
	font-size: 22px;
	font-weight: 700;
}

.contact__icon, .contact__link {
	font-size: 24px;
}

.contact__tel {
	color: #ff9d3f;
	margin: 0 0 7px 10px;
}

.contact__tel:hover, .contact__link:hover {
	color: #000;
}

.contact__main {
	margin: 20px auto 0 0;
}

.contact__viber, .contact__whatsapp, .contact__instagram {
	font-weight: 700;
	margin-left: 20px;
}

.contact__viber {
	color: #a609f8;
}

.contact__whatsapp {
	color: #08ce17;
}

.contact__instagram {
	color: #d82f81;
}

.contact__viber:hover, .contact__whatsapp:hover, .contact__instagram:hover {
	color: #ff9d3f;
}

.contact__viber:active, .contact__whatsapp:active, .contact__instagram:active {
	color: #ff9d3f;
}

/*..... E-mail .....*/
.contact__link {
	font-weight: 400;
	margin-left: 10px;
	color: #000;
}

/*..... Графика вывоза .....*/
.contact__graph {
	max-width: 480px;
	margin-top: 50px;
}

.contact__chart {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	background-color: #000;
	border-radius: 50px;
	padding: 16px 25px; 
	margin-right: 20px;
}

.contact__plot {
	font-size: 22px;
	color: #ff9d3f;
	margin-right: 8px;
	position: relative;
}

/*........ Секция Услуги ........*/
.amenities {
	padding: 75px 0 100px 0;
	background: #1d1c24 url(../img/bg-list.jpg) no-repeat center center / cover;
}

.amenities-title {
	color: #fff;
	margin-bottom: 80px;
	line-height: 1.2em;
}

.service {
	width: 90%;
	margin: 0 auto;
}

.service__list {
	margin: 0 auto 50px auto;
}

.service__text {
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	background-color: #ff9d3f;
	width: 300px;
	padding: 15px 0;
	border-radius: 50px;
	text-align: center;
}

.service__link {
	background-color: #eff7fc;
	width: 280px;
	margin: 90px auto 0 auto;
	display: block;
	text-align: center;
	border: 1px solid transparent;
	padding: 12px 0;
}

.service__link:hover {
	background-color: rgb(250,198,26,0);
	border: 1px solid #eff7fc;
	color: #fff;
	transition: all 0.6s ease;
}

/*........ Секция Отходов ........*/
.waste {
	padding: 100px 0 50px 0;
}

.company {
	max-width: 1110px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 55px;
	border-radius: 15px;
	background: #eff7fc;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(161,161,161,0.30);
	-moz-box-shadow: 0px 0px 50px 0px rgba(161,161,161,0.30);
	box-shadow: 0px 0px 50px 0px rgba(161,161,161,0.30);
	position: relative;
}

.company__elips, .company__elip {
	position: absolute;
	top: 83px;
}

.company__elips {
	right: 270px;
}

.company__elip {
	left: 270px;
}

.company__list {
	padding: 40px 60px 0 40px;
}

.company__prg-time {
	padding: 40px 50px 0 40px;
}

.company__title {
	font-size: 22px;
	font-weight: 700;
	text-transform: inherit;
	margin-bottom: 25px;
	color: #191818;
}

.company__prg {
	font-size: 16px;
	font-weight: 400;
	color: #313131;
	line-height: 1.5em;
}

.company__img {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.company__image {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

/*........ FOOTER ........*/
.footer {
	padding-top: 60px;
	background-color: #0d0c0c;
	border-top: 3px solid #ff9d3f;
}

.footer__title {
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
	position: relative;
	max-width: 340px;
	margin: 0 auto;
}

.footer__title::after {
	content: "";
	width: 100%;
	height: 8px;
	position: absolute;
	background-color: #ff9d3f;
	right: 0px;
	top: 50px;
}

.footer__list {
	margin-top: 80px;
}

.footer__socials {
	font-size: 18px;
}

.footer__contact {
	font-weight: 400;
}

.footer__contact:hover {
	color: #ff9d3f;
}

.footer__app {
	text-align: center;
	margin: 40px 0 70px 0;
}

.contact__vibers {
	color: #a609f8;
}

.contact__whatsapps {
	color: #08ce17;
	margin-left: 20px;
}

.contact__vibers, .contact__whatsapps {
	font-weight: 700;
}

.contact__vibers:hover, .contact__whatsapps:hover {
	color: #ffc61a;
}

.footer__law {
	padding: 15px 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background-color: #000;
}
