﻿*{
	margin:0;
	padding:0;
}
body
{
  background-image: url('../img/fon_kan.jpg');
  background-repeat:repeat;
  background-attachment: fixed; 
  font-family:verdana,arial,helvetica,sans-serif;
  color:#514329;
  font-size: 14px; 
} 

h1
{ font-family: arial-black,verdana,arial,helvetica,sans-serif;
  font-size: 1.2em;
  margin: 0.5em;
  margin: 1ex;
  color: white;
  text-shadow: 3px 3px 2px black;
}
h3
{ 
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 1.2em;
  margin: 0.5em;
  margin: 1ex;
  color: #EEEEE0;
  text-shadow: 3px 3px 2px black;
}
h4
{ font-family: verdana,arial,helvetica,sans-serif;
  font-size: 16px;
  color: yellow;
}
a
{ font-family: verdana,arial,helvetica,sans-serif;
  font-weight: bold;
  color: blue;
  font-size: 14px;
  text-decoration: none;
}
a:hover
{
color:#333;
}
p
{
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 14px;
  color: #000000;
}
.block_main {
  display: block;
  width: 85%;
  border: 2px solid #CCC;
  margin-left: auto;
  margin-right: auto;
}
.sobaka {
 width: 180px;
}
.sobaka_log {
 display: none;
}
.logo {
  display: block;
  background-image:url('https://verevka.in.ua/img/vyveska.png'); 
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 450px;
  height: 333px;
  margin-left: 26%;
  margin-top: -34%;
  border: 0px solid #000;
  vertical-align: middle;
}
.logo span {
  margin-top: 10px;
}
.otstup_verh {
 display: block;
 height: 150px;
}
.otstup_verh2 {
 display: block;
 height: 50px;
}
.logo p {
 font-size: 16px;
 font-weight: bold;
 margin-left: -5px;
}
.block_verh {
  background-image:url('https://verevka.in.ua/images/fon_tab2.jpg'); 
  background-repeat: no-repeat; 
  width: 1070px;
  display: flex;
  flex-direction: column;
  border-radius:20px; 
  box-shadow: 15px 15px 15px #333; 
  padding: 15px; 
  margin-left: auto;
  margin-right: auto;
}
.block_verh h1 {
 margin-top: -10px;
}
.banner_proz {
  background-image: url(https://verevka.in.ua/images/fon_stat.png); 
  display: block;
  float: right;
  width: 30%;
  margin-left: 65%;
  margin-bottom: 10px;
  color: red;
  border-radius:10px; 
  padding: 5px; 
  font-size:16pt;
  font-weight: bold;
  text-align: center;
  border-radius: 10px 100px / 120px;
}
.contact {
 background-image: url(../images/fon_stat.png);
 display: block;
 width: 50%;
 font-size: 14px;
 font-weight: bold;
 line-height: 2;
 border:2px;
 border-style:dashed;
 margin-left:5px;
 margin-top:-16%;
 padding: 10px; 
 color: #514329;
 border-radius: 10px 10px 10px 10px;
}
.contact img {
 margin: 5px 2px 2px 0;
}
.text1
{
 background-image: url(../images/fon_stat.png);
 display: block;
 width: 1080px;
 font-size: 14px;
 line-height: 2;
 border:2px;
 border-style:dashed;
 margin-left:auto;
 margin-right:auto;
 padding: 10px; 
 color: #514329;
 border-radius: 10px 10px 10px 10px;
}
.text1 img {
 width: 370px;
 float: left;
 margin: 10px;
}
.text1 p {
 text-align: left;
}
.scrollup
{
width:40px;
height:40px;
opacity:0.3;
position:fixed;
bottom:50px;
right:100px;
display:none;
text-indent:-9999px;
background: url('https://verevka.in.ua/shop/images/icon_top.png') no-repeat;
}
#article h1, #article h2{
  font-family:Georgia, "Times New Roman", Times, serif;
  text-transform:uppercase;
  color:#323d53;
  font-size:12pt;
  margin:10px 0;
}


