@font-face {
  font-family: 'HelveticaNeueCyr-Roman';
  src: url('../fonts/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeueCyr-Roman.otf')  format('opentype'),
	     url('../fonts/HelveticaNeueCyr-Roman.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Roman.ttf')  format('truetype'), url('../fonts/HelveticaNeueCyr-Roman.svg#HelveticaNeueCyr-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueCyr-Light';
  src: url('../fonts/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeueCyr-Light.otf')  format('opentype'),
	     url('../fonts/HelveticaNeueCyr-Light.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Light.ttf')  format('truetype'), url('../fonts/HelveticaNeueCyr-Light.svg#HelveticaNeueCyr-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueCyr-Medium';
  src: url('../fonts/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeueCyr-Medium.otf')  format('opentype'),
	     url('../fonts/HelveticaNeueCyr-Medium.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Medium.ttf')  format('truetype'), url('../fonts/HelveticaNeueCyr-Medium.svg#HelveticaNeueCyr-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueCyr-Bold';
  src: url('../fonts/HelveticaNeueCyr-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeueCyr-Bold.otf')  format('opentype'),
	     url('../fonts/HelveticaNeueCyr-Bold.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Bold.ttf')  format('truetype'), url('../fonts/HelveticaNeueCyr-Bold.svg#HelveticaNeueCyr-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf')  format('truetype'), url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


	
	* {
	 -webkit-appearance: none;
	}

	body,
	p,
	h1,
	h2,
	h3,
	h4,
	h5 {
	    margin: 0;
	    padding: 0;
	}
	h1,
	h2,
	h3,
	h4,
	h5 {
		font-weight: normal;
	}
	ul {
	    margin: 0;
	    padding: 0;
	    list-style-type: none;
	}
	input:focus, button:focus {
		outline: none;
	}
	textarea:focus {
		outline: none;
	}
	body {
    color: #000;
    font-family: 'HelveticaNeueCyr-Roman';
    font-size: 14px;
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
    background: #f6f6f6;
}
	*, :before, :after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
	
	.container {
		width: 100%;
		max-width: 1110px;
		margin: 0 auto;
	}
.top-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}
header {
    padding-top: 270px;
    padding-bottom: 190px;
    position: relative;
    background: url(../images/header_bg.jpg) center no-repeat;
    color: #fff;
    background-size: cover;
    overflow: hidden;
}
.header-container {
    display: flex;
}
header .container {
    position: relative;
    z-index: 9;
}
header:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
}
header:after {
    position: absolute;
    content: '';
    width: 635px;
    height: 1090px;
    background: url(../images/lines.png) no-repeat;
    top: -75px;
    opacity: 0.5;
    left: 0;
    right: -690px;
    margin: auto;
}
.top-container .container {
    height: 128px;
    border-bottom: 1px solid #00d305;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1140px;
    padding: 0 15px;
}
.adres-container p {
    color: #fff;
    position: relative;
    font-family: 'HelveticaNeueCyr-Medium';
}
.adres-container {
    padding-left: 25px;
    padding-top: 19px;
}
.tel-box {
    padding-top: 19px;
}
.adres-container p {
    color: #fff;
    position: relative;
    font-family: 'HelveticaNeueCyr-Medium';
    padding-left: 30px;
    font-size: 16px;
}
.adres-container p:before {
    position: absolute;
    content: '';
    width: 16px;
    height: 21px;
    background: url(../images/adres.png) no-repeat;
    left: 0;
    top: -2px;
}
.tel-container a {
    text-decoration: none;
    color: #fff;
    font-family: 'HelveticaNeueCyr-Bold';
    position: relative;
    padding-left: 30px;
    font-size: 16px;
}
.tel-container a:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background: url(../images/tel.png) no-repeat;
    left: 0;
    top: 0px;
}
.tel-container {
    padding-left: 15px;
}
.tel-container p {
    text-align: right;
    font-size: 12px;
    color: #10ad14;
    font-family: 'HelveticaNeueCyr-Roman';
    margin-bottom: 5px;
}
.btn {
    display: block;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 160px;
    height: 35px;
    font-size: 14px;
    color: #fff;
    border-radius: 35px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    background: #1aab0f;
    position: relative;
}
.btn-container {
    margin-left: auto;
}
.btn span {
	position: relative;
}
.btn:before {
	position: absolute;
	content: '';
	background: linear-gradient(to top, #05791e, #1cae0e);
	border-radius: 35px;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.btn:hover:before {
	opacity: 0;
}
.header-img {
    margin-left: -50px;
}
.header-text {
    width: 705px;
}
.name-s {
    text-transform: uppercase;
    font-family: 'HelveticaNeueCyr-Bold';
    font-size: 36px;
    line-height: 5px;
}
.header-text p {
    font-size: 24px;
    color: #00d305;
    font-family: 'HelveticaNeueCyr-Medium';
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 35px;
    line-height: 32px;
}
.header-text span {
    font-family: 'HelveticaNeueCyr-Bold';
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding-left: 15px;
    line-height: 26px;
    margin-top: 45px;
}
.header-text ul li {
    font-family: 'HelveticaNeueCyr-Bold';
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-left: 15px;
    line-height: 26px;
}
.header-text ul li:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    left: 0;
    top: 9px;
}
.btn-lider {
    height: 67px;
    width: 258px;
    border: 2px solid #00d305;
    display: block;
    border-radius: 35px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-family: 'MyriadPro-Regular';
    font-size: 14px;
    padding-bottom: 2px;
    background: rgba(0, 0, 0, 0.55);
    margin-top: 40px;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.btn-lider:hover {
    background: #083309;
}


.preim-box p {
    font-family: 'MyriadPro-Regular';
    font-size: 14px;
    color: #1c1b1b;
}
#preim:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 97px;
    background: url(../images/bottom.png) center no-repeat;
    background-size: cover;
    left: 0;
    top: 5px;
}
.preim-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin-top: -65px;
}
.preim-box:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 23px;
    left: 0;
    right: 0;
    margin: auto;
    top: -11px;
    background: url(../images/romb.png) no-repeat;
}
.preim-box:after {
    position: absolute;
    content: '';
    height: 4px;
    width: 30px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background: #00d305;
}
#preim {
    position: relative;
}
.preim-box {
    background: #fff url(../images/lines2.png) center no-repeat;
    width: 160px;
    height: 98px;
    border-radius: 15px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
}
.header-down {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    bottom: 75px;
}


