body,
button,
input,
textarea {
	font-family: FuturaPT, Calibri, 'Trebuchet MS', sans-serif;
}

body {
	background: #ececec;
	padding: 0;
	margin: 0;
	font-weight: 400;
	color: #333;
	width: 100%;
	position: relative;
	min-height: 100vh;
	min-width: 320px
}

button,
input,
textarea {
	-webkit-appearance: none;
	border: 0;
	outline: 0;
	background: 0 0;
	border-radius: 0
}

button {
	cursor: pointer;
	padding: 0
}

ol,
ul {
	list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
ol li,
p,
ul,
ul li {
	margin: 0;
	padding: 0
}

*,
:focus,
:hover,
:visited {
	text-decoration: none;
	outline: 0 !important
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	-webkit-tap-highlight-color: transparent
}

img {
	max-width: 100%
}

.joinpanel_close svg,
.mobile_menu_main a .branch,
a {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

a {
	color: inherit;
	cursor: pointer
}

.button,
p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400
}

p a {
	word-break: break-all
}

p+p {
	margin-top: 24px
}

.d-none {
    display: none !important;
}
.tar {
	text-align: right;
}
.tac {
	text-align: center;
}
.mr-auto,
.mx-auto {
	margin-right:auto!important
}
.ml-auto,
.mx-auto {
	margin-left:auto!important
}
.mt-4,
.my-4 {
	margin-top:1.5rem!important
}
.justify-content-center {
	-ms-flex-pack:center!important;
	justify-content:center!important
}
.d-flex {
	display:-ms-flexbox!important;
	display:flex!important
}
.text-left {
	text-align: left !important;
}

.button {
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	position: relative;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	font-weight: 500;
	border-radius: 4px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.button50 {
	height: 50px;
	line-height: 50px;
	border-radius: 5px
}

@media (max-width:767px) {
	.button50 {
		height: 40px;
		line-height: 40px
	}
}

.button_big {
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	position: relative;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	padding: 0 30px;
	font-weight: 600;
	letter-spacing: .258em
}

.button_green {
	background: #898770;
	color: #fff
}

.button_yellow {
	background: #fff6c0;
	color: #201f1f
}
body.page_unit .button_yellow {
	background: #fbdb8a;
	color: #201f1f;
}

.button_green:hover,
.button_white,
.button_yellow:hover {
	background: #fff;
	color: #333
}

.button_white:hover {
	background: #898770;
	color: #fff
}

.button_orange {
	background: #fbc751;
	color: #414141
}

.button_orange:hover {
	background: #363636;
	color: #fff
}

.button_grey {
	background: #eaeaea;
	color: #848484
}

.button_grey:hover {
	background: #ffc62f;
	color: #333
}

.button_transparent_white {
	background: rgba(255, 255, 255, .2);
	color: #fff
}

.button_brown:hover,
.button_transparent_white:hover {
	background: #fff;
	color: #333
}

.button_brown {
	background: #b4a58d;
	color: #0b0b0c
}

.button_black {
	background: #333;
	color: #fff
}

.button_black:hover {
	background: #898770;
	color: #fff
}

.button_brown2 {
	background: #b4a58d;
	border-color: #b4a58d;
	color: #fff;
}
.button_brown2:hover {
	background: #0b0b0c;
	border-color: #0b0b0c;
	color: #fff;
}
.scrollTop {
  position: fixed;
  top: 20px;
  width: 60px;
  height: 50px;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  cursor: pointer;
  animation: fadeIn 0.3s;
  transition: opacity 0.4s;
  opacity: 0.6;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ccc;
  border-radius: 10px;
  right: -10px;
  padding: 5px 14px 5px 6px;
}
.scrollTop:hover {
  opacity: 1;
}

.wrapper {
	max-width: 1680px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px
}

.lazyimg_wrapper {
	text-align: center;
	padding: 10px;
	height: 100%;
}

.lazyimg_wrapper img {
	width: auto;
	height: auto;
	max-height: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.menu {
	position: relative
}

.menu_opener {
	display: block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	position: absolute;
	top: 0;
	right: 0;
	color: #838383
}

.menu_opener i {
	font-size: 3px;
	display: inline-block;
	vertical-align: middle
}

.header_noauth2.white .header_noauth_login a,
.menu_opener:hover {
	color: #333
}

.smalltitle {
	font-size: 16px;
	line-height: 22px;
	font-weight: 500
}

@media (max-width:1279px) {
	.wrapper {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media (max-width:479px) {
	.wrapper {
		padding-left: 10px;
		padding-right: 10px
	}
}

.header_noauth_right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media (max-width:767px) {
	.header_noauth_right {
		width: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		border-bottom: 1px solid rgba(255, 255, 255, .3);
		height: 80px;
		position: relative;
		padding-bottom: 40px
	}
}

.header_noauth_login {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .02em;
	white-space: nowrap
}

.header_noauth_login span,
.index_units_login span {
	position: relative;
	padding-left: 34px;
	display: inline-block
}

.header_noauth_login span:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/login_icon.png) no-repeat center/contain;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px
}

.header_noauth_login a {
	-webkit-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
	color: #fff
}

.header_noauth_login a span {
	color: #a7a7a7
}

.header_noauth_login a:hover {
	opacity: .7
}

@media (max-width:767px) {
	.header_noauth_login {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		height: 40px;
		border-top: 1px solid rgba(255, 255, 255, .3);
		position: absolute;
		left: 0;
		bottom: 0
	}
}

.header_noauth_opener {
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .02em;
	text-transform: uppercase;
	padding-right: 44px;
	padding-left: 30px;
	margin-left: 6px;
	color: #fff
}

.header_noauth_opener i,
.index_units_opener i {
	display: block;
	width: 40px;
	height: 11px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px
}

@media (max-width:767px) {
	.header_noauth_opener {
		margin-left: 0;
		padding-left: 0
	}
}

.header_noauth2 {
	padding: 0 80px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	min-height: 120px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	border-bottom: 1px solid rgba(255, 255, 255, .5)
}

@media (max-width:1439px) {
	.header_noauth2 {
		padding: 0 40px
	}
}

@media (max-width:767px) {
	.header_noauth2 {
		padding: 0;
		display: block
	}
}

.header_noauth2_logo {
	display: block;
	width: 320px;
	height: 50px;
	background: url(../images/header_logo.png) no-repeat left center/contain
}

@media (max-width:767px) {
	.header_noauth2_logo {
		margin: 15px auto;
		width: calc(100% - 40px);
		background-position: center
	}
}

.header_noauth2.white {
	background: #fff;
	position: static;
	border-bottom: 1px solid #e2e2e2
}

.header_noauth2.white .header_noauth2_logo {
	background-image: url(../images/header_logo_black.png)
}

.header_noauth2.white .header_noauth_login span:before {
	background-image: url(../images/login_icon_black.png)
}

.header_noauth2.white .header_noauth_opener {
	color: #333
}

.header_noauth2.white .header_noauth_opener i {
	border-color: #333
}

.mobile_menu {
	position: fixed;
	left: 0;
	top: 120px;
	width: 100%;
	height: calc(100vh - 120px);
	z-index: 100;
	background: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	display: none
}

@media (max-width:767px) {
	.mobile_menu {
		top: 161px;
		height: calc(100vh - 161px)
	}
}

.mobile_menu_main {
	background: #fff
}

.mobile_menu_main a {
	display: block;
	width: 100%;
	height: 76px;
	line-height: 76px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	border-top: 1px solid #e2e2e2;
	font-size: 22px;
	letter-spacing: .032em;
	position: relative;
	padding-left: 138px;
	background: #fff;
	padding-right: 20px;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	font-weight: 600
}

.mobile_menu_main a .branch {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	position: absolute;
	left: 58px;
	top: 50%;
	margin-top: -30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 36px auto
}

.mobile_menu_main .active a,
.mobile_menu_main a:hover {
	color: #fff;
	border-top: none;
	background: #898770 url(../images/mobile_menu_hover.jpg) no-repeat right center/contain
}

.mobile_menu_main .active a .branch,
.mobile_menu_main a:hover .branch {
	background-size: 100% auto
}

@media (max-width:767px) {

	.mobile_menu_main .active a,
	.mobile_menu_main a:hover {
		background-size: auto 100%
	}

	.mobile_menu_main a {
		padding-left: 90px
	}

	.mobile_menu_main a .branch {
		left: 20px
	}
}

.mobile_menu_buttons {
	display: grid;
	grid-gap: 20px;
	margin-top: 30px;
	grid-template-columns: repeat(1, 1fr)
}

.mobile_menu_buttons .button {
	display: block;
	height: 60px;
	line-height: 56px;
	text-transform: uppercase
}

.mobile_menu_buttons .mobile_menu_button_notab {
	display: none
}

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

body.menuopened .header_noauth_opener i {
	border-color: transparent !important;
	background: url(../images/close_black.png) no-repeat center/contain;
	height: 20px;
	margin-top: -10px
}

body.menuopened .mobile_menu {
	display: block
}

.header_popup {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background: rgba(0, 0, 0, .5)
}

.header_popup_center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%
}

.header_popup_content {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 100%;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	max-height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 40px 20px
}

.header_popup__content {
	-webkit-box-shadow: 0 0 29.8px 2.2px rgba(15, 15, 15, .14);
	box-shadow: 0 0 29.8px 2.2px rgba(15, 15, 15, .14);
	background: #fff url(../images/hpbg.jpg) no-repeat center/cover;
	text-align: center;
	position: relative;
	max-width: 400px;
	width: 100%;
	margin-left: auto;
	margin-right: auto
}

.header_popup_close {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/close_black.png) no-repeat center/contain;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	z-index: 2
}

.header_popup_title {
	color: #333;
	font-size: 26px;
	font-weight: 500;
	padding: 23px 20px 22px;
	border-bottom: 1px solid #ededed
}

.header_popup_text {
	padding: 42px 40px 40px
}

.header_popup_text p {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	color: #0b0b0c
}

.header_popup_text p a {
	color: #898770
}

.header_popup_button {
	margin-top: 52px
}

.header_popup_button .button {
	min-width: 100%;
	border-radius: 0
}

.joinpanel {
	position: fixed;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	bottom: 0;
	width: 100%;
	max-width: 860px;
	z-index: 10;
	background: #202020;
	color: #fff;
	padding: 20px 0
}

@media (max-width:860px) {
	.joinpanel {
		left: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

@media (max-width:479px) {
	.joinpanel {
		padding-top: 14px;
		padding-bottom: 12px
	}
}

.joinpanel_close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	display: block;
	cursor: pointer;
	padding: 7px
}

@media (max-width:479px) {
	.joinpanel_close {
		padding: 3px 0
	}
}

.joinpanel_close svg {
	width: 18px;
	height: 18px;
	display: block;
	fill: #898770
}

.joinpanel_close:hover svg {
	fill: #fff
}

.joinpanel_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 28px;
	padding-right: 54px
}

@media (max-width:1279px) {
	.joinpanel_wrapper {
		padding-right: 20px;
		padding-left: 20px
	}
}

@media (max-width:1023px) {
	.joinpanel_wrapper {
		display: block;
		text-align: center
	}
}

@media (max-width:479px) {
	.joinpanel_wrapper {
		padding-right: 15px;
		padding-left: 15px
	}
}

.joinpanel_text {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	padding-right: 15px
}

@media (max-width:1023px) {
	.joinpanel_text {
		margin-bottom: 12px;
		padding-right: 0
	}
}

@media (max-width:767px) {
	.joinpanel_text {
		font-size: 16px;
		line-height: 22px
	}
}

@media (max-width:479px) {
	.joinpanel_text {
		font-size: 16px;
		line-height: 22px
	}
}

.joinpanel_buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -4px
}