:focus {
	outline: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
input[type=number]::-webkit-inner-spin-button { 
    -webkit-appearance: none;
    cursor:pointer;
    display:block;
    width:8px;
    color: #333;
    text-align:center;
    position:relative;
}

input[type=number]::-webkit-inner-spin-button:before,
input[type=number]::-webkit-inner-spin-button:after {
    content: "^";
    position:absolute;
    right: 0;
    font-family:monospace;
    line-height:
}

input[type=number]::-webkit-inner-spin-button:before {
    top:0px;
}

input[type=number]::-webkit-inner-spin-button:after {
    bottom:0px;
    -webkit-transform: rotate(180deg);
}

code {
    font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
    background-color: #eeeeee;
    padding: 1px 5px 1px 5px;
}
.pln {
  color: #48484C; }

.str {
  color: #DD1144; }

.kwd {
  color: #1E347B; }

.com {
  color: #93A1A1; }

.typ {
  color: teal; }

.lit {
  color: #195F91; }

.pun {
  color: #93A1A1; }

.opn {
  color: #93A1A1; }

.clo {
  color: #93A1A1; }

.tag {
  color: #008; }

.atn {
  color: teal; }

.atv {
  color: #DD1144; }

.dec {
  color: teal; }

.var {
  color: teal; }

.fun {
  color: #DC322F; }

/* Put a border around prettyprinted code snippets. */
pre.prettyprint {
  background-color: #broun;
  padding: 10px;
  margin-bottom:10px;
  border: 1px solid #E1E1E8; }

pre.prettyprint.linenums {
  box-shadow: 40px 0 0 #FBFBFC inset, 41px 0 0 #ECECF0 inset; }

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  color: #1E347B;
  margin: 0 0 0 40px; }

ol.linenums li {
  color: #BEBEC5;
  line-height: 18px;
  padding-left: 12px;
  text-shadow: 0 1px 0 #FFFFFF; }
.clear{
  clear:both;
}


.button{
   display:block;
   border:0 none;
   border-top: 1px solid #148ec7;
   background: #3b97d4;
   background: -webkit-gradient(linear, left top, left bottom, from(#4caae0), to(#3b97d4));
   background: -webkit-linear-gradient(top, #4caae0, #3b97d4);
   background: -moz-linear-gradient(top, #4caae0, #3b97d4);
   background: -ms-linear-gradient(top, #4caae0, #3b97d4);
   background: -o-linear-gradient(top, #4caae0, #3b97d4);
   padding: 7px 20px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #fff;
   font-size: 13px;
   line-height:14px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   cursor:pointer;
}
.button:hover {
   border-top-color: #148ec7;
   background: #148ec7;
   color: #fff;
}


.bblue_btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 20px;
  text-decoration: none;
  display:inline-block;
  margin-right:20px;
  cursor:pointer;
}
.bblue_btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  color: #ffffff;
}
/*Перевод*/


.page {
    display: flex;
    min-height: 100vh;
}

/* Фиксируем позицию body, которую меняет панель гугла*/

.page_fix {
    top: 0 !important;
    position: static !important;
}

/* Прячем панель гугла */

.skiptranslate {
    display: none !important;
}

/* language */

.language {
    background:#fff;
    display:block;
    position: fixed;
    height:auto;
    right:0px;
    top:0px;
    display: flex;
    flex-direction: column;
    font-size:12pt;
    padding:2px;
    border-radius:0 0 5px 5px;
    box-shadow:2px 2px 4px #000;
    z-index:9000;
}

.language__img {
    height:17px;
    margin: 2px;
    cursor: pointer;
    z-index:9000;
}

.language__img:hover,
.language__img_active {
    opacity: 1;
    z-index:9000;
}

/* content */

.content {
    text-align: center;
    margin: auto;
}
.verh
{
 background:#FFFFEB url('https://verevka.in.ua/img/fon_verh4.jpg');
 background-repeat: no-repeat;
 background-position: center top;
 display:block;
 height:320px;
 width:1100px;
 border: 3px #514329;
 border-radius: 25px;
 -moz-border-radius: 25px;  /* для firefox */
 -webkit-border-radius: 25px;
 box-shadow: 4px 4px 15px 10px #333333;

}

.verhgl
{
 background:#FFFFEB url(https://verevka.in.ua/img/fon_verh1.jpg);
 background-repeat: no-repeat;
 background-position: center top;
 border: 3px #514329;
 border-radius: 25px;
 -moz-border-radius: 25px;  /* для firefox */
 -webkit-border-radius: 25px;
 box-shadow: 4px 4px 15px 10px #333333;

}
.verhtr
{
 background:#FFFFEB url(https://verevka.in.ua/img/fon_verh5.jpg);
 background-repeat: no-repeat;
 background-position: center top;
 display:block;
 height:320px;
 width:1100px;
 border: 0px #514329;
 border-radius: 25px;
 -moz-border-radius: 25px;  /* для firefox */
 -webkit-border-radius: 25px;
 box-shadow: 4px 4px 15px 10px #333333;
}
.verhkan
{
 background:#FFFFEB url(https://verevka.in.ua/img/fon_verh20.jpg);
 background-repeat: no-repeat;
 background-position: center top;
 display:block;
 height:320px;
 width:1100px;
 border: 3px #514329;
 border-radius: 25px;
 -moz-border-radius: 25px;  /* для firefox */
 -webkit-border-radius: 25px;
 box-shadow: 4px 4px 15px 10px #333333;
}

.verhrez
{
 background:#FFFFEB url(https://verevka.in.ua/img/fon_verhrez.jpg);
 background-repeat: no-repeat;
 background-position: center top;
 display:block;
 height:320px;
 width:1100px;
 border: 3px #514329;
 border-radius: 25px;
 -moz-border-radius: 25px;  /* для firefox */
 -webkit-border-radius: 25px;
 box-shadow: 4px 4px 15px 10px #333333;
}


.verhtrvert
{
 background:#FFFFEB url(https://verevka.in.ua/img/fon_verh19.jpg);
 background-repeat: no-repeat;
 background-position: center top;
 display:block;
 height:320px;
 width:1100px;
 border: 3px #514329;
 border-radius: 25px;
 -moz-border-radius: 25px;  /* для firefox */
 -webkit-border-radius: 25px;
 box-shadow: 4px 4px 15px 10px #333333;
}
.verhtrprov
{
 background:#FFFFEB url(https://verevka.in.ua/img/fon_verh18.jpg);
 background-repeat: no-repeat;
 background-position: center top;
 height:320px;
 width:1100px;
 border: 3px #514329;
 border-radius: 25px;
 -moz-border-radius: 25px;  /* для firefox */
 -webkit-border-radius: 25px;
 box-shadow: 4px 4px 15px 10px #333333;
}
.verhtrcep
{
 background:#FFFFEB url(https://verevka.in.ua/img/fon_verh17.jpg);
 background-repeat: no-repeat;
 background-position: center top;
 display:block;
 height:320px;
 width:1100px;
 border: 3px #514329;
 border-radius: 25px;
 -moz-border-radius: 25px;  /* для firefox */
 -webkit-border-radius: 25px;
 box-shadow: 4px 4px 15px 10px #333333;
}
.verhtrzag
{
 background:#FFFFEB url(https://verevka.in.ua/img/fon_verh16.jpg);
 background-repeat: no-repeat;
 background-position: center top;
 display:block;
 height:320px;
 width:1100px;
 border: 3px #514329;
 border-radius: 25px;
 -moz-border-radius: 25px;  /* для firefox */
 -webkit-border-radius: 25px;
 box-shadow: 4px 4px 15px 10px #333333;
}
.verhtrsm
{
 background:#FFFFEB url(https://verevka.in.ua/img/fon_verh15.jpg);
 background-repeat: no-repeat;
 background-position: center top;
 display:block;
 height:320px;
 width:1100px;
 border: 3px #514329;
 border-radius: 25px;
 -moz-border-radius: 25px;  /* для firefox */
 -webkit-border-radius: 25px;
 box-shadow: 4px 4px 15px 10px #333333;
}
.verhtrpp
{
 background:#FFFFEB url(https://verevka.in.ua/img/fon_verh8.jpg);
 background-repeat: no-repeat;
 background-position: center top;
 border: 3px #514329;
 border-radius: 25px;
 -moz-border-radius: 25px;  /* для firefox */
 -webkit-border-radius: 25px;
 box-shadow: 4px 4px 15px 10px #333333;
}
.verhshp
{
 background:#FFFFEB url(https://verevka.in.ua/img/fon_verh7.jpg);
 background-repeat: no-repeat;
 background-position: center top;
 display:block;
 height:320px;
 width:1100px;
 border: 3px #514329;
 border-radius: 25px;
 -moz-border-radius: 25px;  /* для firefox */
 -webkit-border-radius: 25px;
 box-shadow: 4px 4px 15px 10px #333333;
}
.verhnit
{
 background:#FFFFEB url(https://verevka.in.ua/img/fon_verh14.jpg);
 background-repeat: no-repeat;
 background-position: center top;
 display:block;
 height:320px;
 width:1100px;
 border: 3px #514329;
 border-radius: 25px;
 -moz-border-radius: 25px;  /* для firefox */
 -webkit-border-radius: 25px;
 box-shadow: 4px 4px 15px 10px #333333;
}
.verhfal
{
 background:#FFFFEB url(https://verevka.in.ua/img/fon_verh9.jpg);
 background-repeat: no-repeat;
 background-position: center top;
 display:block;
 height:320px;
 width:1100px;
 border: 3px #514329;
 border-radius: 25px;
 -moz-border-radius: 25px;  /* для firefox */
 -webkit-border-radius: 25px;
 box-shadow: 4px 4px 15px 10px #333333;
}
.verhosh
{
 background:#FFFFEB url(https://verevka.in.ua/img/fon_verh10.jpg);
 background-repeat: no-repeat;
 background-position: center top;
 display:block;
 height:320px;
 width:1100px;
 border: 3px #514329;
 border-radius: 25px;
 -moz-border-radius: 25px;  /* для firefox */
 -webkit-border-radius: 25px;
 box-shadow: 4px 4px 15px 10px #333333;

}
.verhtes
{
 background:#FFFFEB url(https://verevka.in.ua/img/fon_verh11.jpg);
 background-repeat: no-repeat;
 background-position: center top;
 display:block;
 height:320px;
 width:1100px;
 border: 3px #514329;
 border-radius: 25px;
 -moz-border-radius: 25px;  /* для firefox */
 -webkit-border-radius: 25px;
 box-shadow: 4px 4px 15px 10px #333333;
}


.text
{
 background-image: url(https://verevka.in.ua/images/fon_stat.png);
 display: block;
 min-height:100%; 
 border:2px;
 border-style:dashed;
 margin-left:5px;
 margin-right:5px;
 padding:5px; 
 color: #514329;
 border-radius: 10px 10px 10px 10px;
}
.text_cat
{
 background-image: url(https://verevka.in.ua/images/fon_stat.png);
 display: block;
 min-height:185px; 
 border:3px;
 border-style:dashed;
 margin-left:5px;
 padding:5px; 
 font-weight:bold; 
 color: #514329;
 border-radius: 5px 5px 5px 8px;
}

.kontakt
{
 background-image: url(https://verevka.in.ua/images/fon_stat.png);
 width:300px; 
 border:3px;
 border-style:dashed;
 margin-left:5px;
 padding:5px;
 font-weight:bold; 
 color: #514329;
 border-radius: 5px;
}
.kontakt1
{
 background-image: url(https://verevka.in.ua/images/fon_stat.png);
 width:300px; 
 border:3px;
 border-style:dashed;
 margin-right:5px;
 padding-right:5px; 
 font-weight:bold; 
 color: #514329;
 border-radius: 5px;
}
/*Для планшетов*/
@media (max-width: 1024px) {
.sobaka {
 display: block;
 width: 180px;
 float: left;
 clear: both;
 margin-left: 1%;
 margin-top: 2%;
}
.contact {
 float: left;
 width: 45%;
 margin-left: 10px;
 margin-top: 5px;
}
}
/*Мобильная версия*/
@media (max-width: 980px) {
.block_main {
  display: block;
  width:  167%;
  margin-left: 5px;
}
.sobaka {
 display: block;
 width: 180px;
 clear: both;
 margin-left: auto;
 margin-right: auto;
 margin-top: 2%;
}
.sobaka_log {
 display: none;
 width: 190px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 5%;
}
.block_verh {
 background-image:url('https://verevka.in.ua/img/fon_block_verh.jpg');
 background-repeat: repeat-y;
 background-size: 105%;
 width: 100%;
}
.logo {
 display: none;
 background-size: 99%;
 width: 100%;
 margin-left: 3%;
 margin-top: -140%;
}
.language {
 font-size: 28px;
}
.language__img {
    height:28px;
    margin: 2px;
    cursor: pointer;
    z-index:9000;
}
.otstup_verh2 {
 height: 20px;
}
.logo p {
 position: absolute;
 font-size: 16px;
 font-weight: bold;
}
.otstup_verh {
 display: block;
 height: 90px;
}
.banner_proz {
 width: 50%;
 margin-left: auto;
 margin-right: auto;
 font-size: 24px;
 border-radius: 10px 100px / 120px;
}
.contact {
 width: 96%;
 margin-left: auto;
 margin-right: auto;
 margin-top: 5px;
 font-size: 22px;
}
.contact a {
 font-size: 22px;
}
.text1 p {
 font-size: 22px;
}
.text1 p a {
 font-size: 22px;
}
.text1 h2 {
 font-size: 26px;
}
}
@media (max-width: 574px) {
table tr td a h2 {
 margin-top: -15px;
 margin-left: -20px;
}
.block_main {
  position: relative;
  display: block;
  width:  99%;
  margin-left: -15px;
}
.sobaka {
 display: block;
 width: 180px;
 clear: both;
 margin-left: auto;
 margin-right: auto;
 margin-top: 5%;
}
.sobaka_log {
 display: none;
 width: 190px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 5%;
}
.block_verh {
 background-image:url('https://verevka.in.ua/img/fon_block_verh.jpg');
 background-repeat: repeat-y; 
 width: 95%;
}
.logo {
 display: none;
 background-size: 99%;
 width: 100%;
 margin-left: 3%;
 margin-top: -140%;
}
.otstup_verh2 {
 height: 20px;
}
.logo p {
 position: absolute;
 font-size: 16px;
 font-weight: bold;
}
.otstup_verh {
 display: block;
 height: 90px;
}
.text1
{
 background-image: url(../images/fon_stat.png);
 display: block;
 position: relative;
 width: 100%;
 font-size: 14px;
 line-height: 2;
 border:2px;
 border-style:dashed;
 margin-left: 5%;
 margin-right: auto;
 padding: 10px; 
 color: #514329;
 border-radius: 10px 10px 10px 10px;
}
.text1 img {
 width: 100%;
 float: none;
 margin-left: auto;
 margin-right:auto;
}
.text1 p {
 text-align: left;
 width: 98%;
 clear: both;
 font-size: 14px
}
.text1 p a {
 font-size: 14px
}
.text1 tr td {
 padding-right: 10px;
}
.text1 h2 {
 margin-left: 2%;
}
.banner_proz {
 width: 95%;
 margin: 5px;
 border-radius: 10px 100px / 120px;
}
.contact {
 width: 95%;
 margin-left: 1%;
 margin-top: 5px;
 font-size: 16px;
}
.contact a {
 font-size: 18px;
}
.language {
 font-size: 22px;
}
.language__img {
    height:22px;
    margin: 2px;
    cursor: pointer;
    z-index:9000;
}
}