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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    /*height: 100%;*/
}
/*body {
    text-align: center;
    font:
        12px/18px Tahoma,
        Verdana,
        sans-serif;
    width: 100%;
    height: 100%;
    color: #3c3c3b;
    background: url(../img/bg.gif);
    background: #55555545;
}*/
body {
    text-align: center;
    font-size: 18px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    /*width: 100%;*/
    /*height: 100%;*/
    background: #55555545;
    padding-right: 15px;
    padding-left: 15px;
}
a {
    color: #3c3c3b;
    outline: none;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
p {
    margin: 0 0 18px;
}
img {
    border: none;
}
input {
    vertical-align: middle;
}
input[type="password"],
input[type="text"] {
    height: 24px !important;
    border: #af9895 solid 1px;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"]::-webkit-file-upload-button,
button {
    padding: 5px;
    min-width: 70px;
}

/* ========================================
   ДЕСКТОП
======================================== */

#topline {
    position: relative;
    width: 100%;
}

#topline div {
    margin: 0 auto;
    padding-top: 15px;
    text-align: left;
    width: 100%;
    font-family: "IZHIT6", sans-serif;
}

.h1wr {
    max-width: 1199px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.gerb {
    width: 225px;
    max-width: 100%;
    height: auto;
    border-radius: 15px;
}

.title {
    padding-left: 40px;
}

.nazv {
    width: 575px;
    max-width: 100%;
    height: auto;
}

.podzag {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
}

/* ========================================
   ПЛАНШЕТЫ
======================================== */

@media (max-width: 992px) {
    .gerb {
        width: 180px;
    }

    .nazv {
        width: 450px;
    }

    .podzag {
        font-size: 22px;
    }

    .title {
        padding-left: 25px;
    }
}

/* ========================================
   МОБИЛЬНЫЕ
======================================== */

@media (max-width: 768px) {
    .h1wr {
        flex-direction: column;
        text-align: center;
        padding: 0 15px;
    }

    .title {
        padding-left: 0;
        margin-top: 20px;
        text-align: center;
    }

    .gerb {
        width: 140px;
    }

    .nazv {
        width: 100%;
        max-width: 520px;
        margin-top: -50px;
    }

    .podzag {
        font-size: 20px;
        line-height: 1.4;
        margin-top: 10px;
    }
}

/* ========================================
   МАЛЕНЬКИЕ ТЕЛЕФОНЫ
======================================== */

@media (max-width: 480px) {
    .gerb {
        width: 110px;
    }

    .nazv {
        width: 100%;
        max-width: 365px;
    }

    .podzag {
        font-size: 18px;
        padding: 0 10px;
    }
}

/* Header
-----------------------------------------------------------------------------*/
/* ==========================
   WRAPPER
========================== */

#wrapper {
    max-width: 1199px;
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

/* ==========================
   HEADER
========================== */

#header {
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
}

/* ==========================
   VIDEO
========================== */

#header video {
    width: 100%;
    /*height: auto;*/
    height: 360px;
    border-radius: 5px;
    object-fit: cover;
    display: block;
}

/* ==========================
   H1
========================== */

#header h1 {
    text-align: left;
    padding: 25px;
    line-height: 1.2;
    font-size: 41px;
    font-weight: normal;
    color: #3c3c3b;
    text-shadow: 1px 0px 10px #ffffff;
}

/* ==========================
   ТЕКСТ СЛЕВА / СПРАВА
========================== */

#header .blagochin,
#header .blagoslov {
    width: 325px;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #3c3c3b;
}

#header .blagochin {
    float: left;
    text-align: left;
    padding-left: 25px;
    background: url("../img/bg-head-text.png");
}

#header .blagoslov {
    float: right;
    text-align: right;
    padding-right: 25px;
    background: url("../img/bg-head-text-r.png");
}

/* =====================================
   ПЛАНШЕТЫ
===================================== */

