.menu__grid,
.punkts__grid,
.test1__grid,
.sec1__grid,
.sec1__ul__grid,
.logo__grid,
.sec2__grid,
.sec3__grid,
.sec4__grid,
.sec5__grid,
.sec5__punkts__grid,
.sec6__grid,
.sec7__grid,
.sec10__grid,
.sec11__grid,
.sec12__grid,
.sec13__grid {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.menu__part,
.punkts__part,
.test1__part,
.sec1__part,
.sec1__ul__part,
.logo__part,
.sec2__part,
.sec3__part,
.sec3-last .sec3__part,
.sec4__part,
.sec5__part,
.sec5__punkts__part,
.sec6__part,
.sec7__part,
.sec10__part,
.sec11__part,
.sec12__part,
.sec13__part {
    display: table-cell;
    vertical-align: top;
}

.menu__container,
.sec1__container,
.sec2__container,
.sec3__container,
.sec4__container,
.sec5__container,
.sec6__container,
.sec7__container,
.sec8__container,
.sec9__container,
.sec10__container,
.sec11__container,
.sec12__container,
.sec13__container {
    max-width: 980px;
    position: relative;
    margin: 0 auto;
}

body {
    margin: 0;
    font-family: "Roboto", "sans serif";
}

body {
    min-width: 975px;

    min-width: 100%;

}

b {
    font-weight: bold;
}

.menu {
    background: #02963f;

    background: -webkit-linear-gradient(left, #02963f 20%, #00782f 80%, #00782f 100%);

    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #02963f), color-stop(80%, #00782f), to(#00782f));
    background: linear-gradient(to right, #02963f 20%, #00782f 80%, #00782f 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02963f', endColorstr='#00782f', GradientType=1);

}

.menu__grid {
    height: 60px;
}

.menu__part {}

.menu__part:first-of-type {
    width: 26%;
    border-right: #02b347 1px solid;
    background: #02963f;
    vertical-align: middle;
    color: #ffffff;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: -2px;
}

.menu__part:first-of-type:first-of-type span {
    color: #024020;
}

.menu__part:last-of-type {
    text-align: left;
    background: #00782f;
    padding-left: 0px;
}

.punkts__grid {
    table-layout: auto;
}

.punkts__part {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bold;
    padding: 21px 9px;
    border-right: #02b347 1px solid;
}

.punkts__part:hover {
    background: #f49200;
    border-right: #f49200 1px solid;
}

.main__wrapper {
    overflow: hidden;
}

.test1 {
    color: green;
}

.sec1 {
    background: url("../images/sec1-bg.png") no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: auto;
    display: block;

}

.sec1__container {
    padding-bottom: 30px;
}

.sec1__h1 {
    font-size: 30px;
    text-align: center;
    line-height: 1.2;
    width: 690px;
    margin: auto;
    padding-top: 40px;
    letter-spacing: -1px;
    font-weight: bold;
}

.sec1__h2 {
    font-size: 58px;
    text-align: left;
    line-height: 1;
    padding-bottom: 110px;
    color: #02963c;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    padding-top: 25px;
    padding-left: 383px;
    font-weight: bold;
}

.sec1__h2 b {
    color: #f49200;
    font-size: 97px;
    letter-spacing: -4px;
}

.sec1__shtamp {
    background: url("../images/sec12-icon1.png") no-repeat;
    width: 127px;
    height: 127px;
    position: absolute;
    z-index: 99;
    bottom: 350px;
    right: -13px;
}

.sec1__girl {
    background: url("../images/sec1-girl.png") no-repeat;
    width: 676px;
    height: 739px;
    background-size: contain;
    position: absolute;
    bottom: -82px;
    left: -172px;
}

.sec1__part:first-of-type {
    width: 40%;
    padding-top: 30px;
}

.sec1__part:last-of-type {
    padding-top: 85px;
    padding-left: 50px;
    z-index: 9;
    position: relative;
}

.sec1__part:last-of-type .prices {
    background: #fdf2cf;
    border: 1px solid #f17400;
    position: relative;
    padding: 10px 50px 11px 10px;
    text-align: left;
    line-height: 1.2;
    margin-bottom: 10px;
    width: 350px;
}

.sec1__part:last-of-type .prices:before {
    content: '';
    background: url("../images/sec1-pech2.png") no-repeat;
    background-size: 100%;
    width: 255px;
    height: 229px;
    position: absolute;
    top: -113px;
    display: block;
    left: 31px;
}

.sec1__part:last-of-type .prices .old_price {
    font-size: 24px;
    color: #97907b;
    font-weight: bold;
    text-decoration: line-through;
}

.sec1__part:last-of-type .prices .how__many {
    font-size: 18px;
    color: #02963c;
    letter-spacing: -1px;
    width: 235px;
    font-weight: bold;
}

.sec1__part:last-of-type .prices .new_price {
    font-size: 48px;
    color: #f17400;
    font-weight: bold;
    line-height: 1;
}

.sec1__part:last-of-type .sec1__prod {
    position: absolute;
    top: -91px;
    right: -73px;
}

.sec1__part:last-of-type .btn_shadow {
    width: 300px;
    position: relative;
    z-index: 9;
    z-index: 9;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.6);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.6);
}

.sec1__part:last-of-type .btn_shadow .btn {
    cursor: pointer;
    text-transform: uppercase;
    width: 300px;
    background: #f9c400;
    background: -webkit-linear-gradient(top, #f9c400 0%, #f59d00 50%, #f17000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f9c400), color-stop(50%, #f59d00), to(#f17000));
    background: linear-gradient(to bottom, #f9c400 0%, #f59d00 50%, #f17000 100%);
    padding: 21px 23px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 24px;
    color: white;
    outline: none;
    border: 2px solid #ffc700;
}

.sec1__part:last-of-type .btn_shadow .btn:hover {
    background: #f17000;
    background: -webkit-linear-gradient(top, #f17000 0%, #f59d00 50%, #f9c400 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f17000), color-stop(50%, #f59d00), to(#f9c400));
    background: linear-gradient(to bottom, #f17000 0%, #f59d00 50%, #f9c400 100%);
}

.sec1__ul {
    color: #ffffff;
    font-size: 24px;
}

.sec1__ul .sec1__ul-li .wrapper {
    width: 100%;
    background: transparent;
    position: absolute;
    height: 100%;
    outline: none;
    right: -99.9%;
    top: 0;
    z-index: 9;
}

.sec1__ul .sec1__ul-li .wrapper svg {
    position: absolute;
    height: 100%;
    width: 9%;
    fill: #02963c;
    display: block;
}

.sec1__ul .sec1__ul-li .wrapper svg .first__triangle {
    height: 50%;
}

.sec1__ul .sec1__ul-li {
    margin-bottom: 5px;
    line-height: 1;
    padding: 2px 0 4px 150px;
    position: relative;


    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #02963c 35%);

    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(35%, #02963c));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #02963c 35%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#02963c', GradientType=1);

}

.sec1__ul .sec1__ul-li:first-child {
    padding: 6px 0 10px 150px;
}

.sec1__ul .sec1__ul-li:nth-of-type(2) {
    padding-top: 9px;
    padding-bottom: 10px;
}

.sec1__ul .sec1__ul-li b {
    display: inline-block;
    max-width: 100%;
    word-wrap: break-word;
}

.sec1__ul .sec1__ul-li:before {
    content: '';
    background: url("../images/gal.png") no-repeat;
    width: 27px;
    height: 26px;
    position: absolute;
    top: 6px;
    left: 115px;
}

.logo__part {
    outline: 1px solid red;
}

.logo__part:first-of-type {
    width: 30%;
    vertical-align: middle;
    text-align: center;
}

.logo__part:last-of-type {
    text-align: left;
    padding-left: 30px;
}

.ico {
    display: inline-block;
}

.i-mark {
    width: 30px;
    height: 30px;
}

.sec2 {
    background: #ffffff;
    position: relative;
    width: 100%;
    height: auto;
    display: block;

}

.sec2__container {
    padding-bottom: 70px;
}

.sec2__h1 {
    font-size: 48px;
    text-align: center;
    line-height: 1.2;
    font-family: 'Rubik', sans-serif;
    margin: auto;
    text-transform: uppercase;
    padding-top: 80px;
}

.sec2__h1 b {
    color: #02963c;
    font-weight: bold;
}

.sec2__part {
    text-align: center;
    padding-top: 40px;
    position: relative;
}

.sec2__part .sec2__icon-text {
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -1px;
    margin: 0;
    padding: 5px 10px;
}

.sec2__part .sec2__icon-text b {
    font-weight: bold;
    color: #02963c;
}

.sec2__part:before {
    content: '';
    background: url("../images/sec2-list.png") no-repeat;
    width: 77px;
    height: 47px;
    position: absolute;
    top: 85px;
    right: -35px;
}

.sec2__part:last-child:before {
    display: none;
}

.sec3 {
    background-color: #3C1F21;
    background-size: cover;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;

}

.sec3__container {
    padding-bottom: 70px;
}

.sec3__container:before {
    content: '';
    background: url("../images/sec3-man1.png") no-repeat;
    width: 1216px;
    display: block;
    height: 1141px;
    position: absolute;
    bottom: -15px;
    right: 359px;
}

.sec3__h1 {
    font-size: 48px;
    text-align: center;
    line-height: 1.1;
    font-family: 'Rubik', sans-serif;
    margin: auto;
    text-transform: uppercase;
    color: #ffffff;
    padding-top: 80px;
    z-index: 9;
    position: relative;
}

.sec3__h1 b {
    color: #f40000;
    font-weight: bold;
}

.sec3__part {
    text-align: center;
    padding-top: 18px;
    position: relative;
}

.sec3__part .sec3__icon {
    border: 4px solid #c90000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 153px;
    height: 153px;
    position: relative;
    margin: auto;
    background: no-repeat center / cover;
    -webkit-box-shadow: 0 47px 0px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 47px 0px 15px rgba(0, 0, 0, 0.3);
}

.sec3__part:nth-of-type(1) {
    padding-right: 110px;
}

.sec3__part:nth-of-type(3) {
    padding-left: 110px;
}

.sec3__part:nth-of-type(2) .sec3__icon-text {
    padding: 10px 35px;
}

.sec3__part:nth-of-type(1) .sec3__icon {
    background: url("../images/sec3-img1.jpg") no-repeat;
}

.sec3__part:nth-of-type(2) .sec3__icon {
    background: url("../images/sec3-img3.jpg") no-repeat;
    margin: auto;
}

.sec3__part:nth-of-type(3) .sec3__icon {
    background: url("../images/sec3-img5.jpg") no-repeat;
}

.sec3__part .sec3__icon-text {
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -1px;
    margin: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 15px;
    position: relative;
    z-index: 9;
}

.sec3__part .sec3__icon-text b {
    color: #f40000;
}

.sec3 .sec3-last {
    margin-top: -55px;
}

.sec3-last .sec3__part:nth-of-type(1) {
    padding-left: 65px;
    padding-right: 0;
}

.sec3-last .sec3__part:nth-of-type(2) {
    padding-right: 100px;
    padding-left: 0;
}

.sec3-last .sec3__part:nth-of-type(1) .sec3__icon {
    background: url("../images/sec3-img2.jpg") no-repeat;
}

.sec3-last .sec3__part:nth-of-type(2) .sec3__icon {
    background: url("../images/sec3-img4.jpg") no-repeat;
    margin: auto;
}

.sec3-last .sec3__part .sec3__icon-text {
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -1px;
    margin: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 60px;
    position: relative;
    z-index: 9;
}

.sec3-last .sec3__part .sec3__icon-text b {
    color: #f40000;
}

.sec4 {
    background: url(../images/sec4-bg.jpg) no-repeat;
    position: relative;
    display: block;
    background-size: cover;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.sec4__container {
    padding-bottom: 70px;
}

.sec4__girl {
    background: url("../images/sec4-girl.png") no-repeat;
    width: 516px;
    height: 675px;
    position: absolute;
    bottom: 0px;
    display: block;
    right: -172px;
}

.sec4__h1 {
    font-size: 45px;
    text-align: left;
    font-family: 'Rubik', sans-serif;
    margin: auto;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    padding-top: 372px;
    z-index: 9;
    position: relative;
}

.sec4__h1 b {
    font-weight: bold;
}

.sec4__h1 span {
    display: inline;
    margin-top: 5px;
    background: #d90000;
    line-height: 1.3;
    padding: 0 3px;
}

.sec4__part {
    text-align: center;
    padding-top: 18px;
    position: relative;
}

.sec4__part .sec4__icon {
    border: 4px solid #c90000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 153px;
    height: 153px;
    position: relative;
    margin: auto;
}

.sec4__part:nth-of-type(1):after {
    content: '';
    position: absolute;
    background: url(../images/sec4-body.png) no-repeat;
    width: 523px;
    height: 523px;
    display: block;
    top: 120px;
    left: 240px;
}

.sec4__part:nth-of-type(1) .sec4__icon {
    background-position: -77px -17px;
}

.sec4__part:nth-of-type(2) .sec4__icon {
    background: url("../images/sec3-img3.jpg") no-repeat;
    background-position: -14px 0px;
    margin: auto;
}

.sec4__part:nth-of-type(3) .sec4__icon {
    background: url("../images/sec3-img5.jpg") no-repeat;
    background-position: -19px 0px;
}

.sec4__part .sec4__icon-text {
    font-size: 22px;
    line-height: 1.1;
    margin: 0;
    top: 90px;
    padding: 0px 15px;
    position: relative;
    text-align: right;
    min-height: 70px;
    z-index: 9;
}

.sec4__part .sec4__icon-text:last-of-type {
    padding-bottom: 50px;
}

.sec4__part .sec4__icon-text span {
    border-bottom: 1px solid #c0c3c5;
    position: relative;
    padding-bottom: 20px;
    padding-left: 10px;
}

.sec4__part .sec4__icon-text:nth-of-type(1) span {
    position: relative;
    left: 79px;
    top: 0px;
    margin-left: 6px;
    text-align: right;
    width: 267px;
    display: block;
}

.sec4__part .sec4__icon-text:nth-of-type(2) span {
    margin-left: 6px;
    text-align: right;
    width: 267px;
    display: block;
}

.sec4__part .sec4__icon-text:nth-of-type(3) span {
    margin-left: 6px;
    text-align: right;
    width: 235px;
    display: block;
    padding-top: 25px;
    padding-bottom: 26px;
    margin-right: 20px;
}

.sec4__part .sec4__icon-text:nth-of-type(4) span {
    margin-left: 6px;
    text-align: right;
    width: 235px;
    display: block;
    padding-top: 34px;
    padding-bottom: 26px;
    margin-right: 20px;
}

.sec4__part .sec4__icon-text:nth-of-type(5) span {
    margin-left: 6px;
    text-align: right;
    width: 267px;
    display: block;
    padding-top: 30px;
}

.sec4__part .sec4__icon-text:nth-of-type(6) span {
    margin-left: 6px;
    text-align: right;
    width: 340px;
    border: none;
    display: block;
    padding-top: 25px;
    padding-bottom: 26px;
}

.sec4__part .sec4__icon-text:after {
    content: '';
    position: absolute;
    background: url(../images/sec4-icons.png) no-repeat;
    background-position: -103px 0px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    width: 87px;
    height: 87px;
    display: block;
    top: -28px;
    right: 7px;
}

.sec4__part .sec4__icon-text:nth-of-type(2):after {
    background-position: -33px -70px;
    top: -21px;
    right: 83px;
}

.sec4__part .sec4__icon-text:nth-of-type(3):after {
    background-position: 0px -159px;
    top: -5px;
    right: 123px;
}

.sec4__part .sec4__icon-text:nth-of-type(4):after {
    background-position: 0px -254px;
    top: 6px;
    right: 127px;
}

.sec4__part .sec4__icon-text:nth-of-type(5):after {
    background-position: -42px -341px;
    top: 14px;
    right: 90px;
}

.sec4__part .sec4__icon-text:nth-of-type(6):after {
    background-position: -116px -405px;
    top: -10px;
    right: 21px;
}

.sec4__part .sec4__icon-text b {
    text-transform: uppercase;
    font-weight: bold;
}

.sec5 {
    background: #efefef url(../images/sec5-bg.jpg) no-repeat 30% 50%;
    position: relative;
    display: block;
    background-size: cover;
}

.sec5__container {
    padding-bottom: 50px;
}

.sec5__h1 {
    font-size: 45px;
    text-align: right;
    line-height: 1;
    letter-spacing: -1px;
    width: 395px;
    margin: auto;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    padding-top: 120px;
}

.sec5__h1 b {
    color: #f40000;
    font-weight: bold;
}

.sec5__part:first-of-type {
    width: 40%;
}

.sec5__part:last-of-type:after {
    content: '';
    position: absolute;
    background: url(../images/sec5-pech1.png) no-repeat;
    width: 616px;
    height: 401px;
    display: block;
    top: 80px;
    right: -55px;
    z-index: 3;
}

.sec5__part:last-of-type:before {
    content: '';
    position: absolute;
    background: url(../images/sec5-pech2.png) no-repeat;
    width: 342px;
    height: 259px;
    display: block;
    top: 141px;
    right: 117px;
    z-index: 5;
}

.sec5__part:last-of-type .pech-lines {
    content: '';
    position: absolute;
    background: url(../images/sec5-pech2-lines.png) no-repeat;
    width: 261px;
    height: 261px;
    display: block;
    top: 136px;
    right: 157px;
    z-index: 99;
}

.sec5__punkts__grid:first-of-type span:nth-of-type(1) p {
    position: relative;
    top: 35px;
    width: 204px;
    left: 27px;
}

.sec5__punkts__grid:first-of-type span:nth-of-type(2) p {
    position: relative;
    top: 35px;
    width: 190px;
    left: 57px;
}

.sec5__punkts__grid:nth-of-type(2) span:nth-of-type(1) p {
    position: relative;
    top: 15px;
    width: 142px;
    padding-top: 12px;
    left: 18px;
}

.sec5__punkts__grid:nth-of-type(2) span:nth-of-type(2) p {
    position: relative;
    top: 15px;
    width: 148px;
    left: 116px;
}

.sec5__punkts__grid:nth-of-type(3) span:nth-of-type(1) p {
    position: relative;
    top: -12px;
    width: 190px;
    left: 44px;
}

.sec5__punkts__grid:nth-of-type(3) span:nth-of-type(2) p {
    position: relative;
    top: -12px;
    width: 190px;
    left: 56px;
}

.sec5__punkts__part {
    color: #ffffff;
    font-size: 21px;
    line-height: 1.1;
    padding: 60px 0px 0px 0px;
    text-align: left;
    position: relative;
    z-index: 9;
}

.sec5__punkts__part:first-of-type p {
    text-align: right;
    padding: 1px 25px 4px 5px;
}

.sec5__punkts__part p {
    background: #d90000;
    padding: 1px 5px 4px 25px;
    width: 220px;
    min-height: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    vertical-align: middle;
}

.sec6 {
    background: #392527;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: auto;
    display: block;

}

.sec6__container {
    padding-bottom: 35px;
    margin-bottom: 10px;
}

.sec6__container:before {
    content: '';
    background: url(../images/sec6-right.png) no-repeat;
    width: 832px;
    height: 576px;
    position: absolute;
    bottom: 0px;
    right: -525px;
}

.sec6__container:after {
    content: '';
    background: url("../images/sec6-left.png") no-repeat;
    width: 737px;
    height: 511px;
    position: absolute;
    top: -56px;
    left: -535px;
}

.sec6__part {
    text-align: left;
    padding-top: 40px;
    position: relative;
    vertical-align: top;
}

.sec6__part .stadiya {
    background: #000000;
    color: #ffffff;
    font-size: 18px;
    position: relative;
    padding: 3px 10px 3px 63px;
    top: -55px;
    width: 84px;
    font-weight: bold;
    left: 36px;
    z-index: 1;
}

.sec6__part:last-of-type .stadiya {
    padding: 0px 10px 3px 76px;
    top: -55px;
    font-weight: bold;
    left: 52px;
}

.sec6__part:after {
    content: '';
    background: url("../images/sec6-shadow.png") no-repeat;
    width: 36px;
    height: 274px;
    position: absolute;
    top: 22px;
    right: -35px;
}

.sec6__part img {
    position: relative;
    display: block;
    z-index: 9;
}

.sec6__part:last-child:after {
    display: none;
}

.sec6__part:nth-of-type(1) {
    width: 26%;
}

.sec6__part:nth-of-type(2) {
    width: 21%;
}

.sec6__part:nth-of-type(1) img {
    margin-top: 6px;
}

.sec6__part:nth-of-type(3) img {
    margin-top: 6px;
    margin-left: 8px;
}

.sec6__part:nth-of-type(3) {
    width: 29%;
}

.sec6__part .sec6__icon-text {
    font-size: 23px;
    line-height: 1.1;
    color: #ffffff;
    letter-spacing: -1px;
    margin: -35px 0 0;
    padding: 5px 15px 5px 28px;
}

.sec6__part .sec6__icon-text b {
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    color: #f40000;
}

.sec6__part:last-child:before {
    display: none;
}

.sec7 {
    background: #ffffff;
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}

.sec7__container:before {
    content: '';
    background: url("../images/sec7-leaves.png") no-repeat;
    width: 1434px;
    height: 1220px;
    position: absolute;
    top: 0px;
    z-index: 3;
    right: -182px;
}

.sec7__container:after {
    content: '';
    background: url(../images/sec8-tr.png) no-repeat;
    width: 67px;
    height: 67px;
    position: absolute;
    bottom: -103px;
    left: 50%;
    margin-left: -40px;
    z-index: 1;
}

.sec7__block-top {
    border-bottom: 5px solid #02963c;
    position: relative;
    padding-bottom: 60px;
}

.sec7__block-top:before {
    content: '';
    background: url("../images/sec7-pech.png") no-repeat;
    width: 387px;
    height: 255px;
    position: absolute;
    top: 70px;
    left: 50px;
}

.sec7__block-top:after {
    content: '';
    background: url("../images/sec7-prod.png") no-repeat;
    width: 128px;
    height: 178px;
    position: absolute;
    top: 134px;
    left: 94px;
}

.sec7__h1 {
    font-size: 60px;
    text-align: left;
    line-height: 1.2;
    color: #02963c;
    font-family: 'Rubik', sans-serif;
    margin: auto;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 145px;
    padding-left: 260px;
    position: relative;
    z-index: 99;
    text-shadow: -0 -3px 0 #FFFFFF,
        0 -3px 0 #FFFFFF,
        -0 3px 0 #FFFFFF,
        0 3px 0 #FFFFFF,
        -3px -0 0 #FFFFFF,
        3px -0 0 #FFFFFF,
        -3px 0 0 #FFFFFF,
        3px 0 0 #FFFFFF,
        -1px -3px 0 #FFFFFF,
        1px -3px 0 #FFFFFF,
        -1px 3px 0 #FFFFFF,
        1px 3px 0 #FFFFFF,
        -3px -1px 0 #FFFFFF,
        3px -1px 0 #FFFFFF,
        -3px 1px 0 #FFFFFF,
        3px 1px 0 #FFFFFF,
        -2px -3px 0 #FFFFFF,
        2px -3px 0 #FFFFFF,
        -2px 3px 0 #FFFFFF,
        2px 3px 0 #FFFFFF,
        -3px -2px 0 #FFFFFF,
        3px -2px 0 #FFFFFF,
        -3px 2px 0 #FFFFFF,
        3px 2px 0 #FFFFFF,
        -3px -3px 0 #FFFFFF,
        3px -3px 0 #FFFFFF,
        -3px 3px 0 #FFFFFF,
        3px 3px 0 #FFFFFF,
        -3px -3px 0 #FFFFFF,
        3px -3px 0 #FFFFFF,
        -3px 3px 0 #FFFFFF,
        3px 3px 0 #FFFFFF;
}

.sec7__h2 {
    color: #ec9001;
    font-weight: bold;
    font-size: 36px;
    font-family: 'Rubik', sans-serif;
    position: relative;
    padding-top: 0px;
    top: -7px;
    line-height: 0.9;
    padding-left: 260px;
    z-index: 99;
    text-shadow: -0 -2px 0 #FFFFFF,
        0 -2px 0 #FFFFFF,
        -0 2px 0 #FFFFFF,
        0 2px 0 #FFFFFF,
        -2px -0 0 #FFFFFF,
        2px -0 0 #FFFFFF,
        -2px 0 0 #FFFFFF,
        2px 0 0 #FFFFFF,
        -1px -2px 0 #FFFFFF,
        1px -2px 0 #FFFFFF,
        -1px 2px 0 #FFFFFF,
        1px 2px 0 #FFFFFF,
        -2px -1px 0 #FFFFFF,
        2px -1px 0 #FFFFFF,
        -2px 1px 0 #FFFFFF,
        2px 1px 0 #FFFFFF,
        -2px -2px 0 #FFFFFF,
        2px -2px 0 #FFFFFF,
        -2px 2px 0 #FFFFFF,
        2px 2px 0 #FFFFFF,
        -2px -2px 0 #FFFFFF,
        2px -2px 0 #FFFFFF,
        -2px 2px 0 #FFFFFF,
        2px 2px 0 #FFFFFF;
}

.sec7__h3 {
    color: #ec9001;
    font-weight: bold;
    font-size: 36px;
    font-family: 'Rubik', sans-serif;
    position: relative;
    text-transform: uppercase;
    padding-top: 85px;
    text-align: center;
    top: 0px;
    display: block;
    width: 450px;
    margin: auto;
    line-height: 1;
}

.sec7__grid {
    padding-top: 20px;
}

.sec7__grid:last-of-type {
    text-align: center;
    width: 73%;
    margin: -77px auto 70px;
    padding: 0;
    position: relative;
}

.sec7__grid:last-of-type .sec7__part {
    padding-right: 0;
    padding-left: 31px;
}

.sec7__grid:last-of-type .sec7__part .icon5 {
    left: 50%;
    margin-left: -60px;
}

.sec7__grid:last-of-type .sec7__icon-text {
    text-align: center;
}

.sec7 .position__prod {
    position: relative;
}

.sec7 .position__prod:after {
    content: '';
    background: url("../images/sec1-prod.png") no-repeat;
    width: 329px;
    height: 409px;
    position: absolute;
    top: 70px;
    left: 323px;
    z-index: 0;
    background-size: 100%;
}

.sec7__part {
    text-align: left;
    padding-top: 107px;
    z-index: 5;
    width: 50%;
    position: relative;
}

.sec7__part .sec7__icon {
    background: url("../images/sec7-icons2.png") no-repeat;
    background-position: -10px -7px;
    width: 112px;
    height: 110px;
    position: absolute;
    top: -4px;
}

.sec7__part .icon2 {
    background-position: -239px -7px;
}

.sec7__part .icon3 {
    background-position: -10px -125px;
    top: -4px;
}

.sec7__part .icon4 {
    background-position: -253px -124px;
    height: 115px;
    top: -4px;
}

.sec7__part .icon5 {
    background-position: -132px -127px;
    top: -4px;
}

.sec7__part:first-of-type {
    text-align: right;
    padding-right: 136px;
}

.sec7__part:first-of-type .sec7__icon {
    right: 136px;
}

.sec7__part:first-of-type .sec7__icon-text b {
    margin-left: -12px;
}

.sec7__part:nth-of-type(2) {
    padding-left: 165px;
}

.sec7__part:nth-of-type(2) .sec7__icon {
    left: 165px;
}

.sec7__part:nth-of-type(2) .sec7__icon-text b {
    margin-right: 12px;
}

.sec7__part .sec7__icon-text {
    font-size: 24px;
    line-height: 1.1;
    margin: 0;
    padding: 5px 10px;
}

.sec7__part .sec7__icon-text span {
    display: block;
    margin-top: 10px;
}

.sec7__part .sec7__icon-text b {
    font-weight: bold;
    display: inline-block;
    color: #ffffff;
    padding-bottom: 4px;
    background: #02963c;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    padding: 3px 15px 3px 15px;
}

.sec8:before,
.sec8:after,
.sec8__container:before,
.sec8__container:after {
    content: '';
    position: absolute;
    top: 50%;
}

.sec8:before,
.sec8__container:before {
    background: url(../images/sec8-right.png) no-repeat;
    width: 621px;
    height: 414px;
    top: 50%;
    margin-top: -201px;
    right: -505px;
}

.sec8:after,
.sec8__container:after {
    background: url("../images/sec8-left.png") no-repeat;
    width: 951px;
    height: 594px;
    margin-top: -300px;
    left: -600px;
}

.sec8:before {
    right: 0;
}

.sec8:after {
    left: 0;
}

.sec8:before,
.sec8:after {
    display: none;
}

.sec8 {
    background: #02963c;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: auto;
    display: block;
}

.sec8__container {
    padding-bottom: 45px;
}

.sec8__h1 {
    font-size: 34px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: -1px;
    font-family: 'Rubik', sans-serif;
    margin: auto;
    color: #ffffff;
    padding-top: 50px;
    position: relative;
    z-index: 9;
}

.sec8__h1 b {
    font-weight: bold;
    text-transform: uppercase;
}

.sec9 {
    background: #ffffff;
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding-top: 100px;
}

.sec9__container {
    padding-bottom: 110px;
}

.sec9__container:after {
    content: '';
    background: url("../images/sec8-leaves.png") no-repeat;
    width: 1115px;
    height: 343px;
    position: absolute;
    top: 0;
    left: -90px;
}

.sec9__h1 {
    font-size: 72px;
    text-align: right;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    color: #02963c;
    padding-top: 80px;
    padding-right: 370px;
    letter-spacing: -1px;
    font-weight: bold;
}

.sec9__h2 {
    font-size: 36px;
    text-align: right;
    padding-right: 370px;
    font-family: 'Rubik', sans-serif;
    line-height: 1;
    padding-bottom: 30px;
    text-transform: uppercase;
    padding-top: 10px;
}

.sec9 .sec9__prod {
    position: absolute;
    top: 0px;
    right: -55px;
    max-width: 240px;
}

.sec9 .btn_shadow {
    width: 300px;
    position: relative;
    left: 308px;
    z-index: 99;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.6);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.6);
}

.sec9 .btn_shadow .btn {
    cursor: pointer;
    text-transform: uppercase;
    width: 300px;
    background: #f9c400;
    background: -webkit-linear-gradient(top, #f9c400 0%, #f59d00 50%, #f17000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f9c400), color-stop(50%, #f59d00), to(#f17000));
    background: linear-gradient(to bottom, #f9c400 0%, #f59d00 50%, #f17000 100%);
    padding: 21px 23px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 24px;
    color: white;
    outline: none;
    border: 2px solid #ffc700;
}

.sec9 .btn_shadow .btn:hover {
    background: #f17000;
    background: -webkit-linear-gradient(top, #f17000 0%, #f59d00 50%, #f9c400 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f17000), color-stop(50%, #f59d00), to(#f9c400));
    background: linear-gradient(to bottom, #f17000 0%, #f59d00 50%, #f9c400 100%);
}

.sec10:after,
.sec10:before,
.sec10__container:after,
.sec10__container:before {
    content: '';
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.sec10:before,
.sec10__container:before {
    background: url("../images/sec9-left.png") no-repeat;
    width: 1401px;
    height: 933px;
    left: -506px;
}

.sec10:after,
.sec10__container:after {
    background: url("../images/sec9-right.png") no-repeat;
    width: 1039px;
    height: 945px;
    right: -610px;
}

.sec10:after,
.sec10:before {
    display: none;
}

.sec10 {
    background: #e4f8ff;
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    opacity: .99;
}

.sec10__container {
    padding-bottom: 20px;
    min-height: 900px;
}

.sec10__h1 {
    font-size: 48px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    padding-top: 80px;
    padding-bottom: 50px;
    letter-spacing: -1px;
}

.sec10__h1 b {
    color: #0187ae;
    font-weight: bold;
}

.sec10__doc {
    border: 4px solid #0187ae;
    position: absolute;
    width: 340px;
    height: 540px;
    margin-top: 6px;
    left: 0;
}

.sec10 .doc__position {
    background: url("../images/sec9-doc.jpg") no-repeat;
    background-size: cover;
    display: block;
    width: 340px;
    position: relative;
    z-index: 3;
    height: 540px;
}

.sec10 .doc__name {
    margin-top: 00px;
    background: rgba(255, 255, 255, 0.8);
    font-size: 24px;
    text-align: left;
    width: 230px;
    bottom: 68px;
    line-height: 1.1;
    position: absolute;
    z-index: 9;
    padding: 18px 15px;
}

.sec10 .doc__name b {
    color: #0187ae;
    display: block;
    font-weight: bold;
}

.sec10__text {
    padding-left: 375px;
    margin-top: -22px;
    font-size: 24px;
    line-height: 1.2;
}

.sec10__text b {
    color: #0187ae;
    font-weight: bold;
}

.sec10__grid {
    padding-top: 10px;
    padding-left: 375px;
}

.sec10__part img {
    margin-bottom: 10px;
}

.sec10__part:first-of-type {
    width: 230px;
}

.sec10__part:first-of-type img {
    display: block;
    border: 3px solid #f40000;
}

.sec10__part:first-of-type .sec10__text-mrt {
    color: #f40000;
    line-height: 1.1;
    font-weight: 700;
    margin-top: 0px;
    width: 200px;
    font-size: 20px;
}

.sec10__part:nth-of-type(2) img {
    display: block;
    border: 3px solid #02963c;
}

.sec10__part:nth-of-type(2) .sec10__text-mrt {
    color: #02963c;
    line-height: 1.1;
    margin-top: 0px;
    width: 300px;
    font-weight: 700;
    font-size: 20px;
}

.sec11 {
    background: #ffffff;
    position: relative;
    width: 100%;
    height: auto;
    display: block;

}

.sec11__container {
    padding-bottom: 70px;
}

.sec11__h1 {
    font-size: 48px;
    text-align: center;
    line-height: 1.1;
    font-family: 'Rubik', sans-serif;
    margin: auto;
    text-transform: uppercase;
    padding-top: 80px;
    padding-bottom: 40px;
}

.sec11__h1 b {
    color: #02963c;
    font-weight: bold;
}

.sec11__grid {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-spacing: 5px;
    padding: 0;
}

.sec11__part {
    min-height: 580px;
    background: #dcdbd4;
    position: relative;
    padding: 66px 0;
}

.sec11__part:before {
    content: '';
    background: url("../images/sec11-top.png") no-repeat;
    background-size: 100%;
    width: 100%;
    height: 53px;
    position: absolute;
    top: 0px;
    left: 0;
}

.sec11__part:after {
    content: '';
    background: url("../images/sec11-bottom.png") no-repeat;
    background-size: 100%;
    width: 100%;
    height: 38px;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.sec11__part .name {
    position: absolute;
    color: #ffffff;
    font-size: 18px;
    top: 20px;
    padding-left: 10px;
}

.sec11__part .send {
    color: #b6d9e9;
    font-size: 12px;
    border: 2px solid #b6d9e9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 5px;
    position: absolute;
    right: 6px;
    bottom: 5px;
    z-index: 7;
}

.sec11__part .comment {
    padding: 4px 7px;
}

.sec11__part .sec11__text {
    background: #f7f7f4;
    border: 3px solid #ffffff;
    display: block;
    padding: 5px;
    position: relative;
    width: 146px;
    margin-left: 63px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding-left: 3px;
}

.sec11__part .sec11__text p {
    margin-top: 0;
}

.sec11__part .sec11__text img {
    margin: auto;
    display: block;
}

.sec11__part .sec11__text:before {
    content: '';
    background: url("../images/sec10-ugol2.png") no-repeat;
    background-size: 100%;
    width: 13px;
    height: 19px;
    position: absolute;
    top: 12px;
    left: -12px;
}

.sec11__part .ava {
    width: 50px;
    display: block;
    float: left;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.sec12 {
    background: url("../images/sec11-bg.png") no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}

.sec12__container {
    padding-bottom: 110px;
}

.sec12__h1 {
    font-size: 48px;
    text-align: center;
    line-height: 1.2;
    font-family: 'Rubik', sans-serif;
    margin: auto;
    text-transform: uppercase;
    padding-top: 80px;
}

.sec12__h1 b {
    color: #02963c;
    font-weight: bold;
}

.sec12__grid:first-child .sec12__part {
    padding: 43px 43px 0;
}

.sec12__grid:nth-child(3) {
    position: relative;
    background: -webkit-linear-gradient(left, rgba(2, 150, 60, 0) 0%, #02963c 14%, #02963c 86%, rgba(2, 150, 60, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(2, 150, 60, 0)), color-stop(14%, #02963c), color-stop(86%, #02963c), to(rgba(2, 150, 60, 0)));
    background: linear-gradient(to right, rgba(2, 150, 60, 0) 0%, #02963c 14%, #02963c 86%, rgba(2, 150, 60, 0) 100%);
}

.sec12__grid:nth-child(3) .sec12__part {
    background: transparent;
    padding: 2px 0px;
}

.sec12__grid:nth-child(3) .sec12__part:first-child {
    text-align: right;
    width: 50%;
    padding-right: 0px;
    right: -11px;
}

.sec12__grid:nth-child(3) .sec12__part:nth-child(3) {
    width: 50%;
    padding-left: 55px;
    text-align: left;
}

.sec12__grid:nth-child(3) .sec12__part .sec12__first-text:before {
    display: none;
}

.sec12__grid:nth-child(3) .sec12__part .sec12__first-text {
    font-size: 24px;
    position: relative;
    margin: 0;
    background: transparent;
    width: 70%;
    line-height: 1.1;
    padding: 0px 10px 0px 25px;
}

.sec12__grid:nth-child(3):before {
    content: '';
    background: url(../images/sec11-tabl.png) no-repeat;
    background-position: -107px 0;
    width: 100px;
    height: 83px;
    position: absolute;
    top: -81px;
    right: 77%;
    margin-right: 20px;
}

.sec12__grid:nth-child(3):after {
    content: '';
    background: url(../images/sec11-tabl.png) no-repeat;
    background-position: -106px 0;
    width: 154px;
    height: 83px;
    position: absolute;
    top: -81px;
    right: 20%;
    margin-right: -121px;
}

.sec12__grid:nth-child(4) {
    margin: auto;
    width: 400px;
    min-height: 280px;
    position: relative;
    margin-top: -135px;
}

.sec12__grid:nth-child(4):after {
    content: '';
    background: url(../images/sec11-pech.png) no-repeat;
    width: 408px;
    height: 275px;
    position: absolute;
    bottom: -212px;
    z-index: 8888;
    right: 0;
    left: 0;
    margin: auto;
}

.sec12__grid:nth-child(4):before {
    content: '';
    background: url(../images/sec11-prod.png) no-repeat;
    width: 102px;
    height: 142px;
    position: absolute;
    bottom: -131px;
    z-index: 9999;
    right: 289px;
}

.sec12__grid:nth-child(4) .sec12__part {
    width: 400px;
}

.sec12__grid:nth-child(4) .sec12__part .wrapper {
    right: 12px;
    width: 451px;
}

.sec12__grid:nth-child(4) .sec12__part .wrapper:before {
    content: '';
    background: url(../images/sec11-tr.png) no-repeat;
    width: 46px;
    height: 18px;
    position: absolute;
    top: 0px;
    z-index: 9;
    right: 207px;
}

.sec12__grid:nth-child(4) .sec12__part .sec12__icon-text {
    position: relative;
    text-align: center;
    padding: 0 32px;
}

.sec12__grid:nth-child(4) .sec12__part .sec12__icon-text b {
    display: block;
    text-transform: uppercase;
    color: #993900;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 30px;
    padding: 0 27px;
}

.sec12__grid:nth-child(4) .sec12__part .sec12__icon-text span {
    font-size: 24px;
    display: block;
    position: relative;
    line-height: 1;
    margin-bottom: 5px;
    color: #000;
}

.sec12__grid:nth-child(4) .sec12__part .sec12__icon-text i {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: green;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    top: -3px;
}

.sec12__grid:nth-child(5) {
    margin-top: -149px;
    min-height: 280px;
    position: relative;
    left: -9%;
}

.sec12__grid:nth-child(5):last-of-type:after {
    content: '';
    background: url(../images/sec12-line.png) no-repeat;
    width: 961px;
    height: 233px;
    position: absolute;
    bottom: -100px;
    z-index: 1;
    right: 50%;
    margin-right: -479px;
}

.sec12__grid:nth-child(5) .sec12__part {
    width: 395px;

}

.sec12__grid:nth-child(5) .sec12__part:first-of-type .wrapper {
    left: 10px;
    width: 460px;
}

.sec12__grid:nth-child(5) .sec12__part:first-of-type .wrapper:before {
    content: '';
    background: url(../images/sec11-tr.png) no-repeat;
    width: 46px;
    height: 18px;
    position: absolute;
    top: 0px;
    z-index: 9;
    right: 207px;
}

.sec12__grid:nth-child(5) .sec12__part:nth-of-type(2) {
    width: 119px;
}

.sec12__grid:nth-child(5) .sec12__part:nth-of-type(3) .wrapper {
    right: 10px;
    width: 460px;
}

.sec12__grid:nth-child(5) .sec12__part:nth-of-type(3) .wrapper:before {
    content: '';
    background: url(../images/sec11-tr.png) no-repeat;
    width: 46px;
    height: 18px;
    position: absolute;
    top: 0px;
    z-index: 9;
    right: 207px;
}

.sec12__grid:nth-child(5) .sec12__part .sec12__icon-text {
    position: relative;
    text-align: center;
    padding: 0 28px;

}

.sec12__grid:nth-child(5) .sec12__part .sec12__icon-text b {
    display: block;
    text-transform: uppercase;
    color: #993900;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 30px;
    padding: 0 30px;
}

.sec12__grid:nth-child(5) .sec12__part .sec12__icon-text span {
    font-size: 24px;
    display: block;
    position: relative;
    line-height: 1;
    margin-bottom: 5px;
    color: #000;
}

.sec12__grid:nth-child(5) .sec12__part .sec12__icon-text span i {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: green;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    top: -3px;
}

.sec12__grid .name-prod {
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    bottom: -189px;
    right: 50%;
    margin-right: -115px;
    font-size: 27px;
    font-family: 'Rubik', sans-serif;
}

.sec12__grid .name-prod b {
    color: #00a551;
}

.sec12__grid .figure .wrapper {
    width: 100%;
    background: transparent;
    position: absolute;
    height: 100%;
    outline: none;
    right: -29.9%;
    top: 0;
    z-index: 9;
}

.sec12__grid .figure .wrapper svg {
    position: absolute;
    height: 100%;
    width: 100%;
    fill: #02963c;
    display: block;
}

.sec12__grid .figure .wrapper svg .first__triangle {
    height: 50%;
}

.sec12__part {
    text-align: center;
    padding: 43px;
    width: 44%;
    vertical-align: middle;
}

.sec12__part .sec12__first-text {
    font-size: 24px;
    position: relative;
    display: block;
    background: -webkit-linear-gradient(left, rgba(2, 150, 60, 0) 0%, #02963c 30%, #02963c 70%, rgba(2, 150, 60, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(2, 150, 60, 0)), color-stop(30%, #02963c), color-stop(70%, #02963c), to(rgba(2, 150, 60, 0)));
    background: linear-gradient(to right, rgba(2, 150, 60, 0) 0%, #02963c 30%, #02963c 70%, rgba(2, 150, 60, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0002963c', endColorstr='#02963c', GradientType=1);
    color: #ffffff;
    line-height: 1.1;
    letter-spacing: -1px;
    width: 38%;
    padding: 0 50px 2px 50px;
    margin: 55px auto 20px;
    display: block;
}

.sec12__part .sec12__first-text:before {
    content: '';
    background: url(../images/sec11-tabl.png) no-repeat;
    background-position: 0 0;
    width: 100px;
    height: 83px;
    position: absolute;
    top: -81px;
    right: 50%;
    margin-right: -61px;
}

.sec12__part .sec12__first-text b {
    text-transform: uppercase;
    font-weight: normal;
}

.sec12__part .sec12__icon-text {
    font-size: 24px;
    position: relative;
    z-index: 99;
    display: block;
}

.sec12__part .wrapper {
    width: 100%;
    background: transparent;
    position: absolute;
    height: 100%;
    outline: none;
    right: 0;
    top: 0;
    z-index: 5;
}

.sec12__part .wrapper svg {
    position: absolute;
    height: 100%;
    width: 100%;
    fill: #02963c;
    display: block;
}

.sec12__part .wrapper svg .first__triangle {
    height: 100%;
}

.sec13 {
    background: url(../images/sec12-bg.png) no-repeat center top;
    background-size: cover;
    position: relative;
    width: 100%;
    height: auto;
    display: block;


}

.sec13__container {
    padding-bottom: 70px;
}

.sec13__h1 {
    font-size: 63px;
    text-align: left;
    padding-left: 440px;
    line-height: 1.2;
    margin: auto;
    color: #02963c;
    font-family: 'Rubik', sans-serif;
    padding-top: 80px;
    letter-spacing: -1px;
}

.sec13__h2 {
    font-size: 48px;
    text-align: left;
    line-height: 1;
    padding-left: 440px;
    padding-bottom: 30px;
    color: #f49200;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    margin: auto;
    letter-spacing: -1px;
    font-weight: bold;
}

.sec13__shtamp {
    background: url("../images/sec12-icon1.png") no-repeat;
    width: 112px;
    height: 117px;
    background-size: contain;
    position: absolute;
    bottom: 90px;
    left: 272px;
}

.sec13__shtamp-2 {
    background: url("../images/sec12-icon2.png") no-repeat;
    width: 112px;
    height: 117px;
    background-size: contain;
    position: absolute;
    bottom: 90px;
    left: 157px;
    z-index: 9;
}

.sec13 .text__left {
    color: #006cc0;
    font-weight: bold;
    background: #ffffff;
    width: 160px;
    text-align: right;
    font-size: 14px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    position: absolute;
    bottom: 126px;
    padding-right: 40px;
    left: -5px;
    z-index: 0;
}

.sec13__sale {
    background: url("../images/sec12-discount.png") no-repeat;
    width: 128px;
    padding: 36px 0;
    color: #ffffff;
    position: absolute;
    bottom: 227px;
    left: 254px;
    z-index: 9;
}

.sec13__sale div {
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    line-height: 1;
    font-size: 19px;
    text-align: center;
}

.sec13__sale div span {
    font-size: 39px;
    font-weight: 700;
}

.sec13__part:first-of-type {
    margin-bottom: 20px;
}

.sec13__part:first-of-type .prices {
    background: #f9ce43;
    border: 1px solid #f17400;
    padding: 10px 50px 11px 10px;
    text-align: left;
    line-height: 1.2;
    margin-bottom: 10px;
    position: relative;
    left: 315px;
    top: 5px;
    width: 290px;


}

.sec13__part:first-of-type .prices .old_price {
    font-size: 24px;
    color: #97907b;
    font-weight: bold;
    text-decoration: line-through;
}

.sec13__part:first-of-type .prices .how__many {
    font-size: 18px;
    color: #ffffff;
    letter-spacing: -1px;
    font-weight: bold;
}

.sec13__part:first-of-type .prices .new_price {
    font-size: 48px;
    color: #02963c;
    font-weight: bold;
    line-height: 1;
}

.sec13__part:first-of-type .sec13__prod {
    position: absolute;
    bottom: 68px;
    left: 361px;
}

.sec13__part:last-of-type {
    padding-left: 115px;
    z-index: 9;
    position: relative;
}

.sec13__part:last-of-type .form {
    background: #02963c;
    padding: 20px;
    -webkit-box-shadow: inset 0px 0px 22px #696969;
    box-shadow: inset 0px 0px 22px #696969;
}

.sec13__part:last-of-type select {
    display: block;
    width: 292px;
    margin: 10px auto 0;
    padding: 10px 15px;
    background: url("../images/arrow2.png") 95% 50% no-repeat #ffffff !important;
    font-size: 18px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
}

.sec13__part:last-of-type select::-ms-expand {
    display: none;
}

.sec13__part:last-of-type input {
    display: block;
    width: 260px;
    margin: 10px auto;
    color: #000000;
    padding: 10px 15px;
    font-size: 18px;
}

.sec13__part:last-of-type .footer__shipment {
    font-size: 20px;
    text-align: center;
    color: #ffffff;
}

.sec13__part:last-of-type .footer__total {
    font-size: 28px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.sec13__part:last-of-type .zakaz {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
}

.sec13__part:last-of-type .form-border {
    background: rgba(2, 150, 60, 0.4);
    width: 350px;
    padding: 5px;
}

.sec13__part:last-of-type .btn_shadow {
    width: 290px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin: 0 auto 35px;
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.6);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.6);
}

.sec13__part:last-of-type .btn_shadow .btn {
    cursor: pointer;
    text-transform: uppercase;
    width: 290px;
    background: #f9c400;
    background: -webkit-linear-gradient(top, #f9c400 0%, #f59d00 50%, #f17000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f9c400), color-stop(50%, #f59d00), to(#f17000));
    background: linear-gradient(to bottom, #f9c400 0%, #f59d00 50%, #f17000 100%);
    padding: 21px 23px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 24px;
    color: white;
    outline: none;
    border: 2px solid #ffc700;
}

.sec13__part:last-of-type .btn_shadow .btn:hover {
    background: #f17000;
    background: -webkit-linear-gradient(top, #f17000 0%, #f59d00 50%, #f9c400 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f17000), color-stop(50%, #f59d00), to(#f9c400));
    background: linear-gradient(to bottom, #f17000 0%, #f59d00 50%, #f9c400 100%);
}

@-moz-document url-prefix() {
    .sec12__grid:nth-child(3) .sec12__part:nth-child(3) {
        width: 50%;
        padding-left: 26px;
        text-align: left;
        left: 24px;
    }

    .sec12__grid:nth-child(3) .sec12__part:first-child {
        text-align: right;
        width: 50%;
        padding-right: 0px;
        right: -24px;
    }
}

.only-web {
    display: block;
}

.only-mob {
    display: none;
}



.sec13 .prices.only-mob {
    display: none;
}

body {
    margin: 0;
    font-family: "Roboto", sans serif;
}

.sec1__container,
.menu__container,
.ul__container,
.sec3__container,
.sec5__container,
.sec6__container,
.sec7__container,
.sec8__container,
.sec9__container,
.sec10__container,
.sec11__container,
.sec12__container,
.sec13__container {
    max-width: 320px;
    padding: 0 10px;
}

.menu {
    text-align: center;
    background: #00782f;
}

.menu__grid {
    height: 40px;
}

.menu__part:first-of-type {
    width: 100%;
    border-right: none;
    background: #00782f;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -1px;
    vertical-align: middle;
}

.sec1 {
    background: url("../images/sec1-bg-mob.png") no-repeat;
    background-size: cover;
}

.only-web {
    display: none;
}

.only-mob {
    display: block;
}

.sec1__h2 {
    font-size: 27px;
    text-align: center;
    line-height: 1.2;
    width: 100%;
    padding-bottom: 15px;
    padding-left: 0;
    text-transform: uppercase;
    font-family: Roboto;
    margin: auto;
    padding-top: 15px;
    letter-spacing: 0px;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.sec1__h2 b {
    color: #f49200;
    font-size: 27px;
    letter-spacing: 0;
}

.sec1__grid {
    margin-top: -37px;
}

.sec1__part:last-of-type .prices:before {
    display: none;
}

.sec1 .prices:before {
    display: block;
    content: '';
    background: url("../images/sec1-pech2.png") no-repeat;
    background-size: 100%;
    width: 271px;
    height: 200px;
    position: absolute;
    bottom: 65px;
    left: 0px;
}

.sec1 .prices:last-of-type .prices {
    width: 100%;
}

.sec1__prod {
    position: relative;
    z-index: 99;
    left: 166px;
    top: 136px;
    max-width: 140px;
}

.how__many {
    font-size: 18px;
    width: 150px;
    color: #02963c;
    letter-spacing: -1px;
    font-weight: bold;
    position: relative;
    top: -70px;
    left: 20px;
    margin-top: 120px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.prices {
    position: relative;
}

.sec1__part:last-of-type .prices {
    background: transparent;
    border: none;
    position: relative;
    padding: 10px 0px 11px 0px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 0px;
    width: 100%;
}

.punkts__grid,
.test1__grid,
.sec1__grid,
.sec1__ul__grid,
.logo__grid,
.sec2__grid,
.sec3__grid,
.sec4__grid,
.sec5__grid,
.sec5__punkts__grid,
.sec6__grid,
.sec7__grid,
.sec10__grid,
.sec11__grid,
.sec12__grid,
.sec13__grid {
    display: block;
    width: 100%;
}

.sec1__part:last-of-type {
    padding-top: 0;
    padding-left: 0;
    margin-top: -58px;
    display: block;
    padding-bottom: 30px;
}

.sec1__ul .sec1__ul-li:first-child {
    padding: 8px 0 9px 100px;
    font-size: 21px;
}

.sec1__ul .sec1__ul-li:before {
    content: '';
    background: url("../images/gal.png") no-repeat;
    width: 27px;
    height: 26px;
    position: absolute;
    top: 6px;
    left: 60px;
}

.sec1__ul .sec1__ul-li {
    margin-bottom: 5px;
    line-height: 1;
    padding: 2px 0 4px 100px;
    font-size: 21px;
}

.sec1__ul {
    margin-bottom: 15px;
    position: relative;
    left: -10px;
    margin-top: 15px;
}

.menu__part:last-of-type {
    text-align: center;
}

.ul__container {
    margin: auto;
}

.sec5__part:last-of-type:before,
.sec5__part:last-of-type:after {
    content: '';
    display: none;
}

.sec3__container:before {
    display: none;
}

.sec3__h1 {
    font-size: 27px;
    text-align: center;
    line-height: 1.1;
    font-family: 'Roboto', sans-serif;
    margin: auto;
    padding: 0 5px;
    text-transform: uppercase;
    color: #ffffff;
    padding-top: 20px;
    z-index: 9;
    position: relative;
}

.sec3__part .sec3__icon {
    border: 4px solid #c90000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: relative;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sec3__part:nth-of-type(1) {
    padding-right: 0;
}

.sec3__part {
    padding-top: 8px;
    position: relative;
    display: block;
    text-align: left;
}

.sec3__part .sec3__icon {
    display: inline-block;

    vertical-align: middle;
    background: no-repeat center / cover;
}

.sec3__part:nth-of-type(1) .sec3__icon {
    background-image: url("../images/sec3-img1.jpg");
}

.sec3__part:nth-of-type(2) .sec3__icon {
    background-image: url("../images/sec3-img3.jpg");
}

.sec3__part:nth-of-type(3) {
    padding-left: 0;
}

.sec3-last .sec3__part:nth-of-type(1) {
    padding-left: 0;
    padding-right: 0;
}

.sec3__part:nth-of-type(3) .sec3__icon {
    background: url("../images/sec3-img5.jpg");
}

.sec3-last .sec3__part:nth-of-type(2) {
    padding-right: 0;
    padding-left: 0;
}

.sec3-last .sec3__part:nth-of-type(2) .sec3__icon {
    background-image: url("../images/sec3-img4.jpg");
    margin: 0;
}

.sec3__part .sec3__icon-text {
    font-size: 24px;
    line-height: 1.1;
    margin: 0;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: bold;
    position: relative;
    z-index: 9;
}

.sec3__part .sec3__icon-text {
    display: inline-block;
    padding: 0px 0 0 10px;
    width: 200px;
    vertical-align: middle;
}

.sec3 .sec3-last {
    margin-top: 0;
    margin-bottom: 20px;
}

.sec3 .sec3-last .sec3__part {
    display: block;
}

.sec3 .sec3-last .sec3__part .sec3__icon {
    display: inline-block;
    vertical-align: middle;
}

.sec3-last .sec3__part .sec3__icon-text {
    font-size: 24px;
    line-height: 1.1;
    width: 200px;
    letter-spacing: 0px;
    margin: 0;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: bold;
    padding: 0px 0 0 10px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 9;
}

.sec3__part:nth-of-type(2) .sec3__icon-text {
    padding: 0 0 0 10px;
    width: 215px;
    vertical-align: middle;
}

.sec3-last .sec3__part:nth-of-type(1) .sec3__icon {
    background-image: url("../images/sec3-img2.jpg");
}

.sec5 {
    background: #ffffff;
    position: relative;
    display: block;
}

.sec5__h1 {
    font-size: 27px;
    text-align: center;
    line-height: 1.1;
    letter-spacing: 0px;
    width: 100%;
    margin: auto;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    padding-top: 20px;
}

.sec5__container {
    padding-bottom: 20px;
}

.sec6__container:after {
    display: none;
}

.sec6__container:before {
    display: none;
}

.sec6__part:after {
    display: none;
}

.sec6__part {
    text-align: center;
    padding-top: 0px;
    width: 100% !important;
    display: block;
    margin: auto !important;
    position: relative;
    vertical-align: top;
}

.sec6__part .stadiya {
    background: #000000;
    color: #ffffff;
    font-size: 18px;
    padding: 3px 10px 3px 47px;
    left: auto;
    display: inline-block;
    max-width: 100%;
    width: auto;
}

.sec6__part:last-of-type .stadiya {
    padding: 0px 10px 3px 70px;
    top: -50px;
    font-weight: bold;
    left: 52px;
}

.sec6__part:nth-of-type(1) img {
    margin-top: 6px;
    margin: auto;
}

.sec6__part img {
    position: relative;
    display: block;
    z-index: 9;
    margin: auto;
    left: -20px;
}

.sec6__part:nth-of-type(3) img {
    margin-top: 6px;
    margin-left: 8px;
    margin: auto;
}

.sec6__part:last-of-type .stadiya {
    padding: 0px 10px 3px 70px;
    font-weight: bold;
    left: auto;
    margin-left: 30px;
}

.sec7__container:before {
    display: none;
}

.sec7__block-top:before {
    display: none;
}

.sec7__h1 {
    font-size: 35px;
    text-align: center;
    line-height: 1.2;
    color: #02963c;
    font-family: 'Roboto', sans-serif;
    margin: auto;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 15px;
    padding-left: 0;
    position: relative;
    z-index: 99;
    text-shadow: none;
}

.sec7__h2 {
    color: #ec9001;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    font-family: 'Rubik', sans-serif;
    position: relative;
    padding-top: 0px;
    top: 0;
    line-height: 1.1;
    padding-left: 0;
    z-index: 99;
    text-shadow: none;
}

.sec7__block-top:after {
    display: none;
}

.sec7__block-top {
    border-bottom: none;
    position: relative;
    padding-bottom: 10px;
}

.sec7__h3 {
    color: #ec9001;
    font-weight: bold;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    text-transform: uppercase;
    padding-top: 15px;
    text-align: center;
    top: 0px;
    display: block;
    width: 100%;
    margin: auto;
    line-height: 1.2;
}

.sec7__part:first-of-type {
    text-align: center;
    padding-right: 0;
    margin-bottom: 20px;
}

.sec7__part {
    text-align: left;
    padding-top: 107px;
    z-index: 5;
    width: 100%;
    display: block;
    position: relative;
}

.sec7__part .sec7__icon-text b {
    font-weight: bold;
    display: block;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 21px;
    background: #02963c;
    margin: 0 -999px 0 -999px !important;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    padding: 4px 999px 4px 999px !important;
}

.sec7__part:first-of-type .sec7__icon {
    left: 50%;
    margin-left: -60px;
}

.sec7 .position__prod:after {
    display: none;
}

.sec7__part .sec7__icon-text {
    font-size: 21px;
    line-height: 1.1;
    text-align: center;
    letter-spacing: 0px;
}

.sec7__part:nth-of-type(2) {
    padding-left: 0;
}

.sec7__part:nth-of-type(2) .sec7__icon {
    left: 50%;
    margin-left: -60px;
}

.sec7__grid:last-of-type .sec7__part {
    padding-right: 0;
    padding-left: 0;
}

.sec7__grid:last-of-type {
    text-align: center;
    width: 100%;
    margin: 20px auto 70px;
    padding: 0;
    position: relative;
}

.sec7__container:after {
    display: none;
}

.sec9 .sec9__prod {
    position: absolute;
    top: -111px;
    right: 38px;
    z-index: 99;
}

.sec9__container:after {
    content: '';
    background: url("../images/sec7-leaves-mob.png") no-repeat;
    width: 175px;
    height: 173px;
    position: absolute;
    top: -44px;
    left: 57px;
}

.sec3 {
    background: #392527;
}

.sec9__h1 {
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #02963c;
    padding-top: 140px;
    padding-right: 0;
    letter-spacing: 0px;
    font-weight: bold;
}

.sec9__h2 {
    font-size: 27px;
    text-align: center;
    padding-right: 0;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
    padding-bottom: 20px;
    text-transform: uppercase;
    padding-top: 4px;
}

.sec9 .btn_shadow {
    width: 300px;
    position: relative;
    left: 0;
    margin: auto;
    z-index: 99;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.6);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.6);
}

.sec9__container {
    padding-bottom: 20px;
}

.sec9 {
    background: #ffffff;
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 3px solid #02963c;
}

.sec10__h1 {
    font-size: 27px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    padding-top: 20px;
    padding-bottom: 10px;
    letter-spacing: 0px;
}

.sec10 .doc__position {
    background: url("../images/doc2.jpg") no-repeat;
    display: block;
    width: 150px;
    background-size: cover;
    position: relative;
    z-index: 3;
    margin: auto;
    height: 150px;
}

.sec10__doc {
    border: none;
    position: relative;
    width: 100%;
    height: auto;
    top: 8px;
    left: 0px;
    margin: auto;
}

.sec10 .doc__name {
    margin-top: 0;
    background: transparent;
    font-size: 24px;
    text-align: center;
    width: 100%;
    bottom: 0;
    line-height: 1.1;
    position: relative;
    z-index: 9;
    padding: 10px 0px;
}

.sec10__container:before {
    display: none;
}

.sec10__container:after {
    display: none;
}

.sec10__text {
    padding-left: 0;
    margin-top: -2px;
    font-size: 18px;
    line-height: 1.2;
}

.sec10__grid {
    padding-top: 10px;
    padding-left: 14px;
}

.sec10__part {
    width: 49% !important;
}

.sec10__part img {
    width: 130px;
    display: inline-block;
}

.sec10__part:nth-of-type(2) .sec10__text-mrt {
    color: #02963c;
    line-height: 1.1;
    margin-top: 0px;
    width: 140px;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
}

.sec10__part:first-of-type .sec10__text-mrt {
    color: #f40000;
    line-height: 1.1;
    font-weight: 700;
    margin-top: 0px;
    text-align: center;
    width: 135px;
    font-size: 17px;
}

.sec11__h1 {
    font-size: 27px;
    text-align: center;
    line-height: 1.1;
    font-family: 'Roboto', sans-serif;
    margin: auto;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 12px;
}

.sec11__part:before {
    content: '';
    background: url("../images/sec11-top.png") no-repeat;
    background-size: 100%;
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0px;
    left: 0;
}

.sec11__part .name {
    position: absolute;
    color: #ffffff;
    font-size: 18px;
    top: 29px;
    left: 5px;
    padding-left: 10px;
}

.sec11__part {
    min-height: 380px;
    background: #dcdbd4;
    position: relative;
    padding: 80px;
}

.slider .bx-wrapper .bx-pager,
.slider .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #b4ddc2;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    text-indent: -9999px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #299e50;
}

.sec11__part:after {
    content: '';
    background: url("../images/sec11-bottom.png") no-repeat;
    background-size: 100%;
    width: 100%;
    height: 51px;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.sec11__part .send {
    color: #b6d9e9;
    font-size: 15px;
    border: 2px solid #b6d9e9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 6px;
    position: absolute;
    right: 6px;
    bottom: 12px;
    z-index: 7;
}

.bx-viewport {
    width: 290px !important;
    overflow: hidden;
    margin: auto;
    position: relative;
    height: 630px !important;
}

.sec11__part .comment {
    padding: 4px 7px;
    position: relative;
    left: -75px;
}

.sec11__container {
    padding-bottom: 80px;
}

.ava-sms2 {
    position: relative;
    top: -50px;
    left: 51px;
}

.sec13 {
    background: url("../images/sec13-bg-mob.jpg") no-repeat center top;
    background-size: 100% auto;
    position: relative;
    width: 100%;
}

.sec13__container {
    padding-bottom: 1px;
}

.sec13__h1 {
    font-size: 40px;
    text-align: left;
    padding-left: 0;
    line-height: 1.2;
    margin: auto;
    color: #02963c;
    font-family: 'Roboto', sans-serif;
    padding-top: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0px;
}

.sec13__h2 {
    font-size: 27px;
    text-align: center;
    line-height: 1;
    padding-left: 0;
    padding-bottom: 20px;
    position: relative;
    color: #f49200;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    margin: auto;
    letter-spacing: 0px;
    font-weight: bold;
}

.sec13__part {
    display: block;
}

.sec13 .sec13__h2:before {
    display: block;
    content: '';
    background: url("../images/sec13-pech.png") no-repeat;
    background-size: 100%;
    width: 271px;
    height: 200px;
    position: absolute;
    bottom: -196px;
    left: 0px;
}

.sec13__part:first-of-type .sec13__prod {
    position: relative;
    bottom: 0;
    left: 125px;
    max-width: 180px
}

.sec13__shtamp {
    background: url("../images/sec12-icon1.png") no-repeat;
    background-size: 100%;
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 105px;
    left: 15px;
}

.sec13 .text__left {
    display: none;
}

.sec13__shtamp-2 {
    background: url("../images/sec12-icon2.png") no-repeat;
    width: 100px;
    background-size: 100%;
    height: 100px;
    position: absolute;
    bottom: -3px;
    left: 15px;
    z-index: 9;
}

.sec13__sale div span {
    font-size: 30px;
    font-weight: 700;
}

.sec13__sale div {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    font-size: 16px;
    text-align: center;
}

.sec13__sale {
    background: url("../images/sec12-discount.png") no-repeat;
    width: 90px;
    height: 90px;
    background-size: 100%;
    padding: 24px 0;
    color: #ffffff;
    position: absolute;
    bottom: 80px;
    left: 213px;
    z-index: 9;
}

.sec13__part:last-of-type {
    padding-left: 0;
    z-index: 9;
    position: relative;
}

.ul__container .form-border {
    background: rgba(2, 150, 60, 0.4);
    width: 100%;
    padding: 5px 999px;
    margin: 0 -999px;
}

.ul__container .form {
    background: #02963c;
    padding: 0px 0 10px 0;
    margin: 0 -999px;
    -webkit-box-shadow: inset 0px 0px 22px #696969;
    box-shadow: inset 0px 0px 22px #696969;
}

.ul__container .zakaz {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding-top: 20px;
    margin-bottom: 20px;
}

.sec13__part:first-of-type {
    margin-bottom: 20px;
    position: relative;
    padding-top: 120px;
}

.ul__container .prices .old_price {
    font-size: 24px;
    color: #015720;
    text-align: center;
    font-weight: bold;
    text-decoration: line-through;
}

.ul__container .prices .new_price {
    font-size: 48px;
    color: #f17400;
    text-align: center;
    font-weight: bold;
    line-height: 1;
}

.ul__container select {
    display: block;
    width: 292px;
    margin: 10px auto 0;
    padding: 10px 15px;
    background: url("../images/arrow2.png") 95% 50% no-repeat #ffffff !important;
    font-size: 18px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
}

.ul__container input {
    display: block;
    width: 260px;
    margin: 10px auto;
    color: #000000;
    padding: 10px 15px;
    font-size: 18px;
}

.ul__container .footer__shipment {
    font-size: 20px;
    text-align: center;
    color: #ffffff;
}

.ul__container .footer__total {
    font-size: 28px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.ul__container .btn_shadow {
    width: 290px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin: 0 auto 35px;
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.6);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.6);
}

.ul__container .btn_shadow .btn {
    cursor: pointer;
    text-transform: uppercase;
    width: 290px;
    background: #f9c400;
    background: -webkit-linear-gradient(top, #f9c400 0%, #f59d00 50%, #f17000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f9c400), color-stop(50%, #f59d00), to(#f17000));
    background: linear-gradient(to bottom, #f9c400 0%, #f59d00 50%, #f17000 100%);
    padding: 21px 23px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 24px;
    color: white;
    outline: none;
    border: 2px solid #ffc700;
}

.sec13__part:last-of-type .form {
    margin-left: -4000px;
    margin-right: -4000px;
}

.sec13__part:last-of-type .form-border {
    margin-left: -4000px;
    margin-right: -4000px;
    padding-left: 3989px;
    padding-right: 4000px;
    padding-bottom: 0;
    width: 320px;
}

@media screen and (max-width: 800px) {
    .sec13 {
        background-size: auto;
    }
}
