@charset "utf-8";
@import "/css/slick.css";
@import "/css/slick-theme.css";

* {
    margin: 0;
    padding: 0;
    outline: none;
}

html {
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    color: #333;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    position: relative;
}

ul,
h1,
h2,
h3,
p {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

img {
    border: none;
    padding: 0;
    margin: 0;
}

a {
    outline: none;
}

a {
    color: #3A5A96;
}

a:hover {
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
    color: #cc0000;
}

a:focus {}

a:visited {}

/*a, a:hover{
    -webkit-transition: all.6s ease;
    -moz-transition: all.6s ease;
    -ms-transition: all.6s ease;
    -o-transition: all.6s ease;
    transition: all.6s ease;
}*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

/*Общие стили*/

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}

.empty {
    padding: 0 15px;
}

.tcenter {
    text-align: center;
}

.hcenter {
    text-align: center;
}

.hcenter span {
    display: inline-block;
    position: relative;
}

.hcenter span:before,
.hcenter span:after {
    content: "";
    width: 120px;
    height: 21px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.hcenter span:before {
    right: 100%;
    margin-right: 25px;
    background: url(../img/hleft.png) 0 0 no-repeat;
}

.hcenter span:after {
    left: 100%;
    margin-left: 25px;
    background: url(../img/hright.png) 0 0 no-repeat;
}

h1 {
    font-size: 42px;
    font-weight: normal;
    margin-bottom: 50px;
}

h2 {
    font-size: 35px;
    font-weight: normal;
    margin-bottom: 40px;
}

h3 {
    font-size: 22px;
}

h4 {}

h5 {}

span {}

p {}

.wrapper {
    max-width: 100%;
    min-height: 100%;
}

/*Шапка сайта*/

header {
    position: relative;
    height: 120px;
}

.logo {
    position: absolute;
    width: 13%;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateY(-50%);
    z-index: 10;
}

.logomini {
    width: 160px;
}

.logo img {
    width: 100%;
    height: auto;
}

.top-icon a {
    text-decoration: none;
    display: inline-block;
}

.top-icon a img {
    width: 40px;
    height: 40px;
}

.top-vk {
    margin-right: 5px;
}

a.top-question {
    display: inline-block;
    padding: 10px 10px;
    color: #1aa355;
    text-decoration: none;
    border-radius: 4px;
}

a.top-question:hover {
    background: #FEDE37;
    color: #000;
}

a.top-question.active {
    background: #FEDE37;
    color: #000;
}

/*Меню*/

.menu {
    max-width: 100%;
    position: relative;
    z-index: 999;
}

.nav,
#touch-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav {
    margin-top: 40px;
}

.nav li {
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 1px;
}

.nav li a {
    display: block;
    text-decoration: none;
    padding: 10px 10px;
    border-radius: 4px;
    color: #1aa355;
}

.nav li a:hover {
    background: #FEDE37;
    color: #000;
}

.nav li a.active {
    background: #FEDE37;
    color: #000;
}

#touch-menu {
    display: none;
}

/*Меню-закрыто*/

.top-phone {
    float: left;
    font-size: 22px;
    background: url(../img/phone.svg) 0 0 no-repeat;
    padding-left: 45px;
    margin-right: 20%;
}

.top-phone span {
    font-size: 14px;
    color: #777;
    display: block;
}

.top-phone a {
    color: #1aa355;
    text-decoration: none;
}

.top-icon {
    float: right;
}

.top-right {
    float: right;
    padding-top: 40px;
}

/*Шапка сайта-закрыто*/

i.fa-ruble-sign {
    font-size: 14px;
    margin-left: 3px;
}

/*Баннер*/

.banner {
    width: 100%;
    /*height: 440px;*/
    background-color: #999;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 60px;
    position: relative;
}

.banner:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40px;
    background: url(../img/banner-bottom.png);
    width: 224px;
    height: 66px;
    z-index: 2;
}

.banner:after {
    content: "";
    position: absolute;
    top: 60px;
    right: 0;
    background: url(../img/banner-right.png);
    width: 91px;
    height: 177px;
    z-index: 2;
}

