/* FONTS */
/* medium = 500 */
@import url('assets/css/skydive/styles.css');
/* Geometria */
@font-face {
	font-family: 'Geometria';
  	src: url('assets/css/fonts/geometria.eot'); /* IE9 Compat Modes */
	src: url('assets/css/fonts/geometria.woff') format('woff'), /* Pretty Modern Browsers */
	url('assets/css/fonts/geometria.otf') format('opentype');
	font-weight: normal;
}

@font-face {
	font-family: 'Geometria';
	src: url('assets/css/fonts/geometria-medium.eot'); /* IE9 Compat Modes */
	src: url('assets/css/fonts/geometria-medium.woff') format('woff'), /* Pretty Modern Browsers */
	url('assets/css/fonts/geometria-medium.otf') format('opentype');
	font-weight: 500;
}

/* Ubuntu */
@font-face {
	font-family: 'Ubuntu';
	src: url('assets/css/fonts/ubuntu-light.eot'); /* IE9 Compat Modes */
	src: url('assets/css/fonts/ubuntu-light.woff') format('woff'), /* Pretty Modern Browsers */
	url('assets/css/fonts/ubuntu-light.ttf') format('truetype');
	font-weight: 100;
}

@font-face {
	font-family: 'Ubuntu';
	src: url('assets/css/fonts/ubuntu-regular.eot'); /* IE9 Compat Modes */
	src: url('assets/css/fonts/ubuntu-regular.woff') format('woff'), /* Pretty Modern Browsers */
	url('assets/css/fonts/ubuntu-regular.ttf') format('truetype');
	font-weight: normal;
}

@font-face {
	font-family: 'Ubuntu';
	src: url('assets/css/fonts/ubuntu-medium.eot'); /* IE9 Compat Modes */
	src: url('assets/css/fonts/ubuntu-medium.woff') format('woff'), /* Pretty Modern Browsers */
	url('assets/css/fonts/ubuntu-medium.ttf') format('truetype');
	font-weight: 500;
}

@font-face {
	font-family: 'Ubuntu';
	src: url('assets/css/fonts/ubuntu-bold.eot'); /* IE9 Compat Modes */
	src: url('assets/css/fonts/ubuntu-bold.woff') format('woff'), /* Pretty Modern Browsers */
	url('assets/css/fonts/ubuntu-bold.ttf') format('truetype');
	font-weight: bold;
}


/* GENERAL */
html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

*,
*:before,
*:after {
 	box-sizing: inherit;
}

body {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}


a {
	text-decoration: none;
	color: inherit;
	text-transform: initial;
}

.clear:after {
    clear: both;
    content: "";
    display: table;
}

/* NEED PAGE 100% height */
body,
html {
 	height: 100%;
}

body.noscroll {
    /*position: fixed;*/
    overflow: hidden;
}

.blue {
	background-color: #2E3191;
}

.yellow {
	background-color: #FFD300;
}

.white {
	background-color: white;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.line {
	padding-top: 20px;
}

.nav-square {
	position: absolute;
	width: 180px;
	height: 84px;
	margin-left: -90px;
	left: 50%;
	padding-top: 15px;
	color: white;
	border: 4px white solid;
	font-family: 'Ubuntu', sans-serif;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: center;
	opacity: 1;
}

.nav-square .icon {
	font-size: 26px;
	margin-top: 9px;
}

/* SOCIAL ICONS */
.icon-fb,
.icon-youtube,
.icon-insta {
	font-size: 30px;
}

.icon-forum {
	font-size: 34px;
}

/* BLOCKS */

/* TOP BLOCK */
#top-support {
	width: 100%;
	height: 100px;
}

#top {
	position: absolute;
	top: 0;
	color: white;
	padding-right: 47px;
	width: 100%;
	z-index: 1;
}

#top .item {
	float: right;
	margin-left: 0;
	margin-right: 0;
	height: 100px;
	padding-top: 34px;
	padding-left: 14px;
	padding-right: 14px;
	cursor: pointer;
}

#top .item:hover {
	background-color: #FFD300;
}

#top .item.lang {
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
	padding-top: 40px;
	padding-left: 0;
	padding-right: 0;
}

