@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}

/* МЕНЮ */
.menu-container {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -10%);
	width: 20rem;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
}

.button {
	border: 3px solid #00ff7f;
	position: relative;
	background: #1b1b1b;
	color: white;
	font-size: 1.2rem;
	font-weight: 600;
	padding: 0.3rem 1.5rem;
	width: 10rem;
	line-height: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 10px;
	cursor: pointer;
	transition: width 0.4s;
}

.button.expand {
	width: 100%;
}

.fas.expand:before {
	content: '\f00d';
}

ul {
	border: 3px solid #00ff7f;
	list-style: none;
	position: absolute;
	top: -20rem;
	display: block;
	background: #1b1b1b;
	width: 100%;
	text-align: center;
	border-radius: 10px;
	display: none;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

ul li {
	line-height: 35px;
	padding: 0.5rem 1rem;
	cursor: pointer;
	border-bottom: 1px solid #00ff7f;
}
ul li:last-child {
	border-bottom: none;
}

ul li a {
	display: block;
	color: white;
	font-size: 1.1rem;
	font-weight: 600;
	text-decoration: none;
	width: 100%;
	height: 100%;
}

ul li:hover a {
	color: #fbc740;
}
/* МЕНЮ */

/*=============== HOME ===============*/
.home {
	/* height: 100vh; */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	background-color: #18191b;
}

.home__title {
	text-align: center;
	font-size: 1.65rem;
	font-weight: 700;
	margin-bottom: 2rem;
	color: #fff;
	font-family: 'Montserrat';
}

.home__title span {
	color: #fbc740;
	font-family: 'Montserrat';
}

.home__title2 {
	font-size: 1.3rem;
	color: #d2d3d7;
}

.record__btn {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #98fb98;
	border-radius: 0.5rem;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 0.5rem 2rem;
	margin-top: 0.5rem;
	box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.5);
}

.record__btn:hover {
	/* color: #fff; */
	background: #00ff7f;
}

.logo__social {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.social {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.social__button {
	font-size: 2rem;
	margin: 0.5rem;
	padding: 0.5rem;
	border-radius: 0.5rem;
	width: 3rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	background-color: #d2d3d7;
	color: #1b1b1b;
	cursor: pointer;
}

.social__button:hover {
	background-color: #fbc740;
}

.head_community {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #28a8e9;
	color: #fff;
	border-radius: 0.5rem;
	font-size: 1rem;
	font-weight: bold;
	padding: 0.5rem 2rem;
	margin-top: 0.5rem;
	box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.5);
	text-decoration: none;
	text-align: center;
	margin-bottom: 2rem;
}

.head_community i {
	font-size: 2.2rem;
	margin-left: 0.5rem;
}

.head_community:hover {
	background: #1c90ca;
}

.logo {
	width: 20rem;
	border-radius: 1rem;
	box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.2);
	margin: 3rem;
}

.home__subtitle {
	font-size: 1rem;
	text-align: left;
	font-weight: 500;
	margin-top: 0rem;
	margin-bottom: 2rem;
	padding: 1rem;
	color: #fff;
}

.home__buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5rem;
}

.home__button {
	border-radius: 10px;
	padding: 0.5rem;
	width: 9rem;
	margin: 1rem;
	text-decoration: none;
	color: #1b1b1b;
	font-size: 1.3rem;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	background-color: #fbc740;
}

.price {
	background-color: #dadada;
}

.price:hover {
	background-color: #fbc740;
}

