@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}



/* Eric Meyer's CSS Reset */
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	font: 16px/20px "Inter", sans-serif;
	background: #04284A;
	color: #fff;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	-webkit-backface-visibility: hidden;
	font-display: swap;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
.wrapper {
	width: 100%;
}
.inner {
	padding: 0 30px;
	max-width: 1440px;
	width: 100%;
	min-width: 340px;
	position: relative;
	margin: 0 auto;
}

img {
	max-width: 100%;
	max-height: 100%;
}

.clr {
	clear: both;
	font-size: 0px;
	height: 0px;
	display: block;
}

b,
strong {
	font-weight: 700;
}

u {
	text-decoration: underline;
}

i,
em {
	font-style: italic;
}

.table,
table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.table tr {
	border-bottom: 1px solid #edf0f4;
}

.table tr:nth-of-type(odd) {
}

.table th {
	color: #a5b5ca;
	background: #fff;
	font-size: 14px;
}

.table td,
.table th {
	padding: 6px;
	text-align: left;
}

.table td.text-center,
.table th.text-center {
	text-align: center !important;
}

.table .date {
	font-size: 12px;
	color: #9facbd;
}
.eas:hover {
	-webkit-transition: all ease-in 0.1s;
	-moz-transition: all ease-in 0.1s;
	-ms-transition: all ease-in 0.1s;
	-o-transition: all ease-in 0.1s;
	transition: all ease-in 0.1s;
}

.eas {
	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-ms-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}
.eas-fast:hover {
	-webkit-transition: all ease-in 0.05s;
	-moz-transition: all ease-in 0.05s;
	-ms-transition: all ease-in 0.05s;
	-o-transition: all ease-in 0.05s;
	transition: all ease-in 0.05s;
}

.eas-fast {
	-webkit-transition: all ease-out 0.5s;
	-moz-transition: all ease-out 0.5s;
	-ms-transition: all ease-out 0.5s;
	-o-transition: all ease-out 0.5s;
	transition: all ease-out 0.5s;
}
::selection {
	color: #fff;
	background: #f69327;
	background: #3a99d8;
	text-shadow: none;
}

::-moz-selection {
	color: #fff;
	background: #f69327;
	background: #3a99d8;
	text-shadow: none;
}

::-webkit-input-placeholder {
	color: #000;
	opacity: 0.25;
	-webkit-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
}

:-moz-placeholder {
	color: #000;
	opacity: 0.25;
	-moz-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
}

::-moz-placeholder {
	color: #000;
	opacity: 0.25;
	-moz-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
}

:-ms-input-placeholder {
	color: #b0bac8 !important;
	-ms-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
}

:hover::-webkit-input-placeholder {
	opacity: 0.25;
	-webkit-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
}

:hover:-moz-placeholder {
	opacity: 0.25;
	-moz-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
}

:hover::-moz-placeholder {
	opacity: 0.25;
	-moz-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
}

:hover:-ms-input-placeholder {
	-ms-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
}

:focus::-webkit-input-placeholder {
	opacity: 0;
	-webkit-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
}

:focus:-moz-placeholder {
	opacity: 0;
	-moz-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
}

:focus::-moz-placeholder {
	opacity: 0;
	-moz-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
}

:focus:-ms-input-placeholder {
	opacity: 0;
	-ms-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
}

