/*
    Theme Name: Kvartal Theme
    Description: Theme for Wordpress Kvartal 95
    Version: 1.0
    
    Author: Ant3Dstudio
 	Author URI: https://www.ant3dstudio.com/
 	
 	Tags: kvartal95, ant3dstudio
 	Text Domain: kvartal95
*/

@import url("font_proxima.css");
@import url("header.css");
@import url("footer.css");
@import url("social-footer.css");
@import url("code-list-style.css");
@import url("project-page-style.css");
@import url("project-list.css");
@import url("actors-list.css");
@import url("person-page.css");
@import url("code-list-style.css");
@import url("video-style.css");
@import url("news.css");


* {
	margin: 0 ;
    padding: 0 ;
}

body{
    margin: 0 ;
    padding: 0 ;
	background: #F5F5F5;
	font-family: 'ProximaNovaRegular' !important;
}

.container {
	max-width:1140px !important;
}

.main_content {
	padding: 35px 30px;
	min-height: 70vh;
}

.gap_15 {
	gap:15px !important;
}

.btn-danger {
	background:#FF243F !important;
	transition:all 0.3s;
}

	.btn-danger:hover {
		background:#ff445b !important;
	}

.hbold {
	font-family: ProximaNovaBold;
    margin: 0px;
}

.block-spacer{
	margin-bottom:37px;
	margin-top:33px;
	opacity: 0.1;
}

.kv-btn{
	width:225px;
	padding:12px 0px;
}

.charity-wrapper {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 212px);
    gap: 10px;
    width: 100%;
}


.charity-wrapper figure  {
    overflow:hidden;
	width: 100%;
    height: 100%;
	object-fit: cover;
}

.charity-wrapper figure img {
   	width: 100%;
    height: 100%;
    object-fit: cover;
}

.charity-wrapper figure:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1;
}

.charity-wrapper figure:nth-child(2) {
    grid-column: 3;
    grid-row: 1 / 3;
}

.charity-wrapper figure:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
}

.charity-wrapper figure:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
}

.charity-wrapper figure:nth-child(5) {
    grid-column: 2 / 4;
    grid-row: 1;
}


/*.charity-wrapper {
	display: grid;
    grid-gap: 10px;
    grid-template-columns: 100px 100px 100px;
    background-color: #fff;
    color: #444;
}*/

/*----- WP Modal Box ---- */

.scrim{
	background: #36639e !important;
    opacity: 0.8 !important;
}

.wp-lightbox-overlay .close-button {
	fill: #fff !important;
    background: #ffffff7d !important;
    border-radius: 50%;
	transsition: all 0.3s;
}

	.wp-lightbox-overlay .close-button:hover {
		background: #ffffffb5 !important;
	}

.charity-img img{
	width:100% !important;
	height:322px !important;
	border-radius:5px;
}
.chariry-class{
	padding-right:35px !important;
}
.charity-row{
	margin-bottom:39px !important;
}
.charity-text{
	margin-bottom:30px;
}



/********************BURGER******************************/
.header_burger-btn{
	display:none;
	width:40px;
	height:40px;
  	position: relative;
	border: none;
    background: none;
	margin: 13px;
	z-index:99;
  /*margin: 50px auto;*/
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
	/*width:40px;
	height:40px;
	border:none;
	background-color: #1C2B60;
	position:relative;
	z-index:99;
	margin: 13px;*/
}
.header_burger-btn span{
	display: block;
  	position: absolute;
  	height: 2px;
  	width: 100%;
  	background: #ffff;
  	border-radius: 2px;
  	opacity: 1;
  	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;	
}

.header_burger-btn span:nth-child(1) {
  	top: 10px;
}

.header_burger-btn span:nth-child(2) {
  	top: 20px;
    width: 80%;
    left: inherit;
    right: 0px;
}

.header_burger-btn span:nth-child(3) {
  	top: 30px;
}

.header_burger-btn.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header_burger-btn.open span:nth-child(2) {
  opacity: 0;
  right: -60px;
}

.header_burger-btn.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}



.bg-block {
	position: absolute;
    width: 100%;
    height: 100vh;
    background: #223a5ab5;
    backdrop-filter: blur(31px);
	-webkit-backdrop-filter: blur(31px);
	display:none;
	z-index: 5;
}



/****************CONTACT****************************/
.page-id-50 h1{
	font-size:50px;
}
.contact-title{
	margin-bottom:30px;
}
.forms{
	width: 488px;
}
.forms h3{
	margin-bottom:20px;
	font-size:26px;
}
.forms p{
	margin-bottom:20px;
}
.forms input, textarea{
	border-radius: 5px;
	padding: 12px 10px 12px 10px;
	border: 1px solid #C6D9E8;
}
.name{
	width: 488px;
    height: 43px;
}
.your_phone, .your_email{
	width: 229px;
    height: 43px;
}
.contact_info p{
	 display: flex;
    column-gap: 30px;
}
.message-area{
	padding-bottom:10px;
}
.your_message{
	width: 488px;
	height:82px;
}
.contact-kv{
	border-right:2px solid #C6D9E8;
	width: 487px !important;
	height: 100%;
}
.forms-column form{
	margin-left: 105px;
	
}
.storke{
	margin-bottom:30px !important;
	display: flex;
    align-items: center;
	width: 450px;
}
.storke p{
	margin:0px;
}
.wpcf7-response-output{
	width: 488px;
}



