body{
	font-family: 'Commissioner', sans-serif;
	font-weight:400;
	margin:0;
	padding:0;
	font-size:16px;
	line-height:1.375;
	color:#292929;
}

*{
	box-sizing:border-box;
}

img {
	max-width:100%;
}

.home section {
	padding: 50px 0;
	background-color: #fff;
}

.container {
	max-width:1228px;
	margin:0 auto;
}

.section_header__title{
	font-family: 'Commissioner', sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height:1;
	letter-spacing: -0.8px;
	margin: 0 0 40px;
}

.section_header__title span {
	font-weight: 300;
	line-height: 1.04;
}
.section_header__title span.g {
	color: #959595;
}

h2.section_header__title {
	text-transform: uppercase;
}

h3.section_header__title {
	font-size: 24px;
	line-height:1.16;
}

.section_content .grid {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 32px;
}

.btn_border {
    border-radius: 3px;
    border: 1px solid #1CB2FF;
    display: block;
    padding: 7px 24px 8px 24px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-size: 14px;
	transition:.4s ease;
}

.btn_default {
    border-radius: 3px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 24px 8px 24px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-size: 14px;
	background-color:#1CB2FF;
	text-decoration: none;
    text-align: center;
	transition:.4s ease;
}

.btn_more {
	border-radius: 3px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    gap: 16px;
    padding: 7px 24px 8px 24px;
    font-weight: 600;
    color: #0054A6;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #DDE3E5;
	height: 56px;
	transition:.4s ease;
}

.field_inspector {
	display: none;
}

form .field_default::placeholder {
	color:#959595;
	font-size: 16px;
}

form .field_default {
	height: 48px;
    padding: 7px 16px 8px 16px;
    font-size: 16px;
    max-width: 100%;
    width: 100%;
	margin: 0;
    border: none;
	background: #fff;
	font-family: 'Commissioner', sans-serif;
}

form textarea.field_default {
	min-height:96px;
}

form .field {
	display: flex;
}

form .field.field-label {
	flex-direction: column;
}

form .field.field-label .label {
	color:#fff;
	line-height: 1;
    margin-bottom: 6px;
    font-size: 14px;
}

form .fields {
	display: flex;
    flex-direction: column;
    gap: 8px;
}

form .fields_group {
	display: flex;
    gap: 8px;
}

form .agreement {
	font-size: 12px;
    color: rgba(255, 255, 255, 0.50);
    max-width: 306px;
    line-height: 1.33;
    margin-top: 16px;
}

form .field-recaptcha .wpcf7-form-control-wrap {
    margin: 0px 0 10px;
}

form .field-recaptcha .wpcf7-form-control-wrap {
    justify-content: center;
}

.wpcf7-form-control-wrap {
	display: flex;
    width: 100%;
}

.wpcf7-form-control-wrap .iti {
	width: 100%;
}

.wpcf7-not-valid-tip {
	position: absolute;
    top: calc(100% - 6px);
    font-size: 12px;
    line-height: 1;
    background: #eee;
    z-index: 9;
}

form.invalid .wpcf7-response-output {
	display:none!important;
}

form.sent .wpcf7-response-output {
	color: #fff;
    position: absolute;
    bottom: 12px;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
	font-size: 14px;
    text-align: center;
}

form .wrapp_btn {
	position:relative;
}

.wpcf7-spinner {
	position:absolute;
	right: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.iti--separate-dial-code .iti__selected-flag {
	background:#fff;
}

@media (max-width:480px){
	.section_content .grid {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 24px;
	}
}

/***************popup*****************/

.popup_svett .popup.popup-form {
	background: #004487;
	border-radius: 3px;
}

.popup_svett .popup.popup-form .header_form__desc {
	color:#fff;
}

.popup_svett .popup.popup-form .field_action {
	margin-top: 8px;
}

.popup_svett .popup.popup-form .field_action .wrapp_btn .btn_default {
	width: 100%;
    height: 48px;
}

.popup_svett .popup.popup-form .field_action .agreement {
	color:#fff;
	margin: 16px auto 0;
	text-align: center;
}

/***************popup*****************/

/***************header*****************/

header {
	position: absolute;
    width: 100%;
	z-index: 10;
}

header.normal {
	position: relative;
    z-index: 10;
	background: url(../img/hero.png);
	background-position: top;
}

header .wrapper {
	display: flex;
	align-items: center;
	padding: 16px 0;
}

header .wrapper .b_h_site {
	display: flex;
	flex: 1;
	align-items: center;
    gap: 12px;
}

header .wrapper .b_h_site .logo {}

header .wrapper .b_h_site .desc_site {
	font-size: 13px;
    max-width: 134px;
	color: #fff;
    line-height: 1.2;
}

header .wrapper .b_h_info {
	display: flex;
	align-items: center;
	gap: 32px;
}

header .wrapper .b_h_info .b_h_info__locations {}

header .wrapper .b_h_info .b_h_info__locations .location_ {
	display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 3px;
}

header .wrapper .b_h_info .b_h_info__locations .location_:last-child {
	margin-bottom:0;
}

header .wrapper .b_h_info .b_h_info__locations .location_ .icon {
	display: flex;
}

header .wrapper .b_h_info .b_h_info__locations .location_ .text {
	color: #fff;
    font-size: 14px;
    line-height: 1.4;
}

header .wrapper .b_h_info .b_h_info__mode_job p {
	margin: 0;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
}

header .wrapper .b_h_info .b_h_info__mode_phone .item_ {
	display: flex;
    align-items: center;
	gap: 16px;
}

header .wrapper .b_h_info .b_h_info__mode_phone .item_ .icon {
	display: flex;
}

header .wrapper .b_h_info .b_h_info__mode_phone .item_ .wrapp_ {}

header .wrapper .b_h_info .b_h_info__mode_phone .item_ .wrapp_  a {
	display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 4px;
}

header .wrapper .b_h_info .b_h_info__mode_phone .item_ .wrapp_  a:last-child {
	margin-bottom: 0px;
}

header .wrapper .b_h_info .b_h_info__mode_socs {
	display: flex;
    gap: 8px;
}

header .wrapper .b_h_info .b_h_info__mode_socs a {
	display: flex;
	transition:.3s ease;
}

header .wrapper .b_h_info .b_h_info__mode_action .btn_border {
	
}

header .menu {
	border-radius: 3px;
    background: #0054A6;
	padding:0 32px;
}

header .menu-main {
	display:flex;
	justify-content: space-between;
}

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

header .menu .menu-main > li > a {
	color:#fff;
	text-decoration: none;
	padding: 21px 0px;
	display:block;
	font-size: 14px;
    text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.7px;
	display: flex;
	gap: 8px;
	position: relative;
    align-items: center;
}

header .menu-main > li.menu-item-has-children > a > .icon {
    width: 10px;
    height: 10px;
    background-image: url(../img/dropdown_arrow.svg);
    display: block;
}

header .menu-main > li > .sub-menu {
	background: #fff;
	display:none;
}

header .menu-main > li > .sub-menu a {
	color:#292929;
	text-decoration:none;
	font-size: 14px;
	display: block;
    max-width: 205px;
}

header .menu-main > li > .sub-menu li:not(:last-child) {
	margin-bottom:10px;
}

header .menu-main > li.menu-item-has-children {
	position:relative;
}

header .menu-main > li.menu-item-has-children > a:before {
	content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-bottom: 5px solid #fff;
	display:none;
	z-index:99;
}

header .menu-main > li.menu-item-has-children > .sub-menu {
	position:absolute;
	width: max-content;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 3px;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.25);
	padding: 24px;
}

