/* Шрифты */

@font-face {
	font-family: 'GOST type A';
	src: url('/fonts/gost_type_a.eot'); /* IE 9 Compatibility Mode */
	src: url('/fonts/gost_type_a.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('/fonts/gost_type_a.woff2') format('woff2'), /* Super Modern Browsers */
		url('/fonts/gost_type_a.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('/fonts/gost_type_a.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/fonts/gost_type_a.svg#gost_type_a') format('svg'); /* Chrome < 4, Legacy iOS */
}

/* Основное */

body, html {
    
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: "Exo 2", sans-serif;
    
}

h1, h2, h3 {
    
    font-family: "GOST type A";
    font-weight: normal;
    
}

.page-header h1 {
    
    color: #138fef
    
}

h1 span, h2 span {
    
    color: #000;
    
}

h1, h2 {
    
    font-size: 40px;
    text-transform: uppercase;
    margin: 40px 0;
    
}

h3 {
    
    font-size: 24px;
    text-transform: uppercase
    
}

a {
    
    color: #ff3434;
    text-decoration: none;
    
}

.wrapper {
    
    padding: 0 10px;
    width: calc(100% - 20px);
    max-width: 1600px;
    margin: auto
    
}

/* Верх */

.top {
    
    margin-top: 50px;
    
}

.top .logo {
    
    display: inline-block;
    vertical-align: top;
    
}

.top .logo img {
    
    width: 226px;
    
}

.top .right {
    
    display: inline-block;
    float: right;
    vertical-align: top;
    
}

.top .phone {
    
    display: inline-block;
    vertical-align: top;
    text-align: right
    
}

.top .phone a {
    
    color: #474747;
    font-family: "GOST type A";
    font-size: 28px;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    
}

.top .phone a:hover {
    
    color: #ff3434
    
}

.top .phone a:hover span {
    
    color: #000;
    
}

.top .phone a span {
    
    color: #ff3434;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    
}

.top .phone .small {
    
    font-size: 14px;
    color: #474747;
    font-family: "GOST type A";
    
}

.top .callback {
    
    display: inline-block;
    vertical-align: top;
    
}

.top .callback a {
    
    display: inline-block;
    padding: 8px 15px;
    background: #ff3434;
    font-size: 14px;
    font-family: "GOST type A";
    color: #FFF;
    border-radius: 5px;
    text-transform: uppercase;
    margin-top: -2px;
    margin-left: 20px;
    
}

.top .callback a:hover {
    
    background: #0f91ef
    
}

.top .messagers {
    
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    
}

.top .messagers img {
    
    height: 27px;
    width: auto;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    
}

.top .messagers a {
    
    margin-left: 5px;
    
}

.top .messagers a:hover img {
    
    transform: scale(1.2)
    
}

/* Главное меню */

.mainmenu {
    
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
    margin-top: 50px;
    padding: 20px;
    
    
}

.mainmenu .mod-menu {
    
    display: inline-block
    
}

.mainmenu ul {
    
    list-style: none;
    padding: 0;
    margin: 0;
    
}

.mainmenu ul li {
    
    display: inline-block;
    margin-left:35px;
    padding-right: 35px;
    border-right: 1px solid #f0f0f0;
    padding-top: 3px;
    padding-bottom: 3px;
    
}

.mainmenu ul li:first-of-type {
    
    margin-left: 0
    
}

.mainmenu ul li:last-of-type {
    
    padding-right: 0;
    border-right: none
    
}

.mainmenu ul li a {
    
    color: #0f91ef;
    font-size: "GOST type A";
    text-transform: uppercase;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    
}

.mainmenu ul li a:hover {
    
    color: #ff3434
    
}

.mainmenu .zayavka {
    
    display: inline-block;
    float: right;
    margin-top: -5px
    
}

.mainmenu .zayavka a {
    
    display: inline-block;
    background: #0f91ef;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 14px;
    font-family: "GOST type A";
    color: #FFF;
    text-transform: uppercase
    
}

/* Формы */

.qfmodalform {
    
    padding: 20px!important;
    
}

.qfcheckbox {
    
    display: inline-block;
    vertical-align: top;
    width: calc(20% - 5px);
    margin-right: 0%;
    
}

.qfcheckbox.box_policy {
    
    width: calc(100% - 5px);
    
}

.qfcheckbox:nth-of-type(even) {
    
    margin-right: 0;
    
}

/* Хлебные крошки */

.breads {
    
    padding: 10px 0;
    margin-left: -10px;
    
}

.breads ol {
    
    list-style: none;
    padding: 0;
    margin: 0;
    
}

.breads ol li {
    
    display: inline-block;
    padding: 5px 10px;
    border-radius: 100px;
    background: #f6f6f6;
    margin-right: 20px;
    font-size: 14px
    
}

.breads ol li a {
    
    font-size: 14px;
    font-size: "GOST type A";

}

.breads .float-start {
    
    display: none
    
}

/* Таблицы */

table {
    
    width: 100%;
    border-collapse: collapse;
    
}

table tr:nth-of-type(odd) {
    
    background: #f6f6f6
    
}

table tr td {
    
    padding: 20px;
    
}

table tr th {
    
    padding: 20px;
    font-family: "GOST type A";
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    background: #d7d7d7
    
}

/* Согласие на куки */

.cookie-message {
            position: fixed;
            z-index: 1000;
            bottom: 20px;
            left: 20px;
            right: 20px;
            max-width: 350px;
            padding: 0;
            font-family: Arial, sans-serif;
            animation: fadeIn 0.5s ease-in-out;
            display: none;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .cookie-message-inner {
            display: grid;
            justify-items: start;
            grid-gap: 15px;
            font-size: 14px;
            padding: 20px;
            line-height: 1.5;
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.15);
        }
        
        .cookie-message-text {
            color: #5a5a5a;
        }
        
        .cookie-message-link {
            color: #01356f;
            text-decoration: underline;
        }
        
        .cookie-message-inner .button {
            background: #e1e1e1;
            color: #878787;
            border: none;
            padding: 8px 20px;
            border-radius: 5px;
            cursor: pointer;
            font-size: 14px;
            transition: all 0.3s ease;
        }
        
        .cookie-message-inner .button:hover {
            background-color: #01356f;
            color: #fff;
        }
        
        @media (max-width: 480px) {
            .cookie-message {
                max-width: 100%;
                left: 10px;
                right: 10px;
                bottom: 10px;
            }
        }


/* Категории */

.blocks .blog-item {
    
    display: inline-block;
    vertical-align: top;
    width: calc(44% - 20px);
    margin-right: 5%;
    padding: 10px;
    
}

.blocks .blog-item:nth-of-type(2n) {
    
    margin-right: 0;
    
}

.blocks .blog-item .item-image {
    
    float: left;
    height: 200px;
    padding: 0;
    margin: 0;
    margin-right: 20px;
    
}

/* Контент */

.content {
    
    min-height: 60vh;
    padding-bottom: 60px;
    
}

/* Главная */

.banner {
    
    background: url("/images/kuhnya.png") no-repeat left #ff3434;
    background-size: 60% auto;
    height: 500px;
    font-size: 18px;
    font-family: "GOST type A";
    position: relative
    
}

.banner h1 {
    
    font-size: 36px;
    text-transform: none
    
}

.banner .mugchina {
    
    position: absolute;
    bottom: 0;
    right: 20%;
    background: url("/images/dezinfektor.png") no-repeat;
    width: 482px;
    height: 467px;
    
}

.banner .text {
    
    padding-top: 80px;
    
}

.banner .links {
    
    margin-top: 50px;
    
}

.banner .links a {
    
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    background: #ff3434;
    text-transform: uppercase;
    font-size: 14px;
    
}

.izbavlenie .mod-list {
    
    text-align: center
    
}

.izbavlenie ul {
    
    list-style: none;
    padding: 0;
    margin: 0;
    
}

.izbavlenie ul li {
    
    display: inline-block;
    width: 14%;
    margin-right: 0.33%;
    text-align: center
    
}

.izbavlenie .image {
    
    background-size: contain;
    width: 91px;
    height: 94px;
    display: inline-block
    
}

.izbavlenie .image img {
    
    width: 91px;
    height: 94px;
    
}

.izbavlenie ul li:nth-of-type(7n), .izbavlenie ul li:last-of-type {
    
    margin-right: 0;
    
}

.izbavlenie ul li a {
    
    color: #000;
    font-size: 18px;
    
}

.about {
    
    background: #f6f6f6;
    padding: 35px 0;
    text-align: right;
    position: relative;
    margin-top: 100px;
    
}


.about h2 {
    
    margin-top: 0;
    margin-bottom: 0
    
}

.about h3 {
    
    margin-top: 0;
    color: #0f91ef
    
}

.about .text {
    
    width: 60%;
    display: inline-block;
    text-align: left


}

.about .dezinfektory {
    
    position: absolute;
    background: url("/images/mugchini.png") no-repeat;
    width: 409px;
    height: 487px;
    bottom: 0;
    
}

.about .text .digits {
    
    margin-top: 40px;
    
}

.about .text .digits .digit {
    
    display: inline-block;
    vertical-align: top;
    width: 32%;
    font-size: 36px;
    color: #ff3434;
    font-family: "GOST type A"
    
}

.about .text .digits .digit .zag {
    
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    margin-top: 10px;
    
}

.uslugi {
    
    
    
}

.uslugi h2 {
    
    display: inline-block;
    vertical-align: middle
    
}

.uslugi .menu-uslug {
    
    display: inline-block;
    vertical-align: middle;
    font-family: "GOST type A";
    font-size: 18px;
    margin-left: 80px;
    
}

.uslugi .menu-uslug span {
    
    padding: 5px 10px;
    display: inline-block;
    margin-right: 20px;
    background: #e8e8e8;
    border-radius: 5px;
    cursor: pointer
    
}

.uslugi .menu-uslug span:hover {
    
    background: #ff3434;
    color: #fff
    
}

.uslugi .menu-uslug span.active {
    
    background: #0f91ef;
    color: #FFF
    
}

.uslugi .info {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
    display: none
}

.uslugi .info.show {
  opacity: 1;
  visibility: visible;
    display: block
}

.uslugi .info ul {
    
    list-style: none;
    padding: 0;
    margin: 0;
    
}

.uslugi .info ul li {
    
    display: inline-block;
    width: 40%;
    margin-right: calc(20% - 5px);
    vertical-align: top
    
}

.uslugi .info ul li:nth-of-type(even) {
    
    margin-right: 0
    
}

.uslugi .info ul li h3 {
    
    text-transform: none;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
    padding-top: 30px;
    
}

.uslugi .info ul li .mod-articles-image {
    
    margin: 0;
    float: left;
    height: 250px;
    padding-right: 40px;
    padding-left: 20px;
    
}

.voprosi.main {
    
    background: #f6f6f6;
    padding: 50px 0;
    
}

.voprosi .otvet {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, max-height 0.5s ease;
    padding: 0 20px;
    font-family: "GOST type A";
    font-size: 18px;
}

.voprosi .otvet.show {
  opacity: 1;
  max-height: 200px;
    padding: 0 20px;
    padding-bottom: 20px;
}

.voprosi .vopros {
    
    display: block;
    padding: 10px 20px;
    font-size: 26px;
    background: url("/images/ico_vniz.png") no-repeat right 20px center #d7d7d7;
    margin-bottom: 20px;
    font-family: "GOST type A";
    cursor: pointer
    
}
















/* Подвал */

.footer {
    
    background: #474747;
    padding: 40px 0;
    
}

.footer .logo {
    
    display: inline-block;
    vertical-align: top;
    
}

.footer .right {
    
    float: right;
    vertical-align: top;
    display: inline-block;
    margin-top: 20px;
    
}

.footer .right .phone {
    
    display: inline-block;
    vertical-align: middle;
    
}

.footer .right .phone a {
    
    font-size: 36px;
    color: #FFF;
    font-family: "GOST type A";
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    
}

.footer .right .phone a:hover {
    
    color: #ff3434
    
}

.footer .right .mail {
    
    display: inline-block;
    vertical-align: top;
    margin-left: 4vw;
    
}

.footer .right .mail a {
    
    font-size: 30px;
    color: #FFF;
    font-family: "GOST type A";
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    
}

.footer .right .mail a:hover {
    
    color: #ff3434
    
}

.footer .right .messagers {
    
    display: inline-block;
    vertical-align: middle;
    margin-left: 4vw
    
}

.footer .right .messagers img {
    
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    
}

.footer .right .messagers a {
    
    margin-left: 10px;
    
    
}

.footer .right .messagers a:hover img {
    
    transform: scale(1.2)
    
}

.footermenu {
    
    background: #2d2d2d;
    padding: 45px 0
    
}

.footermenu ul {
    
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: "GOST type A";
    
}

.footermenu ul li {
    
    display: inline-block;
    width: 30%;
    vertical-align: top;
    
    
}

.footermenu ul li a {
    
    font-size: 26px;
    color: #ff3434;
    margin-bottom: 40px;
    display: block;
    text-transform: uppercase
    
}

.footermenu ul li ul {
    
    
    
}

.footermenu ul li ul li {
    
    display: block;
    width: auto;
    margin-bottom: 0;
    
}

.footermenu ul li ul li a {
    
    font-size: 18px;
    color: #0f91ef;
    margin-bottom: 7px;
    display: block;
    text-transform: none
    
}



.copyright {
    
    padding: 30px 0;
    font-family: "GOST type A";
    font-size: 18px;
    
}

.copyright .cgsd {
    
    display: inline-block;
    
}

.copyright .merbal {
    
    float: right;
    display: inline-block;
    text-align: right
    
}

@media screen and (max-width: 1200px) {
    
    /* Верх */

    .top {

        margin: 10px 0;

    }

    .top .logo img {

        height: 50px;
        width: auto

    }


    

    
    /* Главное меню */

    .mainmenu {

        box-shadow: 0 0 4px rgba(0,0,0,0.1);
        margin-top: 0px;
        padding: 20px;
        position: fixed;
        top: 0;
        left: -100%;
        width: calc(100% - 40px);
        height: calc(100% - 40px);
        background: rgba(255,255,255,0.8);
        z-index: 10;
        overflow: auto;
        backdrop-filter: blur(4px);
        -moz-transition: all 1.5s ease-in-out;
        -o-transition: all 1.5s ease-in-out;
        -webkit-transition: all 1.5s ease-in-out;
        transition: all 1.5s ease-in-out;
        
    }
    
    .mainmenu .logo img {
        
        height: 60px;
        width: auto;
        margin-bottom: 20px;
        
    }
    
    .mainmenu.show {
        
        left: 0;
        
    }

    .mainmenu .mod-menu {

        display: block

    }
    
    .mainmenu .messagers {
        
        margin: 10px 0 20px 0
        
    }

    .mainmenu ul {

        list-style: none;
        padding: 0;
        margin: 0;

    }

    .mainmenu ul li {

        display: block;
        margin-left:0;
        padding-right: 0;
        border-right: none;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 15px;
        margin-top: 25px;

    }

    .mainmenu ul li a {

        color: #0f91ef;
        font-family: "GOST type A";
        font-size: 22px;
        text-transform: none
        

    }

    .mainmenu ul li a:hover {

        color: #ff3434

    }
    
    .mainmenu ul li ul {
        
        display: none;
        margin-left: 20px;
        
    }
    
    .mainmenu ul li.parent a {
        
        color: #000;
        pointer-events: none;
        
    }
    
    .mainmenu ul li.parent ul li a {
        
        pointer-events:all;
        font-size: 18px;
        color: #0f91ef
        
    }
    
    .mainmenu ul li.parent ul.show-menu {
        
        display: block
        
    }

    .mainmenu .zayavka {

        display: block;
        float: none;
        margin-top: 0px;
        bottom: 20px;
        width: 100%

    }
    
    .mainmenu .callback a {

        display: inline-block;
        background: #ff3434;
        border-radius: 5px;
        padding: 10px 10px;
        font-size: 12px;
        font-family: "GOST type A";
        color: #FFF;
        text-transform: uppercase

    }

    .mainmenu .zayavka a {

        display: block;
        text-align: center;
        background: #0f91ef;
        border-radius: 5px;
        padding: 10px 20px;
        font-size: 18px;
        font-family: "GOST type A";
        color: #FFF;
        text-transform: uppercase

    }
    
    .mainmenu .callback {
        
        display: inline-block;
        float: right;
        margin-top: 0px
        
    }
    
    .mainmenu .phone {
        
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
        
    }
    
    .mainmenu .phone a {

        color: #474747;
        font-family: "GOST type A";
        font-size: 22px;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;

    }
    
    .mainmenu .phone .small {

        font-size: 14px;
        color: #474747;
        font-family: "GOST type A";

    }
    
    /* Главная */

    .banner {

        background: url("/images/dezinfektor.png") no-repeat left -55vw bottom #ff3434;
        background-size: auto 85%;
        height: 500px;
        font-size: 18px;
        font-family: "GOST type A";
        position: relative;
        color: #FFF

    }

    .banner h1 {

        font-size: 36px;
        text-transform: none

    }

    .banner .mugchina {

        display: none

    }

    .banner .text {

        padding-top: 10px;
        padding-left: 40%

    }

    .banner .links a {

        background: #0f91ef;
 
    }

    .izbavlenie {
        
        text-align: center
        
    }

    .izbavlenie ul li {

        width: 45%;
        margin-right: 6%;
        text-align: center

    }
    
    .izbavlenie ul li:nth-of-type(7n) {
        
        margin-right: 6%;
        
    }

    .izbavlenie ul li:nth-of-type(2n), .izbavlenie ul li:last-of-type {

        margin-right: 0;

    }

    .izbavlenie ul li a {

        color: #000;
        font-size: 18px;

    }

    .about {

        background: url("/images/mugchini.png") no-repeat right -200px bottom #f6f6f6;
        background-size: auto 500px;
        padding: 35px 0;
        text-align: left;
        position: relative;
        margin-top: 100px;

    }

    .about .text {

        width: 60%;
        display: inline-block;
        text-align: left;
        font-size: 12px;


    }

    .about .dezinfektory {

        display: none

    }

    .about .text .digits .digit {

        font-size: 28px;

    }

    .about .text .digits .digit .zag {

        font-size: 12px;
        
    }

    .uslugi h2 {

        display: block;
        vertical-align: middle

    }

    .uslugi .menu-uslug {

        display: inline-block;
        vertical-align: middle;
        font-family: "GOST type A";
        font-size: 16px;
        margin-left: 0px;

    }

    .uslugi .menu-uslug span {

        margin-bottom: 20px;

    }

    .uslugi .info ul li {

        display: inline-block;
        width: 100%;
        margin-right: none;
        vertical-align: top;
        text-align: center;
        padding-bottom: 20px;
        border-bottom: 1px solid #f6f6f6;
        margin-top: 30px;
        margin-right: 0

    }

    .uslugi .info ul li h3 {


        padding-top: 0px;

    }

    .uslugi .info ul li .mod-articles-image {

        margin: 0;
        float: none;
        height: auto;
        padding-right: 0px;
        padding-left: 0px;

    }

    .voprosi.main {

        background: #f6f6f6;
        padding: 1px 0 20px 0;

    }

    .voprosi .vopros {

        display: block;
        padding: 10px 20px;
        font-size: 19px;
        background: url("/images/ico_vniz.png") no-repeat right 20px center #d7d7d7;
        margin-bottom: 20px;
        font-family: "GOST type A";
        cursor: pointer

    }
    
    /* Подвал */
    
    .footer {
        
        text-align: center
        
    }

    .footer .logo {

        display: block;
        vertical-align: top;

    }

    .footer .right {

        float: none;
        display: block;
        margin-top: 20px;

    }

    .footer .right .phone {

        display: block;

    }

    .footer .right .mail {

        display: block;
        margin-left: 0;

    }

    .footer .right .messagers {

        display: block;
        margin-left: 0;
        margin-top: 20px!important

    }

    .footer .right .messagers img {

        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;

    }

    .footer .right .messagers a {

        margin-left: 10px;


    }


    .footermenu {

        background: #2d2d2d;
        padding: 25px 0;
        text-align: center

    }
    
    .footermenu ul {
        
        margin-bottom: 40px;
        
    }


    .footermenu ul li {

        display: block;
        width: 100%;


    }

    .footermenu ul li a {

        font-size: 26px;
        color: #ff3434;
        margin-bottom: 40px;
        display: block;
        text-transform: uppercase

    }

    .footermenu ul li ul {



    }

    .footermenu ul li ul li {

        display: block;
        width: auto;
        margin-bottom: 0;

    }

    .footermenu ul li ul li a {

        font-size: 18px;
        color: #0f91ef;
        margin-bottom: 7px;
        display: block;
        text-transform: none

    }

    
    .copyright {

        text-align: center

    }

    .copyright .cgsd {

        display: block;
        margin-bottom: 20px;

    }

    .copyright .merbal {

        float: none;
        display: block;
        text-align: center

    }

    .menubtn {
        
        background: url("/images/mobmenu.svg") no-repeat;
        background-size: contain;
        width: 30px;
        height: 30px;
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 40
        
    }
    
    .menubtn.active {
        
        background: url("/images/mebmenu_red.svg") no-repeat;
        background-size: contain;
        width: 30px;
        height: 30px;
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 40
        
    }
    
    .qfcheckbox {
    
    display: inline-block;
    vertical-align: top;
    width: calc(48% - 5px);
    margin-right: 0%;
    
}
    
    
}