#two {
    padding-top: 115px;
    padding-bottom: 30px;
    background: url(../images/two_bg.png) center bottom no-repeat;
    text-align: center;
}
.two-container {
    width: 790px;
    height: 188px;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
    background: #eeffee url(../images/h2o.png) center no-repeat;
    border: 1px solid #9de99f;
    padding-top: 35px;
    box-shadow: 0 0 60px 5px rgba(0, 0, 0, 0.1);
}
.zag {
    font-size: 36px;
    color: #1c1b1b;
    font-family: 'HelveticaNeueCyr-Bold';
    text-transform: uppercase;
    margin-bottom: 25px;
    line-height: 44px;
    text-align: center;
    position: relative;
    padding-top: 65px;
}
.zag span {
    font-size: 24px;
}
.two-container > span {
    display: block;
    font-family: 'HelveticaNeueCyr-Bold';
    color: #1c1b1b;
    text-transform: uppercase;
    font-size: 18px;
}
#two .container {
    position: relative;
}
#two .zag {
    padding-top: 0;
    line-height: 32px;
}
#two .zag:before {
    display: none;
}
#two .container:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 170px;
    background: url(../images/sfondo.png) no-repeat;
    background-size: cover;
    left: 0;
    bottom: -30px;
}

.zag:before {
    position: absolute;
    content: '';
    width: 279px;
    height: 43px;
    background: url(../images/kolos.png) no-repeat;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
}
#oborud {
    padding-top: 150px;
    position: relative;
    z-index: 9;
}
.oborud-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.oborud-box {
    width: 540px;
}
.oborud-img img {
    display: block;
    border: 10px solid #e8e4e2;
    width: 100%;
}
.oborud-boxing {
    position: relative;
}
.oborud-boxing > div:first-child {
    position: absolute;
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 10px solid rgba(147, 208, 32, 0.45);
}
.oborud-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 40px;
}
.oborud-text p {
    color: #fff;
    background: #1b1b1b;
    height: 75px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 255px;
    padding-left: 20px;
    padding-right: 10px;
    text-transform: uppercase;
    font-family: 'HelveticaNeueCyr-Medium';
    font-size: 14px;
    line-height: 18px;
}
.oborud-btn {
    margin-left: auto;
    margin-right: 45px;
    text-align: center;
    width: 190px;
    height: 50px;
    font-family: 'MyriadPro-Regular';
    box-shadow: 0 15px 25px 3px rgba(0, 0, 0, 0.25);
}
.oborud-boxing:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 61px;
    background: url(../images/shadow.png) no-repeat;
    left: 0;
    bottom: -49px;
}
.oborud-boxing:nth-child(2) {
    margin-top: 22px;
}
.oborud-boxing2 img {
	height: 260px;
}

