.on1024{display:none!important;}
.on768{display:none!important;}
.on320{display:none!important;}

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-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{display:block;}
body{font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 22px;
color: #000;
margin:0 auto;}
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;}
img{max-width:100%;height:auto;width:auto\9;}
b{font-weight:700}
.wrapper{position:relative;width:1170px;margin:0 auto;box-sizing:border-box;padding:0 0;}
.section{clear:both;}
.col{display:block;float:left;margin:0%;}
.col:first-child{margin-left:0;}
.group:before,
.group:after{content:"";display:table;}
.group:after{clear:both;}
.group{zoom:1;}
.span_12_of_12{width:100%;}
.span_11_of_12{width:91.66%;}
.span_10_of_12{width:83.33%;}
.span_9_of_12{width:75%;}
.span_8_of_12{width:66.66%;}
.span_7_of_12{width:58.33%;}
.span_6_of_12{width:50%;}
.span_5_of_12{width:41.66%;}
.span_4_of_12{width:33.33%;}
.span_3_of_12{width:25%;}
.span_2_of_12{width:16.66%;}
.span_1_of_12{width:8.333%;}

a{color:inherit;text-decoration:none;}

.page {margin: 0 auto; overflow: hidden; min-width: 1200px; max-width: 1920px;}
.clear {clear: both;}

.error {color: #d40041!important; border-color: #d40041!important}
.error::-webkit-input-placeholder{color:#d40041!important;}
.error::-moz-placeholder{color:#d40041!important;}
.error:-moz-placeholder{color:#d40041!important;}
.error:-ms-input-placeholder{color:#d40041!important;}


.page {
	overflow: hidden;
}

#menu {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 9999;
	height: 80px;
	background: #7acccb
}

#menu .logo {
  width: 142px;
  height: 59px;
  margin: 8px 0 0 0px;
  float: left;
}

#menu .logo {
    width: 75px;
    height: 59px;
    margin: 2px 0 0 0px;
    float: left;
}

#menu .burger {
    width: 40px;
    height: 35px;
    background: url(img/burger.png) no-repeat center top;
    float: right;
    cursor: pointer;
    margin: 23px 0px 0 16px;
}

#menu .login {
    display: block;
    float: right;
    background: white;
    margin: 15px 2px 0 0;
    width: 211px;
    height: 50px;
    box-sizing: border-box;
    font-family: 'Bebas Neue';
    color: #7accca;
    font-size: 25px;
    padding: 15px 0 0 19px;
	position: relative;
}

#menu .login:after {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	margin: 12px 19px 0 0;
	width: 25px;
	height: 28px;
	background: url(img/login.png) no-repeat center top;
}

#menu .menu {
    float: right;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
	line-height: 1;
    color: white;
    margin: 30px 24px 0 0;
}

#menu .menu a {
	text-decoration: underline;
	display: inline-block;
	margin: 0 0 0 25px;
}

#lk {
	width: 300px;
	background: white;
	position: fixed;
	z-index: 10000;
	top: 65px;
	left: 50%;
	margin: 0 0 0 283px;
	display: none;
}

#lk .two {
	line-height: 20px;
}

#lk p {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 10px;
}

#lk form {
    padding: 19px 20px 0 20px;
}

#lk form input[type='tel'],
#lk form input[type='password'] {
    margin: 0 0 10px;
    padding: 0;
    line-height: 0;
    display: block;
    border: 1px solid #bfbfbf;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 16px;
    width: 100%;
    padding: 11px 18px 11px 18px;
    background: white;
    box-sizing: border-box;
}

#lk form input[type='checkbox'] {display: none}

#lk form input[type='checkbox'] + span
{
    border: 1px solid #7acccb;
    float: left;
    /* border-radius: 5px; */
    width: 18px;
    height: 18px;
    display: block;
    /* margin: 6px 0 0; */
    background: white;
}

#lk form input[type='checkbox']:checked + span {
	background: white url(img/arr.png) no-repeat 3px 4px;
}

