*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, u, i,  dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 100%;
    font-family: Helvetica,Arial,sans-serif;
}

body{
    font-size: 14px;
    text-shadow: 0px 0px 1px rgba(14, 13, 13, 0.2);
}

sup{
    line-height: 0px;
}
/*
input[type="text"] {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin: 5px auto;
    border: 0;
    box-shadow: 0px 0px 1px 2px #008f0a;
}
textarea{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin: 5px auto;
    border: 0;
    box-shadow: 0px 0px 1px 2px #008f0a;
}
input[type="checkbox"]{
    border: none;
    box-shadow: 0px 0px 1px 2px #008f0a;
}
*/
.review_item {
    border: 5px solid #f4f4f4;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 25%);
    padding: 10px;
}
.big_text{
    font-size: 60px;
    font-family: Arial Black;
}
.big_text_contacts{
    font-size: 38px;
    font-family: Arial Black;
}
.big_text_contacts a {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
}
/*заголовки виджетов*/
.title_caption {
    color: #008f0a;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
/* // заголовки виджетов*/
header{
    width:1024px;
    margin:0 auto;	
    display:block;
    height:94px;
    background:#fff;
    /*border:1px solid;*/
}
.logo{
    width:338px;
    height:90px;
    margin-top:2px;
    float:left;
    background-image:url(../img/logo.png);
}


a.search_icon {
    background: url(../images/icons/search.png);
    display: block;
    width: 15px;
    height: 15px;
    font-size: 0;
    float: left;
}
.sharess.share_icon {
    position: relative;
    top: -197px;
    background: url(../images/icons/share.png) no-repeat bottom #fff;
    display: block;
    width: 25px;
    height: 215px;
    font-size: 0;
    float: left;
    padding-bottom: 5px;
    cursor: pointer;
}
.sharess.share_icon:hover {
	transform: translateY(200px);
    -webkit-transform: translate(0,200px);
    -moz-transform: translate(0,200px);
    -o-transform: translate(0,200px);
    transition: 1.5s;
    padding-top: 2px;
}
a.key {
    background: url(../images/icons/lock.png) no-repeat right;
    display: block;
    width: 15px;
    height: 15px;
    font-size: 0;
    float: left;
    padding-left: 7px;
}
a.myprofile {
    background: url(../images/icons/profile.png) no-repeat right;
    display: block;
    width: 15px;
    height: 15px;
    font-size: 0;
    float: left;
    padding-left: 7px;
}
.welcome_screen{
    position: relative;
}
.welcome_screen_bg{
    position: absolute;
    width: 1024px;
    height: 534px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
}
.welcome_screen_title {
    width: 680px;
    float: left;
    margin-top: 65px;
}
.welcome_screen_description {
    font-size: 39px;
    color: #f5f209;
    text-align: center;
    padding: 0;
    text-shadow: 2px 2px 4px #000;
    font-family: Arial Black;
}
.welcome_screen_contacts {
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-family: Arial Black;
    text-shadow: 2px 2px 4px #000;
    margin-top: 15px;
}
.welcome_screen_buttons{
    text-align: center;
    margin-top: 50px;
}
.welcome_screen_buttons span.buy {
    display: block;
    width: 300px;
    background: #f5f209;
    float: left;
    color: #008f0a;
    font-size: 16px;
    font-weight: bold;
    margin-left: 15px;
    line-height: 40px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 25%);
    border-radius: 8px;
}
.welcome_screen_buttons span.buy:hover {
    background: rgb(245,242,9);
    background: linear-gradient(180deg, rgba(245,242,9,1) 0%, rgba(0,143,10,1) 100%);
    color: #fff;
}
.welcome_screen_buttons span.sell {
    display: block;
    width: 300px;
    background: #008f0a;
    float: right;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-right: 15px;
    text-decoration: none;
    white-space: nowrap;
    line-height: 40px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 25%);
    border-radius: 8px;
}
.welcome_screen_buttons span.sell:hover {
    background: rgb(245,242,9);
	background: linear-gradient(180deg, rgba(245,242,9,1) 0%, rgba(0,143,10,1) 100%);
    color: #fff;
}
.buy_small a{
    padding: 15px 25px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #008f0a;
    background: #f5f209;
	text-decoration: none;
}
.sell_small a{
    padding: 15px 25px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #f5f209;
    background: #05930a;
	text-decoration: none;

}