header .m_burger {
    display: none;
	background: none;
    border: none;
    outline: none;
}

@media (hover:hover){
	header .menu-main > li.menu-item-has-children:hover > .sub-menu {
		display:block;
	}
	
	header .menu-main > li.menu-item-has-children:hover > a:before {
		display:block;
	}
	
	header .wrapper .b_h_info .b_h_info__mode_socs a:hover {
		transform: translateY(-3px);
	}
}

@media (max-width:1100px){
	header .menu {
		padding: 0 5px;
	}
	
	header .menu .menu-main > li > a {
		font-size: 13px;
	}
	
	header .wrapper .b_h_info .b_h_info__locations {
		display:none;
	}
}

@media (max-width:991px){
	header .menu {
		display:none;
	}
	
	header .wrapper .b_h_info .b_h_info__mode_action .btn_border {
		display:none;
	}
	
	header .m_burger {
		display:block;
	}
}

@media (max-width:767px){
	header .wrapper .b_h_info .b_h_info__mode_job {
		display:none;
	}
}

@media (max-width:640px){
	header .wrapper .b_h_info .b_h_info__mode_phone .item_ .wrapp_ {
		display:none;
	}
	
	header .wrapper .b_h_info {
		gap:0;
	}
	
	header .wrapper .b_h_info .b_h_info__mode_phone {
		margin-right:8px;
	}
	
	header .wrapper .b_h_info .b_h_info__mode_socs {
		margin-right:20px;
	}
	
	header .wrapper .b_h_info .b_h_info__mode_phone .item_ .icon {

	}
}

/***************header*****************/

/***************s-grid*****************/

.s-grid.grid_4 .items_ {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
	gap: 32px;
}

/***************s-grid*****************/

/***************hero*****************/

section.s-hero {
	padding-top: 235px;
    padding-bottom: 175px;
    background-size: cover;
	position: relative;
}

.s-hero .overlay_bg {
	background: linear-gradient(to bottom, rgb(0 0 0 / 41%) 13%, rgb(0 0 0 / 8%) 40%);
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.s-hero .section_content {
	max-width: 765px;
	position:relative;
}

.s-hero .section_content h1 {
	font-size: 48px;
    margin: 0 0 24px;
    color: #fff;
    letter-spacing: -0.96px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 600;
}

.s-hero .section_content .hero_desc {
	font-size: 20px;
    color: #fff;
    line-height: 1.5;
    margin: 0 0 32px;
}

.s-hero .section_content .hero_advs {
	display: flex;
	gap: 16px;
}

.s-hero .section_content .hero_advs .item_ {
	background: rgba(0, 0, 0, 0.60);
    border-left: 3px solid #FBDE00;
    padding: 20px 24px 20px 22px;
	display: flex;
    align-items: center;
    gap: 16px;
	max-width: 250px;
    flex: 1;
}

.s-hero .section_content .hero_advs .item_ .icon {
	display: flex;
	align-items: center;
}

.s-hero .section_content .hero_advs .item_ .text {
	color:#fff;
}

@media (max-width:991px){
	.s-hero {
		padding-top: 155px;
	}
}

@media (max-width:767px){
	.s-hero .section_content .hero_advs {
		flex-direction: column;
		align-items: center;
	}
	
	.s-hero .section_content h1 {
		text-align:center;
	}
	
	.s-hero .section_content .hero_desc {
		text-align:center;
	}
}

@media (max-width:480px){
	.s-hero {
		background-position: right;
	}
	
	.s-hero .section_content .hero_advs {
		gap:8px;
	}
	
	.s-hero .section_content h1 {
		font-size: 24px;
	}
	
	.s-hero .section_content .hero_desc {
		font-size: 16px;
		margin: 0 0 24px;
	}
}

/***************hero*****************/

/***************s-search*****************/

.s-search.home-filter {
	margin-top: -60px;
    position: relative;
    padding: 0;
    background: transparent;
}

.s-search .inner-form {
	border-radius: 3px;
	background: #F4F4F4;
	box-shadow: 0px 4px 40px 0px rgba(0, 48, 63, 0.20);
	padding: 16px 32px 48px;
}

.s-search .inner-form .top_search_fields {
	margin-bottom: 24px;
	position: relative;
}

.s-search .inner-form button {
	height:48px;
}

.s-search .search_fields {
	position:relative;
	display: flex;
	gap: 8px;
	align-items: end;
}

.s-search .ws-label-field .label-name {
	display:block;
	margin-bottom: 8px;
}

.s-search .ws-item-type {}

.s-search .ws-item-type .ws-field-select-line {
	display: flex;
    gap: 40px;
	border-bottom: 1px solid #E2E2E2;
}

.s-search .ws-item-type .ws-field-select-line .item-select-line {
	display: flex;
	gap:10px;
	align-items: center;
	padding-bottom: 16px;
}

.s-search .ws-item-type .ws-field-select-line .item-select-line .icon {
	display: flex;
}

.s-search .ws-item-type .ws-field-select-line .item-select-line .text {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}

.s-search .ws-item-type .ws-field-select-line .item-select-line.active {
	box-shadow: inset 0 -3px 0px #1CB2FF;
}

.s-search .ws-item-type .ws-field-select-line .item-select-line.active .icon {
	
}

.s-search .ws-item-type .ws-field-select-line .item-select-line.active .text {
	color:#1CB2FF;
}

.s-search .location-fields {
	display: flex;
	gap: 8px;
}

.s-search .location-fields .ws-item {
	flex: 0 0 200px;
}

.s-search .price-fields .ws-wrapp-fields {
	display: flex;
}

.s-search .price-fields label {
    border: 1px solid #CFCFCF;
    background: #FFF;
    padding:0 16px;
	color: #959595;
	height: 48px;
	display: flex;
    align-items: center;
	max-width: 157px;
}

.s-search .price-fields label.ws-min-price {
	border-right: 0;
	border-radius: 3px 0px 0px 3px;
}

.s-search .price-fields label.ws-max-price {
	border-radius: 0px 3px 3px 0px;
}

.s-search .price-fields label input {
	text-align: right;
    font-size: 16px;
    padding: 0;
	color:#292929;
	max-width: 100%;
    width: 100%;
}

.s-search .ws-currency {
	width: 90px;
}

.s-search .ws-item.disabled {
	user-select: none;
    filter: blur(1px);
}

.s-search .search_fields .select2-results__option--disabled {
	user-select: none;
    filter: blur(1px);
}

.s-search .ws-rooms {
	flex: 1 1 auto;
}

.s-search .ws-rooms .select2-container--property .select2-selection--multiple .select2-selection__rendered {
	overflow: hidden;
}

.tippy-box[data-theme~='search'] {
	background-color: #fff;
	color: #293138;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
	padding:16px 24px;
	font-size:14px;
}

.tippy-box[data-theme~='search'] > .tippy-arrow::before {
	border-top-color: #fff;
}

@media (max-width:1200px){
	.s-search .location-fields .ws-item {
		flex: 0 0 190px;
	}
}

@media (max-width:1024px){
	.s-search .search_fields {
		flex-wrap: wrap;
	}
	
	.s-search .location-fields {
		flex: 1 0 100%;
	}
	
	.s-search .location-fields .ws-item {
		flex: 1;
	}
	
	.s-search .ws-rooms {
		flex: 1 1 auto;
	}
}

@media (max-width:991px){
	.s-search .ws-item-type .ws-field-select-line .item-select-line .icon {
		width: 20px;
		height: 20px;
	}
	
	.s-search .ws-item-type .ws-field-select-line .item-select-line {
		gap: 5px;
	}
	
	.s-search .ws-item-type .ws-field-select-line {
		justify-content: space-between;
		gap: 0;
	}
}

@media (max-width:767px){
	.s-search.home-filter {
		margin-top: 0;
		padding-bottom: 0!important;
	}
	
	.s-search.home-filter .container {
		padding:0 0;
	}
	
	.s-search .ws-item-type .ws-field-select-line {
		display:none;
	}
	
	.s-search .location-fields {
		flex-wrap: wrap;
	}
	
	.s-search .location-fields .ws-item {
        flex: 1 0 100%;
    }
	
	.s-search .price-fields {
		flex: 1 0 100%;
	}
	
	.s-search .price-fields label {
		max-width: none;
		flex: 1;
	}
	
	.s-search .inner-form button {
		flex: 1 0 100%;
	}
}

/***************s-search*****************/

/***************grid__gallery_links*****************/

.s-grid__gallery_links .grid {
	display: grid;
    grid-template-columns: minmax(150px, 333px) 183px minmax(150px, 248.5px) 183px minmax(150px, auto);
	grid-template-rows: repeat(4, 1fr);
    height: 350px;
    gap: 8px;
}

.s-grid__gallery_links .grid .item {
	min-height: 93px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    padding: 24px;
    color: #fff;
    text-decoration: none;
	position:relative;
}

.s-grid__gallery_links .grid .item:before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: transparent;
    transform: scale(0.5);
    transition: .4s ease;
	
}

