
@charset "UTF-8";
/*
Theme Name: Саратовский банщик
Author: Тихонов Роман Константинович
Author URI: https://vk.com/id16716850
Description: Сайт по отелке бань и саун
Requires at least: WordPress 5.9–ru
Version: 1
*/
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@700&family=Lato&display=swap');
@font-face {
  font-family: 'icomoon';
  src:  url('assets/fonts/icomoon.eot?95jcot');
  src:  url('assets/fonts/icomoon.eot?95jcot#iefix') format('embedded-opentype'),
    url('assets/fonts/icomoon.ttf?95jcot') format('truetype'),
    url('assets/fonts/icomoon.woff?95jcot') format('woff'),
    url('assets/fonts/icomoon.svg?95jcot#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
  content: "\e942";
}
.icon-cancel-circle:before {
  content: "\ea0d";
}
.icon-mail4:before {
  content: "\ea86";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-telegram:before {
  content: "\ea95";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-vk:before {
  content: "\ea98";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-youtube2:before {
  content: "\ea9e";
}
* {
	box-sizing: border-box;
}
html, body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1;
	font-family: 'Lato', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Exo 2', sans-serif;
}
body {
	position: relative;
}
.main {
	min-height: 100vh;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}
.img-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: brightness(0.35);
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
.container {
	position: relative;
	z-index: 2;
}
.main__header {
	padding: 30px 0px;
}
.flex-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.logo {
	display: block;
	width: 300px;
	height: auto;
	filter: drop-shadow(0px 3px 10px #000);
}
.info {
	text-align: right;
}
.info__phone {
	text-decoration: none;
	color: #fff;
	font-size: 24px;
	font-family: 'Exo 2', sans-serif;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 10px;
	text-shadow: 0px 3px 10px #000;
	letter-spacing: -1px;
}
.info__phone span {
	margin-right: 15px;
}

.info__phone:hover {
	color: #fff;
	opacity: 0.75;
}
.info__time {
	color: #fff;
	font-size: 12px;
	text-shadow: 0px 3px 10px #000;

}
.main__h1 {
	margin: 0px auto;
	margin-bottom: 50px;
	font-size: calc(1.375rem + 1.5vw);
	font-family: "Exo 2", sans-serif;
	text-align: center;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.139;
	text-shadow: 0px 3px 10px #000;
}
.menu__main {
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 900px;
	margin: 0px auto;
}
.menu__main li {
	border: 1px solid rgba(255,255,255,0.25);
	margin: 0px 10px;
	margin-top: 20px;
	width: 200px;
	text-align: center;
	box-shadow: 0px 0px 10px 5px rgb(0,0,0,0.25);
}
.menu__main li a {
	text-decoration: none;
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 2.25;
	font-family: 'Exo 2', sans-serif;
	text-transform: uppercase;
}
.menu__main li:hover {
	background: #fff;
	border-radius: 7px;
}
.menu__main li:hover a {
	color: #000;
}
footer {
	text-align: center;
	font-size: 12px;
	color: #fff;
	padding: 30px 0px;
}
.footer__flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.soshils {
	display: flex;
	align-items: center;
	justify-content: center;
}
.soshils a {
	text-decoration: none;
	margin-left: 15px;
	color: #fff;
	font-size: 24px;
    filter: drop-shadow(2px 4px 6px black);
}
.soshils a:hover {
	opacity: 0.5;
}

.header, .footer {
	background-image: url(assets/img/pattern-2.jpg);
	background-repeat: repeat;
}
aside {
	margin-bottom: 50px;
}
.aside__title {
	font-size: 24px;
    font-family: 'Exo 2', sans-serif;
    margin-bottom: 30px;
    display: block;
}
.menu__btn {
	font-size: 24px;
    font-family: 'Exo 2', sans-serif;
    display: block;
    border: 1px solid rgba(0,0,0,0.25);
    padding: 10px 50px;
    position: relative;
    display: none;
}
.menu__btn:after {
	content: '\2630';
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
}

.main__content {
	margin: 30px 0px;
}
.content {
	line-height: 1.5;
	border-left: 1px solid rgba(0,0,0,0.25);
	padding-left: 30px;
}
.contact__item {
	margin-top: 15px;
}
.contact__item h6 {
	margin: 0px;
	line-height: 1;
}
.icon__custom {
	text-decoration: none;
	font-size: 2rem;
	margin-right: 15px;
}
.flex__content {
	display: flex;
}
.send h2 {
	font-size: calc(1.375rem + 1.5vw);
	margin: 0;
}
form {
	display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-height: 250px;
    padding: 30px;
    background: #e9e8e5;
    margin-top: 20px;
}
input {
	padding: 15px;
    border-radius: 8px;
    width: 100%;
}
input[type="submit"] {
	background: #db6211;
    border: none;
    padding: 15px;
    color: #fff;
    font-family: 'Exo 2';
    text-transform: uppercase;
    width: 70%;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
input[type="submit"]:hover {
	background: #9b450c;
}

.tabs__caption {
	display: flex;
	align-items: center;
	list-style: none;
	padding: 0px;
	border-bottom: 1px solid #dee2e6;
}
.tabs__caption li {
	padding: 10px 15px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    margin-bottom: -1px;
    color: #0d6efd;
    cursor: pointer;
}
.tabs__caption li:hover {
	color: #000;
}
.tabs__caption li.active {
    border-color: #dee2e6 #dee2e6 #fff;
    display: block;
    color: #333;
}
.tabs__content {
	display: none; /* по умолчанию прячем все блоки */
}
.tabs__content.active {
	display: block; /* по умолчанию показываем нужный блок */
}

.nav li a {
    text-decoration: none;
    display: block;
    font-size: 1.25rem;
    margin-top: 10px;
}


.post__item {
	padding: 10px;
    box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 25%);
    margin-bottom: 30px;
    width: 100%;
    height: 320px;
    transition: all 0.15s;
}
.post__item:hover {
	box-shadow: none;
	background: rgb(229,221,221,0.25);
}
.post__item a {
	width: 100%;
    height: 200px;
    display: block;
}
.post__item a img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.post__item h3 {
	font-size: calc(1rem + 0.3vw);
	margin: 0px;
    margin-top: 10px;
    height: 90px;
    overflow: hidden;
}
.content h1 {
	margin-bottom: 30px;
}
.whatsapp {
	color: #199b41;
}
.viber {
	color: #193b9b;
}
.telegram {
	color: #4aa8c5;
}

@media (max-width: 1199.98px) {
	.menu__main {
    	max-width: 450px;
	}
}
@media (max-width: 991.98px) {
	.send {
		margin-top: 20px;
	}

}
@media (max-width: 767.98px) {
	.logo {
		width: 130px;
	}
	.footer__flex {
    	flex-direction: column-reverse;
	}
	.copy {
		font-size: 8px;
	    margin-top: 20px;
	}
	.aside__title {
		display: none;
	}
	.menu__btn {
		display: block;
	}
	.menu__aside {
		display: none;
	}
	.nav li a {
	    text-decoration: none;
	    display: block;
	    padding: 15px;
	    font-size: 1.25rem;
	    margin-top: 10px;
	    text-align: center;
	    border: 1px solid rgba(0,0,0,0.25);
	}
	.content {
		border: none;
		padding: 0px;
	}
}
@media (max-width: 575.98px) {
	.main__header {
    	padding: 15px 0px;
	}
	.logo {
    	width: 95px;
	}
	.info__phone {
    	font-size: 18px;
    	margin-bottom: 5px;
	}
	.info__phone span {
    	margin-right: 10px;
	}
	.info__time {
    	font-size: 10px;
	}
	.main__h1 {
		margin-bottom: 20px;
	}
	.menu__main {
    	max-width: 250px;
	}
	.menu__main li {
		width: 100%;
	}
	.footer__flex {
    	flex-direction: column-reverse;
	}
	.copy {
		font-size: 8px;
	    margin-top: 20px;
	}
	.post__item {
		height: auto;
	}
	.post__item h3 {
		height: auto;
	}
}