::-ms-clear {
	display: none;
}
a {
	color: #4FA5F6;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button,
input,
textarea {
	outline: none;
	resize: none;
	-webkit-appearance: none;
}

.btn {
	color: #fff;
	position: relative;
	text-align: center;
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	height: 48px;
	line-height: 48px;
	padding: 0 40px;
	font-weight: bold;
	min-width: 80px;
	outline: none;
	resize: none;
	border: none;
	overflow: hidden;
	-webkit-appearance: none;
	-webkit-transition: all ease-out 0.1s;
	-moz-transition: all ease-out 0.1s;
	-ms-transition: all ease-out 0.1s;
	-o-transition: all ease-out 0.1s;
	transition: all ease-out 0.1s;
	background: #FD851F;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
}

.btn span {
	font-size: 13px;
}

.btn:hover {
	background: #f79848;
	cursor: pointer;
	box-shadow: 0px 5px 20px 0px rgba(248, 222, 201, 0.2);
}

.inp,
.textarea {
	height: 46px;
	padding: 15px 15px;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	width: 100%;
	position: relative;
	font-size: 16px;
	background: #fff;
	border: 1px solid #d6dce7;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #021627;
	-webkit-transition: all ease-out 0.1s;
	-moz-transition: all ease-out 0.1s;
	-ms-transition: all ease-out 0.1s;
	-o-transition: all ease-out 0.1s;
	transition: all ease-out 0.1s;
}

.textarea {
	min-height: 120px;
	border-radius: 15px;
}

.inp:focus,
.textarea:focus {
	border: 2px solid #0facf3;
}

.inp:disabled,
.inp:read-only {
	color: #7e8698 !important;
	cursor: not-allowed;
}
h1 {
	font-size: 52px;
	font-weight: bold;
	line-height: 1.1;
}
h3 {
	font-size: 42px;
	font-weight: bold;
	line-height: 1.2;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	background: linear-gradient(180deg, #0B3C6A 0%, #04284A 100%);
}
.header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 3 !important;
}
.header .header-top .inner {
	height: 100px;
}
.header .logo {
	height: 48px;
}
.header ul {
	display: flex;
	gap: 40px;
	list-style: none;
}
.header ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.header ul li a:hover {
	color: #4FA5F6;
}
.header .header-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 60px;
	z-index: 2;
	position: relative;
}
.header-desc {

}
.header-desc .t {

}
.header-desc .d {
	color: #83AACF;
	line-height: 1.5;
	padding: 20px 0 30px 0;
	font-size: 24px;
}
.header-desc .b {

}
.header-desc .b .btn {
	height: 56px;
	line-height: 56px;
	min-width: 240px;
	font-size: 16px;
}


/* General
-----------------------------------------------------------------------------*/
.sep {
	background: url(../images/sep.svg) no-repeat center center;
	background-size: auto 24px;
	height: 24px;
	width: 100%;
	text-align: center;
	margin: 0 auto 60px auto;
}
.content {
}


.def {
	padding: 120px 0;
}
.def .inner {

}
.def .inner h3 {
	width: 860px;
	max-width: 100%;
	text-align: center;
	margin: 0 auto 20px auto;
}
.def .inner .d {
	width: 860px;
	max-width: 100%;
	color: #83AACF;
	font-size: 24px;
	line-height: 1.3;
	text-align: center;
	margin: 0 auto 20px auto;
}

.why {
	background: rgba(11, 55, 96, 0.50);
}