.joinpanel_buttons .button,
body.page_unit .joinpanel_buttons .button {
	margin: 0 4px;
	height: 40px;
	font-size: 11px;
	line-height: 40px;
	letter-spacing: .25em;
	border: 0;
	font-weight: 600
}

.joinpanel_buttons .mobile {
	display: none
}

@media (max-width:1023px) {
	.joinpanel_buttons {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media (max-width:767px) {
	.joinpanel_buttons .mobile {
		display: inline
	}

	.joinpanel_buttons .desktop {
		display: none
	}
}

@media (max-width:479px) {
	.joinpanel_buttons .button {
		height: 36px;
		line-height: 36px;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 calc(50% - 12px);
		-ms-flex: 0 0 calc(50% - 12px);
		flex: 0 0 calc(50% - 12px);
		padding-left: 0;
		padding-right: 0
	}
}

.index_units {
	min-height: 100vh;
	background: url(../images/index_unit.jpg) #191919 no-repeat center/cover;
	text-align: center;
	color: #b4a58d;
	position: relative;
	padding: 160px 40px 80px
}

@media (max-width:1279px) {
	.index_units {
		padding: 80px 60px;
		background-position: right center
	}
}

@media (max-width:767px) {
	.index_units {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		background-position: 75% center
	}
}

.index_units_head {
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0 80px;
	min-height: 160px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:1439px) {
	.index_units_head {
		padding-left: 40px;
		padding-right: 40px
	}
}

@media (max-width:1279px) {
	.index_units_head {
		min-height: 80px
	}
}

@media (max-width:767px) {
	.index_units_head {
		display: block;
		padding: 0;
		min-height: 0;
		position: relative;
		height: auto
	}
}

.index_units_logo {
	display: block;
	background: url(../images/header_logo.png) no-repeat left center/contain;
	width: 320px;
	height: 50px
}

@media (max-width:767px) {
	.index_units_logo {
		margin-top: 30px;
		margin-bottom: 30px;
		width: 100%;
		background-position: center
	}
}

.index_units_login {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .02em;
	white-space: nowrap
}

.index_units_login span:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/login_icon.png) no-repeat center/contain;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px
}