#lk form label {
    float: left;
    margin: 0px 0 0 -23px;
    padding: 0px 0 0 34px;
    font-size: 12px;
    cursor: pointer;
    color: #8b8b8b;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 20px;
}


#lk .left {
    float: left;
    width: 50%;
}
#lk .right {
    float: right;
	text-align: right;
    width: 50%;
}

#lk .right a {
    font-size: 12px;
    margin: 0px 0 0 0;
    display: inline-block;
    text-decoration: underline;
    color: #8b8b8b;
    line-height: 20px;
    display: block;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

#lk input[type='submit'] {
    font-family: 'Bebas Neue';
    font-size: 25px;
    margin: 10px 0 20px 0;
    background: #d40041 url(img/form-button.png) no-repeat 153px 13px;
    display: block;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding: 5px 42px 0 0;
    text-align: center;
    font-weight: bold;
    color: white;
    box-shadow: 0px 0px 24px 8px rgba(255, 255, 255, 1);
    position: relative;
    border: none;
    outline: 0;
}
#lk .forget input[type='submit'] {
    background: #d40041 url(img/form-button.png) no-repeat 183px 13px;
}
#header {
	height: 696px;
	padding: 80px 0 0 0;
	box-sizing: border-box;
	background: url(img/header.jpg) no-repeat center top;
	position: relative;
}

#header h1 {
    font-family: 'Bebas Neue';
    color: white;
    font-size: 60px;
    line-height: 60px;
    padding: 117px 0 41px 121px;
    width: 510px;
}

#header h1 span {
    display: table;
    padding: 11px 16px 4px 16px;
    margin: 2px 0px 3px 2px;
    font-weight: bold;
    background: #d50042;
}

bn-i-fix {
    display: inline-block;
    transform: scale(1.3);
    transform-origin: bottom;
}

a.order  {
    font-family: 'Bebas Neue';
    font-size: 30px;
    margin: 0px 0 0 125px;
    background: #d40041;
    display: block;
    width: 320px;
    height: 75px;
    box-sizing: border-box;
    padding: 30px 40px 0 0;
	text-align: center;
    font-weight: bold;
    color: white;
	box-shadow: 0px 0px 24px 8px rgba(255, 255, 255, 1);
    position: relative;
}

a.order.disabled {background: #9a9a9a!important; box-shadow: none!important}

a.order:after {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	margin: 28px 73px 0 0;
	width: 22px;
	height: 22px;
	background: url(img/a-order.png) no-repeat center top;
}



#header:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 0 -3px;
    height: 34px;
    background: url(img/border-bottom-white.png) no-repeat center top;
}

#for {
	height: 730px;
	box-sizing: border-box;
	position: relative;
	font-family: 'Bebas Neue';
	z-index: 1;
}

h2 {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    line-height: 55px;
}
#for h2 {
    padding: 68px 0 127px 0;
}

#for .item {
    border: 1px solid rgb(208, 232, 232);
    background1: white;
    box-shadow: 0px 10px 10px 0px rgba(229, 234, 233, 0.46);
    width: 258px;
    height: 234px;
    margin: 0 38px 0 0px;
    float: left;
}

#for .item.item2 {
	margin: 0 53px 0 0px;
}
#for .item.item4 {
	margin: 0 0 0 0px;
}

#for .item .icon {
	display: table;
	margin: -75px auto 0;
	height: 200px;
}

#for .item.item1 .icon  {
    margin-left: 30px;
}

#for .item p {
    font-size: 23px;
    line-height: 26px;
    text-align: center;
    padding: 8px 10px 0;
}

a.order.shadow {
  box-shadow: 0px 10px 10px 0px rgba(146, 10, 52, 0.46);
}

#for a.order {
	margin: 65px auto 0;
}


#for:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0px 0 0 0;
	height: 34px;
	background: url(img/border-bottom-white-2.png) no-repeat center top;
}