.packages .c {
	display: flex;
	gap: 0 60px;
	padding: 30px 0 0 0;
}
.package {
	border: 1px solid #0B4983;
	border-radius: 20px;
	padding: 30px;
	width: 33.33%;
	position: relative;
	overflow: hidden;
}
.package .pt {
	font-weight: 800;
	font-size: 28px;
	line-height: 1.35;
	text-align: center;
}
.package .pp {
	text-align: center;
	font-size: 42px;
	font-weight: 800;
	line-height: 1.3;
}
.package .pd {
	text-align: center;
	font-size: 18px;
	line-height: 1.35;
}
.package .pb {
	text-align: center;
	padding: 30px 0px;
}
.package .pinfo {
	font-size: 16px;
	line-height: 1.35;
}
.package .pinfo div {
	padding: 5px 0;
}
.package.active {
	border-radius: 20px;
	border: 1px solid #0B4983;
	background: linear-gradient(180deg, #0B4983 0%, rgba(11, 73, 131, 0.00) 100%);
}
.package .popular {
	position: absolute;
	top: 20px;
	right: -40px;
	background: #72A1DE;
	color: #fff;
	height: 30px;
	width: 160px;
	transform: rotate(45deg);
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
	font-size: 14px;
}

.why {
	position: relative;
	overflow-x: hidden;
}
.why-items {
	display: flex;
	gap: 0 60px;
	padding: 30px 0 0 0;
}
.why-item {
	width: 25%;
	text-align: left;
}
.wi-i {
	font-size: 48px;
	line-height: 1.3;
}
.wi-t {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	padding: 10px 0 10px 0;
	color: #fff;
}
.wi-d {
	font-size: 18px;
	line-height: 1.35;
	color: #83AACF;
}
.why-button {
	text-align: center;
	padding: 60px 0 0 0;
}

.testimonials {
	position: relative;
}
.testimonials .inner {
	  position: relative;
	  z-index: 3;
  }
.testimonials .c {
	padding: 20px 30px 0 30px;
	position: relative;
}

.testimonials .slide {
	padding: 0 20px;
}
.testimonials .slide-inner {
	border-radius: 30px;
	background: linear-gradient(180deg, #0B3760 0%, rgba(11, 55, 96, 0.25) 100%);
	padding: 25px 30px;
}
.testimonials .ts-header {
	display: flex;
}
.testimonials .ts-image {
	width: 64px;
	height: 64px;
	border-radius: 100px;
	border: 5px solid rgba(16, 106, 146, 0.4);
	margin: 0 10px 0 0;
}
.testimonials .ts-image img {
	border-radius: 100px;
}
.testimonials .ts-title {
	font-weight: bold;
	font-size: 22px;
	line-height: 1.4;
	padding: 5px 0 0 0;
}
.testimonials .ts-title div {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
}
.testimonials .ts-review {
	color: #83AACF;
	font-size: 16px;
	line-height: 1.45;
	padding: 10px 0 0 0;
}
.testimonials-next,
.testimonials-prev {
	position: absolute;
	bottom: -20px;
	background: #306393;
	border-radius: 50px;
	height: 36px;
	width: 36px;
	margin: 0 5px;
	line-height: 36px;
	text-align: center;
	z-index: 2;
}
.testimonials-next {
	right: calc(50% - 45px);
}
.testimonials-prev {
	left: calc(50% - 45px);
}
.testimonials-next:hover,
.testimonials-prev:hover {
	background: #fff;
	color: #306393;
	cursor: pointer;
}



/* Footer
-----------------------------------------------------------------------------*/
.footer {
	padding: 20px 0;
	border-top: 1px solid #144D83;
	position: relative;
}
.footer .inner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}
.footer .logo {
	width: 220px;
	flex-shrink: 0;
}
.footer .desc {
	flex: 1;
	margin: 0 20px;
	font-size: 15px;
	line-height: 1.5;
}
.footer .button {
	width: 200px;
	flex-shrink: 0;
}

/* Decorations
-----------------------------------------------------------------------------*/
.decor-header-l {
	background: url(../images/decor-header-l.png) no-repeat left bottom;
	background-size: 761px 594px;
	width: 761px;
	height: 594px;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	content: '';
	opacity: 0.5;
}
.decor-header-r {
	background: url(../images/decor-header-r.png) no-repeat right bottom;
	background-size: 346px 820px;
	width: 346px;
	height: 820px;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	content: '';
	opacity: 0.5;
}
.decor-foo-l {
	background: url(../images/decor-foo-l.png) no-repeat left bottom;
	background-size: 678px 557px;
	width: 678px;
	height: 557px;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	content: '';
}
.decor-foo-r {
	background: url(../images/decor-foo-r.png) no-repeat right bottom;
	background-size: 171px 496px;
	width: 171px;
	height: 496px;
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	content: '';
}
.decor-why-l {
	background: url(../images/decor-why-l.png) no-repeat left bottom;
	background-size: 305px 812px;
	width: 305px;
	height: 812px;
	position: absolute;
	z-index: 1;
	left: -20px;
	bottom: 0;
	content: '';
	opacity: 0.5;
}
.decor-why-r {
	background: url(../images/decor-why-r.png) no-repeat right bottom;
	background-size: 314px 812px;
	width: 314px;
	height: 812px;
	position: absolute;
	z-index: 1;
	right: -20px;
	bottom: 0;
	content: '';
	opacity: 0.5;
}

.hide {
	display: none;
}
.nav-button {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 999999;
	display: none;
}
.nav-button .state-0,
.nav-button .state-1 {
	width: 48px;
	height: 48px;
	background: url(../images/icon-menu.svg) no-repeat center center;
	background-size: 36px 36px;
	cursor: pointer;
}
.nav-button .state-1 {
	background-image: url(../images/icon-close.svg);
	display: none;
}





.popup-package {
	display: none;
}
.popup-package-wrapper {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(4, 40, 74, 0.96);
	display: flex;
	justify-content: space-between;
	align-items: center;
	justify-content: center;
	color: #1d1d1d;
}
.popup-package .in {
	width: 540px;
	background: #fff;
	padding: 25px 30px;
	border-radius: 20px;
	position: relative;
}
.popup-package .in .close {
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(../images/icon-close-dark.svg) no-repeat center center;
	background-size: 24px 24px;
	width: 48px;
	height: 48px;
	opacity: 0.5;
}
.popup-package .in .close:hover {
	cursor: pointer;
	opacity: 1;
}
.popup-package .in .title {
	font-size: 36px;
	font-weight: bold;
	padding: 0 0 20px 0;
}
.popup-package .in .price {
	font-size: 20px;
	font-weight: bold;
	color: #23c22b;
	display: inline-block;
	padding: 15px 0 0 0;
}
.popup-package .in .line {
	padding: 5px 0;
}
.popup-package .in .line label {
	font-weight: bold;
	font-size: 16px;
	padding: 0 0 3px 0;
	display: block;
}
.popup-package .in .line-flex {
	display: flex;
	justify-content: space-between;
}
.popup-package .loading {
	display: none;
}
.popup-package .loading-in {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 20px;
	font-weight: bold;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
	justify-content: center;
	z-index: 3;
}
.popup-package .success {
	text-align: center;
	padding: 50px 0;
}
.popup-package .success b{
	font-size: 20px;
	line-height: 1.15;
	padding: 0 0 0 0;
	display: block;
}


@media screen and (max-width: 1280px) {
	.header-desc .t {
		font-size: 42px;
	}
	.header-desc .d {
		line-height: 1.5;
		font-size: 20px;
	}
	.header-desc {
		width: 60%;
	}
	.header-img {
		width: 40%;
	}
}
@media screen and (max-width: 1180px) {
	.header-img {
		display: none;
	}
	.header-desc {
		width: 100%;
		text-align: center;
		padding: 120px 30px 60px 30px;
		width: 840px;
		margin: 0 auto;
		max-width: 100%;
	}
	h3 {
		font-size: 36px;
	}
	.def .inner h3 {
		margin-bottom: 10px;
	}
	.def .inner .d {
		font-size: 20px;
		line-height: 1.4;
		margin: 0 auto 15px auto;
		padding: 0px;
	}
	.sep {
		background-size: auto 12px;
		height: 12px;
		margin: 0 auto 40px auto;
	}
	.why-items {
		flex-wrap: wrap;
	}
	.why-item {
		width: 45%;
		padding: 0 30px 30px 0;
	}
	.packages .c {
		display: flex;
		gap: 0;
		padding: 30px 0 0 0;
		flex-wrap: wrap;
	}
	.package {
		width: 100%;
		margin: 10px 0;
	}
	.package .pinfo {
		text-align: center;
	}
}

@media screen and (max-width: 1024px) {

	h3 {
		font-size: 28px;
	}
	.def .inner .d {
		font-size: 17px;
		margin: 0 auto 15px auto;
	}
	.inner {
		padding: 0 20px;
	}
	.header {
		position: relative;
		z-index: 99;
	}
	.header .header-top .inner {
		height: auto;
		padding: 15px 20px;
	}
	.header ul {
		gap: 0;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0px;
		right: 0px;
		padding: 30px;
		background: #04284A;
		z-index: 9999 !important;
		display: none;
	}

	.header li {
		padding: 15px 0;
	}
	.nav-button {
		display: block;
	}
	.nav-button

}

@media screen and (max-width: 860px) {
	.why-item {
		width: 100%;
		padding: 25px 0;
		text-align: center;
		width: 560px;
		max-width: 100%;
		margin: 0 auto;
	}
	.footer .inner {
		height: auto;
		display: block;
	}
	.footer .logo {
		width: 100%;
		text-align: center;
	}
	.footer .logo img {
		width: 200px;
		max-width: 100%;
	}
	.footer .desc {
		width: 100%;
		text-align: center;
		flex: auto;
		margin: 10px 0;
		font-size: 13px;
	}
	.footer .button {
		width: 100%;
		text-align: center;
		padding: 10px 0 0 0;
	}
	.decor-header-l {
		background-size: 380px 297px;
		width: 380px;
		height: 297px;
	}
	.decor-header-r {
		background-size: 173px 410px;
		width: 173px;
		height: 410px;
	}
	.decor-foo-l {
		background-size: 339px 278px;
		width: 339px;
		height: 278px;
	}
	.decor-foo-r {
		background-size: 85px 248px;
		width: 85px;
		height: 248px;
	}
	.decor-why-l {
		background-size: 152px 406px;
		width: 152px;
		height: 406px;
	}
	.decor-why-r {
		background-size: 157px 406px;
		width: 157px;
		height: 406px;
		bottom: auto;
		top: 100px;
	}

	.popup-package .in {
		width: 100%;
		padding: 20px 20px;
		border-radius: 20px;

	}
	.popup-package .in .title {
		font-size: 28px;
		padding: 0 0 20px 0;
	}
}

@media screen and (max-width: 480px) {

	.package .pinfo {
		text-align: left;
	}
	.def {
		padding: 80px 0;
	}
	.def .inner .d {
		font-size: 16px;
	}
	.testimonials .c {
		padding: 20px 0 0 0;
		position: relative;
	}
	.wi-i {
		font-size: 28px;
	}
	.wi-t {
		font-size: 20px;
	}
	.wi-d {
		font-size: 17px;
	}

	.header-desc .t {
		font-size: 36px;
	}
	.header-desc .d {
		font-size: 17px;
	}
	.header-desc {
		padding: 120px 10px 60px 10px;
	}

}