
.flex{display: flex; flex-wrap: wrap;}
.flex.between{justify-content: space-between;}
.flex.align-center{align-items: center;}

.mb60{margin-bottom: 60px;}
.mb40{margin-bottom: 40px;}
.mb30{margin-bottom: 30px;}
.mb25{margin-bottom: 25px;}
.mb20{margin-bottom: 20px;}

.fz18{font-size: 18px;}

.upper{text-transform: uppercase;}

.check-list{
	list-style: none;
	padding: 0;
}
.check-list li{
	display: flex;
	margin-bottom: 15px;
}
.check-list li:before {
	font-family: 'icomoon' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e901";
	color: #8BD2D6;
	margin-right: 16px;
}

.inner-page main{
	padding-top: 200px;
	background: #F8F8F8;
}
.inner-page a,
.inner-page a:hover{
	text-decoration: none;
}
.inner-page .site-header{
	background: linear-gradient(90deg, #1C325F 0%, #F0609F 100%);
}
.inner-page .site-header__wrapper{
	padding: 10px 0;
}
.back-link{
	display: flex;
	align-items: center;
	font-size: 13px;
	text-transform: uppercase;
	color: #3B3B42;
	text-decoration: none;
	max-width: fit-content;
}
.back-link i{
	margin-right: 18px;
	transition: .3s;
}
.back-link:hover i{
	transform: translateX(-10px);
}
.inner-page-wrapper{
	padding: 75px 45px 50px;
	background: #fff;
	position: relative;
}
.inner-page .profit{
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 600px;
	background: #FEF0F6;
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px 50px 15px 35px;
}
.inner-page .profit i{
	font-size: 28px;
	margin-right: 18px;
}
.inner-page .profit .key{
	font-size: 18px;
	margin-right: 18px;
}
.inner-page .profit .val{
	font-weight: 500;
	font-size: 30px;
	line-height: 1.1;
	color: #F0609F;
	margin-left: auto;
}
.inner-page .profit .val.small{
	font-size: 18px;
}
.inner-ttl{
	font-family: Affect;
	font-size: 50px;
	text-transform: uppercase;
	color: #14141B;
}
.inner-page .slider-box{
	width: 48%;
}
.object-slider .item{
	padding-bottom: 67%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.object-thumbs .item{
	padding: 0 7px;
}
.object-thumbs{
	margin: 0 -7px -7px;
}
.object-thumbs .img-box{
	padding-bottom: 67%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.object-thumbs .slick-slide{
	opacity: .3;
	transition: .4s;
	cursor: pointer;
}
.object-thumbs .slick-current{
	opacity: 1;
}
.object-thumbs .slick-slide:hover{
	opacity: .7;
}
.object-slider-wrapper{
	position: relative;
	flex: 1;
	margin-bottom: 7px;
}
.object-prev, .object-next{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 49px;
	height: 49px;
	background: #52583E;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	cursor: pointer;
	transition: .3s;
}
.object-prev:hover, .object-next:hover {
	opacity: .7;
}
.object-prev{
	left: 0;
}
.object-next{
	right: 0;
}
.inner-page .info-box{
	width: 41%;
}
.inner-page .info-items .item{
	border-bottom: 1px solid #F0F0F0;
	padding-top: 25px;
	padding-bottom: 25px;
}
.inner-page .info-items .item:nth-child(odd) {
	width: 45%;
	padding-right: 15px;
	border-right: 1px solid #F0F0F0;	
}
.inner-page .info-items .item:nth-child(even) {
	width: 55%;
	padding-left: 50px;
}
.inner-page .info-items .item .key{
	font-weight: 300;
	font-size: 15px;
	margin-bottom: 14px;
	max-width: 150px;
}
.inner-page .info-items .item .val{
	font-size: 18px;
	color: #14141B;
}
.inner-page .amount{
justify-content: space-between;	
	min-height: 50px;
	background: #F1F4FB;
	padding: 10px 30px;
}
.inner-page .amount .key{
	width: calc(50% - 25px);
	font-weight: 300;
	font-size: 18px;
}
.inner-page .amount .val{
	width: calc(50% - 25px);
	font-size: 18px;
	color: #14141B;
}
.inner-page .devoloper{
	min-height: 100px;
	background: #F8F8F8;
	padding: 15px 50px 15px 30px;
}
.inner-page .devoloper .key{
	font-weight: 300;
	font-size: 18px;
	margin-right: 10px;
}
.inner-page .devoloper .val{
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	color: #313131;
}
.inner-page .devoloper .logo{
	max-width: 240px;
}
.inner-page .devoloper .images-sm .logo {
	max-width: 120px;
}
.inner-page .tabs{
	border-bottom: 1px solid #E9EBEF;
}
.inner-page .tab{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 210px;
	height: 50px;
	background: #F8F8F8;
	font-size: 13px;
	text-transform: uppercase;
	color: #14141B;
	transition: .3s;
	cursor: pointer;
	margin-right: 6px;
}
.inner-page .tab:before {
	font-size: 16px;
	margin-right: 7px;
}
.inner-page .tab:hover, .inner-page .tab.active {
	background: #1C325F;
	color: #F8F8F8;
}
.tabs-content{
	font-size: 16px;
	line-height: 1.4;
}
.tabs-content .section-title{
	font-size: 36px;
}
.info-tab{
	padding-top: 70px;
}
.question-tab{
	padding-top: 110px;
	max-width: 1235px;
	margin-left: auto;
	margin-right: auto;
}
.question-tab .ttl-box{
	width: 44%;
}
.question-tab .ttl-box .ttl{
	display: flex;
	font-family: 'Affect', sans-serif;
	font-size: 36px;
	line-height: 1;
	text-transform: uppercase;
	color: #14141B;
}
.question-tab .ttl-box .ttl i{
	margin: 3px 12px 0 0;
}
.question-tab .ttl-box .text{
	font-weight: 300;
	font-size: 16px;
	line-height: 1.4;
	color: #14141B;
	margin-left: 50px;
	max-width: 450px;
}
.question-tab .form-box{
	width: 41%;
}
.question-tab .input{
	width: 100%;
	height: 50px;
	background: #F0F0F0;
	padding: 0 20px;
	color: #14141B;
	opacity: .5;
	transition: .3s;
	font-size: 16px;
	text-transform: uppercase;
	border: none;
	outline: none;
}
.question-tab .input:focus{
	opacity: 1;
}
.question-tab .btn{
	padding: 15px 10px;
	width: calc(50% - 13px);
}
@media (min-width: 992.1px) and (max-width: 1309.9px){
.question-tab .btn{
	padding: 15px 5px; 
	width: calc(50% - 6px); 
	font-size: 11px;
}
}
.btn-blue{
	background: #1C325F;
    color: #F8F8F8;
    border: 1px solid #1C325F;
}
.btn-blue:hover {
	background: #F8F8F8;
	color: #1C325F;
}
.doc-tab{
	padding-top: 40px;
}
.docs-flex{
	margin-left: -8px;
	margin-right: -8px;
}
.docs-flex .item{
	display: flex;
	width: calc(33.33% - 16px);
	margin: 0 8px 15px;
	padding: 40px;
	background: #fff;
	border: 1px solid #E9EBEF;
	transition: .3s;
}
.docs-flex .item:hover {
	background: #1C325F;
	color: #F8F8F8;
}
.docs-flex .item:before {
	font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e";
  font-size: 31px;
  color: #1C325F;
  margin-right: 20px;
  transition: inherit;
}
.docs-flex .item:hover:before {
	color: inherit;
}
.docs-flex .item .text-box{
	max-width: 250px;
}
.docs-flex .item .ttl{
	font-size: 18px;
	color: #14141B;
	transition: .3s;
	margin-bottom: 14px;
}
.docs-flex .item:hover .ttl{
	color: inherit;
}
.docs-flex .item .text{
	font-weight: 300;
	font-size: 14px;
	line-height: 1.2;
	transition: .3s;
	margin-bottom: 40px;
}
.docs-flex .item .down-link{
	display: flex;
	align-items: center;
	font-size: 13px;
	text-transform: uppercase;
	color: inherit;
	transition: .3s;
}
.docs-flex .item .down-link i{
	margin-left: 6px;
} 
#uForm__submit_q{
	position: relative;
}






@media (max-width: 1499.9px){
	.inner-page .slider-box{width: 55%;}
	.inner-page .info-items .item{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.inner-page .info-items .item:nth-child(even) {
		padding-left: 15px;
	}
	.inner-page .amount{height: auto; padding: 15px; margin-bottom: 15px;}
	.inner-page .amount .key {font-size: 16px; margin-right: 15px;}
	.inner-page .amount .val{font-size: 16px;}
	.question-tab .ttl-box{width: 50%;}
	.question-tab .ttl-box .ttl{font-size: 30px;}
	.question-tab .ttl-box .text{margin-left: 40px;}
	.question-tab .form-box{width: calc(50% - 20px);}
	.docs-flex .item{padding: 15px;}
}
@media (max-width: 1308.9px){
	.object-slider-wrapper{flex: 0;}
	.info-tab{padding-top: 5%;}
	.question-tab{padding-top: 7%;}	
	.docs-flex .item{width: calc(50% - 16px);}
	.mb60{margin-bottom: 40px;}
	.mb40{margin-bottom: 30px;}
	.mb30{margin-bottom: 25px;}
	.mb25{margin-bottom: 20px;}
	.mb20{margin-bottom: 15px;}

}
@media (max-width: 991.9px){
	.inner-page .slider-box{width: 100%; margin-bottom: 15px;}
	.inner-page .info-box{width: 100%;}
	.inner-page .tab{width: 150px; height: 40px;}
	.question-tab .ttl-box{width: 100%; margin-bottom: 15px;}
	.question-tab .form-box{width: 100%;}	
}
@media (max-width: 767.9px){
	.section-title {font-size: 42px;}
	.inner-page-wrapper {padding: 0 5px 30px;}
	.docs-flex .item{width: calc(100% - 16px);}
	.inner-page .profit{position: static; width: calc(100% + 10px); margin: 0 -5px 15px; padding: 10px 15px;}
}
@media (max-width: 575px){
	.mb60{margin-bottom: 30px;}
	.mb40{margin-bottom: 20px;}
	.mb30{margin-bottom: 15px;}
	.mb25{margin-bottom: 12px;}
	.mb20{margin-bottom: 10px;}
	.fz18 {font-size: 17px;}	
	.inner-page main {padding-top: 120px;}
	.inner-ttl {font-size: 36px;}
	.inner-page .profit .key {font-size: 15px; margin-right: 8px;}
	.inner-page .profit .val{font-size: 24px;}
	.inner-page .tabs{border: none;}
	.inner-page .tab{width: 100%; margin: 0 0 6px;}
	.question-tab .btn{width: 100%; margin: 0 auto 10px;}

}
@media (max-width: 425px){
	.tabs-content .section-title {font-size: 30px;}
	.inner-page .info-items .item{width: 100%!important; padding-top: 10px; padding-bottom: 10px;}
	.inner-page .info-items .item:nth-child(even) {padding-left: 0;}
	
}


