/*
 * Deferred site styles (below-fold sections)
 * Loaded asynchronously after first paint.
 */


/*---------------------------------------------------*/
/*	06) IVAN POPOV ABOUT
/*---------------------------------------------------*/

.ivan_popov_about{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.ivan_popov_about .biography{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 87px;
}
.ivan_popov_title{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	overflow: hidden;
}
.ivan_popov_title > span{
	display: inline-block;
	position: relative;
	font-family: "Onest";
	color: #333;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 4px;
}
.ivan_popov_title > span:after{
	position: absolute;
	content: "";
	width: 5000px;
	height: 1px;
	background-color: #7d7789;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 30px;
}
.ivan_popov_title .subtitle{
	font-size: 16px;
	color: #7d7789;
	font-family: "Open Sans";
	font-weight: 400;
	font-style: italic;
	margin-top: 8px;
	opacity: 0.8;
}
#contact .ivan_popov_contact_title{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px 14px;
}
#contact .ivan_popov_contact_title > span:after{
	display: none;
}
#contact .ivan_popov_glitch_switch_row{
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
	flex: 0 0 auto;
}
#contact .ivan_popov_glitch_switch_row:after{
	position: absolute;
	content: "";
	width: 5000px;
	height: 1px;
	background-color: #7d7789;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 30px;
}
.ivan_popov_glitch_switch_label{
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #333;
	letter-spacing: 0;
	text-transform: none;
}
.ivan_popov_glitch_switch{
	position: relative;
	display: inline-block;
	width: 44px;
	height: 24px;
	vertical-align: middle;
}
.ivan_popov_glitch_switch input{
	opacity: 0;
	width: 0;
	height: 0;
}
.ivan_popov_glitch_slider{
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f6fbff;
	border: 2px solid #000;
	box-sizing: border-box;
	transition: background-color 0.2s ease;
}
.ivan_popov_glitch_slider:before{
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 2px;
	bottom: 2px;
	background-color: #000;
	transition: transform 0.2s ease, background-color 0.2s ease;
}
.ivan_popov_glitch_switch input:checked + .ivan_popov_glitch_slider:before{
	transform: translateX(20px);
}
.ivan_popov_glitch_switch input:focus-visible + .ivan_popov_glitch_slider{
	outline: 2px solid #000;
	outline-offset: 2px;
}
.ivan_popov_about .biography .wrapper{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	justify-content: space-between;
	margin-top: 55px;
}
.ivan_popov_about .biography .left{
	width: 45%;
}
.ivan_popov_about .biography .left p{
	margin-bottom: 15px;
}
.ivan_popov_about .biography .left p:last-child{
	margin-bottom: 0px;
}
.ivan_popov_about .biography .right{
	width: 45%;
}

.ivan_popov_about .biography .right p{
	margin-bottom: 15px;
}
.ivan_popov_about .biography .right ul{
	margin: 0px;
	list-style-type: none;
}
.ivan_popov_about .biography .right ul:not(.advantages_list ul) li{
	margin: 0px 0px 8px 0px;
	width: 100%;
	float: left;
}
.ivan_popov_about .biography .right ul li:last-child{
	margin-bottom: 0px;
}
.ivan_popov_about .biography .right ul li span{
	display: inline-block;
}
.ivan_popov_about .biography .right ul li .first{
	min-width: 100px;
	font-weight: 700;
}
.ivan_popov_about .biography .right ul li a{
	text-decoration: none;
	color: #7d7789;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.ivan_popov_about .biography .right ul li a:hover{
	color: #333;
}
.ivan_popov_about .services{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 87px;
}
.ivan_popov_about .services .wrapper{
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
	justify-content: space-between;
}
.ivan_popov_about .services .list{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-top: 55px;
}
.ivan_popov_about .services .service_list{
	width: 40%;
}
.ivan_popov_about .services .service_list:nth-child(2){
	width: 50%;
}
.ivan_popov_about .services .service_list ul{
	margin: 0px;
	list-style-type: none;
}
.ivan_popov_about .services .service_list ul li{
	margin: 0px 0px 8px 0px;
	width: 100%;
	float: left;
	position: relative;
	padding-left: 25px;
}
.ivan_popov_about .services .service_list ul li:last-child{
	margin-bottom: 0px;
}
.ivan_popov_about .services .service_list ul li:before{
	position: absolute;
	content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 9.5px;
    border-color: transparent transparent transparent #7d7789;
	left: 0px;
	top: 7px;
}
.ivan_popov_about .skills{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 65px;
}
.ivan_popov_about .skills .wrapper{
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
	justify-content: space-between;
}
.ivan_popov_about .skills .programming{
	width: 40%;
}
.ivan_popov_about .skills .language{
	width: 50%;
}
.ivan_popov_progress{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-top: 55px;
}
.progress_inner{
	width:100%;
	margin-bottom:25px;
}
.progress_inner:last-child{
	margin-bottom: 0px;
}
.progress_inner > span{
	margin:0px 0px 5px 0px;
	width:100%;
	display:block;
	text-align:left;
}
.progress_inner span.number{
	float: right;
}
.progress_inner .background{
	background:rgba(0,0,0,.07);
	width:100%;
	min-width:100%;
	position:relative;
	height:3px;
}
.progress_inner .background .bar_in{
	height:100%;
	background:#7d7789;
	width:0px;
	overflow:hidden;
}
.progress_inner .background .bar{
	width:0px;
	height:100%;
}
.progress_inner .background .bar.open{
	-webkit-animation: wow 2s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Safari 4+ */
	-moz-animation:    wow 2s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Fx 5+ */
	animation:         wow 2s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* IE 10+ */
	width:100%;	
}