#top .item.lang.en {
	margin-left: 54px;
	margin-right: 17px;
}

#top .register {
    font-family: 'Ubuntu', sans-serif;
    border: #fff 1px solid;
    font-size: 18px;
    padding: 5px 12px;
    text-transform: uppercase;
    margin-top: 32px;
    margin-left: 47px;
    position: absolute;
    font-weight: bold;
}

#top .register:hover {
    border: #FFD300 1px solid;
    color: #FFD300;
}

#top .item.lang.lt {
}

#top .item.lang.active {
	text-decoration: underline;
}

#top .item.lang:hover {
	text-decoration: underline;
	background-color: initial;
}

#top .mobile-item {
	height: 100px;
	cursor: pointer;
}

#top .icon-mobile-menu {
	display: none;
}


/* LOGO BLOCK */
.logo {
	position: relative;
	color: #2E3191;
	font-size: 158px;
	text-align: center;
	height: 192px;
	padding-top: 17px;
}

.logo .icon-logo {
	cursor: initial;
}

/* VIDEO BLOCK */
#video {
	position: relative;
}

#video .player {
	width: 100% !important;
	height: auto !important;
	margin-bottom: -4px;
}

#video .nav-square {
	bottom: 39px;
	display: none;
}

/* JUMPS BLOCK */
#jumps {
	max-width: 834px;
	color: #2E3191;
	padding-top: 101px;
	padding-bottom: 198px;
	padding-left: 157px;
}

#jumps .header {
	color: #FDD204;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	border: 8px #FFD300 solid;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 369px;
	margin-left: 73px;
	letter-spacing: 6.6px;
}

#jumps .title {
	font-family: 'Geometria', sans-serif;
	font-weight: 500;
	font-size: 43px;
	letter-spacing: 5px;
	margin-top: 77px;
	line-height: 50px;
}

#jumps .text {
	font-family: 'Geometria', sans-serif;
	font-size: 21px;
	letter-spacing: 1px;
	margin-top: 6px;
}

#jumps .price {
	font-family: 'Geometria', sans-serif;
	font-weight: 500;
	font-size: 21px;
	letter-spacing: 1px;
	margin-top: 26px;
}

#jumps .cart.btn-present {
    float: left;
}

/* INFO BLOCK */
#info {
	color: white;
	padding-top: 82px;
	padding-bottom: 12px;
}

#info .center {
	max-width: 731px;
	padding-left: 38px;
}

#info .header {
	color: #FDD204;
	margin-left: 67px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 22px;
	letter-spacing: 7px;
	border: 3px solid #FFD300;
	width: 513px;
}

#info .header .mob {
	display: none;
}

#info .column1,
#info .column2 {
	float: left;
	margin-top: 1px;
	margin-bottom: 60px;
}

#info .column2 {
	margin-left: 65px;
}

#info .item {
	margin-top: 48px;
	height: 39px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#info .item .icon {
	float: left;
	font-size: 38px;
}

#info .item .text {
	float: left;
	width: 240px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: lighter;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0;
	margin-left: 12px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#info .item .text a:hover {
    color: #FFD300;
}

/* PLANS BLOCK */
#plans {
	position: relative;
	min-height: 1800px;
}

#plans .center {
	max-width: 1300px;
	position: relative;
	margin: auto;
	left: 0;
	right: 0;
	top: 600px;
}

#plans .header {
	background: #FFFFFF;
	border: 7px solid #2F3291;
	box-sizing: border-box;
}

#plans .text {
	max-width: 860px;
	text-align: center;
	margin: 16px auto 78px;
}

#plans .background {
	background: url('assets/img/plans-background.png') no-repeat center;
	height: 1195px;
	position: absolute;
	width: 100%;
}

#plans .title {
	font-family: 'Geometria', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 38px;
	line-height: 199.2%;
	text-align: center;
	letter-spacing: 0.15em;
	color: #2F3291;
	margin-top: 52px;
	margin-bottom: 16px;
}

#plans .course-plans {
	margin-top: 54px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#plans .course-plan {
	width: 385px;
	background: #FFFFFF;
	border: 5px solid #FFD400;
	position: relative;
}