.s-grid__gallery_links .grid .item .title {
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
	font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    line-height: 1;
    font-weight: 600;
	position: relative;
}

.s-grid__gallery_links .grid .item .title .icon {
	display: flex;
}

.s-grid__gallery_links .grid .item:not(.bg_img) {
	background-color: #0054A6;
	background-position: right bottom;
	background-size:auto;
}

.s-grid__gallery_links .grid .item:nth-child(1) {
	grid-row: 1 / 5;
}

.s-grid__gallery_links .grid .item:nth-child(2) {
	grid-row: 1 / 3;
	
}

.s-grid__gallery_links .grid .item:nth-child(3) {
	grid-row: 5 / 3;
}

.s-grid__gallery_links .grid .item:nth-child(4) {
	grid-row: 1 / 2;
}

.s-grid__gallery_links .grid .item:nth-child(5) {
	grid-row: 5 / 2;
}

.s-grid__gallery_links .grid .item:nth-child(6) {
	grid-row: 1 / 3;
}

.s-grid__gallery_links .grid .item:nth-child(7) {
	grid-row: 5 / 3;
}

.s-grid__gallery_links .grid .item:nth-child(8) {
	grid-row: 1 / 4;
}

.s-grid__gallery_links .grid .item:nth-child(9) {
	
}

@media (hover:hover){
	.s-grid__gallery_links .grid .item:hover:before {
		background: #0000006e;
		transform: scale(1.02);
	}
}

@media (max-width:991px){
	.s-grid__gallery_links .grid {
		grid-template-columns: minmax(150px, auto) 183px minmax(150px, auto);
		height: 500px;
	}
	
	.s-grid__gallery_links .grid .item:nth-child(1) {
		grid-row: 1 / 3;
	}
	
	.s-grid__gallery_links .grid .item:nth-child(2) {
		grid-row: 3 / 5;
	}
	
	.s-grid__gallery_links .grid .item:nth-child(3) {
		grid-row: 1 / 3;
	}
	
	.s-grid__gallery_links .grid .item:nth-child(4) {
		grid-row: 3 / 5;
	}
	
	.s-grid__gallery_links .grid .item:nth-child(5) {
		grid-row: 1 / 2;
	}
	
	.s-grid__gallery_links .grid .item:nth-child(6) {
		grid-row: 2 / 5;
	}
	
	.s-grid__gallery_links .grid .item:nth-child(7) {
		grid-row: 7 / 5;
	}
	
	.s-grid__gallery_links .grid .item:nth-child(8) {
		grid-row: 7 / 5;
	}
	
	.s-grid__gallery_links .grid .item:nth-child(9) {
		grid-row: 7 / 5;
	}
}

@media (max-width:640px){
	.s-grid__gallery_links .section_content .grid {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr 93px repeat(2, 1fr) 93px;
		height: 918px;
		grid-gap: 8px;
	}
	
	.s-grid__gallery_links .grid .item:nth-child(1) {
		grid-row: auto;
        grid-column: 1 / 3;
	}
	
	.s-grid__gallery_links .grid .item:nth-child(2) {
		grid-row: auto;
	}
	
	.s-grid__gallery_links .grid .item:nth-child(3) {
		grid-row: auto;
	}
	
	.s-grid__gallery_links .grid .item:nth-child(4) {
		grid-column: 1 / 3;
		grid-row: auto;
	}
	
	.s-grid__gallery_links .grid .item:nth-child(5) {
		grid-row: auto;
	}
	
	.s-grid__gallery_links .grid .item:nth-child(6) {
		grid-row: auto;
	}
	
	.s-grid__gallery_links .grid .item:nth-child(7) {
		grid-row: auto;
	}
	
	.s-grid__gallery_links .grid .item:nth-child(8) {
		grid-row: auto;
	}
	
	.s-grid__gallery_links .grid .item:nth-child(9) {
		grid-row: auto;
		grid-column: 1 / 3;
	}
}

