@charset "UTF-8";
@font-face {
    font-family: 'ADYS';
    src: url("../fonts/ADYS-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ADYS-Regular.otf") format("opentype"), url("../fonts/ADYS-Regular.woff") format("woff"), url("../fonts/ADYS-Regular.ttf") format("truetype"), url("../fonts/ADYS-Regular.svg#ADYS-Regular") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'ADYS';
    src: url("../fonts/ADYS-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ADYS-Bold.otf") format("opentype"), url("../fonts/ADYS-Bold.woff") format("woff"), url("../fonts/ADYS-Bold.ttf") format("truetype"), url("../fonts/ADYS-Bold.svg#ADYS-Bold") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Museo Sans Cyrl -300";
    src: url("../fonts/MuseoSansCyrl-300.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-300.woff") format("woff"), url("../fonts/MuseoSansCyrl-300.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-300.svg#MuseoSansCyrl-300") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Museo Sans Cyrl -500";
    src: url("../fonts/MuseoSansCyrl-500.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-500.woff") format("woff"), url("../fonts/MuseoSansCyrl-500.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-500.svg#MuseoSansCyrl-500") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans Cyrl -700';
    src: url("../fonts/MuseoSansCyrl-700.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-700.woff") format("woff"), url("../fonts/MuseoSansCyrl-700.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-700.svg#MuseoSansCyrl-700") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans Cyrl -900';
    src: url("../fonts/MuseoSansCyrl-900.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-900.woff") format("woff"), url("../fonts/MuseoSansCyrl-900.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-900.svg#MuseoSansCyrl-900") format("svg");
    font-weight: normal;
    font-style: normal;
}


/* lg */