.bannerdiv {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.carousel .slide {
    background: none;
}

.partners {
    margin-bottom: 35px;
}

.partners .slide,
.partners .slick-slide {
    box-shadow: 0px 0px 1px 0px rgba(26, 163, 85, 1);
    margin: 5px;
}

/* .partners img {
    max-height: 200px;
}

*/

/*Баннер-закрыто*/

/*Каталог*/

.catalog {
    margin-left: -8px;
}

.catalog>div {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
    margin-bottom: 40px;
}

.catalog a span {
    display: block;
}

.catalog img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.catalog a span {
    display: block;
    margin: 4px 0 3px 0;
    font-size: 22px;
}

.catalog a {
    text-decoration: none;
}

ul.catalog-pages {
    text-align: center;
    margin: 10px 0;
}

ul.catalog-pages li {
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
}

ul.catalog-pages li a {
    padding: 10px 20px;
    border-right: 1px solid rgba(58, 90, 150, 0.4);
    border-top: 1px solid rgba(58, 90, 150, 0.4);
    border-bottom: 1px solid rgba(58, 90, 150, 0.4);
}

ul.catalog-pages li:last-child a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

ul.catalog-pages li:first-child a {
    border-left: 1px solid rgba(58, 90, 150, 0.4);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

ul.catalog-pages li a.active {
    color: #cc0000;
    font-weight: bold;
}

.filter-a {
    position: absolute;
    top: -90px;
    right: 15px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    background-color: #fff;
    border: 1px solid #3A5A96;
    color: #3A5A96;
    border-radius: 4px;
    cursor: pointer;
}

.filter-a:hover {
    border: 1px solid #aab7ce;
}

.filter-a.active {
    background-color: #3A5A96;
    color: #fff;
}

.filter.active {
    display: block;
}

.filter {
    display: none;
    text-align: center;
    margin-bottom: 20px;
    transition: .6s;
}

ul.filter-list {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 16px;
}

ul.filter-list:last-child {
    margin-right: 0px;
}

ul.filter-list li {
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
}

ul.filter-list li button {
    padding: 5px 10px;
    border-right: 1px solid rgba(58, 90, 150, 0.4);
    border-top: 1px solid rgba(58, 90, 150, 0.4);
    border-bottom: 1px solid rgba(58, 90, 150, 0.4);
    border-left: none;
    color: #3A5A96;
    outline: none;
    font-size: 18px;
    background: none;
    cursor: pointer;
}

/*ul.filter-list li button:hover,*/

ul.filter-list li button.active {
    background: #3A5A96;
    color: #fff;
}

ul.filter-list li:last-child button {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

ul.filter-list li:first-child button {
    border-left: 1px solid rgba(58, 90, 150, 0.4);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.loadmore {
    display: block;
    margin: 10px auto;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 4px;
    border: 1px solid #1aa355;
    background: none;
    color: #1aa355;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.loadmore:hover {
    background: #FEDE37;
    color: #000;
    border: 1px solid #FEDE37;
}

/*Каталог-закрыто #1aa355*/

/*Информация*/

.info-fon {
    position: relative;
    padding-top: 120px;
    background: url(/img/gl-fon.jpg) center top no-repeat;
    overflow: hidden;
}

.info-fon img#element1 {
    display: block;
    position: absolute;
    top: 0;
    right: 100px;
}

.info-fon img#element2 {
    display: block;
    position: absolute;
    top: 100px;
    left: 30px;
}

.info-fon img#element3 {
    display: block;
    position: absolute;
    top: 450px;
    left: 100px;
}

.info-fon img#element4 {
    display: block;
    position: absolute;
    top: 500px;
    right: 50px;
}

.info-fon img#element5 {
    display: block;
    position: absolute;
    bottom: 200px;
    left: 30px;
    z-index: 12;
}

.info-fon img#element6 {
    display: block;
    position: absolute;
    bottom: 200px;
    right: 30px;
    z-index: 12;
}

