	* {
		margin: 0; padding: 0;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
		display: block;
	}

	body {
	  width: 100%; background: #ffffff;
	}

	html {
	  width: 100%; height: 100%; scroll-behavior: smooth; background: #ffffff;
	}

	.flex {
		display: -webkit-flex; -webkit-justify-content: center; display: flex; justify-content: left;
	}

	.sticky {
		position: -webkit-sticky; position: sticky; top: 0;
	}

	.table {
		display: table;
	}

	.row {
		display: table-row;
	}

	.cell {
		display: table-cell; text-align: left; vertical-align: middle;
	}

	*:focus {
	    outline: none;
	}

/******************** HEADER ************************************************************/

	#header {
		width: 100%; font-family: 'Montserrat', sans-serif; font-size: 15px; font-style: normal;
		background: #ffffff; z-index: 999;
	}

	#header div.top {
		width: 100%; height: 70px; padding-top: 25px; padding-bottom: 25px;
		border-bottom: 1px solid #e3e3e3;
	}

	#header div.top div.wrapper {
		width: 1500px; margin: 0 auto;
		display: -webkit-flex; -webkit-flex-flow: row wrap; -webkit-align-content: flex-end; -webkit-justify-content: center; display: flex; flex-flow: row wrap; align-content: flex-end; justify-content: left;
	}

	#header div.logo {
		width: 300px;
	}

	#header div.logo img {
		width: auto; height: 70px;
	}

/******************** button ************************************************************/

	#header .button {
		width: 270px; padding-left: 25px; display: table;
	}

	#header .button .row {
		display: table-row;
	}

	#header .button .cell {
		display: table-cell; vertical-align: middle; text-align: left;
	}

	#header .button a {
		padding-left: 70px; padding-right: 60px; padding-top: 20px; padding-bottom: 20px; font-size: 15px; color: #353433; font-weight: 600; text-decoration: none; background: url("/source/services-icons.png") 30px center #f2f4f9; background-repeat: no-repeat; background-size: auto 20px;
	}

	#header .button a:hover {
		color: #671065;
	}

/******************** contacts ************************************************************/

	#header .contacts {
		width: 300px; padding-left: 25px; display: table;
	}

	#header .contacts .row {
		display: table-row;
	}

	#header .contacts .cell {
		display: table-cell; vertical-align: middle; text-align: left;
	}

	#header .phone {
		padding-left: 40px; background-image: url("/source/phone-icons.png"); background-repeat: no-repeat; background-size: auto 28px;
	}

	#header .phone a {
		font-family: 'Montserrat', sans-serif; font-size: 21px; color: #373635; font-weight: 800; font-style: normal; text-decoration: none; line-height: 28px;
	}

	#header .phone a:hover {
		text-decoration: none;
	}

/******************** topNav ************************************************************/

	#header .topNav {
		width: 500px; padding-left: 25px; display: table;
	}

	#header .topNav .row {
		display: table-row;
	}

	#header .topNav .cell {
		display: table-cell; vertical-align: middle; text-align: left;
	}

	#header .topNav ul {
	  list-style: none;
	}

	#header .topNav li {
	  padding-left: 30px; padding-right: 30px; float: left;
	}

	#header .topNav li a {
		font-size: 15px; color: #163c73; font-weight: 600; text-decoration: none;
	}