.fixed-div {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 555;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.head {
    width: 100%;
}

main {
    padding-top: 150px;
}

.fixed:after {
    content: '';
    background: url(../i/header.png) top center no-repeat;
    width: 100%;
    height: 15px;
    position: absolute;
    bottom: -14px;
    left: 0;
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo a:hover,
.logo a:active,
.logo a:focus {
    text-decoration: none;
}

.logo-disc {
    color: #000000;
    font-family: ADYS;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    background: url(../i/ru.png) left center no-repeat;
    padding-left: 28px;
    display: block;
    margin-left: 17px;
}

.nav>li {
    display: block;
}

.nav>li a {
    padding-left: 18px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.nav>li a:after {
    content: '';
    border: 5px solid transparent;
    border-left: 5px solid #cc0216;
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    margin-top: 8px;
}

.head-phone a {
    color: #000000;
    font-family: ADYS;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    display: block;
    background: url(../i/head-phone.png) left center no-repeat;
    padding-left: 33px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.head-phone a:hover,
.head-phone a:active,
.head-phone a:focus {
    color: #cc0216;
    text-decoration: none;
}

.head-phone span {
    color: #000000;
    font-family: "Museo Sans Cyrl -300";
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    padding-left: 33px;
}

body.checkout-simplecheckout .fixed-div {
    position: absolute;
}

.head-button {
    padding-left: 33px;
}

.head-button a {
    width: 130px;
    height: 35px;
    -webkit-box-shadow: 1px 1px 4px #fb0000;
    box-shadow: 1px 1px 4px #fb0000;
    border-radius: 17px;
    background-color: #fb0000;
    color: #ffffff;
    font-family: "Museo Sans Cyrl -700";
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    display: block;
    line-height: 35px;
    text-align: center;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.head-button a:hover,
.head-button a:active,
.head-button a:focus {
    -webkit-box-shadow: 1px 1px 4px #fb0000;
    box-shadow: 1px 1px 4px #fb0000;
    border-radius: 17px;
    background-color: #f79312;
    text-decoration: none;
}

.head-address b {
    font-family: "Museo Sans Cyrl -900";
    font-size: 15px;
    line-height: 30px;
    display: block;
    background: url(../i/head-address.png) left center no-repeat;
    padding-left: 32px;
}

.head-address span {
    font-family: "Museo Sans Cyrl -500";
    font-size: 15px;
    line-height: 30px;
    margin-left: 32px;
    display: block;
}

.head-address a {
    margin-left: 32px;
    color: #cc0216;
    font-family: "Museo Sans Cyrl -700";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: underline;
    display: block;
    background: url(../i/head-map.png) left center no-repeat;
    padding-left: 20px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.head-address a:hover,
.head-address a:active,
.head-address a:focus {
    color: #53a002;
}

#cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.up-cart {
    display: inline;
}

.head-cart {
    background: url(../i/head-cart-new.png) 0 0 no-repeat;
    width: 90px;
    height: 78px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.head-cart span {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    border: 2px solid #ffffff;
    background-color: #cc0216;
    display: block;
    color: #ffffff;
    font-family: ADYS;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    border-radius: 30px;
    text-align: center;
    left: 10px;
    position: relative;
}

.cart-text {
    padding-top: 16px;
    color: #000000;
    font-family: "Museo Sans Cyrl -300";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding-left: 10px;
}

.cart-text b {
    font-family: "Museo Sans Cyrl -700";
}

.cart-text a,
.cart-text button {
    margin-top: 16px;
    color: #ffffff;
    font-family: "Museo Sans Cyrl -700";
    font-size: 13px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    width: 169px;
    height: 35px;
    -webkit-box-shadow: 1px 1px 4px #488c00;
    box-shadow: 1px 1px 4px #488c00;
    border-radius: 17px;
    background-color: #53a002;
    display: block;
    line-height: 35px;
    text-align: center;
}

.cart-text a:hover,
.cart-text a:active,
.cart-text a:focus,
.cart-text button:hover,
.cart-text button:active,
.cart-text button:focus {
    -webkit-box-shadow: 1px 1px 4px #488c00;
    box-shadow: 1px 1px 4px #488c00;
    border-radius: 17px;
    background-color: #61bb03;
    text-decoration: none;
}

.btn-red {
    width: 270px;
    height: 60px;
    -webkit-box-shadow: 1px 1px 4px #cc0216;
    box-shadow: 1px 1px 4px #cc0216;
    border-radius: 30px;
    background-color: #cc0216;
    display: block;
    text-decoration: none;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    font-family: "Museo Sans Cyrl -700";
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    padding: 0;
}

.btn-red:hover,
.btn-red:active,
.btn-red:focus {
    -webkit-box-shadow: 1px 1px 4px #cc0216;
    box-shadow: 1px 1px 4px #cc0216;
    background-color: #eb031a;
    text-decoration: none;
    color: #fff;
    border: 0;
    outline: none;
}

button.btn-green {
    color: #000000;
    font-family: "Museo Sans Cyrl -300";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #ffffff;
    font-family: "Museo Sans Cyrl -700";
    font-size: 13px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    width: 169px;
    height: 35px;
    -webkit-box-shadow: 1px 1px 4px #488c00;
    box-shadow: 1px 1px 4px #488c00;
    border-radius: 17px;
    background-color: #53a002;
    display: block;
    line-height: 35px;
    text-align: center;
    border: 0;
    outline: none;
}

button.btn-green:hover,
button.btn-green:active,
button.btn-green:focus {
    -webkit-box-shadow: 1px 1px 4px #488c00;
    box-shadow: 1px 1px 4px #488c00;
    border-radius: 17px;
    background-color: #61bb03;
    text-decoration: none;
    border: 0;
    outline: none;
}


/* end header */

.head-title-img {
    background: url(../i/head-title.png) top center no-repeat;
    width: 100%;
    min-height: 133px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.head-title-img:after {
    content: '';
    background: url(../i/head-title-before.png) 0 0 repeat-x;
    width: 100%;
    height: 63px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.head-title-text {
    margin: auto;
    color: #ffffff;
    font-family: ADYS;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
}

.head-title-text-top {
    font-size: 40px;
}

.head-title-text-1 {
    color: #ffd512;
}

.head-title-text-2 {
    position: relative;
    display: inline-block;
}

.head-title-text-2:after {
    content: '';
    background: #beff7a;
    width: 100%;
    position: absolute;
    height: 3px;
    bottom: -1px;
    left: 0;
}

.head-title-text-bottom {
    line-height: 35px;
}

.head-title-text-bottom b {
    color: #ffd512;
}

.head-title-text-bottom img {
    display: inline-block;
    vertical-align: middle;
    top: -2px;
    position: relative;
}


/* end head title */

.head-title {
    margin-top: 20px;
}

.section-bg {
    margin: 20px 0 0 0;
    background: url(../i/left-bg.jpg) left center no-repeat;
    position: relative;
}

.section-bg:after {
    content: '';
    background: url(../i/right-bg.png) right center no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.section-bg:before {
    content: '';
    background: url(../i/left-bg.png) left center no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.section-bg ul.list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
}

.section-bg ul.list li {
    min-height: 55px;
    border-radius: 28px;
    background-color: #d1f9a6;
    display: inline-block;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-bg ul.list li span {
    font-family: ADYS;
    font-size: 21px;
    font-weight: 700;
    color: #005014;
    line-height: 21px;
    padding-left: 20px;
    vertical-align: middle;
}

.section-bg ul.list li img {
    vertical-align: middle;
}

.section-bg-title-1 {
    font-family: ADYS;
    font-size: 65px;
    font-weight: 700;
    line-height: 60px;
    color: #cc0216;
}

.section-bg-li-icon {
    width: 64px;
    height: 64px;
    background-color: #ffffff;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-bg-li-icon img {
    margin: auto;
}

.section-bg-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.section-bg-li:first-child {
    margin-top: 25px;
}

.section-bg-li:last-child {
    margin-bottom: 0;
}

.section-bg-li span {
    font-family: ADYS;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    padding-left: 15px;
    color: #448400;
}

.section-bg-li .podarok {
    color: #ffffff;
    font-family: ADYS;
    font-size: 25px;
    font-weight: 700;
    background: #ffba00;
    position: relative;
    height: 43px;
    border-radius: 3px;
    padding: 0 14px 0 6px;
    line-height: 43px;
    margin-left: 36px;
}

.section-bg-li .podarok:after {
    content: '';
    position: absolute;
    /* Абсолютное позиционирование */
    background: url(../i/podarok.svg) 0 0 no-repeat;
    width: 17px;
    height: 43px;
    left: -16px;
    top: 0;
}

.elka {
    margin-top: 80px;
    min-height: 500px;
    position: relative;
}

.elka .col-xs-12:nth-child(1) {
    position: relative;
    z-index: 4;
}

.elka .col-xs-12 img {
    max-width: 100%;
    height: auto;
}

.elka .container .row .col-xs-12:nth-child(1):after {
    content: '';
    background: url(../i/bg.png) 0 0 no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.button-catalog {
    margin-top: 58px;
    max-width: 300px;
    position: relative;
}

.button-catalog:after {
    background: url(../i/header-button-content.png) 0 0 no-repeat;
    width: 94px;
    height: 84px;
    content: '';
    position: absolute;
    right: -111px;
    top: -33px;
}

.button-catalog a {
    height: 60px;
    -webkit-box-shadow: 1px 1px 4px #488c00;
    box-shadow: 1px 1px 4px #488c00;
    border-radius: 30px;
    background-color: #53a002;
    width: 100%;
    display: block;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    font-family: "Museo Sans Cyrl -700";
    font-size: 18px;
    font-weight: 400;
    line-height: 60px;
    text-transform: uppercase;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    position: relative;
}

.button-catalog a span {
    position: relative;
    z-index: 5;
    display: block;
    width: 100%;
    height: 100%;
}

.button-catalog a:after {
    content: '';
    width: 66px;
    height: 85px;
    position: absolute;
    bottom: 0;
    left: 13px;
    background: url(../i/button-catalog-after.png) 0 0 no-repeat;
    z-index: 2;
}

.button-catalog a:before {
    content: '';
    width: 42px;
    height: 52px;
    position: absolute;
    top: 8px;
    right: 26px;
    background: url(../i/button-catalog-before.png) 0 0 no-repeat;
    z-index: 2;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.button-catalog a:hover,
.button-catalog a:active,
.button-catalog a:focus {
    -webkit-box-shadow: 1px 1px 4px #488c00;
    box-shadow: 1px 1px 4px #488c00;
    border-radius: 30px;
    background-color: #61bb03;
    text-decoration: none;
}

.button-catalog a:hover:before,
.button-catalog a:active:before,
.button-catalog a:focus:before {
    opacity: 0;
}


/* start section-3 */

.section-3 {
    padding-bottom: 25px;
}

section {
    position: relative;
}

section .title {
    font-family: ADYS;
    font-size: 40px;
    font-weight: 700;
    line-height: 30px;
    color: #005014;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 20px;
}

section .title span {
    font-size: 30px;
    display: block;
}

section .title:after {
    content: '';
    width: 100%;
    height: 11px;
    display: block;
    margin-top: 16px;
    background: url(../i/section-title.png) top center no-repeat;
}

.section-2 {
    background: #eaf5de;
    padding-bottom: 49px;
}

.section-2:before {
    content: '';
    background: url(../i/section-2.png) top center no-repeat;
    width: 100%;
    height: 15px;
    display: block;
}

.section-2:after {
    content: '';
    width: 100%;
    height: 11px;
    display: block;
    background: url(../i/section-after.png) top center no-repeat;
    position: absolute;
    bottom: -11px;
    left: 0;
    z-index: 2;
}

.flex-video-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 450px;
    width: 100%;
}

.flex-video-block [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.video-block .block {
    height: 450px;
    background-color: #cc0216;
    position: relative;
}

.video-block .block:after {
    content: '';
    background: url(../i/dekor.png) 0 0 no-repeat;
    width: 15px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 1;
}

.video-block .block:before {
    content: '';
    width: 378px;
    height: 502px;
    background: url(../i/elka.png) 0 0 no-repeat;
    position: absolute;
    top: -42px;
    left: -56px;
    z-index: 2;
}

.video-block-red {
    position: relative;
    padding-left: 14px;
}

.video-block-red:after {
    content: '';
    width: 182px;
    height: 182px;
    background-color: #e30017;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#53a002), to(#7cd001));
    background-image: -webkit-linear-gradient(bottom, #53a002 0%, #7cd001 100%);
    background-image: -o-linear-gradient(bottom, #53a002 0%, #7cd001 100%);
    background-image: linear-gradient(to top, #53a002 0%, #7cd001 100%);
    border-radius: 100%;
    position: absolute;
    right: -23px;
    bottom: -37px;
    z-index: 2;
}

.video-block-title {
    color: #ffffff;
    font-family: ADYS;
    font-size: 30px;
    font-weight: 700;
    padding: 40px 0 0 60px;
    z-index: 2;
    position: relative;
}

.video-block-title:after {
    content: '';
    width: 105px;
    height: 105px;
    background-color: #e30017;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9c00), to(#f3ff3a));
    background-image: -webkit-linear-gradient(bottom, #ff9c00 0%, #f3ff3a 100%);
    background-image: -o-linear-gradient(bottom, #ff9c00 0%, #f3ff3a 100%);
    background-image: linear-gradient(to top, #ff9c00 0%, #f3ff3a 100%);
    display: block;
    border-radius: 100%;
    position: absolute;
    right: 122px;
    top: -12px;
    z-index: -1;
}

.video-ul {
    list-style: none;
    padding: 0;
    margin: 24px 0 0 60px;
    position: relative;
    z-index: 3;
}

.video-ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 14px;
}

.video-ul li:last-child {
    margin-bottom: 0;
}

.video-ul li span {
    color: #ffffff;
    padding-left: 12px;
    font-family: ADYS;
    font-size: 20px;
    font-weight: 400;
}

.youtube {
    background: #cc0216;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%;
}

.youtube .video {
    width: 100%;
    height: 100%;
}

.youtube .video div {
    height: 100%;
}

.youtube .video iframe {
    width: 100%;
    min-height: 450px;
    height: 100%;
}

.youtube .video img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-bg {
    background: #fff;
}

.elka .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

ul.list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.section-3 {
    background: #e0f6ff;
}

.girlanda {
    max-width: 660px;
    margin: 0 auto 20px auto;
    position: relative;
}

.girlanda:after {
    content: '';
    width: 100%;
    height: 80px;
    background: url(../i/girlanda.png) top center no-repeat;
    position: absolute;
    top: -34px;
    left: 0;
}

.girlanda-bg {
    position: relative;
    height: 55px;
    background: #56a202;
}

.girlanda-bg:after {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    background: url(../i/girlanda-left.png) 0 0 no-repeat;
    width: 7px;
    height: 55px;
}

.girlanda-bg:before {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    background: url(../i/girlanda-right.png) 0 0 no-repeat;
    width: 7px;
    height: 55px;
}

.girlanda-title {
    color: #ffffff;
    font-family: ADYS;
    font-size: 20px;
    font-weight: 700;
    line-height: 55px;
    text-transform: uppercase;
    padding-left: 30px;
}

.girlanda-right {
    position: absolute;
    right: -8px;
    top: 5px;
    max-width: 110px;
    min-height: 46px;
    background-color: #81d924;
    font-family: ADYS;
    font-size: 14px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    color: #005014;
    padding: 0 10px 0 3px;
}

.girlanda-right img {
    position: absolute;
    top: 0;
    left: -11px;
    height: 100%;
    -o-object-fit: none;
    object-fit: none;
}

.girlanda-right span {
    font-size: 19px;
}


/* start product */

.product-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
}

.product-all [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.product {
    position: relative;
    background: #fff;
    width: 100%;
    padding-bottom: 10px;
}

.left-product {
    width: 137px;
    color: #000000;
    font-family: "Museo Sans Cyrl -900";
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    color: #ffffff;
    width: 137px;
    height: 137px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}

.left-product span {
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-45deg);
    display: block;
    padding: 7px;
    text-align: center;
    width: 200px;
    position: relative;
    top: 40px;
    z-index: 2;
    left: -44px;
}

.hit span {
    background: #e35d6a;
}

.fluffy span {
    background: #92bc48;
}

.elite span {
    background: #dcae56;
}

.new span {
    background: #b18cc9;
}

.product-row {
    position: relative;
}

.product-right {
    position: absolute;
    right: 10px;
    top: 34px;
    z-index: 1;
}

.product-right .icon {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    margin: 0 auto;
}

.product-right .icon img {
    display: block;
    margin: auto;
}

.product-right .garant-product-icon {
    margin-bottom: 20px;
}

.product-right .garant-product-icon .icon {
    background: #53a002;
}

.product-right .podarok-product-icon .icon {
    background: #ffba00;
}

.product-right .podarok-inline {
    text-align: center;
    padding: 18px 7px;
    max-width: 190px;
    min-width: 190px;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.35);
    background-color: #ff7800;
    color: #ffffff;
    font-family: "Museo Sans Cyrl -700";
    font-size: 16px;
    font-weight: 400;
    display: none;
    position: absolute;
    top: -10px;
    left: -58px;
    z-index: 4;
}

.product-right .podarok-inline span {
    font-family: "Museo Sans Cyrl -500";
    font-size: 14px;
    line-height: 22px;
    display: block;
    width: 100%;
}

.product-right .podarok-inline:after {
    content: '';
    background: url(../i/podarok-inline.png) top center no-repeat;
    width: 100%;
    height: 71px;
    position: absolute;
    left: 0;
    bottom: -39px;
}

.podarok-inline-block .podarok-inline {
    display: block;
}

.product-right-title {
    font-family: "Museo Sans Cyrl -900";
    text-align: center;
    font-weight: 400;
    line-height: 17px;
    font-size: 17px;
    color: #53a002;
    margin-top: 8px;
}

.product-right-title span {
    font-size: 12px;
    display: block;
}

.podarok-product-icon .product-right-title {
    color: #ffba00;
}

.product-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
}

.product-img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.product-img a {
    display: block;
    margin: 0 auto;
}

.product-name-h {
    min-height: 60px;
}

.product-name {
    font-family: ADYS;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #005014;
    margin-bottom: 13px;
    padding: 0 15px;
}

.art {
    font-family: ADYS;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: #5e9f6e;
    margin-bottom: 8px;
}

.size {
    width: 220px;
    height: 38px;
    border-radius: 19px;
    background-color: #d6172a;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.size:after {
    content: '';
    background: url(../i/size.png) top center no-repeat;
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
}

.size>span {
    font-family: ADYS;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 12px;
    color: #ffffff;
}

.size span.current {
    font-family: ADYS;
    font-size: 14px;
    font-weight: 700;
    color: #005014;
}

.size-after:after {
    content: '';
    background: url(../i/active-select.png) 0 0 no-repeat;
    width: 35px;
    height: 34px;
    display: block;
    position: absolute;
    left: -39px;
    top: -6px;
    background-size: contain;
}

.sk-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 7px;
}

.sk-block .sk-inline {
    margin-right: 15px;
    width: 46px;
    height: 31px;
    background-color: #3399e7;
    color: #ffffff;
    font-family: "Museo Sans Cyrl -900";
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
}

.price .old-price {
    font-family: "Museo Sans Cyrl -700";
    font-size: 13px;
    font-weight: 400;
    text-decoration: line-through;
    color: #3399e7;
    position: relative;
    top: 7px;
}

.price .new-price {
    color: #000000;
    font-family: "Museo Sans Cyrl -900";
    font-size: 25px;
    font-weight: 400;
}

.add {
    -webkit-box-shadow: 1px 1px 4px #488c00;
    box-shadow: 1px 1px 4px #488c00;
    border-radius: 17px;
    border: 2px solid #53a002;
    background-color: #53a002;
    margin: 0 auto;
    font-family: "Museo Sans Cyrl -700";
    font-size: 13px;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
    display: block;
    max-width: 200px;
    height: 35px;
    color: #ffffff;
    text-align: center;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    padding: 0 15px;
    min-width: 200px;
}

.add:hover,
.add:active,
.add:focus {
    background-color: #61bb03;
    border: 2px #61bb03 solid;
    color: #ffffff;
    text-decoration: none;
    outline: none;
}

.like {
    color: #d6172a;
    font-family: ADYS;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
}


/* start section-4 */

.section-4 {
    background: #f9ffe0;
    padding-bottom: 20px;
}

.section-4:before {
    content: '';
    background: url(../i/section-4-1.png) 0 0 no-repeat;
    width: 100%;
    height: 15px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.section-4:after {
    content: '';
    background: url(../i/section-4-2.png) 0 0 no-repeat;
    width: 100%;
    height: 15px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -15px;
    z-index: 2;
}


/* start section-5 */

.section-5 {
    background: #fff;
}

.sovet ul {
    list-style: none;
    padding: 0 70px;
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sovet li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 25px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-bottom: 64px;
}

.sovet-icon {
    width: 70px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 70px;
    background-color: #cc0216;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 100%;
}

.sovet-icon img {
    display: block;
    margin: auto;
}

.sovet-content {
    padding-left: 30px;
}

.sovet-content-title {
    color: #d6172a;
    font-family: ADYS;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 20px;
}

.sovet-content-p {
    font-family: "Museo Sans Cyrl -300";
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: #000000;
}


/* start section-6 */

#links0 {
    width: 100%;
}

.photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
}

.photo .photo-block {
    overflow: hidden;
    width: 33.33333%;
}

.photo .photo-block img {
    max-width: 100%;
    height: auto;
    padding: 2px;
}

#Collage0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

#Collage0 .prog_container {
    overflow: hidden !important;
    width: 33.33333% !important;
    margin: 0 !important;
    height: auto !important;
}

#Collage0 .prog_container a {
    display: block;
    width: 100%;
    height: 100%;
}

#Collage0 .prog_container img {
    max-width: 100% !important;
    height: auto !important;
    padding: 2px !important;
    width: 100% !important;
}

.slick-prev {
    left: 0px;
}

.slick-next {
    right: 0px;
}

.super-garant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 75px;
}

.super-garant-content {
    padding-left: 57px;
}

.super-garant-icon {
    max-width: 220px;
}

.super-garant-icon img {
    max-width: 100%;
    height: auto;
}

.super-garant-title {
    color: #000000;
    font-family: ADYS;
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    padding-bottom: 20px;
}

.super-garant-title span {
    color: #cc0216;
}

.super-garant-b {
    color: #53a002;
    font-family: "Museo Sans Cyrl -500";
    font-size: 22px;
    line-height: 28px;
}

.super-garant-p {
    color: #000000;
    font-family: "Museo Sans Cyrl -300";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.super-garant-small {
    font-size: 12px;
    line-height: 28px;
    padding-top: 25px;
}

.super-garant-small .b {
    font-family: "Museo Sans Cyrl -700";
    font-weight: 700;
}

.super-garant-em {
    line-height: 22px;
}


/* section-7 */

.section-7 {
    background: url(../i/reviews.jpg) top center no-repeat;
    min-height: 647px;
    background-size: cover;
    padding-bottom: 25px;
}

.reviews img {
    -webkit-box-shadow: 0 12px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 12px 10px rgba(0, 0, 0, 0.2);
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.reviews .slick-slide {
    margin: 0 40px;
}

.reviews .slick-slide img {
    max-width: 270px;
    display: block;
    margin: 0 auto;
}


/* section-8 */

.conf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
}

.conf-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.conf-col-content {
    padding-bottom: 50px;
}

.conf-col-1 {
    text-align: right;
    position: relative;
    z-index: 2;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.conf-col-1 .conf-col-title {
    margin-right: 17px;
}

.conf-col-1 .conf-col-title:after {
    content: '';
    background: url(../i/conf-col-title.png) 0 0 no-repeat;
    width: 17px;
    height: 43px;
    position: absolute;
    right: -17px;
    top: 0;
}

.conf-col-2 {
    max-width: 362px;
    position: relative;
}

.conf-col-2 img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.conf-col-2:after {
    content: '';
    background: url(../i/s-elka.png) 50% 50% no-repeat;
    width: 338px;
    height: 288px;
    position: absolute;
    top: 27px;
    left: 15px;
}

.conf-col-3 {
    position: relative;
    z-index: 2;
}

.conf-col-3 .conf-col-title {
    margin-left: 17px;
}

.conf-col-3 .conf-col-title:after {
    content: '';
    background: url(../i/conf-col-title-two.png) 0 0 no-repeat;
    width: 17px;
    height: 43px;
    position: absolute;
    left: -17px;
    top: 0;
}

.conf-col-title {
    color: #ffffff;
    font-family: ADYS;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    height: 43px;
    border-radius: 3px;
    background-color: #cc0216;
    line-height: 43px;
    padding: 0 12px;
    position: relative;
    margin-bottom: 17px;
}

.conf-col-p {
    font-family: "Museo Sans Cyrl -500";
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #005014;
}


/* section-9 */

.section-9 {
    padding-bottom: 40px;
}

.production {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.production .production-block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 33.33333%;
}

.production .production-block img {
    padding: 0 1px;
    max-width: 100%;
    height: auto;
}


/* section-10 */

.section-10 {
    background: url(../i/osnova.png) top center no-repeat;
    min-height: 443px;
    position: relative;
    width: 100%;
}

.section-10:after {
    content: '';
    width: 100%;
    background: url(../i/section-10-1.png) top center no-repeat;
    display: block;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
}

.section-10:before {
    content: '';
    width: 100%;
    background: url(../i/section-10-2.png) top center no-repeat;
    display: block;
    height: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.osnova-content {
    position: relative;
    top: 48px;
    min-height: 333px;
    left: 450px;
    width: calc(100% - 450px);
    padding-left: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.osnova-content .osnova-content-flex {
    margin: auto 0;
}

.osnova-content:after {
    content: '';
    background: url(../i/osnova-decor.png) left center no-repeat;
    width: 24px;
    height: 333px;
    position: absolute;
    left: 0;
    top: 0;
}

.osnova-content .osnova-content-title {
    color: #cc0216;
    font-family: "Museo Sans Cyrl -500";
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.osnova-content .osnova-who {
    font-family: "Museo Sans Cyrl -500";
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 40px;
    color: #000000;
}

.osnova-content .osnova-who span {
    color: #5dab0b;
}

.osnova-content .osnova-p {
    color: #000000;
    font-family: ADYS;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    line-height: 25px;
}

.osnova-content .osnova-p p {
    margin-bottom: 10px;
}


/* section-11 */

.offline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.offline-shop-title {
    color: #000000;
    font-family: ADYS;
    font-weight: 700;
    line-height: 40px;
    font-size: 25px;
    padding-bottom: 15px;
}

.offline-shop-ul ul {
    padding: 0 0 36px 0;
    list-style: none;
    margin: 0;
}

.offline-shop-ul ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    width: 100%;
    padding-bottom: 15px;
}

.offline-shop-ul ul li:last-child {
    padding-bottom: 0;
}

.offline-shop-ul ul li span {
    padding-left: 12px;
    font-family: ADYS;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.offline-shop-icon {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background-color: #5dab0b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.offline-shop-icon img {
    display: block;
    margin: auto;
}

.offline-img {
    position: relative;
}

.offline-img img {
    position: relative;
    z-index: 3;
}

.offline-img:after {
    content: '';
    position: absolute;
    top: 23px;
    left: -30px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9c00), to(#f3ff3a));
    background-image: -webkit-linear-gradient(bottom, #ff9c00 0%, #f3ff3a 100%);
    background-image: -o-linear-gradient(bottom, #ff9c00 0%, #f3ff3a 100%);
    background-image: linear-gradient(to top, #ff9c00 0%, #f3ff3a 100%);
    z-index: 4;
}

.offline-img:before {
    content: '';
    width: 131px;
    height: 131px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#cd0202), to(#ff3838));
    background-image: -webkit-linear-gradient(bottom, #cd0202 0%, #ff3838 100%);
    background-image: -o-linear-gradient(bottom, #cd0202 0%, #ff3838 100%);
    background-image: linear-gradient(to top, #cd0202 0%, #ff3838 100%);
    border-radius: 100%;
    position: absolute;
    bottom: -38px;
    left: 70px;
    z-index: 4;
}

.offline-img-two {
    position: relative;
}

.offline-img-two img {
    max-width: 100%;
    height: auto;
}

.offline-img-two:after {
    content: '';
    z-index: 4;
    width: 101px;
    height: 101px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#53a002), to(#7cd001));
    background-image: -webkit-linear-gradient(bottom, #53a002 0%, #7cd001 100%);
    background-image: -o-linear-gradient(bottom, #53a002 0%, #7cd001 100%);
    background-image: linear-gradient(to top, #53a002 0%, #7cd001 100%);
    border-radius: 100%;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.offline-info {
    color: #000000;
    font-family: "Museo Sans Cyrl -500";
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    background: url(../i/info.png) 0 4px no-repeat;
    text-indent: 24px;
}

.offline-link {
    max-width: 160px;
    margin-bottom: 35px;
}

.offline-link a {
    display: block;
    color: #fff;
    height: 35px;
    -webkit-box-shadow: 1px 1px 4px #cc0216;
    box-shadow: 1px 1px 4px #cc0216;
    border-radius: 17px;
    background-color: #cc0216;
    line-height: 35px;
    text-align: center;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.offline-link a:hover,
.offline-link a:active,
.offline-link a:focus {
    -webkit-box-shadow: 1px 1px 4px #cc0216;
    box-shadow: 1px 1px 4px #cc0216;
    border-radius: 17px;
    background-color: #eb031a;
    text-decoration: none;
    color: #fff;
}


/* start section-12 */

.section-12 {
    z-index: 2;
    top: 54px;
}

.pay {
    background: url(../i/section-12.png) top center no-repeat;
    min-height: 148px;
    position: relative;
    padding-left: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.pay:after {
    background: url(../i/pay.png) 0 0 no-repeat;
    content: '';
    width: 78px;
    height: 172px;
    position: absolute;
    left: 70px;
    bottom: -25px;
    background-size: contain;
}

.pay label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-family: "Museo Sans Cyrl -700";
    font-size: 12px;
    font-weight: 400;
}

.pay .form-control {
    height: 40px;
    border-radius: 20px;
    background-color: #ffffff;
    border: 2px #fff solid;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    padding-left: 30px;
}

.pay .form-control:focus {
    border: 2px solid #cc0216;
}

.pay ::-webkit-input-placeholder {
    color: #000000;
    font-family: "Museo Sans Cyrl -500";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.pay form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: auto 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.button-pink {
    border-radius: 30px;
    background: #f33c7e;
    text-shadow: 0 0 4px rgba(115, 93, 23, 0.25);
    color: #ffffff;
    font-size: 19px;
    font-weight: 800;
    text-align: center;
    padding: 10px 0;
}

.radio label {
    width: 100%;
}

.radio__text {
    position: relative;
    padding: 0 0 0 0px;
    cursor: pointer;
    font-family: "Museo Sans Cyrl -500";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #ffffff;
}

.radio__text b {
    color: #000000;
    font-family: "Museo Sans Cyrl -500";
    font-size: 20px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    line-height: 30px;
}

.radio__text b span {
    color: #000000;
    font-family: "Museo Sans Cyrl -900";
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.radio__text em {
    display: block;
    font-family: "Museo Sans Cyrl -300";
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    color: #cc0216;
}


/* start footer */

.footer {
    background: #c9eea1 url(../i/footer.png) bottom center no-repeat;
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
}

.footer:after {
    content: '';
    background: url(../i/footer-1.png) top center no-repeat;
    width: 100%;
    height: 15px;
    position: absolute;
    top: -15px;
    left: 0;
}

.footer-menu-title {
    color: #cc0216;
    font-family: "Museo Sans Cyrl -700";
    font-size: 20px;
}

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

.footer-menu ul li a {
    font-family: "Museo Sans Cyrl -700";
    color: #005014;
    font-size: 16px;
    line-height: 30px;
    line-height: 45px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.footer-menu ul li a:hover,
.footer-menu ul li a:active,
.footer-menu ul li a:focus {
    content: '';
    color: #cc0216;
    text-decoration: none;
}

.footer-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 45px;
}

.footer-pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 35px;
    margin-left: -9px;
    margin-right: -9px;
}

.footer-pay img {
    margin-left: 9px;
    margin-right: 9px;
    margin-bottom: 18px;
}

.footer-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px;
}

.footer-copy-c {
    color: #000000;
    font-family: "Museo Sans Cyrl -700";
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 34px;
}


/* modal */

.who-address-title {
    font-family: ADYS;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: rgba(244, 250, 55, 0.9);
}

.who-address .modal-content {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.who-address .modal-content .modal-body {
    padding: 0;
}

.who-address .modal-footer {
    border-top: 0;
    text-align: center;
}

.who-address .modal-footer button.btn-green {
    margin: 0 auto;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body:not(.common-home) .head {
    background: #fff;
    position: relative;
}

body:not(.common-home) .head:after {
    content: '';
    background: url(../i/header.png) top center no-repeat;
    width: 100%;
    height: 15px;
    position: absolute;
    bottom: -15px;
    left: 0;
}

body:not(.common-home) main {
    background: #eaf5de;
    padding: 200px 0 25px 0;
}

.submit {
    border: 0;
    outline: none;
    width: 100%;
    text-transform: uppercase;
    padding: 0 35px;
    display: block;
    color: #fff;
    height: 40px;
    -webkit-box-shadow: 1px 1px 4px #cc0216;
    box-shadow: 1px 1px 4px #cc0216;
    border-radius: 20px;
    background-color: #cc0216;
    line-height: 40px;
    text-align: center;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.submit:hover,
.submit:active,
.submit:focus {
    -webkit-box-shadow: 1px 1px 4px #cc0216;
    box-shadow: 1px 1px 4px #cc0216;
    border-radius: 17px;
    background-color: #eb031a;
    text-decoration: none;
    color: #fff;
    border: 0;
    outline: none;
}

#simplecheckout_customer .panel-heading {
    display: none;
}

#simplecheckout_payment .simplecheckout-block-content .radio__text {
    color: #000000;
    font-family: "Museo Sans Cyrl -500";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

#simplecheckout_payment .simplecheckout-block-content .flex-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

#simplecheckout_payment .simplecheckout-block-content .radio-width {
    width: 50%;
}

#simplecheckout_payment {
    /*

   .radio__text:before {
      background: #5dab0b;
      width: 16px;
      height: 16px;

  }


  .radio__text:after {
  background: #fff;
      top: 4px !important;
      left: 4px !important;
      width: 8px !important;
      height: 8px !important;
  }

   */
}

#simplecheckout_payment .control-label {
    color: #000000;
    font-family: "Museo Sans Cyrl -700";
    font-size: 16px;
    font-weight: 400;
}

.input-group.date .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group.date .input-group-btn {
    border: 0;
}

.input-group.date .input-group-btn .btn {
    padding: 7px 12px;
    background: #5dab0b;
    color: #fff;
    border: 0;
    height: 100%;
}

#simplecheckout_comment .panel-heading {
    color: #000000;
    font-family: "Museo Sans Cyrl -700";
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    padding: 0;
}

#simplecheckout_shipping {
    /*
  .radio__text:before {
      background:#cc0216;
  }


  .radio__text:after {
      background: #fff;
  }
   */
}

#simplecheckout_customer legend,
#simplecheckout_shipping_address legend {
    font-family: "Museo Sans Cyrl -700";
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #cc0216;
    border-bottom: 0;
    margin-bottom: 0;
}

#simplecheckout_customer h5 {
    color: #000000;
    font-family: "Museo Sans Cyrl -700";
    font-size: 25px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 25px 0;
}

.form-group.row-shipping_address_country_id,
.form-group.row-shipping_address_zone_id {
    display: none;
}

.form-group.row-shipping_address_home,
.form-group.row-shipping_address_field20,
.form-group.row-shipping_address_field21 {
    width: 20%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.form-group.row-shipping_address_home .col-xs-12,
.form-group.row-shipping_address_field20 .col-xs-12,
.form-group.row-shipping_address_field21 .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}

.form-group.row-shipping_address_home,
.form-group.row-shipping_address_field20 {
    margin-right: 20%;
}

.simplecheckout-button-right {
    text-align: right;
    float: right;
    padding-top: 20px;
    padding-bottom: 20px;
}

.simplecheckout-right-column h5 {
    color: #000000;
    font-family: "Museo Sans Cyrl -700";
    font-size: 25px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 35px 0;
}

.qa-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.qa-value span {
    color: #fff;
    font-size: 20px;
    font-family: ADYS;
    font-weight: 900;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.qa-value .value {
    width: 54px;
    height: 30px;
    border-radius: 15px;
    background-color: #ffffff;
    padding: 0 10px;
    margin: 0 10px;
    font-family: ADYS;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #005014;
    border: 0;
    line-height: 30px;
    outline: none;
}

.qa-value .value:focus,
.qa-value .value:active {
    outline: none;
    border: 0;
}

.footer .col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.footer .col:nth-child(4) {
    min-width: 380px;
}

.product-all [class*="col-"] .product {
    border-bottom: 1px #e30017 solid;
    border-right: 1px #e30017 solid;
}

.product-all [class*="col-"]:nth-child(4) .product,
.product-all [class*="col-"]:nth-child(8) .product,
.product-all [class*="col-"]:nth-child(12) .product {
    border-right: 0;
}

.product-all [class*="col-"]:nth-last-child(1) .product,
.product-all [class*="col-"]:nth-last-child(2) .product,
.product-all [class*="col-"]:nth-last-child(3) .product,
.product-all [class*="col-"]:nth-last-child(4) .product {
    border-bottom: 0;
}

@media (max-width: 1200px) {
    .product-all [class*="col-"]:nth-child(4) .product,
    .product-all [class*="col-"]:nth-child(8) .product,
    .product-all [class*="col-"]:nth-child(12) .product {
        border-right: 1px #e30017 solid;
    }
    .product-all [class*="col-"]:nth-child(3) .product,
    .product-all [class*="col-"]:nth-child(6) .product,
    .product-all [class*="col-"]:nth-child(9) .product,
    .product-all [class*="col-"]:nth-child(12) .product {
        border-right: 0;
    }
    .product-all [class*="col-"]:nth-last-child(4) .product {
        border-bottom: 1px #e30017 solid;
    }
}

@media (max-width: 991px) {
    .product-all [class*="col-"]:nth-child(4) .product,
    .product-all [class*="col-"]:nth-child(8) .product,
    .product-all [class*="col-"]:nth-child(12) .product {
        border-right: 1px #e30017 solid;
    }
    .product-all [class*="col-"]:nth-child(2) .product,
    .product-all [class*="col-"]:nth-child(4) .product,
    .product-all [class*="col-"]:nth-child(6) .product,
    .product-all [class*="col-"]:nth-child(8) .product,
    .product-all [class*="col-"]:nth-child(10) .product,
    .product-all [class*="col-"]:nth-child(12) .product {
        border-right: 0;
    }
    .product-all [class*="col-"]:nth-child(3) .product,
    .product-all [class*="col-"]:nth-child(9) .product {
        border-right: 1px #e30017 solid;
    }
    .product-all [class*="col-"]:nth-last-child(4) .product,
    .product-all [class*="col-"]:nth-last-child(3) .product {
        border-bottom: 1px #e30017 solid;
    }
}

@media (max-width: 767px) {
    .product-all [class*="col-"] .product {
        border-right: 0 !important;
        border-bottom: 1px #e30017 solid !important;
    }
    .product-all [class*="col-"]:last-child .product {
        border-bottom: 0 !important;
    }
}


/* md */

@media (min-width: 1199px) {
    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin: 0;
    }
    .footer .col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .photo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-height: 800px;
        font-size: 0;
        width: 100%;
    }
    .photo .photo-block {
        overflow: hidden;
    }
    .photo .photo-block img {
        width: 100%;
        height: 100%;
        padding: 2px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .photo .photo-block:nth-child(1) {
        width: 470px;
        height: 235px;
    }
    .photo .photo-block:nth-child(4) {
        width: 500px;
        height: 215px;
    }
    .photo .photo-block:nth-child(2) {
        width: 470px;
        height: 310px;
    }
    .photo .photo-block:nth-child(3) {
        width: 500px;
        height: 330px;
    }
    .photo .photo-block:nth-child(5) {
        width: 400px;
        height: 280px;
    }
    .photo .photo-block:nth-child(6) {
        width: 400px;
        height: 265px;
    }
    #Collage0 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-height: 800px;
        font-size: 0;
        width: 100%;
    }
    #Collage0 .prog_container img {
        width: 100% !important;
        height: 100% !important;
        padding: 2px !important;
        -o-object-fit: cover !important;
        object-fit: cover !important;
    }
    #Collage0 .prog_container:nth-child(1) {
        width: 30% !important;
        height: 235px !important;
    }
    #Collage0 .prog_container:nth-child(4) {
        width: 35% !important;
        height: 215px !important;
    }
    #Collage0 .prog_container:nth-child(2) {
        width: 30% !important;
        height: 310px !important;
    }
    #Collage0 .prog_container:nth-child(3) {
        width: 35% !important;
        height: 330px !important;
    }
    #Collage0 .prog_container:nth-child(5) {
        width: 35% !important;
        height: 280px !important;
    }
    #Collage0 .prog_container:nth-child(6) {
        width: 35% !important;
        height: 265px !important;
    }
}

@media (max-width: 1230px) {
    .section-bg ul.list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .section-bg ul.list li {
        margin: 15px;
    }
    .fixed-div {
        height: 180px;
    }
    .main {
        padding-top: 180px;
    }
    .navbar {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
    }
    .navbar-nav {
        float: none;
        display: table;
        width: 100%;
        margin-bottom: 10px;
    }
    .nav>li {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    .nav>li a {
        display: inline-block;
    }
}


/* sm */

@media (max-width: 1100px) {
    .head-cart {
        display: none;
    }
    .header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .cart-text {
        padding-top: 0;
    }
    .head-address {
        display: none;
    }
    .head-title-img {
        background: #53a002;
        padding: 25px 15px;
    }
    .head-title-img:after {
        content: '';
        background: url(../i/head-title-img-after.png) 0 0 repeat;
        position: absolute;
        bottom: -7px;
        left: 0;
        width: 100%;
        height: 7px;
    }
    .head-title-img:before {
        content: '';
        background: url(../i/head-title-img-before.png) 0 0 repeat;
        position: absolute;
        top: -7px;
        left: 0;
        width: 100%;
        height: 7px;
    }
}

@media (max-width: 1199px) {
    .production .production-block {
        display: block;
    }
    .section-10 {
        background: #f7f7fa;
        padding: 25px 0 450px 0;
    }
    .section-10:after {
        background: url(../i/osnova-xs.png) top center no-repeat, url(../i/osnova-xs-back.png) bottom left repeat-x;
        width: 100%;
        height: 467px;
        z-index: 1;
        bottom: 0;
        top: inherit;
    }
    .section-10:before {
        display: none;
    }
    .osnova-content {
        top: 0;
        left: 0;
        width: 100%;
        z-index: 3;
    }
    .osnova-content:after {
        left: 10px;
    }
    .pay {
        padding-left: 0;
        background: #53a002;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .pay form {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .pay:after {
        display: none;
    }
    .simplecheckout-cart td {
        width: 100%;
    }
    .simplecheckout-cart tr {
        padding: 15px 0;
    }
}


/* sm */

@media (max-width: 991px) {
    .elka {
        margin-top: 0;
    }
    .elka .col-xs-12:nth-child(2) img {
        display: block;
        margin: 0 auto;
    }
    .video-block-title br {
        display: none;
    }
    .video-block-red:after,
    .video-block-title:after {
        display: none;
    }
    .flex-video-block,
    .video-block .block {
        height: auto;
    }
    .youtube .video iframe {
        min-height: auto;
    }
    .video-block-red {
        padding-left: 0;
    }
}


/* xxx */

@media (max-width: 767px) {
    .simplecheckout-cart .quantity {
        width: 100% !important;
    }
    .simplecheckout-cart-total b {
        padding-right: 0 !important;
    }
    .flex-qa {
        width: 100%;
    }
    .fixed-div {
        height: auto;
        padding-bottom: 10px;
    }
    .footer .col-xs-12 {
        padding-bottom: 30px;
    }
    #Collage0 .prog_container {
        width: 100% !important;
    }
    #Collage0 .prog_container img {
        width: 100% !important;
    }
    .girlanda-right {
        word-wrap: normal;
    }
    .size {
        width: 250px;
    }
    .super-garant-title div {
        line-height: 35px;
    }
    .super-garant-b {
        margin-bottom: 15px;
    }
    .video-ul {
        margin: 24px 0 0 15px;
    }
    #cart {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-top: -34px;
    }
    #cart:after {
        content: '';
        background: url(../i/cart-xs.png) top center no-repeat;
        width: 100%;
        height: 87px;
        position: absolute;
        z-index: 2;
        top: -25px;
        left: 0;
    }
    .head-contact {
        display: none;
    }
    .navbar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .header {
        padding-top: 0;
        position: relative;
    }
    .navbar-nav {
        position: relative;
        top: 15px;
    }
    .nav>li:last-child {
        padding-bottom: 15px;
    }
    .navbar-header {
        width: 100%;
        z-index: 4;
        width: 100%;
        padding-top: 20px;
    }
    .navbar {
        height: auto !important;
        margin-bottom: 0 !important;
        border: 0 !important;
        min-height: inherit;
    }
    .logo img {
        max-width: 100px;
        height: auto;
        margin: -88px 0 0 43px;
    }
    .navbar-toggle {
        position: relative;
        padding: 0 5px;
    }
    .navbar-collapse {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .navbar-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .nav>li {
        display: block;
        text-align: left;
        width: 100%;
    }
    .section-bg ul.list li {
        margin: 0 7.5px 25px 7.5px;
        width: calc(50% - 15px);
        padding: 0 15px;
    }
    .section-bg ul.list li img {
        max-width: 25px;
        height: auto;
    }
    .section-bg ul.list li span {
        font-size: 14px;
        padding-left: 10px;
        text-align: left;
        line-height: 14px;
    }
    .head-title-text-bottom {
        margin-top: 10px;
    }
    .video {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 */
        padding-top: 25px;
        height: 0;
    }
    .video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .section-bg:after {
        display: none;
    }
    .elka .container .row .col-xs-12:nth-child(2) {
        padding-left: 0;
        padding-right: 0;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .youtube .video {
        z-index: 2;
    }
    .video-block .block:before {
        top: -23px;
        left: -155px;
    }
    .youtube {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-bottom: 15px !important;
        padding-top: 15px !important;
    }
    .youtube .video img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .video-ul li span {
        font-size: 17px;
    }
    .section-bg-title-1 {
        font-size: 40px;
    }
    .section-bg-li span {
        font-size: 18px;
        line-height: 40px;
    }
    .section-bg:before {
        display: none;
    }
    .section-bg-li-icon {
        width: 30px;
        height: 30px;
    }
    .section-bg-li .podarok {
        font-size: 18px;
    }
    .elka .col-xs-12 .section-bg-li-icon img {
        max-width: 20px;
    }
    .section-bg-li {
        margin-bottom: 0;
    }
    .section-bg-li:first-child {
        margin-top: 0;
    }
    .button-catalog {
        margin-top: 44px;
    }
    .button-catalog:after {
        display: none;
    }
    .girlanda-bg {
        height: auto;
        padding-right: 110px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .girlanda-title {
        line-height: 22px;
        padding-top: 25px;
        padding-bottom: 25px;
        font-size: 14px;
        padding-left: 10px;
    }
    .girlanda-bg:before,
    .girlanda-bg:after {
        display: none;
    }
    .girlanda-right {
        top: inherit;
    }
    .product-all [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    section .title {
        font-size: 25px;
    }
    section .title span {
        font-size: 20px;
    }
    .sovet ul {
        padding: 0 15px;
    }
    .sovet li {
        width: 100%;
        padding-bottom: 32px;
    }
    .photo .photo-block {
        width: 100%;
        padding: 0 15px;
    }
    .photo .photo-block img {
        display: block;
        margin: 0 auto;
    }
    .super-garant {
        margin-left: -15px;
        margin-right: -15px;
    }
    .super-garant-icon {
        width: 70px;
    }
    .super-garant-content {
        padding-left: 15px;
    }
    .super-garant-title img {
        width: 40px;
        height: 40px;
        display: block;
    }
    .super-garant-title {
        font-size: 30px;
        line-height: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .super-garant-title div {
        padding-left: 15px;
    }
    .conf-col-2 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .conf-col {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        max-width: 100%;
    }
    .conf-col-2:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .conf-col-content {
        padding: 0 15px 15px 15px;
    }
    .conf-col-title {
        height: auto;
        line-height: 26px;
        padding: 5px 12px;
    }
    .conf-col-1 {
        text-align: left;
    }
    .conf-col-1 .conf-col-title {
        margin-right: 0;
        width: 100%;
        text-align: left;
    }
    .conf-col-3 .conf-col-title {
        width: 100%;
        margin-left: 0;
    }
    .conf-col-1 .conf-col-title:after,
    .conf-col-3 .conf-col-title:after {
        display: none;
    }
    .production .production-block img {
        margin: 0 auto;
    }
    .offline .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .offline .row .col-xs-12:nth-child(2) {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-bottom: 15px;
    }
    .offline .row .offline-img:before,
    .offline .row .offline-img:after,
    .offline .row .offline-img-two:after {
        display: none;
    }
    .osnova-content .osnova-p {
        padding-right: 15px;
    }
    .reviews .slick-slide {
        margin: 0 20px;
    }
    .reviews .slick-slide img {
        max-width: 100%;
        height: auto;
    }
    .footer-logo {
        max-width: 75px;
    }
    .footer-logo img {
        max-width: 100%;
        height: auto;
    }
    .footer-copy {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer-copy-c {
        padding-left: 0;
    }
    .footer .col:nth-child(4) {
        min-width: auto;
    }
    .cart-text a,
    .cart-text button {
        width: 100%;
        padding: 10px 10px;
        line-height: normal;
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .super-garant-title img {
        display: none;
    }
}

@media (max-width: 479px) {
    .logo-disc {
        display: none;
    }
}


/* xxx */

@media (max-width: 650px) {
    .head-contact {
        display: none;
    }
    .header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row row;
        flex-flow: row row;
    }
    .logo {
        width: 50%;
    }
}

.radio-toolbar input[type="radio"]:checked+label {
    background-color: #d6172a;
    color: #fff;
    border: 1px solid #d6172a;
    border-radius: 25px;
    line-height: 25px;
    height: 25px;
    padding: 0 5px;
}

.sk-block-h {
    min-height: 52px;
}

.radio-content {
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .up-size.radio-toolbar {
        justify-content: center !important;
    }
    .radio-toolbar label,
    .radio-toolbar input[type="radio"]:checked+label {
        padding: 0 15px;
        line-height: 30px;
        height: 30px;
    }
}

.up-size.radio-toolbar {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left !important;
    min-height: 68px;
    padding-bottom: 0px !important;
}

.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.size-label {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #61bb03;
    border-radius: 25px;
    padding: 5px 5px;
    font-family: "Museo Sans Cyrl -700";
    font-size: 12px;
}

.color label {
    position: absolute;
    left: 15px;
    top: 15px;
}

.envy-quiz .radio-styled:not(ie8) input~span:before {}

.color-form input~span:before {
    top: 0;
    border-radius: 50%;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    opacity: 0;
}

.color-form input~span:after {
    background-color: rgba(28, 140, 28, 1);
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    width: 0;
    height: 0;
    background-color: #0575F7;
    border-radius: 50%;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.left-form {
    width: 70%;
    padding: 24px 16px 24px 32px;
    background: rgb(239, 239, 244);
}

.green {
    position: relative;
    width: 100%;
    height: 100%;
}

.color {
    display: flex;
}

.color-form label {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.modal-content {
    justify-content: space-around;
    height: 480px;
    overflow: hidden;
    display: flex;
}

.title-free {
    font-size: 18px;
    font-weight: 500;
}

.right-form {
    text-align: center;
    padding: 24px 15px;
    text-align: center;
}

.name-pr {
    font-size: 18px;
    margin: 15px 0;
}

.price-form {
    margin: 15px 0;
    color: #000000;
    font-family: "Museo Sans Cyrl -900";
    font-size: 25px;
    font-weight: 400;
}

.color {
    display: flex;
    margin: 20px 0;
}

.form-zakaz {
    display: none;
}

.form-zakaz {
    padding: 100px 100px;
}

.form-zakaz input[type='text'],
.form-zakaz input[type='tel'] {
    width: 100%;
    margin: 10px;
    padding: 10px;
}

.title-zaka {
    text-align: center;
    margin: 0 0 15px 0;
    font-size: 18p;
    font-size: 20px;
}

.policec {
    font-size: 10px;
    margin: 15px 0 0 0;
}

@media (max-width: 960px) {
    .color {
        display: block;
        min-height: 100px;
    }
    .form-zakaz {
        padding: 30px;
    }
    .left-form {
        width: 100%;
    }
    .green {
        width: 50%;
        float: left;
    }
    .green img {
        max-width: 60%;
        height: auto!important;
    }
    .form-zakaz {
        padding: 0 10px;
    }
    .modal-content {
        display: block;
    }
    .right-form .logo {
        display: none;
    }
    .name-pr {
        font-size: 15px;
        margin: 5px 0;
    }
}

#form-call .mmm {
    width: 280px;
}

#form-call .modal-content {
    display: flex;
    background-color: rgba(240, 240, 240, 0.95)!important;
    padding: 25px 0;
    height: 368px;
    justify-content: space-around;
}

#form-call .modal-content img {
    width: 120px;
    height: 120px;
}

#form-call input {
    width: 100%;
    margin: 3px;
    margin-left: 0;
    margin-right: 0;
}

#form-call input[type='submit'] {
    font-size: 20px!important;
    padding: 12px 10px!important;
    background: rgba(19, 123, 50, .8)!important;
    width: 100%;
    max-width: 100%;
    text-align: center;
    text-transform: none;
    color: hsla(0, 0%, 100%, .9)!important;
    height: fit-content;
    border-radius: 5px;
    margin-top: 8px;
}

#form-call input[type='submit']:hover {
    background: rgba(19, 123, 50, 1)!important;
}

#form-call .title-zaka {
    display: flex;
    flex-wrap: wrap;
    font-size: 20px!important;
    margin: 0 0 7px!important;
    color: rgba(51, 51, 51, 1)!important;
    text-align: left;
}

#form-call .title-zaka span {
    display: inline-block;
    font-size: 70%!important;
    padding: 0;
    color: rgba(51, 51, 51, 1)!important;
}

#form-call .policec {
    margin-bottom: 15px;
    display: inline-block;
    position: static;
    opacity: .7;
}

#form-call .modal-dialog {
    width: 640px;
}

#form-call .modal-dialog {
    margin: 35% auto;
}

#form-call .close-btn {
    cursor: pointer;
    display: flex;
    height: fit-content;
    color: gray;
}

#form-call .close-btn:hover {
    color: #000;
}

#form-call .close-btn:hover .closed:before,
#form-call .close-btn:hover .closed:after {
    background: #000;
}

#form-call .closed {
    cursor: pointer;
}

#form-call .closed:before,
#form-call .closed:after {
    content: "";
    position: absolute;
    width: 13px;
    height: 1px;
    background: gray;
    top: 35px;
    bottom: auto;
    right: 13px;
}