ul.benefits {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

ul.benefits li {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;
}

.benefits-img {
    border: 2px solid #F3BC47;
    box-sizing: border-box;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.benefits-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.benefits-text {
    margin-top: 10px;
    text-align: center;
}

.bgreen .benefits-img {
    border-color: #79C71A;
}

.mt20 {
    margin-top: 20px
}

/*Информация-закрыто*/

/*Блок*/

.bannerBusiness {
    max-width: 1100px;
    height: 400px;
    border-radius: 4px;
    margin: 0 auto;
    background: linear-gradient(47.11deg, #3CB35C 51.16%, #99CB68 96.22%);
    margin-bottom: 100px;
    margin-top: 20px;
    position: relative;
}

.bannerBusiness:before,
.bannerBusiness:after {
    content: "";
    position: absolute;
    z-index: 4px;
}

.bannerBusiness:before {
    width: 160px;
    height: 122px;
    background: url(/img/bannerBusinessBefore.png) 0 0 no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
}

.bannerBusiness:after {
    width: 81px;
    height: 135px;
    background: url(/img/bannerBusinessAfter.png) 0 0 no-repeat;
    bottom: 0;
    right: 0;
}

.bannerBusinessImg {
    width: 40%;
    height: 100%;
    background: url(../img/bannerBusinessImg.jpg) left center no-repeat;
    background-size: cover;
    float: left;
    margin-right: 40px;
}

.bannerBusinessText {
    padding: 40px 60px 10px 0px;
    color: #fff;
    font-size: 20px;
}

.bannerBusinessText h2 {
    margin-bottom: 16px;
}

ul.bannerBusinessCheck li {
    margin-top: 10px;
    font-size: 14px;
}

ul.bannerBusinessCheck li span {
    display: inline-block;
    width: 13px;
    height: 10px;
    background: url(/img/check.svg) 0 0 no-repeat;
    padding-right: 10px;
}

/*Блок-закрыто*/

/*Хлебные крошки*/

ul.breadCrumbs {
    z-index: 11;
    position: relative;
}

ul.breadCrumbs li {
    display: inline-block;
    position: relative;
    font-size: 16px;
}

ul.breadCrumbs li:after {
    content: " → ";
    color: #777;
}

ul.breadCrumbs li:last-child:after {
    content: "";
}

ul.breadCrumbs li a.active {
    color: #cc0000;
    text-decoration: none;
}

/*Хлебные крошки-закрыто*/

/*Продукт*/

.product {
    margin-top: 30px;
    padding-bottom: 70px;
}

.product-img {
    width: 100%;
}

.product-img img {
    width: 100%;
    height: auto;
    max-width: 1079px;
    text-align: right;
    border-radius: 4px;
}

.product-imgMini {
    width: 100%;
    margin-top: 3px;
}

.product-imgMini .slick-track {
    margin-left: 0;
    margin-right: 0;
}

.product-imgMini img {
    border-radius: 4px;
    opacity: .7;
    margin-right: 3px;
    height: auto;
}

.product-imgMini img.slick-current {
    opacity: 1;
}

.carousel .thumb {
    display: inline-block;
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: 4px;
    opacity: .6;
    margin-right: 3px;
    height: auto;
}

.carousel .thumb.selected,
.carousel .thumb:hover {
    opacity: 1;
    border: none;
}

.carousel .thumbs-wrapper {
    margin: 3px 0 0 0;
    overflow: hidden;
}

.product_info {
    padding-left: 5%;
}

.tab-content {
    margin-top: 35px;
}

.tab-content-list {
    display: none;
}

.tab-content-list p {
    margin-bottom: 15px;
    line-height: 1.2;
}

.tab-content-list:first-child {
    display: block;
}

ul.tab-menu {
    border-bottom: 1px solid #CFCFCF;
    width: 100%;
}

ul.tab-menu li {
    display: inline-block;
    vertical-align: top;
    padding: 15px 20px;
    font-size: 20px;
    margin-bottom: -1px;
}

ul.tab-menu li.active {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
    border-left: 1px solid #CFCFCF;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

ul.tab-menu li.active a {
    color: #000;
}

ul.tab-menu li a {
    text-decoration: none;
}

.catalogitems {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.product h1 {
    margin-bottom: 30px;
}

.product h3 {
    margin-top: 20px;
}

.print {
    margin-top: 30px;
    font-size: 28px;
    color: #777;
    height: 50px;
    padding: 0 20px;
    line-height: 50px;
    border: 1px solid #1AA355;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    display: inline-block;
    box-sizing: border-box;
}

.print span {
    color: #333;
}

.print span.print-list {
    display: none;
}

.print span.print-list:first-child {
    display: inline-block;
}

.product_info button {
    height: 50px;
    line-height: 50px;
    font-size: 28px;
    padding: 0 20px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #1AA355;
    color: #fff;
    border: 1px solid #1AA355;
    margin-left: 0px;
    font-family: 'inglobal', 'Philosopher', Arial, sans-serif;
    cursor: pointer;
}

.product_info button:hover {
    opacity: .9;
}

ul.size-sm {
    margin-top: 15px;
}

ul.size-sm li {
    display: inline-block;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid rgba(58, 90, 150, 0.5);
    box-sizing: border-box;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 10px;
    margin-right: 3px;
    cursor: pointer;
}

ul.size-sm li:hover {
    border: 1px solid rgba(58, 90, 150, 0.8);
}

ul.size-sm li.active {
    background: #FEDE37;
    color: #000;
}

ul.size-sm li span {
    color: #333;
}

ul.size-sm li b {
    display: block;
    color: #3A5A96;
    font-size: 30px;
}

ul.size-sm li.active b {
    color: #000;
}

ul.pokyp {
    width: 98%;
    margin: 0 auto 60px;
    text-align: center;
}

ul.pokyp li {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    max-width: 300px;
    font-size: 22px;
    margin-right: 8px;
    margin-bottom: 10px;
}

ul.pokyp li:last-child {
    margin-right: 0;
}

ul.pokyp li a {
    text-decoration: none;
}

ul.pokyp li img {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 6px;
}

/*Продукт-закрыто*/

/*Text*/

.text-content {
    padding-bottom: 60px;
}

.text-content h2 {
    margin-bottom: 15px;
}

.text-content p {
    margin-bottom: 15px;
}

.map {
    width: 100%;
    height: 360px;
    background-color: #ccc;
    border-radius: 4px;
}

ul.text-imagelogo li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

ul.text-imagelogo li img {
    width: 70px;
    height: auto;
}

.k-mt20 {
    height: 30px;
}

/*Text-закрыто*/

.mt30 {
    margin-top: 30px;
}

/*Инст*/

ul.inst {
    width: 98%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 13;
}

ul.inst li {
    display: inline-block;
    vertical-align: top;
    width: 16.32%;
    margin-right: 4px;
}

ul.inst li:last-child {
    margin-right: auto;
}

ul.inst li img {
    width: 100%;
}

/*Инст-закрыто*/

.submenu {}

footer {}

.footer {
    position: relative;
    color: #fff;
    height: 230px;
    margin: -230px auto 0;
    background: linear-gradient(26.55deg, #3CB35C 51.16%, #99CB68 96.22%);
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #FEDE37;
}

.footer>div {
    padding-top: 40px;
}

ul.fMenu {
    float: left;
    margin-right: 10%;
}

ul.fMenu li {
    margin-bottom: 5px;
}

.fContacks a {
    display: block;
    margin-bottom: 5px;
}

.fPhone {
    font-size: 25px;
    margin-bottom: 5px;
}

a.goodstudio {
    display: block;
    background: url(../img/goodstudio.png) left top no-repeat;
    padding-left: 65px;
    padding-top: 2px;
    height: 49px;
}

a#tophead {
    display: block;
    width: 22px;
    height: 12px;
    background: url(../img/tophead.svg) 0 0 no-repeat;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.quest {
    text-align: center;
    margin-top: 30px;
}

.quest-v {
    border: 1px solid #cfcaca;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    padding: 20px 10px;
    width: calc(100% - 20px);
    font-size: 22px;
    line-height: 1.2;
}

.quest-t {
    font-size: 18px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background: linear-gradient(26.55deg, #3CB35C 51.16%, #99CB68 96.22%);
    padding: 20px 10px;
    width: calc(100% - 20px);
    margin-top: -1px;
    color: #fff;
    line-height: 1.4;
}

.filter-list .fa-ruble-sign {
    font-size: 12px;
}

@media screen and (max-width: 1440px) {
    .info-fon img#element1 {
        right: 50px;
    }

    .info-fon img#element2 {
        left: 30px;
    }

    .info-fon img#element3 {
        left: 30px;
    }

    .info-fon img#element4 {
        right: 10px;
    }

    .info-fon img#element5 {
        left: 30px;
    }

    .info-fon img#element6 {
        right: 30px;
    }
}

@media screen and (max-width: 1380px) {
    .nav li {
        text-transform: none;
    }
}

@media screen and (max-width: 1340px) {
    .info-fon img#element1 {
        right: -30px;
    }

    .info-fon img#element2 {
        left: -30px;
    }

    .info-fon img#element3 {
        left: -60px;
    }

    .info-fon img#element4 {
        right: -60px;
    }

    .info-fon img#element5 {
        left: 10px;
        bottom: 150px;
    }

    .info-fon img#element6 {
        right: -20px;
        bottom: 150px;
    }
}

