/*   
Theme Name: spectr-osv
Theme URI: https://sitespectr.ru/
Version: 1.2
Tags: clean, development, html5, bootstrap
Description: Wordpress theme with bootstrap3 markup for sitespectr.ru
Author: Sergey O.
Author URI: https://sitespectr.ru/
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {margin: 5px 20px 20px 0;}
.aligncenter, div.aligncenter {display: block; margin: 5px auto 5px auto;}
.center {text-align: center;}
.alignright {float:right; margin: 5px 0 20px 20px;}
.alignleft {float: left; margin: 5px 20px 20px 0;}
a img.alignright {float: right; margin: 5px 0 20px 20px;}
a img.alignnone {margin: 5px 20px 20px 0;}
a img.alignleft {float: left; margin: 5px 20px 20px 0;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.wp-caption {background: #fff; border: 1px solid #f0f0f0; max-width: 96%;
    padding: 5px 3px 10px; text-align: center;}
.wp-caption.alignnone {margin: 5px 20px 20px 0;}
.wp-caption.alignleft {margin: 5px 20px 20px 0;}
.wp-caption.alignright {margin: 5px 0 20px 20px;}
.wp-caption img {border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto;}
.wp-caption p.wp-caption-text {font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px;}
/* Text meant only for screen readers. */
.screen-reader-text {clip: rect(1px, 1px, 1px, 1px); position: absolute !important;
	height: 1px; width: 1px; overflow: hidden;}
.screen-reader-text:focus {background-color: #f1f1f1; border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b;
	display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto;
	left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none;
	top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */
}

/* ***************************** my-css **************************** */

body {
	max-width: 100%;
    overflow-x: hidden;
	background-color: #ffffff;
	line-height: 1.3;
/*	background-image: url(/wp-content/uploads/2021/07/fon1.png);
	background-position: left bottom ;
	background-repeat: no-repeat;  */		
}

body, p {
    font-size: 16px;
	color: #333;	
}
h1, h2, h3, h4, h5, h6 {
	color: #DE6C00; 
	font-family: "Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-sans;
	font-weight: 400;
}
h1 {
	font-size: 32px;	
    text-align:center; 
    padding: 5px 10px 5px 10px;
    margin: 15px 0 20px 0;	
}
h1 .hidden {
	display: none;
}
h2 span {
    font-size: 44px;
}


