body {
    background: #FFF;
    margin: 0;
}
.none {
    display: none;
}
.tel {
    display: unset;
}
#container {
    background: #FFF;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative; 
    margin: 0;
}
.sticky{
    z-index: 1000;
    position: sticky;
    top: 0;
}
#header {
    display: inline-flex;
    flex-wrap: wrap;
    position: relative;
    background: #FFF;
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 8px;
 }
.left {
    position: relative;
    width: 50%;
}
.right {
    position: relative;
    width: 50%;
}
.whatsapp {
    display: block;
    position: fixed;
    background-color: #2cb742;
    color: #FFF;
    bottom: 0px;
    left: 0px;
    margin: 0;
    padding: 0;
    width: 50%;
    height: 40px;
    font-size: 19px;
    border: none;
    cursor: pointer;
    opacity: unset;
    border-radius: unset;
}
.whatsapp:hover {
    opacity: unset;
}
.telegram {
    display: block;
    position: fixed;
    background-color: #0088cc;
    color: #FFF;
    bottom: 0px;
    right: 0px;
    margin: 0;
    padding: 0;
    width: 50%;
    height: 40px;
    font-size: 19px;
    border: none;
    cursor: pointer;
    opacity: unset;
    border-radius: unset;
}
.telegram:hover {
    opacity: unset;
}
#navigation {
    display: flex;
    position: relative;
    flex-direction: row;
    background: #4682B4;
    width: 100%;
    height: 35px;
    margin: 0;
}
nav {
    padding: 0;
    width: 100%;
    height: 100%;
}
nav ul {
    list-style-type: none;
    height: 100%;
    padding: 0;
    justify-content: space-around;
    align-items: center;
}
nav li {
    border-left: 1px solid #FFF;
    background: #4682B4;
    height: 100%;
}
nav li:first-child {
    border:none;
}
a.menu {
    color: #ffffff;
    text-decoration: none;
    font-family: verdana;
    font-size: 15px;
    line-height: 34px;
}
a.menu:visited {
    color: #FFF;
}
a.menu:hover {
    color: #FFF;
}
#sidebar {
    display: block;
    position: relative;
    background: #FFF;
    width: 100%;
    height: 100%;
    margin: 0;
    top: 30px;
}
.dropbtn {
    display: block;
    position: fixed;
    background-color: #dedede;
    top: 13.3%;
    margin: 0;
    padding: 0;
    width: 65%;
    height: 40px;
    border: none;
    border-radius: unset;
    cursor: pointer;
    opacity: unset;
}
.lines {
    font-size: 24px;
    margin-right: 10px;
    line-height: 34px;
    color: #333333;
}
.linestext {
    font-size: 18px;
    color: #333333;
}
.dropbtn:hover + .dropdown-content {
    display: block;
}
.dropbtn:hover {
    opacity: unset;
}
.dropbtn:visited {
    opacity: unset;
}
.telegramchannel {
    display: block;
    position: fixed;
    background-color: #0088cc;
    color: #FFF;
    font-size: 18px;
    top: 13.3%;
    left: 65.5%;
    margin: 0;
    padding: 0;
    width: 35%;
    height: 40px;
    border: none;
    border-radius: unset;
    cursor: pointer;
    opacity: unset;
}
.telegramchannel:hover {
    opacity: unset;
}
.close {
    display: block;
    position: fixed;
    background-color: transparent;
    color: #7d7f7d;
    top: 25%;
    left: 70%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    font-size: 50px;
    border: none;
    cursor: pointer;
    opacity: unset;
}
.closeit {
    display: block;
    position: fixed;
    background-color: transparent;
    color: transparent;
    top: 25%;
    left: 70%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    font-size: 50px;
    border: none;
    cursor: pointer;
    opacity: unset;
    z-index: 100;
}
.dropdown {
    display: block;
    width: 100%;
}
.dropdown-content {
    display: none;
    position: relative;
    background: #FFF;
    width: 65%;
    z-index: 100;
    box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.2);
}
.dropdown-content a {
    display: block;
}
.dropdown-content:hover {
    display: block;
}
navmenu ul {
    list-style-type: none;
    padding: 0px 0px 2px 0px;
    margin: 0;
}
navmenu ul li {
    background: #dedede;
    margin: 1px 1px 2px 0px;
    width: 100%;
    height: 35px;
    border-radius: unset;
}
navmenu ul a {
    display: block;
    color: #333333;
    text-decoration: none;
    font-family: verdana;
    font-size: 16px;
    line-height: 32px;
    margin-left: 10px;
}
navmenu ul a:visited {
    color: #333333;
}
navmenu ul a:hover {
    color: #333333;
    text-decoration: none;
}
#content {
    display: block;
    position: fixed;
    top: 140px;
    padding: 0;
    margin: 0;
    background: #ffffff;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: scroll;
}
.cena {
   width: 70px; 
   height: 70px; 
   background-color: #c41e3a; 
   float: left;
   font-family: verdana;
   font-size: 17px;
   color: #ffffff;
   margin: 5px 8px 0px 10px;
   padding: 4px;
   text-align: center;
   line-height : 1.3;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -khtml-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
    border-radius: 5px;
   opacity: .9;
}
.cena2 {
   width: 90%; 
   height: 45px; 
   background-color: #016b69; 
   font-family: verdana;
   font-size: 18px;
   color: #ffffff;
   margin: 0px 0px 0px 19px;
   padding: 5px;
   text-align:center;
   line-height : 1.3;
   border-radius: unset;
   display: inline-block;
   opacity: .9;
}
p {
    text-align: justify;
    font-size: 16px;
    font-family: verdana;
    text-indent: 1.5em;
    color: #464451;
    padding: 0;
    margin: 12px 10px 10px 10px;
    line-height: 1.4;
}
hr {
    margin-left: 10px;
    margin-right: 10px;
}
ul.str {
    padding: 0;
    margin: 12px 10px 10px 10px;
}
li.str {
    font-size: 16px;
    font-family: verdana;
    color: #464451;
    line-height: 1.4;
    text-indent: 0.0em;
    text-align: justify;
    background: url(images/strelka.jpg) no-repeat 0px 3px;
    padding: 0 0 0 42px;
    list-style-type: none
}
ul.str2 {
    padding: 0;
    margin: 12px 10px 10px 10px;
}
li.str2 {
    font-size: 16px;
    font-family: verdana;
    color: #464451;
    line-height: 1.4;
    text-indent: 0.0em;
    text-align: justify;
    background: url(images/strelka.jpg) no-repeat 0px 3px;
    padding: 0 0 0 42px;
    list-style-type: none
}
a.content {
    color: #4682B4;
    text-decoration: none;
    font-family: verdana;
    font-size: 16px;
    margin-left: 2px;
}
a.content:visited {
    color: #4682B4;
}
a.content:hover {
    color: #4682B4;
}
a.kont {
    color: #333333;
    text-decoration: none;
    font-family: verdana;
    font-size: 16px;
    margin-left: 2px;
}
a.kont:visited {
    color: #333333;
}
a.kont:hover {
    color: #333333;
}
a img.tovar {
    border: 1px solid #4682B4;
    box-shadow: unset;
   }         
    a:hover img.tovar  {
    border: 1px solid #dedede;
    box-shadow: unset;
   }
