/*
 Theme Name:   Femida-S
 Theme URI:    http://example.com/femida-s
 Description:  Тема сайта "Femida-s"
 Author:       Author
 Author URI:   http://example.com
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  femida-s
*/

* {
	box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}

.site-wrapper {
    position: relative;
    font-family: "Playfair Display", serif;
	overflow: hidden
}

header.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 30px;
    z-index: 100;
}

header.site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
}

h1 {
    margin: 0;
}

h2 {
    margin: 0;
}

h3 {
    margin: 0;
}

section#first-screen {
    background: url(/wp-content/uploads/2025/09/image-24_11zon-1.webp);
    background-size: cover;
    padding-top: 350px;
    position: relative;
    color: #fff;
    height: 100vh;
	overflow: hidden;
}

img {
    display: block;
    margin: 0;
    max-width: 100%;
}

.container {
    padding: 0 30px;
}

section#first-screen img {
    position: absolute;
    bottom: 0;
    object-fit: contain;
    left: 0;
    width: 110%;
    max-width: 200%;
    z-index: 1;
}

#first-screen h1 {
	color: #DED4D4;
    position: relative;
    z-index: 2;
    text-align: center;
    display: block;
    margin: auto;
    font-size: 80px;
	background: linear-gradient(to bottom, #fff 0%, #bf9e16 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

#first-screen h2 {
    color: #c4c4c4;
    font-size: 32px;
    margin-top: 4rem;
    font-weight: 400;
    max-width: 400px;
	position: relative;
	z-index: 2;
}

#first-screen h2 span {
    display: block;
    margin-bottom: 2rem;
}

section#videoobrashenie {
    background: 
		radial-gradient(
			circle 1200px at 25% 90%,   
			rgba(199, 220, 39, 0.34) 0%,   
			rgba(214, 222, 51, 0) 100%    
		),    
		linear-gradient(       
			180deg,        
			#0D0D0D 0%,        
			#261106 100%    
		);
    color: #fff;
    padding-top: 110px;
    padding-bottom: 90px;
    position: relative;
}

.videoobrashenie-video video {
    background: #121212;
    border-radius: 80px;
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
}

section#videoobrashenie h3 {
    color: #E3E3E3;
    font-size: 48px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 80px;
    line-height: 1.4em;
}

img#podpis {
    position: absolute;
    right: 70px;
    bottom: 17px;
}

div#videoobrasheie-name {
    color: #E9E9E9;
    font-style: italic;
    font-size: 48px;
    margin-top: 30px;
}



section#about {
	position: relative;
    background: radial-gradient(circle, rgba(70, 59, 49, 1) 0%, rgba(3, 10, 13, 1) 100%);
    padding: 100px 0;
    background: url(https://femida-s.ru/wp-content/uploads/2025/11/Group-45_11zon.webp);
    background-size: 101%;
    background-position: center;
}

section#about h3 {
    font-size: 40px;
    color: #DED4D4;
    text-align: center;
    font-weight: 400;
    margin-bottom: 50px;
}

section#about p {
    filter: drop-shadow(0px -4px 10px rgba(0,0,0,0.25));
    color: #c7c7c7;
    text-align: center;
    font-size: 32px;
}

button#btn-regions {
    color: #B8AC66;
    background: transparent;
    border: solid 1px #E4D895;
    border-radius: 27px;
    font-weight: 300;
    font-size: 32px;
    text-align: center;
    padding: 40px 45px;
    margin: auto;
    display: block;
    margin-top: 50px;
    font-family: 'Rubik';
}

section#about .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    box-sizing: border-box;
}

section#clients {
    position: relative;
	background: radial-gradient(circle,rgba(12, 16, 18, 1) 0%, rgba(38, 34, 15, 1) 100%);
	padding: 100px 0;
}

#clients h3 {
	margin-bottom: 60px
}

section#clients .container {
    box-sizing: border-box;
    color: #E3E3E3;
    font-size: 40px;
    text-align: center;
    width: 100%;
}

#clients .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

#clients .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    height: auto;
}

#clients .swiper-slide img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#clients .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.clients-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    max-width: 1200px;
    margin: auto;
    margin-top: 80px;
}