a {color: #DE6C00; text-decoration: none;}
a:hover, a:focus {color: #FFAB00; text-decoration: none;}
blockquote p {
	font-size: 17px;
	color: #026019;
	font-family: 'Arial', Helvetica, sans-serif;
}

/* **************** header ******************* */
header {
	background-color: #ffffff;
}


.fix{
position:fixed;
top: 0px;
left: 0px;
	width: 100%;
z-index: 999;
	background-color: #333333;
	min-height: 30px;
}
.not_fix{ 
	width: 100%;
	min-height: 30px;
	background-color: #333333;
}


.custom-logo {
    position: absolute;
    top: 2px;
    left: 15px;
    height: 80px;
    width: auto;
    text-align: left;
    margin-bottom: 2px;
    margin-top: 0px;
    z-index: 99;
}
.fix .custom-logo {
    position: absolute;
    top: 1px;
    left: 0px;
    height: 50px;
    width: auto;
}
.phone-header {
	text-align: left;
	font-size: 16px;
	padding-top: 12px;
	color: #339900;
}
.phone-header p, .phone-header a, .phone-header-btn a {
	color: #DE6C00;
}
.phone-header a:hover, .phone-header a:focus, .phone-header-btn a:hover, .phone-header-btn a:focus {
	color: #FFAB00;
}
.phone-header-btn img {
	width: 18px;
	height: 18px;
}
.phone-header-btn {
	padding-top: 2px;	
	font-size: 16px;
}

.navbar {
    min-height: 40px;
    margin-top: 1px ;
	margin-bottom: 1px ;
}
.navbar-collapse.collapse {
    padding-top: 8px;
	padding-left: 1px;
	padding-right: 1px;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
.navbar-default .navbar-nav>.active>a {
	color: #DE6C00;
	background-color: transparent;
}

.navbar-default .navbar-nav a, .navbar-default .navbar-nav>li>a {
    font-size: 16px;
    color: #DE6C00;
    padding: 12px 0px;
	margin: 0 10px 0 10px;
    letter-spacing: 0.5px;
    font-weight: 400;
    position: relative;
    z-index: 999;
    text-transform: uppercase;
    background-color: transparent;
	display: inline-block;
	line-height: 1;
}
.navbar-default .navbar-nav a:focus, .navbar-default .navbar-nav a:hover,  .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
   color: #DE6C00;
   background-color: transparent;
}
.navbar-default .navbar-nav>li>a:after {
    display: block;
    content: "";
    background-color: #DE6C00;
    height: 1px;
    width: 0%;
    left: 50%;
    position: absolute;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
} 

.navbar-default .navbar-nav>li>a:focus:after, .navbar-default .navbar-nav>li>a:hover:after {
    width: 100%;
}
.navbar-default .navbar-toggle {
    border-color: #DF6C00;	
	color: #DF6C00;
    margin-right: 3px !important;
	margin-top: 1px !important;
	background-color: #fff;
}
.navbar-default .navbar-toggle:hover {
    background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #DF6C00;
}
.dropdown-menu {
    background-color: #333333;
}

/* **************** widget  ******************* */
.widget {
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 20px 15px 5px 15px;
	border-left: 1px dotted #c4c4c4;
	background-color: #fff;
	color: #656565;
}
.widget p {
	color: #656565;
}
.widget a {
	color: #656565;
}

.widget a:hover, .widget a:focus {
	color: #DE6C00;
}
.widget ul {
	list-style-type: none;	
	padding-left: 20px;
}
.widgettitle {
	display: flex;
	justify-content: center;
	text-align: center;
	padding-bottom: 15px;
	color: #DE6C00;
    font-size: 24px;
	font-weight: 400;
	font-family: "Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-sans;
}
/* **************** footer  ******************* */
footer {		
	background: #333333;
}

footer .widget {
	background: #DE6C00;
	color: #fff;
	border: none;
}
footer .widget a, footer .widget p{
	color: #fff;
}

.footer-inner {
    font-size: 12px;
    color: #fff;
	background-color: #333333;
    width: 100%;
    padding-top: 12px;
	border-top: 1px solid #333333;
}
.footer-inner p {
    font-size: 12px;
    color: #fff;
}
.footer-inner a {
    font-size: 10px;
    color: #fff;
}
/* ***********  ugolnik ************ */
.ugolnik {
	background-color: #000000;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 5% 50%);
}
/* ***********  hr ************ */
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #DE6C00;
}
/* ***********  osv-min-block ************ */
.osv-min-block {
	min-height: 250px !important;
}
/* ***********  osv-min-block-12 ************ */
.osv-min-block-12 {
	min-height: 210px !important;
}
/* ***********  osv-min-block-17 ************ */
.osv-min-block-17 {
	min-height: 455px !important;
}
/* ***********  osv-min-block-18 ************ */
.osv-min-block-18 {
	min-height: 250px !important;
}

/* **************** .osv-img-increase, .osv-block-increase ******************* */
.osv-img-increase, .osv-block-increase {
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.8s ease-out;
}
.osv-img-increase:hover, .osv-block-increase:hover {
		 transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05); 
	}
/* **************** osv-block-shadow ******************* */
.osv-block-shadow  {
	box-shadow: 0px 0px 12px 5px #efefef;
}
/* **************** osv-bg-grad, osv-transf  ******************* */
.osv-bg-grad {
    background: linear-gradient(to top, #C63FAA, #86C0FF, #0C53F6);
}
.osv-transf {
	-webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);	
}


