@import url("../fonts/stem/stylesheet.css");
@import url("../fonts/gost-type-a/stylesheet.css");

html, body {
    width: 100%;
    min-height: 100%;
}

body {
    width: 100%;
    min-height: 100%;
    font-family: Stem;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    text-align: left;
    color: #000000;
}

body.open {
    height: 100vh;
    overflow: hidden;
}

.main * {
    transition: .3s;
    font-family: Stem !important;
    font-size: 14px;
}

.main .container {
    max-width: 1400px;
}

.main {
    width: 100%;
    text-align: left;
    overflow-x: hidden;
}

.main .container .row img {
    max-width: 100%;
    height: auto;
}

.header {
    z-index: 20;
    width: 100%;
    position: fixed;
    height: 60px;
    padding-top: 10px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    background-color: #fff;
}

.header .col-12 > div {
    display: inline-block;
    vertical-align: middle;
    margin: 0 33px;
}

.header .col-12 > div.logo {
    margin: 0 25px 0 0;
}

.header .col-12 > div.logo-sh {
    margin-right: 0;
    margin-top: -4px;
}

.header .logo img {
    width: 131px;
    height: auto;
}

.header .logo-sh img {
    width: 128px;
    height: auto;
}

.main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-menu ul li {
    list-style: none;
    padding: 0 0 0 10px;
    margin: 0 26px;
    display: inline-block;
}

.main-menu ul li a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
}

.main-menu ul li a:hover {
    color: #E64B38;
    text-decoration: none;
}

.header .b-buy {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    color: #ffffff;
    background-color: #E64B38;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.header .b-buy:hover {
    text-decoration: none;
}

.header .contacts {
    margin-left: 20px !important;
    padding-left: 30px;
    border-left: solid 1px #256EA5;
}

.header .contacts {
    width: 190px;
}

.header .contacts .tel {
    color: #256EA5;
    text-decoration: none;
}

.header .contacts .email {
    color: #39BAC8;
    text-decoration: none;
}

.block-h {
    background-image: url("../img/hbg2.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 450px;
}

.block-h .img img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
}

.block-h .text-1 {
    font-size: 24px;
    line-height: 1.5;
    color: #ffffff;
    font-weight: 400;
    margin-top: 80px;
    margin-bottom: 140px;
    text-transform: uppercase;
}

.block-h {
    margin-top: 70px;
    padding-top: 110px;
}

