@font-face {
	font-family: 'TimesNewRomanPSMT';
	font-display: swap;
	src: url("../fonts/файл шрифта.eot");
	src: local("O"), url("../fonts/файл шрифта.woff") format("woff"),
		url("../fonts/timesnewromanpsmt.ttf") format("truetype"),


}

@font-face {
	font-family: 'TimesNewRomanPS';
	font-display: swap;
	src: url("../fonts/файл шрифта.eot");
	src: local("O"), url("../fonts/TimesNewRomanPS-BoldMT.otf") format("truetype"),
		url("../fonts/TimesNewRomanPS-BoldMT.ttf") format("truetype"),
		url("../fonts/TimesNewRomanPS-BoldMT.otf") format("truetype"),
		font-weight: normal;
	font-style: normal;
}

/*Обнуление*/
* {
	padding: 0;
	margin: 0;
	border: 0;
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

nav,
footer,
header,
aside {
	display: block;
}

html,
body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 0.875rem;
	font-family: 'PTSans';
	margin: 0;
	font-style: normal;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	color: #000000;
	background: #FFFFFF;

}

/* font-family: 'TimesNewRomanPS';
   font-family: 'PTSans';
	font-family: 'Tinos';
	font-family: 'TimesNewRomanPSMT';
	font-family: 'TimesNewRomanPS';
 */

input,
button,
textarea {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}


button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,
a:visited {
	text-decoration: none;

}

a:hover {
	text-decoration: none;
}

/* ul li {
	list-style: none;
} */

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

/************************************container********************************************/
.none {
	display: none;
}

.wrapper {
	overflow: hidden;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	margin: 0px auto;
}

/* .container {
	max-width: 1310px;
	margin: 0px auto;
	padding: 0px 15px;
} */
[class*="__container"] {
	max-width: 72.125rem;
	margin: 0 auto;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.main {
	flex: 1 1 auto;
}

.btn {

	position: relative;
	border: none;
	padding: 16px 11px 10px 9px;
	display: inline-block;
	background: #5BD077;
	border-radius: 4px;
	transition: opacity 0.2s ease-in;
}

.btn:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}


.btn:active {
	-webkit-transform: translateY(5px) scale(1.03);
	transform: translateY(5px) scale(1.03);
	box-shadow: 0 0 0 #6c6297, 0 0.875rem 1.5rem rgba(76, 62, 109, 0.42)
}

.title {
	font-weight: 600;
	font-size: 2.5rem;
	line-height: 125%;
	/* 50/40 */
	text-transform: uppercase;
}

.text {

	font-size: 1.125rem;
	font-family: 'TimesNewRomanPSMT';
	color: rgb(76, 76, 76);
	line-height: 1.333;
	text-align: left;
}



/******************************header***************************************************/
.header {
	/* position: fixed; */
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;

}

.header::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4.375rem;
	z-index: 2;
}

.header__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.9375rem;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	min-height: 4.375rem;
}

.header__logo {
	display: flex;
	align-items: flex-end;
	position: relative;
	z-index: 5;

}

.header__logo-text {
	padding: 0px 0px 0px 5px;
	margin: 0px 0px -7px 0px;
}




.menu__body {
	position: relative;
	z-index: 5;
}

.menu__list {
	display: flex;
	align-items: center;
	column-gap: 1.875rem;
	row-gap: 5px;
	flex-wrap: wrap;
}



.menu__link {
	font-size: 1.125rem;
}

.menu__link:hover {
	text-decoration: underline;
}



.icon-menu {
	display: none;
}
.menu__item {
	list-style: none;
}
.menu__item a {

	font-size: 20px;
	line-height: 100%;
	/* 20px/20 */

	display: flex;
	align-items: center;
	text-align: right;
	color: #505050;
}

