@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&display=swap');

* {
	margin: 0px;
	padding: 0px;
}

ul, ol 
{ 
	list-style: none; 
}

a {
	text-decoration: none;
}

body 
{
	font-family: "Commissioner";
	min-width: 1420px;
}

.header 
{
	max-width: 1920px;
	min-height: 122px;
	margin: auto;
	border-bottom: solid 1px #DFDFDF;
	background: #FFF;
    min-width: 1430px;
}

.header_wrapper 
{
	margin-left: 4.16%;
	margin-right: 2.96%;
	display: flex;
	justify-content: space-between;
}

.header_logo 
{
	margin-right: 37px;
}

.header_logo img 
{
	width: 203px;
	height: 55.455px;
	padding: 33px 0px;
}

.header_body 
{
	width: 100%
	
}

.header_top 
{
	display: flex;
	justify-content: space-between;
}

.top_menu {}

.top_menu_list 
{
	display: flex;
}

.top_menu_link 
{
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	color: #464343;
	padding: 13px 16px;
	transition: all 0.5s ease 0s;
	display: flex;
    align-items: center;
}

.top_menu_item_last 
{
	padding: 7px 16px;
}

.top_menu_link:hover 
{
	background: #F2F2F2;
	color: #9F3259;
}

.top_menu_img 
{
	color: black;
}

.header_right_top 
{
	display: flex;
    align-items: center;
}

.header_request 
{
	color: #000;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-right: 37px;
	cursor: pointer;
}

.header_country 
{
	display: flex;
    align-items: center;
	position: relative;
	cursor: pointer;
}

.header_country_img 
{
	width: 38.25px;
	height: 27px;
	margin-right: 8px;
}

.header_country_text 
{
	color: #6B6B6B;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 80%; 
	text-transform: uppercase;
}

.header_country_triangle 
{
	width: 12px;
	height: 9px;
}

.header_line 
{
	width: 93.3%;
	height: 1px;
	background: #E0E0E0;
	margin-bottom: 13px;
	float: right;
}

.header_line_none 
{
	clear: both;
}

.header_bottom 
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bottom_menu_list 
{
	display: flex;
	justify-content: space-between;
}

.bottom_menu_item 
{
	margin-right: 40px;
}