.list-red {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-red li {
    padding: 0 0 0 5px;
    margin: 0 0 10px 0;
    list-style: none;
    color: #303030;
    font-size: 18px;
    line-height: 24px;
    position: relative;
}

.list-red li:before {
    content: ".";
    font-size: 30px;
    color: #E64B38;
    display: block;
    line-height: 20px;
    margin-right: 5px;
    position: absolute;
    top: -6px;
    left: -5px;
}

.block-h .text-r {
    background-color: #E64B38;
    padding: 15px 15px 15px 50px;
    width: 100vw;
    position: absolute;
    bottom: 15px;
}

.block-h .text-r .text {
    width: 35vw;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}

.button-buy {
    width: 177px;
    height: 64px;
    background-color: #ffffff;
    position: fixed;
    right: 15px;
    bottom: 15px;
    border-radius: 32px;
    border: solid 1px #E64B38;
}

.button-buy a {
    display: block;
    width: 175px;
    height: 62px;
    background-color: #ffffff;
    border-radius: 32px;
    text-align: center;
    padding: 9px;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0.05em;
    color: #000000;
    text-transform: uppercase;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.button-buy a span {
    display: block;
    color: #E64B38;
}

.button-buy a:hover {
    opacity: 1;
    text-decoration: none;
    color: #000000;
}

.button-buy a:hover span {
    color: #E64B38;
}

.block-2 {
    background-color: #F9F9F9;
    padding: 70px 0;
    margin-top: 50px;
}

.block-2 .text-b-o {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    color: #E64B38;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.block-2 .text-b {
    font-size: 40px;
    font-weight: 300;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 70px;
}

.block-2 .text-p {
    width: 80%;
    font-size: 18px;
    font-weight: 300;
}

.block-2 .text-l {
    background-color: #E64B38;
    padding: 15px 15px 15px 50vw;
    width: calc(100% + 50vw);
    position: relative;
    left: -50vw;
    margin-top: 70px;
    margin-bottom: 50px;
}

.block-2 .text-l .text {
    width: 35vw;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}

.block-2 .list-red li {
    color: #303030;
}

.block-3 {
    padding: 70px 0 40px;
}

.block-3 .text-b-o {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    color: #E64B38;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.block-3 .text-b {
    font-size: 40px;
    font-weight: 300;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 70px;
}

.block-3 .item-s {
    text-align: center;
    margin-bottom: 30px;
}

.block-3 .item-s img {
    height: 180px;
    width: auto;
}

.block-3 .item-s .text-s {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.block-4 {
    background-color: #E64B38;
    padding: 70px 0;
}

.block-4 .text-b-o {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.block-4 .text-b {
    font-size: 40px;
    font-weight: 300;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 70px;
}

.block-4 .text-bg {
    font-size: 18px;
    color: #ffffff;
    padding: 40px 40px 0 40px;
}

.block-4 .text-bg {
    background-image: url("../img/1.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.block-4 .text-bg.t2 {
    background-image: url("../img/2.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.block-5 {
    padding: 70px 0 200px 0;
}

.block-5 .text-b-o {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    color: #E64B38;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.block-5 .text-b {
    font-size: 40px;
    font-weight: 300;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 70px;
}

.block-5 .item-l {
    padding: 15px;
    background-color: #F9F9F9;
    height: 100%;
}

.block-5 .img img {
    width: 60%;
    height: auto;
    margin-top: -80px;
}

.block-5 .title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    color: #E64B38;
    height: 100px;
}

.block-5 .title span {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
}

.block-5 .img2 {
    height: 140px;
}

.block-5 .img2 img {
    width: auto;
    height: 140px;
    margin-top: -40px;
}

.block-6 {
    background-color: #E64B38;
    padding: 50px 0 30px;
}

.block-6 .img {
    margin-top: -170px;
}

.block-6 .img-2 {
    margin-top: -170px;
}

.desc ul {
    padding: 0;
    margin: 10px 0 0 10px;
    list-style: none;
}

.desc ul li {
    padding: 0 0 0 5px;
    margin: 0 0 5px 0;
    list-style: none;
    color: #303030;
    font-size: 14px;
    line-height: 1.2;
    position: relative;
}

.desc ul li:before {
    content: ".";
    font-size: 30px;
    color: #000000;
    display: block;
    line-height: 20px;
    margin-right: 5px;
    position: absolute;
    top: -9px;
    left: -5px;
}

.block-6 .desc {
    margin-top: 70px;
}

.block-6 .desc p {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
}

.block-6 .desc ul li {
    color: #ffffff;
}

.block-6 .desc ul li:before {
    color: #ffffff;
}

.button-p a {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    padding: 10px 25px;
    color: #000000;
    background-color: #ffffff;
    border-radius: 4px;
    text-decoration: none;
    margin: 30px 0;
}

.button-p a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #000000;
}

.button-p.orange a {
    color: #ffffff;
    background-color: #E64B38;
}

.button-p.orange a:hover {
    color: #ffffff;
    background-color: #000000;
}

.block-7 {
    padding: 70px 0 40px;
}

.block-7 .text-o {
    font-size: 36px;
    font-weight: 500;
    color: #E64B38;
    margin: 20px 0 50px;
}

.block-7 .desc {
    font-size: 20px;
}

.block-7 .desc span {
    font-weight: 500;
    font-size: 20px;
}

.block-7 .desc p {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}

.block-7 .desc ul {
    margin: 30px 0 30px 10px;
}

.block-7 .desc ul li {
    color: #000000;
    font-size: 20px;
}

.block-7 .desc ul li:before {
    color: #000000;
    top: -6px;
}

.block-8 {
    padding: 70px 0 40px;
    background-color: #F9F9F9;
}

.block-8 .text-b-o {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    color: #E64B38;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.block-8 .text-b {
    font-size: 40px;
    font-weight: 300;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 100px;
}

.block-8 .item-s {
    margin-bottom: 30px;
    background-color: #E6E6E6;
    padding: 30px 30px 0 30px;
    border-radius: 20px;
    height: 100%;
}

.block-8 .item-s .img {
    margin-top: -100px;
}

.block-8 .item-s .img img {
    height: 380px;
    width: auto;
}

.block-8 .item-s .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #E64B38;
    margin-bottom: 15px;
    margin-top: 30px;
}

.block-8 .item-s .text p {
    font-size: 18px;
}

.block-8 .item-s .text p span {
    font-size: 18px;
    font-weight: 500;
}

.block-8 .text-2 {
    text-align: center;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 500;
    color: #E64B38;
    margin: 30px auto;
    padding: 0 30px;
}

.block-8 .button-p.orange {
    text-align: center;
}

.block-9 .text-b-o {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    color: #E64B38;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.block-9 .text-b {
    font-size: 40px;
    font-weight: 300;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.block-9 {
    padding: 70px 0 40px;
    background-color: #ffffff;
}

.block-9 .text-p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 15px;
}

.block-9 .text-p span {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    color: #E64B38;
}

.block-9 .item-r {
    margin-top: 30px;
}

.block-9 .item-r .title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    color: #E64B38;
    text-align: center;
    margin-bottom: 15px;
}

.block-9 .item-r .desc {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    margin: 30px 0;
}

.block-9 .item-r .desc span {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.block-9 .text-small {
    width: 70%;
    margin: 40px 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
}

.block-10 {
    padding: 70px 0 140px;
    background-color: #F9F9F9;
}

.block-10 .text-b-o {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-bottom: 30px;
}

.block-10 .text-b-o span {
    color: #E64B38;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.block-10 .text {
    font-size: 18px;
    margin-bottom: 15px;
}

.block-10 .c-item {
    margin: 15px 0;
}

.block-10 .text-5 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 30px;
    color: #A7A7A7;
}

.sgr {
    margin-top: 15px;
}

.sgr a {
    color: #E64B38;
    text-transform: uppercase;
    font-weight: 500;
}

.sgr a img {
    margin-top: -19px;
}

.sgr a .black {
    display: none;
}

.sgr a:hover {
    text-decoration: none;
    color: #000000;
}

.sgr a:hover .black {
    display: inline-block;
}

.sgr a:hover .orange {
    display: none;
}

.block-10 .c-item .img {
    display: inline-block;
}

.p-window {
    display: none;
    position: fixed;
    top: 50px;
    width: 80%;
    padding: 70px;
    z-index: 10;
    background-color: #ffffff;
    left: 50%;
    margin-left: calc(-40%);
    height: calc(100vh - 100px);
    overflow-y: auto;
}

.footer__notice {
    font-family: "GOST type A", sans-serif !important;
    font-size: 55px;
    line-height: 170px;
    margin-bottom: 50px;
    -ms-transform: scale(1, 3);
    transform: scale(1, 3);
    opacity: .2;
}

.ffooter {
    text-align: center;
    padding: 70px 0;
    background-color: #E64B38;
    z-index: 0;
    position: relative;
}

.ffooter * {
    color: #ffffff;
}

.footer__logo {
    margin-top: 50px;
}

.p-window .text-b-o {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    color: #E64B38;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.p-window .text-b {
    font-size: 40px;
    font-weight: 300;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.p-window .text-b-2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}

.p-window .img-2 {
    width: 300px;
}

.p-window .img {
    height: 100px;
    text-align: center;
}

.p-window .item-k {
    background-color: #F9F9F9;
    padding: 30px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}

.p-window .item-k .title {
    color: #E64B38;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 15px 0;
}

.p-window .item-k .subtitle {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 15px 0;
}

.p-window .text {
    margin: 15px 0;
    width: 118px;
    text-align: center;
}

.p-window .text-3 {
    margin: 15px 0;
}

.p-wrapper {
    display: none;
    position: fixed;
    z-index: 5;
    background: rgb(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.pw-close {
    position: fixed;
    right: 30px;
    top: 30px;
}

.p-window-2 {
    display: none;
    position: fixed;
    top: 50px;
    width: 80%;
    padding: 70px;
    z-index: 10;
    background-color: #ffffff;
    left: 50%;
    margin-left: calc(-40%);
    height: calc(100vh - 100px);
    overflow-y: auto;
}

.p-window-2 .text-b-o {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    color: #E64B38;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.p-window-2 .text-b {
    font-size: 40px;
    font-weight: 300;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.p-window-2 .text-b-2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}

.p-window-2 .item-k {
    background-color: #F9F9F9;
    padding: 30px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.p-window-2 .item-k .title {
    color: #E64B38;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.block-gel {
    padding-top: 70px;
    background-image: url("../nimg/pack2.png");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: auto 350px;
}

.down-scroll {
    width: 168px;
    height: 153px;
    position: fixed;
    left: 44px;
    bottom: 15px;
    background-image: url("../img/down-scroll.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    animation: .3s linear .3s infinite alternate UpDown;
}

.mobile {
    display: none !important;
}

.block-5 .img2 img {
    height: 140px !important;
    width: auto !important;
}

.gb .img {
    padding: 0 40px;
    border: solid 1px #DBDBDB;
    height: 42px;
    border-radius: 42px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    max-width: 197px;
}

.gb .img img {
    max-width: 100%;
    height: auto;
}

@keyframes UpDown {
    from {
        bottom: 15px
    }
    to {
        bottom: 5px;
    }
}

@media (max-width: 1399px) {
    .down-scroll, .button-buy {
        display: none;
    }

    .header .col-12 > div {
        margin: 0 5px;
    }

    .main-menu ul li {
        margin: 0 15px;
    }

    .block-h {
        background-size: auto 350px;
    }

    .block-h .text-1 {
        margin-top: 40px;
        margin-bottom: 100px;
    }

    .p-window .img-2 {
        width: auto;
    }

    .block-gel {
        background-size: auto 245px;
    }
}

@media (max-width: 1599px) {
    .block-h .text-r .text {
        width: 50vw;
    }

    .block-2 .text-l .text {
        width: 50vw;
    }
}

@media (max-width: 1299px) {
    .block-h .text-r .text {
        width: 50vw;
    }

    .block-2 .text-l .text {
        width: 50vw;
    }
}

@media (max-width: 1199px) {
    .block-h .text-r .text br {
        display: none;
    }

    .block-2 .text-l .text br {
        display: none;
    }

    .block-h .text-1 {
        margin-top: -20px;
        margin-bottom: 100px;
    }

    div.logo-sh, div.contacts {
        display: none !important;
    }

    .block-5 .title {
        font-size: 14px;
    }

    .block-5 .title span {
        font-size: 18px;
    }

    .p-window, .p-window-2 {
        top: 30px;
        height: calc(100vh - 60px);
        width: 90%;
        margin-left: calc(-45%);
        padding: 40px;
    }

    .p-window .item-k .title {
        font-size: 18px;
    }

    .block-9 .item-r .title {
        line-height: 25px;
        height: 50px;
    }

    .block-h {
        background-size: auto 300px;
    }
}

.main-menu-button > div {
    width: 33px;
    height: 3px;
    border-radius: 1px;
    background-color: #1A345B;
}

.main-menu-button > div:nth-of-type(2) {
    opacity: .5;
    margin: 7px 0;
    width: 25px;
}

.main-menu-button {
    position: relative;
    left: 0;
    top: 0;
    margin-right: 5px !important;
}

@media (max-width: 991px) {
    .block-8 .item-s .img img {
        height: auto;
        width: 100%;
    }

    .block-10 {
        padding: 40px 0 40px;
        background-color: #F9F9F9;
    }

    .mobile {
        display: block !important;
    }

    .main-menu-button.mobile {
        display: inline-block !important;
    }

    .main-menu {
        display: none !important;
    }

    .header .buttons {
        float: right;
    }

    .header {
        position: fixed;
        height: 45px;
        padding-top: 10px;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
        background-color: #fff;
        z-index: 20;
        width: 100%;
    }

    .p-window, .p-window-2 {
        top: 70px;
        height: calc(100svh - 95px);
        width: 90%;
        margin-left: calc(-45%);
        padding: 15px;
    }

    .pw-close {
        position: fixed;
        right: 40px;
        top: 90px;
        z-index: 19;
    }

    .text-b-o {
        font-size: 30px !important;
    }

    .text-b {
        font-size: 30px !important;
    }

    .text-b-2 {
        font-size: 18px !important;
    }

    .block-gel {
        background-image: none;
    }

    .block-8 .item-s {
        margin-bottom: 30px;
        background-color: #E6E6E6;
        padding: 30px 30px;
        border-radius: 20px;
        height: calc(100% - 30px);
    }

    .block-5 .item-l {
        padding: 15px;
        background-color: #F9F9F9;
        height: calc(100% - 30px);
        margin-bottom: 30px;
    }

    .block-5 .img img {
        width: 120px;
        height: auto;
        margin-top: -25px;
    }

    .block-5 .img2 {
        height: auto;
        min-height: 30px;
    }

    .block-5 .title {
        height: auto;
        margin-bottom: 30px;
    }

    .text-bg.t1 {
        margin-bottom: 30px;
    }

    .block-2 .text-l .text {
        width: 100%;
    }

    .block-2 .text-l .text br {
        display: none;
    }

    .block-2 .img {
        margin-bottom: 30px;
    }

    .block-h .text-r .text {
        width: 100%;
    }

    .block-h .text-r {
        position: relative;
        margin-top: 40px;
        padding-left: 15px;
        width: 100%;
    }

    .block-h .text-r br {
        display: none;
    }

    .block-2 .text-b {
        margin-bottom: 30px;
    }

    .block-2 .text-l {
        margin: 30px 0;
    }

    .block-6 .img {
        margin: -180px 0 30px 0;
    }

    .block-6 .img-2 {
        margin-top: 0;
    }

    .block-5 {
        padding-bottom: 120px;
    }

    .block-h .text-1 {
        margin-top: 0;
        margin-bottom: 100px;
    }

    .block-8 .item-s .img {
        margin-top: -100px;
    }

    .block-9 .item-r .title {
        line-height: 25px;
        height: auto;
    }

    .block-9 .text-small {
        width: 100%;
        margin: 0;
    }

    .block-10 .c-item .img {
        display: block;
        text-align: center;
    }

    .main-menu.mobile.open {
        top: 45px;
    }

    .main-menu.mobile {
        position: fixed;
        left: 0;
        top: -150px;
        width: 100%;
        height: auto;
        z-index: 9 !important;
        padding: 15px;
        background-color: #ffffff;
        box-shadow: 0px 1px 4px rgba(0,0,0,0.25);
        display: block !important;
        margin: 0 !important;
        transition: top 2s;
    }

    .main-menu.mobile ul li {
        margin: 10px 10px 10px 0;
    }

    .header .col-12 > div.logo {
        margin: 0 25px 0 10px;
    }

    .block-h {
        margin-top: 60px;
        padding-top: 90px;
    }

    .block-h .text-1 {
        margin-top: 0;
        margin-bottom: 100px;
        width: 60%;
    }
}

@media (max-width: 767px) {
    .block-h .text-1 {
        margin-top: 0;
        margin-bottom: 70px;
        width: 80%;
    }

    .col-6.col-md-4.c-item.gb {
        height: 100%;
    }

    .gb .img {
        padding: 0 7px;
        height: 100%;
    }

    .main .container .row .gb .img img {
        height: 25px;
        width: auto;
        vertical-align: middle;
    }
}

@media (max-width: 576px) {
    .block-h .text-1 {
        margin-top: 0;
        margin-bottom: 70px;
        width: 100%;
    }

    .p-window .text {
        width: auto;
        font-size: 11px;
    }

    .block-h {
        background-size: auto 320px;
    }
}

@media (max-width: 420px) {
    .block-h .text-1 {
        font-size: 20px;
    }

    .block-h {
        background-size: auto 300px;
    }
}

@media (max-width: 1199px) {
    .footer__notice {
        font-size: 45px;
        line-height: 45px;
    }
}

@media (max-width: 991px) {
    .footer__notice {
        font-size: 30px;
        line-height: 30px;
    }
}

@media (max-width: 575px) {
    .footer__notice {
        font-size: 20px;
        line-height: 20px;
    }
}

.col-md-4.c-item.i-shop .img {
    width: 197px;
    height: 42px;
    border: solid 1px #ccc;
    padding: 5px 20px 10px 20px;
    border-radius: 50px;
}

@media (max-width: 575px) {
    .col-md-4.c-item.i-shop .img {
        margin: auto;
    }
}