.reclama {
	color: #fff;
	background: #333333;
}
.reclama h3 {
	color: #fff;
	font-weight: 400;
	margin-top: 5px;
}

/* **************** button ******************* */
.my-btn, .phone-header-btn .my-btn {
    background: #de6c00 !important;
    min-height: 26px;
    border-radius: 30px;
	border: 1px solid #DE6C00;
    line-height: 20px;
    color: #fff !important;
    font-size: 22px;
    text-align: center !important;
    font-weight: 100;
    position: relative;
	padding: 12px 25px 12px 25px !important;
}
.my-btn:hover, .my-btn:focus, .phone-header-btn .my-btn:hover, .phone-header-btn .my-btn:focus {
    background: #fff !important;
    color: #de6c00 !important;
	border: 1px solid #de6c00;
}

/* **************** button 1 блок ******************* */
#s001 .my-btn {
    background: #de6c00 !important;
    min-height: 30px;
    border-radius: 30px;
	border: 2px solid #fff;
    line-height: 20px;
    color: #fff !important;
    font-size: 22px;
    text-align: center !important;
    font-weight: 100;
    position: relative;
	padding: 12px 25px !important;
}
#s001 .my-btn:hover, #s001 .my-btn:focus {
    background: #fff !important;
    color: #de6c00 !important;
	border: 2px solid #de6c00;
}

/* **************** ряд  ******************* */
#s001{
    text-align: center;
    background-image: url(/wp-content/uploads/2026/04/999_optimized.png); /* Фоновая картинка */
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;

}
@media (max-width: 768px) {
 #s001 {
		background-position: center center;
		background-image: url(/wp-content/uploads/2026/04/met1_optimized-2.jpg);
    }	
}

#s001 h1 {
	color: #fff; 
	text-shadow: 3px 3px 3px #000000;
}
#s001 h2 {
	color: #000000;
	font-weight: 600;
	text-shadow: 2px 2px 2px #000000;
}
#s001 h3 {
	font-size: 20px;
	margin-top: 5px;
	color: #fff;
	 text-shadow: 2px 2px 2px #000000; 
}
#s002 h2 {
	font-weight: 400;
}
#s002 h3 {
	font-weight: 400;
	font-size: 28px
}
.accord2 h2, .accord2 h2 span {
	    font-size: 28px;
	    margin-top: 0px;
}
/*#s003, #s005  {
	background-attachment: fixed !important;		
	background-position: center !important;
} */
.mes-icon img {
    width: 22px;
    height: 22px;
}
#s0012 img {
	border-radius: 10px;
}
#s0015 hr {
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
	height: 0px;
	border: 1px solid #DE6C00;
	margin-left: 0px;
	width: 75%;	
}
#s004 .ttb {
    color: #000;
    width: 100%;
    font-size: 16px;
}
#s004 .ttb td {
    border-width: 1px;
    padding: 10px 15px 10px 15px;
    border-bottom: 1px solid #DE6C00;
}
#s004 .ttb th {
    background-color: #DE6C00;
    color: #fff;
    padding: 10px 15px 10px 15px;
    text-align: left;
}
#s0016-left img {
	border: 1px solid #DE6C00;
	border-radius: 10px;	
}
#s0018 img {
	border: 1px solid #DE6C00;
	border-radius: 50%;	
}
#s0019-3 a:hover, #s0019-3 a:focus {
	color: #008000;	
	font-weight: 700;
}
	/* ****************accord ******************* */
.vc_tta-panel-heading {
	background-color: #000000 !important;
	border: 1px solid #DE6C00 !important;
	border-radius: 30px !important;
}
.accord2 h2, .accord2 h2 span {
	font-size: 28px;
	margin-top: 0px;
	color: #ffffff;
	
}