.welcome_screen_filter {
    width: 340px;
    float: right;
    box-sizing: border-box;
    margin-top: 79px;
}
.welcome_screen_partners{
    width:1024px;
    margin:0 auto 10px;
    box-sizing: border-box;
    text-align:center;
}

.body_screen{
    width:1024px;
    margin:0 auto;
    padding-top: 10px;
}
.body_screen_content {
    width: 684px;
    padding-right: 15px;
    float: left;
}
.body_screen_sidebar {
    width: 340px;
    padding-top: 35px;
    box-sizing: border-box;
    float: right;
}
.widget.bordershadow {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    margin-bottom: 10px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 25%);
    background-color: rgb(239 239 239 / 70%);
    border-radius: 8px;
    padding: 10px;
    backdrop-filter: blur(6px);
}
.widget.bordershadow_feedback {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
    background: -moz-repeating-linear-gradient(-45deg, #EFC1CB , #EFC1CB 30px, #F2F2F2 30px, #F2F2F2 40px, #C2E8F5 40px, #C2E8F5 70px,#F2F2F2 70px, #F2F2F2 80px);
    background: -webkit-repeating-linear-gradient(-45deg, #EFC1CB , #EFC1CB 30px, #F2F2F2 30px, #F2F2F2 40px, #C2E8F5 40px, #C2E8F5 70px,#F2F2F2 70px, #F2F2F2 80px);
    background: -o-repeating-linear-gradient(-45deg, #EFC1CB , #EFC1CB 30px, #F2F2F2 30px, #F2F2F2 40px, #C2E8F5 40px, #C2E8F5 70px,#F2F2F2 70px, #F2F2F2 80px);
    background: repeating-linear-gradient(-45deg, #EFC1CB , #EFC1CB 30px, #F2F2F2 30px, #F2F2F2 40px, #C2E8F5 40px, #C2E8F5 70px,#F2F2F2 70px, #F2F2F2 80px);
	box-shadow: 0px 0px 4px #444;
}
.widget > .catalog_feedback_widget_class {
    padding: 10px;
    background: #fff;
    border: 1px #E5E5E5 solid;
}
input .buy{
    display: block;
    width: 300px;
    height: 67px;
    padding: 20px;
    margin-top: 10px;
    background: #f5f209;
    box-sizing: border-box;
    color: #008f0a;
    font-size: 20px;
    font-weight: bold;
    border: 2px solid #f5f209;
}
input.buy:hover {
    border: 2px solid #008f0a;
}
.footer{
    width: 1024px;
    height: 100px;
    margin: 0 auto 0;
    padding-top: 30px;
    box-sizing: border-box;
    text-align: center;
}
#breadcrumbs{
overflow: hidden;
width: 100%;
margin-bottom: 10px;
}
#breadcrumbs ul {
margin: 0;
padding: 0;
list-style: none;
}
#breadcrumbs li{
float: left;
margin: 0 .5em 0 1em;
}
#breadcrumbs span{
background: #dcdcdc;
padding: .7em 1em;
float: left;
text-decoration: none;
color: #676767;
position: relative;
}

#breadcrumbs span:hover{
background: #f5f209;
color: #008f42;
}

#breadcrumbs span::before{
content: "";
position: absolute;
top: 50%;
margin-top: -1.5em;
border-width: 1.5em 0 1.5em 1em;
border-style: solid;
border-color: #ddd #ddd #ddd transparent;
left: -1em;
}

#breadcrumbs span:hover::before{
border-color: #f5f209 #f5f209 #f5f209 transparent;
}

#breadcrumbs span::after{
content: "";
position: absolute;
top: 50%;
margin-top: -1.5em;
border-top: 1.5em solid transparent;
border-bottom: 1.5em solid transparent;
border-left: 1em solid #ddd;
right: -1em;
}

#breadcrumbs span:hover::after{
border-left-color: #f5f209;
}

















/*    боттомблок   */