#form-call .closed:before {
    transform: rotate(45deg);
}

#form-call .closed:after {
    transform: rotate(-45deg);
}

@media (max-width: 650px) {
    #form-call .modal-dialog {
        width: fit-content;
    }
    #form-call .modal-content {
        padding: 25px 10px;
    }
    #form-call .close-btn span {
        display: none;
    }
}

@media (max-width: 450px) {
    #form-call {
        padding-right: 0 !important;
    }
    #form-call .modal-content {
        flex-wrap: wrap;
        height: fit-content;
    }
    #form-call .modal-content img {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    #form-call .mmm {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }
}

@media (min-width: 960px) {
    #form-call .form-zakaz {
        padding: 0;
    }
    #form-call .modal-dialog {
        margin: 22% auto;
    }
}

@media (min-width: 1600px) {
    #form-call .modal-dialog {
        margin: 15% auto;
    }
}

.modal-content {
    justify-content: space-between;
}

.right-form {
    margin: 0 auto;
}

.modal-container {
    z-index: 998;
}

.modal-container button {
    background: none;
    border: none;
    padding: 0;
}

.modal-container {
    position: fixed;
    right: 50px;
    bottom: 50px;
}

.modal-btn {
    position: relative;
}

.modal-btn a,
.modal-btn button {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    margin-left: auto;
    margin-right: 0;
    align-items: center;
    text-decoration: none;
}