.tree-container {
    height: 150px;
    background: url(../images/tree_bg.jpg) center no-repeat;
    background-size: cover;
    border-top: 1px solid #93d020;
    border-bottom: 1px solid #93d020;
    color: #fff;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.tree-container p {
    font-size: 18px;
    font-family: 'HelveticaNeueCyr-Medium';
    text-transform: uppercase;
    line-height: 24px;
}
.tree-container p:first-child {
    margin-bottom: 20px;
}
#tree {
    position: relative;
    padding-top: 280px;
    padding-bottom: 130px;
    margin-top: -180px;
    background: url(../images/koloski.png) center no-repeat;
}
.tree-container:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    top: 4px;
}
.tree-container:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: 4px;
}
#tree:before {
    position: absolute;
    content: '';
    width: 980px;
    height: 111px;
    background: url(../images/shadow2.png) no-repeat;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 24px;
}

#present {
    margin-top: -35px;
    overflow: hidden;
}
.present-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
}
.present-text {
    width: 505px;
    padding-top: 145px;
    position: relative;
}
.present-img {
    margin-left: -115px;
    margin-right: -150px;
}
.present-box {
    position: relative;
    border: 1px solid #129715;
    background: rgba(255, 255, 255, 0.75);
    padding: 25px;
}
.present-box p {
    font-size: 18px;
    color: #1c1b1b;
    font-family: 'HelveticaNeueCyr-Bold';
    text-transform: uppercase;
    position: relative;
    z-index: 9;
}
.present-box > span {
    display: block;
    font-size: 16px;
    color: #1c1b1b;
    font-family: 'HelveticaNeueCyr-Roman';
    line-height: 22px;
    margin: 20px 0;
    position: relative;
    z-index: 9;
}
.present-box:before {
    position: absolute;
    content: '';
    width: 47px;
    height: 50px;
    background: url(../images/wp.png) no-repeat;
    right: 20px;
    top: 15px;
}
input[type="text"] {
    width: 285px;
    border: 0;
    color: #fff;
    height: 48px;
    font-size: 14px;
    font-weight: normal;
    background: #6f6f6f;
    border: 2px solid #00d305;
    box-sizing: border-box;
    border-radius: 30px;
    padding-left: 35px;
    font-family: 'MyriadPro-Regular';
}
input[type="text"]::-webkit-input-placeholder {color:#fff;}
input[type="text"]::-moz-placeholder          {color:#fff;}
input[type="text"]:-moz-placeholder           {color:#fff;}
input[type="text"]:-ms-input-placeholder      {color:#fff;}
.present-form form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.present-form {
    margin-top: 25px;
    position: relative;
    z-index: 9;
}
form .btn {
    border: 0;
    margin: 0;
    margin-left: auto;
    height: 48px;
    width: 190px;
    font-family: 'MyriadPro-Regular';
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 20px 25px 3px rgba(2, 70, 7, 0.25);
}
.present-form > p {
    font-size: 12px;
    color: #1c1b1b;
    font-family: 'HelveticaNeueCyr-Roman';
    margin-top: 25px;
    text-align: center;
    padding: 0 95px;
}
.present-box:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 57px;
    background: url(../images/shadow3.png) no-repeat;
    left: 0;
    bottom: -56px;
}
.present-container:before {
    position: absolute;
    content: '';
    width: 902px;
    height: 437px;
    background: url(../images/zerna.png) no-repeat;
    top: 10px;
    left: -5px;
    z-index: 9;
}
#present .zag {
    margin-bottom: 0;
}

#text {
    background: url(../images/text_bg.png) center top no-repeat;
    padding-top: 55px;
}
#oborud .zag {
    line-height: 32px;
}
.zag2 {
    font-size: 18px;
    color: #1c1b1b;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 65px;
	font-family: 'HelveticaNeueCyr-Light';
}
.text-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 35px;
}
.text-text {
    width: 555px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 405px;
}
.text-text div > span {
    display: block;
    position: relative;
    font-family: 'HelveticaNeueCyr-Bold';
    font-size: 22px;
    color: #1c1b1b;
    padding-bottom: 25px;
    margin-bottom: 20px;
}
.text-text div > span:before {
    position: absolute;
    content: '';
    width: 65px;
    height: 3px;
    background: #206528;
    left: 0;
    bottom: 0;
}
.text-text p {
    font-size: 16px;
    color: #1c1b1b;
    font-family: 'HelveticaNeueCyr-Roman';
    margin-bottom: 25px;
    line-height: 27px;
    padding-right: 5px;
}
.text-img {
    margin-left: auto;
    position: relative;
    width: 540px;
}
.text-img div {
    position: absolute;
    left: 18px;
    top: 18px;
    width: calc(100% - 38px);
    height: calc(100% - 38px);
    border: 10px solid rgba(147, 208, 32, 0.45);
    z-index: 9;
}
.text-img > img:first-child {
    display: block;
    border: 9px solid #e8e4e2;
    width: 100%;
    position: relative;
    z-index: 9;
}
.text-img:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 61px;
    background: url(../images/shadow4.png) no-repeat;
    left: 0;
    bottom: -49px;
    z-index: 99;
}
.text-row:nth-child(2n) .text-text {
    order: 1;
    margin-left: auto;
    padding-left: 15px;
}
.text-row:nth-child(2n) .text-img {
    order: 0;
    margin-left: 0;
}
.text-text p:last-child {
    margin-bottom: 0;
}
.imgg {
    position: absolute;
}
.img-text1 {
    left: -45px;
    bottom: -25px;
    z-index: 99;
}
.img-text2 {
    right: 20px;
    top: -155px;
}
.text-text p span {
    font-family: 'HelveticaNeueCyr-Bold';
}