/******************************Adaptyve*************************************************/
@media (max-width: 797.98px) {
	.menu__body {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: -100%;
		transition: all 0.3s;
		background-color: #88fda4;

		padding: 6.25rem 0.9375rem 1.25rem 0.9375rem;
		overflow: auto;
		z-index: 1;
	}

	.menu-open .menu__body {
		left: 0;
	}

	.menu__list {
		margin: 65px 0px 0px 0px;
		flex-direction: column;
		gap: 2.1875rem;
	}

	.menu__link {
		font-size: 1.875rem;
	}

	.icon-menu {
		display: block;
		position: relative;
		z-index: 5;
		width: 1.875rem;
		height: 1.125rem;
		background-color: #88fda4;

		border: none;
	}

	.icon-menu__line,
	.icon-menu::before,
	.icon-menu::after {
		content: "";
		position: absolute;
		background-color: #122917;
		height: 0.125rem;
		width: 100%;
		left: 0;
		transition: all 0.3s;

	}

	.icon-menu::before {
		top: 0;
	}

	.icon-menu::after {
		bottom: 0;

	}

	.icon-menu__line {
		top: calc(50% - 0.0625rem);
	}

	.menu-open .icon-menu::before {
		top: calc(50% - 0.0625rem);
		transform: rotate(-45deg);
	}

	.menu-open .icon-menu::after {
		bottom: calc(50% - 0.0625rem);
		transform: rotate(45deg);
	}

	.menu-open .icon-menu__line {
		left: 50%;
		width: 0;
	}

}

/***************************************************contacts**********/
.contacts {
	transform: translateY(-50%);

}

.contacts__container {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 1.875rem;
}

.contacts__tel {
	display: flex;
	gap: 3.125rem;
}


.contacts__tel-item {
	display: flex;
	align-items: center;
	gap: 0.625rem;
	justify-content: end;
}

.contacts__tel-item a {
	font-family: 'TimesNewRomanPSMT';
	font-size: 1.125rem;
	line-height: 122.222222%;
	/* 22px/18 */
	display: flex;
	align-items: center;
	text-align: right;

	color: #5B5B5B;
}

.contacts__tel-items {
	display: flex;
	align-items: center;
	gap: 0.625rem;
	padding: 0.625rem 0px 0px 0px;
}



.contacts__tel-items a {
	font-family: 'TimesNewRomanPSMT';
	font-size: 1.125rem;
	line-height: 122.222222%;
	/* 22px/18 */
	display: flex;
	align-items: center;

	text-decoration: underline;
	text-align: right;
	color: #42BE5F;
}

.mobile-tel__item {
	display: flex;
	align-items: center;
	gap: 0.625rem;
}

.mobile-tel__item a {
	font-family: 'TimesNewRomanPSMT';
	font-size: 1.125rem;
	line-height: 122.222222%;
	/* 22px/18 */
	display: flex;
	align-items: center;
	text-align: right;

	color: #5B5B5B;
}

.mobile-tel__items {
	display: flex;
	align-items: center;
	gap: 0.625rem;
	padding: 0.625rem 0px 0px 0px;
}

.mobile-tel__items a {

	font-family: 'TimesNewRomanPSMT';
	font-size: 1.125rem;
	line-height: 122.222222%;
	/* 22px/18 */
	display: flex;
	align-items: center;
	text-align: right;

	color: #5B5B5B;
}



.contacts__button a {
	font-size: 1rem;
	line-height: 125%;
	/* 20px/16 */

	color: #FFFFFF;
}

/*------------------------------------*/
@media (max-width: 797.9808px) {
	.contacts {
		margin: 1.25rem 0px 0px 0px;
		transform: none;
	}

	.contacts__container {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 1.25rem;
	}

	.contacts__tel {
		display: flex;
		gap: 1.25rem;
	}

	.contacts__button a {
		font-size: 0.875rem;
	}
}

@media (max-width: 530px) {
	.contacts__container {
		display: flex;
		flex-wrap: wrap;
		gap: 1.25rem;
	}

	.contacts__tel-items a {
		font-size: 12px;
	}
}