.home__contacts {
	/* position: absolute; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	top: 0;
	padding: 0.5rem;
	max-width: 1000px;
	margin-bottom: 4rem;
}

.home__contacts_div {
	font-size: 0.9rem;
	font-weight: 600;
	color: #d2d3d7;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home__contacts_div i {
	color: #d2d3d7;
	font-size: 1.5rem;
	margin-right: 0.5rem;
}

.home__contacts_div span {
	text-align: center;
}

.home__contacts_div:hover {
	color: #fbc740;
}

.fa-check {
	color: #fbc740;
}

hr {
	width: 80%;
	color: #fbc740;
	margin-bottom: 4rem;
}

/*=============== HOME ===============*/

/*=============== ABOUT ===============*/
.about {
	/* min-height: 100vh; */
	background-color: #1a1a1a;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}

.adventages {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
}

.adventages__card__wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.adventages__card {
	width: 9rem;
	height: 9rem;
	border-radius: 10px;
	margin: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: #fbc740;
}

.about__image {
	width: 3rem;
	fill: #ffff00;
}

.about__description {
	text-align: center;
	font-size: 0.8rem;
	font-weight: 600;
	padding: 0.3rem;
}

.about__title {
	margin-top: 1rem;
	text-align: center;
	font-size: 2rem;
	font-weight: 800;
}

.orange {
	color: #fbc740;
}

.about__text {
	margin: 1rem;
	padding: 0 0.5rem;
	text-align: left;
	font-size: 1.1rem;
	font-weight: 500;
	max-width: 700px;
	color: #fff;
	border-left: 3px solid #fbc740;
}

.about__text span {
	color: #fbc740;
}
/*=============== ABOUT ===============*/

/* ПУБЛИКАЦИИ */
.publications {
	background-color: #1a1a1a;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}

.services__cards {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 2rem;
	margin-top: 2rem;
}

.card__service {
	height: 30rem;
	width: 20rem;
	border-radius: 1rem;
	perspective: 1000px;
	margin: 0.5rem;
}

.flip-card-container {
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	transform-style: preserve-3d;
	transition: transform 0.8s;
}

.front,
.back {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
	height: 100%;
	width: 100%;
	border-radius: 0.75rem;
	background: #fff;
	box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	position: absolute;
	backface-visibility: hidden;
	padding: 1rem;
}

.back {
	transform: rotateY(180deg);
	background: #fbc740;
	padding: 0.5rem;
}

.front:hover {
	box-shadow: 0px 0px 8px 4px #00ff7f;
}

.flip-card {
	transform: rotateY(180deg);
}

/* photo style */

.main_img {
	height: 14rem;
	width: 100%;
	border-radius: 0.75rem;
	object-fit: cover;
	cursor: pointer;
	margin-top: 0.5rem;
}

.card__title {
	font-size: 1.3rem;
	font-weight: bold;
	color: #1a1a1d;
	margin: 0.5rem 1rem 0.5rem 1rem;
	text-align: center;
	line-height: 1;
	width: 100%;
	text-align: center;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.card__subtitle {
	font-weight: normal;
	font-size: 1rem;
	text-align: center;
	line-height: 1.1;
	color: #1a1a1d;
	margin-top: 1rem;
	width: 100%;
	height: 7rem;
}

/* buttons */
.buttons {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.card__btn {
	width: 100%;
	height: 3rem;
	border-radius: 0.5rem;
	justify-self: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	text-decoration: none;
	font-weight: 600;
	font-size: 1rem;
	transition: 0.3s ease;
	color: black;
	background: #98fb98;
	margin: 0 0.5rem;
}

.card__btn:hover {
	background: #00ff7f;
}
/* BACK CARD */

/* close btn */
.close {
	font-size: 1.5rem;
	position: absolute;
	cursor: pointer;
	color: rgb(163, 47, 47);
	right: 0.3rem;
	top: 0.3rem;
}

.close:hover {
	color: red;
}

/* other information */
.more__information {
	color: #1a1a1d;
	font-weight: 500;
	font-size: 1rem;
	margin-top: 1.8rem;
	text-align: left;
	padding: 0.5rem;
	justify-self: center;
	width: 100%;
	height: 100%;
	border-radius: 0.75rem;
	background-color: #fff;
	overflow: hidden;
}

.back__title {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0.5rem;
}

.back__subtitle {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0.5rem;
}

.scroll_css {
	overflow: auto;
}

.abzac {
	margin: 0.5rem 0;
	font-size: 0.9rem;
}

.abzac__li {
	margin: 0.5rem 0rem 0.5rem 0.5rem;
	font-size: 0.9rem;
}
/* ПУБЛИКАЦИИ */

/*=============== SERVICES ===============*/
.services {
	/* min-height: 100vh; */
	background-color: #fff;

	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	padding-top: 4rem;
}

.services__list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.services__list__item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.services__list__subitem {
	position: relative;
	width: 20rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0.5rem 1rem;
	cursor: pointer;
	padding: 0.5rem;
	border-radius: 10px;
	background: #d2d3d7;
}

.services__list__subitem:hover {
	background-color: #fbc740;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
}

.services__img {
	width: 3.5rem;
	display: block;
}

.services__name {
	font-size: 1.2rem;
	padding-left: 1rem;
	font-weight: 500;
	text-transform: uppercase;
}

#back__btn {
	display: none;
	background: #dadada;
}

#back__btn:hover {
	background: #fbc740;
}

.services__more {
	position: absolute;
	background: #98fb98;
	bottom: 0.2rem;
	right: 0.2rem;
	font-size: 0.9rem;
	font-weight: 600;
	padding: 0.1rem 1rem;
	border-radius: 0.3rem;
}
/*=============== SERVICES ===============*/

/* REVIEWS */
.rev__block {
	margin: 2rem 0.5rem 2rem 0.5rem;
}

.rev__btn {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #98fb98;
	border-radius: 0.5rem;
	font-size: 1.1rem;
	font-weight: bold;
	padding: 0.5rem 2rem;
	margin-top: 0.5rem;
	box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.5);
	margin-bottom: 2rem;
	text-decoration: none;
	color: black;
	text-align: center;
}

.rev__btn:hover {
	/* color: #fff; */
	background: #00ff7f;
}

.rev__btn i {
	margin-left: 1rem;
	font-size: 1.8rem;
}
/* REVIEWS */

/*=============== CONTACTS ===============*/
.contacts {
	/* min-height: 100vh; */
	background: #fbc740;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.contacts__flex {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
}

.logo__social__contacts {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-direction: column;
	margin: 2rem;
}

.social__contacts {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

.contact__form {
	width: 20rem;
	margin-top: 1rem;
	background-color: #fff;
	padding: 1.5rem 0.5rem;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}

.contact__form-div {
	position: relative;
	margin-bottom: 2rem;
	height: 4rem;
}

.contact__form-input {
	width: 100%;
	height: 100%;
	border: 2px solid #1b1b1b;
	background: none;
	color: #1b1b1b;
	outline: none;
	padding: 1.5rem;
	border-radius: 0.75rem;
	z-index: 1;
	font-size: 1rem;
	font-weight: 600;
}

textarea {
	resize: none;
}

.contact__form-tag {
	position: absolute;
	top: -0.75rem;
	left: 1.25rem;
	font-size: 1rem;
	font-weight: 500;
	padding: 0.25rem;
	background-color: #fff;
	z-index: 10;
}

.contact__form-area {
	height: 11rem;
	resize: none;
}

.form__button {
	padding: 0.5rem;
	text-decoration: none;
	color: #1b1b1b;
	font-size: 1.2rem;
	font-weight: 600;
	border-radius: 10px;
	background-color: #98fb98;
	cursor: pointer;
	text-align: center;
	width: 100%;
}

.form__button:hover {
	background-color: #00ff7f;
}

.contacts__text {
	font-size: 1rem;
	font-weight: 600;
	margin: 0.5rem;
	text-align: center;
	line-height: 1;
}

.phone {
	font-size: 1.8rem;
	font-weight: 600;
}

.sbk {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
	background: #fff;
}

.sbk:hover {
	/* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8); */
	background: #00ff7f;
}

.ycards {
	border-radius: 1rem;
	border: none;
	margin-top: 2rem;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
}

iframe {
	border: none;
}
/*=============== CONTACTS ===============*/

/*=============== FOOTER ===============*/
.footer {
	background-color: #1a1a1a;
	height: 6rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.copy {
	position: absolute;
	top: 0;
	display: block;
	padding: 0.5rem;
	width: 100%;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 0.9rem;
	font-weight: 600;
}

.copy:hover {
	color: #fbc740;
}

.footer__logo {
	width: 4rem;
	margin: 1rem;
}

.footer__copy {
	margin: 1rem;
	font-weight: 600;
	color: #fbc740;
}
/*=============== FOOTER ===============*/

/* MODAL */
/* Services modal */
.services__modal {
	position: fixed;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 2rem 1rem;
	display: grid;
	place-items: center;
	visibility: hidden;
	opacity: 0;
	transition: 0.4s;
	z-index: 9999;
}

.services__modal-content {
	position: relative;
	background-color: #fbc740;
	padding: 1.5rem;
	border-radius: 10px;
	width: 20rem;
	padding-bottom: 0;
}

.services__modal-title,
.services__modal-description {
	text-align: center;
}

.services__modal-title {
	font-size: 1.2rem;
	color: #1a1a1a;
	margin-bottom: 1rem;
	line-height: 1;
}

.services__modal-description {
	color: #1a1a1a;
	font-size: 0.9rem;
	margin-bottom: 2rem;
	font-weight: 400;
}

.services__modal-close {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	font-size: 1.5rem;
	color: #1a1a1a;
	cursor: pointer;
}

.services__modal-close:hover {
	color: red;
}

.list {
	color: #1a1a1a;
	font-size: 0.9rem;
	font-weight: 600;
}

/*Active modal*/
.active-modal {
	opacity: 1;
	visibility: visible;
}
/* MODAL */

/* BACK TO TOP */
.back-to-top {
	position: fixed;
	bottom: 3rem;
	left: 0.5rem;
	display: none;
	font-size: 2rem;
	color: #98fb98;
	background: #333;
	padding: 0rem 0.2rem;
	border-radius: 5px;
	cursor: pointer;
	text-decoration: none;
	z-index: 99;
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.7;
}

.back-to-top:hover {
	background: #333;
	color: #00ff7f;
	text-decoration: none;
	opacity: 1;
}
/* BACK TO TOP */

/* BACK TO TOP */
.widget {
	position: fixed;
	bottom: 3rem;
	right: 0.5rem;
	display: none;
	font-size: 2rem;
	color: #98fb98;
	background: #333;
	padding: 0rem 0.2rem;
	border-radius: 5px;
	cursor: pointer;
	text-decoration: none;
	z-index: 99;
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.7;
}

.widget:hover {
	background: #333;
	color: #00ff7f;
	text-decoration: none;
	opacity: 1;
}
/* BACK TO TOP */

/* MODAL RECORD */
.modal__wrapper {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.9);
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	display: none;
	padding: 0.5rem;
}

.modal__wrapper.active-modal {
	display: flex;
	visibility: visible;
}

.modal__window {
	padding-top: 1rem;
	margin: 0.5rem;
	background: #fff;
	width: 100%;
	max-width: 40rem;
	border-radius: 1rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	box-shadow: 0px 0px 16px 0px rgba(44, 221, 57, 0.7);
	max-height: 80vh;
	overflow: auto;
}

.modal__window1 {
	padding-top: 1rem;
	margin: 0.5rem;
	background: #fff;
	width: 100%;
	max-width: 40rem;
	border-radius: 1rem;
	position: relative;
	display: flex;
	/* align-items: center;
	justify-content: center; */
	flex-direction: column;
	box-shadow: 0px 0px 16px 0px rgba(44, 221, 57, 0.7);
	max-height: 80vh;
	overflow: auto;
}

.close__modal {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	color: #000;
	cursor: pointer;
	font-size: 1.5rem;
}

.close__modal:hover {
	color: #fbc740;
}

.modal__title {
	color: #000;
	font-size: 1.2rem;
	display: block;
	padding: 1.5rem 0.5rem;
	text-align: center;
	line-height: 1;
}

.input1 {
	border: 2px solid #fbc740;
	outline: none;
	font-size: 1rem;
	font-weight: bold;
	padding: 0.5rem;
	margin: 0.5rem;
	border-radius: 0.5rem;
	width: 90%;
	max-width: 24rem;
	height: 3rem;
}

.input1:focus {
	border: 3px solid #00ff7f;
}

.input2 {
	border: 2px solid #fbc740;
	outline: none;
	font-size: 1rem;
	font-weight: bold;
	padding: 0.5rem;
	margin: 0.5rem;
	border-radius: 0.5rem;
	width: 90%;
	max-width: 24rem;
	height: 10rem;
}

.input2:focus {
	border: 3px solid #00ff7f;
}

select {
	background: #fff;
	border: 2px solid #fbc740;
	outline: none;
	font-size: 1rem;
	font-weight: bold;
	padding: 0.5rem;
	margin: 0.5rem;
	border-radius: 0.5rem;
	width: 90%;
	max-width: 24rem;
	height: 3rem;
}

#button2 {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #98fb98;
	outline: none;
	border: none;
	font-size: 1.5rem;
	font-weight: bold;
	border-radius: 0.5rem;
	padding: 0.5rem;
	width: 80%;
	max-width: 24rem;
	cursor: pointer;
	margin: 1rem;
}

#button2:hover {
	background: #00ff7f;
}
/* MODAL RECORD */

/* MODAL ACCORDION */
#serviceForm {
	width: 100%;
	display: flex;
	/* align-items: center; */
	/* justify-content: center; */
	flex-direction: column;
	/* overflow: auto; */
}

.accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	outline: none;
	transition: 0.4s;
	text-align: center;
	font-weight: bold;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.panel {
  /* padding: 0 18px; */
	/* padding-bottom: 1rem; */
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;

}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.modal__lebel{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	background: #eee;
	margin: .5rem;
	padding: .3rem 1rem;
	border-radius: .5rem;
	font-weight: 500;
	cursor: pointer;
	font-size: .9rem;
}

.modal__lebel:hover{
	background: #ccc;
}

.calc_price{
	color: red;
	font-weight: bold;
	/* border: 1px solid black; */
	/* padding: 0 1rem; */
	display: block;
	width: 4rem;
	text-align: center;
}

.price_wrapper{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

.total_price{
	color: red;
	position: absolute;
	top: 1rem;
	font-weight: bold;
	font-size: 1.3rem;
	background: #fff;
	border-radius: 1rem;
	padding: 0 1rem;
}

.input_wrapper{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#button3 {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #98fb98;
	outline: none;
	border: none;
	font-size: 1.5rem;
	font-weight: bold;
	border-radius: 0.5rem;
	padding: 0.5rem;
	width: 80%;
	max-width: 24rem;
	cursor: pointer;
	margin: 1rem;
}

#button3:hover {
	background: #00ff7f;
}
/* MODAL ACCORDION */

@media screen and (min-width: 700px) {
	.home__title {
		font-size: 3rem;
	}

	.logo {
		width: 30rem;
	}

	.home__subtitle {
		font-size: 1.3rem;
	}

	.about__text {
		font-size: 1.1rem;
	}

	.marks__imges img {
		width: 4rem;
	}

	.rev__block {
		width: 30rem;
	}
}

@media screen and (max-width: 700px) {
	.logo__social {
		flex-direction: column;
	}

	.logo {
		margin: 1rem;
	}

	.social {
		flex-direction: row;
	}

	.record__btn {
		font-size: 1.3rem;
		margin-bottom: 2rem;
	}

	.home__title {
		font-size: 1.5rem;
	}

	.home__title2 {
		text-align: center;
		font-size: 0.9rem;
	}

	.home__contacts {
		margin-bottom: 3rem;
	}

	.home__subtitle {
		margin-bottom: 0rem;
	}

	.adventages {
		background-image: url(img/about.jpg);
		background-size: no-repeat;
		background-position: center;
		background-size: cover;
	}

	.adventages__card {
		opacity: 0.9;
	}

	iframe {
		width: 20rem;
	}

	.head_community {
		font-size: 0.8rem;
		padding: 0.2rem 0.7rem;
	}
}