@media (max-width: 992px) {
    #header h1 {
        font-size: 32px;
        padding: 20px;
    }

    #header .blagochin,
    #header .blagoslov {
        width: 260px;
        font-size: 14px;
    }

    #header video {
        min-height: 280px;
    }
}

/* =====================================
   МОБИЛЬНЫЕ
===================================== */

@media (max-width: 768px) {
    #header {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #header video {
        min-height: 220px;
        border-radius: 10px;
    }

    #header h1 {
        font-size: 26px;
        line-height: 1.3;
        text-align: center;
        padding: 15px;
    }

    #header .blagochin,
    #header .blagoslov {
        float: none;
        display: block;

        width: 100%;

        text-align: center;

        padding: 10px 15px;

        background: none;

        box-sizing: border-box;
    }
}

/* =====================================
   МАЛЕНЬКИЕ ТЕЛЕФОНЫ
===================================== */

@media (max-width: 480px) {
    #header video {
        min-height: 180px;
        height: 260px;
    }

    #header h1 {
        font-size: 22px;
        padding: 12px;
    }

    #header .blagochin,
    #header .blagoslov {
        font-size: 13px;
        line-height: 1.4;
    }
}

/* Middle
-----------------------------------------------------------------------------*/
/* =====================================
   MIDDLE
===================================== */

#middle {
    width: 100%;

    padding: 0 0 100px;

    position: relative;

    margin-top: 26px;

    background: url("../img/bg-content.gif");
}

#middle:after {
    content: "";

    display: block;

    clear: both;
}

/* =====================================
   CONTAINER
===================================== */

#container {
    width: 100%;

    float: left;

    overflow: hidden;
}

/* =====================================
   CONTENT
===================================== */

#content {
    text-align: left;

    padding: 25px 270px 0 270px;

    box-sizing: border-box;
}

/* =====================================
   LINE
===================================== */

.line {
    background: url("../img/line-shadow.png") repeat-x bottom;

    height: 44px;

    position: absolute;

    z-index: 10;

    width: 954px;

    left: 50%;

    transform: translateX(-50%);
}

/* =====================================
   TITLES
===================================== */

div.title,
h2.titletemplate {
    text-align: center;

    font-size: 72px;

    line-height: 1.2;
}

/* =====================================
   LAPTOP
===================================== */

@media (max-width: 1200px) {
    #content {
        padding-left: 120px;
        padding-right: 120px;
    }

    .line {
        width: 80%;
    }

    div.title,
    h2.titletemplate {
        font-size: 56px;
    }
}

/* =====================================
   TABLET
===================================== */

@media (max-width: 992px) {
    #content {
        padding-left: 60px;
        padding-right: 60px;
    }

    .line {
        width: 90%;
    }

    div.title,
    h2.titletemplate {
        font-size: 42px;
    }
}

/* =====================================
   MOBILE
===================================== */

@media (max-width: 768px) {
    #middle {
        margin-top: 15px;

        padding-bottom: 50px;
    }

    #content {
        padding: 20px;
    }

    .line {
        width: calc(100% - 30px);

        height: 25px;
    }

    div.title,
    h2.titletemplate {
        font-size: 32px;

        line-height: 1.3;
    }
}

/* =====================================
   SMALL MOBILE
===================================== */

@media (max-width: 480px) {
    #content {
        padding: 15px;
    }

    div.title,
    h2.titletemplate {
        font-size: 24px;
    }

    .line {
        width: calc(100% - 20px);
    }
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#marks-dialog {
    display: none;
}
#marks-dialog-about {
    display: none;
}
#sideLeft {
    text-align: left;

    float: left;
    width: 250px;
    margin-left: -100%;
    position: relative;
    background: url("../img/bg-sidebars.png");
}
@media (max-width: 1199px) {
    #sideLeft {
        width: auto;
        margin-left: 0;
        display: none;
    }
}
.nav {
    margin-top: 25px;
    padding: 0 10px 0 10px;
}
.nav li a {
    font-size: 16px;
    color: #3c3c3b;
    text-decoration: none;

    display: inline-block;

    transition:
        transform 0.2s ease,
        font-weight 0.2s ease,
        color 0.2s ease,
        text-decoration-color 0.2s ease;
}