.single-client {
    background: #383F42;
    border-radius: 40px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0px 4px 24px rgba(0,0,0,0.25));
}


section#top5 {
    background: #26220f;
    color: #DEC32C;
    padding: 100px 0;
}

section#top5 .container {
    border: solid 1px #AFAEAE;
    border-radius: 35px;
    margin: 0px 90px;
    position: relative;
	padding: 0;
    padding-bottom: 45px;
}

section#top5 .container h3 {
    padding: 60px;
    font-size: 40px;
    text-align: center;
    font-weight: 400;
	border-bottom: solid 1px #AFAEAE;
}

.top5-2 {
    padding-top: 60px;
}

section#top5 .container a {
    color: #968318;
    padding: 45px 40px;
    border: solid 1px #968318;
    border-radius: 27px;
    margin: auto;
    display: block;
    width: 600px;
    max-width: 100%;
    text-align: center;
    font-family: 'Rubik';
    font-size: 32px;
    text-decoration: none;
}

section#services {
    background: url(/wp-content/uploads/2025/10/Rectangle-113_11zon.webp);
	background-size: cover;
	background-position: center;
    padding-bottom: 150px;
    padding-top: 150px;
}

section#services a.single-service {
    color: #fff;
    text-decoration: none;
    border-bottom: solid 1px #fff;
    display: block;
    margin-bottom: 50px;
    padding-bottom: 30px;
}

section#services a u {
    font-size: 48px;
    text-decoration: none;
    border-bottom: solid 1px #fff;
}

section#services a p {
    font-size: 36px;
    font-family: 'Rubik';
}

section#services a.single-service:last-of-type {
    border-color: transparent;
    margin-bottom: 0;
    padding-bottom: 0;
}

section#services a.single-service:last-of-type p {
    margin-bottom: 0;
}



footer.site-footer {
    background: radial-gradient(circle,rgba(44, 25, 1, 1) 0%, rgba(6, 6, 6, 1) 100%);
    padding: 75px 0;
}

a.footer-logo {
    color: #E2CA46;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    font-size: 68px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

a.footer-logo span {
    color: #ADA475;
    font-size: 26px;
    text-transform: initial;
    font-family: 'Rubik';
    font-weight: 400;
}

footer.site-footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-phones {
    display: flex;
    flex-direction: column;
    font-size: 40px;
    font-family: "Rubik";
    font-weight: 300;
    gap: 18px;
}

.footer-phones a {
    text-decoration: none;
    background: linear-gradient(to bottom, #B8AC66 0%, #B9B9B9 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}

.footer-disclamer p {
    margin: 0;
    margin-bottom: 20px;
}

.footer-disclamer {
    background: #070706;
    color: #828C96;
    font-family: 'Rubik';
    font-size: 24px;
    font-weight: 300;
    padding: 36px 0;
}

.footer-disclamer a {
    color: #828C96;
    text-decoration-skip-ink: none;
}


.page-template-template-service main#content {
    background: #191919;
    padding-top: 215px;
}

section#service-first-screen {
    color: #fff;
    font-size: 36px;
}

.page-template-template-service header.site-header {
    background: #030A0D;
    padding-bottom: 30px;
    box-sizing: border-box;
}

section#service-first-screen h1 {
    font-weight: 400;
}

section#service-content {
    color: #D7D7D7;
    font-size: 32px;
    font-family: 'Rubik';
    padding-bottom: 100px;
    padding-top: 30px;
}

section#service-content p:last-child {
    margin-bottom: 0;
}

div#service-back a {
    color: #fff;
    font-size: 32px;
    text-decoration: none;
    font-family: 'Rubik';
    font-weight: 300;
}

div#service-back {
    margin-top: 40px;
    margin-bottom: 40px;
}

section#service-first-screen h1 {
    margin-bottom: 30px;
}




.navigation {
    position: fixed;
    inset: 0;
    background: #26220f;
    z-index: 101;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 18px;
    padding: 0px 60px;
    gap: 20px;
    transition: all .3s ease;
    transform: translateX(-100%);
}

.navigation a {
    color: #fff;
    text-decoration: none;
}