.calc-btn {
    -webkit-appearance: button;
    cursor: pointer;
	padding: 10px 35px 10px 35px;
	margin: 15px;
	background: linear-gradient(to right, #DE6C00, #990000) !important;
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #ffffff;
	border: 1px solid #DE6C00;
	border-radius: 30px;
	font-size: 20px;
    font-weight: 400;
}
.calc-btn:hover, .calc-btn:focus {
    background: linear-gradient(to right, #990000, #DE6C00) !important; 
	color: #ffffff;
}	

/* ****************** contact form 7 ******************** */
.wpcf7 { 
	margin: 10px; 
	padding: 10px; 
	background: #ffffff; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #339900 !important; 
}
#s005 .wpcf7, #s0013 .wpcf7, #s0015 .wpcf7 {
    background: #000000;
}

.wpcf7 label {
    display: inline-block;
    max-width: 300px;
    margin-bottom: 10px;
	font-weight: 400 !important;
	font-size: 14px;
}
.wpcf7 input {
	 max-width: 270px;	
	margin-top: 10px;
   padding: 10px 35px 10px 35px;
	border: 1px solid #DE6C00;
	border-radius: 30px;
	font-size: 20px;
    font-weight: 400;
	color: #A9A9A9;
}
 #s0013 .wpcf7 input[type=tel], #s0015 .wpcf7 input[type=tel], {
    max-width: 270px;	
	margin-top: 10px;
   padding: 10px 35px 10px 35px;
	border: 1px solid #DE6C00;
	border-radius: 30px;
	font-size: 20px;
    font-weight: 400;
	color: #A9A9A9;
}

.wpcf7 input[type=submit], #s0015 .wpcf7 input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
	padding: 10px 35px 10px 35px;
	background: linear-gradient(to right, #DE6C00, #990000) !important;
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #ffffff;
	border: 1px solid #DE6C00;
	border-radius: 30px;
	font-size: 20px;
    font-weight: 400;
}
.wpcf7 input[type=submit]:hover, .wpcf7 input[type=submit]:focus {
	background: linear-gradient(to right, #990000, #DE6C00) !important; 
}
 #s0013 .wpcf7 input[type=submit] {
    margin-left: 20px;
}
 #s0013 .wpcf7-spinner {
   display: none;
}

.wpcf7 input[type=checkbox] {
	float: left;
	height: 15px;
	margin-right: 13px;
}
.checkbox-cf p {	
	font-size: 12px;	
}
.checkbox-cf a {
	color: #DE6C00;	
}
.wpcf7-form.sent p {
display:none;
}
.wpcf7-form.sent h3 {
display:none;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #46b450;
	padding: 15px 25px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}

#s0015 .wpcf7-list-item {
    display: block;
}
#s0015 .wpcf7-list-item-label {
	font-size: 16px;
}
#s0015 input[type=radio] {
    margin: 10px 15px 0 0;
	height: 14px;
    line-height: 18px;
}
#s0015 .cf7mls-btns .cf7mls_back.action-button, #s0015 .cf7mls-btns .cf7mls_next.action-button {
   -webkit-appearance: button;
    cursor: pointer;
	padding: 10px 35px 10px 35px;
	margin-top: 15px !important;
	background: #fff; !important;
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #DE6C00;
	border: 1px solid #DE6C00;
	border-radius: 30px;
	font-size: 20px;
    font-weight: 400;
}