#video > p {
    font-size: 30px;
    color: #1c1b1b;
    font-family: 'HelveticaNeueCyr-Bold';
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 44px;
    text-align: center;
    position: relative;
}
#video {
    padding-top: 45px;
    overflow: hidden;
}
.video-container {
    background: url(../images/video_bg.jpg) center no-repeat;
    background-size: cover;
    height: 275px;
    padding-top: 40px;
    position: relative;
}
.video-container:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(70, 126, 84, 0.6);
}
.video-container .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    justify-content: space-between;
    z-index: 9;
}
.video-container:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 266px;
    background: url(../images/lines3.png);
    top: 0;
    bottom: 0;
    margin: auto;
}
.video-img {
    position: relative;
    margin-bottom: 25px;
}
.video-img img {
    display: block;
    width: 255px;
    height: 152px;
}
.video-img:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 87px;
    background: url(../images/player.png) no-repeat;
    left: 0;
    bottom: 0;
    z-index: 9;
}
.video-img:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
}
.video-box a {
    display: block;
    text-decoration: none;
}
.video-box p {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'HelveticaNeueCyr-Medium';
    font-size: 16px;
}
.video-container .container:before {
    position: absolute;
    content: '';
    width: 208px;
    height: 319px;
    background: url(../images/koloski1.png) no-repeat;
    left: -175px;
    top: -85px;
}
.video-container .container:after {
    position: absolute;
    content: '';
    width: 208px;
    height: 319px;
    background: url(../images/koloski2.png) no-repeat;
    right: -175px;
    top: -85px;
}
.video-box {
    position: relative;
    z-index: 9;
}
.video-box:before {
    position: absolute;
    content: '';
    width: 255px;
    height: 10px;
    background: url(../images/shadow5.png) no-repeat;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 30px;
}