.navigation.vis {
    transform: translateX(0%)
}

.navigation-close {
    position: absolute;
    top: 80px;
    right: 30px;
    color: #fff;
    font-size: 50px;
    width: 50px;
    height: 50px;
    line-height: 45px;
	cursor: pointer;
}

div#menu-trigger {
	cursor: pointer;
}

.marque {
    background: radial-gradient(circle, rgba(146, 144, 95, 1) 0%, rgba(52, 46, 10, 1) 100%);
    font-size: 32px;
    text-align: center;
    color: #fff;
    padding: 32px 0;
}

.marque div {
    width: fit-content;
    margin: auto;
}

.marque span {
    display: block;
    text-align: right;
}

.container {
	padding: 0 200px;
}

header.site-header .container {
	padding: 0 200px;
}

#first-screen h2 {
	font-size: 38px;
	max-width: 600px;
}

section#service-first-screen {
    font-size: 32px;
}

div#service-back a {
    font-size: 24px;
}

section#service-content {
    font-size: 24px;
}

.header-phones {
    display: flex;
    flex-direction: column;
    font-size: 40px;
    font-family: "Rubik";
    font-weight: 300;
    gap: 0px;
}

.header-phones a {
    text-decoration: none;
    background: linear-gradient(to bottom, #B8AC66 0%, #B9B9B9 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}

#float-phones {
	display: none;
}

div#footer-logo-and-kartochka {
    display: flex;
    flex-direction: column;
    align-items: center;
}

a#kartochka-predpr {
    background: linear-gradient(to bottom, #B8AC66 0%, #B9B9B9 100%);
    color: transparent;
    background-clip: text;
    font-size: 24px;
    margin-top: 30px;
}

.all-oblast {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 60px;
    padding: 0 20px;
}

#first-screen h1 strong {
    color: #CFC180;
    display: block;
    font-size: 40px;
    margin-top: 20px;
}

a.btn-call {
    background: #CFC180;
    border-radius: 10px;
    color: #000;
    text-decoration: none;
    margin: 0 auto;
    display: flex;
    width: 390px;
    align-items: center;
    justify-content: center;
    padding: 30px 50px;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin-top: 220px;
	animation: pulse 0.5s ease alternate infinite
}

.fs-podpis-btn {
    text-align: center;
    font-family: 'Rubik';
    font-size: 20px;
    width: 390px;
    margin: auto;
    margin-top: 15px;
    font-weight: 300;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}
	
	100% {
		transform: scale(1.1);
	}
}

section#services-text-list {
    background: radial-gradient(   circle 1200px at 25% 90%,      rgba(199, 220, 39, 0.34) 0%,      rgba(214, 222, 51, 0) 100%      ),      linear-gradient(          180deg,           #0D0D0D 0%,           #261106 100%      );
    color: #E3E3E3;
    padding: 100px 0;
}

section#services-text-list h2 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 60px;
	    background: linear-gradient(to bottom, #fff 0%, #bf9e16 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

ul#stl-container {
    color: #fff;
    text-decoration: none;
    display: block;
    margin-bottom: 50px;
    list-style: none;
    padding: 0;
}

ul#stl-container li {
    margin-bottom: 50px;
    font-size: 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
	color: #CFC180
}

ul#stl-container li strong {
    font-size: 38px;
    display: inline-block;
    margin-bottom: 10px;
	background: linear-gradient(to bottom, #B8AC66 0%, #B9B9B9 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

section#services h3 {
    color: #fff;
    text-align: center;
    font-size: 60px;
    margin-bottom: 60px;
}

#services a.btn-call {
    width: 410px;
}



@media screen and (max-width: 1600px) {
	
	#first-screen h1 {
		font-size: 75px;
	}
	
	#first-screen h2 {
		font-size: 24px;
	}

	section#first-screen {
		padding-top: 300px;
	}
	
	.header-phones {
		font-size: 28px;
	}

	a.header-logo2 img {
		height: 100px;
		margin-top: -20px;
	}

	a.header-logo img {
		height: 80px;
	}

	div#menu-trigger img {
		width: 50px;
	}

	.marque {
		font-size: 24px;
	}

	section#services a p {
		font-size: 28px;
	}

	section#services a u {
		font-size: 36px;
	}

	.footer-disclamer {
		font-size: 16px;
	}

	.footer-phones {
		font-size: 30px;
	}

	a.footer-logo {
		font-size: 48px;
	}

	a.footer-logo span {
		font-size: 18px;
	}

	footer.site-footer {
		padding: 35px 0;
	}
	
	section#about {
		background-size: cover;
	}
}

