/*******************************************************
 *
 * Cuatrovientos
 *
 *******************************************************/
#content-full {
    margin-top: 0;
}

#inner-page-wrapper {
    margin-bottom: 0;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.ip-banner {
	z-index: 2;
	display: none;
}
.ip-banner::before {
    /*opacity: 0;*/
    background: rgba(0, 0, 0, 0.37);
}

#ip-development-details {
    position: relative;
}
	.ip-dev-bg {
	    position: absolute;
	    top: 0;
	    left: 0;
	    height: 100%;
	    width: 100%;
	    background-position: center top;
	    background-size: cover;
	    z-index: -1;
	}

	.ip-dev-banner {
	    position: relative;
	    padding: 30px 30px 0 30px;
	}
		.ip-dev-banner-inner {
			position: relative;
			margin-bottom: 30px;
		}
			.ip-dev-banner canvas {
			    display: block;
			    width: 100%;
			    min-height: 420px;
			}
			.ip-dev-banner .ip-dev-banner-img {
			    position: absolute;
			    top: 0;
			    left: 0;
			    right: 0;
			    bottom: 0;
			    background-position: center;
			    background-size: cover;
			}
			.ip-dev-banner .ip-dev-banner-img:before {
				content: '';
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				height: 167px;
				opacity: 0.2;
				background: rgb(0,0,0);
				background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
				background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
				background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
			}
			.ip-dev-banner .ip-dev-banner-img:after {
				content: '';
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				background: rgb(255,255,255);
				background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
				background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
				background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
				display: none;
			}


	.ip-dev-banner .container {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		max-width: 100%;
	}
		.ip-dev-banner img {
			display: block;
			max-width: 100%;
			height: auto;
			margin: 0 auto 31px;
		}
		.ip-dev-banner h2 {
			font-weight: 700;
			font-size: 40px;
			line-height: 1.25;
			color: #262626;
		    max-width: 990px;
		    margin: 0 auto 8px;
		    text-align: center;
		}

.ip-dev-banner h2 + strong {
    display: block;
    font-size: 30px;
    text-align: center;
}

