

/* Start:/local/assets/css/ports-popup.css?17779738483811*/
.ports-fancy-container{
	position: absolute;
	top: 0!important;
	left: 0!important;
	width: auto!important;
	height: 100%!important;
	bottom: 0;
	right: 175px;
}
.ports-fancy-container .fancybox-close{
	right: 90px;
	top: 55px;
	overflow: hidden;
	border-radius: 100%;
	background: transparent url('/local/assets/css/../images/text-mask.jpg') 0 0 no-repeat;
	line-height: .9;
}
.ports-fancy-container .fancybox-outer,
.ports-fancy-container .fancybox-inner,
.ports-fancy-container .fancybox-skin{height: 100%!important;}
.ports-fancy-container .fancybox-inner{
	width: auto!important;
	overflow-y: auto!important;
	overflow-x: hidden!important;
}
.all-ports-container{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	max-height: 100%;
	padding: 50px 60px;
	-webkit-transform: translateY(-70%);
	-ms-transform: translateY(-70%);
	transform: translateY(-70%);
}
.all-ports-container h2{
	color: #ffffff;
	line-height: 1;
	font-weight: 900;
	letter-spacing: 0.04em;
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.all-ports-container > .row{margin: 0 -35px;font-size: 0;}
.port-col{
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	padding: 0 35px;
	font-size: 14px;
	margin-bottom: 30px;
	text-align: center;
}
.port-col a{
	display: block;
	padding-bottom: 30px;
	position: relative;
}
.port-col a:after{
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 0;
	background-color: #0adf82;
	-ms-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.port-col a:hover:after{height: 5px;}
.port-col path{
	-ms-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.port-col a:hover path{fill: #0adf82;}
.port-col svg{max-height: 85px;}
#portsAll{display: none;}

#calcForm .btn-submit, #calcForm .btn-link{
	background-color: #16a086;
	color:#fff;
	border: 0;
	box-shadow: none;
	padding: 10px 20px;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
}

.btn.btn-submit.btn-loading:before{
	-webkit-transition: all ease-out 1.5s;
	-ms-transition: all ease-out 1.5s;
	transition: all ease-out 1.5s;
	width: 100% !important;
}

#calcForm .btn-submit::before, #calcForm .btn-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #0adf82;
    z-index: 2;
}

#calcForm .btn-submit span, #calcForm .btn-link span{
	position: relative;
	z-index: 3;
}

.btn-submit.btn-loading:hover .arr,
.btn-submit.btn-loading .arr{border-color: #ffffff;background-image: none;}

.form-group {
	margin-bottom: 15px;
}
.form-group input{
	display: block;
max-width: 250px;
width: 100%;
padding: 3px 5px;
font-size: 18px;
font-family: "Geometria";
color:#000;
	border:0;
	border-bottom: 1px solid #333;
}
.form-group input.error{
border-color: #ca0000;	
}

.row::after, .row::before {
    display: table;
    content: " ";
}

@media(max-width: 1600px){
	.port-col{width: 33.333%;min-height: 122px;}
}

@media(max-width: 1100px){
	#calc {
	    width: 95%;
	}
}

@media(max-width: 900px){
	.ports-fancy-container{right: 0;}
}
@media(max-width: 700px){
	.all-ports-container h2{font-size: 24px;margin-bottom: 40px;}
	.port-col{width: 50%;min-height: 122px;}
	.all-ports-container{
		position: relative;
		padding: 0;
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
	}
	.ports-fancy-container .fancybox-close{right: 10px;top: 10px;}
	.all-ports-container .row{margin: 0 -10px;}
	.port-col{padding: 0 10px;float: none;display: inline-block;width: 45%;vertical-align: middle;}
}
/* End */


/* Start:/local/assets/css/port_only.css?177797384811512*/
.port-map-holder{height: 800px;}
.port-map-container{
	position: relative;
	left: 0;
	top: 0;
	height: 100%;
	margin-top: -350px;
	margin-right: 175px;
	/*right: 175px;*/
}
.panzoom{user-select: none;width: 1240px;height: 894px;}
.panzoom > img{width: 1240px;height: 1117px;max-width: 1240px;}
.map-page .footer-push{display: none;}
.port-map{
	position: relative;
	width: 100%;
	height: 100%;
}
.port-map-container .buttons{
	position: absolute;
	right: 20px;
	z-index: 200;
	top: 50%;
/*	-ms-transform: translateY(-40%);
	-webkit-transform: translateY(-40%);
	transform: translateY(-40%);*/
}
.map-page .page-content{min-height: 100px;}
/*.panzoom{padding-bottom: 200px;}
#portMap,.panzoom-parent,.panzoom{max-height: 100%;position: absolute;left: 0;top: 0;width: 100%;height: 100%;}*/
.buttons button{
	display: block;
	position: relative;
	width: 42px;
	height: 42px;
	border-radius: 100%;
	border: 0;
	outline: none;
	background: #16a086;
}
.buttons button + button{margin-top: 10px;}
.buttons button:before,
.buttons button:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #08d79a;
	opacity: 0;
	border-radius: 100%;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
.buttons button:after{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.buttons button.btn-clicked:after{
	-webkit-animation: moving .2s cubic-bezier(.88,.41,.67,.3);
	animation:         moving .2s cubic-bezier(.88,.41,.67,.3);
}
@-webkit-keyframes moving{
	0%	{
		opacity: 1;
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	100%	{
		opacity: 0;
		-webkit-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
	}
}
@keyframes moving{
	0%	{
		opacity: 1;
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	100%	{
		opacity: 0;
		-webkit-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
	}
}
.buttons button:hover:before{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 1;
}
.buttons span:before,
.buttons span:after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -11px;
	margin-top: -1px;
	width: 22px;
	height: 2px;
	background-color: #ffffff;
	z-index: 10;
}
.buttons .zoom-in span:after{
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.port-map-marker{
	position: absolute;
	z-index: 101;
	border: 0;
	background-color: transparent;
	outline: none;
}
/*.port-map-marker:before{
	content: '';
	position: absolute;
	width: 150px;
	height: 150px;
	left: 50%;
	top: 50%;
	margin-left: -75px;
	margin-top: -75px;
	-webkit-transition: all ease-in-out 0.1s;
	-ms-transition: all ease-in-out 0.1s;
	transition: all ease-in-out 0.1s;
	background-color: #ffffff;
	border-radius: 100%;
	-webkit-transform: scale(0.05);
	-ms-transform: scale(0.05);
	transform: scale(0.05);
	opacity: 0;
}
.no-touchevents .port-map-marker:hover:before{
	-webkit-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	transition-delay: .3s;
	-webkit-transition-delay: .3s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform:scale(1);
	opacity: 1;
}*/
.port-map-marker .hover-title{
	visibility: hidden;
	position: absolute;
	-webkit-transition: all ease-in-out 0.1s;
	-ms-transition: all ease-in-out 0.1s;
	transition: all ease-in-out 0.1s;
	color: #16a086;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-weight: 700;
	opacity: 0;
	left: 50%;
	transform: translateX(-50%);
	bottom: -40px;
}
.no-touchevents .port-map-marker:hover .hover-title{
	-webkit-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	transition-delay: .4s;
	-webkit-transition-delay: .4s;
	visibility: visible;
	opacity: 1;
}
.port-map-marker:hover{z-index: 101;}
.port-map-marker:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	width: 100%;
	height: 100%;
}
/*.port-map-marker.empty-place:after{opacity: .7;}
.port-map-marker.empty-place:hover:after{opacity: 1;}
*/

.do-6-metrov{width: 29px;height: 9px;}
.do-6-metrov:after{background-image: url('/local/assets/css/../images/boats/boats_do_6.png');}

.do-8-metrov{width: 38px;height: 12px;}
.do-8-metrov:after{background-image: url('/local/assets/css/../images/boats/boats_do_8.png');}

.do-10-metrov{width: 48px;height: 15px;}
.do-10-metrov:after{background-image: url('/local/assets/css/../images/boats/boats_do_10.png');}

.do-18-metrov{width: 86px;height: 26px;}
.do-18-metrov:after{background-image: url('/local/assets/css/../images/boats/boats_do_18.png');}

.do-25-metrov{width: 120px;height: 35px;}
.do-25-metrov:after{background-image: url('/local/assets/css/../images/boats/boats_do_25.png');}


.compas-right{transform: rotate(180deg);-webkit-transform: rotate(180deg)}
.compas-bottom{transform: rotate(-90deg);-webkit-transform: rotate(-90deg)}
.compas-top{transform: rotate(90deg);-webkit-transform: rotate(90deg)}




.map-page .stripes span:last-child{display: none;}
.calc-header{margin-bottom: 30px;}
.calc-header .title{color: #000000;font-size: 20px;font-weight: 900;color: #000000;text-transform: uppercase;letter-spacing: 0.04em;}
.place-booked{color: #f12047;font-size: 14px;text-transform: uppercase;letter-spacing: 0.04em;margin-top: 10px;}
.place-booked span{font-weight: 500;}
.calc-row{margin-bottom: 20px;}
.checkbox, .radio{margin-top: 0;position: relative;}
/*.range-input-wrap{margin-bottom: 20px;}*/
.range-title,.radio{margin-bottom: 15px;}
.range-title{font-size: 14px;letter-spacing: 0.04em;text-transform: uppercase;color: #000000;}
.calc-content h4{font-size: 14px;font-weight: 700;letter-spacing: 0.04em;text-transform: uppercase;margin-bottom: 30px;color: #000000;}
.range-title span{font-weight: 500;text-transform: none;}
.noUi-target{height: 1px;box-shadow: none;border-radius: 0;background-color: #000000;border: 0;}
.noUi-horizontal .noUi-handle,
.noUi-handle{
	box-shadow: none;
	border: 0;
	background-color: transparent;
	width: 30px;
	height: 30px;
	top: -14px;
	cursor: pointer;
}
.noUi-handle:after{display: none;}
.noUi-handle:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -6px;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	border: 2px solid #000000;
	background-color: #ffffff;
	border-radius: 100%;
	-webkit-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
.noUi-handle:hover:before,
.noUi-handle:active:before{background-color: #16a086;}
.checkbox label, .radio label{
	font-size: 14px;
	line-height: 1.3;
	font-weight: 500;
	color: #000000;
	display: block;
	padding-left: 20px;
}
.checkbox label, .radio label{font-size: 14px;line-height: 1.3;font-weight: 500;color: #000000;}
.checkbox input:checked + label,
.radio input:checked + label{color: #16a086;}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{margin-left: 0;top: 2px;opacity: 0;}
.checkbox input, .checkbox-inline input, .radio input, .radio-inline input{margin-left: 0;top: 2px;opacity: 0;position: absolute;}
.radio label:before,
.radio label:after{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	left: 0;
	top: 4px;
	border: 1px solid #16a086;
	-webkit-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	border-radius: 100%;
}
.radio label:after{border: 0;z-index: 5;opacity: 0;background-color: #16a086;}
.radio input:checked + label:after{opacity: 1;}
.radio label:hover:before{border-color: #000000;}
.calc-fancy .fancybox-outer{margin-bottom: 50px;}
.calc-fancy .fancybox-inner{padding-bottom: 50px!important;}
.calc-fancy .btn-submit{margin-top: 30px;margin-bottom: -100px;}
.calc-popup{
	/*padding: 60px 80px;
	background-color: #ffffff;
	min-width: 980px;
	max-width: 980px;*/
	width: 50%;
}
.calc-fancy.fancybox-wrap{margin-top: 70px;}
.calc-fancy .fancybox-inner{overflow: visible!important;}
.calc-fancy .fancybox-outer{z-index: 8050;}
.calc-fancy .fancybox-close{width: 75px;height: 75px;top: -60px;right: -60px;background-color: #000000;font-size: 60px;line-height: 1.12;}
.content-to-change{
	-webkit-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
.form-note{color: #000000;font-size: 12px;margin-top: 30px;}
.calc-results{width: 99%;}
.calc-results h4{margin-bottom: 10px;margin-top: 0;}
h4 span{font-weight: 400;}
.result-list + h4{margin-top: 25px;}
.result-list .row + .row{margin-top: 5px;}
.res-title{text-transform: uppercase;letter-spacing: 0.04em;font-size: 14px;}
.res-val{font-weight: 500;color: #000000;font-size: 14px;}
.res-val span{font-weight: 400;color: #000000;}
.order-form{
	/*position: absolute;
	top: 75px;*/
	position: relative;
	background-color: #ffffff;
	color: #000000;
	max-width: 450px;
	overflow: hidden;
	height: 270px;
}
.order-content-panel{
	padding: 48px 0 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
/*.order-content-panel:last-child{
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.form-active .order-content-panel{
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.form-active .order-content-panel:last-child{
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}*/
.success-message{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: #000;
	z-index: 50;
	padding: 55px 0;
}
.order-title{font-size: 18px;line-height: 1.3;}
.order-phone{margin: 15px 0;}
.order-phone a{font-weight: 700;font-size: 18px;}
.toggle-order-form{text-transform: uppercase;letter-spacing: 0.04em;font-size: 14px;font-weight: 700;display: inline-block;margin-top: 20px;}
.toggle-order-form .icon{
	display: inline-block;
	text-align: center;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	background: #16a086;
	vertical-align: middle;
	padding-top: 8px;
	margin-left: 10px;
	margin-top: -3px;
}
.toggle-order-form.form-back{
	position: absolute;
	top: 0px;
	font-size: 12px;
	color: #16a086;
}
.map-legend{
	position: absolute;
	width: 191px;
	height: 162px;
	background: transparent url('/local/assets/css/../images/boats/legenda.png') 50% 50% no-repeat;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	z-index: 100;
	right: 30px;
	top: 80px;
}
b, strong {
    font-weight: 700 !important;
}
/* End */
/* /local/assets/css/ports-popup.css?17779738483811 */
/* /local/assets/css/port_only.css?177797384811512 */
