/*
Theme Name: Landing
Author: Ilnaz
Author URI: https://wordpress.org/
Description: Landing theme.
Requires at least: 5.3
Tested up to: 6.3
Requires PHP: 5.6
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root{
	--btnColor: #756c61;
}
html * {
	box-sizing: border-box;
}
body {
	margin: 0;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 20px;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}
p {
	margin-top: 0;
	margin-bottom: 15px;
}
section {
	padding: 80px 0;
}
.section_title {
	margin-bottom: 40px;
	font-size: 36px;
	line-height: 40px;
}
.text-center {
	text-align: center;
}
.form_title {
	font-size: 25px;
	line-height: 25px;
	text-align: center;
	margin-bottom: 30px;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
	border: 1px solid #e5e3e1;
	width: 100%;
	padding: 10px 15px;
	border-radius: 10px;
	font-size: 16px;
	outline: none;
}
span.wpcf7-list-item {
	margin: 0;
	text-align: center;
}
input[type="submit"] {
	background: var(--btnColor);
	color: #fff;
	font-size: 16px;
	padding: 10px 20px;
	border-radius: 10px;
	cursor: pointer;
	border: none;
}
span.wpcf7-spinner {
	position: absolute;
}
.container,
.container-fluid {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-right: auto;
	margin-left: auto
}
textarea {
	border: 1px solid #e5e3e1;
	width: 100%;
	padding: 10px 15px;
	border-radius: 10px;
	font-size: 16px;
	outline: none;
	font-family: 'Roboto';
	height: 150px;
}
.pt-0{
	padding-top: 0!important;
}
.mb-0{
	margin-bottom: 0!important;
}
@media (min-width:576px) {
	.container {
		max-width: 540px;
	}
}
@media (min-width:768px) {
	.container{
		max-width: 720px;
	}
}
@media (min-width:992px) {
	.container {
		max-width: 960px;
	}
}
@media (min-width:1200px) {
	.container {
		max-width: 1140px;
	}
}
@media (min-width:1250px) {
	.container {
		max-width: 1200px;
	}
}
@media (min-width:1400px) {
	.container {
		max-width: 1320px;
	}
}

main{
	background-image: url(/wp-content/themes/landing/img/main.jpg);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	height: 100vh;
}
header .container{
	position: relative;
}
.header_row{
	position: absolute;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	padding: 20px 0;
	gap: 10px;
	align-items: center;
	color: #000;
	z-index: 1;
}
.header_row a{
	color: #000;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.header_tel:hover{
	opacity: 0.7;
}
main .container{
	height: 100%;
}
.main_content {
	display: grid;
	height: 100%;
	align-content: center;
	justify-content: center;
	text-align: center;
	gap: 40px;
	position: relative;
}
.site_title {
	font-size: 80px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 15px;
}
.site_desc, .zapis_text {
	font-size: 20px;
}
.main_btns {
	display: flex;
	justify-content: center;
	gap: 10px;
}
a.btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border: 1px solid #fff;
	padding: 10px 20px;
	color: #000;
	border-radius: 10px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
a.btn:hover {
	background: #fff;
}
.bottom_icon {
	mix-blend-mode: multiply;
	margin: auto;
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
}
.maria_sect .mariya_foto {
	aspect-ratio: 1;
	object-position: top;
	border-radius: 100%;
}
.maria_sect .mariya_row {
	background: #ffffff;
	padding: 50px;
	border-radius: 10px;
}
.maria_sect a{
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}

p.dosent {
    font-size: 13px;
    line-height: normal;
	opacity: 0.7;
}
.mariya_row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}
.mariya_content {
	background: rgba(255, 255, 255, 0.9);
	padding: 50px;
	height: 100%;
	align-content: center;
}
.maria_sect .mariya_content {
	padding-right: 0;
}
	
.mariya_row a{
	height: 100%;
	line-height: 0;
}
.mariya_foto {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mariya_content .section_title {
	margin-bottom: 15px;
}
.mariya_content .section_title {
	margin-top: 30px;
}
.mariya_content .section_title:first-child {
	margin-top: 0;
}
.mariya_content.mariya_content2 {
	background: rgba(0,0,0,0.7);
	color: #fff;
}
.fon{
	background-image: url(/wp-content/themes/landing/img/fon.jpg);
	background-attachment: fixed;
	background-size: cover;
	transition: background-image 1s ease-in-out;
	-webkit-transition: background-image 1s ease-in-out;
	-moz-transition: background-image 1s ease-in-out;
	-ms-transition: background-image 1s ease-in-out;
	-o-transition: background-image 1s ease-in-out;
	background-position: center;
}
.post_item {
	background: rgba(255,255,255, 0.9);
	padding: 30px;
	text-align: center;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.2);
}
.posts {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
.post_title {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
}
.reviews_block {
	background: rgba(0,0,0,0.7);
	border-radius: 10px;
	padding: 50px 30px;
	text-align: center;
	color: #fff;
}
.reviews_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	text-align: left;
	gap: 10px;
}

footer{
	background-image: url(/wp-content/themes/landing/img/main.jpg);
	background-size: cover;
	background-position: bottom;
	height: 300px;
}
footer .header_row {
	position: inherit;
	justify-content: center;
	padding-bottom: 0;
}
.footer_contacts {
	display: grid;
	justify-content: center;
}
footer .container{
	height: 100%;
}
.footer_content {
	display: grid;
	align-content: center;
	height: 100%;
	gap: 50px;
}
/* Responsive */
@media screen and (max-width: 1400px){
	audio {
    width: 100%;
	}
	.reviews_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
	}
	.maria_sect .mariya_foto, .maria_sect a {
    height: auto;
	}
}

@media screen and (max-width: 1199px){
	.mariya_row {
    grid-template-columns: 1fr;
	}
	.maria_sect .mariya_foto {
    max-height: 400px;
    width: auto;
    margin: auto;
    display: block;
	}
	.maria_sect .mariya_content {
    padding: 50px 0 0 0;
	}
}

@media screen and (max-width: 767px){
	.site_title{
		font-size: 75px;
	}
	.posts, .reviews_list {
    grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 575px){
	.site_title {
    font-size: 60px;
	}
	.main_btns {
    flex-direction: column;
	}
	.main_btns .btn {
    height: 58px;
	}
	.header_row {
    justify-content: center;
    width: -webkit-fill-available;
	}
	.maria_sect .mariya_foto {
    min-height: auto;
    width: 100%;
    margin: auto;
    display: block;
	}
	.maria_sect .mariya_row, .mariya_content{
		padding: 30px;
	}
	footer {
    height: auto;
    padding: 50px 0;
	}
	.maria_sect .mariya_content {
    padding: 30px 0 0 0;
	}
	.fancybox-content {
    padding: 50px 30px 30px 30px;
	}
	.form_title {
    font-size: 22px;
    line-height: 25px;
	}
	main{
		background-size: auto 150%;
	}
}

@media screen and (max-width: 439px){
	.site_title{
		font-size: 50px;
	}
	.site_desc, .zapis_text {
    font-size: 18px;
		text-align: center;
	}
}

@media screen and (max-width: 399px){
	.site_title{
		font-size: 45px;
	}
	.section_title {
    font-size: 30px;
    line-height: 35px;
	}
}