@media screen and (max-width: 1400px) {
	.container {
		padding: 0 100px;
	}

	header.site-header .container {
		padding: 0 100px;
	}	
}

@media screen and (max-width: 1200px){
	
	section#first-screen img {
		object-fit: contain;
        height: auto;
        width: 130%;
		left: -10%;
	}
	
	img#about-bg {
		display: none;
	}

	section#about .container {
		position: static;
		transform: unset;
	}

	section#about {
		padding-top: 90px;
	}

	img.about-gerb {
		width: 120px;
	}

	section#about h3 {
		font-size: 32px;
		margin-bottom: 30px;
	}

	section#about p {
		font-size: 24px;
	}

	button#btn-regions {
		font-size: 20px;
	}

	section#clients h3 {
		font-size: 38px;
	}

	.single-client {
		padding: 30px;
	}
	
	div#videoobrasheie-name {
		font-size: 36px;
	}
	
	.all-oblast {
		font-size: 40px;
	}
	
	#first-screen h1 {
		font-size: 60px;
	}
}

@media screen and (max-width: 1000px) {
	#first-screen h1 {
		font-size: 28px;
	}

	#first-screen h1 strong {
		font-size: 16px;
		margin-top: 10px;
	}

	a.btn-call {
		font-size: 16px;
		width: 255px;
		padding: 20px 30px;
		margin-top: 50px;
	}

	section#first-screen {
		padding-top: 120px;
		padding-bottom: 60px;
		height: auto;
	}
    
    #first-screen h2 {
        font-size: 14px;
		text-align: center;
        position: relative;
        z-index: 2;
		margin-top: 30px;
    }
    
    header.site-header .container {
        gap: 40px;
    }
    
    header.site-header .container {
        padding: 0 15px;
    }
    
    .container {
        padding: 0 15px;
    }
    
    a.header-logo2 {
        margin-top: -10px;
    }
    
    section#videoobrashenie h3 {
        font-size: 22px;
    }
    
    section#videoobrashenie {
        padding-top: 60px;
        padding-bottom: 60px;
		background: radial-gradient(
		   circle 200px at 25% 90%,   
		   rgba(199, 220, 39, 0.34) 0%,   
		   rgba(214, 222, 51, 0) 100%    
		  ),    
		  linear-gradient(       
		   180deg,        
		   #0D0D0D 0%,        
		   #261106 100%    
		  )
    }
	
	section#services-text-list {
		padding-top: 50px;
	}
	
	div#videoobrasheie-name {
		font-size: 14px;
	}
    
    img#podpis {
        width: 150px;
        bottom: 25px;
        right: 10px;
    }
    
    .videoobrashenie-video video {
        border-radius: 30px;
    }
    
    img.about-gerb {
        width: 80px;
    }
    
    section#about {
		padding: 60px 0;
	}
    
    section#about h3 {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 0;
    }
    
    section#about p {
        font-size: 16px;
    }
    
    button#btn-regions {
        font-size: 16px;
        padding: 20px 35px;
        border-radius: 16px;
        margin-top: 30px;
    }
	
	section#clients {
		padding: 50px 0;
	}
    
    section#clients h3 {
        font-size: 16px;
		margin-bottom: 50px;
    }
    
    .single-client {
        border-radius: 15px;
        padding: 10px;
    }
    
    .clients-grid {
        margin-top: 40px;
    }
    
    section#top5 {
        padding: 60px 15px;
    }
    
    section#top5 .container {
        border-radius: 15px;
		margin: 0;
		padding: 0;
    }
    
    section#top5 .container h3 {
        font-size: 16px;
        padding: 40px;
    }
    
    section#top5 .container:after {
        top: 120px;
    }
    
    section#top5 .container a {
        font-size: 14px;
        box-sizing: border-box;
        padding: 25px 20px;
        border-radius: 15px;
    }
	
	.top5-2 {
		padding: 40px;
	}
    
    section#services {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    
    section#services a u {
        font-size: 24px;
    }
    
    section#services a p {
        font-size: 16px;
    }
    
    a.footer-logo {
        font-size: 30px;
        display: block;
    }
	
	a#kartochka-predpr {
		font-size: 16px;
		margin-top: 10px;
	}

	div#footer-logo-and-kartochka {
		width: 50%;
	}
    
    a.footer-logo span {
        font-size: 12px;
        display: block;
        margin: auto;
        text-align: center;
    }
    
    .footer-phones {
        width: 50%;
        font-size: 16px;
        text-align: right;
        gap: 10px;
    }
    
    footer.site-footer {
        padding: 35px 0;
    }
    
    .footer-disclamer {
        font-size: 12px;
		padding-bottom: 60px;
    }
	
	section#service-first-screen {
		font-size: 10px;
	}

	div#service-back a {
		font-size: 14px;
	}

	.page-template-template-service main#content {
		padding-top: 110px;
	}

	section#service-content {
		font-size: 14px;
		padding-bottom: 60px;
	}
	
	hr.wp-block-separator {
		color: #fff;
		border-top: solid 1px;
	}
	
	section#first-screen img {
		width: 140%;
		left: -35%;
	}

	.marque {
		font-size: 12px;
		padding: 32px 10px;
	}
	
	.header-phones {
		display: none;
	}
	
	#float-phones {
		position: fixed;
        bottom: 0;
        z-index: 2;
        background: radial-gradient(circle, rgba(44, 25, 1, 1) 0%, rgba(6, 6, 6, 1) 100%);
        width: 100%;
        height: 70px;
        font-family: "Rubik";
        display: flex;
        align-items: center;
        justify-content: space-around;
        font-size: 18px;
	}

	div#float-phones a {
		text-decoration: none;
		background: linear-gradient(to bottom, #B8AC66 0%, #B9B9B9 100%);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
		color: transparent;
		display: inline-block;
	}
	
	a.header-logo img {
		height: auto;
	}

	a.header-logo img {
		height: auto;
		margin-top: auto;
	}

	div#menu-trigger img {
		width: auto;
	}
	
	a.header-logo2 img {
		margin-top: auto;
		height: auto;
	}
	
	.all-oblast {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 16px;
    }
	
	section#services-text-list h2 {
		font-size: 28px;
	}

	ul#stl-container li {
		font-size: 18px;
	}

	ul#stl-container li strong {
		font-size: 20px;
	}

	section#services h3 {
		font-size: 24px;
	}
	
	#services a.btn-call {
		width: 270px;
	}
	
}