/***************grid__gallery_links*****************/

/***************s-locations*****************/

.s-locations .sides {
	display: flex;
    gap: 32px;
	margin-bottom: 40px;
}

.s-locations .sides .side a {
	color:#0054A6;
	text-decoration:none;
}

@media (max-width:767px){
	.s-locations .sides {
		flex-direction: column;
		gap: 10px;
	}
}

/***************s-locations*****************/

/***************card_property*****************/

.card_property {
	border-radius: 3px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	background: #fff;
}

.card_property .card_property__thumb {
	position: relative;
}

.card_property .card_property__thumb:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0000006e;
	opacity:0;
    display: block;
    z-index: 1;
	transition:.3s ease;
}

.card_property .card_property__thumb {
	padding-bottom: 70.5%;
    position: relative;
    display: block;
	min-height: 150px;
}

.card_property .card_property__thumb img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card_property .card_property__thumb .card_property__price {
	position: absolute;
    bottom: 0;
    left: 0;
	z-index: 1;
}

.card_property .card_property__thumb .card_property__price .price {}

.card_property .card_property__thumb .card_property__price .price .property-price {
	padding: 4px 15px 5px 15px;
    background: #FBDE00;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.44;
}

.card_property .card_property__thumb .card__arrow_link {
	position: absolute;
	z-index:2;
    top: 50%;
    left: 50%;
    transform: translate(-90%, -50%);
    width: 60px;
    height: 60px;
    background: #1CB2FF;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .4s ease;
}

.card_property .card_property__wrapp_thumb {
	position:relative;
}

.card_property .card_property__wrapp_thumb .rh_media_count {
	z-index: 8;
    position: absolute;
	top: 4px;
    left: 4px;
	cursor: pointer;
}

.card_property .card_property__wrapp_thumb .rh_media_count .rh_media {
	display: grid;
    grid-template-columns: 1fr 1fr;
    background: #0000008a;
    padding: 4px 4px;
    border-radius: 4px;
    gap: 4px;
}

.card_property .card_property__wrapp_thumb .rh_media_count svg {
	flex-shrink: 0;
    fill: #fff;
}

.card_property .card_property__wrapp_thumb .rh_media_count span {
	color:#fff;
}

.card_property .card_property__content {
	padding: 16px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.card_property .card_property__content .card_property__title {}

.card_property .card_property__content .card_property__title h3 {
	margin:0;
	line-height: 1.25;
}

.card_property .card_property__content .card_property__title h3 a {
	font-size: 16px;
    color: inherit;
    text-decoration: none;
    font-weight: 600;
	line-height: 1.25;
    display: block;
	text-align:left;
}

.card_property .card_property__content .card_property__meta {
	display: flex;
}

.card_property .card_property__content .card_property__meta .property_location {
	display: flex;
	align-items: center;
    gap: 4px;
}

.card_property .card_property__content .card_property__meta .property_location .icon {
	display: flex;
}

.card_property .card_property__content .card_property__meta .property_location .text {
	font-size: 14px;
    color: #0054A6;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.card_property .card_property__content .card_property__features {
	display: flex;
    gap: 0px 16px;
    flex-wrap: wrap;
}

.card_property .card_property__content .card_property__features .item {
	display: flex;
	align-items: center;
    gap: 4px;
}

.card_property .card_property__content .card_property__features .item .icon {
	display: flex;
}

.card_property .card_property__content .card_property__features .item .text {
	font-size: 14px;
    line-height: 1.28;
    color: #616161;
}

@media (hover: hover) {
	.card_property .card_property__thumb:hover .card__arrow_link {
		opacity: 1;
		transform: translate(-50%, -50%);
	}
	
	.card_property .card_property__thumb:hover:before {
		opacity:1;
	}
}

@media (max-width:767px){
	.card_property .card_property__content .card_property__title h3 a {
		font-size: 14px !important;
	}
}

@media (max-width:480px){
	.card_property .card_property__content {
		padding: 8px 16px 16px;
	}
}

@media (max-width:360px){
	.card_ads {
        grid-column: 1 / 2;
        grid-row: auto;
    }
}

/***************card_property*****************/

/***************card_ads*****************/

.card_ads {
	background-image:url('../img/ads.png');
	padding: 15px;
	display: flex;
	justify-content: center;
}

.card_ads .card_ads__content {
	background:#fff;
	padding: 15px 25px;
	display: flex;
}

.card_ads .card_ads__content .card_ads__inner {
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	word-break: break-word;
    hyphens: auto;
}

.card_ads .card_ads__content .card_ads__title {
	letter-spacing: 0.8px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 15px;
    margin-bottom: 15px;
	position:relative;
}

.card_ads .card_ads__content .card_ads__title:before {
	content: '';
    width: 40px;
    height: 5px;
    position: absolute;
    background: #FBDE00;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.card_ads .card_ads__content .card_ads__text {
	text-align: center;
    font-size: 14px;
    margin-bottom: 16px;
}

.card_ads .card_ads__content .btn {
	height:40px;
}

@media (max-width:767px){
	.card_ads {
		grid-column: 1 / 3;
		grid-row: 3;
	}
}

/***************card_ads*****************/

/***************card_post*****************/

.card_post {
	display: flex;
    flex-direction: column;
}

.card_post .card_post_thumb {
	display: flex;
    height: 200px;
	margin-bottom: 16px;
}

.card_post .card_post_thumb img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}

.card_post .card_post__content {
	display: flex;
    flex-direction: column;
	flex: 1;
}

.card_post .card_post__content .card_post__title {
	font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    margin-bottom: 8px;
}

.card_post .card_post__content .card_post__text {
	flex: 1;
	color: #616161;
}

.card_post .card_post__content .btn {
	color: #0054A6;
    font-weight: 600;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
	margin-top: 24px;
    gap: 8px;
}

/***************card_post*****************/

/***************s-info__forma*****************/

.s-info__forma {
	padding: 96px 0;
	background-size: cover;
}

.s-info__forma .sides {
	display: flex;
    justify-content: space-between;
}

.s-info__forma .sides .side_info {
	max-width: 596px;
}

.s-info__forma .sides .side_info h2 {
	font-size: 48px;
    color: #fff;
    letter-spacing: -0.96px;
	margin: 0 0 24px;
}

.s-info__forma .sides .side_info .text {
	color:#fff;
	margin-bottom: 44px;
}

.s-info__forma .sides .side_info .text p {
	margin: 0;
}

.s-info__forma .sides .side_info .blocks {
	display: flex;
    gap: 30px;
	margin-bottom: 34px;
}

.s-info__forma .sides .side_info .blocks .item {
	border-radius: 3px;
	border-left: 3px solid #FBDE00;
	background: rgba(0, 0, 0, 0.60);
	padding: 20px 24px;
	max-width: 284px;
    color: #fff;
	position: relative;
}