#plans .course-plan .plan-title {
	font-family: 'Geometria', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	line-height: 31px;
	text-align: center;
	color: #2F3291;
	padding: 18px 17px 14px 17px;
	background: #FFD400;
	margin: -1px;
	letter-spacing: normal;
}

#plans .course-plan .inner-content {
	padding: 14px 17px 0 17px;
}

#plans .course-plan .price {
	font-family: 'Geometria', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 50px;
	color: #2F3291;
	margin-bottom: 10px;
}

#plans .course-plan .duration {
	font-family: 'Geometria', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 199.2%;
	color: #949494;
	margin-top: 10px;
	margin-bottom: 18px;
	text-transform: initial;
}

#plans .course-plan .list {
	list-style: none;
	margin: 18px 0 15px;
	padding: 0 0 9px;
	min-height: 152px;
	border-bottom: 1px solid #FFD400;
}

#plans .course-plan .list li {
	font-family: 'Geometria', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 208.7%;
	color: #000000;
	text-transform: initial;
}

#plans .course-plan .list li::before {
	content: "";
	background: url('assets/img/check-box.svg') 100% no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 10px;
	transform: translate(0px, 4px);
}

#plans .course-plan .duration::before {
	content: "";
	background: url('assets/img/calendar.svg') 100% no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 12px;
	transform: translate(0px, 3px);
}

#plans .jumps {
	font-family: 'Geometria', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 199.2%;
	text-transform: uppercase;
	color: #2F3291;
}

#plans .jumps::before {
	content: "";
	background: url('assets/img/arrow.svg') 100% no-repeat;
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-right: 8px;
	transform: translate(0px, 6px);
}

#plans .course-plan .about-title {
	font-family: 'Geometria', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 199.2%;
	color: #000000;
	text-transform: initial;
	letter-spacing: normal;
	margin: 0 0 9px 0;
}

#plans .course-plan .about-title::before {
	content: "";
	background: url('assets/img/question.svg') 100% no-repeat;
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-right: 8px;
	transform: translate(0px, 6px);
}

#plans .course-plan .about {
	margin-bottom: 120px;
	max-width: 326px;
}

#plans .course-plan .about p,
#plans .course-plan .about a
{
	font-family: 'Geometria', sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	font-size: 14px;
	line-height: 149.2%;
	color: #949494;
	text-transform: initial;
	letter-spacing: normal;
	margin: 0 0 9px 0;
	max-width: 328px;
}

#plans .button {
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto 17px 35px;
}

#plans .btn {
	display: inline-block;
	font-family: 'Geometria', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 199.2%;
	text-align: center;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0;
	vertical-align: bottom;
	cursor: pointer;
	border: 0;
	background: #2e3191;
	padding: 12px 24px;
	width: 100%;
}

#plans p,
#plans a {
	font-family: 'Geometria', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 190.2%;
	text-align: center;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #2F3291;
}

/* CONTACTS BLOCK */
#contacts {
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	letter-spacing : 1px;
	font-weight: 100;
	color: #2E3191;
	padding-top: 101px;
	padding-bottom: 221px;
}

#contacts .center {
	text-align: center;
}

#contacts .icon {
	color: white;
}

#contacts .split {
	background-color: #FFE980;
	height: 2px;
	width: 84px;
	margin: auto;
}

#contacts .icon-phone {
	font-size: 53px;
}

#contacts .icon-mail {
	font-size: 52px;
	padding-top: 40px;
	margin-bottom: -10px;
}

#contacts .icon-location {
	font-size: 58px;
	padding-top: 58px;
	margin-bottom: -3px;
}

#contacts .text1 {
	line-height: 24px;
	margin-top: 7px;
}

#contacts .text1-phone {
	font-weight: bold;
	line-height: 24px;
	margin-top: 7px;
}

#contacts .text2 {
	margin-top: 4px;
}

#contacts .text3 {
	line-height: 23px;
	margin-top: 9px;
}

/* MAP BLOCK */

#map {
	position: relative;
}