@-webkit-keyframes wow {0%{ width:0%; } 100%{ width:100%; }}
@-moz-keyframes wow {0%{ width:0%; } 100%{ width:100%; }}
@keyframes wow {0%{ width:0%; } 100%{ width:100%; }}


.circular_progress_bar{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-top: 62px;
}
.circular_progress_bar ul{
	margin: 0px 0px 0px -20px;
	list-style-type: none;
}
.circular_progress_bar ul li{
	margin: 0px 0px 20px 0px;
	width: 33.3333%;
	float: left;
	padding-left: 20px;
}
.circular_progress_bar .myCircle{
	position: relative;
	float: left;
}
.circular_progress_bar .list_inner{
	width: 100%;
	position: relative;
	text-align: center;
}
.circular_progress_bar .list_inner:after{
	content: '';
	position: absolute;
	width: 120px;
	height: 120px;
	border: 3px solid rgba(0,0,0,.07);
	left: 0px;
	top: 0px;
	border-radius: 50%;
	box-sizing: border-box;
	z-index: -1;
}
.circular_progress_bar .title{
	width: 100%;
	max-width: 120px;
	float: left;
}
.circular_progress_bar .number{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.ivan_popov_about .resume{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 75px;
}
.ivan_popov_about .resume .wrapper{
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
	justify-content: space-between;
}
.ivan_popov_about .resume .list{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.ivan_popov_about .resume .education{
	width: 40%;
}
.ivan_popov_about .resume .experience{
	width: 50%;
}
.ivan_popov_about .univ{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-top: 55px;
}
.ivan_popov_about .univ ul{
	margin: 0px;
	list-style-type: none;
	position: relative;
	display: inline-block;
	padding-top: 10px;
}
.ivan_popov_about .univ ul:before{
	content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.07);
}
.ivan_popov_about .univ ul li{
	margin: 0px;
	width: 100%;
	float: left;
	position: relative;
	padding-left: 20px;
	padding-bottom: 45px;
}
.ivan_popov_about .univ ul li:last-child{padding-bottom: 0px;}
.ivan_popov_about .univ ul li:before{
	content: "";
    position: absolute;
    height: 18px;
    width: 18px;
    background: #f6fbff;
    border-radius: 100%;
    border: solid 1px #CCC;
    left: -9px;
    top: 8px;
}
.ivan_popov_about .univ ul li .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
	position: relative;
}
.ivan_popov_about .univ ul li .time{
	width: 20%;
	padding-right: 20px;
}
.ivan_popov_about .univ ul li .time span{
	display: inline-block;
	padding: 5px 25px;
	background-color: rgba(0,0,0,.05);
	border-radius: 50px;
	font-size: 14px;
	white-space: nowrap;
}
.ivan_popov_about .univ ul li .place{
	width: 60%;
	padding-left: 20px;
}
.ivan_popov_about .univ ul li .place h3{
	font-size: 16px;
    margin-bottom: 2px;
    font-weight: 600;
}
.ivan_popov_about .univ ul li .place span{
	font-size: 14px;
}
.ivan_popov_about .partners{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 92px;
}
.ivan_popov_about .partners .list{
	width: 100%;
    float: left;
    clear: both;
    overflow: hidden;
    border: 2px solid #E5EDF4;
	margin-top: 62px;
}
.ivan_popov_about .partners .list ul{
	margin: -2px -10px -2px -2px;
    list-style-type: none;
    padding-top: 2px;
    float: left;
    padding-left: 2px;
    min-width: calc(100% + 12px);
} 
.ivan_popov_about .partners .list ul li{
	margin: 0px;
    float: left;
    width: 25%;
    border: 2px solid #E5EDF4;
    text-align: center;
    height: 130px;
    line-height: 130px;
    position: relative;
    margin-top: -2px;
    margin-left: -2px;
    overflow: hidden;
} 
.ivan_popov_about .partners .list ul li img{
	max-width: 65%;
    max-height: 65px;
} 
.ivan_popov_about .partners .list ul li .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	opacity: .5;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.ivan_popov_about .partners .list ul li .list_inner:hover{
	opacity: 1;
}
.ivan_popov_full_link{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 5;
}
.ivan_popov_about .testimonials{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 90px;
}
.ivan_popov_about .testimonials .list{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-top: 75px;
}
.ivan_popov_about .testimonials .list ul{
	margin: 0px;
	list-style-type: none;
	cursor: e-resize;
}
.ivan_popov_about .testimonials .list ul li{
	margin: 0px;
}
.ivan_popov_about .testimonials .list ul li .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}
.ivan_popov_about .testimonials .list ul li .text{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	border: 2px solid #E5EDF4;
	padding: 40px;
	margin-bottom: 30px;
}
.ivan_popov_about .testimonials .list ul li .text:before{
	position: absolute;
	content: "";
	height: 0px;
    width: 0px;
	top: 100%;
    left: 50px;
    border: solid transparent;
    border-top-color: #E5EDF4;
    border-width: 18px 18px 0px 0px;
}
.ivan_popov_about .testimonials .list ul li .text:after{
	position: absolute;
	content: "";
	top: 100%;
    left: 50px;
	height: 0px;
    width: 0px;
    border: solid transparent;
    border-top-color: #f6fbff;
    border-width: 14px 13px 0px 0px;
    margin-left: 2px;
}
.ivan_popov_about .testimonials .list ul li .text i{
	position: absolute;
	z-index: 1;
	font-size: 30px;
	top: -29px;
	left: 50px;
}
.ivan_popov_about .testimonials .details{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	align-items: center;
	padding-left: 20px;
}
.ivan_popov_about .testimonials .details .image{
	position: relative;
	width: 60px;
	height: 60px;
}
.ivan_popov_about .testimonials .details .image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 100%;
}
.ivan_popov_about .testimonials .details .info{
	padding-left: 20px;
}
.ivan_popov_about .testimonials .details .info h3{
	font-size: 16px;
    margin-bottom: 2px;
    font-weight: 600;
}
.ivan_popov_about .testimonials .details .info span{
	font-size: 14px;
}
.ivan_popov_about .testimonials .owl-carousel .owl-stage-outer{
	overflow: hidden;
}
.ivan_popov_about .testimonials .owl-carousel .owl-stage-outer{
	overflow: visible;
}
.ivan_popov_about .testimonials .owl-item.active{
	opacity: 1;
}
.ivan_popov_about .testimonials .owl-item{
	opacity: 0;
}