/*******************************hygiene*********/
.hygiene {
	background-image: url(../img/main/titul/Sl\ 1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/* .hygiene__image {

	width: 100%;
	height: 100%;
	object-fit: cover;
} */



.hygiene__title {
	margin: 0px 0px 0px 0px;
	padding: 280px 0px 0px 0px;
	font-size: 38px;
	line-height: 78.947368%;
	/* 30px/38 */
	display: flex;
	align-items: center;
	color: #FFFFFF;
}

.hygiene__item {
	padding: 10px 0px 15px 15px;
}
.hygiene__items::marker {
	color: #FFFFFF;
}

.hygiene__items p {
	font-size: 14px;
	line-height: 78.947368%;
	/* 30px/38 */
	display: flex;
	align-items: center;
	color: #FFFFFF;
}

/*************************/

@media (max-width: 797.9808px) {
	.hygiene {
		margin: 20px 0px 20px 0px;
	}
}

@media (max-width: 530px) {
	.hygiene__title {
		font-size: 27px;
	}

	.hygiene__items p {
		font-size: 10px;
	}
}

/***************************************services**********/
.services {
	margin: 30px 0px 0px 0px;
}

.services__container {
	display: grid;
	align-items: start;
	grid-template-columns: repeat(3, minmax(auto, 350px));

}

.services__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 275px;
}

.services__content-icon {
	padding: 25px 0px 0px 0px;
}

.services__content-title {
	padding: 20px 0px 0px 0px;
	font-size: 24px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 0.75;
	text-align: center;
}

.services__content-text {
	padding: 25px 30px;
	font-size: 14px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 0.75;
	text-align: center;
}

/***************************/
@media (max-width: 797.9808px) {
	.services__container {
		align-items: center;

		grid-template-columns: repeat(2, minmax(auto, 350px));

	}


}

@media (max-width: 530px) {
	.services__container {
		justify-content: center;
		grid-template-columns: repeat(1, minmax(auto, 350px));

	}

	.services__content-title {
		font-size: 18px;
	}

	.services__content-text {
		font-size: 10px;
	}

	.services__content {

		height: 215px;
	}

}

/*******************************************lorem******/
.lorem {
	margin: 90px 0px 0px 0px;
}

.lorem__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.lorem__text {
	max-width: 65%;
	padding: 0px 0px 0px 10px;
}

.lorem__image {
	margin: 0px 40px 0px 0px;
}

.lorem__image-title {
	padding: 17px 0px 0px 0px;
	font-size: 22px;
	color: rgb(76, 76, 76);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
}

.lorem__image-text {
	text-align: center;
	padding: 0px 0px 0px 60px;
}

.lorem__image-icon {
	padding: 0px 0px 0px 40px;
}

/*************************************/
@media (max-width: 797.9808px) {
	.lorem__image-title {
		font-size: 18px;
	}

	.text {
		font-size: 0.875rem;
	}

	.lorem {
		margin: 45px 0px 0px 0px;
	}
}

@media (max-width: 529.9808px) {
	.lorem__container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;

	}

	.lorem__text {
		max-width: 100%;
		padding: 0px 10px 0px 10px;
	}

	.lorem__image-title {
		font-size: 0.875rem;
	}

	.text {
		font-size: 0.625rem;
	}
}

/*********************************************************advantages**/
.advantages {
	margin: 80px 0px 0px 0px;
	background-color: #E0F0FF;
}

.advantages__title {
	padding: 20px 0px 0px 0px;
	font-size: 30px;
	line-height: 80%;
	/* 24px/30 */
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	color: #5A6D7F;
}

.advantages__content {
	margin: 50px 10px 0px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	justify-items: center;
	flex-wrap: wrap;

}

.advantages__inner {
	text-align: center;
}

.advantages__inner-icon {
	width: 80px;
	height: 80px;
}

.advantages__inner-text {
	padding: 15px 0px 20px 0px;
	font-size: 18px;
	line-height: 133.333333%;
	/* 24px/18 */
	display: flex;
	align-items: center;
	text-align: center;
	color: #5A6D7F;
}

/*************************************/
@media (max-width: 797.9808px) {
	.advantages {
		margin: 50px 0px 0px 0px;
	}

	.advantages__content {
		justify-content: center;
		gap: 20px;
	}

}

@media (max-width: 529.9808px) {

	.advantages__title {
		font-size: 18px;

	}

	.advantages__content {
		margin: 30px 10px 0px 10px;
	}

	.advantages__inner-text {
		padding: 15px 0px 20px 0px;
		font-size: 10px;

	}
}

/********************************************reviews*******************/

 .slick-track {
	display: flex;
	align-items: flex-start;
}

.slick-list {
	overflow: hidden;
}

.slider {
	margin: 30px 0px 0px 0px;
	position: relative;
	padding: 0px 60px;
}

.slider .slick-arrow {
	position: absolute;
	top: 50%;
	margin: -30px 0px 0px 0px;
	z-index: 10;
	font-size: 0;

}