.bottom_menu_link 
{
	color: var(--Color-text-Text-dark, #262626);
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; 
	letter-spacing: 0.3px;
	text-transform: uppercase;
}

.header_right_bottom 
{
	display: flex;
}

.header_right_bottom_icons 
{
	display: flex;
    align-items: center;
    flex-direction: column;
}

.header_right_bottom_icons:first-child 
{
	margin-right: 30px;
}

.header_right_bottom_icons__img 
{
	width: 32px
}

.header_right_bottom_icons__text 
{
	color: #000;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.body 
{
	background: #F8F8F8;
}

.main 
{
	margin: auto;
   	width: 1440px;
}

.main__header 
{
	padding-top: 49px;
	margin-bottom: 60px;
}

.header_main 
{
	color: #000;
	font-size: 55px;
	font-style: normal;
	font-weight: 700;
	line-height: 104%; 
	width: 1024px;
}

.apply_credit 
{
	position: relative;
}

.apply_credit__img 
{
	width: 100%;
	height: 400px;
	border-radius: 8px;
}

.apply_credit__fon 
{
	position: absolute;
	left: 31px;
    top: 0px;
    border-top-left-radius: 8px;
}

.apply_credit__text 
{
	font-style: normal;
	font-weight: 700;
	color: #FFF;
	position: absolute;
	top: 31px;
	left: 118px;
}

.apply_credit__title 
{
	font-size: 55px;
	line-height: 104%;
	width: 461px;
	margin-bottom: 21px;
}

.apply_credit__subtitle 
{
	font-size: 36px;
	line-height: normal;
}

.pointer
{
    border-radius: 50%;
    background: #FFF;;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.10));
}

.pointer__pointer 
{
	width: 24px;
    height: 24px;
}

.aplly_credit_wrapper
{
	position: relative;
}

.apply_credit__pointer_left
{
	position: absolute;
    top: 188px;
    left: -24px;
	z-index: 10;
	cursor: pointer;
}

.apply_credit__pointer_right 
{
	position: absolute;
	top: 188px;
    right: -24px;
	z-index: 10;
	cursor: pointer;
}

.find 
{
	display: flex;
    justify-content: space-between;
    margin-top: 60px;
    z-index: 10000;
    position: relative;
}

.credit_mortgage 
{
	width: 700px;
    border-radius: 8px;
    background: #FFF;
    height: 210px;
    display: flex;
}
 
.credit_mortgage__content 
{
	margin-top: 23px;
    margin-left: 28px;
    margin-right: 80px;
    width: 426px;
	
}
.credit_mortgage__title
 {
	color: #000;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 9px;
}
 
.credit_mortgage__text 
{
	color: #252525;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
 
.credit_mortgage__bottom 
{
	display: flex;
    margin-top: 44px;
}
 
.credit_mortgage__input 
{
	color: #808080;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	width: 222px;
	height: 55px;
	padding: 10px 16px;
	border-radius: 3px;
	border: solid 1px #D1D1D1;
	box-sizing: border-box;
	margin-right: 12px;
}

.credit_mortgage_button
 {
	display: flex;
	width: 140px;
	height: 55px;
	padding: 16px 28px 20px 28px;
	box-sizing: border-box;
	border-radius: 3px;
	background: var(--Button2, linear-gradient(90deg, #3D387A 0%, #9F3259 100%), linear-gradient(150deg, #F95E49 -12.44%, #CC306A 48.25%, #383C6C 105.26%), linear-gradient(270deg, #4E0C65 -3.15%, #220952 102.18%), #8009A9);
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; 
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.credit_mortgage__img_credit
{
	margin-top: 53px;
}

.credit_mortgage__img_mortgage 
{
	margin-top: 47px;
}

.service__body 
{
	display: flex;
    justify-content: space-between;
    margin-top: 46px;
}

.service__item 
{
	height: 115px;
    padding: 10px;
    border-right: solid 1px #EFEFEF;
    border-radius: 8px;
    background: #FFF;
    width: 180px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service__img 
{
	margin-bottom: 10px;
    height: 40px;
    width: 40px;
}

.service__text 
{
	color: #252525;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; 

}

.service__label 
{
	color: #FF8964;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin-top: 16px;
	display: block;
}
 
.rate 
{
	display: flex;
	justify-content: space-between;
}

.rate_item  
{
	border-radius: 8px;
    background: #FFF;
    width: 700px;
    height: 172px;
    margin-top: 46px;
}

.rate__title  
{
	color: #000;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-top: 27px;
	margin-bottom: 28px;
    margin-left: 28px;
}

.rate__body  
{
	display: flex;
	margin-left: 28px;
	align-items: center;
}

.rate__currencies_list 
{
	display: flex;
}

.rate__currency  
{
	margin-right: 89px;
}

.rate__currency:last-child  
{
	margin-right: 56px;
}

.rate__name_currency  
{
	color: #252525;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.rate__value_currency  
{
	color: #252525;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.rate__line  
{
	width: 1px;
	height: 69px;
	background: #EBEBEB;
}

.rate__text  
{
	color: #FF8964;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; 
	margin-left: 52px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.friend  
{
	background: url(../img/friend.png)
}

.friend__title  
{
	color: #000;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-top: 56px;
	margin-left: 45px;
}

.friend__text  
{
	color: #252525;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin-left: 45px; 

}

.loan_select 
{
	margin-top: 102px;
}

.loan_select__head 
{
	display: flex;
}

.loan_select__item_head 
{
	color: #252525;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; 
	padding: 17px 24px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.loan_select__item_head_active 
{
	border-radius: 8px 8px 0px 0px;
	background: #FFF
}

.loan_select__content 
{
	border-radius: 0px 8px 8px 8px;
    background: #FFF;
    width: 100%;
    height: 349px;
    padding-left: 45px;
    padding-right: 74px;
    box-sizing: border-box;
}
  
.loan_select__body 
{
	display: flex;
	justify-content: space-between;
}

.loan_select__title 
{
	color: #000;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-top: 31px;
	margin-bottom: 50px;
}

.loan_select__text 
{
	color: #252525;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; 
	margin-bottom: 10px;
}

.loan_select__input 
{
	position: relative;
}

.loan_select__input_amount  
{
	color: #808080;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	position: absolute;
    top: 20px;
    right: 16px;
}

.loan_select__input_term 
{
	color: #808080;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; 
	text-transform: uppercase;
	position: absolute;
    top: 20px;
    right: 16px;
}

.loan_select__input_body 
{
	color: #808080;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	border-radius: 3px;
	border: solid 1px #D1D1D1;
	padding: 10px 30px 10px 16px;
	margin-bottom: 26px;
	width: 446px;
    height: 55px;
    box-sizing: border-box;
}

.loan_select__input_right  
{
    padding-right: 52px;
}

.circle 
{
	position: relative;
	overflow:hidden;
	width: 523px;
   	height: 349px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle__circle_1 
{
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	width: 523.006px;
	height: 523.006px;
	border-radius: 523.006px;
	opacity: 0.1;
	background: var(--Buttun_hover, linear-gradient(120deg, #F95E49 18.19%, #A90152 81.81%), linear-gradient(270deg, #4E0C65 -3.15%, #220952 102.18%), #8009A9);
}

.circle__circle_2 
{
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);

	width: 399px;
    height: 399px;
    border-radius: 399px;
    opacity: 0.1;
 	border-radius: 399px;
	background: var(--Buttun_hover, linear-gradient(120deg, #F95E49 18.19%, #A90152 81.81%), linear-gradient(270deg, #4E0C65 -3.15%, #220952 102.18%), #8009A9);
}

.loan_select__price 
{
	width: 267px;
    height: 267px;
    border-radius: 267px;
    background: linear-gradient(168deg, #F95E49 6.9%, #A90152 84.94%), linear-gradient(270deg, #4E0C65 -3.15%, #220952 102.18%), #8009A9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loan_select__ladel 
{
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.loan_select__value 
{
	color: #FFF;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.loan_select__button 
{
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	display: inline-flex;
	padding: 16px 33px 20px 33px;
	border-radius: 3px;
	background: var(--Button2, linear-gradient(90deg, #3D387A 0%, #9F3259 100%), linear-gradient(150deg, #F95E49 -12.44%, #CC306A 48.25%, #383C6C 105.26%), linear-gradient(270deg, #4E0C65 -3.15%, #220952 102.18%), #8009A9);
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	margin-top: 148px;
}

.proposal_title 
{
	color: #000;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 102px;
	margin-bottom: 32px;
}

.proposal__head 
{
	display: flex;
    width: 891px;
    justify-content: space-between;
    margin-bottom: 31px;
}

.proposal__item_head 
{
	color: #252525;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	padding-bottom: 7px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
       
.proposal__list 
{
	display: flex;
	justify-content: space-between;
}

.proposal__item 
{
	width: 461px;
    height: 203px;
    border-radius: 8px;
    background: #FFF;
}

.proposal__item_content 
{
	margin-top: 26px;
    margin-left: 27px;
    margin-right: 21px;
}

.proposal__bank 
{
	display: flex;
    justify-content: space-between;
    height: 60px;
}

.proposal__bank_inf {}

.proposal__bank_name 
{
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.proposal__bank_text 
{
	color: #818080;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; 
	width: 202px;
}

.proposal__bank_img 
{
    height: 56px;
}

.proposal__line 
{
	background: #ECECEC;
	width: 100%;
	height: 1px;
	margin-top: 35px;
	margin-bottom: 18px;
}

.proposal__term 
{
	display: flex;
    width: 213px;
    justify-content: space-between;
}

.proposal__term_title 
{
	color: #252525;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}

.proposal__term_label 
{
	color: #818080;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.bank__head 
{
	display: flex;
    margin-top: 85px;
    margin-bottom: 29px;
}

.bank__title_1 
{
	color: #000;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-right: 12px;
}

.bank__title_2 
{
	color: var(--Link, #FF8964);
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.bank__body 
{
	border-radius: 8px;
    background: #FFF;
}

.bank__content 
{
	padding: 34px 32px;
}

.bank__input 
{
	color: #808080;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; 
	border-radius: 3px;
	border: solid 1px #D1D1D1;
	height: 55px;
	padding: 10px 16px;
	box-sizing: border-box;
	width: 100%;
    margin-bottom: 20px;
}

.bank__list 
{
	display: flex;
    justify-content: space-between;
}

.bank_item {
	border-radius: 4px;
    border: solid 1px #ECE9E9;
    width: 163px;
    height: 87px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.comment__header 
{
	color: #000;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 85px;
    margin-bottom: 32px;
}

.comment__head 
{
	display: flex;
    justify-content: space-between;
    width: 480px;
    margin-bottom: 32px;
}

.comment__item_head 
{
	color: #252525;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; 
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.comment__list_wrapper
{
	position: relative;
}

.comment__list 
{
	display: flex;
	justify-content: space-between;
	position: relative;
}

.comment__pointer_left 
{
	position: absolute;
	top: 88px;
    left: -25px;
	cursor: pointer;
}

.comment__pointer_right 
{
	position: absolute;
	top: 88px;
    right: -25px;
	cursor: pointer;
}

.comment__item 
{
	border-radius: 8px;
    background: #FFF;
    width: 691px;
    height: 223px;
}


.comment__list  .slick-slide {
	margin: 0 20px;
}
.comment__list  .slick-list {
	margin: 0 -20px;
}

.slick-track {
	display: flex;
	gap: 30px;
}

.comment__item_content 
{
	margin-left: 29px;
    margin-top: 23px;
    margin-right: 31px;
}

.comment__top 
{
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 13px;
}

.comment__title 
{
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.comment__img_1 
{
	padding-right: 7px;
}

.comment__mark 
{
	display: flex;
	margin-bottom: 23px;
}

.comment__mark_text 
{
	color: #818080;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin-right: 5px
}

.comment__mark_number 
{
	color: #818080;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.comment_text 
{
	color: #818080;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; 
	width: 624px;
}

.comment__bottom 
{
	margin-top: 30px;
	margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.comment__ladel 
{
	color: #FF8964;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	display: block;
}

.comment__data 
{
	color: #818080;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%
}

.comment__all 
{
	color: #FF8964;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	margin-top: 32px;
	display: block;
}

.question__header 
{
	color: #000;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 108px;
	margin-bottom: 32px;
}

.question__list 
{
	display: flex;
	justify-content: space-between;
}

.question__item 
{
	border-radius: 8px;
	background: #FFF;
	width: 348px;
	height: 353px;
}

.question__item_content 
{
	margin-top: 10px;
    margin-left: 28px;
}

.question__top 
{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.question__person 
{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	padding-top: 16px;
}

.question__main 
{
	margin-top: 34px;
}

.question__title 
{
	color: #252525;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; =
}

.question__line 
{
	background: #BDBDBD;
	width: 25px;
	height: 1px;
	margin: 15px 0px;
}

.question__text 
{
	color: #818080;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	width: 290px;
	height: 51px;
}

.question__button 
{
	color: #8009A9;
	margin-bottom: 35px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; 
	width: 159px;
	height: 39px;
	padding: 11px;
	text-align: center;
	border-radius: 3px;
	border: 1px solid  #8009A9;
	box-sizing: border-box;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	margin-top: 34px;
}

.question__label 
{
	color: #FF8964;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	margin-top: 28px;
	display: block;
}

.products 
{
	padding-bottom: 90px;
}

.products__header 
{
	color: #000;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 90px;
	margin-bottom: 40px;
}

.products__list 
{
	display: flex;
	justify-content: space-between;
}

.products__list :nth-child(1) 
{
	padding-right: 6px;
}

.products__list :nth-child(2) 
{
	padding-right: 14px;
}

.products__item:last-child 
{
	width: 320px;
}

.products__title 
{
	color: #262626;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	margin-bottom: 18px;
}

.products__link 
{
	color: #8B8989;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	display: block;
	margin-bottom: 6px;
}

.footer__content 
{
	width: 1440px;
    margin: auto;
}

.footer__body 
{
	margin-top: 48px;
	padding-bottom: 63px;
	display: flex;
}

.footer__item_1 
{
	margin-right: 255px;
	width: 255px;
}

.footer__item_2 
{
	margin-right: 226px;
	width: 193px;
}

.footer__link_text 
{
	color: #202024;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	display: block;
    margin-bottom: 8px;
}

.footer__item_social 
{
	margin-right: 82px;
	width: 220px;
	padding-top: 7px;
}

.footer__title_social  
{
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px; 
	letter-spacing: 1.12px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.footer__social_link
{
	margin-right: 12px;
}

.footer__social_img {}

.footer__item_rights 
{
	padding-top: 9px;
}

.footer__item_rights_top 
{
	display: flex;
	margin-bottom: 14px;
}

.footer__item_rights_logo 
{
	width: 50px;
	height: 44px;
	margin-right: 16px
}

.footer__item_rights_text 
{
	color: #787171;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; 
}

.footer__item_rights_logo_1 
{
	width: 52px;
	height: 16px;
	margin-right: 18px
}

.footer__item_rights_logo_2 
{
	width: 39px;
	height: 23.5px;
}
              
.head_active 
{
	color: #CC306A;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	border-bottom: solid 2px;
}

.langs
{
	width: 60px;
	z-index: 100;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	background-color: #fff;

	box-shadow: 0 0 10px #00000026;
	border-radius: 6px;
}

.langs img
{
	height: 42px;
}

.langs div
{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 4px;
	padding-bottom: 4px;
	transition: all 0.5s;
	cursor: pointer;
}

.langs div:hover
{
	background-color: #eee;
}

#langs-wrapper
{
	display: none;
	position: absolute;
	top: 35px;
	left: -10px;
}

#lang-pic
{
	width: 39px;
	height: 28px;
}

@media (max-width: 1700px) 
{
	.header_wrapper 
	{
    	margin-left: 40px;
    	margin-right: 30px;
    }

    .header_logo 
    {
    	margin-right: 27px;
    }

	.header_request 
	{ 
		margin-right: 27px;
	}

	.top_menu_link {
    	padding: 13px 13px;
	}

	.top_menu_item_last {
    	padding: 7px 13px;
	}

	.bottom_menu_item 
	{
    	margin-right: 35px;
	}
}

@media (max-width: 1600px) 
{ 
	.main 
	{
    	width: 1300px;
	}

	.header_main 
	{
  		width: 800px;
  	}

	.credit_mortgage 
	{
    	width: 630px;
	}

	.credit_mortgage__img_mortgage img 
	{
		width: 100px;
	}

	.credit_mortgage__img_credit img 
	{
		width: 100px;
	}

	.credit_mortgage__content 
	{ 
		margin-right: 50px;
	}

	.service__text 
	{
	 	text-align: center;
	}

	.rate_item 
	{
		width: 630px;
	}

	.rate__currency 
	{
    	margin-right: 65px;
	}

	.rate__text 
	{ 
		margin-left: 30px;
	}

	.friend 
	{
    	background-position-x: -20px;
    }

    .loan_select__input_body 
    {
    	width: 350px
    }

    .circle__circle_1 
    { 
    	width: 480px;
    	height: 480.006px;
    }

    .circle__circle_2 
    { 
    	width: 360px;
    	height: 360px;
    }

    .loan_select__price 
    {
    	width: 230px;
    	height: 230px;
	}

	.proposal__item 
	{
    	width: 420px;
	}

	.bank_item 
	{ 
		width: 140px;
	}

	.comment__item 
	{
    	width: 630px;
	}

	.question__item 
	{
    	width: 315px;
    }

    .question__item_content 
    {
   		margin-left: 20px;
    }

    .products__item:last-child 
    {
    	width: 290px;
	}

	.footer__content 
	{
    	width: 1300px;
	}

	.footer__item_1 
	{
    	width: 180px;
    }

    .footer__item_2 
    {
    	width: 140px;
	}

	.footer__item_social 
	{
    	margin-right: 70px;
	}
}

@media (max-width: 1550px) 
{ 
	.header_wrapper 
	{
    	margin-left: 20px;
    	margin-right: 20px;
    }

    .header_logo img 
    {
    	width: 160px;
    	height: auto;
    }

    .top_menu_link
    {
    	padding-left: 11px;
    	padding-right: 11px;
    }

    .header_request 
    {
    	margin-right: 20px;
   }

   .bottom_menu_item 
   {
    	margin-right: 30px;
	}
}

@media (max-width: 1446px)
{
	.header 
	{
   	 	min-width: 1400px;
  	}
}