.s-info__forma .sides .side_info .blocks .item span {
	width: 23px;
    height: 23px;
    position: absolute;
    top: -6px;
    right: -6px;
}

.s-info__forma .sides .side_info .socs {
	display: flex;
	align-items: center;
}

.s-info__forma .sides .side_info .socs > .item {
	display: flex;
    width: 72px;
    height: 72px;
	transition: .4s ease;
    z-index: 1;
	box-shadow: 0 0 0px #e1d0d0;
    border-radius: 100%;
}

.s-info__forma .sides .side_info .socs .manager {
	
}

.s-info__forma .sides .side_info .socs .item {
	
}

.s-info__forma .sides .side_info .socs .item:not(:first-child) {
    margin-left: -10px;
}

.s-info__forma .sides .side_info .socs .text_ {
	margin-left:18px;
	color:#fff;
	max-width:110px;
	font-size: 14px;
	font-weight: 300;
}
	
.s-info__forma .sides .side_form {
	border-radius: 3px;
    background: #004487;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
    padding: 32px 40px 48px 40px;
	flex: 0 1 494px;
	position:relative;
}

.s-info__forma .sides .side_form .title_form {
	font-size: 18px;
	line-height:1.33;
	margin-bottom:24px;
	color: #fff;
}

.s-info__forma .sides .side_form .field_action {
	margin-top: 24px;
}

.s-info__forma .sides .side_form .btn_default {
	height: 56px;
	width:100%;
}

@media (hover:hover){
	.s-info__forma .sides .side_info .socs > a.item:hover {
		z-index:9;
		box-shadow: 0 0 8px #e1d0d0;
	}
}

@media (max-width:1140px){
	.s-info__forma .sides {
		gap:20px;
	}
}

@media (max-width:991px){
	.s-info__forma .sides {
		flex-direction: column;
	}
	
	form .fields_group .field {
		flex:1;
	}
}

@media (max-width:480px){
	.s-info__forma .sides .side_info .blocks {
		gap:0;
	}
	
	.s-info__forma .sides .side_form {
		padding: 40px 24px 48px 24px;
	}
	
	.s-info__forma .sides .side_info .blocks .item span {
		right: auto;
		top: -11.5px;
	}
}

/***************s-info__forma*****************/

/***************s-info__forma__style_2*****************/

.s-info__forma__style_2 {
	padding: 96px 0;
}

.s-info__forma__style_2 .section_content .fly_elems {
	position: absolute;
    left: 50%;
    transform: translateX(-38%);
}

.s-info__forma__style_2 .section_content .fly_elems .fly {
	position: absolute;
    left: 50%;
    top: 0;
}

.s-info__forma__style_2 .sides {
	display: flex;
    justify-content: space-between;
	position: relative;
}

.s-info__forma__style_2 .sides .side_info {
	flex: 0 1 592px;
}

.s-info__forma__style_2 .sides .side_info h2 {
	font-size: 48px;
    color: #fff;
    letter-spacing: -0.96px;
	margin: 0 0 24px;
}

.s-info__forma__style_2 .sides .side_info .text {
	color: #fff;
    margin-bottom: 44px;
    max-width: 450px;
    font-size: 18px;
    font-weight: 600;
}

.s-info__forma__style_2 .sides .side_info .die {
	border-radius: 3px;
    border-left: 3px solid #FBDE00;
    background: rgba(0, 0, 0, 0.60);
    padding: 20px 24px;
	max-width: 453px;
}

.s-info__forma__style_2 .sides .side_info .die .text_ {
	color:#fff;
	margin-bottom: 10px;
}

.s-info__forma__style_2 .sides .side_info .die .text_ span {
	color:#FBDE00;
}

.s-info__forma__style_2 .sides .side_info .die .list {
	margin: 0;
    padding: 0 0px 0 15px;
}

.s-info__forma__style_2 .sides .side_info .die .list li {
	color: #fff;
    font-weight: 600;
	margin-bottom: 4px;
    line-height: 1.375;
	font-size: 16px;
}

.s-info__forma__style_2 .sides .side_info .die .list li::marker {
	color:#FBDE00;
}
	
.s-info__forma__style_2 .sides .side_form {
	border-radius: 3px;
    background: #004487;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
    padding: 32px 40px 48px 40px;
	flex: 0 0 390px;
	position:relative;
}

.s-info__forma__style_2 .sides .side_form .title_form {
	font-size: 18px;
	line-height:1.33;
	margin-bottom:24px;
	color: #fff;
}

.s-info__forma__style_2 .sides .side_form .field {}

.s-info__forma__style_2 .sides .side_form .field_action {
    margin-top: 24px;
}

.s-info__forma__style_2 .sides .side_form .field_action .btn_default {
	height: 56px;
	width: 100%;
}

@media (max-width:1140px){
	.s-info__forma__style_2 .sides {
		gap:20px;
	}
}

@media (max-width:991px){
	.s-info__forma__style_2 .sides {
		flex-direction: column;
	}
}

@media (max-width:480px){
	.s-info__forma__style_2 .sides .side_info .blocks {
		gap:0;
	}
	
	.s-info__forma__style_2 .sides .side_form {
		padding: 40px 24px 48px 24px;
	}
	
	.s-info__forma__style_2 .sides .side_info .blocks .item span {
		right: auto;
		top: -11.5px;
	}
	
	.s-info__forma__style_2 .sides .side_info h2 {
		font-size:20px;
	}
}

/***************s-info__forma__style_2*****************/

/***************s-properties*****************/

.s-properties .btn_more {
	margin-top:32px;
}

.s-properties.properties-selected .section_header {
	display: flex;
    justify-content: space-between;
}

.s-properties.properties-selected .section_header .header_label {
	border-radius: 90px;
    border: 1px solid #FBDE00;
    height: 40px;
    display: flex;
    width: max-content;
    align-items: center;
    gap: 8px;
    padding: 0 16px 0 8px;
    font-size: 14px;
}

/***************s-properties*****************/

/***************s-advantages*****************/

section.s-advantages {
	background: #F4F4F4;
    background-blend-mode: darken;
	padding-top: 70px;
}

.s-advantages .bg {
	margin-top: -35px;
    display: flex;
	position:relative;
}

.s-advantages .bg .bg_el {
	position: absolute;
    bottom: 0;
    right: 0;
}