#map .nav-square {
	border: 3px #2E3191 solid;
	color: #2E3191;
	top: -122px;
	width: 197px;
	letter-spacing: 4px;
	height: 102px;
	padding-top: 39px;
	font-size: 21px;
}

#map #leaflet-map {
	width: 100%;
	height: 585px;
}

/* BOTTOM BLOCK */
#bottom {
	color: white;
	padding-top: 103px;
	padding-bottom: 20px;
}

#bottom .center {
	width: 330px;
	text-align: center;
}

#bottom .icon {
	display: inline-block;
	margin-left: 23px;
	margin-right: 23px;
}

#bottom .icon-up2 {
	font-size: 25px;
	margin-top: 80px;
}

#bottom .text {
	font-family: 'Ubuntu', sans-serif;
	font-size: 17px;
	font-weight: lighter;
	letter-spacing: 3px;
	margin-top: 10px;
}

/* FORM WINDOW */
.form-window {
	position: fixed;
	width: 1312px;
	top: 0!important;
	left: 50%;
	margin-left: -656px;
	height: 100%;
	z-index: 10;
	overflow: hidden;
	color: #333333;
	background-color: #DDDDDD;
	font-family: 'Ubuntu', sans-serif;
	text-transform: initial;
	display: none;
}

/* STATUS FORM */
#status-form {
	display: block;
}

#status-form .center {
	max-width: 958px;
	height: 100%;
	position: relative;
	text-align: center;
}

#status-form .vert-center {
	position: absolute;
	top: 50%;
	margin-top: -66px;
	width: 100%;
}

#status-form .status {
  	font-family : Geometria, sans-serif;
	font-weight: 500;
  	font-size : 45px;
  	line-height: 66px;
  	letter-spacing : 5px;
  	color : #333333;
}

#status-form .close {
	position: absolute;
	bottom: 38px;
	width: 100%;
	font-family : Geometria, sans-serif;
	font-size : 21px;
	letter-spacing : 1px;
	color : #333333;
	cursor: pointer;
}

#status-form .close .icon-close {
	margin-bottom: 18px;
	font-size: 21px;
}

/* PLANS FORM */
#plans-form .center,
#plans-form-response .center {
	width: 756px;
	height: 100%;
	position: relative;
	top: unset;
}

#plans-form .vert-center,
#plans-form-response .vert-center {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#plans-form label,
#plans-form-response label {
	font-size: 15px;
	line-height: 18px;
}

#plans-form .button,
#plans-form-response .button {
	float: right;
	margin: 0;
	padding-bottom: 5px;
	display: block !important;
	position: relative;
	padding-left: 39px;
	padding-right: 39px;
	border: none;
	background-color: #333333;
	color: white;
	font-size: 17px;
	cursor: pointer;
	-webkit-box-shadow: -3px 3px 0 0 rgb(139 139 139);
	-moz-box-shadow: -3px 3px 0 0 rgba(139,139,139,1);
	box-shadow: -3px 3px 0 0 rgb(139 139 139);
}

#plans-form .g-recaptcha {
	margin-top: 40px;
}

#plans-form a,
#plans-form-response a {
	color: blue !important;
}

#plans-form p,
#plans-form a {
	color: #333333;
	font-family: 'Ubuntu', sans-serif;
	text-transform: initial;
	text-align: left;
	font-size: inherit !important;
	line-height: inherit !important;
	font-weight: inherit !important;
	letter-spacing: normal !important;
}

#plans-form .column1,
#plans-form .column2,
#plans-form-response .column1,
#plans-form-response .column2 {
	float: left;
	width: 340px;
}

#plans-form .column2,
#plans-form-response .column2 {
	margin-left: 76px;
}

#plans-form .field {
	margin-top: 26px;
}

#plans-form .field:nth-child(1) {
	margin-top: 0;
}

#plans-form .title,
#plans-form-response .title {
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
}

#plans-form-response h5 {
	text-align: center;
	font-size: 25px;
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
}

#plans-form .title .light,
#plans-form-response .title .light {
	font-weight: 100;
}

#plans-form .information {
	font-weight: 100;
	color: #808080;
	font-size: 15px;
	margin-top: 8px;
	line-height: 23px;
}

