* {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
ul {
  list-style: none;
}
ol {
  margin: 10px 20px;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: blue;
  outline: none;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
p {
  margin: 0 0 15px;
}

h1 {
  font-size: 22px;
  line-height: 22px;
  margin: 0px 0px 15px 0px;
  text-align: center;
}

h2 {
  font-size: 18px;
  line-height: 22px;
  margin: 10px 0px 10px 0px;
  text-align: center;
}

#inline span {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

img {
  border: none;
}
.img {
  margin: 0 10px;
}
img.k {
  position: absolute;
  top: 20px;
  margin-left: -15px;
}
img.c {
  position: absolute;
  top: 13px;
  margin-left: -15px;
}
input {
  vertical-align: middle;
}
.l {
  float: left;
}
.r {
  float: right;
}
.l-img {
  float: left;
  margin: 0 15px;
}
.r-img {
  float: right;
  margin: 0 15px;
}

.l-img2 {
  margin: 0 15px;
}
.r-img2 {
  margin: 0 15px;
}

.clear {
  clear: both;
  line-height: 1px;
  width: 1px;
}
.under {
  text-decoration: underline;
}

/*
--------------------------------------------------------------------------*/
body {
  font: 14px/18px Tahoma, Verdana, sans-serif;
  /* background: #fe0101; */
  color: #660000;
}
.wrapper {
  width: 100%;
  min-width: 1000px;
}

/*
--------------------------------------------------------------------------*/
.header {
  position: relative;
  height: 262px;
  background: #fe0101 url(/website/images/header-2.jpg) no-repeat 50% 0%;
}
a.logo-top {
  display: block;
  width: 700px;
  height: 220px;
  margin: 0 auto;
  background: transparent;
}

/*
--------------------------------------------------------------------------*/
menu {
  position: relative;
  height: 57px;
  background: url(/website/images/menu_fon.jpg) repeat-x;
}
menu ul {
  text-align: center;
  height: 57px;
  background: url(/website/images/menu.jpg) no-repeat 50% 0%;
}
menu ul li {
  display: inline;
  top: 0px;
  position: relative;
}
menu ul li a {
  color: #fff;
  line-height: 57px;
  text-decoration: none;
  font-size: 18px;
  margin: 0 3px;
  padding: 7px 9px;
}

menu ul li a img {
  position: relative;
  margin-right: 5px;
  top: 9px;
}
menu ul li a:hover,
menu ul li a.activ {
  border: 1px solid #fff;
  padding: 7px 8px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  box-shadow: 0 0 5px #fff;
  -moz-box-shadow: 0 0 5px #fff;
  -webkit-box-shadow: 0 0 5px #fff;
  -khtml-box-shadow: 0 0 5px #fff;
}

menu ul li a:hover,
menu ul li a.activ_ny {
  border: 1px solid #fff;
  padding: 7px 8px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  box-shadow: 0 0 5px #fff;
  -moz-box-shadow: 0 0 5px #fff;
  -webkit-box-shadow: 0 0 5px #fff;
  -khtml-box-shadow: 0 0 5px #fff;
}

/*
--------------------------------------------------------------------------*/
aside {
  float: left;
  text-align: left;
  width: 281px;
}

aside ul {
  width: 241px;
  margin: 0px 0px 0px 30px;
}
aside ul li {
  margin: 3px 0px;
}
aside ul li.font {
  height: 55px;
}
aside ul li a {
  display: block;
  color: #a71617;
  font-size: 18px;
  padding: 5px 0px 5px 25px;
  text-decoration: none;
}
aside ul li.font a {
  line-height: 22px;
}
aside ul li:hover,
aside ul li.active {
  background: #db0507;
  color: #fff !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}
aside ul li:hover a,
aside ul li.active a {
  color: #fff !important;
}

aside ul li:hover a span,
aside ul li.active a span {
  color: #fff !important;
}
.flash {
  position: relative;
  top: 17px;
}

#aside {
  background: url(/website/images/nashitop.png) no-repeat;
  padding-top: 137px;
  padding-bottom: 20px;
  overflow: auto;
}

aside-2 {
  position: relative;
  top: 20px;
  left: -20px;
  float: left;
  text-align: left;
  width: 281px;
  height: 725px;
  margin-bottom: 290px;
  background: url(/website/images/left_menu.png) no-repeat;
}
aside-2 ul {
  width: 241px;
  margin: 137px 0px 0px 30px;
  overflow: hidden;
}
aside-2 ul li {
  height: 30px;
  margin: 3px 0px;
}
aside-2 ul li.font {
  height: 55px;
}
aside-2 ul li a {
  display: block;
  color: #a71617;
  font-size: 19px;
  padding: 5px 0px 5px 25px;
  text-decoration: none;
}
aside-2 ul li.font a {
  line-height: 22px;
}
aside-2 ul li:hover {
  background: #db0507;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}
aside-2 ul li:hover a {
  color: #fff;
}

#right_content {
  width: calc(100% - 320px);
  float: right;
  overflow: auto;
  margin-bottom: 20px;
  padding-right: 20px;
}

#wide_content {
  overflow: auto;
  clear: both;
  padding: 0 20px;
}

/*
--------------------------------------------------------------------------*/
section {
  position: relative;
  width: 100%;
  height: auto;
  /* background: url(/website/images/fon.jpg) repeat; */
}
.container {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff url(/website/images/content.jpg) repeat-x 0% 100%;
}
.no-bg {
  background: #fff;
}
.content-wrap {
  background: url(/website/images/conteiner.png) no-repeat 50% 100%;
  overflow: auto;
}
.content {
  text-align: justify;
  padding: 40px 0px 56px;
  background: url(/website/images/section.jpg) no-repeat 50% 0%;
  overflow: auto;
}
.link_foto {
  float: left;
  width: 303px;
  height: 145px;
  padding-left: 25px;
  padding-top: 25px;
  margin-bottom: 0px;
}
a.act_link_foto {
  margin-left: 75px;
  font-size: 19px;
  text-decoration: none;
  line-height: 25px;
  color: #a71617;
}
a.act_link_foto:hover,
a.activ_link_foto {
  color: #ff0000;
  text-decoration: underline;
}

/*
--------------------------------------------------------------------------*/

.form-otzov fieldset input,
.form-otzov fieldset textarea {
  width: 100%;
  padding: 3px;
  border: 1px solid #660000;
  resize: none;
  margin-bottom: 10px;
}
.form-otzov fieldset label {
  display: block;
  color: #660000;
  font: bold 14px/25px Verdana;
  text-align: left;
}

#div_quality,
#div_servise,
#div_uslugi {
  width: 550px;
  margin: 5px 5px 0px;
  font: bold 14px/26px Verdana;
  margin-bottom: 10px;
  float: none;
}
#div_quality span,
#div_servise span,
#div_uslugi span {
  line-height: 28px;
}
#div_quality input,
#div_servise input,
#div_uslugi input {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -10000px;
}
.voit1,
.voit2,
.voit3,
.voit4,
.voit5 {
  width: 27px;
  height: 26px;
  display: block;
  float: right;
  text-align: center;
  margin-right: 20px;
  border: 1px solid #660000;
  cursor: pointer;
}
.voit1:hover,
.voit1selected,
.voit2:hover,
.voit2selected,
.voit3:hover,
.voit3selected,
.voit4:hover,
.voit4selected,
.voit5:hover,
.voit5selected {
  background: #ff0000;
}
.form-otzov .submit {
  width: 279px;
  height: 34px;
  margin-top: 20px;
  outline: none;
  border: none;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  background: url(/website/images/button.jpg) no-repeat 0% 0%;
}

