body * strong, body * b {
	font-weight: bold;
} 

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,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

/*slick.css*/

.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

/*header.css*/

@font-face{font-family:Minecrafter;src:url(../css/fonts/Minecrafter.ttf);font-display:swap}

/*@font-face{font-family:Raleway;src:url(../css/fonts/Raleway-Regular.ttf);font-display:swap}*/

body *{font-family:Raleway,sans-serif;font-weight:400;-webkit-box-sizing:border-box;box-sizing:border-box}.main *{color:#633}.navicon{width:100%;background:0 0;position:absolute;right:0;height:30px;width:45px;display:none;z-index:99;-webkit-transition:linear .5s all;transition:linear .5s all}.navicon:hover{cursor:pointer}.navicon:after,.navicon:before{background:#f60;-webkit-backface-visibility:hidden;backface-visibility:hidden;content:"";height:3px;left:0;-webkit-transition:.8s ease;transition:.8s ease;width:45px}.navicon:before{-webkit-box-shadow:#f60 0 14px 0 0;box-shadow:#f60 0 14px 0 0;position:absolute;top:0}.navicon:after{position:absolute;top:28px}.navicon--active{-webkit-transition:linear .5s all;transition:linear .5s all}.navicon--active:before{-webkit-box-shadow:transparent 0 0 0 0;box-shadow:transparent 0 0 0 0;top:15px;-webkit-transform:rotate(225deg);transform:rotate(225deg)}.navicon--active:after{top:15px;-webkit-transform:rotate(315deg);transform:rotate(315deg)}.toggle{position:absolute;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;top:40px;right:-15px;width:175px;height:175px;background-color:#fff;opacity:0;-webkit-transition:ease-in .5s all;transition:ease-in .5s all;z-index:-1}.toggle ul{display:none}.toggle ul li{padding:4px 0}.toggle ul li a{color:#633;text-decoration:none;font-size:20px}.toggle--active{opacity:1;-webkit-transition:ease-in .5s all;transition:ease-in .5s all;top:60px;right:-15px;z-index:999}.toggle--active ul{display:block}.header{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:20px;-webkit-transition:.5s all;transition:.5s all}.header-wrapp{max-width:768px;width:100%}.header-logo{max-width:180px}.header-logo img{width:100%;height:auto}.header-links{margin-top:30px}.header-links ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header-links ul li a{color:#633;text-decoration:none;font-size:18px;-webkit-transition:all .5s;transition:all .5s;border-bottom:1px solid transparent}.header-links ul li a:hover{color:rgba(102,51,51,.5)}.header-links ul li a.active{border-bottom:1px solid #633}.header-links ul li a.active:hover{color:#633}.header-links .toggle{display:none}.sticky-head{max-height:140px;position:fixed;z-index:999;background-color:#fff}.sticky-head .header-wrapp{padding-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.sticky-head .header-wrapp .header-logo{width:100%}.sticky-head .header-wrapp .header-links{margin-top:20px;width:100%}@media (max-width:930px){.header-wrapp{max-width:90%}}@media (max-width:770px){.header{height:80px}.header-wrapp{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;max-width:85%}.header-links{display:none}.header .toggle{top:-175px;z-index:-5;display:-webkit-box;display:-ms-flexbox;display:flex}.header .toggle--active{top:65px;z-index:999}.header-logo{height:70px}.sticky-head{padding-top:10px}.sticky-head .header-wrapp{padding-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header-wrapp .navicon{display:block}}

/*footer.css*/

.footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#633}.footer-wrapp{width:100%;max-width:768px;padding:0 40px}.footer-first-line{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.footer-logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-top:20px}.footer-logo img{max-width:180px}.footer-logo-text{padding-top:10px}.footer-logo-text h3{color:#fff;padding-bottom:5px}.footer-logo-text a{color:#fff;text-decoration:none}.footer-menu{padding-top:20px;margin-left:30px}.footer-menu ul li{padding:5px 0}.footer-menu ul li a{font-size:14px;color:#fff;text-decoration:none;letter-spacing:1px}.footer-menu ul li a:hover,.footer-menu ul li a:focus{text-decoration:underline}.footer-banner{position:absolute;right:20px;padding-top:10px;max-width:190px}.footer-banner img{width:100%;height:auto}.footer-second-line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative;padding-top:50px}.footer-second-line small{color:#fff;font-size:13px;opacity:.8;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:end;align-self:flex-end}.footer-second-line .socials{margin-bottom:5px}.footer-second-line .socials ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.footer-second-line .socials ul li{margin-right:15px}.footer-second-line .socials ul li a{position:relative}.footer-second-line .socials ul li a:before{content:'';display:block;position:absolute;left:0;top:-17px;width:32px;height:32px;background-color:rgba(255,255,255,0.3);border-radius:30%;opacity:0;-webkit-transition:0.5s all;transition:0.5s all}.footer-second-line .socials ul li a:hover,.footer-second-line .socials ul li a:focus{cursor:pointer}.footer-second-line .socials ul li a:hover:before,.footer-second-line .socials ul li a:focus:before{opacity:1}.footer-second-line .socials ul li a img{max-width:32px;height:auto}.second-line-wrapper{width:100%;padding-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.footer-annotations a{color:#ffffff;font-size:13px;font-family:'Minecrafter', sans-serif;text-decoration:none;-webkit-transition:0.5s all;transition:0.5s all}.footer-annotations a:hover{opacity:0.7}@media (max-width: 930px){.footer-wrapp{max-width:85%}}@media (max-width: 768px){.footer-first-line{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.footer-menu{margin-left:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.footer-banner{right:0}}@media (max-width: 576px){.footer-wrapp{padding-bottom:15px;max-width:100%}.footer-first-line{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.footer-menu{margin-left:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.footer-banner{right:0}.second-line-wrapper{padding-bottom:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.footer-second-line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.footer-second-line .socials{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;position:static}.footer-second-line .socials ul li:last-child{margin-right:0}.footer-second-line small{padding-top:5px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-ms-flex-item-align:center;align-self:center}.footer-annotations{padding-top:10px}}@media (max-width: 500px){.footer-first-line{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer-menu{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.footer-banner{display:none}}@media (max-width: 430px){.footer-wrapp{padding-bottom:10px}.footer-first-line{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer-logo{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer-menu{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer-menu ul li{text-align:center;margin:6px 0}.footer-second-line{padding-top:15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.second-line-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}

/*home/home.css*/

.home-page .main-sections{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.home-page .first-section{width:100%;max-width:768px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.home-page .first-section-label{width:375px;height:60px;position:absolute;top:30px;right:-40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#ffbb42;font-family:Minecrafter,sans-serif;font-size:30px;z-index:1}.home-page .first-section-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:100%;padding-top:120px}.home-page .first-section-content-item{width:26%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px;-webkit-transition:.3s all;transition:.3s all}.home-page .first-section-content-item:hover{-webkit-transform:scale(1.2);transform:scale(1.2);cursor:pointer}.home-page .first-section-content-item-img{width:120px;height:150px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding-bottom:20px}.home-page .first-section-content-item-img img{width:100%;height:auto}.home-page .first-section-content-item h2{display:inline-block;width:100%;font-family:Minecrafter,sans-serif;text-align:center}.home-page .third-item-img{width:170px}.home-page .third-item-img img{height:60%}.home-page .first-section-content-item-img .flour-img{height:95%}.home-page .info-sections{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.home-page .info-section{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.home-page .info-section-wrapp{padding-top:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;z-index:1;width:100%;max-width:768px}.home-page .info-section-label{width:375px;height:60px;position:absolute;top:30px;right:-40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#ffbb42;font-family:Minecrafter,sans-serif;font-size:30px;z-index:5}.home-page .info-section video{min-height:768px;width:100%!important;height:auto!important}.home-page .info-section p{width:100%;text-align:left;font-size:18px;line-height:22px;padding:0 40px 15px 40px}.home-page .info-sections .about-us{background-color:#e4e0ba;padding-top:0}.home-page .info-sections .technologies{background-color:#386c7a}.home-page .info-sections .technologies p{padding-top:30px;color:#fff}.home-page .info-sections .technologies .info-section-label{background-color:#cc5c57;color:#fff}@supports (-ms-ime-align:auto){.home-page .info-sections .technologies{background-color:#366b77}}@-moz-document url-prefix(){.home-page .info-sections .technologies{background-color:#366b77}}.home-page .info-sections .brand-shop{background-color:#adbf5c;padding-top:70px}.home-page .info-sections .brand-shop .info-section-label{top:-38px;width:500px}.home-page .info-sections .brand-shop .info-section-wrapp{padding-top:0}.home-page .info-sections .history{background-color:#138d90;padding-top:0}.home-page .info-sections .history p{color:#fff}.home-page .info-sections .history .info-section-wrapp{padding-top:0}.home-page .info-sections .where-to-buy{background-color:#50bdc9;padding-top:45px}.home-page .info-sections .where-to-buy p{padding:15px 40px;padding-top:0;color:#fff}.home-page .info-sections .where-to-buy .info-section-wrapp{padding-top:0}.home-page .info-sections .where-to-buy .info-section-label{top:-15px}.home-page .info-sections .where-to-buy video{padding-top:45px}.home-page .info-sections .socials{background-color:#e6eaeb;padding-top:0}.home-page .info-sections .socials ul{width:100%;padding-left:40px;padding-bottom:15px}.home-page .info-sections .socials ul li{padding:3px 0}.home-page .info-sections .socials ul li a{text-decoration:none;font-size:18px;-webkit-transition:all .5s;transition:all .5s}.home-page .info-sections .socials ul li a:hover{text-decoration:underline}.home-page .info-sections .socials .info-section-label{background-color:#ed7b2f}.home-page .info-sections .socials .info-section-wrapp{padding-top:0}.home-page .info-sections .team{background-color:#50afb5;padding-top:0}.home-page .info-sections .team .info-section-wrapp{padding-top:0}.home-page .info-sections .team .info-section-wrapp p{color:#fff}.home-page.mac-c .info-sections .about-us{background-color:#e7e5c4}.home-page.mac-c .info-sections .technologies{background-color:#497b84}.home-page.mac-c .info-sections .brand-shop{background-color:#b6c669}.home-page.mac-c .info-sections .history{background-color:#35a29a}.home-page.mac-c .info-sections .where-to-buy{background-color:#6ecccf}.home-page.mac-c .info-sections .socials{background-color:#e9edef}.home-page.mac-c .info-sections .team{background-color:#6cbfbc}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.home-page.mac-c .info-sections .about-us{background-color:#e7e5c4}.home-page.mac-c .info-sections .technologies{background-color:#497b84}.home-page.mac-c .info-sections .brand-shop{background-color:#b6c669}.home-page.mac-c .info-sections .history{background-color:#35a29a}.home-page.mac-c .info-sections .where-to-buy{background-color:#6ecccf}.home-page.mac-c .info-sections .socials{background-color:#e9edef}.home-page.mac-c .info-sections .team{background-color:#6cbfbc}}}@media (max-width:930px){.home-page .first-section-label,.home-page .info-section-label{right:auto;left:auto}}@media (max-width:768px){.home-page .first-section-content-item{width:45%}.home-page .last-item{width:100%}}@media (max-width:576px){.home-page .info-sections{max-width:100%}.home-page .info-sections .about-us{padding-top:40px}.home-page .info-sections .brand-shop{padding-top:90px}.home-page .info-sections .brand-shop .info-section-label{top:-60px}.home-page .info-sections .history{padding-top:45px}.home-page .info-sections .history .info-section-label{top:0}.home-page .info-sections .team{padding-top:20px}.home-page .info-sections .team .info-section-label{top:0}.home-page .info-section video{min-height:300px}.home-page .first-section-label{left:50%;transform:translateX(-50%)}.home-page .first-section .slick-initialized .slick-slide{display:-webkit-box;display:-ms-flexbox;display:flex;outline:0}.home-page .first-section .slick-initialized .slick-slide:foucs{outline:0}}@media (max-width:520px){.home-page .brand-shop .info-section-label{-webkit-transform:scale(.8);transform:scale(.8)}}@media (max-width:480px){.home-page .first-section-label{font-size:25px;width:80%}.home-page .info-section-label{font-size:25px;width:80%}.home-page .info-section p{font-size:18px}.home-page .info-sections .brand-shop .info-section-label{width:95%;text-align:center}.home-page .info-sections .socials ul li a{font-size:18px}}@media (max-width:350px){.home-page .info-sections .info-section p{padding-left:10px;padding-right:10px;text-align:center}.home-page .info-sections .info-section .info-section-label{font-size:20px}.home-page .info-sections .about-us{padding-top:65px}.home-page .info-sections .history{padding-top:65px}.home-page .info-sections .where-to-buy{padding-top:75px}.home-page .info-sections .socials{padding-top:70px}.home-page .info-sections .socials ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0}.home-page .info-sections .team{padding-top:45px}}

/*mobile-menu.css*/

.navicon{width:100%;background:transparent;position:absolute;right:0;height:30px;width:45px;display:none;z-index:99;-webkit-transition:linear 0.5s all;transition:linear 0.5s all}.navicon:hover{cursor:pointer}.navicon:before,.navicon:after{background:#ff6600;-webkit-backface-visibility:hidden;backface-visibility:hidden;content:"";height:3px;left:0;-webkit-transition:0.8s ease;transition:0.8s ease;width:45px}.navicon:before{-webkit-box-shadow:#ff6600 0 14px 0 0;box-shadow:#ff6600 0 14px 0 0;position:absolute;top:0}.navicon:after{position:absolute;top:28px}.navicon--active{-webkit-transition:linear 0.5s all;transition:linear 0.5s all}.navicon--active:before{-webkit-box-shadow:transparent 0 0 0 0;box-shadow:transparent 0 0 0 0;top:15px;-webkit-transform:rotate(225deg);transform:rotate(225deg)}.navicon--active:after{top:15px;-webkit-transform:rotate(315deg);transform:rotate(315deg)}.toggle{position:absolute;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;top:40px;right:-15px;width:175px;height:175px;background-color:#fff;opacity:0;-webkit-transition:ease-in 0.5s all;transition:ease-in 0.5s all;z-index:-1}.toggle ul{display:none}.toggle ul li{padding:4px 0}.toggle ul li a{color:#663333;text-decoration:none;font-size:20px}.toggle--active{opacity:1;-webkit-transition:ease-in 0.5s all;transition:ease-in 0.5s all;top:60px;right:-15px;z-index:999}.toggle--active ul{display:block}

/*about/about.css*/

.about-page .main{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.about-page .main-wrapp{margin-top:30px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.about-page .main-content-head{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background-color:#adbe5e}.about-page.mac-c .main .main-wrapp .main-content-head{background-color:#b6c970}.about-page .info-section{margin-top:40px;padding-top:50px;padding-bottom:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;z-index:1}.about-page .info-section-label{width:auto;height:60px;position:absolute;top:30px;right:-40px;padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#ffbb42;font-family:Minecrafter,sans-serif;font-size:26px;z-index:5}.about-page .info-section video{width:100%!important;height:auto!important}.about-page .about-us{width:100%;max-width:768px}.about-page .mac-c .main-content-head{background-color:#b8cb72}.about-page .about-us-text{padding-top:20px;padding-left:20px;width:100%;max-width:768px}.about-page .about-us-text p{font-size:17px;line-height:30px}.about-page .footer{margin-top:20px}@media (max-width:930px){.about-page .info-section-label{top:-10px;right:auto;left:auto}}@media (max-width:576px){.about-page .info-section{padding-top:110px;margin-top:15px}.about-page .info-section-label{top:10px;font-size:25px;width:90%;text-align:center;line-height:30px;padding:10px 15px;height:auto}.about-page .about-us-text{padding-right:20px}}@media (max-width:350px){.about-page .info-section-label{font-size:20px;width:85%}}

/*contacts/contacts.css*/

.contacts-page .main{width:100%;height:100%}.contacts-page .main-wrapp{padding-top:30px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.contacts-page .main-content-head{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background-color:#e4e0ba}.contacts-page .mac-c .main-content-head{background-color:#e8e6c7}.contacts-page .info-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;z-index:1}.contacts-page .info-section-label{width:auto;height:60px;position:absolute;top:30px;right:-40px;padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#ffbb42;font-family:Minecrafter,sans-serif;font-size:26px;z-index:5}.contacts-page .info-section video{width:99.5%!important;height:auto!important}.contacts-page .about-us{width:100%;max-width:768px;padding-top:0}.contacts-page .contacts-text{width:100%;max-width:760px;padding-top:20px;padding-left:20px}.contacts-page .contacts-text p{padding:5px 0}.contacts-page .contacts-text p a{white-space:nowrap;text-decoration:none;font-size:15px}.contacts-page .contacts-text p a:focus,.contacts-page .contacts-text p a:hover{text-decoration:underline}.contacts-page .contacts-text span{white-space:pre-wrap;font-weight:600;display:inline;font-size:15px}.contacts-page .contacts-text .list-wrapped{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.contacts-page .contacts-text .list-wrapped span{padding:5px 0}.contacts-page .wrap{width:100%;padding-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.contacts-page .panda-geo-map{width:100%;height:500px}.contacts-page #YMapsID{width:100%;max-width:768px;height:500px;margin:0 auto}.contacts-page .footer{margin-top:20px}@media (max-width:930px){.contacts-page #YMapsID,.contacts-page .contacts-text{max-width:85%}.contacts-page .info-section-label{right:auto;left:auto}}@media (max-width:620px){.contacts-page .info-section-label{top:10px;font-size:25px;width:80%;text-align:center;line-height:30px;height:auto;padding:10px 15px}}@media (max-width:576px){.contacts-page #YMapsID,.contacts-page .contacts-text{max-width:100%}}


/*contacts/contacts.css*/

.contacts-page .main{width:100%;height:100%}.contacts-page .main-wrapp{padding-top:30px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.contacts-page .main-content-head{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background-color:#e4e0ba}.contacts-page .mac-c .main-content-head{background-color:#e8e6c7}.contacts-page .info-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;z-index:1}.contacts-page .info-section-label{width:auto;height:60px;position:absolute;top:30px;right:-40px;padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#ffbb42;font-family:Minecrafter,sans-serif;font-size:26px;z-index:5}.contacts-page .info-section video{width:99.5%!important;height:auto!important}.contacts-page .about-us{width:100%;max-width:768px;padding-top:0}.contacts-page .contacts-text{width:100%;max-width:760px;padding-top:20px;padding-left:20px}.contacts-page .contacts-text p{padding:5px 0}.contacts-page .contacts-text p a{white-space:nowrap;text-decoration:none;font-size:15px}.contacts-page .contacts-text p a:focus,.contacts-page .contacts-text p a:hover{text-decoration:underline}.contacts-page .contacts-text span{white-space:pre-wrap;font-weight:600;display:inline;font-size:15px}.contacts-page .contacts-text .list-wrapped{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.contacts-page .contacts-text .list-wrapped span{padding:5px 0}.contacts-page .wrap{width:100%;padding-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.contacts-page .panda-geo-map{width:100%;height:500px}.contacts-page #YMapsID{width:100%;max-width:768px;height:500px;margin:0 auto}.contacts-page .footer{margin-top:20px}@media (max-width:930px){.contacts-page #YMapsID,.contacts-page .contacts-text{max-width:85%}.contacts-page .info-section-label{right:auto;left:auto}}@media (max-width:620px){.contacts-page .info-section-label{top:10px;font-size:25px;width:80%;text-align:center;line-height:30px;height:auto;padding:10px 15px}}@media (max-width:576px){.contacts-page #YMapsID,.contacts-page .contacts-text{max-width:100%}}

/*team/team.css*/

.team-page .main{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.team-page .main-wrapp{margin-top:30px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.team-page .main-content-head{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background-color:#50afb5}.team-page.mac-c .main .main-wrapp .main-content-head{background-color:#6cbfbc}.team-page .info-section{margin-top:40px;padding-top:50px;padding-bottom:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;z-index:1}.team-page .info-section-label{width:375px;height:60px;position:absolute;top:30px;right:-40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#ffbb42;font-family:Minecrafter,sans-serif;font-size:30px;z-index:5}.team-page .info-section video{width:100%!important;height:auto!important}.team-page .team{width:100%;max-width:768px;padding-top:0}.team-page .team .info-section-wrapp{padding-top:0}.team-page .team-content{padding-top:50px;width:100%;max-width:768px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.team-page .team-member{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:50px}.team-page .team-member-img{max-width:200px;max-height:200px;border-radius:50%;overflow:hidden}.team-page .team-member-img img{width:200px;height:200px}.team-page .team-member-text{width:60%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.team-page .team-member-text h2{font-weight:600;font-size:20px;padding-bottom:10px}.team-page .team-member-text span{line-height:25px;font-size:18px}@media (max-width:930px){.team-page .first-section-label,.team-page .info-section-label{right:auto;left:auto}}@media (max-width:820px){.team-page .team-content{max-width:90%}}@media (max-width:700px){.team-page .team-member{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.team-page .team-member-text{padding-top:10px;width:100%}.team-page .team-member-text h2{width:100%;text-align:center}}@media (max-width:576px){.team-page .info-section{padding-top:110px;margin-top:15px}.team-page .info-section-label{top:10px}.team-page .about-us-text{padding-right:20px}}@media (max-width:480px){.team-page .info-section-label{font-size:25px;width:80%}}@media (max-width:350px){.team-page .info-section-label{font-size:20px;width:85%}}

/*technologies/technologies.css*/

.technologies-page .main{width:100%;height:100%}.technologies-page .main-wrapp{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.technologies-page .main-content-head{margin-top:40px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background-color:#386c7a}.technologies-page.mac-c .main .main-wrapp .main-content-head{background-color:#497b84}.technologies-page .info-section{padding-top:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;z-index:1}.technologies-page .info-section-label{width:auto;height:60px;position:absolute;top:100px;right:-40px;padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#ffbb42;font-family:Minecrafter,sans-serif;font-size:26px;z-index:5}.technologies-page .info-section video{width:100%!important;height:auto!important}.technologies-page .technologies-head{width:100%;max-width:768px}.technologies-page .technologies-head .info-section-label{background-color:#cc5c57;color:#fff}.technologies-page .footer{margin-top:20px}@supports (-ms-ime-align:auto){.technologies-page .main-content-head{background-color:#366b77}}@-moz-document url-prefix(){.technologies-page .main-content-head{background-color:#366b77}}.technologies-page .technologies-text{padding-top:20px;width:100%;max-width:768px;padding-left:10px}.technologies-page .technologies-text p,.technologies-page .technologies-text ul li{line-height:25px;font-size:17px;font-weight:400}@media (max-width:930px){.technologies-page .technologies-text{max-width:85%}.technologies-page .info-section-label{right:auto;left:auto}}@media (max-width:576px){.technologies-page .technologies-text{max-width:100%}.technologies-page .info-section-label{font-size:25px;width:80%;text-align:center;line-height:30px;padding:10px 15px;height:auto;top:60px}}@media (max-width:420px){.technologies-page .info-section-label{top:30px}}@media (max-width:350px){.technologies-page .info-section-label{font-size:20px;width:85%}}

/*where-to-buy/where-to-buy.css*/

.where-to-buy-page .map-link{font-weight:700}.where-to-buy-page .header-wrapp{padding-bottom:30px}.where-to-buy-page .header{padding-top:5px}.where-to-buy-page .main{width:100%;height:100%}.where-to-buy-page .main-wrapp{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.where-to-buy-page .main-content-head{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background-color:#4ebdc8}.where-to-buy-page .mac-c .main-content-head{background-color:#73cdce}.where-to-buy-page .info-section{padding-top:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;z-index:1}.where-to-buy-page .info-section-label{width:auto;height:60px;position:absolute;top:30px;right:-40px;padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#ffbb42;font-family:Minecrafter,sans-serif;font-size:26px;z-index:5}.where-to-buy-page .info-section video{width:100%!important;height:auto!important}.where-to-buy-page .where-to-buy{padding-top:100px;width:100%;max-width:768px}.where-to-buy-page .cities-list{width:100%;max-width:768px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-left:10px;padding-top:10px}.where-to-buy-page .city{margin:5px 0}.where-to-buy-page .city h3{font-weight:600;font-size:17px;white-space:nowrap}.where-to-buy-page .city ul li{margin:5px 0}.where-to-buy-page .city ul li a{text-decoration:none;letter-spacing:.2px;font-size:15px}.where-to-buy-page .city ul li a:hover{text-decoration:underline}.where-to-buy-page .city-wrapped{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.where-to-buy-page .city-wrapped ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:5px}.where-to-buy-page .city-wrapped ul li{padding:0 2px}.where-to-buy-page .footer{margin-top:10px}@media (max-width:930px){.where-to-buy-page .cities-list{max-width:85%}.where-to-buy-page .info-section-label{right:auto;left:auto}}@media (max-width:768px){.where-to-buy-page .header-wrapp{padding-bottom:0}.where-to-buy-page .header .toggle--active{top:55px}.where-to-buy-page .city-wrapped{-ms-flex-wrap:wrap;flex-wrap:wrap}.where-to-buy-page .city-wrapped ul{-ms-flex-wrap:wrap;flex-wrap:wrap}.where-to-buy-page .city-wrapped ul li a{white-space:pre-wrap}}@media (max-width:576px){.where-to-buy-page .cities-list{max-width:100%}.where-to-buy-page .info-section-label{font-size:25px;width:80%;text-align:center}}@media (max-width:350px){.where-to-buy-page .info-section-label{font-size:20px;width:85%}}.where-to-buy-map{width:1000px;height:500px}.where-to-buy-map #map{width:100%;height:100%}


/* production */

.production-page .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.production-page .main-sections {
    width: 100%;
    height: 100%;
    max-width: 768px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.production-page .first-section {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.production-page .first-section-label {
    width: 375px;
    height: 60px;
    position: absolute;
    top: 30px;
    right: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffbb42;
    font-family: "Minecrafter", sans-serif;
    font-size: 30px;
    z-index: 1;
}
.production-page .first-section-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    padding: 15px;
    margin-top: 55px;
}
.production-page .first-section-content-item {
    width: 26%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}
.production-page .first-section-content-item:hover {
    cursor: pointer;
}
.production-page .first-section-content-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 105%;
    background-color: rgba(255, 255, 255, 0);
    z-index: 100;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.production-page .first-section-content-item-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.production-page .first-section-content-item-img {
    width: 120px;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 20px;
}
.production-page .first-section-content-item-img img {
    width: 100%;
    height: auto;
}
.production-page .first-section-content-item h2 {
    display: inline-block;
    width: 100%;
    font-family: "Minecrafter", sans-serif;
    text-align: center;
}
.production-page .first-section-content .covered:before {
    background-color: rgba(255, 255, 255, 0.8);
}
.production-page .first-section-content .covered:before:hover {
    background-color: rgba(255, 255, 255, 0);
}
.production-page .first-section-content .covered:hover {
    cursor: pointer;
}
.production-page .first-section-content-item-img .flour-img {
    height: 95%;
}
.production-page .product-descriptions {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-direction: column;
    margin-bottom: 50px;
}
.production-page .product-description-list {
    padding-top: 50px;
}
.production-page .product-description-text p {
    font-size: 17px;
    line-height: 25px;
}
.production-page .product-description-wrapp {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.production-page .first-section-content .selected {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.production-page .first-section-content .selected:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.production-page .first-section-content .selected:before {
    opacity: 0;
}
.production-page .first-section-content .selected .first-section-content-item-wrapp h2 {
    text-decoration: underline;
}
.production-page .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 30px;
	margin: 0 15px;
}
.production-page .product-image {
    max-width: 230px;
    height: auto;
    max-height: 330px;
}
.production-page .product-image img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.production-page .product-image img:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    cursor: pointer;
}
.production-page .product-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
	width: 420px;
}



.production-page .product-text img {
    height: 35px;
    width: 40%;
    padding-bottom: 30px;
}
.production-page .product-text img.bottom-divider {
    height: 65px;
    padding-top: 30px;
}
.production-page .product-text h3 {
    font-weight: 600;
    padding-bottom: 15px;
}
.production-page .product-text p {
    padding: 10px 0;
}
.production-page .product-text p span {
    padding-right: 10px;
    font-weight: 600;
}
.production-page .product-image .large-height {
    width: 175px;
}
.production-page .item-wrapped {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.production-page .item-wrapped span {
    padding-right: 0;
    padding-bottom: 15px;
}
.production-page .hidden {
    display: none;
}
@media (max-width: 835px) {
    .production-page .product-description-text {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .production-page .product-description-text p {
        max-width: 95%;
    }
}
@media (max-width: 770px) {
    .production-page .footer .footer-wrapp {
        padding-bottom: 15px;
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .production-page .first-section-content-item {
        width: 45%;
    }
    .production-page .last-item {
        width: 100%;
    }

	.production-page .product-text {
		width: 53vw;
	}

}
@media (max-width: 576px) {
    .production-page .main-sections {
        max-width: 100%;
    }
    .production-page .first-section-label {
        right: auto;
        left: auto;
    }
    .production-page .product {
        padding-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .production-page .product-image {
        padding-bottom: 30px;
    }
    .production-page .product-text .top-divider {
        display: none;
    }
    .production-page .product-text .bottom-divider {
        -ms-flex-item-align: center;
        align-self: center;
    }

	.production-page .product-text {
		width: 100%;
		max-width: 360px;
	}
}
@media (max-width: 480px) {
    .production-page .first-section-label {
        font-size: 25px;
        width: 80%;
    }
    .production-page .product-description-text p {
        max-width: 85%;
    }
}
@media (max-width: 430px) {
    .production-page .first-section-content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .production-page .first-section-content-item {
        width: 75%;
    }
    .production-page .first-section-content-item-wrapp {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .production-page .first-section-content-item-img {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.technologies-text img {
    width: 100%;
}