#plans-form .information .price {
	color: #231F20;
}

#plans-form input[type="text"],
#plans-form textarea,
#jump-form input[type="text"],
#jump-form textarea {
	width: 100%;
	margin-top: 5px;
	background-color: #333333;
	font-size: 16px;
	padding-top: 5px;
	padding-left: 9px;
	color: white;
	border: none;
	-webkit-box-shadow: -3px 3px 0 0 rgba(139,139,139,1);
	-moz-box-shadow: -3px 3px 0 0 rgba(139,139,139,1);
	box-shadow: -3px 3px 0 0 rgba(139,139,139,1);
}

#plans-form input[type="text"] {
	height: 30px;
}

#plans-form textarea {
	height: 109px;
	resize: none;
}

#plans-form .close,
#plans-form-response .close {
	float: right;
	font-size: 14px;
	font-weight: lighter;
	cursor: pointer;
	margin-top: 66px;
	letter-spacing: 1px;
}

#plans-form .close div,
#plans-form-response .close div {
	float: left;
}

#plans-form .icon-close,
#plans-form-response .icon-close {
	margin-right: 8px;
}

/* JUMP FORM */
#jump-form .center {
	width: 756px;
	height: 100%;
	position: relative;
}

#jump-form .vert-center {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#jump-form .column1,
#jump-form .column2 {
	float: left;
	width: 340px;
}

#jump-form .column2 {
	margin-left: 76px;
}

#jump-form .field {
	margin-top: 26px;
}

#jump-form .field:nth-child(1) {
	margin-top: 0;
}

#jump-form .column2 .field:nth-child(1) {
	display: none;
}

#jump-form .column2 .field:nth-child(2) {
	margin-top: 0;
}

#jump-form .title {
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
}

#jump-form .title .light {
	font-weight: 100;
}

#jump-form .information {
	font-weight: 100;
	color: #808080;
	font-size: 15px;
	margin-top: 8px;
	line-height: 23px;
}

#jump-form .information .price {
	color: #231F20;
}

#jump-form .video-service {
	font-weight: 100;
	font-size: 15px;
	margin-top: 18px;
}

#jump-form #check-video {
    display:none;
}

#jump-form #check-video + label span {
	display: inline-block;
	width: 21px;
	height: 21px;
	margin: -3px 10px 0 0;
	vertical-align: middle;
	border: 1px #343433 solid;
	cursor: pointer;
}

#jump-form #check-video:checked + label span {
	background: #333333 url('assets/img/checkbox1.svg') no-repeat 3px 4px;
	background-size: 76%;
}

#jump-form input[type="text"] {
	height: 30px;
}

#jump-form textarea {
	height: 109px;
	resize: none;
}

#jump-form #btnBuy {
	float: right;
	margin-top: 116px;
	padding: 6px 39px 5px;
	border: none;
	background-color: #333333;
	color: white;
	font-size: 17px;
	cursor: pointer;
	-webkit-box-shadow: -3px 3px 0 0 rgba(139,139,139,1);
	-moz-box-shadow: -3px 3px 0 0 rgba(139,139,139,1);
	box-shadow: -3px 3px 0 0 rgba(139,139,139,1);
}

#jump-form #btnBuy:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-right: 3px;
	margin-top: 119px;
}

#jump-form .close {
	float: right;
	font-size: 14px;
	font-weight: lighter;
	cursor: pointer;
	margin-top: 66px;
	letter-spacing: 1px;
}

#jump-form .close div {
	float: left;
}

#jump-form .icon-close {
	margin-right: 8px;
}

/* SCREEN OVERLAY */
.screen-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background-image: url("assets/img/form-background.png");
}


/* MOBILE MENU */
#mobile-menu {
	display: none;
}

/* MEDIA QUERIES */
@media all and (max-width: 1200px) {

	#plans .course-plan {
		width: calc(33.3% - 20px);
	}
}