/*---------------------------------------------------*/
/*	07) IVAN POPOV PORTFOLIO
/*---------------------------------------------------*/

.ivan_popov_portfolio{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 70px;
}
.ivan_popov_portfolio .portfolio_filter{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	text-align: left;
	position: relative;
	padding: 55px 0px 42px 0px;
}
.ivan_popov_portfolio .portfolio_filter ul{
	margin: 0px;
	list-style-type: none;
}
.ivan_popov_portfolio .portfolio_filter ul li{
	margin: 0px 40px 0px 0px;
	display: inline-block;
}
.ivan_popov_portfolio .portfolio_filter ul li:last-child{
	margin-right: 0px;
}
.ivan_popov_portfolio .portfolio_filter ul li a{
	text-decoration: none;
    color: #333;
    font-family: "Onest";
    font-weight: 500;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.ivan_popov_portfolio .portfolio_list{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.ivan_popov_portfolio .portfolio_list ul{
	margin: 0px 0px 0px -50px;
	list-style-type: none;
}
.ivan_popov_portfolio .portfolio_list ul li{
	margin: 0px 0px 50px 0px;
	width: 50%;
	float: left;
	padding-left: 50px;
}
.ivan_popov_portfolio .portfolio_list ul li .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	overflow: hidden;
}
.ivan_popov_portfolio .portfolio_list ul li .image{
	position: relative;
}
.ivan_popov_portfolio .portfolio_list ul li .image img{
	position: relative;
	opacity: 0;
	min-width: 100%;
}
.ivan_popov_portfolio .portfolio_list ul li .image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.ivan_popov_portfolio .portfolio_list ul li .details{
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0px;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	z-index: 3;
	padding: 15px;
	transform: translateY(102%);
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.ivan_popov_portfolio .portfolio_list ul li .list_inner:hover .details{
	transform: translateY(0);
	bottom: 20px;
}
.ivan_popov_portfolio .portfolio_list ul li .details h3{
	font-size: 16px;
    margin-bottom: 2px;
    font-weight: 600;
}
.ivan_popov_portfolio .portfolio_list ul li .details span{
	font-size: 14px;
}
.ivan_popov_modalbox{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100vh;
	z-index: 20;
	background-color: rgba(0,0,0,.8);
	opacity: 0;
	visibility: hidden;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.ivan_popov_modalbox.opened{
	opacity: 1;
	visibility: visible;
}
.ivan_popov_modalbox .box_inner{
	position: absolute;
	top: 70px;
	bottom: 70px;
	width: 968px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	margin-top: -20px;
	transition-delay: .3s;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.ivan_popov_modalbox.opened .box_inner{
	opacity: 1;
	visibility: visible;
	margin-top: 0px;
}
.ivan_popov_modalbox .close{
	position: fixed;
	left: 100%;
	top: 0px;
	margin-left: 30px;
	z-index: 10;
}
.ivan_popov_modalbox .close a{
	display: block;
	width: 40px;
	height: 40px;
	text-decoration: none;
	color: #fff;
	border:2px solid #fff;
	border-radius: 10px;
	position: relative;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.ivan_popov_modalbox .close a:hover{
	border-radius: 100%;
}
.ivan_popov_modalbox .close a i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.ivan_popov_modalbox .description_wrap{
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	padding: 50px;
	overflow-y: scroll;
}
.ivan_popov_modalbox .description_wrap::-webkit-scrollbar{
  width: 11px;
}
.aali_tm_modalbox .description_wrap{
  scrollbar-width: thin;
  scrollbar-color: #bbb #fff;
}
.ivan_popov_modalbox .description_wrap:-webkit-scrollbar-track{
  background: #fff;
}
.ivan_popov_modalbox .description_wrap::-webkit-scrollbar-thumb{
  background-color: #bbb;
  border-radius: 10px;
  border: 3px solid #fff;
}
.ivan_popov_portfolio .hidden_content{
	display: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: -11;
}
.ivan_popov_modalbox .popup_details{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.ivan_popov_modalbox .popup_details .top_image{
	position: relative;
	overflow: hidden;
	margin-bottom: 37px;
}
.ivan_popov_modalbox .popup_details .top_image img{
	position: relative;
	min-width: 100%;
	opacity: 0;
}
.ivan_popov_modalbox .popup_details .top_image .main{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.ivan_popov_modalbox .portfolio_main_title{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.ivan_popov_modalbox .portfolio_main_title span{
	display: inline-block;
}
.ivan_popov_modalbox .portfolio_main_title h3{
	font-weight: 700;
    font-size: 22px;
	margin-bottom: 5px;
}
.ivan_popov_modalbox .main_details{
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
	margin-bottom: 60px;
}
.ivan_popov_modalbox .main_details .textbox{
	width: 70%;
	padding-right: 40px;
}
.ivan_popov_modalbox .main_details .textbox p{
	margin-bottom: 15px;
}
.ivan_popov_modalbox .main_details .textbox p:last-child{
	margin-bottom: 0px;
}
.ivan_popov_modalbox .main_details .detailbox{
	width: 30%;
	padding-left: 40px;
}
.ivan_popov_modalbox .main_details .detailbox > ul{
	margin: 0px;
	list-style-type: none;
}
.ivan_popov_modalbox .main_details .detailbox > ul > li{
	margin: 0px 0px 10px 0px;
	width: 100%;
	float: left;
}
.ivan_popov_modalbox .main_details .detailbox > ul > li:last-child{
	margin-bottom: 0px;
}
.ivan_popov_modalbox .main_details .detailbox .first{
    font-weight: 700;
	display: block;
}
.ivan_popov_modalbox .main_details .detailbox span a{
	text-decoration: none;
	color: #7d7789;
}
.ivan_popov_modalbox .main_details .detailbox .share{
	margin: 0px;
	list-style-type: none;
	position: relative;
	top: 7px;
}
.ivan_popov_modalbox .main_details .detailbox .share li{
	margin: 0px 13px 0px 0px;
	display: inline-block;
}
.ivan_popov_modalbox .main_details .detailbox .share li:last-child{
	margin-right: 0px;
}
.ivan_popov_modalbox .main_details .detailbox .share li a{
	text-decoration: none;
	color: #7d7789;
}
.ivan_popov_modalbox .additional_images{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.ivan_popov_modalbox .additional_images ul{
	margin: 0px 0px 0px -30px;
	list-style-type: none;
}
.ivan_popov_modalbox .additional_images ul li{
	margin: 0px 0px 30px 0px;
	float: left;
	width: 50%;
	padding-left: 30px;
}
.ivan_popov_modalbox .additional_images ul li:nth-child(3n-2){
	width: 100%;
}
.ivan_popov_modalbox .additional_images ul li .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}
.ivan_popov_modalbox .additional_images ul li .my_image{
	position: relative;
}
.ivan_popov_modalbox .additional_images ul li .my_image img{
	opacity: 0;
	min-width: 100%;
}
.ivan_popov_modalbox .additional_images ul li .my_image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/*---------------------------------------------------*/
/*	08) IVAN POPOV SERVICES
/*---------------------------------------------------*/

.ivan_popov_service{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 70px;
}
.ivan_popov_service .service_list{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-top: 60px;
}
.ivan_popov_service .service_list ul{
	margin: 0px 0px 0px -50px;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
.ivan_popov_service .service_list ul li{
	margin: 0px 0px 50px 0px;
	width: 50%;
	padding-left: 50px;
}
.ivan_popov_service .service_list ul li .list_inner{
	width: 100%;
	height: 100%;
	clear: both;
	float: left;
	position: relative;
	border: 1px solid #b9b8c3;
	padding: 70px 40px 63px;
	text-align: center;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.ivan_popov_service .service_list ul li .list_inner:hover{
	background-color: #333;
}
.ivan_popov_service .service_list ul li .svg{
	width: 60px;
    height: 60px;
    color: #333;
	margin-bottom: 27px;
	
    -webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.ivan_popov_service .service_list ul li .list_inner:hover .svg{
	color: #fff;
}
.ivan_popov_service .service_list ul li .title{
	font-weight: 500;
	font-size: 24px;
	color: #333;
	margin-bottom: 15px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.ivan_popov_service .service_list ul li .list_inner:hover .title{
	color: #fff;
}
.ivan_popov_service .service_list ul li .list_inner .text{
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.ivan_popov_service .service_list ul li .list_inner:hover .text{
	color: #aaa;
}
.ivan_popov_service .popup_service_image{
	opacity: 0;
	visibility: hidden;
	display: none;
	position: absolute;
	z-index: -111;
}
.ivan_popov_service .service_hidden_details{
	opacity: 0;
	visibility: hidden;
	display: none;
	position: absolute;
	z-index: -111;
}
.ivan_popov_modalbox .service_popup_informations{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.ivan_popov_modalbox .service_popup_informations .image{
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 37px;
}
.ivan_popov_modalbox .service_popup_informations .image img{
	position: relative;
	min-width: 100%;
	opacity: 0;
}
.ivan_popov_modalbox .service_popup_informations .image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.ivan_popov_modalbox .service_popup_informations .main_title{
	width: 100%;
	float: left;
	margin-bottom: 23px;
}
.ivan_popov_modalbox .service_popup_informations .main_title h3{
	font-size: 22px;
}
.ivan_popov_modalbox .service_popup_informations .descriptions{
	width: 100%;
	float: left;
}
.ivan_popov_modalbox .service_popup_informations .descriptions p{
	margin-bottom: 15px;
}
.ivan_popov_modalbox .service_popup_informations .descriptions p:last-child{
	margin-bottom: 0px;
}

/*---------------------------------------------------*/
/*	09) IVAN POPOV NEWS
/*---------------------------------------------------*/

.ivan_popov_news{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 70px;
}
.ivan_popov_news .news_list{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-top: 60px;
}
.ivan_popov_news .news_list > ul{
	margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    z-index: 2;
}
.ivan_popov_news .news_list > ul > li{
	width: 100%;
    margin: 0;
    padding: 29px 0;
}
.ivan_popov_news .news_list > ul > li .list_inner{
	width: 100%;
    height: auto;
    clear: both;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.ivan_popov_news .news_list > ul > li .list_inner .number{
	width: 50px;
    min-width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    border-radius: 100%;
    background-color: #b9b8c3;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    font-family: "Onest";
}
.ivan_popov_news .news_list > ul > li .list_inner .details{
	position: relative;
    padding-left: 30px;
    margin-left: 29px;
    max-width: calc(100% - 80px);
}
.ivan_popov_news .news_list > ul > li .list_inner .details:before{
	position: absolute;
    content: "";
    top: -17px;
    bottom: -22px;
    left: 0px;
    background-color: #b9b8c3;
    width: 2px;
    transform: rotate(8deg);
}
.ivan_popov_news .news_list > ul > li .extra_metas ul{
	margin: 0px;
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2px;
}
.ivan_popov_news .news_list > ul > li .extra_metas ul li{
	margin: 0px;
    position: relative;
    margin-right: 10px;
}
.ivan_popov_news .news_list > ul > li .extra_metas ul li:before{
	position: relative;
    content: "/";
    font-size: 18px;
}
.ivan_popov_news .news_list > ul > li .extra_metas ul li:first-child:before{
	display: none;
}
.ivan_popov_news .news_list > ul > li .extra_metas ul li span{
	font-size: 15px;
    color: #777;
    padding-left: 10px;
}
.ivan_popov_news .news_list > ul > li .extra_metas ul li span a{
	text-decoration: none;
	color: #777;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.ivan_popov_news .news_list > ul > li .extra_metas ul li span a:hover{
	color: #000;
}
.ivan_popov_news .news_list > ul > li .extra_metas ul li:first-child span{
    padding-left: 0px;
}
.ivan_popov_news .news_list > ul > li .post_title h3{
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
}
.ivan_popov_news .news_list > ul > li .post_title h3 a{
	text-decoration: none;
	color: #333;
	font-size: 24px;
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .5s;
}
.ivan_popov_news .news_list > ul > li .post_title h3 a:hover{
	background-size: 100% 2px;
}
.ivan_popov_fn_moving_box{
	width: 265px;
    height: 198px;
    border: 1px solid #fff;
    box-shadow: 5px 0px 30px rgb(0 0 0 / 10%);
    position: fixed;
    top: 50%;
    right: 170px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
	z-index: 1;
	transform: scale(0.6);
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.ivan_popov_fn_moving_box.opened{
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.ivan_popov_news .news_hidden_details{
	display: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: -11;
}
.ivan_popov_modalbox .news_popup_informations{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.ivan_popov_modalbox .news_popup_informations .image{
	position: relative;
	margin-bottom: 30px;
}
.ivan_popov_modalbox .news_popup_informations .image img{
	position: relative;
	opacity: 0;
	min-width: 100%;
}
.ivan_popov_modalbox .news_popup_informations .image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.ivan_popov_modalbox .news_popup_informations .text{
	width: 100%;
	float: left;
}
.ivan_popov_modalbox .news_popup_informations .text p{
	margin-bottom: 15px;
}
.ivan_popov_modalbox .news_popup_informations .text p:last-child{
	margin-bottom: 0px;
}
.ivan_popov_modalbox .meta{
	width: 100%;
	float: left;
	margin-bottom: 5px;
}
.ivan_popov_modalbox .meta ul{
	margin: 0px;
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2px;
}
.ivan_popov_modalbox .meta ul li{
	margin: 0px;
    position: relative;
    margin-right: 10px;
}
.ivan_popov_modalbox .meta ul li:before{
	position: relative;
    content: "/";
    font-size: 18px;
}
.ivan_popov_modalbox .meta ul li:first-child:before{
	display: none;
}
.ivan_popov_modalbox .meta ul li span{
	font-size: 15px;
    color: #777;
    padding-left: 10px;
}
.ivan_popov_modalbox .meta ul li span a{
	text-decoration: none;
	color: #777;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.ivan_popov_modalbox .meta ul li span a:hover{
	color: #000;
}
.ivan_popov_modalbox .meta ul li:first-child span{
    padding-left: 0px;
}
.ivan_popov_modalbox .news_popup_informations .title{
	width: 100%;
	float: left;
	margin-bottom: 25px;
}
.ivan_popov_modalbox .news_popup_informations .title h3{
	font-size: 22px;
}

/*---------------------------------------------------*/
/*	10) IVAN POPOV CONTACT
/*---------------------------------------------------*/

.ivan_popov_contact{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 100px;
}
#contact.ivan_popov_section{
	overflow-y: hidden;
	display: flex;
	flex-direction: column;
}
#contact .section_inner{
	float: none;
	flex: 1;
	min-height: 0;
	box-sizing: border-box;
	padding-top: 30px;
	padding-bottom: 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
#contact .ivan_popov_contact{
	float: none;
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 0;
	margin-bottom: 0;
}
.ivan_popov_contact .short_info{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-top: 62px;
}
.ivan_popov_contact .short_info ul{
	margin: 0px 0px 0px -30px;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
.ivan_popov_contact .short_info ul li{
	margin: 0px 0px 30px 0px;
	width: 33.3333%;
	padding-left: 30px;
}
.ivan_popov_contact .short_info ul li .list_inner{
	width: 100%;
	height: 100%;
	clear: both;
	float: left;
	position: relative;
	border: 1px solid rgba(0,0,0,.07);
	text-align: center;
	padding: 32px 25px;
}
.ivan_popov_contact .short_info ul li .list_inner span{
	display: block;
}
.ivan_popov_contact .short_info ul li .list_inner .svg{
	width: 18px;
	height: 18px;
	margin-bottom: 5px;
}
.ivan_popov_contact .short_info ul li .list_inner a{
	text-decoration: none;
	color: #7d7789;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.ivan_popov_contact .short_info ul li .list_inner a:hover{
	color: #333;
}
.ivan_popov_contact .form{
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
}
.ivan_popov_contact .form .left{
	width: 50%;
	padding-right: 15px;
}
.ivan_popov_contact .form .fields{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.ivan_popov_contact .form .fields .first{
	width: 100%;
	float: left;
}
.ivan_popov_contact .form .fields ul{
	margin: 0px;
	list-style-type: none;
}
.ivan_popov_contact .form .fields ul li{
	width: 100%;
	margin: 0px 0px 30px 0px;
	float: left;
}
.ivan_popov_contact .form .fields ul li input{
	width: 100%;
	border: 1px solid rgba(0,0,0,.07);
	background-color: transparent;
}
.ivan_popov_contact .form .fields ul li input:focus{
	outline: none;
	border: 1px solid rgba(0,0,0,.2);
}
.ivan_popov_contact .form .fields .last textarea{
	width: 100%;
	border: 1px solid rgba(0,0,0,.07);
	height: 120px;
	resize: none;
	margin-bottom: 20px;
	background-color: transparent;
}
.ivan_popov_contact .form .fields .last textarea:focus{
	outline: none;
	border: 1px solid rgba(0,0,0,.2);
} 
.ivan_popov_contact .form .empty_notice{
	color: #F52225;
	margin-bottom: 7px;
	display: none;
	text-align: left;
	font-weight: 500;
}
.ivan_popov_contact .form .contact_error{
	color: #F52225;
	text-align: left;
	font-weight: 500;
}
.ivan_popov_contact .form .returnmessage{
	color:#3A00FF;
	text-align: left;
	font-weight: 500;
}
.ivan_popov_contact .form .right{
	width: 50%;
	padding-left: 15px;
	position: relative;
}

/*---------------------------------------------------*/
/*	11) IVAN POPOV FOOTER
/*---------------------------------------------------*/

.ivan_popov_footer{
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 70px;
	background-color: #fff;
	z-index: 10;
	line-height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 70px;
}
.ivan_popov_footer .copyright p{
	color: #333;
	font-family: "Onest";
}
.ivan_popov_footer .social ul{
	margin: 0px;
	list-style-type: none;
}
.ivan_popov_footer .social ul li{
	margin: 0px 15px 0px 0px;
	display: inline-block;
}
.ivan_popov_footer .social ul li:last-child{
	margin-right: 0px;
}
.ivan_popov_footer .social ul li a{
	text-decoration: none;
	color: #333;
}
/*---------------------------------------------------*/
/*	12) IVAN POPOV MAGIC CURSOR
/*---------------------------------------------------*/

.mouse-cursor{
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}
.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 100;
  background-color: #333;
  -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
  transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
}
.cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: #333;
  opacity: .3;
}
.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  opacity: .5;
  -webkit-transition: all .08s ease-out;
  transition: all .08s ease-out;
}
.cursor-outer.cursor-hover{
  opacity: 0;
}
.ivan_popov_all_wrap[data-magic-cursor="hide"] .mouse-cursor{
	display: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: -1111;
}

.advantages_list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.advantages_list ul li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 12px;
	position: relative;
}

.advantages_list ul li:last-child {
	margin-bottom: 0;
}

.advantages_list ul li .bullet {
	color: #7d7789;
	font-weight: bold;
	font-size: 16px;
	margin-right: 10px;
	line-height: 1.7;
	flex-shrink: 0;
}

.advantages_list ul li .text {
	line-height: 1.7;
	flex: 1;
}


/*---------------------------------------------------*/
/*	TELEGRAM SECTION
/*---------------------------------------------------*/

.telegram_section {
    padding: 60px 0;
}

.telegram_content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.telegram_icon_wrapper {
    margin-bottom: 40px;
    position: relative;
}

.telegram_icon {
    cursor: pointer;
    transition: transform 0.3s ease;
    display: inline-block;
    position: relative;
}

.telegram_icon:hover {
    transform: scale(1.1);
}

.telegram_icon svg {
    width: 120px;
    height: 120px;
    filter: drop-shadow(0 10px 30px rgba(0, 136, 204, 0.3));
}

.telegram_text h3 {
    font-size: 32px;
    color: #333;
    margin-bottom: 20px;
    font-family: "Onest";
}

.telegram_text p {
    font-size: 18px;
    color: #7d7789;
    margin-bottom: 30px;
    line-height: 1.6;
}

.telegram_button_wrapper {
    margin-bottom: 20px;
}

.telegram_button {
    display: inline-block;
    background: linear-gradient(135deg, #0088cc, #00a8e8);
    color: white;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 136, 204, 0.3);
    position: relative;
    overflow: hidden;
}

.telegram_button:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s ease;
}

.telegram_button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 136, 204, 0.4);
    color: white;
    text-decoration: none;
}

.telegram_button:hover:before {
    left: 100%;
}

.telegram_subtitle {
    font-size: 16px;
    color: #aaa6b2;
}

.telegram_subtitle a {
    color: #0088cc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.telegram_subtitle a:hover {
    color: #00a8e8;
}

/* Telegram icon escape animation styles */
.telegram_icon.escaping {
    animation: bounce 0.3s ease-out;
}

@keyframes bounce {
    0% { transform: scale(1); }
    50% { transform: scale(0.8); }
    100% { transform: scale(1); }
}

/* Pulse animation for attention */
.telegram_icon {
    animation: pulse 3s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.telegram_icon:hover {
    animation: none;
}

/* Responsive styles for Telegram section */
@media (max-width: 1600px) {
    .telegram_section {
        padding: 50px 0;
    }
    
    .telegram_icon svg {
        width: 100px;
        height: 100px;
    }
    
    .telegram_text h3 {
        font-size: 28px;
    }
}

@media (max-width: 1040px) {
    .telegram_section {
        padding: 40px 0;
    }
    
    .telegram_content {
        max-width: 90%;
    }
    
    .telegram_icon svg {
        width: 90px;
        height: 90px;
    }
    
    .telegram_text h3 {
        font-size: 26px;
    }
    
    .telegram_text p {
        font-size: 16px;
    }
    
    .telegram_button {
        padding: 12px 35px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .telegram_section {
        padding: 30px 0;
    }
    
    .telegram_icon_wrapper {
        margin-bottom: 30px;
    }
    
    .telegram_icon svg {
        width: 80px;
        height: 80px;
    }
    
    .telegram_text h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .telegram_text p {
        font-size: 15px;
        margin-bottom: 25px;
    }
    
    .telegram_button {
        padding: 10px 30px;
        font-size: 15px;
    }
    
    .telegram_subtitle {
        font-size: 14px;
    }
}

/*---------------------------------------------------*/
/*	12) CONTACT PLAYFIELD — Telegram centered + backdrop FX
/*---------------------------------------------------*/

.ivan_popov_contact_playfield{
	width: 100%;
	position: relative;
	flex: 1 1 auto;
	min-height: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 22px;
	box-sizing: border-box;
	overflow: hidden;
	isolation: isolate;
	border-radius: 5px;
}
#contact .ivan_popov_contact_fx_layer{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	overflow: hidden;
	pointer-events: auto;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.085);
	border-radius: 5px;
	background:
		linear-gradient(165deg,
			rgba(255, 255, 255, 0.55) 0%,
			rgba(239, 245, 252, 0.95) 48%,
			rgba(228, 236, 248, 0.98) 100%);
}
#contact .ivan_popov_contact_particles_root{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.ivan_popov_contact_icon_anchor{
	position: relative;
	z-index: 2;
	flex: 0 0 auto;
	pointer-events: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
#contact .telegram_icon_large{
	position: relative !important;
	left: auto !important;
	top: auto !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
#contact .telegram_icon_large a {
	display: block;
	transition: transform 0.2s ease;
}
#contact .telegram_icon_large a:hover {
	transform: scale(1.12);
}
#contact .telegram_icon_large svg {
	width: 120px;
	height: 120px;
	opacity: 0.92;
	transition: opacity 0.2s ease;
	filter: drop-shadow(0 10px 30px rgba(0, 136, 204, 0.3));
	cursor: pointer;
}
#contact .telegram_icon_large a:hover svg {
	opacity: 1;
}
@media (max-width: 1600px){
	#contact .telegram_icon_large svg{
		width: 100px;
		height: 100px;
	}
}
@media (max-width: 1040px){
	.ivan_popov_contact_playfield{
		margin-top: 18px;
	}
	#contact .telegram_icon_large svg{
		width: 80px;
		height: 80px;
	}
}
@media (max-width: 768px){
	#contact .telegram_icon_large svg{
		width: 72px;
		height: 72px;
	}
}