#texttwo {
    padding-top: 110px;
}
#texttwo .text-row:first-child .text-text {
    order: 1;
    margin-left: auto;
    padding-left: 15px;
}
#texttwo .text-row:first-child .text-img {
    order: 0;
    margin-left: 0;
}
#texttwo .text-row:nth-child(2n) .text-text {
    order: 0;
    margin-left: 0;
    padding-left: 0;
}
#texttwo .text-row:nth-child(2n) .text-img {
    order: 1;
    margin-left: auto;
}

#number {
    padding-top: 65px;
    padding-bottom: 25px;
}
#number .zag span {
    display: block;
    text-transform: initial;
}
.number-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.num-box p span {
    font-size: 18px;
}
.num-box p {
    font-size: 30px;
    color: #1c1b1b;
    font-family: 'HelveticaNeueCyr-Bold';
    line-height: 24px;
}
.num-box {
    width: 334px;
    height: 325px;
    background: url(../images/number_bg.png) no-repeat;
    padding-top: 120px;
    padding-left: 10px;
}
.number-box > p {
    font-size: 14px;
    color: #1c1b1b;
    text-transform: uppercase;
    line-height: 20px;
    padding-left: 10px;
    margin-top: -20px;
}

.bigvideo-container {
    height: 273px;
    position: relative;
    background: url(../images/bigvideo_bg.jpg) center no-repeat;
    background-size: cover;
    text-align: center;
}
.bigvideo-container:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
}
.bigvideo-container:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 266px;
    background: url(../images/lines6.png);
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.bigvideo-box {
    position: relative;
    top: -25px;
    z-index: 9;
}
#bigvideo {
    position: relative;
    padding-top: 205px;
    padding-bottom: 70px;
}
#bigvideo:before {
    position: absolute;
    content: '';
    width: 900px;
    height: 534px;
    background: url(../images/koloski3.png) no-repeat;
    left: 0;
    right: 0;
    margin: auto;
    top: -10px;
    z-index: 9;
}

#best {
    padding-top: 110px;
    padding-bottom: 45px;
}
.best-img img {
    display: block;
    border-radius: 10px;
    width: 100%;
}
.best-box {
    width: 255px;
    text-align: center;
}
.best-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.best-box > span {
    display: block;
    text-align: center;
    position: relative;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: 'HelveticaNeueCyr-Bold';
    font-size: 24px;
    min-height: 74px;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.best-box > span:before {
    position: absolute;
    content: '';
    width: 65px;
    height: 3px;
    background: #206528;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 3px;
}
.best-box p {
    font-size: 16px;
    color: #1c1b1b;
    margin-bottom: 20px;
    font-family: 'HelveticaNeueCyr-Roman';
    line-height: 20px;
    min-height: 80px;
}
.best-btn {
    width: 190px;
    height: 50px;
    font-family: 'MyriadPro-Regular';
    box-shadow: 0 25px 25px 3px rgba(2, 70, 7, 0.25);
    margin: 0 auto;
}


#sezon .present-box:before {
    display: none;
}
#sezon .present-box {
    min-height: 195px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#sezon .present-box p {
    line-height: 26px;
}
#sezon .present-text:before {
    position: absolute;
    content: '';
    width: 376px;
    height: 327px;
    background: url(../images/calc.png) no-repeat;
    left: 0;
    right: 0;
    margin: auto;
    top: 15px;
}
#sezon .zag2 {
    font-size: 24px;
    margin-bottom: 25px;
}
#sezon {
    padding-top: 95px;
}
#sezon .container {
    position: relative;
    z-index: 9;
}
#sezon .present-box {
    background: rgba(255, 255, 255, 0.9);
}