.one-half,
.one-third,
.two-third,
.one-fourth {
    position: relative;
    margin-right: 4%;
    float: left;
    margin-bottom: 10px;
}
.two-third {
    margin-right: 2.5%;
}
.one-half { width: 48%; }
.one-third { width: 30.66%; }
.two-third { width: 66%; }
.one-fourth {width: 22%;}
.last {
    margin-right: 0 !important;
	margin-bottom: 10px;
    clear: right;
}
@media only screen and (max-width: 1024px) {
.one-fourth {
        width: 100%;
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .one-half, .one-third, .two-third {
        width: 100%;
        margin-right: 0;
    }
}
.wpcf-wrap {
    min-height: 90px;
}
div.wpcf7-response-output {
    width: 90%;
    clear: both;
    margin: 0;
}
.wpcf-accept {
  clear: both;
}
.wpcf7-acceptance > .wpcf7-list-item {
    margin: 0;
}
.wpcf-accept > .wpcf7-form-control-wrap {
    display: inline-block !important;
}


/* **************** @media (min-width: 768px)  ******************* */
@media (min-width: 768px) {
	.navbar-collapse.collapse {
    display: flex !important;
	flex-direction: row;
justify-content: center;
}
	#s001 h1 {
		font-size: 68px;
		font-weight: 400;
	}	
.foogallery.fg-carousel {
    --fg-carousel-navigation-size: 20px;
    --fg-carousel-pagination-size: 12px;
}	
}
/* **************** @media (max-width: 979px)  ******************* */
@media (min-width: 979px) { 
	ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu {
		display: block;
	}
	.comment-list .children {
		padding: 0;
		margin-left: 74px;
		padding-bottom: 15px;
	}
	.comment-list .media {
		margin-top: 0;
	}
}
/* **************** @media (max-width: 768px)  ************************************************ */

@media (max-width: 768px){	
    h1 {font-size: 30px;}
	h2 {
	font-size: 22px;
	margin-bottom: 5px;
	margin-top: 5px;
}
	h2 span {font-size: 26px;}
	
	h3 {font-size: 20px;}
	h4 {font-size: 16px;}
	p {font-size: 14px;}
	.meta p, .meta a {font-size: 10px;}
	
	/* ****************accord ******************* */
.vc_tta-panel-heading {
	display: block !important; 
}
.custom-logo {	

}	
.custom-logo, .fix .custom-logo {
    position: absolute;
	top: 2px;
	left:2px;
    height: 70px;
    width: auto;
    padding-left: 10px;
}	
	#s001 h1 {
	font-size: 26px;
		font-weight: 600;
		
}
	#s001 h2 {	
		font-size: 26px;
	font-weight: 600;
		text-shadow: 2px 2px 2px #DE6C00;
}
#s001 h3 {
    font-size: 16px;
    text-shadow: 1px 1px 1px #000000;
}	
#s002 h2 {
	font-size: 22px;
	margin-bottom: 5px;
	margin-top: 5px !important;
}
	
#s002 h3 {
	font-size: 20px;
	margin-bottom: 20px;
}	
.accord2 h2, .accord2 h2 span {
	    font-size: 22px;
}

#s0011 img, #s0018 img{
	width: 60px;
	height: auto;
}
.osv-min-block-18, .osv-min-block-12  {
	min-height: 100px !important;
}

.phone-header {
	text-align: left;
	font-size: 12px;
	padding-top: 8px;
	padding-left: 8px;
}
	
.nf-field-label {
		display: none !important;
	}
.my-btn, #s001 .my-btn {
    min-height: 37px;
    border-radius: 30px;
    line-height: 26px;
    font-size: 16px;
    text-align: center !important;
    position: relative;
	padding: 8px 12px 8px 12px !important;
}
.phone-header-btn {
    padding: 4px;
	text-align: right !important;
	font-size: 16px;
}
.phone-header-btn .my-btn {
    line-height: 16px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
	padding: 8px 12px 8px 12px !important;
}	
.navbar-default .navbar-nav a, .navbar-default .navbar-nav>li>a {
    font-size: 14px;
    padding: 6px 0px;
}
.navbar-collapse.collapse
 {
    margin-left: -15px;
	 padding-left: 10px;
}

/* ********************contact form 7******************* */

	.wpcf7-f845-p41-o1 { 
	margin: 0px; 
	padding: 0px; 
}
.wpcf7 label {
    max-width: 250px;
}
.wpcf7 input {
    max-width: 200px;
	height: 30px;
	margin-top: 5px;
	font-size: 14px;
}
.wpcf7 input[type=submit] {
	padding: 5px 15px 25px 15px !important;
	font-size: 14px;
    font-weight: 400;
}			
}