.contact-title-home h2{
	margin-bottom: 20px !important;
	font-size: 26px;
}


/*------------------ Serach page -----------*/
.search-box-textinput {
	display:flex;
	gap:10px;
	padding-bottom: 10px;
}

	.search-box-textinput input[type="text"] {
		width: 100%;
		padding: 11px 20px;
		border: 1px solid #E5E6E7;
		border-radius: 5px;
	}

	.search-box-textinput input[type="text"]:focus {
		outline: 2px solid #E5E6E7;
	}

.search-box-textinput .bt-clear-query {
	position: absolute;
    right: 10px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    font-size: 24px;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #808FC6;
	opacity: 0.7;
	transition:all 0.3s; 
    display: none;
}

.search-box-textinput .bt-clear-query:hover {
	opacity: 1;
}

	.search-box-textinput .btn {
		width: 158px;
    	padding: 12px;
	}

.btn-search-more {
	color:#9A9999;
	transition:all 0.3s;
	text-decoration:none;
}

.btn-search-more:hover {
	color:#ff445b;
}

/**********************about-studio*************************/	

.about-logo-container {
	display: flex;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #ccc;
    gap: 15px;
	justify-content: space-evenly;
}

	.about-logo-container img {
		max-width: 180px;
		max-height: 90px;
    	filter: grayscale(0.3);
		transition:all 0.3s;
	}

	.about-logo-container img:hover {
		filter: grayscale(0);
	}


.abuot-studio-text{
	line-height:19.49px;
}
.img-kv-actor-about{
	margin: 78px 0px 15px 0px ;
	
}
.img-kv-actor-about img{
	border-radius:5px;
}
.img-kv-actor-about p{
	margin:30px;
}
.tv-project-block{
	justify-content:space-between;
}
.tv-project{
	margin-bottom:10px !important;
}
.project-text-container{
	width: 820px;
}
.tv-project-text{
	width: 820px;
	margin-bottom:70px !important;
}
.img-war{
	border-radius:5px;
	margin-bottom:10px !important;
}
.img-text-war{
	padding:30px;
}
.studio-today{
	margin-top:70px !important;
	margin-bottom:70px !important;
}
.studio-today-img{
	display: flex;
   justify-content: flex-end;
}
.studio-today-img img{
	border-radius:5px;
	margin-top:32px !important;
}
.button-about a{
	    width: 225px;
    /* height: 49px; */
    padding: 12px;
}
.img-tv-project{
	display: flex;
    justify-content: flex-end;
	width: 240px
}

/**********************histori-studio*************************/
.team_history{
	display: flex;
    column-gap: 20px;
	padding:0px;
}
	.team_history_text{
		width: 530px !important;
		padding: 0px;
	}
		.team_history_text h2{
			font-size: 50px !important;
			font-weight: 800 !important;
			margin-bottom: 20px !important;
		}
		.team_history_text p{
			font-size: 16px;
			line-height: 1.2;
			margin-bottom:10px;
		}
			.team_history_text p:nth-of-type(2){
				margin-bottom:0px;
			}
	.team_history_img{
		padding:0px;
	}
		.team_history_img img{
			border-radius:5px;
		}

/*---------------------------------------------*/

/*---- story update ---*/
.story_container {
	
}

	.story_container h4 {
		position:relative;
		padding-left: 55px;
	}

		.story_container h4:before {
			content: "";
			position: absolute;
			left: 0px;
			top: 0px;
			bottom: 0px;
			margin: auto;
			width: 45px;
			height: 5px;
			background: #435cb4;
		}

	.story_container p {
		padding-left:20px;
	}

	.story_container .row {
		border-left: 5px solid #435cb4;
	}

.story_block_container {
	display: flex;
    align-items: center;
	margin-bottom:30px;
}

	.story_img_container{
		padding:0px;	
	}
		.story_img_container h2{
			font-size: 26px;
			font-weight: 800;
			font-family: 'ProximaNovaBold';
			margin-bottom:30px;
		}
		.story_img_container figure{
			width:601px;
			margin: auto;
		}
		.story_img_container figure img{
			border-radius:5px;
		}

.story_blue_block_text {
	padding: 40px;
    background-color: rgba(244, 250, 255, 1);
    border-radius: 5px;
    min-height: 444px;
    width: 530px;
	position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
	align-content: center;
}

	.story_blue_block_text h3{
		font-weight: 700;
		margin-bottom: 10px;
	}
	.story_blue_block_text p{
		font-size: 16px;
		line-height: 1.2;
		margin-bottom: 10px;
	}

.story_blue_block_text_right {
	margin-left: -60px;
}

.story_blue_block_text_left {
	margin-right: -50px;
}

/*----------------------------------- */

/*****************404********************************/

.img-error{
	width:508px;
}


/*------------ Share option ------------*/
.share-list {
    position: absolute;
    background: #f7f7f7;
    border: 1px solid #ececec;
    top: 33px;
    left: -30px;
    border-radius: 5px;
    box-shadow: 0 30px 30px -25px rgb(0 0 0 / 66%);
    width: 90px;
    display: flex;
    flex-wrap: wrap;
    padding: 21px;
	display:none;
	z-index:12;
}

.share-list .addtoany_share_save_container {
	display:flex !important;
}

.share-list .addtoany_content{
	margin:0px !important;
}

.share-list .addtoany_list {
	display:flex;
	flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}