.demo-img {
    position: relative;
}
.demo-gal {
	width: 665px;
}
.demo-img:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 61px;
    background: url(../images/shadow4.png) center no-repeat;
    left: 0;
    bottom: -49px;
    z-index: 99;
}
.demo-img img {
    border: 9px solid #e8e4e2;
    position: relative;
    z-index: 9;
}
.demo-img div {
    position: absolute;
    left: 18px;
    top: 18px;
    width: calc(100% - 38px);
    height: calc(100% - 38px);
    border: 10px solid rgba(147, 208, 32, 0.45);
    z-index: 9;
}
.demo-text {
    position: absolute;
    left: 0;
    bottom: 55px;
    background: #1b1b1b;
    z-index: 9;
    padding: 15px 0;
    padding-left: 20px;
    width: 255px;
}
.demo-text p {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    line-height: 24px;
	font-family: 'HelveticaNeueCyr-Medium';
}
.demo-text p span {
    font-size: 10px;
    color: #6a9914;
}
.demo-box {
    margin-bottom: 35px;
    position: relative;
}

.owl-nav button {
    position: absolute;
    width: 35px;
    height: 35px;
    color: transparent !important;
    top: 42%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.owl-carousel .owl-nav button.owl-prev {
    left: 40px;
    background: url(../images/left_car.png) no-repeat;
}
.owl-carousel .owl-nav button.owl-next {
    right: 40px;
	background: url(../images/right_car.png) no-repeat;
}
.demo-form {
    background: #fefefe;
    width: 315px;
    margin-right: 65px;
    margin-left: auto;
    border: 1px solid #129715;
    padding: 0 25px;
    padding-top: 30px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}
.demo-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.demo-form > span {
    color: #1c1b1b;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    font-family: 'HelveticaNeueCyr-Bold';
    line-height: 23px;
    margin-bottom: 20px;
	position: relative;
}
.demo-form input[type="text"] {
    width: 100%;
    margin-bottom: 15px;
	position: relative;
}
.demo-form form .btn {
    margin: 0 auto;
    margin-bottom: 19px;
	position: relative;
}
.demo-form p a {
    display: block;
    color: #0e8d18;
	position: relative;
}
.demo-form p a:hover {
    text-decoration: none;
}
.demo-form p {
    font-size: 12px;
    color: #1c1b1b;
    line-height: 16px;
	position: relative;
}
.demo-form:before {
    position: absolute;
    content: '';
    width: 372px;
    height: 525px;
    background: url(../images/zerna2.png) no-repeat;
    left: -5px;
    top: -35px;
}
.img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
#demo {
    position: relative;
    padding-top: 100px;
	padding-bottom: 75px;
}
.img-kolos {
    top: -150px;
    left: -1550px;
}

#bottom .container {
    height: 100px;
    border-bottom: 1px solid #5fb271;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#bottom {
    background: #080808;
}
footer {
    background: #003f0b;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}
footer .container {
    position: relative;
}
.footer-container a {
    color: #17a411;
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
    font-family: 'HelveticaNeueCyr-Medium';
}
.footer-container p {
    font-size: 12px;
    font-family: 'HelveticaNeueCyr-Medium';
    color: #fff;
    line-height: 16px;
}
footer .container > p {
    font-size: 12px;
    font-family: 'HelveticaNeueCyr-Medium';
    color: #fff;
    line-height: 16px;
    position: absolute;
    left: 0;
    top: 10px;
    max-width: 170px;
    text-align: left;
}

.forma-popap > span {
    color: #1c1b1b;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    font-family: 'HelveticaNeueCyr-Bold';
    line-height: 23px;
    margin-bottom: 20px;
	position: relative;
}
.reveal-modal form .btn {
    margin: 0 auto;
    margin-bottom: 19px;
	position: relative;
	-webkit-transition: initial;
	-o-transition: initial;
	transition: initial;
}
.reveal-modal form .btn:before {
	-webkit-transition: initial;
	-o-transition: initial;
	transition: initial;
}
.reveal-modal input[type="text"] {
    width: 100%;
    margin-bottom: 15px;
	position: relative;
}
.reveal-modal p a {
    display: block;
    color: #0e8d18;
	position: relative;
}
.reveal-modal p a:hover {
    text-decoration: none;
}
.reveal-modal p {
    font-size: 12px;
    color: #1c1b1b;
    line-height: 16px;
	position: relative;
}
.reveal-modal {
	width: 450px;
	padding: 25px;
}

.reveal-modal-big {
    width: 980px;
    text-align: left !important;
}
.modal-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
}
.modal-img img {
    max-width: 445px;
    border-radius: 10px;
}
.modal-text {
    text-align: left;
    width: 445px;
    margin-left: auto;
}
.modal-text p {
    font-size: 24px;
    color: #1c1b1b;
    font-family: 'HelveticaNeueCyr-Bold';
    text-transform: uppercase;
    line-height: 34px;
    position: relative;
    padding-top: 65px;
    padding-bottom: 30px;
    border-bottom: 1px solid #a0d639;
}
.modal-text p:before {
    position: absolute;
    content: '';
    width: 157px;
    height: 43px;
    background: url(../images/zag.png) no-repeat;
    left: 0;
    top: 0;
}
.modal-container ul li {
    color: #1c1b1b;
    font-size: 14px;
    font-family: 'HelveticaNeueCyr-Bold';
    position: relative;
    margin-bottom: 10px;
    padding-left: 35px;
}
.modal-container ul {
    margin: 25px 0;
}
.modal-container ul li:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 19px;
    background: url(../images/check.png) no-repeat;
    left: 0;
    top: -2px;
}
.modal-container > p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 18px;
}
.modal-container p span {
    font-family: 'HelveticaNeueCyr-Bold';
}