#get {
	height: 766px;
	box-sizing: border-box;
	background: #e6f7f7 url(img/get.png) no-repeat center top;
	position: relative;
	font-family: 'Bebas Neue';
	margin-top: -34px;
	padding: 34px 0 0 0;
}

#get h2 {
	padding: 45px 0 134px 0
}

#get .item {
  box-shadow: 0px 10px 10px 0px rgba(73, 164, 164, 0.2);
  width: 260px;
  height: 276px;
  background: white;
  margin: 0 38px 0 0;
  float: left;
}

#get .item.item2 {
	margin: 0 53px 0 0px;
}
#get .item.item4 {
	margin: 0 0 0 0px;
}


#get .item .icon {
	display: table;
	margin: -90px auto 0;
	height: 180px;
}


#get .item h5 {
    font-size: 23px;
    line-height: 27px;
	font-weight: bold;
    text-align: center;
    padding: 7px 10px 0;
}

#get .item p {
    font-size: 18px;
    line-height: 22px;
	font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 8px 10px 0;
}

#get .item p i {
    display: inline-block;
    width: 44px;
    height: 25px;
    background: url(img/get-i.png) no-repeat;
    margin: 0 6px 0 -6px;
    vertical-align: -8px;
}

#get a.order {
    margin: 57px auto 0;
}


#get:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 0 -3px;
    height: 34px;
    background: url(img/border-bottom-white.png) no-repeat center top;
}



#trener {
	height: 736px;
	box-sizing: border-box;
	position: relative;
	font-family: 'Bebas Neue';
	z-index: 1;
}

#trener h2 {
    padding: 61px 0 0 0;
}

#trener .slider {
	position: relative;
}

#trener .image {
    width: 551px;
    height: 598px;
    float: left;
    margin: 0 0 0 55px;
}
#trener .text {
    width: 560px;
    /* height: 598px; */
    float: left;
    padding: 95px 0 0 16px;
    box-sizing: border-box;
}

#trener h4 {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 0 24px;
}

#trener h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 21px 0;
}

#trener h5 i {
    display: inline-block;
    background: url(img/trener-i.png) no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: -5px;
    margin: 0 5px 0 3px;
}

#trener p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    padding: 0 50px 23px 0;
}

#trener .slider .prev {
	position: absolute;
	top: 0;
	left: 0;
	margin: 266px 0 0 -3px;
	background: url(img/trener-prev.png) no-repeat;
	width: 170px;
	height: 53px;
	z-index: 100;
	transition: 0.3s ease all;
	cursor: pointer;
}

#trener .slider .next {
	position: absolute;
	top: 0;
	right: 0;
	margin: 266px -3px 0 0;
	background: url(img/trener-next.png) no-repeat;
	width: 170px;
	height: 53px;
	z-index: 100;
	transition: 0.3s ease all;
	cursor: pointer;
}

#trener .slider .prev:hover,
#trener .slider .next:hover { opacity: 0.75 }

#trener:after {
    display: block;
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    margin: 0 0 -3px;
    height: 34px;
    background: url(img/border-bottom-white-2.png) no-repeat center top;
}


#try {
	height: 700px;
	box-sizing: border-box;
	background: url(img/try.jpg) no-repeat center top;
	position: relative;
	font-family: 'Bebas Neue';
}

#try h3 {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: white;
    padding: 249px 0 0 0;
}

#try h3 span {
    display: table;
    padding: 13px 25px 6px 25px;
    margin: 3px auto 8px;
    font-weight: bold;
    background: #d50042;
    font-size: 60px;
    /* background: green; */
}


#try:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 0 0;
    height: 34px;
    background: url(img/border-bottom-white.png) no-repeat center top;
}


#results {
	height: 1010px;
    font-family: 'Bebas Neue';
	position: relative;
}

#results h2 {padding: 66px 0 35px;}

#results .slider {position: relative}
#results .inner {position: relative; margin: 0 auto 0; width: 700px;}