/*
--------------------------------------------------------------------------*/
footer {
  position: relative;
  /* height: 178px; */
  background: url(/website/images/footer-1.jpg) no-repeat 50% 0%, #fe0101;
}
.footer-text-wrap {
  background-color: #fe0101;
}
.footer-text {
  position: relative;
  width: 1000px;
  height: 178px;
  margin: 0 auto;
}
.footer-text p {
  position: absolute;
  bottom: 10px;
  margin-left: 50px;
  color: #fff;
  font-size: 18px;
}
.footer-text #telephons {
  top: 1px;
  left: 730px;
}
.footer-text #telephons span {
  color: #fff;
}
.link-kursk {
  position: absolute;
  bottom: 20px;
  right: 0;
}
.li {
  position: absolute;
  bottom: 21px;
  right: 100px;
}

/*Страница новоогоднее меню*/

.menu_ny {
  background-color: #fcf4ed;
  margin-top: 30px;
  padding: 20px 20px 50px 20px;
  border-top: 3px solid red;
  /*background-image:url(/website/images/ny_top_bg.png);*/
  background-repeat: no-repeat;
  background-position: right top;
}

.title_menu_ny {
  font-size: 24px;
  color: #f00;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 20px;
  line-height: 1;
}

table.ny_block_menu td {
  color: #191919;
  padding: 20px 5px;
  border-bottom: 1px dotted #191919;
}
table.ny_block_menu tr td:last-child {
  width: 72px;
}

table.ny_block_menu th {
  padding: 20px 5px;
  border-bottom: 1px dotted #191919;
}

.actions {
  width: 1009px;
  margin: 0px auto 20px;
  padding-top: 20px;
}

.all-photo {
  text-align: center;
}

.all-photo a {
  color: #660000;
}

