.the-cr-form{
	background: #fff;
	border-radius: 12px;
	padding: 20px;
}

.tcrf-title{
	font-size: 24px;
	font-weight: bold;
	color:#222;
	padding:20px 20px 40px;
}

.tcrf-block label{
	display: block;
	padding: 0 20px 20px;
}

.tcrf-block label span{
	font-size: 16px;
	color:#333;
	font-weight: 500;
	display: block;
	margin-bottom: 14px;
}

.tcrf-block label input{
	font-size: 18px;
	background: #f1f1f1;
	border-radius: 12px;
	width: 100%;
	display: block;
	padding: 0 15px;
	border:none;
	height: 50px;
}


.tcrf-block label select{
	font-size: 18px;
	background: #f1f1f1;
	border-radius: 12px;
	width: 100%;
	display: block;
	padding: 0 15px;
	border:none;
	height: 46px;
}

.tcrf-block textarea{
	    width: 100%;
    border-radius: 12px;
    background: #f1f1f1;
    border: none;
    padding: 15px;
    font-size: 18px;
}

.contact-right{
	flex: 0 0 56%;
}

.the-contacts{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.tcrf-submit{
	margin: 20px 0;
}


.tcrf-submit a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: var(--main-blue);
	color:white;
	text-decoration: none;
	margin:0 20px;
	padding: 17px 20px;
	border-radius: 12px;
	font-size: 20px;
	font-weight: 500;
}

.tcrf-submit a svg{
	width:28px;
	color:white;
}

.manager-email a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 15px;
}

.manager-email a img{
	width: 24px;
	height: 24px;
}

.contact-left{
	flex:0 0 40%;
}

.contact-left .cll-block{
	width:100%;
	margin-bottom: 30px;
}


.cll-title{
	    font-size: 24px;
    font-weight: bold;
    color: #222;
    margin-bottom: 40px;
    line-height: 0;
}



.cll-content{
	width: 100%;

}

.header-top__manager{
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 500;
}

.manager{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 45px;
	padding:18px 24px;
	border-radius: 12px;
	background: white;
	margin-bottom: 30px;
}

.cll-image img {
    width: 120px;
    border-radius: 500px;
    height: 120px;
}

.manager .header-top__phoneIcon {
    width: 36px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: var(--main-blue);
    border-radius: 8px;
}

.manager-email .email-icon{
	    width: 36px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: var(--main-blue);
    border-radius: 8px;
}

.manager .header-top__phoneIcon img {
    width: 24px;
    height: 24px;
    filter: brightness(15);
}

.manager-email .email-icon img{
	filter: invert(1);
	width: 16px;
	height: 16px;
}
.manager-email a{
	text-decoration: none;
	color:#222;
	font-size: 18px;
}

.manager-email{
	margin-left: 10px;
}

.cll-content .sup{
	    font-size: 22px;
    color: #111;
}

.cll-content .sub{
	color:#999;
}

.region {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 5px;
    margin-top: 20px;
    padding: 0;
    margin-left: -10px;
}

.region span{
	font-size: 16px;
	font-weight: 500;
}

.region svg{
	width:30px;
	height: 30px;
	color: var(--main-blue);
	flex: 0 0 40px;
	display: flex;
	justify-content: flex-start;
}

.contact-page h1{
	margin: 40px 0;
}

.the-regular-page article a{
	color: var(--main-blue);
	text-decoration: none;
	border-bottom: 1px solid var(--main-blue);
}

.the-regular-page article img{
	width:100%;
}

.the-warning {
    background: #ffcccc;
    border-radius: 12px;
    padding: 20px 30px;
    color: #111;
    font-weight: 500;
}

.the-regular-page img{
	border-radius: 12px;
}

.regular-flex{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	
}

.the-regular-page{
	flex: 0 0 68%;
}

.regular-pages-categories{
	flex:0 0 28%;
}

.regular-page h1{
	margin:  30px 0;
}

.payment-methods section{
	margin-bottom: 50px;
}
.cll-tab-one{
	display: block;
}

.cll-tab-one.active{
	display: block;
}

.cll-tabs{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 30px;
	margin-bottom: 30px;
}

.cll-tab a{
	padding:10px 15px;
	border-radius: 8px;
	background: white;
	color: var(--main-blue);
	text-decoration: none;
}

.cll-tab a.active {
    background: none;
    color: var(--main-blue);
    font-size: 24px;
    padding: 0;
    margin-top: -5px;
    display: block;
}

.category-header.the-page h1{
	padding: 50px 0;
}

.sup-flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.the-cr-form .error{
	margin-top: 10px;
    font-weight: 500;
    color: #c7092b;
}

.tcrf-submit{
	padding: 0 20px;
}

.tcrf-submit button {
    display: flex
;
    border: none;
    background: var(--main-blue);
    width: 100%;
    border-radius: 12px;
    color: white;
    font-family: 'Gilroy';
    font-size: 24px;
    font-weight: 500;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
    cursor: pointer;
}

.tcrf-submit button svg{
	width: 32px;

}

.the-cr-form .alert.alert-success{
	    color: #4CAF50;
    font-size: 24px;
    text-align: center;
}

@media(max-width: 600px){
	.the-contacts {
	    display: flex;
	    align-items: flex-start;
	    justify-content: space-between;
	    flex-direction: column;
	}

	.the-contacts .header-top__phone.flex{
	
	}

	.the-contacts .manager-email{
		margin-left: 0;
		margin-top: 10px;
	}

	.the-contacts .htm__content img {
		    width: 24px;
		    transition: all .3s 
		ease-in;
		}
}