@media screen and (max-width: 1200px) {
    .nav li a {
        padding: 6px 8px;
    }

    .top-phone {
        margin-right: 20px;
        font-size: 18px;
    }

    .banner {
        /*height: 300px;*/
    }

    .banner:after,
    .banner:before {
        display: none;
    }

    .info-fon {
        padding-top: 90px;
    }

    .bannerBusinessText {
        font-size: 18px;
    }

    .info-fon img#element1 {
        right: -100px;
    }

    .info-fon img#element2 {
        left: -100px;
    }

    .info-fon img#element3 {
        left: -100px;
    }

    .info-fon img#element4 {
        right: -140px;
    }

    .info-fon img#element5 {
        left: -50px;
    }

    .info-fon img#element6 {
        right: -50px;
    }
}

@media screen and (max-width: 1120px) {
    .info-fon img#element1 {
        right: -150px;
    }

    .info-fon img#element2 {
        left: -150px;
    }

    .info-fon img#element3 {
        left: -150px;
    }

    .info-fon img#element4 {
        right: -200px;
    }

    .info-fon img#element5 {
        display: none;
    }

    .info-fon img#element6 {
        display: none;
    }

    .benefits-img {
        width: 120px;
        height: 120px;
    }

    .benefits-img img {
        width: 60px;
        height: auto;
    }
}

