header .orange .col-12 .tyr3d{
        text-decoration: unset;
}
.dropdown.lang select{
        word-wrap:normal;
        padding-right:20px;
        -webkit-appearance:none;
        -moz-appearance:none;
        -ms-appearance:none;
        appearance:none!important;
        background-position: 100% center;
        background-repeat:no-repeat;
        background-size:10px;
        background-color:transparent;
        outline:0;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	border: none;
        cursor: pointer;
}
.dropdown.lang select:hover{
        color:#000;
}
.submenu li.menu-item-has-children >a {
        background-image: url(/wp-content/themes/kvp/img/menu.svg);
        width: 100%;
        display: block;
        background-repeat: no-repeat;
        background-position: right center;
}

#wpsvctable>div{
	display: grid;
	grid-template-columns: -webkit-max-content 1fr;
	grid-template-columns: max-content 1fr;
	grid-gap: 15px;
	max-width: 180px;
	margin-top: 15px;
}
#wpsvctable>div:first-child{
	margin-top: 34px;
}
#wpsvctable .item{
	color: #2E2C7D;
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;
}
#wpsvctable .item.num {
	text-align: right;
	color: #fff;
}
#wpsvctable img{
        display: none;
}
.loop_title{
        color:#1B1B1B;
        text-decoration: unset;
}
.loop_title:hover{
        color:#F29524;
}
.pagination ul a.prev.page-numbers,
.pagination ul a.next.page-numbers {
	width: 40px;
	height: 40px;
	display: block;
	background-color: rgba(255, 255, 255, 0.5);
	background-image: url(/wp-content/themes/kvp/img/pag.svg);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
}
.pagination ul a.next.page-numbers {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.pagination ul li .current {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
	text-align: center;
	text-transform: uppercase;
	color:#F29524;
}
.pagination ul a:hover{
	color:#F29524;
}
.wpcf7-form br{
        display:none;
}

.btn-blue a:hover {
	opacity: .8;
}
.btn-blue a {
	background: rgba(195, 229, 250, 0.4);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	display: block;
	width: 100%;
	border: 2px solid #fff;
	color: #2D237C;
	padding: 18px 0;
	height: 100%;
	text-decoration: none;
}
.btn-blue a:before {
	content: "";
	background-image: url(/wp-content/themes/kvp/img/link.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 3px;
	top: 3px;
}
.btn-blue a:after {
	content: "";
	background-image: url(/wp-content/themes/kvp/img/wave-b.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 55px;
	height: 20px;
	position: absolute;
	bottom: -35px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.kabinet .btn-blue a:after,
.tyr3d_wrap .btn-blue a:after {
	background-image: url(/wp-content/themes/kvp/img/wave-w.svg);
}
.tyr3d_wrap .btn-blue a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.tyr3d_wrap .btn-blue a img {
	margin-right: 10px;
}
.kabinet h4,
.teachers h4 {
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;
	color: #1B1B1B;
	margin-top: 20px;
}
.grouped_photo_item{
        height: 250px;
        display: block;
}
.gallery_item img,
.grouped_photo_item img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
}

.gallery_item{
        height: 200px;
        display: block;
}
@media(min-width: 992px){
        .gallery_item{
                height: 300px;
        }
}

.teacher_info{
        position: relative;
}
.edit_professor{
        position: absolute;
        top: 15px;
        right: 15px;
}
.custom-radio > input[type="text"] {
	position: unset !important;
	z-index: 1 !important;
	opacity: 1 !important;
	width: 100% !important;
	border: none;
	padding: 10px 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	max-width: 600px;
}
.news .wrap a {
        text-decoration: none;
        color:#1B1B1B;
}
.news .wrap a:hover{
        color:#F29524;
}
/*404 page*/
.not_found_wr{
	height: auto;
	text-align: center;
	padding: 30px 0;
}
.not_found_hd1{
	display: block;
	position: relative;
	font-size: 300px;
	color:#3b3e47;
	line-height:1;
}
.hd_green{
	color:#e2352a;
}
.not_found_hd2{
	display: block;
	position: relative;
	font-size: 30px;
	color:#000;
	text-align: center;
	text-transform: uppercase;
	line-height:1;
	margin: 0 auto;
}
.not_found_hd3{
	display: block;
	position: relative;
	font-size: 20px;
	color:#000;
	text-align: center;
	text-transform: uppercase;
	line-height:1;
	margin: 25px auto;
}


@media (max-width: 1200px){
	.not_found_hd1{
		font-size:200px;
	}
}
@media (max-width: 767px){


	/*404*/
	.not_found_hd1 {
	    	margin-bottom: 25px;
	}
	.not_found_hd2{
		font-size: 20px;
	}
	.not_found_hd3{
		font-size: 18px;
	}

}

@media (max-width: 575px){
	/*404*/
	.not_found_wr {
		height: auto;
		padding: 20px 0;
	}
	.not_found_hd1 {
	    	font-size: 100px;
	    	margin-bottom: 20px;
	}
	.not_found_hd2{
		font-size: 18px;
	}
	.not_found_hd3{
		font-size: 14px;
		margin: 20px auto;
	}
}
.page-template-default  .s2 .owl-nav .owl-next img {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.news-text img{max-width: 100%; height: auto}
.descr {
	
	background-color:white;
	
	
}
.text-descr{
	max-width:80%;
}
iframe {
    background-color: transparent;
    border: none;
	
}