.slider .slick-arrow.slick-prev {
	left: 0;
	background: url(/img/main/Arrow.png) 0 0 no-repeat;
	background: #5A6D7F;
}

.slider .slick-arrow.slick-next {
	right: 0;
	background: url(/img/main/Arrow02.png) 0 0 no-repeat;
	background: #5A6D7F;
} 


/*---------------------*/
.reviews {
	margin: 80px 0px 0px 0px;
}

.reviews__title {
	font-size: 30px;
	line-height: 80%;
	/* 24px/30 */
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	color: #505050;
}



.slider__item {
	width: 431px;
	height: 245px;
	border: 1px solid #CCCCCC;
}

.reviews__content {
	width: 100%;
	height: 245px;
}

.reviews__content p {
	width: 306px;
	height: 89px;
	margin: 0 auto;

	position: relative;
	/* padding: 60px 30px 60px 30px; */
	margin: 60px 30px 60px 30px;
	font-size: 18px;
	line-height: 133.333333%;
	/* 24px/18 */
	align-items: center;
	text-align: center;
	color: #797979;
}

.reviews__content p::before {
	position: absolute;
	content: '';
	top: -23px;
	left: -16px;
	width: 100%;
	height: 100%;
	background-image: url(../img/main/“.png);
	background-repeat: no-repeat;
}

.reviews__content p::after {
	position: absolute;
	content: '';
	right: 123px;
	bottom: -95px;
	width: 100%;
	height: 100%;
	background-image: url(../img/main/”.png);
	background-repeat: no-repeat;
}

.slider__name {
	padding: 20px 0px 0px 0px;
	font-size: 18px;
	line-height: 111.111111%;
	/* 20px/18 */
	text-align: center;

	color: #4C4C4C;
}

.reviews__button {
	margin: 20px 0px 0px 0px;
	display: flex;
	justify-content: center;
}

.reviews__button a {
	padding: 12px 21px 11px 23px;
	font-size: 16px;
	line-height: 150%;
	/* 24px/16 */
	text-align: center;
	color: #5A6D7F;
	background: rgba(0, 0, 0, 0.0001);
	border: 1px solid #5A6D7F;
	border-radius: 5px;
}
/*************************/
@media (max-width: 991.9808px) {
	.reviews__content {
		width: 302px;
		height: 160px;
	}
	.reviews__content p {
		padding: 20px;
		width: 74%;
		height: 63px;
		margin:35px;
		font-size: 14px;
		
  }
	.slider__name {
		font-size: 16px;
	}
	.reviews__content p::after {
		right: 123px;
		bottom: -95px;
	}
}
@media (max-width: 767.9808px) {
	.reviews__title {
		font-size: 24px;
	
	}
	.reviews__content p::after {
		right: -209px;
		bottom: -95px;
	}
}

@media (max-width: 479.9808px) {
	.reviews__title {
		font-size: 18px;
	
	}
	.slider {
		margin: 30px 0px 0px 0px;
		position: relative;
		padding: 0px 10px;
	}
	.reviews__content {

		height: 126px;
  }
	.reviews__content p {
		padding: 20px;
		width: 74%;
		height: 63px;
		margin:35px;
		font-size: 10px;
		
  }
  .slider__name {
	padding:5px 0px 0px 0px;
	font-size: 12px;
}
}











/*********************************************form******************/

input {
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
}

.textarea {
	margin: 20px 0px 0px 0px;
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	font-size: 18px;
	line-height: 22px;
	/* identical to box height, or 122% */

	display: flex;
	align-items: center;

	color: #A0A0A0;
}

.contact-form {
	background-color: #e8f2ef;
	margin: 100px 0px 0px 0px;
}

.contact-form__title {
	padding: 20px 0px 0px 0px;
	font-size: 30px;
	line-height: 80%;
	/* 24px/30 */

	align-items: center;
	text-align: center;
	text-transform: uppercase;
	color: #3E6459;
}

.contact-form__inner {
	margin: 30px 0px 0px 0px;
	display: flex;
	justify-content: center;

	gap: 10px;
}

.contact-form__content {
	display: grid;
	align-items: start;
	gap: 20px;
	grid-template-columns: 270px 270px;
}