.index_units_login a,
.main_page_branch_sevice .branch {
	-webkit-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out
}

.index_units_login a {
	color: #fff
}

.index_units_login a span {
	color: #a7a7a7
}

.index_units_login a:hover {
	opacity: .7
}

@media (max-width:767px) {
	.index_units_login {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		height: 40px;
		border-top: 1px solid rgba(255, 255, 255, .3);
		position: absolute;
		left: 0;
		bottom: 0
	}
}

.index_units_opener {
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	padding-right: 50px;
	padding-left: 30px;
	margin-left: 30px;
	color: #fff
}

@media (max-width:767px) {
	.index_units_opener {
		margin-left: 0;
		padding-left: 0
	}
}

.index_units_head_right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-left: auto
}

@media (max-width:767px) {
	.index_units_head_right {
		width: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		border-bottom: 1px solid rgba(255, 255, 255, .3);
		height: 80px;
		position: relative;
		padding-bottom: 40px
	}
}

.index_units_wrapper {
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 101px;
	padding-left: 40px;
	padding-right: 40px
}

@media (max-width:767px) {
	.index_units_wrapper {
		padding-left: 20px;
		padding-right: 20px
	}
}

.main_page_title {
	font-size: 42px;
	font-family: Constantia, Georgia, 'Times New Roman', serif;
	position: relative;
	color: #fff;
	padding-bottom: 69px;
	margin-bottom: 57px
}

