/***********************************************************************************************/
/* HEADER AND NAV */
/***********************************************************************************************/
html {
  scroll-behavior: smooth; /* свойство scroll-behavior не наследуется, применяется к прокручиваемым блокам */ 
}

a img:hover
{
filter: grayscale(100%);
/* для других браузеров */
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
}


body, a , p{
    /* font-variant: revert; */
    font-family: Verdana;
}

p{
   font-size: 16px !important;
}

.navbar-brand {
    padding: unset !important;
}

.logo {
    background: #bababa !important;
    color: #000 !important;
    border-radius: 2px !important;
    height: 10px !important;
    padding-top: 10px !important;
	padding-left: 8px !important;
    padding-bottom: 30px !important;
    font-size: 23px !important;
    margin-top: 5px !important;
	overflow: hidden;
}

.logo span {
    background: #000 !important;
	border-radius: 2px !important;
    height: 10px !important;
padding: 7px;
}

p.visible-md.visible-lg.discription {
    color: #858585;
    font-size: 17px;
    margin-left: -15px;
}
ul.nav.navbar-nav a {
    font-size: 17px;
}

.telHead {
    margin: 17px;
}
.telHead a {
    font-size: 17px !important;
	font-weight: bold;
	color:#000;
}
ul.nav.navbar-nav.navbar-right li a {
    font-size: 16px;
    font-weight: bold;
	color:#373737;
}

ul.nav.navbar-nav.navbar-right li a:hover {
	color:#7cc559 !important;
}
.navbar {
    margin-bottom: 0px !important;
    box-shadow: 0px 13px 17px -6px #747474 !important;
}

ul.nav.navbar-nav li {
    padding-top: 7px;
}

li.menu-cta a {
    border: 2px solid #69b246!important;
    color: #fff !important;
    padding: 12px 22px!important;
    border-radius: 25px;
    text-align: center;
	background: #197603 !important;
}

li.menu-cta a:hover {
    background: #000 !important;
}




.heder img {
    width: 100%;
    height: auto;
	margin-top: 10px;
}

.shethik-cifra {
    background: #ff0000;
	border-radius: 180px;
    height: 150px;
    width: 150px;
    margin: 0 auto;
    padding: 24px 34px;
}
div#shethik-cifra {
    font-size: 48px;
    color: #fff;
}

p.client {
    color: #ccc;
    font-size: 23px;
}

h4.panel-title {
    text-align: center;
    font-size: 23px;
    color: #fdfdfd;
}
.panel-default > .panel-heading {
    background-color: #3c3c3c !important;
}
.panel-collapse {
    font-size: 16px;
    background: #fdc9c9;
}

.panel-heading a:hover, .panel-heading a h4:hover  {
    text-decoration: none;
    color: #818080 !important;
}

.fluid-container.footer {
    background: #2c2c2c;
    color: #fff;
    padding: 8px;
}


/* отзив */

.testimonials{
  padding: 40px 0;
  background: #f3f3f3;
  color: #434343;
  text-align: center;
}
.inner{
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  padding: 0 20px;
}

.border{
  width: 160px;
  height: 5px;
  background: #6ab04c;
  margin: 26px auto;
}

.row{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.col{
  flex: 33.33%;
  max-width: 33.33%;
  box-sizing: border-box;
  padding: 15px;
}
.testimonial{
  background: #fff;
  padding: 30px;
}
.testimonial img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.name{
  font-size: 20px;
  text-transform: uppercase;
  margin: 20px 0;
}
.stars{
  color: #6ab04c;
  margin-bottom: 20px;
}

#preloaders {
position: fixed; /*фиксированное положение блока*/
left: 0; /*положение элемента слева*/
top: 0; /*положение элемента сверху*/
right: 0; /*положение элемента справа*/
bottom: 0; /*положение элемента снизу*/
background: #fff; /*цвет заднего фона блока*/
z-index: 1001; /*располагаем его над всеми элементами на странице*/
}
#preloaders img {
font-size: 70px; /*размер иконки*/
position: absolute; /*положение абсолютное, позиционируется относительно его ближайшего предка*/
left: 50%; /*слева 50% от ширины родительского блока*/
top: 50%; /*сверху 50% от высоты родительского блока*/
margin: -35px 0 0 -35px; /*смещение иконки, чтобы она располагалась по центру*/
}

label {
    font-weight: normal !important;
}

@media screen and (max-width:960px) {
.col{
  flex: 100%;
  max-width: 80%;
}
}

@media screen and (max-width:600px) {
.col{
  flex: 100%;
  max-width: 100%;
}
}
/* отзив кінец*/




input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}
span.wpcf7-spinner {
    margin: 10px auto;
    display: block;
}
button.close {
    font-size: 40px !important;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    margin: 10px;
}


/*
li.tel a {
    font-size: 22px;
	color: #69b246!important;
}










.thumbnail{
	border: unset !important;
}
.thumbnail p{
	padding-top:10px;
	font-size:16px;
}



.galeer img {
    width: 100%;
}

.tab-content {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

a.bron, a.mapa {
    font-size: 17px !important;
}

*/




/*
.MENU {
    z-index: 99;
    position: fixed;
    width: 100%;
}

.footer {
    background: #222;
    bottom: 0;
    margin-top: 50px;
    padding: 0;
	height: 40px;
	color: #c9c9c9;
}