.s-advantages .section_header {
	display: flex;
	align-items: flex-end;
	padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.s-advantages .section_header .section_header__title {
	font-size: 70px;
    color: #0054A6;
    letter-spacing: -1.4px;
    line-height: 1;
	flex: 1 0 589px;
	font-weight: 600;
	margin-bottom:0;
	text-transform: none;
}

.s-advantages .section_header .section_header__desc {
	font-size: 20px;
    line-height: 1.4;
    margin-left: 32px;
    padding-left: 32px;
    border-left: 3px solid #FBDE00;
}

.s-advantages .section_content .items {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
	margin-bottom: 48px;
}

.s-advantages .section_content .items .item {
	display: flex;
    align-items: center;
	gap: 24px;
}

.s-advantages .section_content .items .item .icon {
	width: 70px;
    height: 70px;
    display: block;
	flex-shrink: 0;
}

.s-advantages .section_content .items .item .text {
	font-size: 18px;
    line-height: 1.3;
}

.s-advantages .section_content .dies {
	display: flex;
    gap: 32px;
}

.s-advantages .section_content .dies .die {
	padding: 32px;
    background: #fff;
	flex:1;
	border-radius: 6px;
	position: relative;
}

.s-advantages .section_content .dies .die .icon {
	width: 90px;
    height: 103px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

.s-advantages .section_content .dies .die .title {
	font-size: 20px;
    line-height: 1.2;
    margin-bottom: 16px;
	text-transform: uppercase;
    font-weight: 500;
}

.s-advantages .section_content .dies .die .text {
	z-index:1;
	position: relative;
}

@media (max-width:1550px){
	.s-advantages .bg .bg_el {
		width: 25%;
		max-width: 500px;
	}
}

@media (max-width:1280px){
	.s-advantages .bg .bg_el {
		display:none;
	}
}

@media (max-width:991px){
	.s-advantages .section_header {
		flex-direction: column;
	}
	
	.s-advantages .section_header .section_header__title {
		flex: auto;
	}
	
	.s-advantages .section_header .section_header__desc {
		margin-left: 0;
		padding-left: 0;
		border-left: none;
		margin-top: 24px;
	}
	
	.s-advantages .section_content .items {
		grid-template-columns: 1fr 1fr;
	}

}

@media (max-width:767px){
	.s-advantages .section_content .dies {
		flex-direction: column;
		gap: 8px;
	}
	
	.s-advantages .section_content .items {
		gap: 16px;
		margin-bottom: 24px;
	}
	
	.s-advantages .bg {
		margin-top: -20px;
	}
}

@media (max-width:640px){
	.s-advantages .section_content .items {
		grid-template-columns:1fr;
	}
}

@media (max-width:480px){
	.s-advantages .section_header {
		padding-bottom: 0;
		margin-bottom: 24px;
		border-bottom: none;
	}
	
	.s-advantages .section_header .section_header__desc {
		font-size: 16px;
		text-align: center;
	}
}

/***************s-advantages*****************/

/***************s-grid_information*****************/

section.s-grid_information {
	background-color: #F4F4F4;
}

.s-grid_information .more_dies {
	display:none;
}
	
.s-grid_information .dies {
	display: flex;
    gap: 32px;
    flex-wrap: wrap;
	position: relative;
}

.s-grid_information .dies .bg_overlay {
	position:absolute;
}

.s-grid_information .dies .die {
	flex: 1 1 calc((100% / 3) - 32px);
}

.s-grid_information .dies .die .title {
	font-size: 20px;
	text-transform: uppercase;
	line-height:1.2;
	font-weight: 500;
	margin-bottom: 16px;
}

.s-grid_information .dies .die .text a {
	color:#1CB2FF;
	text-decoration: none;
}

.s-grid_information .dies .die.type_2 , .s-grid_information .dies .die.type_3 {
	flex-basis: calc(((100% / 3)* 2) - 16px);
}

.s-grid_information .dies .die.type_2 .sides , .s-grid_information .dies .die.type_3 .sides{
	display: flex;
    gap: 32px;
}

.s-grid_information .dies .die.type_2 .sides .side {
	flex:1;
}

.s-grid_information .dies .die.type_2 .sides .side_media {
	display: flex;
}

.s-grid_information .dies .die.type_3 .sides .side_media {
	width: 180px;
    flex-shrink: 0;
    height: 180px;
	border-radius:50%;
	overflow: hidden;
}

.s-grid_information .dies .die.type_3 .sides .side_media img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.s-grid_information .dies .die.media {
	flex:0 0 66.66%;
}

.s-grid_information .dies .die.media_50 {
	display:flex;
	gap:32px;
}

.s-grid_information .dies .die.media_50 .media {
	flex:1 0 50%;
}

@media (max-width:991px){
	.s-grid_information .dies .die {
		flex: 1 1 calc((100% / 2) - 16px);
	}
}

@media (max-width:767px){
	.s-grid_information .dies {
		gap: 24px;
	}
	
	.s-grid_information .dies .die.type_2 .sides, .s-grid_information .dies .die.type_3 .sides {
		gap: 24px;
	}
	
	.s-grid_information .dies .die {
		flex: 1 1 calc((100% / 2) - 12px);
	}
}

@media (max-width:640px){
	.s-grid_information .dies .die {
        flex: 1 0 100%;
    }
	
	.s-grid_information .dies .die.type_2, .s-grid_information .dies .die.type_3 {
		flex-basis: 100%;
	}
	
	.s-grid_information .dies .die.type_2 .sides, .s-grid_information .dies .die.type_3 .sides {
		flex-direction: column;
	}
	
	.s-grid_information .dies .die.type_3 .sides .side_media {
		margin: 0 auto;
	}
	
	.s-grid_information .dies .die.type_2 .sides .side_media {
		justify-content: center;
	}
	
	.s-grid_information .dies .bg_overlay {
		top:0;
		left:0;
		right:0;
		bottom:0;
		background: linear-gradient(180deg, rgba(244, 244, 244, 0.00) 46%, #F4F4F4 99.5%);
	}
	
	.s-grid_information .dies.has_hidden_dies {
		height:824px;
		overflow:hidden;
		transition: .4s ease;
	}
	
	.s-grid_information .dies.has_hidden_dies.full .bg_overlay {
		display:none;
	}
	
	.s-grid_information .more_dies {
		display: flex;
        border-radius: 3px;
        border: 1px solid #DDE3E5;
        color: #0054A6;
        line-height: 1;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.7px;
        gap: 16px;
        height: 48px;
        font-weight: 600;
        padding: 0 24px;
        width: 100%;
        background: transparent;
        align-items: center;
        justify-content: center;
	}
}

/***************s-grid_information*****************/

/***************s-table***************/



.s-table  .section_content {
	overflow: hidden;
}
	
.s-table  ._table {
	overflow: auto;
	margin: 0 -6px;
}

.s-table  table {
	background: #F4F4F4;
    border-collapse: unset;
    margin: 0;
    width: 100%;
    border-spacing: 24px 0;
    overflow: auto;
    display: table;
    text-align: left;
    padding: 0;
    border: none;
	table-layout: auto;
}

.s-table table tr th{
	font-size: 16px;
	font-weight:600;
	color:#212121;
	padding:14px 0;
	line-height: 1.2;
	padding-right: 46px;
    white-space: nowrap;
	border: none;
	border-bottom: 2px solid #1CB2FF;
	text-align: left;
}

.s-table table tr td{
	font-size: 16px;
	font-weight:400;
	color:#212121;
	padding:9px 0;
	line-height: 1.2;
	border: none;
}

.s-table table tr:not(:last-child) td {
	border-bottom: 1px solid #E2E2E2;
}

.s-table table tr.row_3 td {
	border:none;
}

.s-table table tr.row_hidden {
	display:none;
}

.s-table table:after{
		
}

.s-table .section_content .text {
	font-size: 14px;
    color: #616161;
    margin-top: 16px;
}

/***************s-table***************/

/***************s-steps*****************/

.s-steps {
	background: #fff;
}

.s-steps .sides {
	display: flex;
}

.s-steps .sides .side_media {
	flex: 1;
	padding-bottom: 58.3%;
}

.s-steps .sides .side_media img {
	position:absolute;
	left: 0;
	object-fit: cover;
}

.s-steps .sides .side_main {
	max-width: 388px;
	width:100%;
	padding-left: 52px;
	padding-bottom: 62px;
    box-sizing: content-box;
	position: relative;
	background: #fff;
}

.s-steps .sides .side_main .steps .title {
	font-size: 26px;
	letter-spacing: -0.52px;
	text-transform: uppercase;
	line-height:1.23;
	padding: 40px 0;
}

.s-steps .sides .side_main .steps.steps_fly .title {
	padding: 0px 0 40px;
}

.s-steps .sides .side_main .steps.steps_fly {
	position: absolute;
    right: 100%;
    background: #fff;
    bottom: 0;
    padding: 42px 0 72px 55px;
}

.s-steps .sides .side_main .steps.steps_fly .step {
	max-width: 368px;
    width: max-content;
}

.s-steps .sides .side_main .steps .step {
	margin-bottom: 27px;
}

.s-steps .sides .side_main .steps .step:last-child {
	margin-bottom:0;
}

.s-steps .sides .side_main .steps .step_bar {
	padding-left: 94px;
	display: flex;
    align-items: center;
    gap: 16px;
}

.s-steps .sides .side_main .steps .step_bar .numb {
	font-size: 32px;
    color: #FBDE00;
    position: relative;
    line-height: 1;
    display: block;
    width: max-content;
}

.s-steps .sides .side_main .steps .step_bar .numb:after {
	content: '';
    position: absolute;
    bottom: -3px;
    width: 100%;
    height: 10px;
    background: #fff;
    left: 0;
}

.s-steps .sides .side_main .steps .step_bar .line {
	flex: 1;
    height: 1px;
    background: #E2E2E2;
}

.s-steps .sides .side_main .steps .step_content {
	display: flex;
    gap: 24px;
}

.s-steps .sides .side_main .steps .step_content .icon {
	flex-shrink: 0;
    display: flex;
    align-items: center;
    width: 70px;
    height: 70px;

}

.s-steps .sides .side_main .steps .step_content .text_ {
	font-size: 18px;
    line-height: 1.33;
}

.s-steps .sides .side_main .steps .step_content .text_ b {
	font-weight:600;
}

@media (max-width:991px){
	.s-steps {
		
	}
	
	.s-steps .sides {
		flex-direction: column;
	}
	
	.s-steps .sides .side_media {
		padding-bottom:0;
	}
	
	.s-steps .sides .side_media img {
		position: static;
		width: 100%;
	}
	
	.s-steps .sides .side_main .steps.steps_fly .step {
		width: auto;
	}
	
	.s-steps .sides .side_main .steps.steps_fly {
		padding: 0;
		position: static;
	}
	
	.s-steps .sides .side_main .steps.steps_fly .step:last-child {
		margin-bottom: 27px;
	}
	
	.s-steps .sides .side_main {
		padding: 0;
	}
}

/***************s-steps*****************/

/***************s-faq*****************/

section.s-faq {
	padding: 70px 0;
	position:relative;
}

.s-faq .img_fly {
	position:absolute;
	top: 0;
    left: 0;
}

.s-faq .sides {
	display: flex;
	justify-content: space-between;
}

.s-faq .sides .side_info {
	flex: 0 2 490px;
}

.s-faq .sides .side_info h2 {
	margin-bottom: 22px;
}

.s-faq .sides .side_info .media {
	display: flex;
    justify-content: center;
}

.s-faq .sides .side_info .socs {
	display: flex;
    border-top: 3px solid #FBDE00;
    align-items: center;
    padding: 24px 0px;
	flex-wrap: wrap;
    gap: 10px;
}

.s-faq .sides .side_info .socs .text {
	font-size: 18px;
    line-height: 1.33;
	max-width: 310px;
}

.s-faq .sides .side_info .socs .items {
	display: flex;
	flex-shrink: 0;
}

.s-faq .sides .side_info .socs .items .item {
	display: flex;
}

.s-faq .sides .side_info .socs .items .item:not(:first-child) {
	margin-left: -10px;
}

.s-faq .sides .side_faqs {
	flex: 0 1 598px;
}

.s-faq .sides .side_faqs .faq {
	
}

.s-faq .sides .side_faqs .faq .question {
	font-size: 18px;
    line-height: 1.44;
    display: flex;
	gap: 16px;
	align-items: center;
	padding: 17px 0px;
	border-bottom: 1px solid #E2E2E2;
}

.s-faq .sides .side_faqs .faq.open .question {
	border-bottom: 1px solid #0000;
}

.s-faq .sides .side_faqs .faq .question .text {
	flex:1;
}

.s-faq .sides .side_faqs .faq .question .icon {
	display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/question.svg);
}

.s-faq .sides .side_faqs .faq.open .question .icon {
	background-image: url(../img/answer.svg);
}

.s-faq .sides .side_faqs .faq .question .icon_arrow {
	display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/open.svg);
}

.s-faq .sides .side_faqs .faq .answer {
	color: #616161;
	padding-bottom: 24px;
}

.s-faq .sides .side_faqs .faq .answer .text {}

@media (max-width:1140px){
	.s-faq .sides {
		gap:20px;
	}
}

@media (max-width:767px){
	.s-faq .sides {
		flex-direction: column;
	}
}

@media (max-width:480px){
	.s-faq .sides .side_info .socs {
		flex-wrap: nowrap;
	}
	
	.s-faq .sides .side_faqs .faq .question {
		font-size: 16px;
	}
}

/***************s-faq*****************/

/***************s-posts*****************/

section.s-posts {
	background-color:#F4F4F4;
}

.s-posts .section_header {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.s-posts .section_header .link {
	display: flex;
    align-items: center;
    gap: 8px;
    color: #959595;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.7px;
    line-height: 1;
}

/***************s-posts*****************/

/***************footer*****************/

footer {
	padding: 32px 0;
    background: #F4F4F4;
}

footer .footer-content_main {
	display: flex;
	gap: 20px;
}

footer .footer-content_main .b_f_site {
	display: flex;
    align-items: center;
	gap: 16px;
	flex: 1;
}

footer .footer-content_main .b_f_site .logo {
	flex-shrink: 0;
}

footer .footer-content_main .b_f_site .desc_site {
	max-width: 325px;
    font-size: 14px;
    line-height: 1.42;
    color: #616161;
}

footer .footer-content_main .b_f_info {
	display: flex;
    gap: 24px;
	align-items: center;
}

footer .footer-content_main .b_f_info .phones {
	display: flex;
    gap: 24px;
}

footer .footer-content_main .b_f_info .phones a {
	font-size: 24px;
    color: #292929;
    text-decoration: none;
    font-weight: 500;
}

footer .footer-content_main .b_f_info .socs {
	display: flex;
    gap: 8px;
}

footer .footer-content_main .b_f_info .socs a {
	display:flex;
	transition:.3s ease;
}

footer .footer-widgets {
	display: flex;
	justify-content: space-between;
	margin-top: 45px;
	gap: 20px;
}

footer .footer-widgets .footer-widget {
	
}

footer .footer-nav_wrapp .widget_nav_menu .menu-footer-widget-menu-container .menu {
	column-count: 2;
    column-gap: 33px;
}

footer .footer-nav_wrapp .widget_nav_menu .menu-footer-2-menu-container .menu {
	column-count: 2;
    column-gap: 33px;
}

footer .footer-nav_wrapp .widget_nav_menu .menu {
	margin: 0;
    padding: 0;
}

footer .footer-nav_wrapp .widget_nav_menu .menu li:before {
	content:none;
}

footer .footer-nav_wrapp .widget_nav_menu .menu li {
	max-width:234px;
}

footer .footer-nav_wrapp .widget_nav_menu .menu li a {
	line-height: 1.37;
}

footer .footer-widgets .footer-widget .title_f {
	font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.7px;
    line-height: 1;
	margin-bottom: 24px;
}

footer .footer-widgets .footer-widget .f-info .address p {
	margin: 0;
    line-height: 1.37;
}

footer .footer-widgets .footer-widget .footer-nav_wrapp > .widget {
	margin:0;
}

footer .footer-widgets .footer-widget-4 {
	display: flex;
}

footer .footer-widgets .footer-widget-4 .widget_custom_html {
	display: flex;
    flex-direction: column;
    height: 100%;
}

footer .footer-widgets .footer-widget-4 .custom-html-widget {
	flex: 1;
	display: flex;
}

footer .footer-widgets .footer-widget-4 .custom-html-widget .f-info {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

footer .footer-widgets .footer-widget-4 .custom-html-widget .f-info a {
	color: #0054A6;
}

footer .footer-bottom {
	margin-top: 40px;
}

footer .footer-bottom .items {
	display:flex;
	gap:24px;
}

footer .footer-bottom .items > * {
	color:#616161;
	line-height: 1.2;
}

@media (hover:hover){
	footer .footer-content_main .b_f_info .socs a:hover {
		transform: translateY(-3px);
	}
	
	footer .footer-content_main .b_f_info .phones a:hover {
		color: #0054A6;
	}
}

@media (max-width:991px){
	footer .footer-content_main .b_f_info .phones {
		gap: 8px;
		flex-direction: column;
	}
	
	footer .footer-widgets {
		flex-wrap: wrap;
		gap: 25px 0px;
	}
	
	footer .footer-widgets .footer-widget {
		flex: 1 0 50%;
	}
}

@media (max-width:767px){
	footer .footer-content_main {
		flex-direction: column;
	}
	
	footer .footer-content_main .b_f_site {
		justify-content: center;
	}
	
	footer .footer-content_main .b_f_info {
		flex-direction: column;
	}
}

@media (max-width:640px){
	footer .footer-widgets .footer-widget {
		flex: 1 0 100%;
	}
	
	footer .footer-nav_wrapp .widget_nav_menu .menu-footer-2-menu-container .menu , footer .footer-nav_wrapp .widget_nav_menu .menu-footer-widget-menu-container .menu {
		column-count: unset;
		column-gap: normal;
		gap: 4px 16px;
		display: flex;
		flex-wrap: wrap;
	}
	
	footer .footer-bottom .items {
		gap: 4px;
		flex-direction: column;
	}
}

/***************footer*****************/

/***************grid-list*****************/

.list-grid {
	display:grid;
	grid-gap: 20px;
}

.list-grid.grid-2 {
	grid-template-columns: repeat(2,1fr);
}

.list-grid.grid-3 {
	grid-template-columns: repeat(3,1fr);
}

.list-grid.grid-4 {
	grid-template-columns: repeat(4,1fr);
}

@media(max-width:991px){
	.list-grid.grid-3 {
		grid-template-columns: repeat(2,1fr);
	}

	.list-grid.grid-4 {
		grid-template-columns: repeat(2,1fr);
	}
}

@media(max-width:550px){
	.list-grid.grid-2 {
		grid-template-columns: repeat(1,1fr);
	}

	.list-grid.grid-3 {
		grid-template-columns: repeat(1,1fr);
	}

	.list-grid.grid-4 {
		grid-template-columns: repeat(1,1fr);
	}
}

/***************footer*****************/

/***************page-contact*****************/

.rh_page__contact .rh_contact__form .wpcf7 .iti {
	width:100%;
}

.rh_page__contact .rh_contact__form .wpcf7 .field-recaptcha {
	margin-top: 10px;
}

.rh_page__contact .rh_contact__form .wpcf7 .field-recaptcha .wpcf7-form-control-wrap span {
	/* display:flex;
	justify-content: center; */
}

.rh_page__contact .rh_contact__form .wpcf7 .wrapp_btn span {
	width:auto;
}

.rh_contact__form .wpcf7-form input {
	margin-top:0;
}

/***************page-contact*****************/


@media (hover:hover){
	.btn_border:hover {
		background:#0098E7;
		color:#fff;
	}
	
	.btn_default:hover {
		background: #0098E7;
	}
	
	.btn_more:hover {
		background: #C8D4D9;
	}
}

@media (max-width:1250px){
	.container {
		padding:0 15px;
	}
}

@media (max-width:1024px){
	.section_content .grid {
		grid-gap: 15px;
	}
}

@media (max-width:991px){
	.section_content .grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width:767px){
	.section_content .grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width:480px){
	body {
		font-size:14px;
	}
	
	.section_header__title{
		font-size: 20px;
	}
	
	.section_content .grid {
        grid-gap: 8px;
    }
}

@media (max-width:360px){
	.section_content .grid {
		grid-template-columns: repeat(1, 1fr);
	}
}