.nav li a:hover,
.nav li.active a {
    text-decoration: underline;
    transform: scale(1.025);
    color: #000;
}
.nav li {
    /*border-bottom: #af9895 solid 1px;*/
    padding: 5px;
}
/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
    float: left;
    text-align: left;
    margin-right: -3px;
    width: 250px;
    /*padding-top: 25px;*/
    margin-left: -250px;
    position: relative;
    background: url("../img/bg-sidebars.png");
}
.block {
    margin-top: 20px;
    margin-left: 25px;
    padding-bottom: 25px;
    padding-right: 5px;
}
/*.block h2 {
    margin-left: -15px;
    display: block;
    font-size: 14px;
}*/

.news {
    margin-top: 15px;
}

/* Footer
-----------------------------------------------------------------------------*/
/* ==========================
   FOOTER
========================== */

#footer {
    max-width: 1170px;
    width: 100%;
    background:url(../img/bg-content.gif);
    margin: 0 auto;
    padding: 25px 20px;
    box-sizing: border-box;
    padding-left: 270px;
    padding-right: 270px;
    text-align: left;
}

#footer > div {
    margin: 0;
    line-height: 1.6;
}

.footer-email {
    font-size: 20px;
    margin-left: 5px;
}
@media (max-width: 1199px) {
    #footer {
        padding-left: 120px;
        padding-right: 120px;
    }
}
/* Ноутбуки и планшеты */
@media (max-width: 992px) {
    #footer {
        padding: 20px 15px;
        padding-left: 60px;
        padding-right: 60px;
    }

    .footer-email {
        font-size: 18px;
    }
}

/* Телефоны */
@media (max-width: 768px) {
    #footer {
        padding: 15px;
    }

    #footer > div {
        text-align: center;
        font-size: 15px;
    }

    .footer-email {
        display: block;
        margin: 8px 0 0;
        font-size: 16px;
    }
}

/* Маленькие телефоны */
@media (max-width: 480px) {
    #footer {
        padding: 12px 10px;
    }

    #footer > div {
        font-size: 14px;
        line-height: 1.5;
    }

    .footer-email {
        font-size: 14px;
        word-break: break-all;
    }
}
.news-link {
    font-size: 22px!important;
    color: #57751fbf!important;
    text-decoration: none!important;
    transition:
        text-shadow 0.3s ease,
        color 0.3s ease!important;
    padding-left: 5px!important;
}

.news-link:hover {
    text-shadow: 0 0 8px rgba(87, 117, 31, 0.6);
    text-decoration: underline;
}

.logo img {
    transition:
        transform 0.3s ease,
        filter 0.3s ease;
}

.logo img:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
}
.link-effect {
    color: #333;
    display: inline-block;
    line-height: 20px;
    font-weight: 400;
    transition:
        transform 0.2s ease,
        text-shadow 0.2s ease,
        color 0.2s ease;
}

.link-effect:hover {
    transform: scale(1.005);
    color: #57751fbf;
    /*text-shadow: 0 0 8px rgba(0, 0, 0, 0.25);*/
}

.phone {
    color: #333;
    text-decoration: none;
    font-weight: 400;
    transition:
        font-weight 0.6s ease,
        text-decoration-color 0.6s ease,
        color 0.6s ease;
}

.phone:hover {
    font-weight: 700;
    text-decoration-color: transparent; /* линия исчезает */
    color: #000;
}

img {
    max-width: 100%;
}
.socwr {
    height: 50px;
    margin-top: 20px;
    display: flex;
}
.socwra {
    display: flex;
    align-items: center;
}
.socwra {
    /*display: inline-block;*/

    transition:
        transform 0.25s ease,
        filter 0.25s ease;
}