table {
    border-collapse: collapse;
    border: 1px solid transparent;
    width: 100%;
}
.zag-popap {
    font-size: 24px;
    color: #1c1b1b;
    display: block;
    text-align: center;
    line-height: 32px;
    font-family: 'HelveticaNeueCyr-Bold';
    margin-bottom: 20px;
    margin-top: 25px;
}
.table-box {
    box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px;
}
table td {
    font-size: 12px;
    color: #000;
    font-family: 'HelveticaNeueCyr-Bold';
    text-align: center;
    height: 32px;
    border-left: 1px solid #cbcbcb;
    width: 100px;
}
table td:first-child {
    text-align: left;
    font-family: 'HelveticaNeueCyr-Roman';
    padding: 0 5px;
    border-left: 0;
    width: auto;
}
table th {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    font-family: 'HelveticaNeueCyr-Bold';
    height: 35px;
    border-left: 1px solid #cbcbcb;
}
table th:first-child {
    border-left: 0;
}
table tr {
    border-bottom: 1px solid #cbcbcb;
}
table tr:first-child {
    border-bottom: 1px solid #000;
}
table tr:last-child {
    border-bottom: 0;
}
table td span {
    font-family: 'HelveticaNeueCyr-Bold';
}


.reveal-modal-big .present-img img {
    width: 585px;
}
.reveal-modal-big .present-img {
    margin-left: -75px;
    margin-right: -100px;
}
.reveal-modal-big .present-container {
    margin-top: 35px;
    margin-bottom: -40px;
}
.reveal-modal-big .present-box p {
    text-transform: uppercase;
    font-family: 'HelveticaNeueCyr-Bold';
    color: #1c1b1b;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
}
.reveal-modal-big .present-box {
    height: 200px;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.reveal-modal-big .present-text {
    padding-top: 0;
}
.reveal-modal-big .present-box:before {
    display: none;
}
.reveal-modal-big .present-container:before {
    width: 756px;
    height: 325px;
    background: url(../images/zerna3.png) no-repeat;
    top: -20px;
    left: 25px;
}
.reveal-modal-big .present-form input[type="text"] {
    width: 285px;
    margin-bottom: 0;
    margin: 0;
}
.reveal-modal-big .present-form form .btn {
    margin: 0;
    margin-left: auto;
}

.zad-popap2 {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-family: 'HelveticaNeueCyr-Bold';
}
.modal-middle {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.modal-middle > p {
    width: 540px;
    margin-left: auto;
    font-size: 14px;
    line-height: 18px;
    margin-top: auto;
    margin-bottom: 35px;
}
.modal-boxing:last-child {
    margin-left: 35px;
}
.modal-boxing ul li {
    padding-left: 12px;
}
.modal-boxing ul li:before {
    background: #000;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    top: 6px;
}

.burger-btn {
	display: none;
}
.menu-res{
	display: none;
}
.mobipop {
    display: none;
}
}