#results .left {
	width: 170px;
	height: 53px;
	background: url(img/trener-prev.png) no-repeat;
	position: absolute;
	top: 0; left: 0; margin: 325px 0 0 0;
	opacity: 1;
	z-index: 200;
	transition: 0.3s ease all;
	cursor: pointer;
}


#results .right {
	width: 170px;
	height: 53px;
	background: url(img/trener-next.png) no-repeat;
	position: absolute;
	top: 0; right: 0; 
	margin: 325px 0 0 0;
	opacity: 1;
	z-index: 200;
	transition: 0.3s ease all;
	cursor: pointer;
}
#results .left:hover,
#results .right:hover { opacity: 0.75 }

#results p {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    padding: 44px 0 0;
    color: black;
}



#results .inner:after {
    z-index: 111;
	display: block;
    width: 100%;
    background: url(img/border_white_bottom-min.png) repeat-x 0 0px;
    height: 24px;
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
}

#results .inner:before {
    z-index: 111;
	display: block;
    width: 100%;
    background: url(img/border_white_top-min.png) repeat-x 0 0px;
    height: 24px;
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0;
}


#results:after {
    display: block;
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    margin: 0 0 0;
    height: 34px;
    background: url(img/border-bottom-white-2.png) no-repeat center top;
    z-index: 1;
}


#gar {
	height: 600px;
	box-sizing: border-box;
	background: url(img/gar_bg.png) no-repeat center top;
	position: relative;
	font-family: 'Bebas Neue';
}

#gar img {
    margin: 106px auto 0;
    display: table;
}

#gar h3 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    color: white;
    font-weight: bold;
    padding: 47px 0 0;
}
#gar h4 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    color: white;
    padding: 3px 0 0;
}


#gar:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 0 0;
    height: 34px;
    background: url(img/border-bottom-white.png) no-repeat center top;
    z-index: 1;
}

#order {
	height: 1116px;
	font-family: 'Roboto Condensed', sans-serif;	
	position: relative;
}

#order h2 {
    font-family: 'Bebas Neue', sans-serif;
    padding: 75px 0 48px 0;
}

#order .timer {
	border: 2px solid #f5bc1f;
	margin: 0 0 40px;
	background: white;
}

#order .timer .text  {
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: bold;
    color: #939393;
    padding: 53px 0 58px 112px;
    box-sizing: border-box;
    width: 596px;
    line-height: 1;
	float: left;
}

#order .hms {
    float: left;
    width: 540px;
    margin: 30px 0 0 0;
}

#order .hours,
#order .mins,
#order .secs {
    width: 124px;
	float: left;
}

#order .timer .divider {
    float: left;
    width: 44px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    font-family: 'Bebas Neue', sans-serif;
    line-height: 69px;
}
#order .digit  {
    width: 57px;
    height: 65px;
    float: left;
    font-size: 30px;
    line-height: 75px;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: bold;
    text-align: center;
    background: #ffb715;
    border-radius: 10px;
}
#order .hms p {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    padding: 9px 0 0;
}

#order .hour10,
#order .min10,
#order .sec10 {
	margin: 0 10px 0 0;
}

#order .item {
  border: 2px solid #5fc0bf;
  box-shadow: 0px 10px 17px 0px rgba(221, 232, 230, 0.004);
  width: 356px;
  background: white;
  float: left;
  margin: 0 44px 0 0;
}

#order .head h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 35px;
    line-height: 1;
    color: white;
    text-align: center;
    font-weight: bold;
    padding: 17px 0 0;
}
#order .head p {
    font-family: 'Bebas Neue', sans-serif;
    line-height: 18px;
    font-size: 21px;
    line-height: 1;
    color: white;
    text-align: center;
    padding: 0px 0 15px;
}
#order .head p span {
	font-weight: bold;
	color: black;
	text-decoration: underline;
}
#order .head {background: #5fc0bf; position: relative;}

