@charset "utf-8";
/* CSS Document */

a {color: black; text-decoration: none;}
a:hover{color: black; text-decoration: underline;}
img {display: block;}
section p, section ul {
    margin: auto; 
    line-height: 1.5em;
    color: #917552;
    letter-spacing: .01em;
    text-indent: 0px;	
    word-wrap:normal;
    margin-bottom: 16px; 
}
body {
    display: flex;
    position: absolute;
    background: #977e480f;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    top: 0;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
} 
main {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
nav {

	background-color:#fff; 
	position:sticky;
	width:100%;
	top:0; 
	z-index: 1000; 
	border-bottom:solid 1px #868686;	
	text-transform: uppercase;
}
#clients_panel {
	position:relative;
	width:100%;
	z-index: 1000; 
	/*border-top:solid 1px #868686;	*/
	text-transform: uppercase;
	color:#4B1E00;
	font-size:10pt;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
}
.user_nav {display: inline-block;}
.middle {
    min-height: 45px;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: stretch;
    justify-content: space-between;
}
#clients_panel a {padding: 7px;border:solid 1px rgba(255,255,255,0.0);}
#clients_panel a:hover{
	color:#B1B1B1;
	text-decoration:underline; 
	transition: all .2s;	
	border:solid 1px rgba(134,134,134,1);
}

#nav-trigger {
	display: block;	
	z-index:1015;
	margin-right: 10px;
} 
	
#nav-trigger img.open {box-shadow:0px 4px 7px 0px rgba(0,0,0, 0.3);}
#nav-mobile, #user-mobile {
	position:fixed;
	width:100%;
	background-color:#fff; 
	z-index:1010;
	top:40px;
	display: none;
}
#user-mobile {top:90px;}
.expanded {	display: block;}
#nav-mobile ul,#user-mobile ul {
	list-style-type: none;
	padding: 0;
	margin: 0 20px;
}
#nav-mobile a,#user-mobile a {
	display: block;
	color: #868686;
	font-family: 'Roboto', sans-serif; 
	font-size:10pt ;
	text-decoration:none;
} 
#nav-mobile a:hover {
	background-color: #fc0;
	color: #fff; 
}

#logo, #user_name {
	display: inline-block;
	vertical-align: middle;
	color:#4B1E00;
	margin-left: 10px;
}
#logo a {		
	color:#4B1E00;
	text-decoration:none;	
	font-size:10pt;
}
#logo a:hover {
	color:#B1B1B1;
	text-decoration:none; 
	transition: all .2s;	
	font-size:10pt;
}
#navlinks ul, #userlinks {
	color:#4B1E00;
	z-index: 1021;
	display: none;
}
.navlinks li, .userlinks li, .user_nav li { 
	display: inline-block; 
	vertical-align: middle;
	z-index: 1022;
	padding: 10px 0;}
