/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,mentors13
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

* {
    box-sizing: border-box;
}
input, button { -webkit-appearance: none;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

p {
    margin: 0 0 10px 0;
}
video{
    outline: none;
    border:none;
}

img {
    max-width: 100%;
}

body {
    color: #fff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
    font-weight: 700;
}

/* End of Eric Meyer's CSS Reset */

@font-face {
    font-family: 'FiraSansExtraBold';
    src: url('../fonts/FiraSans-ExtraBold.eot');
    src: url('../fonts/FiraSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FiraSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/FiraSans-ExtraBold.woff') format('woff'),
        url('../fonts/FiraSans-ExtraBold.ttf') format('truetype'),
        url('../fonts/FiraSans-ExtraBold.svg#FiraSans-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FiraSansLight';
    src: url('../fonts/FiraSansLight.eot');
    src: url('../fonts/FiraSansLight.eot') format('embedded-opentype'),
         url('../fonts/FiraSansLight.woff2') format('woff2'),
         url('../fonts/FiraSansLight.woff') format('woff'),
         url('../fonts/FiraSansLight.ttf') format('truetype'),
         url('../fonts/FiraSansLight.svg#FiraSansLight') format('svg');
}
@font-face {
    font-family: 'FiraSansRegular';
    src: url('../fonts/FiraSansRegular.eot');
    src: url('../fonts/FiraSansRegular.eot') format('embedded-opentype'),
         url('../fonts/FiraSansRegular.woff2') format('woff2'),
         url('../fonts/FiraSansRegular.woff') format('woff'),
         url('../fonts/FiraSansRegular.ttf') format('truetype'),
         url('../fonts/FiraSansRegular.svg#FiraSansRegular') format('svg');
}
@font-face {
    font-family: 'FiraSansBold';
    src: url('../fonts/FiraSans-Bold.eot');
    src: url('../fonts/FiraSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FiraSans-Bold.woff2') format('woff2'),
        url('../fonts/FiraSans-Bold.woff') format('woff'),
        url('../fonts/FiraSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: '8165';
    src: url('../fonts/8165.eot');
    src: url('../fonts/8165.eot') format('embedded-opentype'),
         url('../fonts/8165.woff2') format('woff2'),
         url('../fonts/8165.woff') format('woff'),
         url('../fonts/8165.ttf') format('truetype'),
         url('../fonts/8165.svg#8165') format('svg');
}


body {
    background-color: rgba(51, 144, 23, 0.23);
    background-image: url("../img/bg.svg");
    background-repeat: repeat;
    background-position: top center;
}

header {
    height: 56px;
    text-align: center;
    padding-top: 10px;
    background: #fff;
}

header ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

header ul li {
    margin-right: 71px;
}

header ul li:first-child a {
    font-family: FiraSansBold, sans-serif;
    font-size: 16px;
    line-height: 19px;    
    color: #339017;
}

header ul li:last-child {
    margin: 0;
}

header ul li a {
    font-family: FiraSansLight;
    font-size: 16px;
    line-height: 19px;
    color: #3A3A3A;
    text-transform: uppercase;
    text-decoration: none;

}

.li_logo {
    margin: 0 91px 0 20px;
}

.menu2 {
    height: 50px;
    background: #339017;
    
    padding-top: 15px;
}

.menu2 ul {
    display: flex;
	align-items: center;
	justify-content: center;
}

.menu2 ul li {
    margin-right: 50px;
}

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

.menu2 ul li a {
    font-family: FiraSansBold;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;

}

.header {
    background-image: url("../img/header.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    height: 209px;
    padding-top: 30px;
}

.title {
    font-family: FiraSansExtraBold;
    font-size: 64px;
    line-height: 77px;
    text-align: center;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}

.wrapper {
    max-width: 1207px;
    width: 100%;
    margin: 0 auto;
    padding-top: 19px;
}

.breadcrumb {
    padding-left: 43px;
    margin-bottom: 44px;
}

.breadcrumb a {
    font-family: FiraSansLight;
    font-size: 16px;
    line-height: 19px;
    color: #3A3A3A;
    text-decoration: none;
}

.breadcrumb a span {
    font-family: FiraSansBold;
    color: #339017;
}

.wrapper_body {
    background: #fff;
    padding: 0 43px 34px;
}

.wrapper_body_menu {
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
    position: relative;
    top: -20px;
}

.wrapper_body_menu a  {
    background: #339017;
    border-radius: 20px;
    padding: 11px 23px;
    text-align: center;
    display: inline-block;
    margin-right: 30px;
    text-decoration: none;
    font-family: FiraSansRegular;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

.wrapper_body_menu a:last-child {
    margin: 0;
}

.wrapper_body_menu_box p {
    margin: 0;
    font-family: FiraSansRegular;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

.wrapper_body .text1 {
    font-family: FiraSansRegular;
    font-weight: 600;
    font-size: 34px;
    line-height: 41px;
    text-align: center;
    color: #3A3A3A;
    margin-top: 40px;
    margin-bottom: 22px;
}

.wrapper_body p {
    font-family: FiraSansRegular;
    font-size: 16px;
    line-height: 19px;
    color: #3A3A3A;
    margin-bottom: 20px;
}

.img {
    margin: 15px auto;
    text-align: center;
}
.btn {
    font-family: FiraSansBold;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 17px 32px;
    display: block;
    max-width: 493px;
    background: linear-gradient(180deg, #339017 0%, #297E0F 100%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 26.5px;
    text-decoration: none;
    margin: 25px auto;
}

.btn:hover {
    background: linear-gradient(180deg, #297E0F 0%, #339017 100%);
}

.block_form p {
    font-family: FiraSansRegular;
    font-size: 14px;
    line-height: 17px;
    color: #3A3A3A;
    max-width: 720px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}

.box_form {
    max-width: 430px;
    width: 100%;
    background: #D0E5CA;
    border-radius: 21px;
    padding: 36px 28px;
}

.block_price .t1_form {
    font-family: FiraSansBold;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    padding: 17px 0;
    width: 100%;
    background: #338F17;
    margin-bottom: 19px;
}

.form1 input {
    width: 100%;
    height: 41px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 20.5px;
    padding: 0 31px;
    font-family: FiraSansLight;
    font-size: 14px;
    line-height: 17px;
    color: #808080;
    margin-bottom: 14px;
    border: 0;
}

.form1 button {
    width: 100%;
    height: 55px;
    border: 0;
    background: linear-gradient(180deg, #B32021 0%, #931515 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 41.5px;
    font-family: FiraSansBold;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 7px;
    cursor: pointer!important;
}

.form1 button:hover {
    background: linear-gradient(180deg, #931515 0%, #B32021 100%);
}

.form1 p {
    font-family: FiraSansLight;
    font-size: 14px;
    line-height: 17px;
    color: #3A3A3A;
    margin-bottom: 0;
}

.block_price {
	display: flex;
	align-items: center;
	justify-content: center;
    position: relative;
}

.tovar {
    flex-shrink: 0;
}

.t_comm {
    font-family: FiraSansLight;
    font-size: 16px;
    line-height: 19px;
    color: #3A3A3A;
    margin-top: 45px!important;
    margin-bottom: 7px!important;
}

.hr {
    width: 100%;
    height: 1px;
    background: #B2B2B2;
    color: #B2B2B2;
    border: 0;
    outline: 0;
    margin-bottom: 33px;
}

.ava {
	margin-right: 10px;
	flex-shrink: 0;
}

.block_comm .name_comm {
    margin-bottom: 7px;
    font-family: FiraSansBold;
    font-size: 16px;
    line-height: 19px;
    color: #338F17;
}

.block_comm .text_comm {
    font-family: FiraSansRegular;
    font-size: 14px;
    line-height: 17px;
    color: #3A3A3A;
    margin-bottom: 7px;
}

.after_comm a {
    font-family: FiraSansLight;
    font-size: 12px;
    line-height: 14px;
    color: #464646;
    margin-right: 15px;
    text-decoration: none;
}

.box_comm {
	display: flex;
	align-items: flex-start;
    margin-bottom: 23px;
}

footer {
    background: #5AA444;
    padding: 15px 0;
    text-align: center;
}

footer p {
    font-family: FiraSansLight;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    margin-bottom: 7px;
}

footer a {
    font-family: FiraSansLight;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}

:focus {
    outline: none!important;
}

@media only screen and (max-width:1150px) {
	.n_1150 {
	   display: none!important;
	}
}

@media only screen and (max-width:910px) {
	.li_logo {
    display: none;
}

.n_910 {
	   display: none!important;
	}
}

@media only screen and (max-width:750px) {
	header {
    height: auto;
    text-align: center;
    padding-top: 10px;
    background: #fff;
    padding: 14px 0;
}

header ul li a {
    font-size: 12px!important;
    line-height: 14px;
}
header ul li {
    margin-right: 15px;
}
.n_750 {
	   display: none!important;
	}
    
    .menu2 ul li a {
    font-family: FiraSansBold;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.menu2 ul li {
    margin-right: 24px;
}

.title {
    font-family: FiraSansExtraBold;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}

.header {
    background-image: url("../img/header.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: auto;
    padding-top: 30px;
    padding: 28px 0;
}

.breadcrumb {
    padding-left: 20px;
    margin-bottom: 14px;
}

.wrapper_body_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    position: static;
    top: -20px;
}

body {
    background-color: #fff;
    background-image: none;
    background-repeat: repeat;
    background-position: top center;
}

.wrapper_body_menu a {
    background: #339017;
    border-radius: 20px;
    padding: 8px 17px;
    text-align: center;
    display: inline-block;
    margin-right: 17px;
    text-decoration: none;
    font-family: FiraSansRegular;
    font-size: 11px;
    line-height: 17px;
    color: #FFFFFF;
}

.wrapper_body_menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    position: static;
    top: -20px;
}

.wrapper_body {
    background: #fff;
    padding: 0 20px 18px;
}
.wrapper_body .text1 {
    font-family: FiraSansRegular;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #3A3A3A;
    margin-top: 40px;
    margin-bottom: 22px;
}

.wrapper_body p {
    font-family: FiraSansRegular;
    font-size: 15px;
    line-height: 18px;
    color: #3A3A3A;
    margin-bottom: 20px;
}

.block_price {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.box_form {
    max-width: 430px;
    width: 100%;
    background: #D0E5CA;
    border-radius: 21px;
    padding: 16px 10px;
    order: 1;
}

.block_price .t1_form {
    font-family: FiraSansBold;
    font-size: 14px;
    line-height: 18px;
    padding: 0 30px;
    text-align: center;
    color: #FFFFFF;
    padding: 9px 20px;
    width: 100%;
    background: #338F17;
    margin-bottom: 19px;
}

.form1 button {
    width: 100%;
    height: 55px;
    border: 0;
    background: linear-gradient(180deg, #B32021 0%, #931515 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 41.5px;
    font-family: FiraSansBold;
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 7px;
    cursor: pointer!important;
}

.form1 p {
    font-family: FiraSansLight;
    font-size: 10px;
    line-height: 12px;
    color: #3A3A3A;
    margin-bottom: 0;
}

.tovar {
    flex-shrink: 0;
    order: 2;
    margin-top: 20px;
}

.btn {
    font-family: FiraSansBold;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 11px 32px;
    display: block;
    max-width: 283px;
    background: linear-gradient(180deg, #339017 0%, #297E0F 100%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 26.5px;
    text-decoration: none;
    margin: 25px auto;
}
}

.sale {
    position: absolute;
    width: 170px;
    height: 170px;
    background: url(../img/sale.png) no-repeat center/cover;
    top: 0;
    right: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.sale .sale-text {
    transform: rotate(36.3deg);
}

.sale .sale-text p:first-child {
    font-weight: bold;
    font-size: 24px;
    color: #fff;
}

.sale .sale-text p:last-child {
    font-weight: bold;
    font-size: 36px;
    color: #fff;
}

@media screen and (max-width: 750px) {
    .sale {
        top: 290px;
        right: 70px;
    }
    
}


@media screen and (max-width: 540px) {
    .sale {
        width: 130px;
        height: 130px;
        right: 0;
    }

    .sale .sale-text p:first-child {
        font-size: 14px;
    }

    .sale .sale-text p:last-child {
        font-size: 20px;
    }
    
}