.main_page_title:before {
	content: '';
	display: block;
	width: 320px;
	height: 4px;
	background: #5e5e60;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -160px
}

@media (max-width:1023px) {
	.main_page_title {
		font-size: 38px;
		padding-bottom: 66px;
		margin-bottom: 64px
	}

	.main_page_title:before {
		width: 160px;
		margin-left: -80px
	}
}

@media (max-width:767px) {
	.main_page_title {
		font-size: 18px
	}

	.main_page_title:before {
		width: 80px;
		margin-left: -40px
	}
}

@media (max-width:479px) {
	.main_page_title {
		padding-bottom: 33px;
		margin-bottom: 32px
	}
}

.main_page_branch_sevices_title {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: .2em;
	margin-bottom: 63px
}

@media (max-width:1023px) {
	.main_page_branch_sevices_title {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: .1em;
		margin-bottom: 32px
	}
}

@media (max-width:767px) {
	.main_page_branch_sevices_title {
		font-size: 14px;
		line-height: 24px
	}
}

@media (max-width:479px) {
	.main_page_branch_sevices_title {
		margin-bottom: 19px
	}
}

.main_page_branch_sevices {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 73px;
	max-width: 1200px;
	width: 100%
}

@media (max-width:1023px) {
	.main_page_branch_sevices {
		margin-bottom: 47px
	}
}