.navlinks a,.userlinks a {	
	font-size:10pt;
	color:#4B1E00;
	text-decoration:none;	
	padding:7px;
	border:solid 1px rgba(255,255,255,0);
}
#nav_hr { margin: 0; padding: 0}
.navlinks hr {display: block; width: 100%;}
.order_secondary {margin:0 5px;}
.order_secondary a { background: #4B1E00; border: solid 1px #4B1E00;; color:#fff;}
.navlinks #present_page a,#clients_panel #present_page {border:solid 1px rgba(134,134,134,1);background: #eee;}
.navlinks ul:hover > #present_page a {border:solid 1px rgba(255,255,255,0); transition: all .2s;}
.navlinks ul:hover > #present_page a:hover {border:solid 1px rgba(134,134,134,1);transition: all .2s;}
.tier1 {margin: 0;padding: 0; margin-left: 3px;}
.tier1 li:hover> a, .order_secondary:hover a {
	color:#B1B1B1;
	text-decoration:none; 
	transition: all .2s;	
	border:solid 1px rgba(134,134,134,1);
}	
#nav-mobile .tier1 {padding-bottom: 10px;}
.tier2 {
    margin-left: 0px;
    margin-top: 10px;
	background: rgba(255,255,255,1);
}

.tier2 li a {
	text-decoration: none; 
	border:0px !important;	
	text-transform: uppercase;
}
#nav-mobile ul li a,#user-mobile ul li a{padding:10px 10px;	border:solid 1px rgba(134,134,134,0);}

.miniarrow {
		display: inline-block;
		content: '';
		position: relative;
		border-color: #fff;
		border: 6px solid transparent; 
		border-top: 6px solid;		
		border-radius: 4px;
		margin-bottom: -5px;
		margin-left: 3px;
}
#lang .miniarrow {display: none;}
#lang a {display: inline;}
#lang > a {margin-left: 00px;}
#nav-mobile #lang ul {display: inline !important;margin: 0;}
#lang ul li {display: inline-block ; border-left: solid 1px #868686;}
#lang ul li a {margin:0 0px 0 4px;}
#user-trigger {display: inline-block;}
.navlinks img {display: inline-block;width: 20px; height: 20px;}
@media screen and (min-width: 1000px) {
	/*.middle {height:60px;}*/
	#nav-mobile {display: none;}
	#nav-trigger, #user-trigger {display: none;}
    #userlinks {display: block;}
	#navlinks ul, #userlinks ul {display: none;}
	#lang .miniarrow {display: inline-block;}
	#navlinks b > ul, #userlinks b > ul {display: block;}
	#navlinks li:hover .miniarrow, #userlinks li:hover .miniarrow {transform: rotate(180deg); margin-bottom: 3px;}
	#navlinks hr,#userlinks hr {display: none;}
	#navlinks li:hover ul,#userlinks li:hover ul {display: block;}
	.tier2 {
		position: absolute;	
		border: solid 1px #868686;	
		padding:7px 0px 5px 0px;	
		background: rgba(255,255,255,1);
	}
	.tier2 li {
		padding: 4px 14px 5px 14px;
		display: block; 	
		margin-bottom: 0px;
	}
	.tier2 li a	{background: #fff !important;}
	.tier2 li a:hover {text-decoration: underline;}

	#lang > a {display:inline;margin-left: 0px;}
	#lang ul li {border:0; display: block;}
	#lang ul li a{margin: 0;}
}
#collection:hover ul.tier2 {
	display: block;
}
#donate_mobile { 	position: relative;		margin:-50px 0 50px 0;
}
#donate_mobile input {width:auto; }
section {  
	clear: both;
    display: block;
    width: 95%;
    max-width: 1200px;
    padding: 0;
    margin: 0 0 70px 0;
    position: relative;
}

.mainpic {width: 100%;max-width: 100%;}
.content {
    display: flex;
    gap: 10px;
    align-content: center;
    width: 100%;
    max-width: 1500px;
    margin: auto;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
#mypic {	
    width: 100%;
    max-width: 100%;
	position: relative;
	height: 500px !important;
	background:url(../pic/me2-mini.webp) no-repeat; 	
	background-size:cover;	
	background-position-x:42%; 
	background-attachment:scroll;
}

.portfolio {width: 100%; max-width: 100%;margin: -70px auto 0;}
#instagram {width: 100%; max-width: 100%; margin: 0px auto 0; background: white; padding: 15px 0px;}
.mypic_content {
	display: flex;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    flex-direction: column;
    height: 500px;
    overflow: hidden;
}
@media screen and (min-width: 1000px) { 
    .mypic_content {height: 700px;}
}
#mypic h2 {
	color:#000;
	text-transform: uppercase;
	font-size:14pt;
	margin-left:10px;		
	font-weight: 600;
    background: rgba(255, 255, 255, 0.6);
    margin: 0;
    padding-left: 10px;
}
h1 {	
	text-shadow: #4B1E00 0 1px 0;
	font-family: 'PT Serif Caption', serif;
	font-size:16pt;
	color:#fff;
	margin:0; 
	text-align:center; 
	width:100%;
}

#mypic h1 {	
	font-family: 'PT Serif Caption', serif;
	font-size:28pt;
	font-weight: 900;
	color:#000;
	padding:10px 0px 0 10px;
	text-align: left;
	margin: 0;
}


#info_field {
    height: 100%;
    display: flex;
    /*background: rgba(255, 255, 255, 0.6);*/
    padding-top: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
}
#calltoactionheader {background: rgba(255, 255, 255, 0.6);}
#calltoactionheader p {
    display: none;
    margin: 0;
    margin-left: 10px;
    font-size: 14pt;
    font-weight: 600;
    font-family: 'Roboto';
    /* text-transform: uppercase;*/
}