@media all and (max-width: 900px) {

	.footer-content__title {
		font-size: 16px;
	}

	.footer-content-list {
		font-size: 12px;
	}

	#plans .course-plan {
		width: 100%;
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.footer-content {
		flex-direction: column;
		justify-content: flex-start;
		padding: 0 20px;
	}

	.footer-content__col {
		width: 100%;
		text-align: left;
	}

	.footer-content__col:not(:last-of-type) {
		margin-bottom: 25px;
	}

	.footer-content__title {
		margin-bottom: 20px;
	}
}

@media all and (max-width: 700px) {

	/* MOBILE MENU */
	#mobile-menu {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		background-color: white;
		z-index: 10;
	}

	#mobile-menu .blue-line {
		height: 100px;
		color: white;
		text-align: center;
	}

	#mobile-menu .blue-line .icon-mobile-close {
		font-size: 16px;
		padding-top: 42px;
	}

	#mobile-menu .icon-logo {
		opacity: 0.05;
	}

	#mobile-menu .menu {
		position: absolute;
		top: 0;
		text-align: center;
		font-family: 'Ubuntu', sans-serif;
		font-weight: bold;
		font-size: 16px;
		line-height: 40px;
		letter-spacing: 1px;
		width: 100%;
	}

	#mobile-menu .langs {
		margin-top: 19px;
	}

	#mobile-menu .langs span {
		margin-left: 14px;
		margin-right: 14px;
	}

	#mobile-menu .langs .active {
		text-decoration: underline;
	}

	#mobile-menu .navigation {
		margin-top: 58px;
	}

	#mobile-menu .social {
		margin-top: 78px;
	}

	#mobile-menu .social span {
		margin-left: 12px;
		margin-right: 11px;
	}

	#mobile-menu .social .icon-forum {
		font-size: 31px;
	}


	/* TOP */
	#top {
		padding: 0;
		text-align: center;
	}

	#top .item {
		display: none;
	}

	#top .icon-mobile-menu{
		font-size: 20px;
		padding-top: 38px;
		display: block;
	}

    #top .register {
        display: none;
    }

	.logo {
		padding-top: 112px;
		height: 380px;
	}

	/* VIDEO */
	#video {
		display: none;
	}

	/* PLANS */
	#plans .course-plans {
		margin-top: 0;
	}

	#plans .title {
		font-size: 16px;
		line-height: 19px;
		letter-spacing: 2px;
		margin-top: 24px;
	}

	#plans p,
	#plans a {
		font-size: 12px;
		line-height: 14px;
		letter-spacing: 0;
		margin-top: 5px;
	}

	#plans-form .vert-center,
	#plans-form-response .vert-center {
		top: 0;
		margin-top: 27px;
		margin-left: auto;
		margin-right: auto;
		width: 260px;
		position: initial;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

	#plans-form .center {
		width: 100%;
	}

	#plans-form .column1,
	#plans-form .column2 {
		float: none;
		width: 100%;
		margin: 0;
	}

	#plans-form .close {
		float: none;
		width: 96px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 35px;
	}

	#plans-form-response .center {
		width: 100%;
	}

	#plans-form-response .column1,
	#plans-form-response .column2 {
		float: none;
		width: 100%;
		margin: 0;
	}

	#plans-form-response .close {
		float: none;
		width: 96px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 35px;
	}

	/* JUMPS */
	#jumps {
		max-width: initial;
		padding-left: initial;
		padding-top: 0;
		padding-bottom: 90px;
	}

	#jumps .jump {
		width: 260px;
		margin-left: auto;
		margin-right: auto;
	}

	#jumps .header {
		width: 200px;
		padding-top: 8px;
		padding-bottom: 8px;
		font-size : 13px;
  		letter-spacing : 4px;
		border-width: 3px;
		margin-left: auto;
		margin-right: auto;
	}

	#jumps .title {
		font-size : 16px;
		line-height : 19px;
		letter-spacing : 2px;
		margin-top: 24px;
	}

	#jumps .text {
		font-size : 12px;
		line-height : 14px;
		letter-spacing : 0;
		margin-top: 5px;
	}

	#jumps .price {
		font-size : 12px;
  		line-height : 14px;
  		letter-spacing : 0;
		margin-top: 14px;
	}

	#jumps .btn-present {
		font-size: 13px;
		letter-spacing: 4px;
		margin-top: 23px;
		padding: 6px 13px;
	}

	/* INFO */

	#info {
		padding-top: 98px;
		padding-bottom: 89px;
	}

	#info .center {
		max-width: initial;
		padding-left: initial;
	}

	#info .header {
		font-size : 13px;
  		letter-spacing : 4px;
		width: 245px;
		margin-left: auto;
		margin-right: auto;
	}

	#info .header .desktop {
		display: none;
	}

	#info .header .mob {
		display: initial;
	}

	#info .column1,
	#info .column2 {
		float: initial;
		margin: 48px auto 0;
		width: 300px;
	}

	#info .column1 .item:nth-child(1) {
		margin-top: 63px
	}

	#info .item .text {
		font-size : 12px;
		line-height : 15px;
		letter-spacing : 0;
	}

	/* CONTACTS */
	#contacts {
		font-size: 17px;
		padding-top: 50px;
		padding-bottom: 52px;
	}

	#contacts .text1-phone {
		margin-top: 0;
	}

	/* MAP */
	#map .nav-square, #map .line {
		display: none;
	}

	#map #google-map {
		height: 100vmin;
	}

	/* BOTTOM */
	#bottom {
		padding-top: 79px;
		padding-bottom: 48px;
	}

	#bottom .center {
		width: 210px;
	}

	#bottom .icons {
		text-align: center;
	}

	#bottom .icon {
		margin-left: 10px;
		margin-right: 10px;
	}

	#bottom .icon:first-child {
		margin-left: 0;
	}

	#bottom .icon:last-child {
		margin-right: 0;
	}

	#bottom .icon-up2 {
		margin-top: 28px;
	}

	/* FORM WINDOW */
	.form-window {
		width: 100%;
		left: initial;
		margin: 0;
		overflow-y: auto;
		padding-bottom: 54px;
	}

	#status-form .vert-center {
		margin-top: 0;
	}

	#status-form .status {
		font-size: 13px;
		line-height: 24px;
		letter-spacing: 1px;
	}

	#status-form .close {
		bottom: 0;
		font-size: 13px;
	}

	#status-form .close .icon-close {
		margin-bottom: 10px;
		font-size: 16px;
	}

	#jump-form .center {
		width: 100%;
	}

	#jump-form .close {
		float: none;
		width: 96px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 35px;
	}

	#jump-form .vert-center {
		top: 0;
		margin-top: 27px;
		margin-left: auto;
		margin-right: auto;
		width: 260px;
		position: initial;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

	#jump-form .column1,
	#jump-form .column2 {
		float: none;
		width: 100%;
		margin: 0;
	}

	#jump-form .field:nth-child(1),
	#jump-form .column2 .field:nth-child(2) {
		margin-top: 26px;
	}

	#jump-form #btnBuy {
		margin-top: 34px;
	}

	#jump-form #btnBuy:hover {
		margin-top: 37px;
	}

	.form-window p {
	    width: auto!important;
	}
	input#place_order {
	    margin-top: 10px !important;
	}

	h3#suolio_filmavimas_tekstas_field {
		width: auto !important;
	}

    #jumps .cart.btn-present {
        float: none;
    }

    a.reservation.button.alt {
        display: block;
        font-family: 'Ubuntu', sans-serif;
        font-weight: 500;
        font-size: 22px;
        letter-spacing: 6px;
        margin-top: 26px;
        text-align: center;
        vertical-align: bottom;
		padding: 12px 24px !important;
		cursor: pointer;
        border: 0;
        background: #2e3191;
        margin-left: 10px;
    }

	#jumps .btn-present {
		padding: 0;
	}

	button.single_add_to_cart_button.button.alt {
		font-size: 18px;
		margin: 0;
		width: 100%;
	}

	a.reservation.button.alt {
		font-size: 18px;
		width: 100%;
		margin: 26px 0 0 0;
	}
}