.indexfoto {
    display: block;
    position: relative;
    width: 93%;
    margin: auto 10px 10px 15px;
}
.snippet { 
    display: block;
    position: relative;
    width: 95%;
    margin: auto 20px 15px 10px;
    border-radius: unset;
    box-shadow: unset;
}
.snippet2 { 
    display: block;
    position: relative;
    width: 93%;
    margin: auto 10px 10px 15px;
    border-radius: unset;
}
ul.content {
    margin: 0px 10px 10px 10px;
    padding-left: 16px;
}
li.content {
    font-size: 16px;
    font-family: verdana;
    color: #464451;
    line-height: 1.5;
    text-indent: 0.0em;
    text-align: left;
    margin-right: 10px;
    padding-left: 5px;
    list-style-image: url(images/li.jpg);
}
ul.contact {
    margin-left: -10px;
}
li.contact {
    font-size: 16px;
    font-family: verdana;
    color: #464451;
    line-height: 2.5;
    text-indent: 0.5em;
}
.table {
    width: 95%;
	border: none;
    margin: 0px 10px 10px 10px;
}
.table thead th {
    font-family: Verdana;
    color: #464451;
	font-weight: bold;
	text-align: center;
	border: none;
	padding: 7px 10px;
	background: #b5b8b1;
	font-size: 16px;
}
.table thead tr th:first-child {
	border-radius: 5px 0 0 5px;
}
.table thead tr th:last-child {
	border-radius: 0 5px 5px 0;
}
.table tbody td {
    font-family: Verdana;
    color: #464451;
	text-align: center;
	border: none;
	padding: 7px 10px;
	font-size: 16px;
	vertical-align: top;
}
.table tbody tr:nth-child(even){
	background: #dbdbdb;
}
.table tbody tr td:first-child {
	border-radius: 5px 0 0 5px;
}
.table tbody tr td:last-child {
	border-radius: 0 5px 5px 0;
}
.ptable {
    width: 95%;
	border: none;
    margin: 0px 10px 10px 10px;
}
.ptable thead th {
    font-family: Verdana;
    color: #464451;
	font-weight: bold;
	text-align: center;
	border: none;
	padding: 7px 10px;
	background: #b5b8b1;
	font-size: 16px;
}
.ptable thead tr th:first-child {
	border-radius: 5px 0 0 5px;
}
.ptable thead tr th:last-child {
	border-radius: 0 5px 5px 0;
}
.ptable tbody td {
    font-family: Verdana;
    color: #464451;
	text-align: center;
	border: none;
	padding: 7px 10px;
	font-size: 16px;
	vertical-align: top;
}
.ptable tbody tr {
	background: #ededed;
}
.ptable tbody tr td:first-child {
	border-radius: 5px 0 0 5px;
    text-align: left;
}
.ptable tbody tr td:last-child {
	border-radius: 0 5px 5px 0;
}
    .utochn {
    background-color: #dbdbdb;
    font-family: verdana;
    font-size: 16px;
    color: #464451;
    margin-left: 10px;
    padding: 7px 10px;
    text-align: justify;
    line-height: 1.4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
button { 
    width: 95%;
    height: 40px;
    margin: 10px 0px 0px 10px;
    padding: 2px 0px 2px 0px;
    background-color: #ea7500;
    font-family: verdana;
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
    opacity: .9;
    box-shadow: unset;
}
button:hover {
    text-decoration: none;
    opacity: .9;
    box-shadow: unset;
}
.tovar {
    width: 95%;
    margin: 5px 10px 10px 10px;
    border-radius: unset;
    box-shadow: unset;
}
.tovar:hover {
    cursor: unset;
    opacity: unset;
}
.round {
    width: 93%;
    margin: 5px 10px 5px 10px;
    border-radius: unset;
    box-shadow: unset;
}
.round:hover {
    cursor: unset;
    opacity: unset;
}
.iround {
    width: 46%;
    margin: 8px 10px 3px 12px;
    border: #016b69 solid 1px;
    box-shadow: 0 0 5px #666;
    border-radius: unset;
}
.iround:hover {
    cursor: pointer;
    opacity: unset;
}
.foto {
    margin: auto 5px 0px 5px;
    margin-bottom: 0px;
    display: block;
}
video {
    width: 93%;
    height: auto;
    margin: 10px 5px 5px 10px;
    padding: 0;
}
ul.voprosy {
    margin: 0px 10px 10px 10px;
    padding: 0px 10px 5px 5px;
    list-style-type: none;
}
.vopros {
   background-color: #ecebeb; 
   font-family: verdana;
   font-size: 16px;
   color: #464451;
   padding: 10px;
   text-align: justify;
   line-height : 1.4;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -khtml-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border-radius: 5px;
   opacity: .9;
}
.otvet {
   background-color: #dbdbdb; 
   font-family: verdana;
   font-size: 16px;
   color: #464451;
   padding: 10px;
   text-align: justify;
   line-height : 1.4;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -khtml-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border-radius: 5px;
   opacity: .9;
}
button.mess { 
    width: 100%;
    height: 40px;
    margin: 15px 0px 5px 5px;
    padding: 2px 0px 2px 0px;
    background-color: #248724;
    font-family: verdana;
    font-size: 18px;
    color: #ffffff;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -khtml-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    opacity: .9;
}
button.mess:hover {
    text-decoration: none;
    opacity: .9;
}
.card {
    display: block;
    width: 89%;
    margin-left: 15px;
    padding: 15px 5px 5px 5px;
    border: 1px solid #dedede;
    vertical-align: top;
}
.card p {
    text-align: center;
    text-indent: 0px;
}
.card img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.card button { 
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    background-color: #4682B4;
    border-radius: none;
}
.card button:hover {
    opacity: .8;
}
.card a {
    text-decoration: none;
}
span.nalich {
    font-size: 18px;
    font-family: verdana;
    font-weight: normal;
    color: #4682B4;
    margin-left: 20px;
}
span.tsena {
    font-size: 19px;
    font-family: verdana;
    font-weight: bold;
    color: #ff8f1f;
    margin-left: 0px;
}
.sign {
    display: block;
    padding: 5px 0px 10px 0px;
    margin: 5px 10px 10px 10px;
    background: #ea7500;
    box-shadow: 0 0 5px #666;
}
.sign a {
    margin: 0px;
    text-decoration: none;
}
.sign:hover {
    opacity: .7;
}
.sign figcaption {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    font-family: verdana;
    margin: 5px 2px 5px 2px;
}
.trigger {
    width: 95%;
    height: auto;
    margin-left: 10px;
}
.fototext {
    position: relative;
    text-align: center;
}
span.fototext{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: verdana;
    font-size: 24px;
    color: #464451;
    background-color: #ffffff80;
    padding: 5px 5px 5px 5px;
}
#clear {
    clear: both;
}
#footer {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    position: relative;
    bottom: 0;
    margin: 0;
    background: #4682B4;
	width: 100%;
	height: 300px;
}
.fleft {
    position: relative;
    width: 100%;
}
.fright {
    position: relative;
    width: 100%;
}
.underl {
    font-family: verdana;
    font-size: 12px;
    color: #ffffff;
    margin-top: 10px;
    margin-left: 10px;
    line-height: 1.4;
}
ul.underr {
    margin-top: 12px;
    margin-right: 10px;
    margin-bottom: 0px;
    text-align: right;
}
ul.underr2 {
    margin-top: 0px;
    margin-right: 10px;
    text-align: right;
}
.underr {
    font-family: verdana;
    font-size: 12px;
    color: #ffffff;
    line-height: 1.4;
    list-style-type: none;
    margin-right: 0px;
}
a.underr {
    text-decoration: none;
    font-family: verdana;
    font-size: 12px;
    color: #ffffff;
    text-align: right;
}
.leftstr {
    font-family: verdana;
    font-size: 14px;
    color: #464451;
    margin-top: 5px;
    margin-left: 20px;
    margin-bottom: 10px;
    line-height: 0.4;
}
a.up {
    color: #016b69;
    text-decoration: none;
    font-family: verdana;
    font-size: 32px;
    margin-left: 15px;
    margin-right: 10px;
}
a.rightstr {
    float: right;
    text-decoration: none;
    margin-top: 12px;
    font-family: verdana;
    font-size: 17px;
    font-weight: 600;
    color: #464451;
    margin-left: 10px;
    margin-right: 15px;
}
h4 {
    font-size: 15px;
    color: #464451;
    font-family: verdana;
    text-align: left;
    margin-left: 40px;
    margin-top: 13px;
}
h3 {
    font-size: 17px;
    color: #464451;
    font-family: verdana;
    text-align: center;
    margin-left: 5px;
    margin-top: 5px;
}
h2 {
    font-size: 17px;
    color: #464451;
    font-family: verdana;
    text-align: center;
    margin-left: 5px;
    margin-top: 5px;
}
h1 {
    font-size: 17px;
    color: #464451;
    font-family: verdana;
    text-align: center;
    margin-top: 5px;
    margin-left: 5px;
}
h1.sidebar {
    font-size: 15px;
    color: #333333;
    font-family: verdana;
    text-align: left;
    margin-left: 15px;
    margin-top: 4px;
    margin-bottom: 5px;
}
h2.sidebar {
    font-size: 15px;
    color: #333333;
    font-family: verdana;
    text-align: left;
    margin-left: 15px;
    margin-top: 4px;
    margin-bottom: 5px;
}
h3.sidebar {
    font-size: 15px;
    color: #333333;
    font-family: verdana;
    text-align: left;
    margin-left: 15px;
    margin-top: 4px;
    margin-bottom: 5px;
}
h2.price {
    font-size: 17px;
    color: #464451;
    font-family: verdana;
    text-align: center;
    margin-left: 5px;
    margin-top: 5px;
}