/*
Theme Name: Teplotema
*/

@import url('css/kingsize.css');
.appear-up {animation: appearUp 0.8s linear 1;}
.appear-down {animation: appearDown 0.8s linear 1;}
.appear-left {animation: appearLeft 0.8s linear 1;}
.appear-right {animation: appearRight 0.8s linear 1;}

:root {
	--main-font: "Montserrat", serif;
	--sec-font: XXXXXXXXXXX;
	--cont-width: 1280px;
	--main-color: XXXXXXXXXXX;
	--sec-color: XXXXXXXXXXX;
}

body, button, input, textarea, select {
	font-family: var(--main-font);
}

body {
	background: #181818;
	color: #E0AC3B;
}

a:hover {
	text-decoration: underline;
}

h1 {
	
}

h2 {
	
}

header {
	display: flex;
	justify-content: space-between;
	padding: 10px 30px;
}

footer {
	
}

.container {
	width: var(--cont-width);
}

.section {
	
}

.modal-form {
	width: 983px;
	display: none;
	background: #232323;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 40px;
}

.modal-form .logo {
	width: 150px;
}

.close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	background: #E0AC3B;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.close img {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.close:hover {
	background: #FF7B00;
}

.form-title {
	font-size: 30px;
	margin-top: 71px;
}

.form-mail {
	font-size: 23px;
	margin-top: 15px;
}

.form-mail a {
	color: white;
	display: block;
}

.form-mail a:hover {
	text-decoration: none;
}

.bck-text {
	position: absolute;
	left: 40px;
	top: 87px;
	font-size: 95px;
	z-index: -1;
	color: #2D2D2D;
	font-weight: 700;
}

form {
	margin-top: 35px;
}

form input {
	font-size: 19px;
	padding: 10px 15px;
}

#recaptchaError {
	color: red;
	font-weight: 700;
	font-size: 20px;
    margin-bottom: 20px;
}

.g-recaptcha {
	margin: 20px 0;
}

#priv-text {
	margin-top: 15px;
}

#priv-text input {
	margin-left: 0;
}

#priv-text a {
	border-bottom: 1px dashed #E0AC3B;
}

#priv-text a:hover {
	text-decoration: none;
	border: none;
}

form button {
	background: #E0AC3B;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

form button:hover {
	background: #FFC803;
}

.form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}

.copyrights {
	font-size: 11px;
}

.service-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(auto, auto));
	grid-gap: 1px;
}

.service-block {
	text-align: center;
	aspect-ratio: 1 / 1;
	background: url('/wp-content/themes/teplotema/bck.svg') center/cover no-repeat;
}

.service-block .title {
	color: white;
	margin-top: 20px;
	font-weight: 700;
	font-size: 23px;
}

#logo {
	display: flex;
}

#logo img {
	width: 75px;
	height: 75px;
}

.logo-text {
	margin-left: 10px;
}

.logo-text p {
	margin: 0;
}

.logo-text p:nth-of-type(1) {
	font-size: 34px;
	letter-spacing: 1.6px;
	margin-bottom: -2px;
}

.logo-text p:nth-of-type(2) {
	font-size: 15px;
	letter-spacing: 2px;
}

.logo-text p:nth-of-type(3) {
	font-size: 13px;
	margin-top: 2px;
}

#promo {
	height: 850px;
	position: relative;
}

.logo-wrapper {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 100px;
}

#main-logo {
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
	display: none;
}

#main-logo.shine {
	filter: drop-shadow( 0px 0px 5px rgba(224 172 59));
}

#pages, #phone {
	display: inline-block;
}

#pages {
	margin-right: 85px;
}

#pages a {
	margin-right: 15px;
}

#accordeon {
	position: relative;
	overflow: hidden;
	height: 440px;
}

.accordeon-tab {
	position: absolute;
	width: 1130px;
	height: 440px;
	background: gray;
	-webkit-box-shadow: -5px 0 40px 0 black;
	box-shadow: -5px 0 40px 0 black;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.accordeon-tab .small-title,
.accordeon-tab .big-title-section {
	color: #EBAE48;
	position: absolute;
	font-weight: 700;
}

.accordeon-tab .big-title-section .text {
	text-transform: uppercase;
	color: white;
	font-weight: 400;
}

.accordeon-tab .small-title {
	bottom: 73px;
    transform: rotate(-90deg);
}

.accordeon-tab .big-title-section {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
}

.accordeon-tab .big-title {
	font-size: 50px;
	margin-bottom: 20px;
}

.acc-bck {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 50%);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.acc-bck.active {
	opacity: 1;
}

#acc-tab2 {
	left: 14.3%;
}

#acc-tab3 {
	left: 28.6%;
}

#acc-tab4 {
	left: 42.9%;
}