/******************** services ************************************************************/

	#header div.services {
		width: 100%; 
		border-bottom: 1px solid #e3e3e3;
	}

	#header div.services div.wrapper {
		width: 1500px; margin: 0 auto;
		display: -webkit-flex; -webkit-flex-flow: row wrap; -webkit-align-content: flex-end; -webkit-justify-content: center; display: flex; flex-flow: row wrap; align-content: flex-end; justify-content: left;
	}

	#header div.services ul {
    width: 100%; display: flex;
	}

	#header div.services li {
		position: relative; list-style: none; text-align: center; flex-grow: 1;
	}

	#header div.services li a {
		display: block; font-size: 15px; color: #163c73; font-weight: 800; text-transform: uppercase; text-decoration: none; line-height: 48px;
	}

	#header div.services li a:hover {
		color: #671065;
	}

	#header div.services li:hover {
		background: #f2f4f9;
	}

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

	#footer {
		width: 100%; font-family: 'Montserrat', sans-serif; font-size: 15px; font-style: normal;
		background: linear-gradient(90deg, rgba(8,42,77,0.98), rgba(99,41,114,0.97)), url("/source/footer.jpg") center center; background-size: cover;
	}

	#footer .wrapper {
		width: 1500px; margin: 0 auto; padding-top: 100px; padding-bottom: 100px;
	}

	#footer .container {
		display: -webkit-flex; -webkit-flex-flow: row wrap; -webkit-align-content: flex-end; -webkit-justify-content: center; display: flex; flex-flow: row wrap; align-content: flex-end; justify-content: left;
	}

	#footer .contacts {
		width: 600px;
	}

	#footer img.logo {
		width: auto; height: 65px;
	}

	#footer div.name {
		width: 500px; padding-top: 30px; color: #c9b9cb; font-weight: 600; line-height: 21px;
	}

	#footer ul.about_links {
	  padding-top: 30px; padding-bottom: 30px;
	}

	#footer ul.about_links li {
	  padding-bottom: 10px; list-style: none;
	}

	#footer ul.documents_links {
	  padding-top: 30px; padding-bottom: 30px;
	}

	#footer ul.documents_links li {
	  padding-bottom: 10px; list-style: none;
	}

	#footer ul.about_links a, #footer ul.documents_links a {
		color: #ffffff; font-weight: 600; text-decoration: none;
	}

	#footer ul.about_links a:hover, #footer ul.documents_links a:hover {
		text-decoration: underline;
	}

	#footer div.phone, #footer div.email {
		color: #c9b9cb; font-weight: 600; line-height: 21px;
	}

	#footer div.phone a, #footer div.email a {
		color: #ffffff; font-weight: 800; text-decoration: none;
	}

	#footer div.phone a:hover {
		text-decoration: none;
	}

	#footer div.email a:hover {
		text-decoration: underline;
	}

	#footer div.social {
		padding-top: 60px;
	}

	#footer div.social span {
		padding-right: 10px; color: #c9b9cb; font-weight: 600; line-height: 36px;
	}

	#footer a.social_icons {
		padding-left: 10px;
	}

	#footer img.social_icons {
		width: auto; height: 36px;
	}

	#footer div.message {
		width: 1000px; padding-top: 100px; color: #c9b9cb; font-weight: 600; line-height: 21px;
	}

	#footer div.copyright {
		padding-top: 10px; color: #c9b9cb; font-weight: 600;
	}

	#footer nav.services {
		width: 450px;
	}

	#footer nav.services ul {
	  padding-top: 40px; padding-bottom: 15px;
	}

	#footer nav.services li {
	  list-style: none; padding-bottom: 8px;
	}

	#footer nav.services li:first-child {
	  padding-bottom: 30px;
	}

	#footer nav.services  li a.main {
		color: #ffffff; font-weight: 800; text-transform: uppercase;
	}

	#footer nav.services  li a {
		color: #c9b9cb; font-weight: 600; text-decoration: none;
	}

	#footer nav.services li a:hover {
		text-decoration: underline;
	}

/******************** middleSection ************************************************************/

	#middle .middleSection {
		width: 100%; padding-top: 80px; padding-bottom: 80px; 
		background: linear-gradient(90deg, rgba(8,42,77,0.9), rgba(99,41,114,0.8)), url("/source/background.jpg") center center; background-size: cover;
	}

	.middleSection .wrapper {
		width: 1500px; margin: 0 auto;
	}

	.middleSection h1 {
		font-family: 'Roboto', sans-serif; font-size: 40px; color: #ffffff; font-weight: 600; text-transform: uppercase;
	}

	.middleSection .breadcrumbs ul {
		list-style: none; padding-bottom: 20px;
	}

	.middleSection .breadcrumbs li {
		display: inline;
	}

	.middleSection .breadcrumbs li+li:before {
		padding-left: 10px; padding-right: 10px; font-size: 12px; color: #c9b9cb; font-weight: 400; content: "\2014";
	}

	.middleSection .breadcrumbs li span {
		font-size: 15px; color: #c9b9cb; font-weight: 600;
	}

	.middleSection .breadcrumbs li a {
		font-family: 'Montserrat', sans-serif; font-size: 15px; color: #c9b9cb; font-weight: 600; font-style: normal; text-decoration: none;
	}

	.middleSection .breadcrumbs a:hover {
		color: #ffffff; text-decoration: underline;
	}