/*Ноутбуки и т.д.*/

@media screen and (max-width: 992px) {
    .top-phone {
        background: none;
        padding-left: 0px;
    }

    .nav {
        margin-top: 25px;
    }

    .top-right {
        padding-top: 25px;
    }

    header {
        height: 100px;
    }

    h1 {
        margin-bottom: 30px;
        font-size: 35px;
    }

    h2 {
        font-size: 25px;
        margin-bottom: 25px;
    }

    .banner {
        margin-bottom: 30px;
    }

    .info-fon {
        padding-top: 50px;
    }

    .bannerBusinessText {
        font-size: 16px;
        padding: 40px 30px 10px 0px;
    }

    .bannerBusiness {
        margin-bottom: 50px;
    }

    .footer {
        font-size: 16px;
    }

    .filter-a {
        top: -70px;
    }

    .print,
    .product_info button {
        font-size: 22px;
    }

    ul.pokyp li {
        width: 30%;
        font-size: 16px;
    }

    .info-fon img#element1 {
        display: none;
    }

    .info-fon img#element2 {
        display: none;
    }

    .info-fon img#element3 {
        display: none;
    }

    .info-fon img#element4 {
        display: none;
    }

    a.top-question {
        font-size: 14px;
    }

    .benefits-img {
        width: 100px;
        height: 100px;
    }
}

/*Планшеты*/