@media screen and (min-width: 1000px) { 
	#mypic h1 {	font-size:55pt;	padding:30px 0px 0 10px;}
	#mypic {	
		height: 700px !important;
		background:url(../pic/me-.webp) no-repeat; 	
		background-size:150%;	
		background-position-y:28%; 
		background-position-x:10%; 
		background-attachment:scroll;
	}
	#info_field {background: rgba(255,255,255,0.0);width: max-content; justify-content:space-between;  height: auto;}
    #mypic h2, #calltoactionheader {background: rgba(255,255,255,0.0)}
    #mypic h2 {font-size: 16pt;}
    #calltoactionheader p {display:block;}
	.mypic_content { justify-content:flex-start;}
    .content {     gap: 30px;}
	#donate_mobile { position: absolute;	margin-top: -200px;}
	#donate_mobile input {width:auto; }
	#btns {	margin-top: 10px;}
}
.btn_block {
    display: flex;	
    margin: 10px 10px 10px 10px; 
    gap: 15px;
}
.btn {
	padding: 10px; 
	width: 150px; 
	text-align: center;	
	font-weight: 600;
	display: inline-block;
	text-decoration: none;	text-transform: uppercase;
}
.btn_primary {
	background: #4B1E00; 
	border: solid 1px #6E645E; 
	color:#fff; 
}

.btn_secondary {	border: solid 1px #4B1E00;  background: #fff;
}
.btn_primary:hover, .btn_secondary:hover {color:#B1B1B1;
	text-decoration:none; 
	transition: all .2s;	}


.mainpictext { 	
	position: absolute;
	width:100%;
	bottom: 30px;
	margin:auto; 
	z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mainpictext h2 {
	text-shadow: #4B1E00 0 1px 0;
	font-family: 'Roboto', sans-serif; 
	font-size:10pt;
	color:#fff;
	padding:5px 0 0 0;	margin:0; 
	text-align:center; 
	width:100%;
}
#discount {
	height: 150px;
	display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
	margin: 0;
}
#discount p {margin: auto;}
.mainpic2 { 
	height:250px; 
    width: 100%;
    max-width: 100%;
    position: relative;
}
/*.mainpic2 a, .mainpic2 a:visited {cursor: pointer; color: #fff; font-size:18px;text-decoration: none;}
.mainpic2 a:hover {color: #aaa;text-decoration: underline;}*/
@media screen and (min-width: 600px) { 
	.mainpic2 {	height:600px;}
	h1 {font-size:25pt;	}
	.mainpictext h2 {font-size:15pt;	padding:10px 0;}
	.mainpictext { 	bottom: 50px;}
}
@media screen and (min-width: 800px) {
	.mainpic2 {	height:600px;	}
	h1 {font-size:30pt}
}
#services {
    width: 97%;
}
#services .content {flex-wrap: nowrap; }
.services {
    box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd9c8;
    max-width: 300px;
    overflow: hidden;
    background: #fff;
    padding: 1.3%;
}
#services a:hover {
    background: #ddd;
	transition: 0.7s;	
}

#services p {	
	color:#000;
	padding:5px 0 15px 0;
	margin:auto;
	text-align:center;
	text-transform: uppercase;
	font-weight: 600;
    font-size: 12px;
}

.services picture {
    overflow: hidden;
    background: white;
    position: relative;
    display: flex;
    width: 100%;
    max-width: 300px;
    margin: auto;
    opacity: 1;
    transition: filter .7s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    justify-content: center;
}
#services a img{ 
    width: 120px;
}
#services a:hover img{ 
	transition: 0.7s;
	/*-webkit-filter: grayscale(99%);  
	filter: grayscale(99%);   */
	opacity: 0.7;
}
@media screen and (min-width: 800px) {	
    #services a img{width: auto;}
    #services p {font-size: 18px;}
}
#secondpic {
	background-image:url(../pic/secondpic.jpg); 	
	background-size:cover,contain;	
	background-position:center; 
	background-repeat: no-repeat;
	background-attachment:fixed;
	height:300px; 
	display: flex;
}
#secondpictext {width:90%; max-width: 900px; margin:auto;}
.quotetext{
	font-family: 'PT Serif Caption', serif;	
	font-size:17pt;
	color:#fff;
	padding:0; 
	margin:0; 
	width:100%;
	text-shadow: #4B1E00 0 1px 0;
}
#quote {	
	color:#fff;
	font-family: 'Roboto', sans-serif; 
	font-size:12pt;
	text-shadow: #4B1E00 0 1px 0;
}	

@media screen and (min-width: 800px) {	
	#secondpic {height: 450px;}
	.quotetext{font-size:24pt;}
	#quote {font-size:18pt;}
}
.seo p, .seo ul {
	text-align:justify;
}