.icon-grup {
	display: flex;
	align-items: center;

}

.input-icon {
	position: relative;
	margin: 0px -30px 0px 0px;

}

.content-title__input {
	margin: 0px 0px 0px 10px;
	padding: 12px 27px 11px 26px;
	font-size: 18px;
	line-height: 166.666667%;
	/* 30px/18 */
	align-items: center;
	color: #A0A0A0;
}

.contact-form__text {
	max-width: 35%;

}

.contact-form__text p {
	font-size: 16px;
	line-height: 125%;
	/* 20px/16 */
	align-items: center;
	color: #428397;
}

.contact-form__text img {
	display: block;
	margin: 10px auto 0;
}

.contact-form__button {
	margin: 20px auto 50px;
	padding: 10px 21px 8px 21px;

	display: block;


	background-color: #55AC99;
	font-size: 20px;
	line-height: 150%;
	/* 30px/20 */

	text-align: center;
	color: #FFFFFF;
	border-radius: 5px;
}

/********************************/
@media (max-width: 991.9808px) {
	.contact-form__content {
		grid-template-columns: 180px 180px;
	}

	.content-title__input {
		padding: 12px 0px 11px 20px;
		font-size: 14px;

	}

	.contact-form__text p {
		font-size: 14px;
	}

	.textarea {
		font-size: 14px;
	}
}

@media (max-width: 797.9808px) {
	.contact-form__inner {
		margin: 30px 0px 0px 0px;
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
		gap: 10px;
	}

	.contact-form__text {
		max-width: 100%;
	}

	.contact-form__text img {
		display: none;
	}

	.contact-form__button {
		margin: 15px auto 50px;
		padding: 10px 18px 6px 18px;
		font-size: 20px;

	}
}

@media (max-width: 479.9808px) {
	.contact-form {
		margin: 40px 0px 0px 0px;
	}

	.contact-form__title {
		font-size: 18px;
	}

	.contact-form__content {
		gap: 10px;
		grid-template-columns: 140px 140px;
	}

	.content-title__input {
		padding: 12px 27px 11px 26px;
		font-size: 12px;
	}

	.textarea {
		padding: 0px 5px;
		font-size: 12px;
	}
}

/******************************************************footer ********/
.footer {
	
	background: linear-gradient(90deg, #5BD09A 0%, #4E83C0 100%), #333333;
}

.footer__item {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 28px;
}

.footer__items a {
	padding: 10px 0px 10px 0px;
	font-size: 16px;
	line-height: 125%;
	/* 20px/16 */
	display: flex;
	align-items: center;
	color: #FFFFFF;
}

.footer__span-line {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #FFFFFF;
}

.footer__inner {
	padding: 10px 0px 0px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer__inner-name p {
	width: 207px;

	font-family: 'TimesNewRomanPSMT';
	font-size: 14px;
	line-height: 128.571429%;
	/* 18px/14 */
	align-items: center;
	color: #FFFFFF;
}

.footer__inner-logo {
	width: 247px;

	display: flex;
	align-items: center;
	gap: 15px;
}

.footer__inner-text {
	font-size: 12px;
	line-height: 116.666667%;
	/* 14px/12 */
	align-items: center;
	color: #FFFFFF;
}
/***********************************/
@media (max-width: 479.9808px) {
	.footer__item {
		gap: 15px;
	}
	.footer__items a {
		font-size: 12px;
	}
	.footer__inner-name p {
		width: 150px;
		font-size: 10px;
	}
	.footer__inner-logo {
		width: 170px;
		gap: 10px;
	}
	
	.footer__inner-text {
		font-size: 8px;
	}
}






@media (max-width:1200px) {}

@media (max-width: 1092px) {}

@media (max-width: 991.9808px) {}

@media (max-width: 797.9808px) {}

@media (max-width: 529.9808px) {}

@media (max-width: 479.9808px) {}





/* font-family: 'TimesNewRomanPS';

	font-family: 'Tinos';
	font-family: 'TimesNewRomanPSMT';
	font-family: 'TimesNewRomanPS';
 */

/*******************************GIT*********************************************************/

/* git push origin master    git add .    git remote add origin https://github.com/CKRoMA/git-course.git*/
/* git commit -a -m "Commit message." git push -u origin master */
/*******************************************************************************************/