/******************** content ************************************************************/

	#middle div.content {
		width: 1500px; margin: 0 auto; padding-bottom: 100px; font-family: 'Montserrat', sans-serif; color: #13161b; font-style: normal; font-size: 16px; font-weight: 400; line-height: 21px; 
		display: -webkit-flex; -webkit-flex-flow: row wrap; -webkit-align-content: flex-end; -webkit-justify-content: center; display: flex; flex-flow: row wrap; align-content: flex-end; justify-content: left;
	}

	#middle .article {
		width: 950px; padding-top: 50px; padding-right: 50px;
	}

	#middle .article h2 {
		margin-top: 60px; margin-bottom: 40px; font-size: 28px; font-weight: 800; color: #0a3663;
	}

	#middle .article p {
		margin-bottom: 30px; text-align: left;
	}

	#middle .justify {
		text-align: justify;
	}

	#middle p.normal {
		margin-bottom: 30px; font-size: 18px; line-height: 28px; text-align: justify;
	}

	#middle strong {
		font-weight: 600;
	}

	.patient-support {
    width: 100%; margin-left: 50px; padding-bottom: 30px; padding-left: 30px; padding-right: 30px;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	}

	.patient-support li {
		padding-top: 15px; padding-bottom: 15px; padding-left: 15px; font-size: 18px;
	}

	#middle a.docs {
		padding-left: 35px; padding-top: 10px; padding-bottom: 10px; background: url(/source/doc.svg) left center no-repeat;
	}

	#middle .full-width {
		width: 100%; height: auto;
	}

	#middle .itemStat {
		margin-top: 50px; margin-bottom: 40px; list-style: none;
	}

	#middle .itemStat:after {
		display: table; clear: both; content: '';
	}

	#middle .itemStat li {
    float: left;
	}

	#middle .itemStat li:nth-child(1) {
    width: calc(25% - 15px); margin-right: 20px; padding-top: 50px; padding-bottom: 50px; padding-left: 10px; padding-right: 10px; box-sizing: border-box; text-align: center; border-top: 6px solid #86adad; border-left: 1px solid #f2f2f2; border-right: 1px solid #f2f2f2; border-bottom: 3px solid #e3e3e3; border-radius: 6px;
	}

	#middle .itemStat li:nth-child(2) {
    width: calc(25% - 15px); margin-right: 20px; padding-top: 50px; padding-bottom: 50px; padding-left: 10px; padding-right: 10px; box-sizing: border-box; text-align: center; border-top: 6px solid #86adad; border-left: 1px solid #f2f2f2; border-right: 1px solid #f2f2f2; border-bottom: 3px solid #e3e3e3; border-radius: 6px;
	}

	#middle .itemStat li:nth-child(3) {
    width: calc(25% - 15px); margin-right: 20px; padding-top: 50px; padding-bottom: 50px; padding-left: 10px; padding-right: 10px; box-sizing: border-box; text-align: center; border-top: 6px solid #86adad; border-left: 1px solid #f2f2f2; border-right: 1px solid #f2f2f2; border-bottom: 3px solid #e3e3e3; border-radius: 6px;
	}

	#middle .itemStat li:nth-child(4) {
    width: calc(25% - 15px); padding-top: 50px; padding-bottom: 50px; padding-left: 10px; padding-right: 10px; box-sizing: border-box; text-align: center; border-top: 6px solid #86adad; border-left: 1px solid #f2f2f2; border-right: 1px solid #f2f2f2; border-bottom: 3px solid #e3e3e3; border-radius: 6px;
	} 

	#middle .itemStat .item {
		margin-bottom: 30px; font-size: 21px; font-weight: 800; color: #2f9f9e;
	}

	#middle .itemDescr {
		font-size: 16px; font-weight: 400; color: #082a4d; line-height: 28px; text-align: center;
	}

	#middle .itemStat font {
		display: block; font-size: 46px; color: #e63b3b; line-height: 48px;
	}

	.blockquote {
    margin: 16px 46px; padding: 16px 55px; font-size: 24px; font-weight: 800; color: #2f9f9e; line-height: 36px; text-align: center;
	}

	#middle .activity {
		margin-top: 40px; margin-bottom: 40px; list-style: none;
	}

	.activity li {
		padding-top: 18px; padding-bottom: 18px;
	}

	.activity .item {
		padding-top: 15px; padding-bottom: 15px; padding-left: 30px; padding-right: 60px; font-size: 18px; font-weight: 600; color: #13161b; line-height: 28px; text-align: center; border-left: 15px solid #e3e3e3; border-bottom: 2px solid #e3e3e3; background: #f2f4f9;
	}


	#middle .article a {
		font-size: 18px; color: #0a3663; text-decoration: underline;
	}

	#middle .article a:hover {
		color: #b8232f;
	}

	#middle .article a.strongLink {
		color: #13161b; text-decoration: none;
	}

	#middle .article a.strongLink:hover {
		color: #13161b; text-decoration: none;
	}

	#middle .article .inputItem {
		margin-top: 40px; display: -webkit-flex; -webkit-flex-flow: row wrap; -webkit-align-content: flex-end; -webkit-justify-content: center; display: flex; flex-flow: row wrap; align-content: flex-end; justify-content: left;
	}

	#middle .article .inputButton {
		margin-top: 80px;
	}

	#middle label, input, textarea {
		font-family: 'Montserrat', sans-serif; color: #13161b; font-style: normal; font-size: 16px; font-weight: 400; line-height: 21px; 
	}

	#middle .article label {
		width: 220px; display: block; margin-top: 10px;
	}

	#middle .article input[type="text"] {
		width: 30%; padding: 15px 20px; border: 1px solid #e3e3e3;
	}

	#middle .article textarea {
		width: 50%; padding: 15px 20px; border: 1px solid #e3e3e3; resize: none;
	}

	#middle .inputButton a {
		padding-left: 40px; padding-right: 40px; padding-top: 20px; padding-bottom: 20px; font-size: 15px; color: #ffffff; font-weight: 600; text-decoration: none; text-align: center; background: #3e2963;
	}

	#middle .inputButton a:hover {
		color: #ffffff; background: #602970;
	}

	#middle .article font.blue600 {
		font-weight: 600; color: #082a4d;
	}

	#middle .article ul.normal {
		padding-top: 30px; margin-left: 50px; margin-right: 50px;
	}

	#middle .article ul.normal li {
		margin-left: 40px; padding-left: 25px; padding-bottom: 30px; font-size: 16px; font-weight: 400; line-height: 26px; text-align: left;
	}

	#middle .article ul.normal li::marker {
		content: "\2014";
	}

	#middle .article ul.border {
		list-style-type: none;
	}

	#middle .article ul.border li {
		font-size: 16px; font-weight: 400; line-height: 26px; text-align: left; background: #f3f7f9; padding: 40px 60px; border-radius: 10px; margin-bottom: 20px;
	}

	.bank-detail-params {
		width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; box-sizing: border-box; align-items: flex-start; flex-wrap: wrap; position: relative; word-break: break-word;
		font-family: 'Montserrat', sans-serif; color: #13161b; font-style: normal; font-size: 18px; font-weight: 400; line-height: 28px; text-align: left;
	}

	.bank-detail-params dt {
		width: 35%; display: flex; box-sizing: border-box; align-items: flex-end; position: relative; word-break: break-word;
	}

	.bank-detail-params dt:before {
		content: ""; display: block; width: 100%; position: absolute; left: 0; bottom: .2em; border-bottom: 1px dashed #d6dbe0;
	}

	.bank-detail-params dt span {
		padding-right: 5px; background: #ffffff; position: relative;
	}

	.bank-detail-params dd {
		width: 65%; display: flex; box-sizing: border-box; align-items: flex-end; margin: 0 0 4px 0; padding: 0 0 0 5px; word-break: break-word;
	}

	.bank-detail-download {
		padding-top: 30px; padding-bottom: 30px; padding-left: 70px; font-family: 'Montserrat', sans-serif; color: #4200b5; font-style: normal; font-size: 16px; font-weight: 400; line-height: 21px; text-align: left;
		background: url("/source/pdf.png") left center no-repeat; background-size: auto 50px; 
	}

/******************** sidebar ************************************************************/

	#middle section.sidebar {
		width: 450px; padding-left: 50px; padding-top: 50px;
	}

	#middle section.sidebar ul {
		list-style-type: none;
	}

	#middle section.sidebar li {
		padding-bottom: 7px; padding-top: 7px;
	}

	#middle section.sidebar li+li:before {
		padding-left: 20px; padding-right: 20px; font-size: 16px; color: #13161b; font-weight: 400; content: "\2014";
	}

	#middle section.sidebar a {
		font-family: 'Montserrat', sans-serif; color: #13161b; font-style: normal; font-size: 16px; font-weight: 400; line-height: 21px; text-decoration: none;
	}

	#middle section.sidebar li:first-child {
		padding-bottom: 16px; padding-top: 16px;
	}

	#middle section.sidebar li:first-child a {
		font-weight: 800; text-transform: uppercase;
	}

	#middle section.sidebar a.active {
		color: #b8232f; font-weight: 600; text-decoration: underline;
	}

	#middle section.sidebar a:hover {
		text-decoration: underline;
	}