@media (max-width:767px) {
	.main_page_branch_sevices {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media (max-width:479px) {
	.main_page_branch_sevices {
		margin-bottom: 26px
	}
}

.main_page_branch_sevice .branch {
	width: 170px;
	height: 170px;
	display: block;
	border-radius: 50%;
	margin: 0 auto;
	background: no-repeat center/contain
}

.branch1, .brancharmy {
	background-image: url(../images/branch_army.png) !important;
}

.branch2, .branchusn {
	background-image: url(../images/branch_usn.png) !important;
}

.branch3, .branchusmc {
	background-image: url(../images/branch_usmc.png) !important;
}

.branch4, .branchusaf {
	background-image: url(../images/branch_usaf.png) !important;
}

.branch5, .branchuscg {
	background-image: url(../images/branch_uscg.png) !important;
}

.branch6, .branchusaaf {
	background-image: url(../images/branch_usaaf.png) !important;
}

.main_page_branch_sevice a:hover .branch {
	-webkit-box-shadow: 0 0 54px #debe8a;
	box-shadow: 0 0 54px #debe8a
}

@media (max-width:1279px) {
	.main_page_branch_sevice .branch {
		width: 140px;
		height: 140px
	}
}
@media (max-width:1023px) {
	.main_page_branch_sevice .branch {
		width: 100px;
		height: 100px
	}
}

@media (max-width:767px) {
	.main_page_branch_sevice {
		padding: 15px 20px;
		width: 50%
	}

	.main_page_branch_sevice a {
		margin-left: auto;
		margin-right: auto
	}
}

.main_page_create_page_button {
	border: 2px solid #5e5e60;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: .2em;
	padding: 18px 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 82px;
	background: 0 0
}

.main_page_create_page_button:hover {
	border-color: transparent;
	color: #333;
	background: #bcac93;
	background: -o-linear-gradient(left, #bcac93 0%, #e9d3b0 40%, #b4a58d 100%);
	background: -webkit-gradient(linear, left top, right top, from(#bcac93), color-stop(40%, #e9d3b0), to(#b4a58d));
	background: linear-gradient(to right, #bcac93 0%, #e9d3b0 40%, #b4a58d 100%)
}

@media (max-width:1023px) {
	.main_page_create_page_button {
		font-size: 14px;
		line-height: 20px;
		letter-spacing: .1em
	}
}

@media (max-width:479px) {
	.main_page_create_page_button {
		padding-left: 15px;
		padding-right: 15px;
		letter-spacing: .02em
	}
}

.main_page_create_page_button+.main_page_create_page_button {
	margin-top: 20px
}

@media (max-width:479px) {
	.main_page_create_page_button+.main_page_create_page_button {
		margin-top: 10px
	}
}

.main_unit_h1 {
	font-size: 96px;
	line-height: 104px;
	font-family: Constantia, Georgia, 'Times New Roman', serif;
	text-transform: uppercase;
	margin-bottom: 12px
}

@media (max-width:1279px) {
	.main_unit_h1 {
		font-size: 48px;
		line-height: 52px;
		margin-bottom: 36px
	}
}

@media (max-width:767px) {
	.main_unit_h1 {
		font-size: 36px;
		line-height: 38px;
		margin-bottom: 24px
	}
}

.main_unit_h1 {
	background: -webkit-gradient(linear, left top, right top, from(#bdae95), color-stop(50%, #f8e5c3), to(#bdae95));
	background: -o-linear-gradient(left, #bdae95 0%, #f8e5c3 50%, #bdae95 100%);
	background: linear-gradient(to right, #bdae95 0%, #f8e5c3 50%, #bdae95 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.selectunit_head {
	/* border-bottom: 1px solid #aaa; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 72px 0;
	position: relative
}

@media (max-width:1599px) {
	/* .selectunit_head {
		padding-bottom: 162px
	} */
}

@media (max-width:1279px) {
	.selectunit_head {
		display: block;
		padding: 18px 0 39px;
		text-align: center
	}
}

@media (max-width:479px) {
	.selectunit_head {
		padding-bottom: 17px
	}
}

.page_head_left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

@media (max-width:1279px) {
	.page_head_left {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		display: block
	}
}

.selectunit_head__left {
	position: relative;
	padding-left: 240px;
	-webkit-align-self: baseline;
	-ms-flex-item-align: baseline;
	align-self: baseline
}

@media (max-width:1919px) {
	.selectunit_head__left {
		padding-left: 192px
	}
}

@media (max-width:1279px) {
	.selectunit_head__left {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		padding: 0 0 23px
	}
}

@media (max-width:767px) {
	.selectunit_head__left {
		padding: 0
	}
}

.selectunit_head_mobile {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin-top: -7px
}

@media (max-width:1279px) {
	.selectunit_head_mobile {
		margin-top: 0;
		display: block
	}
}

.selectunit_head_branchs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 10px -12px 21px
}

.selectunit_head_branchs .branch {
	width: 60px;
	height: 60px;
	display: block;
	margin-left: 12px;
	margin-right: 12px;
	background: no-repeat center/contain
}

.selectunit_head_branchs .branch.active {
	width: 160px;
	height: 160px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -80px
}

@media (max-width:1279px) {
	.selectunit_head_branchs {
		margin: 0 auto 10px;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 280px
	}

	.selectunit_head_branchs .branch {
		width: 36px;
		height: 36px;
		margin-left: 0;
		margin-right: 0
	}

	.selectunit_head_branchs .branch.active {
		position: static;
		margin-top: 0;
		width: 80px;
		height: 80px
	}

	.selectunit_head_left {
		padding-bottom: 42px;	
	}
	.selectunit_head_right {
		position: relative;
	}
}

@media (max-width:767px) {
	.selectunit_head_left {
		padding-bottom: 26px;
	}
}

.selectunit_head_searchform {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 480px;
	background: #fff;
}

.selectunit_head_searchform button {
	height: 60px;
	border-radius: 0
}

.selectunit_head_searchform input {
	border: 2px solid #aaa;
	border-right: none;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 18px;
	font-weight: 500;
	padding-left: 24px;
	padding-right: 24px
}

.selectunit_head_searchform input::-webkit-input-placeholder {
	color: #838383;
	opacity: .5;
}

.selectunit_head_searchform input::-moz-placeholder {
	color: #838383;
	opacity: .5;
}

.selectunit_head_searchform input:-ms-input-placeholder,
.selectunit_head_searchform input::-ms-input-placeholder {
	color: #838383;
	opacity: .5;
}

.selectunit_head_searchform input::placeholder {
	color: #838383;
	opacity: .5;
}

.selectunit_head_right {
	position: relative;
}
.ProfilesSearch {
	box-shadow: 0 3px 10px rgba(51,51,51,.2);
	border: 0;
	padding-top: 12px;
	padding-bottom: 12px;
	background: #fff;
	max-height: 376px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.ProfilesSearch {
	position: absolute;
	top: 60px;
	width: 359px;
	z-index: 6;
	left: 0;
}
.ProfilesSearch .result {
	background: #fff;
	white-space: nowrap;
	cursor: pointer;
	line-height: 34px;
	padding: 0 24px;
	font-size: 18px;
	font-weight: 500;
	color: #8b8b8b;
}
.last-search {
	font-size: 20px;
	width: 480px;
}
.last-search a {
	word-break: break-word;
}
.colorgreen {
	color: #898770;
}
.main_list_loadmore {
	margin-bottom: 30px;
}
.main_list_loadmore.page_loader {
	margin-top: 9rem;
}
.main_list_loadmore a,
.main_list_loadmore p {
	font-size: 16px !important;
	font-weight: 600 !important;
	letter-spacing: 0.258em;
	text-transform: uppercase;
	text-align: center;
	padding: 30px 36px;
	max-width: 640px;
	width: 100%;
	display: inline-block;
	transition: all 0.15s ease-out;
}
.main_list_loadmore.iserror .errMsg {
	max-width: 500px;
	display: inline-flex;
}
.main_list_loadmore.iserror .extrasmall {
	font-size: 12px;
	line-height: normal;
	display: inline-flex;
}
.main_list_loadmore p {
    /* background: #FFFFFF; */
    border-color: #FFFFFF;
    color: #0b0b0c;
}
.main_list_loadmore p:hover {
    background: #0b0b0c;
    border-color: #0b0b0c;
    color: #FFFFFF;
}


@media (max-width:1919px) {
	.selectunit_head_searchform .button {
		padding: 0 24px
	}
}

@media (max-width:1279px) {
	.selectunit_head_searchform {
		width: 100%
	}
	.selectunit_head_searchform .button {
		width: 160px
	}
	.last-search {
		display: none;
	}
}

@media (max-width:767px) {
	.main_list_loadmore.page_loader {
		margin-top: 4rem;
	}
	.selectunit_head_searchform {
		position: static;
		width: 100%;
		border: 2px solid #aaa;
	}

	.selectunit_head_searchform .button {
		width: 48px;
		height: 46px;
		padding: 0;
		background: url(../images/search_icon_black.png) no-repeat center/21px auto !important;
		border: 0 !important
	}

	.selectunit_head_searchform .button span {
		display: none
	}

	.selectunit_head_searchform input {
		border: 0;
		padding-left: 12px;
		padding-right: 12px
	}
}

.section_selectunit {
	padding-bottom: 40px
}

.section_selectunit h1 {
	font-size: 48px;
	font-weight: 500;
	text-transform: uppercase
}

.section_selectunit p {
	font-size: 20px;
	font-weight: 500;
	line-height: 29px
}

.section_selectunit p+p {
	margin-top: 29px
}

.section_selectunit .wrapper {
	padding-left: 160px;
	padding-right: 160px;
	max-width: 1920px;
	width: 100%;
	margin-left: auto;
	margin-right: auto
}

.section_selectunit .button {
	display: inline-block;
	border-width: 2px;
	border-style: solid;
	border-color: transparent;
	height: 60px;
	line-height: 56px;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	padding: 0 30px;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
	font-weight: 600;
	letter-spacing: .1em;
	-webkit-box-flex: 0;
}

.section_selectunit .button_green {
	background: #898770;
	color: #fff;
	border-color: #898770
}

.section_selectunit .button_green.active,
.section_selectunit .button_green.active:hover {
	background: #aaa;
	color: #fff;
	border-color: #aaa
}

.section_selectunit .button_green:hover {
	background: #333;
	color: #fff;
	border-color: #333
}

@media (max-width:1919px) {
	.section_selectunit .wrapper {
		padding-left: 80px;
		padding-right: 80px
	}
}

@media (max-width:1439px) {
	.section_selectunit .wrapper {
		padding-left: 40px;
		padding-right: 40px
	}
}

@media (max-width:1279px) {
	.section_selectunit .wrapper {
		padding-left: 20px;
		padding-right: 20px
	}

	.section_selectunit h1 {
		font-size: 36px
	}

	.section_selectunit p {
		line-height: 26px
	}

	.section_selectunit p+p {
		margin-top: 26px
	}
}

@media (max-width:767px) {
	.section_selectunit .wrapper {
		padding-left: 20px;
		padding-right: 20px
	}

	.section_selectunit .button {
		font-size: 12px;
		height: 40px;
		line-height: 34px;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.section_selectunit h1 {
		font-size: 48px;
		line-height: 60px
	}
}

.page_army {
	background: url(../images/pagearmy_bg2.jpg) #eaeaea no-repeat center top/100% auto
}

.page_usn {
	background: url(../images/pagenavy_bg2.jpg) #e9e9e9 no-repeat center top/100% auto
}

.page_usmc {
	background: url(../images/marines_bg.jpg) #e9e9e9 no-repeat center top/100% auto
}

.page_usaf {
	background: url(../images/pageair_bg4.jpg) #e9e9e9 no-repeat center top/100% auto
}

.page_uscg {
	background: url(../images/pagecg_bg.jpg) #e9e9e9 no-repeat center top/100% auto
}

.main_item,
.main_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.main_list {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 40px
}

.main_item {
	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	margin-top: -1px;
	padding-top: 40px;
	padding-bottom: 35px
}

.main_item:nth-child(odd) {
	padding-right: 30px;
	border-right: 1px solid #aaa
}

.main_item:nth-child(odd) .main_item_rankdate {
	right: 40px
}

.main_item:nth-child(even) {
	padding-left: 10px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.main_item:nth-child(even) .main_item_rankdate {
	left: 40px
}

.main_item_photobuttons {
	min-width: 200px;
	width: 200px
}

.main_item_photo {
	width: 100%;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	background-color: #fff;
}

.main_item_buttons a {
	display: block;
	margin-top: 3px;
	text-align: center;
	font-size: 17px;
	font-weight: 500;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
	-webkit-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out
}

.main_item_rankdate {
	min-width: 120px;
	width: 120px;
	position: absolute;
	top: 40px
}

.main_item_rank {
	width: 100%;
	height: 120px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: #0f0f0f
}

.main_item_main {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0 80px;
	margin-top: -8px
}

.main_item_name {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 13px
}

.main_item_row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px
}

.main_item_row+.main_item_row {
	margin-top: 18px
}

.main_item_col {
	padding: 9px 10px;
	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 100%
}

.main_item_col30 {
	-webkit-flex-basis: 30%;
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
	max-width: 30%
}

.main_item_col70 {
	-webkit-flex-basis: 70%;
	-ms-flex-preferred-size: 70%;
	flex-basis: 70%;
	max-width: 70%
}

.main_item_text,
.main_item_title {
	font-size: 17px;
	font-weight: 500;
	line-height: 18px;
	color: #898770
}

.main_item_text {
	color: #333
}

.main_item_name_mobile,
.units_footer_bottom p br {
	display: none
}

@media (max-width:1919px) {

	.main_item_col30,
	.main_item_col70 {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 100%
	}
}

@media (max-width:1599px) {
	.main_item:nth-child(odd) {
		padding-right: 30px;
	}

	.main_item:nth-child(odd) .main_item_rankdate {
		right: 20px
	}

	.main_item:nth-child(even) {
		padding-left: 29px;
	}

	.main_item:nth-child(even) .main_item_rankdate {
		left: 19px
	}

	.main_item_main {
		padding: 0 40px;
	}
}

@media (max-width:1439px) {
	.main_item:nth-child(odd) {
		padding-right: 30px;
	}

	.main_item:nth-child(even) {
		padding-left: 10px;
	}
}

@media (max-width:1279px) {
	.main_item:nth-child(odd) .main_item_main {
		padding: 0 0 0 40px;
	}
	.main_item:nth-child(even) .main_item_main {
		padding: 0 40px 0 20px;
	}
}

@media (max-width:1023px) {
	.main_item {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		padding-left: 0 !important;
		padding-right: 140px !important;
		border-left: none !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}
	
	.main_item:nth-child(odd) .main_item_main,
	.main_item:nth-child(even) .main_item_main {
		padding: 0 40px;
	}

	.main_item_col {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}

	.main_item_row {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.main_item_rankdate {
		left: auto !important;
		right: 0 !important
	}
}

@media (max-width:767px) {
	.main_item {
		display: block;
		padding-top: 15px;
		padding-bottom: 27px;
		padding-right: 0 !important
	}

	.main_item_photobuttons {
		width: 100%;
		margin-bottom: 16px
	}

	.main_item_photo {
		height: 87.5vw;
		position: relative
	}

	.main_item_rankdate {
		position: static;
		width: 100%;
		margin-top: 3px
	}

	.main_item_name {
		display: none;
		margin-bottom: 16px
	}

	.main_item_name_mobile {
		display: block
	}

	.main_item_text,
	.main_item_title {
		font-size: 16px
	}

	.main_item_main {
		padding-left: 0;
		padding-right: 0
	}

	.main_list {
		margin-bottom: 30px
	}
	
	.main_list_loadmore a,
	.main_list_loadmore p {
		padding: 15px 36px;
	}
}

@media (max-width:479px) {
	.main_item_row {
		margin-left: -5px;
		margin-right: -5px
	}

	.main_item_col {
		padding: 8px 5px
	}
	
	.main_list_loadmore {
		margin-bottom: 10px;
	}
	.main_list_loadmore a,
	.main_list_loadmore p {
		letter-spacing: 0.02em;
	}
}

.main_item {
	position: relative
}

@media (max-width:1024px) {

	.main_item:nth-child(even),
	.main_item:nth-child(odd) {
		border: 0
	}
}

@media (max-width:767px) {
	.main_item_photo {
		height: 150px;
	}

	.main_item_rankdate {
		position: absolute;
		width: calc(100% - 224px);
		max-width: 160px;
		min-width: 0;
		margin-top: 0;
		top: 62px
	}

	.main_item_rank {
		width: 100%;
		height: 200px
	}
}

@media (max-width:413px) {
	.main_item_rankdate {
		width: calc(100% - 212px)
	}
}

.unitimage {
	border: 1px solid #acacac
}

.unitbuttons a {
	margin-top: 10px;
	height: 40px;
	line-height: 40px
}

.loadmore a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 640px;
	width: 100%;
	font-size: 16px;
	letter-spacing: .258em;
	font-weight: 600;
	background: #fff;
	color: #5e5e60;
	text-transform: uppercase;
	text-align: center;
	min-height: 80px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px
}

.loadmore a:hover {
	background: #eaeaea;
	color: #848484
}

@media (max-width:1279px) {
	.loadmore a {
		min-height: 60px
	}
}

@media (max-width:767px) {
	.loadmore a {
		font-size: 14px;
		line-height: 20px
	}
}

@media (max-width:479px) {
	.loadmore a {
		font-size: 10px;
		letter-spacing: .2em;
		padding: 0;
		min-height: 50px;
		font-weight: 600
	}
}

.units_footer {
	background: url(../images/footer_bg.jpg);
	text-align: center;
	color: #fff
}

.units_footer .wrapper {
	max-width: 1200px
}

.units_footer_title {
	font-family: Constantia, Georgia, 'Times New Roman', serif;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-weight: 400
}

.units_footer_text {
	color: #909090
}

.units_footer_text p {
	font-size: 12px;
	line-height: 14px
}

.units_footer_text p+p {
	margin-top: 14px
}

.units_footer_bottom {
	background: #181818;
	min-height: 100px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 24px;
	padding-bottom: 24px
}

.units_footer_bottom p {
	color: #909090;
	font-weight: 500;
	font-size: 16px
}

@media (max-width:1279px) {
	.units_footer_bottom p br {
		display: inline
	}
}

@media (max-width:479px) {
	.units_footer_bottom {
		padding-top: 32px;
		padding-bottom: 28px
	}
}

.units_footer_main {
	padding-top: 64px;
	padding-bottom: 48px
}

@media (max-width:1023px) {
	.units_footer_main {
		padding-top: 38px;
		padding-bottom: 34px
	}
}

.units_footer_social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 79px;
	margin-bottom: 42px
}

.units_footer_social li {
	margin: 0 15px
}

.units_footer_social a {
	display: block
}

.units_footer_social a.fb {
	width: 9px;
	height: 18px;
	background: url(../images/icon_facebook2.svg)
}

.units_footer_social a.tw {
	width: 17px;
	height: 14px;
	background: url(../images/icon_twitter2.svg)
}

.units_footer_social a.in {
	width: 15px;
	height: 14px;
	background: url(../images/icon_linkedin.svg)
}

.units_footer_social a.insta {
	width: 14px;
	height: 14px;
	background: url(../images/icon_instagram2.svg)
}

.units_footer_social a:hover {
	opacity: .6
}

@media (max-width:1023px) {
	.units_footer_social {
		margin-top: 57px;
		margin-bottom: 55px
	}
}

.units_footer_logo {
	display: block;
	width: 320px;
	height: 50px;
	background: url(../images/header_logo.png) no-repeat center/contain;
	margin: 0 auto
}

@media (max-width:479px) {
	.units_footer_logo {
		width: 240px;
		height: 36px
	}
}

.unittextblock {
	padding-top: 40px;
	border-top: 1px solid #aaa;
	padding-bottom: 62px
}

.unittextblock p {
	color: #838383;
	font-size: 16px;
	line-height: 22px
}

.unittextblock p+p {
	margin-top: 22px
}

.unittextblock h2,
.unittextblock_title {
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 23px
}

.unittextblock h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 0
}

.unittextblock p+h3 {
	margin-top: 32px
}

@media (min-width: 768px) {
	.scrollTop {
		width: 70px;
		height: 65px;
		padding: 11px 18px 11px 9px;
	}
}
@media (min-width:1280px) {
	.selectunit_head_searchform {
		margin-bottom: 21px;
	}
	.scrollTop {
		width: 90px;
		height: 80px;
		padding: 13px 22px 13px 14px;
	}
}
@media (min-width:1440px) {
	.selectunit_head_searchform {
		width: 480px;
	}
}