footer .copySection p:nth-child(2) {
    display:none !important;
}

.siteHeader_logo img {
    max-height: 65px;
    display: block;
}

.gMenu>li .gMenu_name {
    font-size: 18px;
    display: block;
    white-space: nowrap;
}

    .gMenu li li a:hover {
        background-color: #f77959;
    }

.vk-mobile-nav-menu-btn {
    border-color: #ed5e42cc;
    background: var(--vk-mobile-nav-menu-btn-bg-src) center 50% no-repeat #ed5e42cc;
}
.vk-mobile-nav-menu-btn {
    position: fixed;
    top: 5px;
    left: 5px;
    z-index: 2100;
    overflow: hidden;
    border: 3px solid #ed5e42cc;
    border-radius: 12px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-indent: -9678px;
    background-size: 24px 24px;
    transition: border-color .5s ease-out;
}

.vk-mobile-nav-menu-btn.menu-open {
    border-color: #ed5e42cc;
    background: var(--vk-mobile-nav-menu-btn-close-bg-src) center 50% no-repeat #ed5e42cc;
}
.mobile-nav-btn-right .vk-mobile-nav-menu-btn, .vk-mobile-nav-menu-btn.position-right {
    left: inherit;
    right: 5px;
}
.vk-mobile-nav-menu-btn.menu-open {
    border: 2px solid #ed5e42cc;
}

@media (min-width: 1200px) {
  .menu-item a,
  .gMenu > li > a,
  .gMenu_name {
    text-decoration: none !important;
    border-bottom: none !important;
  }

  .menu-item a::after,
  .gMenu > li > a::after,
  .gMenu_name::after {
    content: none !important;
  }
}

.mainSection-title, h2 {
    padding: .4em 0 .4em;
    border-top: 2px solid #ed5e42;
    border-bottom: 2px solid #ed5e42;
}

.media {
    border-bottom: 1px solid #ed5e42;
    padding: 1rem 0;
    margin-top: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 3px solid #ed5e42;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .siteContent {
        padding: .25rem 0 .25rem;
    }

.mainSection-title, h2, h3 {
    margin: 0.5em 0 0em;
    clear: both;
}

@media (min-width: 768px) {
    .mainSection .widget {
        margin-bottom: 15px;
    }
}
.vk-mobile.mainSection.widget-figure {
    margin: -20px 0 -3rem;
}