#order .head .super {
	display: block;
	width: 68px;
	height: 80px;
	background: url(img/super.png) no-repeat center top;
	position: absolute;
	top: 0;
	left: 0;
	margin: 2px 0 0 -15px;
}

#order .content ul {
    margin: 24px 20px 0 41px;
    line-height: 20px;
}

#order .content li {
    margin: 0 0 11px;
	position: relative;
}

#order .date {
    font-family: 'Bebas Neue', sans-serif;
    color: #838383;
    text-align: center;
    padding: 13px 0 0;
    line-height: 1;
}

#order hr {
    margin: 7px 15px 0 15px;
    border: none;
    height: 1px;
    background: #5fc0bf;
}


#order .prices .old {
    color: #5f5f5f;
    font-size: 40px;
    font-weight: 300;
    font-family: 'Bebas Neue';
    float: left;
    margin: 33px 0 0 16px;
    position: relative;
}

#order .prices .new {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: bold;
    font-size: 40px;
    margin: 35px 0 0 9px;
    float: left;
}

#order .prices .new span {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-size: 65%;
    font-weight: normal;
    vertical-align: 3px;
    line-height: 0;
}

#order .prices {
    width: 200px;
	float: left;
}

#order .note {
    float: right;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 16px;
    margin: 31px 0 0 0;
    width: 75px;
}

#order .places {
    width: 150px;
    float: left;
}

#order .count {
    color: #7acccb;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Bebas Neue', sans-serif;
    float: right;
    margin: 35px 11px 0 3px;
    text-align: right;
    width: auto;
}

#order a.order {
    margin: 25px auto 19px;
}

#order a.order:after {
	margin: 27px 103px 0 0;
}

#order .item2 .head {
	padding: 0 0 0 35px;
}

#order .item2 .head p {
	line-height: 18px;
	font-size: 21px;
}
#order .item3 .head p {
	line-height: 18px;
	font-size: 24px;
}
#order .item.item3 {
	margin: 0;
}

#order ul span {color: #d40041; text-transform: uppercase;}

#order .gifts {
    padding: 0 0 0 17px;
}

#order .gifts + hr {
    margin: 26px 15px 25px 15px;
}

#order .prices .old:after {
    display: block;
    position: absolute;
    content: '';
    height: 2px;
    background: #5f5f5f;
    top: 0;
    left: 0;
    margin: 10px 0 0 0;
    width: 100%;
}

#order .agree p {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #bdbdbd;
}

#order .agree p a {
	text-decoration: underline;
}

#order .agree {
    margin: -50px 0 0px;
    position: absolute;
    z-index: 100;
}

#order ul li.yes:after {
	display: block;
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 17px; height: 17px; 
	background: url(img/order-yes.png) no-repeat;
	margin: 2px 0 0 -26px;
}

#order ul li.no:after {
	display: block;
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 16px; height: 16px; 
	background: url(img/order-no.png) no-repeat;
	margin: 2px 0 0 -26px;
}
#order ul li.g1:after {
	display: block;
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 24px; height: 22px; 
	background: url(img/order-g1.png) no-repeat;
	margin: -4px 0 0 -30px;
}
#order ul li.g2:after {
	display: block;
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 21px; height: 21px; 
	background: url(img/order-g2.png) no-repeat;
	margin: 0px 0 0 -28px;
}
#order ul li.g3,#order ul li.g3 span{
	color: black;
	font-weight: bold;
}
#order ul li.g3:after {
	display: block;
	content: '+';
	position: absolute;
	top: 0; left: 0;
	width: 21px; height: 21px; 
	font-size: 32px;
	line-height: 21px;
	text-align: center;
	color: #d40041;
	font-weight: 900;
	margin: 0px 0 0 -28px;
	font-family: 'Roboto', sans-serif;
}


#order:after {
    display: block;
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    margin: 0 0 0;
    height: 34px;
    background: url(img/border-bottom-white-2.png) no-repeat center top;
    z-index: 1;
}