.socwra img {
    width: 45px;
    height: 45px;

    transition:
        transform 0.25s ease,
        filter 0.25s ease;
}

/* VK можно чуть больше */
.socwra:first-child img {
    width: 50px;
    height: 50px;
}

.socwra:hover img {
    transform: translateY(-3px) scale(1.08);

    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.35));
}

.menu {
    max-width: 1199px;

    margin: 0 auto;

    background: #333;

    border-radius: 3px;

    position: relative;

    z-index: 1000;

    overflow: visible;
}

.menu ul {
    margin: 0;

    padding: 0;

    list-style: none;

    align-items: center;

    display: flex;
}

.menu li {
    flex: 1;

    position: relative;
}

.menu a {
    display: block;

    padding: 10px 5px;

    text-align: center;

    color: white;

    text-decoration: none;

    transition: background 0.3s;
}

.menu a:hover {
    background: #555;
}

/* Стрелка */

.dropdown > a::after {
    content: "▼";

    color: white;

    font-size: 10px;

    margin-left: 8px;

    display: inline-block;

    transition: transform 0.3s ease;
}

.dropdown:hover > a::after {
    transform: rotate(180deg);
}

/* Подменю */

.submenu {
    position: absolute;

    top: 100%;

    left: 0;

    min-width: 180px;

    display: flex !important;

    flex-direction: column;

    background: #444;

    z-index: 9999;

    opacity: 0;

    visibility: hidden;

    transform: translateY(10px);

    transition:
        opacity 0.3s ease,
        transform 0.3s ease,
        visibility 0.3s;
}

.dropdown:hover .submenu {
    opacity: 1;

    visibility: visible;

    transform: translateY(0);
}

.submenu li {
    width: 100%;
}

.submenu a {
    text-align: left;

    padding: 12px 15px;

    white-space: nowrap;
}

.submenu a:hover {
    background: #666;
}
.socwra {
    margin-right: 10px;
}

.zoom-img {
    cursor: pointer;
    transition: 0.3s ease;
}

.zoom-img:hover {
    transform: scale(1.02);
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.8);

    display: none;
    align-items: center;
    justify-content: center;

    z-index: 9999;
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;

    transform: scale(1.01); /* в 2 раза больше */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.red {
    color: #ff0000;
}
.padd {
    padding: 20px 0 20px 0;
}

.new {
    margin-top: 25px;
}

Моб меню

/* ==========================================
   BURGER BUTTON
========================================== */

/*.menu-toggle {
    display: none!;
    width: 100%;
    background: #333;
    color: #fff;
    border: 0;
    padding: 15px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    text-align: left;
}*/
.menu-toggle {
  display: none;
}
/* ==========================================
   MOBILE < 1199px
========================================== */

@media (max-width: 1199px) {
    .menu {
        width: 100%;
        border-radius: 0;
    }

    .menu-toggle {
        display: block;
    }

    .menu > ul {
        display: none;

        flex-direction: column;

        width: 100%;
    }

    .menu.active > ul {
        display: flex;
    }

    .menu li {
        width: 100%;

        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .menu a {
        text-align: left;

        padding: 14px 20px;
    }

    /* отключаем hover меню */

    .submenu {
        position: static;

        opacity: 1;

        visibility: visible;

        transform: none;

        display: none !important;

        background: #444;

        min-width: 100%;
    }

    .dropdown.active .submenu {
        display: flex !important;
    }

    .submenu a {
        padding-left: 35px;

        white-space: normal;
    }

    .dropdown > a::after {
        float: right;

        margin-top: 4px;
    }

    .dropdown.active > a::after {
        transform: rotate(180deg);
    }
    #sideRight {
        display: none;
    }
}

#footer-wrapper {
    background:url(../img/line-shadow.png) repeat-x top; 
    z-index: 99999; 
    position: relative; 
    height: 28px;
}
