/*
Theme Name: Курсач
*/


/* =WordPress Core
-------------------------------------------------------------- */
.wpcf7-response-output{}
.screen-reader-response, .wpcf7-not-valid-tip{
    display: none !important;
}
.wpcf7-not-valid{


    border: 0.0625rem solid #FF0000FF !important;
}
.typical-img{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.typical-img > *{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
}
.typical-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.typical-img:before{
    padding-bottom: 100%;
    display: block;
    content: '';
}
.downsite-menu[style*="display: block"]{
    display:flex!important;
}


.icon-container {
	display: flex;
	align-items: center;
	gap: 10px; /* Отступ между иконками */
	margin-top: 20px; /* Отступ от формы */
}

.icon {
	width: 50px; /* Размер иконки */
	height: auto;
}
.p5{padding:5px 10px!important;}
.wpcf7-form button.whitetext span{color:#fff;}
.orangebtn{
	border-radius: 14px!important;
	display: inline-block!important;
	text-align: center!important;
	font-size: 20px!important;
	font-weight: 700!important;
	transition: .25s ease-in-out!important;
	color: #fff!important;
	background-image: linear-gradient(81.76deg,#ff6b00 0,#f90 100%)!important;
	padding: 14px 43px!important;
	border: none!important;
	width: 100%!important;
}
.orangebtn span{color:#fff;}
.wpcf7-form-control-wrap .select{width:100%!important;}