.ip-dev-banner h2 + strong span {
    display: block;
    font-size: 20px;
    margin-top: 10px;
}

	.ip-dev-about {
		padding: 56px 0 0;
	}
		.ip-dev-inner {
			max-width: 90.125%;
			position: relative;
			margin: 0 auto;
			width: 100%;
		}
		.ip-dev-about-name {
			position: absolute;
			top: 236px;
			left: -2px;
		}
			.ip-dev-about-name:before {
			    width: 24vw;
			}
		.ip-dev-about .ip-dev-inner {
			flex-flow: row wrap;
			justify-content: space-between;
			align-content: flex-start;
		}
		.ip-dev-text {
			width: 53.536%;
			/*padding: 56px 9% 0 4.2%;*/
		    padding: 20px 9% 0 4.2%;
		    align-self: center;
		}
			.ip-dev-text h2 {
				font-size: 24px;
				line-height: 1.33;
				font-weight: 700;
				letter-spacing: 0.03em;
				color: #000;
				margin-bottom: 45px;
			}
			.ip-dev-text p {
				font-weight: 300;
				font-size: 15px;
				letter-spacing: 0.03em;
				line-height: 2;
				color: #000;
				margin: 0 0 21px;
			}
			.ip-dev-text strong {
				font-weight: 700;
			}
			.ip-dev-about .ip-dev-text p {
			    max-width: 90%;
			}
		.ip-dev-img {
			/*width: 670px;*/
			width: 46.464%;
			font-size: 0;
			position: relative;
			align-self: flex-start;
		}
			.ip-dev-img img {
				display: block;
				width: 100%;
				height: auto;
                aspect-ratio: 1540 / 1044;
                object-fit: cover;
                object-position: center center;
			}
			.ip-dev-img img:nth-child(2) {
				position: absolute;
				bottom: -46px;
				/*left: -136px;*/
				left: -20.3%;
				/*width: 409px;*/
				width: 46.76%;
				padding: 18px;
				background: #fff;
			}

	.ip-dev-design {
		padding: 177px 0 108px;
		position: relative;
	}
		.ip-dev-bg-design {
			top: -41px;
			left: 0;
			right: 0;
			height: 801px;
			max-height: 100%;
		}
		.ip-dev-design .ip-dev-inner {
			padding-left: 62px;
		}
			.ip-dev-design .ip-dev-inner:after {
			    content: '';
			    display: table;
			    clear: both;
			}
		.ip-dev-design-name {
		    top: 145px;
		    right: -72px;
		}
			.ip-dev-design-name:before {
				width: 71vw;
			}
		.ip-dev-design .ip-dev-img.float-left {
			float: left;
			/*width: 570px;*/
			width: 41.31%;
			margin-left: -51px;
			margin-right: 7.5%;
		}
			.ip-dev-design .ip-dev-img.float-left img:nth-child(2) {
				left: initial;
				right: -70px;
				bottom: 59px;
			}

		.ip-dev-design .ip-dev-img.float-right {
			float: right;
			/*width: 570px;*/
		    width: 41.31%;
		    margin-right: 10.2%;
		    margin-top: 49px;
		  	margin-left: 4%;
		  	margin-bottom: 70px;
		}
			.ip-dev-design .ip-dev-img.float-right img:nth-child(2) {
			    bottom: -61px;
			    left: initial;
			    right: -80px;
			    width: 372px;
			    width: 65.256%;
			}
		.ip-dev-design .ip-dev-img.float-right + .ip-dev-text {
		   /* padding-top: 104px;*/
		    padding-top: 0;
		}
		.ip-dev-design .ip-dev-text {
			width: 100%;
			padding: 61px 7.247% 0 0;
			position: relative;
		}
			.ip-dev-text h2.ip-dev-text-title {
			    font-size: 60px;
			    line-height: 1;
			    color: #262626;
			    font-weight: 700;
			    margin: 0 0 39px;
			    letter-spacing: -0.01em;
			}
			.ip-dev-design .ip-dev-text p.highlight {
			    font-weight: 600;
			    font-size: 20px;
			    letter-spacing: 0.03em;
			    line-height: 1.7;
			    margin-bottom: 34px;
			}
			.ip-dev-design .ip-dev-text p {
			    margin-bottom: 30px;
			}

		.ip-dev-design .ip-dev-text:last-child {
/*			clear: left;*/
		}
	.ip-dev-priviledges {
		position: relative;
	    /*min-height: 645px;*/
	    padding: 33px 0 392px;
	}
		.ip-dev-bg-priviledges {

		}
			.ip-dev-bg-priviledges:before {
				content: '';
				top: 0;
				left: 0;
				right: 0;
				height: 395px;
				max-height: 100%;
				background: rgb(255,255,255);
				background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
				background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
				background: linear-gradient(180deg, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
				position: absolute;
			}

		.ip-dev-priviledges .ip-dev-inner {
			flex-flow: row wrap;
			align-self: flex-start;
			/*padding: 0 85px;*/
			padding: 0 5.313%;
		}
			.ip-dev-priviledges-name {
			    top: 185px;
			    left: -2px;
			}
			    .ip-dev-priviledges-name:before {
			        width: 120px;
			    }
			.ip-dev-priviledges .ip-dev-text-title {
				line-height: 0.916;
				font-size: min(3.75vw, 60px);
				color: #262626;
				font-weight: 700;
				margin: 17px 0 39px;
				letter-spacing: -0.01em;
				width: 31.6%;
			}
			.ip-dev-priviledges-text {
			    /*width: 870px;*/
			    margin-left: auto;
			    padding-right: 30px;
			    width: 68.4%;
			}
			    .ip-dev-priviledges-text p {
			        font-weight: 300;
			        font-size: 15px;
			        letter-spacing: 0.03em;
			        line-height: 1.66;
			        color: #000;
			        margin: 0 0 35px;
			    }
			        .ip-dev-priviledges-text p a {
			            font-weight: 700;
			            color: var(--accent-color);
			        }


	.ip-dev-gallery {
		padding: 181px 0 155px;
	}
		.ip-dev-gallery .ip-dev-inner {
			padding: 0 80px;
		}
			.ip-dev-gallery-name {
				top: 115px;
				right: -90px;
			}
				.ip-dev-gallery-name:before {
				    width: 46vw;
				}
			.ip-dev-gallery-list {
				margin: 0 -3.5px;
				font-size: 0;
			}
				a.ip-dev-gallery-item {
					display: inline-block;
					vertical-align: top;
					padding: 0 3.5px 8px;
				}
					a.ip-dev-gallery-item canvas {
						display: block;
						width: 100%;
						background-position: center;
						background-size: cover;
					}

		.ip-dev-gallery-controls {
		    justify-content: center;
		    align-items: center;
		    margin-top: 54px;
		}
		    .ip-dev-gallery-controls > span {
		        position: relative;
		        font-family: var(--font-proxima) !important;
		        font-size: 12px;
		        font-weight: 500;
		        color: var(--accent-color);
		        letter-spacing: 0.5em;
		        cursor: pointer;
		    }
		        .ip-dev-gallery-controls > span:hover, .ip-dev-gallery-controls > span:focus {
		            color: #262626;
		        }
		        
		        .ip-dev-gallery-controls > span::before {
		            position: absolute;
		            top: 50%;
		            transform: translateY(-50%);
		            font-family: agentimage !important;
		        }
		        
		        .ip-dev-gallery-controls > span.prev {
		            padding-left: 35px;
		            margin-right: 70px;
		        }
		        
		        .ip-dev-gallery-controls > span.prev::before {
		            left: 0;
		        }
		        
		        .ip-dev-gallery-controls > span.next {
		            padding-right: 35px;
		            margin-left: 70px;
		        }
		        
		        .ip-dev-gallery-controls > span.next::before {
		            right: 0;
		        }
		.ip-dev-gallery-controls-dots {

		}
			.ip-dev-gallery-controls-dots ul {
			    display: flex;
			    flex-flow: row wrap;
			}
				.ip-dev-gallery-controls-dots ul li {
				    margin: 0 16px;
				    display: inline-block;
				}
				    .ip-dev-gallery-controls-dots ul li button {
				        width: 31px;
				        height: 35px;
				        display: flex;
				        align-items: center;
				        justify-content: center;
				        background: transparent;
				        border: 2px solid transparent;
				        font-weight: 500;
				        font-size: 16px;
				        color: var(--accent-color);
				        padding: 0;
				        transition: all .3s ease;
				    }
				.ip-dev-gallery-controls-dots ul li.slick-active button {
				    border-color: var(--accent-color);
				}

  .ip-oab-inner{
    	border-bottom: 1px solid #e5e5e5;
    	padding: 0 0 100px;
    	display: flex;
    	flex-flow: row wrap;
    	align-items: center;
    	justify-content: center;
    }
    .ip-oab-inner .ip-oab-l{
    	margin: 0 98px 0 0;
    }
	.ip-oab-inner .ip-oab-content{}
	.ip-oab-inner .ip-oab-subheader{
		font-family: var(--font-proxima);
		color: #262626;
		font-size: 36px;
		line-height: 1.111;
		text-transform: uppercase;
		font-weight: 700;
		margin: 0 0 26px;
	}
	.ip-oab-inner .ip-oab-r{
		width: 31.842%;
	}
	.ip-oab-inner ::-webkit-input-placeholder {
	  text-transform: uppercase;
	}

	.ip-oab-inner :-ms-input-placeholder {
	  text-transform: uppercase;
	}

	.ip-oab-inner ::placeholder {
	  text-transform: uppercase;
	}
	.ip-oab-inner .ip-oab-mag{
		box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
	}
	.ip-oab-inner .ip-oab-fillup{}
	.ip-oab-inner .ip-oab-form{}
	.ip-oab-inner .ip-oab-row{}
	.ip-oab-inner .ip-oab-row:not(.input){
		margin: 50px 0 0;
	}
	.ip-oab-inner .ip-oab-row.input{
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: space-between;
	}
	.ip-oab-inner .ip-oab-row.input input{
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: 0;
		border-bottom: 1px solid #7f7f7f;
		font-size: 12px;
		letter-spacing: 0.020em;
		padding: 0 0;
		display: block;
		width: 100%;
		height: 61px;
		outline: 0;
	}
	.ip-oab-inner .ip-oab-row.input > div{
		width: calc(50% - 10px);
	}
	.ip-oab-inner .ip-oab-row.input > div:first-child{
		margin: 0 0 0;
	}
.ip-oab-inner .ip-oab-mag{
		box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
	}
.img-cover {
	position: relative;
	display: block;
}
.img-cover > img {
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-position: center;
	object-fit: cover;
}
.img-cover > canvas {
	display: block;
	position: relative;
	z-index: 0;
	width: 100%;
	height: auto;
}
button.global-link {
	background: transparent;
}

.inner-sec3 {
	clear: both;
  display: flex;
  flex-direction: row-reverse;
}
.inner-sec3 .ip-dev-img.float-right {
	width: 81.31%;
}
.inner-sec3 .ip-dev-text {
	width: initial;
  padding-top: 0;
}

/*video*/
.ip-dev-video {
	position: relative;
	padding: 145px 0 0;
}
	.ip-dev-video-name {
		top: 90px;
		left: -2px;
	}
		.ip-dev-video-name:before {
		    width: 25.188vw;
		}
	.ip-dev-video .ip-dev-text {

	}
	.ip-dev-video .ip-dev-img {

	}
		a.video-wrap {
		    position: relative;
		    margin-left: -20.3%;
		    display: block;
		    margin-top: 63px;
		    margin-right: 6.3%;
		}
			a.video-wrap img {
				display: block;
				width: 100%;
				height: auto;
				position: relative;
				z-index: 1;
			}
			a.video-wrap:before,
			a.video-wrap:after {
				content: '';
				position: absolute;
				left: 84px;
			}
			a.video-wrap:before {
				top: -56px;
				bottom: -56px;
				right: -40px;
				border: 1px solid #a81a20;
			}
			a.video-wrap:after {
				top: 0;
				bottom: 0;
				width: 1px;
				background: #Fff;
				opacity: 0.5;
				z-index: 1;
			}
			a.video-wrap .icon-play {
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				margin: auto;
				width: 88px;
				height: 88px;
				background: url(../../images/development-details-nauka/icon-play.png) center/contain no-repeat;
				z-index: 2;
				opacity: 0.7;
				transition: opacity .3s ease;
			}
			a.video-wrap:hover .icon-play {
				opacity: 1;
			}
.ip-dev-text {
	width: 53.536%;
	padding: 4px 10.9% 0 4.2%;
	-ms-flex-item-align: start;
	align-self: center;
}
.ip-dev-text h3 {
	font-size: 34px;
	letter-spacing: 0.03em;
	line-height: 1.294117647058824;
	color: #000;
	font-weight: 700;
	margin-bottom: 24px;
}

.ip-dev-form {
	margin: 135px auto 0;
  padding: 56px 0 0;
}


@media only screen and (min-width: 992px) {
	.ip-oab-inner .ip-oab-form{
		max-width: 480px;
	}
}

@media only screen and (max-width: 1440px) {

}
@media only screen and (max-width: 1366px) {
	
}
@media only screen and (max-width: 1280px) {
    
}
@media only screen and (max-width: 1199px) {
	.ip-dev-banner img {
	    width: 160px;
	}
	.ip-dev-banner h2 {
	    font-size: 30px;
	}

	.ip-dev-text h2.ip-dev-text-title {
	    font-size: 40px;
	}
	.ip-dev-design .ip-dev-img.float-left img:nth-child(2) {
	    right: -55px;
	}
}

@media only screen and (max-width: 991px) {
	.ip-dev-banner {
		padding: 20px;
	}
	.ip-dev-banner h2 {
	    font-size: 20px;
	}
	.ip-dev-banner img {
	    width: 110px;
	}

	.ip-dev-about-name {
	    top: 130px;
	    left: -7px;
	}

	.ip-dev-text {
	    width: 100%;
	    padding: 0 0 0 4%;
	    margin-bottom: 30px;
	}
		.ip-dev-text h2.ip-dev-text-title {
			text-align: center;
		}

	.ip-dev-img {
	    width: 100%;
	    max-width: 600px;
	    margin: 0 auto;
	    padding: 0 5%;
	}

	.ip-dev-img img:nth-child(2) {
	    bottom: 20px;
	    left: 0;
	    padding: 5px;
	    width: 60%;
	}

	.ip-dev-design .ip-dev-img.float-left {
	    width: 600px;
	    max-width: 100%;
	    padding: 0 6%;
	    float: none;
	    margin: auto;
	}

	.ip-dev-design .ip-dev-inner {
	    padding: 0 4% 0 0;
	}

	.ip-dev-design .ip-dev-text {
	    padding: 50px 0 0;
	}

	.ip-dev-design .ip-dev-img.float-right + .ip-dev-text {
	    padding-top: 0;
	}

	.ip-dev-design .ip-dev-img.float-right {
	    float: none;
	    width: 600px;
	    max-width: 100%;
	    padding: 0 6%;
	    margin: 0 auto 70px;
	}

	.ip-dev-design .ip-dev-img.float-right img:nth-child(2) {
	    bottom: -35px;
	    right: 0;
	}
	.ip-dev-design .ip-dev-img.float-left img:nth-child(2) {
		bottom: 20px;
	    right: 0;
	}

	.ip-dev-design {
	    padding: 80px 0;
	}

	.ip-dev-priviledges .ip-dev-text-title {
	    width: 100%;
	    font-size: 40px;
	    text-align: center;
	}

	.ip-dev-priviledges-text {
	    width: 100%;
	    margin: 0;
	    padding: 0 0 0 4%;
	}

	.ip-dev-priviledges {
	    padding: 0 0 100px;
	}
	.ip-dev-bg-priviledges:before {
	    height: 100%;
	}

	.ip-dev-gallery {
	    padding: 80px 0;
	}

	.ip-dev-gallery-name {
	    top: 71px;
	    right: -75px;
	}

	.ip-dev-gallery .ip-dev-inner {
	    padding: 0 4%;
	}

	.ip-dev-gallery-controls > span.prev {
	    margin-right: 15px;
	}

	.ip-dev-gallery-controls > span.next {
	    margin-left: 15px;
	}

	.ip-dev-gallery-controls-dots ul li {
	    margin: 0 2px;
	}

	.ip-dev-gallery-controls {
	    width: 100%;
	    flex-flow: row wrap;
	}

	    .ip-dev-gallery-controls-dots {
	        order: 1;
	        width: 100%;
	        justify-content: center;
	        margin-bottom: 30px;
	    }
	    
	    .ip-dev-gallery-controls > span.prev {
	        order: 2;
	    }
	    
	    .ip-dev-gallery-controls > span.next {
	        order: 3;
	    }
	    
	    .ip-dev-gallery-controls-dots ul {
	        justify-content: center;
	    }
		    .ip-dev-gallery-controls-dots ul li button {
			    width: 25px;
			    height: 25px;
			    font-size: 12px;
			}
		 .ip-oab-inner{
    	flex-flow: column wrap;
    	align-items: center;
    	justify-content: center;
    }
    .ip-oab-inner .ip-oab-l{
    	width: 100%;
    	margin: 0 0;
    }
    .ip-oab-inner .ip-oab-subheader{
    	text-align: center;
    	font-size: 28px;
    }
    .ip-oab-inner .ip-oab-subheader br{
    	display: none;
    }
    .ip-oab-inner .ip-oab-form{
		width: 100%;
		margin: 0 auto;
	}
	.ip-oab-inner .ip-oab-row:not(.input){
		display: flex;
		flex-flow: column wrap;
		align-items: center;
		justify-content: center;
	}
    .ip-oab-inner .ip-oab-r{
    	width: 100%;
    	max-width: 363px;
    	margin: 30px 0 0;
    }
	
	.inner-sec3 {
		flex-wrap: wrap;
	}
	
	.ip-dev-video .ip-dev-text {
		width: 100%;
		padding: 0 0 0 4%;
		margin-bottom: 30px;
	}
	.ip-dev-video-name {
		top: 57px;
		left: -9px;
	}
	.ip-dev-video .ip-dev-inner.flex {
	    padding: 0;
	    flex-flow: column wrap;
	}
	.ip-dev-video {
	    padding-top: 40px;
	}
}

@media only screen and (max-width: 480px) {
.ip-oab-inner .ip-oab-row.input > div{
	width: 100%;
	margin: 30px 0 0;
}
}
