.rs-header {
	position: relative;
	background: #ffffff;
	z-index: 1000;
}

.rs-header__top {
	padding: 21px 0px;
}

@media (max-width: 1920px) {
	.rs-header__top {
		padding: calc(3px + 18 * (100vw - 320px) / 1600) 0px;
	}
}

.rs-header__top .rs-header__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 768px) {
	.rs-header__top .rs-header__container {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.rs-header__logo {
	width: 100%;
	height: 100%;
	max-width: 872px;
}

@media (max-width: 1920px) {
	.rs-header__logo {
		max-width: calc(335px + 822 * (100vw - 320px) / 1600);
	}
}

.rs-header__logo a {
	width: 100%;
	height: 100%;
	display: flex;
}

.rs-header__logo a img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	margin-right: 24px;
	max-width: 107px;
}

.rs-header__fixed .rs-header__logo a {
	align-items: center;
}

.rs-header__fixed .rs-header__logo a img {
	max-width: 60px;
	margin-right: 10px;
}

.rs-header__logo h3 {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	font-size: 25px;
	line-height: 31px;
	color: #1B2336;
}

.rs-header__fixed .rs-header__logo h3 {
	font-size: 16px;
}

.rs-header__logo p {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	font-size: 23px;
	line-height: 110%;
	/* or 25px */
	color: #264796;

}

.rs-header__logo p.subtitle {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 700;
	font-size: 19px;
	line-height: 24px;
	color: #1B2336;
}

.rs-header__logo-text {
	max-width: 734px
}

@media (max-width: 1920px) {
	.rs-header__logo h3 {
		font-size: calc(14px + (25 - 14) * (100vw - 320px) / 1600);
		line-height: calc(18px + (31 - 18) * (100vw - 320px) / 1600);
	}

	.rs-header__fixed .rs-header__logo h3 {
		font-size: calc(14px + (25 - 14) * (100vw - 320px) / 1600);
		line-height: calc(18px + (31 - 18) * (100vw - 320px) / 1600);
	}

	.rs-header__logo p {
		font-size: calc(14px + (23 - 14) * (100vw - 320px) / 1600);
		line-height: calc(15px + (25 - 15) * (100vw - 320px) / 1600);
	}

	.rs-header__logo p.subtitle {
		font-size: calc(10px + (19 - 10) * (100vw - 320px) / 1600);
		line-height: calc(14px + (24 - 14) * (100vw - 320px) / 1600);
	}
}

@media (min-width: 541px) {
	.rs-header__logo-text br {
		display: none
	}
}

@media (max-width: 540px) {

	/*.rs-header__logo a img.rs-header__logo-desktop {
    display: none;
  }*/
	.rs-header__logo a img {
		max-width: 61px;
		margin-right: 15px;
	}
}

/*@media (min-width: 541px) {
  .rs-header__logo a img.rs-header__logo-mobile {
    display: none;
  }
}*/
.rs-header__bottom {
	border-top: 1px solid #ededed;
}

@media (min-width: 769px) {
	.rs-header__bottom {
		height: 77px;
	}
}

@media (min-width: 769px) and (max-width: 1920px) {
	.rs-header__bottom {
		height: calc(65px + 12 * (100vw - 768px) / 1152);
	}
}

@media (max-width: 768px) {
	.rs-header__bottom {
		padding: 15px 0px;
	}
}

.rs-header__bottom .rs-header__container {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.rs-header__fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	transition: -webkit-transform 0.3s ease 0s;
	-o-transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	border-bottom: 1px solid #ededed;
}

._header-fixed .rs-header__fixed {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

@media (min-width: 769px) {
	.rs-header__fixed {
		height: 84px;
	}
}

@media (min-width: 769px) and (max-width: 1920px) {
	.rs-header__fixed {
		height: calc(65px + 12 * (100vw - 768px) / 1152);
	}
}

@media (max-width: 768px) {
	.rs-header__fixed {
		padding: 21px 0px;
	}
}

@media (max-width: 768px) and (max-width: 1920px) {
	.rs-header__fixed {
		padding: calc(3px + 18 * (100vw - 320px) / 1600) 0px;
	}
}

.rs-header__fixed .rs-header__container {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media (max-width: 768px) {
	.rs-header__fixed .rs-header__container {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

@media (min-width: 993px) {
	.rs-header__fixed .rs-header__logo {
		max-width: 329px;
		margin-right: 67px;
	}
}

@media (min-width: 993px) and (max-width: 1920px) {
	.rs-header__fixed .rs-header__logo {
		max-width: calc(200px + 129 * (100vw - 992px) / 928);
		margin-right: calc(15px + 52 * (100vw - 992px) / 928);
	}
}

@media (max-width: 992px) {
	.rs-header__fixed .rs-header__logo {
		display: none;
	}
}

@media (min-width: 769px) {
	.rs-header__fixed .bvi {
		margin: 0;
	}
}

@media (max-width: 768px) {
	.rs-header__fixed .bvi {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

.rs-header__fixed .bvi span {
	display: none;
}

@media (max-width: 768px) {
	.rs-header__fixed .menu {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}

@media (max-width: 768px) {
	.rs-header__fixed .menu__body {
		max-height: 43px;
		min-height: 43px;
	}
}

@media (max-width: 768px) and (max-width: 1920px) {
	.rs-header__fixed .menu__body {
		max-height: calc(100vh - (32px + 11 * (100vw - 320px) / 448));
		min-height: calc(100vh - (32px + 11 * (100vw - 320px) / 448));
	}
}

@media (max-width: 768px) {
	.rs-header__fixed .search {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

@media (min-width: 769px) {
	.rs-header__fixed .search {
		width: 409px;
		max-width: 100%;
		margin-left: 20px;
	}
}

@media (min-width: 769px) and (max-width: 1920px) {
	.rs-header__fixed .search {
		width: calc(200px + 209 * (100vw - 768px) / 1152);
	}
}

@media (min-width: 769px) {
	.rs-header__fixed .search:not(._show-search) {
		width: 24px;
	}

	.rs-header__fixed .search:not(._show-search) .search__input {
		width: 0% !important;
		opacity: 0;
		visibility: hidden;
	}

	.rs-header__fixed .search:not(._show-search) .search__submit {
		padding: 0;
	}
}

.rs-header__actions {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 769px) {
	.rs-header__actions {
		margin: 0px 0px 0px auto;
	}
}

@media (max-width: 768px) {
	.rs-header__actions {
		width: 100%;
	}
}

.search {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	height: 56px;
	overflow: hidden;
	position: relative;
	border-radius: 50px;
	width: 100%;
}

@media (max-width: 1920px) {
	.search {
		height: calc(48px + 8 * (100vw - 320px) / 1600);
	}
}

@media (min-width: 769px) {
	.search {
		max-width: 558px;
	}
}

@media (min-width: 769px) and (max-width: 1920px) {
	.search {
		max-width: calc(350px + 208 * (100vw - 768px) / 1152);
	}
}

@media (max-width: 768px) {
	.search {
		margin-right: 30px;
		margin-left: 30px;
	}
}

@media (max-width: 768px) and (max-width: 1920px) {
	.search {
		margin-right: calc(10px + 20 * (100vw - 320px) / 448);
		margin-left: calc(10px + 20 * (100vw - 320px) / 448);
	}
}

@media (max-width: 768px) {
	.search:not(._show-search) {
		height: 18px;
	}

	.search:not(._show-search) .search__input {
		width: 0% !important;
		opacity: 0;
		visibility: hidden;
	}
}

.search__wrapper {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.search__input {
	width: 100%;
	height: 100%;
	float: right;
	padding: 16px 100px 16px 24px;
	background: #f0f2f7;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

@media (max-width: 1920px) {
	.search__input {
		font-size: calc(13px + 5 * (100vw - 320px) / 1600);
		padding: calc(15px + 1 * (100vw - 320px) / 1600) calc(60px + 40 * (100vw - 320px) / 1600) calc(15px + 1 * (100vw - 320px) / 1600) calc(24px + 0 * (100vw - 320px) / 1600);
	}
}

.search__input::-webkit-input-placeholder {
	color: #415674;
}

.search__input::-moz-placeholder {
	color: #415674;
}

.search__input:-ms-input-placeholder {
	color: #415674;
}

.search__input::-ms-input-placeholder {
	color: #415674;
}

.search__input::placeholder {
	color: #415674;
}

.search__btn {
	position: absolute;
	top: 50%;
	height: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.search__clear {
	right: 70px;
	display: none;
}

@media (max-width: 1920px) {
	.search__clear {
		right: calc(35px + 35 * (100vw - 320px) / 1600);
	}
}

.search__clear._clear-search-active {
	display: block;
}

.search__submit {
	right: 0px;
	padding: 0px 24px 0px 16px;
	background-color: transparent;
	color: #264796;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

@media (max-width: 1920px) {
	.search__submit {
		padding: 0px calc(10px + 14 * (100vw - 320px) / 1600) 0px calc(10px + 6 * (100vw - 320px) / 1600);
	}
}

@media (any-hover: hover) {
	.search__submit:hover {
		color: #fff;
		background-color: #264796;
	}
}

.search__submit::before {
	font-size: 24px;
}

@media (max-width: 1920px) {
	.search__submit::before {
		font-size: calc(16px + 8 * (100vw - 320px) / 1600);
	}
}

.bvi {
	height: 100%;
}

@media (min-width: 768px) {
	.bvi {
		margin-right: 108px;
	}
}

@media (min-width: 768px) and (max-width: 1920px) {
	.bvi {
		margin-right: calc(0px + 108 * (100vw - 768px) / 1152);
	}
}

@media (max-width: 768px) {
	.bvi {
		margin: 0px auto 0px 0px;
	}
}

.bvi-btn {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 18px;
	-webkit-transition: color 0.3s ease 0s;
	-o-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
}

@media (max-width: 1920px) {
	.bvi-btn {
		font-size: calc(13px + 7 * (100vw - 320px) / 1600);
		line-height: calc(11px + 7 * (100vw - 320px) / 1600);
	}
}

@media (any-hover: hover) {
	.bvi-btn:hover {
		color: #ed5d05;
	}
}

.bvi-btn img {
	width: 32px;
	height: 32px;
	-o-object-fit: contain;
	object-fit: contain;
}

@media (max-width: 1920px) {
	.bvi-btn img {
		width: calc(25px + 7 * (100vw - 320px) / 1600);
		height: calc(25px + 7 * (100vw - 320px) / 1600);
	}
}

.bvi-btn span {
	margin-left: 8px;
}

@media (max-width: 768px) {
	.bvi-btn span {
		display: none;
	}
}

.menu {
	height: 100%;
}

.menu__icon {
	display: none;
}

@media (max-width: 768px) {
	.menu__icon {
		display: block;
		position: relative;
		width: 21px;
		height: 12px;
		cursor: pointer;
		z-index: 5;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	.menu__icon span,
	.menu__icon::before,
	.menu__icon::after {
		content: "";
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		right: 0;
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #264796;
	}

	.menu__icon::before {
		top: 0px;
	}

	.menu__icon::after {
		bottom: 0px;
	}

	.menu__icon span {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	._menu-open .menu__icon span,
	._menu-open .menu__icon::before,
	._menu-open .menu__icon::after {
		background-color: #a2a8b1;
	}

	._menu-open .menu__icon span {
		width: 0;
	}

	._menu-open .menu__icon::before {
		top: calc(50% - 1px);
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	._menu-open .menu__icon::after {
		bottom: calc(50% - 1px);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

@media (min-width: 769px) {
	.menu__body {
		height: 100%;
	}
}

@media (max-width: 768px) {
	.menu__body {
		position: absolute;
		width: 100%;
		max-height: calc(100vh - 136px);
		min-height: calc(100vh - 136px);
		top: 100%;
		right: -100%;
		overflow-y: auto;
		overflow-x: hidden;
		border-left: 1px solid #ededed;
		border-right: 1px solid #ededed;
		background-color: #fff;
		-webkit-transition: right 0.3s ease 0s;
		-o-transition: right 0.3s ease 0s;
		transition: right 0.3s ease 0s;
		z-index: 99;
	}
}

@media (max-width: 768px) and (max-width: 1920px) {
	.menu__body {
		max-height: calc(100vh - (140px + -4 * (100vw - 320px) / 448));
		min-height: calc(100vh - (140px + -4 * (100vw - 320px) / 448));
	}
}

@media (max-width: 768px) {
	._menu-open .menu__body {
		right: 0;
	}
}

.menu__list>div,
.menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

@media (max-width: 768px) {

	.menu__list>div,
	.menu__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.menu__list li {
	position: relative;
}

@media (max-width: 768px) {
	.menu__list li {
		width: 100%;
	}
}

@media (any-hover: hover) {
	.menu__list li:hover>a {
		color: #264796 !important;
	}
}

.menu__list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
}

@media (max-width: 768px) {
	.menu__list li a {
		width: 100%;
	}
}

.menu__list li a i {
	height: 100%;
	position: relative;
	z-index: 10;
	max-width: 9px;
	max-height: 9px;
	min-width: 9px;
	min-height: 9px;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 5px;
}

@media (min-width: 769px) {
	.menu__list li a i {
		display: none;
	}
}

.menu__list li a i::before,
.menu__list li a i::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	-ms-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
	width: 1px;
	height: 9px;
	border-radius: 1px;
	background-color: #264796;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.menu__list li a i::before {
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	-ms-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
}

.menu__list li.dropdown._open-menu>a {
	color: #264796 !important;
}

.menu__list li.dropdown._open-menu>a i::before {
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	-ms-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
}

@media (min-width: 769px) and (any-hover: hover) {
	.menu__list li.dropdown:hover>ul.dropdown-menu {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
		pointer-events: all;
	}
}

@media (min-width: 769px) {
	.menu__list li.dropdown>ul.dropdown-menu {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		z-index: 10;
		top: 100%;
		left: 0px;
		pointer-events: none;
		min-width: 277px;
		max-width: 277px;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
		display: block;
		position: absolute;
		border: 1px solid #ededed;
		background-color: #fff;
		-webkit-box-shadow: 0px 0px 6px rgba(185, 191, 205, 0.3);
		box-shadow: 0px 0px 6px rgba(185, 191, 205, 0.3);
	}
}

@media (min-width: 769px) and (max-width: 1920px) {
	.menu__list li.dropdown>ul.dropdown-menu {
		max-width: calc(210px + 67 * (100vw - 768px) / 1152);
		min-width: calc(210px + 67 * (100vw - 768px) / 1152);
	}
}

@media (min-width: 769px) {
	.menu__list li.dropdown>ul.dropdown-menu>li.dropdown>ul.dropdown-menu {
		top: 0px;
		left: 100%;
	}
}

@media (min-width: 769px) {
	.menu__list li.dropdown>ul.dropdown-menu>li:first-child>a {
		padding-top: 20px;
		padding-bottom: 7px;
	}

	.menu__list li.dropdown>ul.dropdown-menu>li:last-child>a {
		padding-bottom: 20px;
		padding-top: 7px;
	}

	.menu__list li.dropdown>ul.dropdown-menu>li>a {
		padding: 7px 25px;
	}
}

@media (min-width: 769px) and (any-hover: hover) {
	.menu__list li.dropdown>ul.dropdown-menu>li:hover>a {
		background-color: #f7f8fb;
	}
}

@media (max-width: 768px) {
	.menu__list li.dropdown>ul.dropdown-menu>li {
		padding: 0px 0px 0px 15px;
	}

	.menu__list li.dropdown>ul.dropdown-menu>li:not(:last-child) {
		margin-bottom: 10px;
	}
}

.menu__list li.dropdown>ul.dropdown-menu>li a {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

@media (max-width: 1920px) {
	.menu__list li.dropdown>ul.dropdown-menu>li a {
		font-size: calc(13px + 3 * (100vw - 320px) / 1600);
		line-height: calc(16px + 4 * (100vw - 320px) / 1600);
	}
}

@media (min-width: 769px) {
	.menu__list li.dropdown>ul.dropdown-menu>li>ul {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-shadow: none;
		box-shadow: none;
		border: none;
	}
}

@media (max-width: 768px) {
	.menu__list li.dropdown>ul.dropdown-menu>li>ul {
		margin-top: 10px;
	}
}

.menu__list li.current_menu_item>a {
	color: #264796 !important;
}

.menu__list>div>li,
.menu__list>li {
	height: 100%;
}

@media (max-width: 768px) {

	.menu__list>div>li,
	.menu__list>li {
		width: 100%;
	}
}

@media (min-width: 769px) {

	.menu__list>div>li:not(:last-child),
	.menu__list>li:not(:last-child) {
		margin-right: 37px;
	}
}

@media (min-width: 769px) and (max-width: 1920px) {

	.menu__list>div>li:not(:last-child),
	.menu__list>li:not(:last-child) {
		margin-right: calc(15px + 22 * (100vw - 768px) / 1152);
	}
}

@media (max-width: 768px) {

	.menu__list>div>li>a,
	.menu__list>li>a {
		padding: 18px 24px 18px 34px;
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		margin-bottom: -1px;
	}
}

@media (max-width: 768px) {

	.menu__list>div>li.current_menu_item>a::before,
	.menu__list>li.current_menu_item>a::before {
		content: "";
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 13px;
		height: 13px;
		background-color: #264796;
		left: -6px;
		border-radius: 100%;
	}
}

.menu__list>div>li>a,
.menu__list>li>a {
	height: 100%;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
}

@media (max-width: 1920px) {

	.menu__list>div>li>a,
	.menu__list>li>a {
		font-size: calc(13px + 7 * (100vw - 320px) / 1600);
		line-height: calc(16px + 9 * (100vw - 320px) / 1600);
	}
}

@media (max-width: 768px) {

	.menu__list>div>li.dropdown>ul.dropdown-menu,
	.menu__list>li.dropdown>ul.dropdown-menu {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

@media (min-width: 769px) {

	.menu__list>div>li.dropdown>ul.dropdown-menu>li:first-child>a,
	.menu__list>li.dropdown>ul.dropdown-menu>li:first-child>a {
		padding-top: 13px;
		padding-bottom: 13px;
	}

	.menu__list>div>li.dropdown>ul.dropdown-menu>li:last-child>a,
	.menu__list>li.dropdown>ul.dropdown-menu>li:last-child>a {
		padding-bottom: 13px;
		padding-top: 13px;
	}
}

@media (max-width: 768px) {

	.menu__list>div>li.dropdown>ul.dropdown-menu>li,
	.menu__list>li.dropdown>ul.dropdown-menu>li {
		padding: 0px 24px 0px 34px;
	}
}

.menu__list>div>li.dropdown>ul.dropdown-menu>li.dropdown._open-menu>a,
.menu__list>li.dropdown>ul.dropdown-menu>li.dropdown._open-menu>a {
	text-shadow: 0 0 0.3px #264796, 0 0 0.3px #264796;
}

@media (any-hover: hover) {

	.menu__list>div>li.dropdown>ul.dropdown-menu>li:hover>a,
	.menu__list>li.dropdown>ul.dropdown-menu>li:hover>a {
		text-shadow: 0 0 0.3px #264796, 0 0 0.3px #264796;
	}
}

@media (min-width: 769px) {

	.menu__list>div>li.dropdown>ul.dropdown-menu>li.current_menu_item::before,
	.menu__list>li.dropdown>ul.dropdown-menu>li.current_menu_item::before {
		content: "";
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 13px;
		height: 13px;
		background-color: #264796;
		left: -6px;
		border-radius: 100%;
	}
}

.menu__list>div>li.dropdown>ul.dropdown-menu>li.dropdown>ul.dropdown-menu>li.dropdown>ul.dropdown-menu>li a,
.menu__list>li.dropdown>ul.dropdown-menu>li.dropdown>ul.dropdown-menu>li.dropdown>ul.dropdown-menu>li a {
	color: #686a70;
}