.seo input {
	position: absolute;
	left: -9999px;
	margin: 0; 
	padding: 0;
}
#more_label p {
	display: block;
	cursor: pointer;
	z-index: 1;
}
.more {
	height: 0px; 
	overflow: hidden; 
	padding-top:0!important; 
	margin-bottom:0; 
	margin-top:0;
}
.seo input:checked ~ .more { 
	height: auto;
	padding-top:12px; 
	overflow:visible; 
	margin-bottom:15px;	
	-webkit-transition: 0.5s all ease-out;
	-moz-transition: 0.5s all ease-out;
	transition: 0.5s all ease-out;
}
.seo input:checked ~ #more_label {display: none;}
section hr {width:102px; color:#4B1E00; }

#honor{flex: 1;
    margin: auto;
    min-width: 100px;}
#honor p {display: none; text-align: center; margin-left: auto;margin-right: auto; margin-top: 25px; width: 100%;}
.honor {margin: auto; flex:1; /*margin-top: -60px*/}
.honor ul {list-style-type:none;margin: auto; padding: 0;line-height: 1}
.honor li {margin: auto; padding: 0; text-align: center;}
.honor li:first-child {padding-top:9px; padding-bottom:9px; font-family: 'Roboto',  sans-serif; font-weight: 600;}

h4 { 
    line-height: 1.2em;
	font-size:18pt;	
    color:#8d827b;
	padding-top:15px;
	text-align: center;
	padding-bottom: 20px;
    margin: 30px auto 20px auto;
}

/*----------------------------------------------*/
#order {margin-top: 15px;position: relative;}
#order h4 {margin: 50px auto; text-align: center;}
h3 { 
    width: 100%;
    max-width: 1200px;
	text-align:left;
    font-style: normal;
    line-height: 1.2em;
	font-size:18pt;
	color: #8d827b;
	padding-top:15px;
    clear: both;
	margin: 30px auto 20px auto;
    text-transform: capitalize;
}
h3 .portfolioHeader {
    margin-top: 70px;
}
.additional-line {
	display: none;
    width: 2px;
    height: 80%;
    position: absolute;
    background: #eee;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

#orderform {    
	position: relative;
	width: 95%;
    max-width: 1000px;
    margin: auto;
    display: flex;
	flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: center;
    align-items: flex-start;
}
.contacts_container {margin:0 auto; position: relative; width: auto; }
.contacts_container p{text-align:left; margin: 20px;}
#contacts{box-shadow:1px 2px 15px 0px rgba(0,0,0, 0.1);}
@media screen and (min-width: 800px) {	
	#orderform {   width: 100%;box-shadow:1px 2px 15px 0px rgba(0,0,0, 0.1);}
	.additional-line {display: block;}
	#orderform { flex-direction: row;} 
	.contacts_container { width: 50%;}
	#contacts{box-shadow:1px 2px 15px 0px rgba(0,0,0, 0.0);}
}

#order ul {
	list-style: none;
	font-family: 'Roboto', sans-serif; 
	font-size:12pt;
	color:#4B1E00;
	padding:0;
	text-align: left; 
	margin: 20px;
}
#order  li {border-bottom:solid 1px rgba(158,158,158,0.20);    padding: 15px 0;}
#order  li:last-child {border: 0;}
#order ul img {width: 20px; height: 20px; margin-right: 10px;vertical-align: middle;}
#order a{color:#4B1E00; margin-bottom:5px; vertical-align: middle; text-decoration: none	}
#order a:hover{	text-decoration: underline}

fieldset {
	display: block; 
	padding: 0px; 
	align-content: center; 
	text-align: center;
	margin: auto;
	width: 100%;border: solid 1px rgba(158,158,158,0.00); 
}
#orderformx input {
	width:90%; 
	height:40px; 
	margin:20px 10px 0 10px; 
	background-color:#eee; 
	color:#4B1E00; 
	padding:5px 5px; 
	border-radius: 0;
	border: solid 1px rgba(158,158,158,0.20);
}
#orderformx textarea {
	width:90%; 
	height:90px; 
	margin:20px auto 0 auto; 
	background-color:#eee; 
	color:#4B1E00; 
	padding:5px 5px; 
	border: solid 1px rgba(158,158,158,0.20); 
	border-radius: 0;
}
#oderbuttontwo {
	width: 90%;
	display: block;
	text-transform: uppercase;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-weight:800;
	font-size:15pt;
	color:#fff;
	background: #4B1E00;
	padding: 7px 0;
	margin: 20px auto 20px auto;
	border: solid 1px rgba(134,134,134,0);
	transition: all .5s;
	box-shadow:1px 2px 15px 0px rgba(0,0,0, 0.1);
	cursor:pointer;
}
#oderbuttontwo:hover {
	background:#FC0;
	color:#4B1E00;	
	border-color:#FC0;	
}
/*---------------------------------------------------*/