.modal-container img {
    width: 50px;
    height: 50px;
    border-radius: 20px;
}

.modal-insert {
    display: none;
    animation-name: moveY !important;
}

@keyframes moveY {
    from {
        transform: translatey(70px);
    }
    to {
        transform: translateY(0);
    }
}

.modal-btn {
    width: 50px;
    height: 50px;
}

.modal-btn img,
.modal-btn span {
    display: none;
}

.modal-box {
    display: flex;
    flex-wrap: wrap;
    width: min-content;
}

.modal-box a,
.modal-box button {
    display: flex;
    margin-left: auto;
    margin-right: 0;
    text-decoration: none;
    align-items: center;
}

.modal-box a {
    margin-bottom: 20px;
}

.modal-box span,
.modal-btn span {
    background: rgba(0, 0, 0, 0.78);
    color: rgba(255, 255, 255, 1);
    padding: 4px 16px;
    margin: 10px 17px;
    line-height: 18px;
    border-radius: 18px;
    font-size: 14px;
    white-space: nowrap;
    text-decoration: none;
}

:root {
    --animate-delay: 5s;
}

.order-you-tube {
    min-width: 50px;
    width: 45%;
    margin: 0;
}

.you-tube-btn {
    background: #fb0000;
    border-radius: 17px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    box-shadow: 1px 1px 4px #fb0000;
    font-weight: bold;
    line-height: 35px;
    font-family: "Museo Sans Cyrl -700";
    font-size: 13px;
    width: 45%;
}

.you-tube-btn:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: 4px 4px 8px #fb0000;
    transition: box-shadow 1s;
    background: #fb0000f5;
}

.you-tube-btn img {
    width: 20px;
}

.youtube-box {
    display: flex;
    justify-content: space-around;
}

.total-foto {
    position: relative;
}

.insert-ruka {
    position: absolute;
    right: 0;
    left: auto;
    top: auto;
    bottom: 0;
    display: block;
}