@media screen and (max-width: 768px) {

    /*Меню*/
    header {
        height: 70px;
    }

    .menu {
        height: 0px;
        padding: 0;
    }

    .nav {
        position: absolute;
        top: 45px;
        left: 0;
        right: 0;
        display: none;
    }

    .nav li {
        float: none;
    }

    .nav li a {
        color: #fff;
        border-top: 1px solid #eee;
        background: linear-gradient(26.55deg, #3CB35C 51.16%, #99CB68 96.22%);
        padding: 10px 15px;
    }

    .nav li:first-child a {
        border-top: none;
    }

    .nav li a:hover {
        color: #000;
        background: #F3BC47;
    }

    .nav li a:active {
        color: #fff;
        background: #F3BC47;
    }

    /*icon*/
    .touch-menu {
        display: block;
        width: 28px;
        height: 28px;
        padding-top: 13px;
        margin-left: 20px;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .touch-menu span:after,
    .touch-menu span:before {
        content: "";
        position: absolute;
        left: 0;
        top: 9px
    }

    .touch-menu span:after {
        top: 18px
    }

    .touch-menu span {
        position: relative;
        display: block
    }

    .touch-menu span,
    .touch-menu span:after,
    .touch-menu span:before {
        width: 100%;
        height: 2px;
        background-color: #000;
        transition: all 0.3s;
        backface-visibility: hidden;
        border-radius: 2px
    }

    .on span {
        background-color: transparent
    }

    .on span:before {
        -webkit-transform: rotate(45deg) translate(-1px, 0px);
        -moz-transform: rotate(45deg) translate(-1px, 0px);
        -o-transform: rotate(45deg) translate(-1px, 0px);
        transform: rotate(45deg) translate(-1px, 0px);
    }

    .on span:after {
        -webkit-transform: rotate(-45deg) translate(6px, -7px);
        -moz-transform: rotate(-45deg) translate(6px, -7px);
        -o-transform: rotate(-45deg) translate(6px, -7px);
        transform: rotate(-45deg) translate(6px, -7px);
    }

    /*icon*/
    /*Меню*/
    .logo {
        position: absolute;
        width: 16%;
        top: 2px;
        left: 10px;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }

    .top-right {
        padding-top: 15px;
        margin-right: 60px;
    }

    .top-icon {
        margin-left: 20px;
    }

    .banner {
        /*height: 200px;*/
    }

    ul.inst,
    .insth2 {
        display: none;
    }

    ul.benefits li {
        margin-bottom: 30px;
    }

    .info-fon {
        padding-top: 30px;
    }

    .fMenu {
        display: none;
    }

    .fContacks {
        margin-top: 15px;
    }

    a.goodstudio {
        margin-top: 15px;
    }

    .footer>div {
        padding-top: 20px;
    }

    .hcenter span:before,
    .hcenter span:after {
        display: none;
    }

    .bannerBusinessImg {
        width: 100%;
        height: 300px;
        background-size: cover;
        float: none;
        margin-right: 0px;
    }

    .bannerBusinessText {
        padding: 20px 30px 30px;
    }

    .bannerBusiness {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .bannerBusiness:before,
    .bannerBusiness:after {
        display: none;
    }

    .breadCrumbs {
        display: none;
    }

    .filter-a {
        top: 0px;
        right: 0px;
        padding: 0 15px;
        font-size: 16px;
        position: relative;
        box-sizing: border-box;
        display: block;
        margin-bottom: 10px;
    }

    .filter-list {
        font-size: 14px;
    }

    ul.filter-list li {
        height: 30px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    ul.filter-list li a {
        border: 1px solid rgba(58, 90, 150, 0.4);
        border-radius: 4px;
    }

    ul.filter-list {
        margin-bottom: 0px;
    }

    .filter {
        margin-bottom: 2px;
    }

    .product {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .text-content {
        padding-bottom: 20px;
    }

    .k-mt20 {
        height: 0;
    }

    ul.pokyp li {
        width: 100%;
        font-size: 16px;
    }

    .product_info {
        padding-left: 0;
        padding-top: 20px;
    }
}

@media screen and (max-width: 500px) {
    .nav li {
        text-transform: none;
    }

    .top-icon {
        display: none;
    }

    .top-right {
        margin-right: 45px;
    }

    .logo {
        width: 60px;
        top: 8px;
    }

    .top-question img {
        width: 35px;
    }

    .banner {
        /*height: 150px;*/
    }

    h1 {
        font-size: 30px;
    }

    ul.benefits li {
        width: 110px;
        font-size: 14px;
    }

    .top-phone {
        margin-right: 5px;
    }
}

.content-icon img {
    width: 40px;
    height: 40px;
}

.modal {
    position: relative;
    padding: 30px;
}

.modal input {
    display: block;
    width: 100%;
    padding: 5px 5px;
    border: none;
    border-bottom: solid 1px gray;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 15px;
}

.modal .error {
    font-size: 12px;
    color: red;
    margin-bottom: 15px;
}

.modal button {
    font-size: 18px;
    padding: 7px 15px;
    border-radius: 4px;
    background-color: #1AA355;
    color: #fff;
    border: 1px solid #1AA355;
    cursor: pointer;
    margin-top: 15px;
}

.modal h2 {
    margin-bottom: 10px;
}

.close-modal {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 40px;
    font-size: 30px;
    color: #565656;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
}

.close-modal:hover {
    color: #000;
}

.green_text {
    color: #1aa355;
}

.toys img,
.balloons img,
.postcards img {
    max-height: 400px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.toys p,
.balloons p,
.postcards p {
    margin: 15px;
}

.toys p.bold,
.balloons p.bold,
.postcards p.bold {
    font-weight: bold;
}

.toys>div,
.balloons>div,
.postcards>div {
    margin-bottom: 20px;
}

.slick-slider {
    height: 210px;
}