/* Обнуление стилей */
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
*,
*:before,
*:after {
	box-sizing: border-box;
}
:focus,
:active {
	outline: none;
}
a:focus,
a:active {
	outline: none;
}
aside,
nav,
footer,
header,
section {
	display: block;
}
input::-ms-clear {
	display: none;
}
a, 
button {
	cursor: pointer;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
a,
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
/* Конец обнуления стилей */
/* Общие стили */
html,
body {
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #5a5966;
  height: 100%;
}
.wrapper {
	min-height: 100%;
}
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
/* Конец общих стилей */
/* Шапка сайта */
.header {
    background: url(https://casper-dez.ru/dez0.jpeg) left 50% top 50% / cover;
	
	padding-bottom: 140px;
}
.header-contact {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 35px 0;
}
.company-name__logo {
	text-transform: uppercase;
	font-size: 19px;
}
.company-name__text {
	margin-top: 5px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.3;
}
.company-phone {
	text-align: right;
}
.company-phone__link {
	color: #5a5c5b;
	font-size: 22px;
}
.company-phone__link:hover {
	color: #ff6565;
	text-decoration: underline;
}
.company-phone__modal {
	color: #5a5c5b;
	text-decoration: underline;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
.company-phone__modal:hover {
	color: #ff6565;
	text-decoration: underline;
}
.header-title {
	margin-top: 90px;
	text-transform: uppercase;
	font-size: 48px;
	color: #000;
	text-align: center;
}
.header-subtitle {
	color: #848685;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 24px;
	text-align: center;
	margin-top: 30px;
}
.header-images {
	text-align: center;
	margin: 56px 0;
}
.buttons {
	text-align: center;
}
.header__offer-link {
	max-width: 350px;
}
.header__offer-blick {
	display: inline-block;
	width: 100%;
	height: 58px;
	border-radius: 50px;
	position: relative;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	color: #fff;
	text-align: center;
	line-height: 58px;
	text-transform: uppercase;
	cursor: pointer;
	overflow: hidden;
	background-color: #ff6565;
	box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.5);
	transition: ease 0.3s;
}
.header__offer-blick:hover {
 background-color: #da3333; 
}
.header__offer-blick:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fa4923;
	opacity: 0;
	z-index: 1;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
}
.header__offer-blick:hover:before {
 background-color: #da3333;
}
.header__offer-blick:after {
	content: "";
	display: block;
	width: 30px;
	height: 300px;
	margin-left: 60px;
	background: #fff;
	position: absolute;
	left: -40px;
	top: -150px;
	z-index: 1;
	transform: rotate(45deg);
	transition: all 0.1s;
	animation-name: slideme;
	animation-duration: 3s;
	animation-delay: 0.05s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
@keyframes slideme { 
 0% { left: -30px; margin-left: 0px; }
30% { left: 110%; margin-left: 80px; }
100% { left: 110%; margin-left: 80px; } }
/* Конец шапки сайта */
/* Блок преимуществ */
.advantages {
	margin: 100px 0;
}
.site-title {
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 600;
	color: #000;
	text-align: center;
}
.site-subtitle {
	text-transform: uppercase;
	text-align: center;
	color: #5a5966;
	font-size: 18px;
	font-weight: 400;
	margin-top: 10px;
}
.advantages-block {
	display: flex;
	margin-top: 60px;
	justify-content: space-around;
	flex-wrap: wrap;
}
.advantages-cart {
	text-align: center;
	width: 240px;
	padding: 40px 15px;
	margin-top: 20px;
	color: #fff;
}
.cart-one {
	background-color: #2196f3;
}
.cart-two {
  background-color: #3f51b5;
}
.cart-free {
  background-color: #673bb7;
}
.cart-fo {
  background-color: #ff6565;
}
.advantages-cart__icon {
	width: 64px;
}
.advantages-cart__title {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
}
.advantages-cart__text {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 10px;
}
/* Конец блока преимуществ */
/* Блок с услугами */
.service {
	padding: 100px 0;
	background-color: #fbfbfb;
}
.service-block {
	margin-top: 60px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-bottom: 40px;
}
.service-cart {
	border: 2px solid #d9d9d9;
	text-align: center;
	width: 230px;
	margin-top: 20px;
	padding: 40px 0 0 0;
	background-color: #f2f2f2;
}
.service-cart__title {
	text-transform: uppercase;
	font-size: 18px;
	color: #000;
}
.service-cart__icon {
	width: 100%;
}
.service-cart__price {
	background-color: #fff;
	padding-bottom: 40px;
	margin-top: -5px;
	color: #000;
	font-weight: 600;
}
.service-cart__price span {
	color: #da3333;
	font-size: 18px;
}
.button-padding {
  max-width: 500px;
}
/* Конец блока с услугами */
/* Блок с отзывами */
.reviews {
	margin: 100px 0;
}
.reviews-cart {
	max-width: 460px;
}
.rewiews-text {
	line-height: 1.3;
}
.reviews-line {
	margin-top: 10px;
}
.reviews-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 10px;
}
.reviews-name {
	font-size: 18px;
	font-weight: 600;
}
.slick-slider {
	margin-top: 60px;
}
.dots-style {
	text-align: center;
	display: flex;
	justify-content: center;
	list-style: none;
	margin-top: 20px;
}

.dots-style button {
	background: #eddfd477;
	border: none;
	border-radius: 50%;
	font-size: 0;
	height: 15px;
	width: 15px;
	margin: 5px;
	outline: none;
}

.dots-style li[class="slick-active"] button {
	background: #ff6563;
}
/* Конец блока с отзывами */
/* Блок с брендами */
.brend {
	padding: 100px 0;
	background-color: #fbfbfb;
}
.brend-images {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
/* Конец блока с брендами */
/* Подвал */
.footer {
	background-color: #e5e7e6;
}
.social {
	padding: 25px 0;
}
.social-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.link-icon {
	width: 35px;
}
/* Конец подвала */
/* Модальное окно */
.presentation-form {
	padding: 15px;
}
.form-title_modal {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}
.form-subtitle_modal {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	margin-top: 10px;
}
.form-input__modal {
	width: 100%;
	height: 45px;
	border: 1px solid #cac7c7;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 14px;
	padding-left: 20px;
	margin-top: 10px;
}
.form-btn__modal {
	margin-top: 10px;
	width: 100%;
	height: 45px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	color: #fff;
	background-color: #ff6563;
}
.form-psc__modal {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	margin-top: 10px;
}
/* Конец модального окна */
 