.logo-block {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

.logo-link1 {
  position: absolute;
  top: -104px;
  left: 374px;
  display: block;
  width: 106px;
  height: 27px;
  background: url(/website/images/link1new.png) no-repeat;
}

.logo-link2 {
  position: absolute;
  top: -104px;
  right: 300px;
  display: block;
  width: 106px;
  height: 27px;
  background: url(/website/images/link2new.png) no-repeat;
}
.mig {
  border: 4px solid white;
  padding: 10px;
  background: #fff;
  width: 600px;
  padding: 20px;
  margin: 9px auto;
  clear: both;
  z-index: 9999;
}
.mig center {
  color: #54c43e;
  font-size: 24px;
  line-height: 29px;
}
#telephons {
  width: 285px;
  color: #fff;
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  top: -160px;
  left: 775px;
  line-height: 19px;
  color: #d10001;
}
.tort {
  display: inline-block;
  position: relative;
  margin-top: 10px;
}
.fordir {
  text-transform: uppercase;
  color: #000;
  text-align: center;
  font-size: 19px;
}

/* Новости */

.news2 h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.news2 h3 span {
  font-weight: normal;
}
.news2 p {
  margin: 0;
}
.news2 a {
  margin-bottom: 20px;
  display: block;
  text-decoration: underline;
  color: #660000;
}
.news2 .all_news {
  text-decoration: underline;
  cursor: pointer;
}

.navigation-pages li ul {
  display: none;
}

.blue {
  color: #00f;
}

/*Контакты
#contatcs{
	background:url(/images/contacts_bg.jpg) no-repeat #ed1c24 top center;
	background-size:100% auto;
	float:right;
	width:calc(100% - 311px);
	padding:246px 15px 0;
	color:#fff;
	text-align:center;
}

#contatcs p{
	font-size:25px;
	line-height:1.3;
}
#contatcs h1{
	font-size:60px;
	line-height: 1.5;
}
#contatcs p.day{
	font-size:40px; 
	line-height:1.3;
}
#contatcs p b{font-weight:bold;}
/*Контакты*/

#send:disabled {
  opacity: 0.7;
  cursor: default;
}
.gdpr {
  position: fixed;
  top: auto;
  bottom: 0;
  height: auto;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  box-shadow: 0px 3px 38px 0px rgba(99, 99, 99, 0.38);
  padding: 15px 0;
  font-weight: 600;
  z-index: 1000;
}
.gdpr--white {
  background-color: rgba(255, 255, 255, 0.9);
  color: #090f1f;
  border-top: 3px solid #191919;
}
.gdpr .container {
  display: grid;
  grid-template-columns: 1fr 244px;
  grid-column-gap: 80px;
  align-items: center;
  box-sizing: border-box;
  background: none;
}
.gdpr .container:before,
.gdpr .container:after {
  display: none;
}
.gdpr p,
.gdpr small {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 14px;
  line-height: 1.3;
}
.gdpr .container > small {
  display: none;
}
.btn_close {
  grid-row: 1/3;
  grid-column: 2/3;
  display: block;
  margin: 0;
  padding: 20px;
  font-size: 14px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  border: none;
  background-color: #fff;
  cursor: pointer;
  font-weight: 600;
}
.gdpr--white .btn_close {
  background-color: #000000;
  color: #fff;
}
.btn_close:hover {
  color: #000;
}
.gdpr--white .btn_close:hover {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .gdpr .container {
    grid-template-columns: 1fr 200px;
    grid-column-gap: 40px;
  }
}
@media screen and (max-width: 680px) {
  .gdpr {
    padding: 20px 0 15px;
  }
  .gdpr .container {
    grid-template-columns: 1fr 175px;
    grid-column-gap: 35px;
  }
  .gdpr p {
    grid-column: 1/-1;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .gdpr p small {
    display: none;
  }
  .gdpr .container > small {
    display: block;
    font-size: 12px;
    font-weight: normal;
  }
  .btn_close {
    grid-row: 2/3;
    grid-column: 2/3;
    font-size: 13px;
  }
}
@media screen and (max-width: 400px) {
  .gdpr .container {
    grid-template-columns: 1fr 145px;
    grid-column-gap: 20px;
  }
  .btn_close {
    padding: 15px 10px;
  }
}

.footer-text-2 {
  width: 1000px;
  margin: 0 auto;
}

.footer__copy-box {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  row-gap: 5px;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
}

.footer__copy-box a {
  color: #fff;
}
.site-creator {
  padding: 20px 0;
  background-color: #555555;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}
.site-creator .container {
  background: transparent;
}
.site-creator_link {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
  font-weight: bold;
}
@media (max-width: 480px) {
  .site-creator {
    font-size: 14px;
  }
}