button.single_add_to_cart_button.button.alt,
a.reservation.button.alt {
	display: inline-block;
	color: white;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 22px;
	letter-spacing: 6px;
	margin-top: 26px;
	text-align: center;
	vertical-align: bottom;
	cursor: pointer;
	border: 0;
	background: #2e3191;
	padding: 12px 24px;
}

button.single_add_to_cart_button.button.alt {
    margin-right: 10px;
}

.form-window p#kupono_tekstas_field {
    float: right;
    margin-bottom: 30px;
    clear: none;
}

.form-window .g-recaptcha {
	float: left;
	margin-bottom: 30px;
	clear: none;
}

.form-window .g-recaptcha.has-error {
	background: red;
	border-radius: 5px;
}

.form-window p {
    float: left;
    width: 340px;
    clear: both;
}

h3#suolio_filmavimas_field {
    width: 340px;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
}

h3#suolio_filmavimas_tekstas_field {
    width: 340px;
    font-weight: 100;
    color: #808080;
    font-size: 15px;
    margin-top: 8px;
    line-height: 23px;
}

.form-window label {
	font-weight: bold;
    font-size: 15px;
    line-height: 18px;
}

.form-window label span {
    float: left;
    font-weight: 100;
}

h3#filmavimo_paslauga_field {
	font-weight: 100;
    font-size: 15px;
    margin-top: 18px;
}