#final {
	height: 722px;
	background: url(ullhavesportnutlikethissucka.jpg) no-repeat center top;
	position: relative;
	margin:  0 0 0;
	font-family: 'Bebas Neue', sans-serif;
}

#final h2 {
    color: white;
    font-size: 60px;
    padding: 185px 0 0 0px;
}
#final h3 {
    color: white;
    font-size: 40px;
    padding: 46px 0 0 0px;
    text-align: center;
    line-height: 50px;
}

#final h3 span {
    display: table;
    padding: 6px 40px 4px 40px;
    margin: 1px auto 8px;
    /* font-weight: bold; */
    background: #d50042;
    font-size: 40px;
    /* background: green; */
}
#final h4 {
    color: white;
    font-size: 40px;
    padding: 27px 0 0 0px;
    text-align: center;
	font-weight: bold;
    line-height: 50px;
}
#final:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 0 0;
    height: 34px;
    background: url(img/border-bottom-white.png) no-repeat center top;
    z-index: 1;
}

#footer {
	height: 168px;
}


#footer .logo {
    float: left;
    margin: 42px 0 0 2px;
	width: 177px;
}

#footer .logo {
    float: left;
    margin: 32px 0 0 2px;
    width: 107px;
}


#footer .copy {
    font-size: 16px;
    line-height: 30px;
    float: left;
    margin: 37px 0 0 30px;
    width: 395px;
}

#footer .buttons {
    float: left;
    font-size: 16px;
    line-height: 30px;
    margin: 36px 0 0 0;
    width: 360px;
}

#footer a  {
    text-decoration: underline;
}

#footer .buttons a  {
    margin: 0 24px 0 0;
}

#footer .buttons img {margin: 5px 0 0 0;}

#footer .social {
    float: right;
    font-size: 16px;
    line-height: 30px;
    margin: 36px 3px 0 0;
    text-align: right;
}

#footer .social a {
    text-decoration: underline;
    margin: 9px 0 0 24px;
    display: inline-block;
}


#overlay2 {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	left: 0;
	top: 0;
	display: none;
	z-index: 9998;
}

#overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	left: 0;
	top: 0;
	display: none;
	z-index: 9999;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 0;
    width: calc(100vw - 300px);
    height: calc(100vh - 100px);
    margin: 50px 0 0 150px;
    padding: 30px;
    display: none;
    box-sizing: border-box;
    background: white;
    z-index: 9999;
    border-radius: 10px;
    color: black;
}

.popup p {
    padding: 0 0 0;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Roboto', sans-serif;
}
.popup ul li {
	padding: 0 0 0;
	font-size: 18px;
	line-height: 22px;
    font-family: 'Roboto', sans-serif;
}

.popup h3 {
    padding-top: 0;
    font-weight: bold;
    font-size: 40px;
    margin: 5px 0 30px;
    font-family: 'Bebas Neue', sans-serif;
    text-align: center;
}
.popup hr {border: none; margin: 0 auto 30px; height: 1px; background: rgba(0,0,0,0.15)}
.popup .inner {
	max-height: 100%;
}
.popup .text {max-height: calc(100vh - 240px)}
.popup .close {
    position: absolute;
    width: 38px;
    height: 38px;
    background: black;
    border-radius: 50%;
    font-size: 38px;
    right: 10px;
    line-height: 38px;
    text-align: center;
    top: 10px;
    cursor: pointer;
    font-weight: 800;
    color: white;
    margin: -26px -26px 0px 0;
}

#test {
	height: 6940px;
	background: url(img/test.jpg) no-repeat center top;
}

/*
#order .prices {
    width: 200px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 28px 0 0;
}

#order .prices .old {
    color: #5f5f5f;
    font-size: 35px;
    font-weight: 300;
    font-family: 'Bebas Neue';
    margin: 12px 0 0 0;
    position: relative;
    display: inline-block;
}

#order .prices .new {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: bold;
    font-size: 40px;
    margin: 11px 0 0 0;
}*/