@media screen and (max-width: 1000px) and (orientation: landscape) {
	section#first-screen img {
		width: 110%;
		left: 0;
	}

	.container {
		padding: 0 50px;
	}

	header.site-header .container {
		padding: 0 50px;
	}
	
	a.header-logo2 img {
		display: block;
		height: 60px;
	}

	a.header-logo img {
		height: 60px;
	}

	div#menu-trigger img {
		height: 30px;
	}

	#first-screen h1 {
		font-size: 42px;
	}

	#first-screen h2 {
		margin-top: 3rem;
		font-size: 20px;
	}

	#first-screen h2 span {
		margin-bottom: 1rem;
	}

	.marque {
		font-size: 20px;
		padding: 24px 0;
	}

	section#videoobrashenie h3 {
		font-size: 32px;
		margin-bottom: 50px;
	}

	div#videoobrasheie-name {
		font-size: 24px;
	}

	img#podpis {
		width: 300px;
		bottom: 40px;
	}

	section#clients h3 {
		font-size: 32px;
	}

	section#clients .container {
	}

	section#top5 .container h3 {
		font-size: 24px;
	}

	section#top5 .container a {
		font-size: 18px;
	}
	
	.page-template-template-service header.site-header {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.page-template-template-service main#content {
		padding-top: 70px;
	}
}