label.checkbox {
	font-weight: 100;
}

div#payment {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

input#place_order {
    float: right;
    padding-bottom: 5px;
    padding-left: 39px;
    padding-right: 39px;
    border: none;
    background-color: #333333;
    color: white;
    font-size: 17px;
    cursor: pointer;
    -webkit-box-shadow: -3px 3px 0 0 rgba(139,139,139,1);
    -moz-box-shadow: -3px 3px 0 0 rgba(139,139,139,1);
    box-shadow: -3px 3px 0 0 rgba(139,139,139,1);
}

span.checkboxas {
    display: inline-block;
    width: 21px;
    height: 21px;
    margin: -3px 10px 0 0;
    vertical-align: middle;
    border: 1px #343433 solid;
    cursor: pointer;
}

.cart.btn-present.for-extra,
#order_review,
#MyClass {
    display: none !important;
}

#MyClass:checked ~ h3 span.checkboxas {
    background: #343433 !important;
}

#jump-form .form-row.place-order {
	position: relative;
	float: right;
}

#jump-form .form-row.place-order #maskdivis {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.footer-content {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
}

.footer-content__title-inline {
	margin: 20px 0 10px 0;
	text-transform: uppercase;
	font-size: 18px;
}

#one {
	color: #4ec63a;
	letter-spacing: -0.2em;
	margin-left: -0.3em;
}

#two {
	color: #41a1e4;
	letter-spacing: -0.2em;
}

#three {
	color: #f6b72d;
}

.footer-content__col {
	width: 33.33%;
	text-align: center;
}

.footer-content__wrapper {
	display: inline-block;
	text-align: left;
}

.footer-content__title {
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	margin: 0 0 25px;
}

.footer-content-list {
	font-family: 'Ubuntu', sans-serif;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.3px;
	text-transform: capitalize;
}

.footer-content-list__item:not(:last-of-type) {
	margin-bottom: 10px;
}

.footer-content-list__item--facebook::before,
.footer-content-list__item--youtube::before,
.footer-content-list__item--instagram::before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 20px;
	height: 20px;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	background-size: contain;
}

.footer-content-list__item--facebook::before {
	background-image: url('./assets/img/facebook.svg');
}

.footer-content-list__item--youtube::before {
	background-image: url('./assets/img/youtube.svg');
}

.footer-content-list__item--instagram::before {
	background-image: url('./assets/img/instagram.svg');
}

.footer-content-list__item-info {
	font-weight: 300;
}

label.checkbox {
	cursor: pointer;
}

label.checkbox a {
	color: blue;
	text-decoration: underline;
}

.input-checkbox {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.has-error .check-mark {
	border-color: red;
}

.check-mark {
	top: 0;
	left: 0;
	width: 21px;
	height: 21px;
	border: 1px solid #343433;
	margin: -3px 10px 0 0;
	cursor: pointer;
}

.check-mark.checked {
	background-color: #343433;
}