#acc-tab5 {
	left: 57.2%;
}

#acc-tab6 {
	left: 71.5%;
}

#acc-tab7 {
	left: 85.8%;
}

#acc-tab2.left {
	left: 7%;
}

#acc-tab3.left {
	left: 14%;
}

#acc-tab4.left {
	left: 21%;
}

#acc-tab5.left {
	left: 28%;
}

#acc-tab6.left {
	left: 35%;
}

#acc-tab7.left {
	left: 42%;
}

#acc-tab2.right {
	left: 58%;
}

#acc-tab3.right {
	left: 65%;
}

#acc-tab4.right {
	left: 72%;
}

#acc-tab5.right {
	left: 79%;
}

#acc-tab6.right {
	left: 86%;
}

#acc-tab7.right {
	left: 93%;
}

iframe {
	height: 352px;
}

.point {
	position: absolute;
	width: 2px;
	height: 2px;
	background: yellow;
}

.big-img {
	
}

#divider {
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(224,172,59,1) 50%, rgba(0,0,0,1) 100%);
}

.divider-row {
	display: flex;
	justify-content: center;
	padding: 20px 0;
}

.divider-row .text {
	color: black;
	font-size: 32px;
    margin-right: 45px;
    padding-top: 7px;
}

.divider-btn {
	background: black;
	cursor: pointer;
	padding: 17px 64px;
	border: 1px solid black;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.divider-btn:hover {
	background: #E0AC3B;
	color: black;
}

#map {
	height: 400px;
}

#confirmation {
	display: none;
	background: linear-gradient(180deg, rgba(74,92,101,1) 0%, rgba(0,0,0,1) 100%);
	color: #E0AC3B;
	position: fixed;
	right: 0;
	bottom: -74px;
	padding: 25px 35px;
    font-size: 20px;
	z-index: 9999;
	border-top: 1px solid #768891;
	border-left: 1px solid #768891;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#confirmation.active {
	bottom: 0;
}

.category-title {
	background: linear-gradient(90deg, rgba(0,0,0,1) -15%, rgba(224,172,59,1) 50%, rgba(0,0,0,1) 115%);
	font-size: 46px;
	text-transform: uppercase;
	text-align: center;
	color: black;
	font-weight: 700;
	padding: 15px 0;
	margin-top: 20px;
	text-shadow: 0px 1px 5px #ffde3e;
}

.albums {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
	padding: 30px;
}

.work {
    text-align: center;
    border: 3px solid #3e3e3e;
    padding: 10px;
    background-color: #2a2a2a;
    position: relative;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	
}

.work:hover {
    border: 3px solid #c59b40;
    background-color: #2a2a2a;
    box-shadow: 0 0 20px 5px #d5ab51;
}

.work:hover .preview {
	transform: rotateY(180deg);
	filter: brightness(0.3);
}

.work:hover .preview-back {
	transform: rotateY(360deg);
}

.work .preview {
    height: 350px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.work .preview-wrapper {
	position: relative;
	perspective: 1000px;
}

.work .preview-back {
	position: absolute;
	top: 0;
    width: 100%;
    height: 100%;
	transform: rotateY(180deg);
	backface-visibility: hidden;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.work .preview-back span {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
}

.work .title {
    font-size: 30px;
    padding: 15px 0 4px;
}

.work-wrapper {
	padding: 30px 100px 0;
}

.work-wrapper b {
	font-size: 40px;
}

.work-wrapper p {
	font-size: 22px;
}

.gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
	margin-top: 38px;
}

.work-preview {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

#works {
	background: url(https://xn--80ajaxgkfwe.xn--p1ai/wp-content/uploads/2024/07/1674535644_catherineasquithgallery-com-p-fon-korichnevie-doski-6.jpg) center/cover no-repeat;
}

#works .category-title,
#calcs .category-title {
	margin-top: 0;
}

.works-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 70px;
	padding: 70px;
}

.works-grid a:hover,
.works-grid a:hover .title {
	text-decoration: none;
}

.work-category {
	background: white;
	padding: 30px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	position: relative;
	
}

.work-category:hover {
	-webkit-box-shadow: 0 5px 20px 0px black;
	box-shadow: 0 10px 20px 0px black;
	transform: translateY(-10px) scale(1.03);
}

.work-category .image {
	height: 450px;
    /* background-position: center !important; */
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.work-category .title {
	font-family: "Caveat", serif;
	color: black;
	text-align: center;
	font-weight: 600;
	font-size: 65px;
	font-style: italic;
	margin-top: 25px;
}

.knopka {
	position: absolute;
    width: 53px;
    left: 50%;
    top: -58px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.work-category:hover .knopka {
	transform: translate(150px, -600px);
}