footer {
	width:100%;
	background-color:#868686;	
	z-index: 800;
	color: white;
    padding-bottom: 20px;
}
footer a {color:white;}
footer p {max-width:900px; text-align:center;  margin:auto; padding:auto;padding-top:30px; color:#FFFFFF;}
#upbutton {
	display: block;
	text-align:center;
	transition: all .5s;
	padding-top:15px;
}
#upbutton a {color:#FFFFFF;}

/*стиль оформления проверки формы обратнйо связи*/
.error {
	background:#FC0;	
	border: solid 2px #FC0;
	border-radius: 2px;
	color:#4B1E00;
	transition: all .7s;
}
/* Общий стиль для слайдера */
.slider {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    /*overflow: hidden;*/
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.slider-content {
    opacity: 0;
    transition: opacity 1s ease-in-out; /* Плавный переход */
    width: 100%; /* Занимают всю ширину контейнера */
    top: 0; /* Выравнивание по верхней границе */
    left: 0;
    display: none;
    text-align: center;
}

.slider-content.active {
    opacity: 1; /* Видимый слайд */
    z-index: 1; /* На переднем плане */
    display: block;
}

/* Стиль для каждой карточки отзыва */
.review-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
    max-width: 100%;
    margin: 0 auto;
}

/* Заголовок отзыва с именем и рейтингом */
.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

/* Имя рецензента */
.reviewer-name {d
    font-weight: bold;
    font-size: 1.1em;
    color: #333;
}

/* Рейтинг звездами */
.review-rating {
    color: #FFD700; /* Золотой цвет для звёзд */
    font-size: 1.1em;
}

/* Текст отзыва */
.review-text {
    font-size: 1em;
    color: #555;
    line-height: 1.5em;
}

/* Кнопки для переключения слайдов */
button.prev, button.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 5%;
}

button.prev { left: 10px; }
button.next { right: 10px; }

@media (max-width: 600px) {
    .slider {
        padding: 10px;
    }
    .review-card {
        padding: 10px;
    }
}

.grecaptcha-badge { visibility: hidden; }

.is-visible {
  display: block;
  -webkit-animation: cd-fade-in 0.3s;
  -moz-animation: cd-fade-in 0.3s;
  animation: cd-fade-in 0.3s;
}

/* General Styles */
#video {
  /*font-family: Arial, sans-serif;*/
  /*max-width: 100%;*/
  padding: 10px;
  background-color: #f8f8f8;
}

.video-container iframe {
  max-width: 100%;
  height: 250px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.video-description {
  line-height: 1.5;
}

.why-watch {
  font-weight: bold;
  margin-bottom: 10px;
}

.video-highlights {
    max-width: 1200px;
    margin: auto;
    list-style-type: none;}

.video-highlights li {
  margin-bottom: 10px;
}

/* Mobile Version */
@media (min-width: 768px) {
  .video-container iframe {
    height: 500px;
  }
}
 /* Стиль для баннера согласия */
    #cookie-banner {
      position: fixed;
      bottom: 0;
      width: 100%;
        min-height: 10%;
      background-color: #190A0A;
      color: #fff;
        font-size: 10pt;
      padding: 10px;
      text-align: center;
      z-index: 1000;
    }

    #cookie-banner button {
        color: #000;
      background: #60FF81;
      border: none;
      padding: 5px 10px;
      cursor: pointer;
    }

    #cookie-banner #reject-cookies {
      background: #FF6356; /* Красный для кнопки отмены */
    }
.roboto-regular {
      font-family: "Roboto", serif;
      font-weight: 400;
    }
.roboto-bold {
      font-family: "Roboto", serif;
      font-weight: 600;
    }
.montserrat-bold {
      font-family: "Montserrat", serif;
      font-weight: 900;
    }
.montserrat-regular {
      font-family: "Montserrat", serif;
      font-weight: 400;
    }
.order-block { border: 1px solid #ddd; padding: 15px; margin-bottom: 30px; }
.photos-list { 
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-content: flex-start;
}
.photo-item { border: 1px solid #aaa; padding: 10px; background: #fafafa; }