#yt_spotlight5 {
	background: url(../images/bg_footer.png) repeat-x top center #dcdcdc;
	margin-top: 50px;
}
#yt_spotlight5 .container {
  position: relative;
}
#yt_spotlight5 h3.modtitle {
	text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #008f0a;
    padding: 25px;
}
#yt_spotlight5 p {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
#yt_spotlight5 #bottom5 {
	background: url(../images/bg_footer2.png) repeat-x bottom left;
    padding-bottom: 60px;
}
#yt_spotlight5 #bottom6 {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  text-align: center;
}
#yt_spotlight5 #bottom6 .module {
  margin: 0;
  display: inline-block;
}
#yt_spotlight6 {
	background: #c5c5c5;
    color: #444;
    line-height: 24px;
    padding-bottom: 25px;
}
#yt_spotlight6 h3.modtitle {
	padding-top: 25px;
    color: #008f0a;
    text-transform: uppercase;
    font-weight: bold;}
#yt_spotlight6 #bottom7 {
  line-height: 18px;
}
.location li {
    list-style-image: url(../images/geo.png);
}
.location li a {
    text-decoration: none;
}
#bottom8 ul.menu {
    list-style-image: url(../images/lspm.png);
}
#bottom9 ul.menu,#bottom10 ul.menu {
    list-style: none;
}
#bottom9 a,#bottom10 a {
    text-decoration: none;
	color:#444;
}
#bottom9 a:hover ,#bottom10 a:hover {
    text-decoration: underline;
	color:#d35400;
}
#bottom10 ul.menu li {
    white-space: nowrap;
}
.cat_ul{
    list-style: none;
}

.cat_ul li{
    margin-top: 10px;
    margin-bottom: 10px;
}


.review_user {
    display: flex;
    margin-bottom: 15px;
}
.review_user_avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}
.review_user>div>strong {
    font-size: 18px;
}
.review_user>div {
    font-size: 8px;
}

.weblab {
    font-size: 10px;
    color: #000;
    text-decoration: none;
    opacity: 0.5;
}
.weblab img {
    height: 23px;
    filter: grayscale(100%);
    margin-bottom: -7px;
}
.weblab:hover,.weblab img:hover {
	filter: grayscale(0%);
	opacity: 1;
}









.disabled-button {
    position: relative;
    opacity: 0.7;
    cursor: not-allowed;
    box-shadow: none;
    background: #ccc !important;
}

.disabled-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.5);
    cursor: not-allowed;
}

/* Стиль для чекбокса с подсказкой */
input[name="privacy_policy"]:not(:checked) {
    /*outline: 2px solid #ff6b6b;*/
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { outline-color: #ff6b6b; }
    50% { outline-color: #ff0000; }
    100% { outline-color: #ff6b6b; }
}

#login-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    background-color: #ccc !important;
}

.privacy-policy-checkbox {
    padding: 10px;
    background: #f5f5f5;
    border-radius: 4px;
}

.privacy-policy-checkbox a {
    color: #3366cc;
    text-decoration: underline;
}

.cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c3e50;
    color: #ecf0f1;
    padding: 15px 20px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 9999;
    display: none;
}

.cookie-notice-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.cookie-notice-text {
    flex: 1;
    min-width: 300px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.cookie-notice-text a {
    color: #3498db;
    text-decoration: underline;
}

.cookie-notice-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cookie-btn {
    padding: 8px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s;
}

.cookie-btn-accept {
    background: #27ae60;
    color: white;
}

.cookie-btn-accept:hover {
    background: #2ecc71;
}

.cookie-btn-reject {
    background: #e74c3c;
    color: white;
}

.cookie-btn-reject:hover {
    background: #c0392b;
}

.cookie-btn-more {
    background: transparent;
    color: #3498db;
    border: 1px solid #3498db;
    text-decoration: none;
    text-align: center;
}

.cookie-btn-more:hover {
    background: rgba(52, 152, 219, 0.1);
}

@media (max-width: 768px) {
    .cookie-notice-container {
        flex-direction: column;
    }
    
    .cookie-notice-text {
        margin-right: 0;
        margin-bottom: 15px;
    }
}