:after, :before, *:not(.entry-social, .header__icon) {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

b {
	font-family:futurademic;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
    appearance: none;
    -moz-appearance: textfield;
}

.ebold b, b {
    font-weight: 400;
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
    padding: 10px 10px 11px;
    font-family: Roboto Mono, monospace;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    border-width: 2px;
    border-style: solid;
    border-radius: 10px;
    -webkit-transition: color .2s ease, background-color .2s ease;
    -o-transition: color .2s ease, background-color .2s ease;
    transition: color .2s ease, background-color .2s ease;
    cursor: pointer;
}

.content .btn--light-blue-outline {
    color: #426da9;
    background-color: transparent;
    border-color: #426da9;
}

a, a:hover {
    text-decoration: none;
}

a {
    color: #005d8c;
    border-bottom: 1px solid #3d779d;
}


.btn--light-blue-filled, .btn--light-blue-outline:focus, .btn--light-blue-outline:hover {
    color: #fff;
    background-color: #426da9;
}

/* region PAGES /index.php */
.sbold {
	font-family:futurademic;
}

.bold,.ebold {
	font-family:futurabold;
}

/* region MP-PO */
.mp-po {
    background:url(img/mp-po-bg.png) center top no-repeat #01124b;
    background-size: auto;
    color:#fff;
    text-align:center;
    text-transform:uppercase;
    position:relative;
    overflow:hidden;
    height: 480px
}

.mp-po .inn {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background-size:cover;
    padding:70px 0;
    z-index:20;
    position:relative;
    min-height:100%
}

.mp-po .title {
    margin:0 0 40px;
}

.mp-po .title .thin {
	font-family: Roboto Mono;
    font-size: 30px;
    letter-spacing: .1em;
    line-height: 40px;
}

.mp-po .title .ebold {
	font-family: Roboto Mono;
    font-size: 48px;
	font-weight: 500;
    line-height: 56px;
	letter-spacing: .1em;

    margin: 16px 0 0;
}

a.more-button {
	display: inline-block;

    color: #fff;
    border-radius: 8px;
    background-color: #256BCD;
    font-family: 'Roboto Mono';
    font-weight: 700;
    line-height: 24px;
	letter-spacing: .1em;

	width: auto;
    height: 56px;
    padding: 16px 42px;
}

.more-button:hover {
    color:#fff;
    background:#89b0e4; 
    border-color: #89b0e4;
}


.mp-po img {
    position:absolute;
    left:0;
    top:0;
    width:auto;
    height:auto;
    min-width:100%;
    min-height:140%;
    z-index:10
}

.cl {
    display:block;
    height:0;
    font-size:0;
    line-height:0;
    clear:both
}
/* endregion MP-PO */

/* region mp-benefits */
.mp-benefits {
	border-top:1px solid #bdc5d9;
	border-left:1px solid #bdc5d9;
}

.mp-benefits__item {
	width:25%;
	height:400px;
	float:left;
	text-align:center;
	padding:3%;
	border-right:1px solid #bdc5d9;
	border-bottom:1px solid #bdc5d9;

	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;

}

.mp-benefits__item .ico {
	margin:0 0 20px;
}

.mp-benefits__item .text .ebold {
	font-size:1.33333em;
	text-transform:uppercase;
	margin:0 0 20px;
}

.mp-benefits__item.ben-build {
	background:url(img/ben-build-bg.jpg) center no-repeat #edf5f9;
	background-size:auto 100%;
	font-size:1em;
	text-transform:uppercase;
	position:relative;
}

.mp-benefits__item.ben-build .inn {
	height:200px;
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	margin:-70px 0 0;
}

.mp-benefits__item.ben-build .vb {
	margin:10px 0;
	position:relative;
}

.mp-benefits__item.ben-build .vb::after,.mp-benefits__item.ben-build .vb::before {
	position:absolute;
	top:10px;
	height:1px;
	width:30%;
	background:#000;
	display:block;
	content:'';
}

.mp-benefits__item.ben-build .vb::before {
	left:20px;
}

.mp-benefits__item.ben-build .vb::after {
	right:20px;
}

.mp-benefits__item.ben-build .bold {
	font-size:1.55556em;
	font-family:futurabold;
	line-height:1.2em;
	margin-bottom:10px;
}

.mp-benefits__item.ben-world {
	background:url(img/ben-world-bg.jpg) center no-repeat #e5f4fc;
	background-size:auto 100%;
	font-size:1.33333em;
	line-height:1.2em;
	text-transform:uppercase;
	position:relative;
}

.mp-benefits__item.ben-world .inn {
	height:230px;
	top:50%;
	left:0;
	width:100%;
	position:absolute;
	margin:-115px 0 0;
}

.mp-benefits__item.ben-world .tin {
	font-family:futuralight;
}

.mp-benefits__item.ben-world .bold {
	font-size:1.33333em;
	line-height:1.2em;
	margin:20px 0 0;
}
.mp-benefits__item.ben-world .more {
	background:#7ba4db;
	display:block;
	width:85%;
	height:70px;
	line-height:71px;
	border-radius:10px;
	color:#fff;
	font-size:.66667em;
	margin:30px auto 0;
}

.mp-benefits__item.ben-world .more:hover {
	background:#89b0e4; 
	border-color: #89b0e4; 
}
/* endregion mp-benefits */
/* region PAGES /index.php */

/* region /support/ */
.support-search .wr {
	max-width: 1250px;
    margin: 0 auto;
    padding-left: 45px;
    padding-right: 45px;
    text-align: left;
}

.support-search {
    margin-bottom: 40px;
    padding-top: 56px;
}

.support-search__input {
    width: 74.138%;
}

.support-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
}

.support-search__button {
    width: 22.414%;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
}

.support-search__button svg {
    display: none;
}

.support-form {
    margin-bottom: 59px;
}

.support-form .wr {
	max-width: 1250px;
    margin: 0 auto;
    padding-left: 45px;
    padding-right: 45px;
    text-align: left;
}

.support-form__title {
    position: relative;
    min-height: 80px;
    margin-bottom: 40px;
    padding-top: 21px;
    padding-left: 100px;
}

.support-form__title svg {
    position: absolute;
    top: 0;
    left: 0;
}

.support-form__title h2 {
    margin: 0;
    font-family: Roboto Mono, monospace;
    font-size: 1.777em;
    line-height: 1.25em;
    text-transform: uppercase;
    color: #000;
}

.support-form__toggle {
    display: flex;
    justify-content: flex-start;
    gap: 26px;
    max-width: 100%;
    margin-bottom: 40px;
}


.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.support-form__radio label {
    display: block;
    position: relative;
    min-height: 32px;
    padding-left: 62px;
    font-family: Roboto Mono, monospace;
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #828282;
    cursor: pointer;
}

.support-form__radio input:checked+label {
    color: #426da9;
}

.support-form__radio label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border: 2px solid #d0d0d0;
    border-radius: 50%;
}

.support-form__radio input:checked+label:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 20px;
    height: 20px;
    background-color: #426da9;
    border-radius: 50%;
}

.support-form__question-form {
    display: none;
}

.support-form__question-form.is-open {
    display: block;
}

.support-form__issue-form {
    display: none;
}
.support-form__issue-form.is-open {
    display: block;
}
/* endregion /support/ */

/* region PAGES about/mission */
.mission-page {
    font-size: 1.5em;
    line-height: 1.5em;
}

.mission-page .wr {
	border-top: 10px solid #fff;
	padding: 1.45833em 45px 245px;
}

.mission-page__text {
	max-width: 600px;
	margin: auto;
	text-align: center;
	font-size: 24px;
}

.page__content p {
	font-family: 'Roboto Mono', sans-serif;
    margin: 1.45833em 0;
}

.page__content h2 {
    font-size: 1.875em;
    color: #000;
    margin: 40px 0 20px;
    text-transform: uppercase;
    line-height: 1.2em;
}

.mission-page .more-button {
    font-family: futurademic;
    text-transform: uppercase;
    font-size: .75em;
}
/* endregion PAGES /about/mission */

/* region PAGE /about/career/ PAGE */
.page__content .career {
	font-family: futuralight;
	color: #27292B;
	font-size: 18px;
	line-height: 24px;
}

.page__content .career h2 {
	margin: 0 0 40px 0;
	font-size: 28px;
	line-height: 32px;
	text-transform: uppercase;
}

.page__content .career ul {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
}

.page__content .career li {
	padding: 24px;
	margin: 0;
	border-bottom: 1px solid #DDDFE2;
	cursor: default;
	background: none;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.page__content .career li:last-child {
	border-bottom: 1px solid transparent;
}

.page__content .career li:hover {
	border-radius: 4px;
	color: #FFFFFF;
	background-color: #426DA9;
}

.page__content .career p {
	margin: 0;
}

.career .career-mission {
	display: flex;
	flex-direction: row;
	margin: 96px 0 0 0;
}

.career .mission-img-wrap {
	display: flex;
	max-width: 995px;
	width: 100%;
	height: fit-content;
}

.career .career-mission img {
	height: auto;
	width: 100%;
	max-width: 995px;
}

.career .career-mission .mission-text {
	max-width: 477px;
	margin: 0 40px 0 0;
}

.career .career-mission .mission-text h2 {
	margin: 0 96px 24px 0;
}

.career .career-mission .mission-text p {
	margin: 24px 96px 0 0;
}

.career .career-live {
	display: flex;
	flex-direction: row;
	margin: 96px 0 0 0;
}

.career .career-live .live-benefits {
	margin: 0 0 0 40px;
	max-width: 477px;
}

.career .career-letsgo {
	margin: 96px 0 0 0;
	display: flex;
	flex-direction: row;
}

.career .career-letsgo .letsgo-img-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	object-fit: cover;
	object-position: center;
	overflow: hidden;
	max-width: 735px;
	width: 100%;
	height: fit-content;
}

.career .career-letsgo .letsgo-resume {
	margin: 0 40px 0 0;
	max-width: 735px;
}

.career .career-letsgo .letsgo-file {
	margin: 40px 0 0 0;
}

/* region .letsgo-file */
.letsgo-file .file-selectdialog {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 transparent;
	border-color: transparent;
	border-radius: 0;
	border-style: solid;
	border-width: 0;
	box-shadow: none;
	margin-bottom: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	display: none;
}

.letsgo-file .file-selectdialog .file-extended {
	display: none;
	margin-left: 0;
}

.file-selectdialog .file-placeholder {
	margin-left: 0;
}

.file-placeholder .files-list {
	margin-top: 0;
	table-layout: fixed;
	width: 100%;
	position: relative;
}

.file-placeholder .files-text {
	-moz-box-sizing: border-box;
	color: #000000;
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	max-width: 100%;
	padding-right: 20px;
	position: relative;
	zoom: 1;
}

.file-selectdialog .file-extended .file-selector {
	display: flex;
	justify-content: center;
	padding: 8px;
	border-radius: 4px;
	background-color: #F0F1F3;
	color: #A0AEB5;
	font-size: 17px;
	font-weight: bold;
	line-height: 26px;
	position: relative;
	text-shadow: none;
}

.file-selectdialog .file-extended .file-uploader {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	color: #27292B;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	border-radius: 4px;
	border: 1px dashed #BBBEC3;
	padding: 24px;
}

.file-selectdialog .file-extended .file-uploader .file-but-text {
	display: block;
	color: #426DA9;
	font-size: 17px;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: 0.2em;
	padding: 13px 48px;
	white-space: nowrap;
	text-transform: uppercase;
	text-align: center;
	border: 2px solid #426DA9;
	border-radius: 10px;
	cursor: pointer;
	margin: 0 8px;
	width: fit-content;
	height: fit-content;
}

.file-selectdialog .file-extended .file-uploader .file-ext-text {
	margin: 24px 0 0 0;
}

.file-selectdialog .file-extended .file-uploader .file-ext-text, .file-selectdialog .file-extended .file-uploader .file-size-text {
	color: #979CA2;
	font-weight: normal;
	text-align: center;
}

.file-selectdialog .file-extended .file-uploader .file-ext-text b, .file-selectdialog .file-extended .file-uploader .file-size-text b {
	color: #686D73;
	font-weight: normal;
}

.file-selectdialog .file-extended .file-uploader .file-ext-text, .file-selectdialog .file-extended .file-uploader .file-size-text {
	color: #979CA2;
	font-weight: normal;
	text-align: center;
}

.file-selectdialog .file-extended .file-selector:hover,
.file-selectdialog .file-extended .file-selector-active {
	border: none;
	padding: 8px;
}
/* endregion .letsgo-file */


.file-selectdialog .file-extended {
	display: none;
	margin-left: 0;
}

.career .career-letsgo .file-dragndrop {
	padding: 8px;
	border-radius: 4px;
	background-color: #F0F1F3;
	margin: 20px 0 0 0;
}

.career .career-letsgo .file-dragndrop-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 4px;
	border: 1px dashed #BBBEC3;
	padding: 24px;
}

.career .career-letsgo .file-dragndrop__input {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0 0 24px 0;
}

.career .career-letsgo .file-dragndrop__input input {
	color: #426DA9;
	font-size: 17px;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: 0.2em;
	padding: 13px 48px;
	white-space: nowrap;
	text-transform: uppercase;
	border: 2px solid #426DA9;
	border-radius: 10px;
	cursor: pointer;
}

.career .career-letsgo .file-dragndrop__input p {
	margin: 0 0 0 8px;
}

.career .career-letsgo .file-dragndrop__subtitle {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #979CA2;
}

.career .career-letsgo .file-dragndrop__subtitle b {
	color: #686D73;
	font-weight: normal;
}

.career .career-letsgo .file-checkbox {
	margin: 40px 0 0 0;
	padding: 0;
}

.checkbox {
    display: flex;
    align-items: center;
    padding: 20px 0 40px;
    cursor: pointer;
}

.checkbox input {
    display: none;
}

.checkbox span {
    font-family: RobotoMonoRegular, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    display: block;
    margin-top: 16px;
}

.checkbox .checkbox_button {
    position: relative;
    margin-right: 20px;
    width: 25px;
    min-width: 25px;
    height: 25px;
    border: 2px solid #D0D0D0;
    box-sizing: border-box;
}

.career .career-letsgo .file-checkbox .file-checkbox__style {
	transition: border 0.2s ease;
}

.checkbox .checkbox_button:after {
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 15px;
    height: 13px;
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease;
    background-image: url(./img/svg/checkbox.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.checkbox input:checked + .checkbox_button:after {
    opacity: 1;
}

.career .career-letsgo .file-checkbox:hover .file-checkbox__style {
	border: 2px solid #426DA9;
}

.career .career-letsgo .file-checkbox .file-checkbox__text {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #686D73;
}

.career .career-letsgo .file-submit,
.file-popup .file-sent {
	color: #FFFFFF;
	font-size: 17px;
	line-height: 24px;
	letter-spacing: 0.2em;
	white-space: nowrap;
	text-transform: uppercase;
	padding: 13px 48px;
	background-color: #426DA9;
	cursor: pointer;
	border: none;
	border-radius: 10px;
	margin: 40px 0 0 0;
	transition: background-color 0.5s ease;
}

.career .career-letsgo .file-submit:disabled {
	pointer-events: none;
	background-color: #BBBEC3;
}

.file-popup {
	max-width: 640px;
	max-height: 282px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	box-shadow: 0 24px 96px rgba(0, 0, 0, 0.25);
	border-radius: 16px;
	padding: 48px 64px 40px 64px;
}

.file-popup .file-popup-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.file-popup svg {
	margin: 0 0 8px 0;
}

.file-popup .file-sent {
	margin: 0;
}

.file-popup h2 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 28px;
	line-height: 32px;
	text-align: center;
	font-family: futuraregular;

    margin: 10px 0;
}

.career .career-social {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 96px 0 0 0;
}

.career .career-social a {
	border: none;
	max-height: 32px;
}

.career .career-social a:nth-child(even) {
	margin: 0 24px;
}
/* endregion PAGE /about/career/ PAGE */

/* region PAGE /about/reviews */
.page__content ul {
    margin: 40px 0;
    padding: 0;
    list-style: none;
}

.reviews__list ul {
    padding: 0;
    text-align: center;
}

.page__content ul li:not(.ui-select__option) {
    background: url(./img/li-marker.png) left top no-repeat;
    padding: 0 0 0 45px;
    margin: 0 0 25px;
}

.reviews__list ul li {
    background: 0 0;
    display: inline-block;
    width: 30%;
    margin: auto auto 40px;
    padding: 0 20px;
}

.reviews__list ul li .inn {
    display: block;
    background: #b8d7e6;
    padding: 20px;
    overflow: hidden;
}

.reviews__list ul li a {
    display: block;
    background: #fff;
    border: 0;
    overflow: hidden;
}

.reviews__list ul li a img {
    display: block;
    width: 100%;
    height: auto;
}

/* region PAGES /about/vacancies */
.carees__highlight {
	border:5px solid #0090d9;text-align:center;padding:50px;line-height:1.6em
}

.carees__highlight .title {
	margin:0 0 40px;
	padding:0 0 50px;
	font-size:32px;
	line-height:1.4em;
	text-transform:uppercase;
	letter-spacing:.25em;
	font-weight:600;
	position:relative
}

.carees__highlight .title:before {
	content:'';
	display:block;
	width:100px;
	height:4px;
	background:#000;
	position:absolute;
	bottom:0;
	left:50%;
	margin:0 0 0 -50px;
}

/* endregion PAGE /about/career/ PAGE */

/* region PAGES /about/media */
.page-media .intro {
	max-width:800px;
	margin:auto;
	padding:0 0 2.08333em;
	position:relative;
	text-align: center;
}

.page-media .intro:before {
	content:'';
	width:100px;
	height:4px;
	background:#000;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-50px;
}

.page-media .intro p {
	font-size:1.5em;
	line-height:1.5em;
	margin-bottom:1.66667em;
}

.page-media .intro p+p {
	font-size:1em;
	line-height:1.5em;
	margin-bottom:20px;
}


.media__items {
	text-align:center;
}

.media__item {
	display:inline-block;
	width:30%;
	padding:0 20px;
	margin:40px 0 0;
	vertical-align:top;
}

.media__item .video {
	background:#b8d7e6;
	padding:20px;
	margin:0 0 30px;
	height:300px;
}
/* endregion PAGES /about/media */

/* region PAGES /about/contacts */
.page__content b {
    font-family: Proxima, sans-serif;
    font-weight: 700;
}

.page-contacts__left {
    float: left;
    width: 50%;
}

.contacts__info {
    border: 10px solid #0190d9;
    padding: 40px;
    text-align: center;
    font-size: 1.125em;
    margin: 0 0 20px;
}

.contacts__info .phone {
    font-size: 3.55556em;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: .625em;
}


.contacts__info .phone {
    letter-spacing: inherit !important;
}

.contacts__info .mail {
    font-size: 1.33333em;
    margin-bottom: 1.66667em;
}

.contacts__info p {
    font-family: Proxima, sans-serif !important;
}

.contacts__map {
    position: relative;
}

/* region page-contacts__right */
.page-contacts__right {
    float: right;
    width: 50%;
    padding: 0 0 0 140px;
}

.form__feedback {
    width: 480px;
}

.form__feedback .title {
    font-family: futurablack;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 0 40px;
}

.form__feedback .line {
    margin: 0 0 20px;
}

.form__feedback .line .label {
    display: block;
    font-family: futurademic;
    font-size: 18px;
    float: left;
    width: 140px;
    line-height: 40px;
}

.form__feedback .line .value {
    display: block;
    float: left;
    width: 340px;
}

.form__feedback input[type=text] {
    font-size: 16px;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    line-height: 38px;
    border: 1px solid #859ba6;
    padding: 0 10px;
}


.form__feedback .line.wide .label, .form__feedback .line.wide .value {
    float: none;
    width: auto;
}

.form__feedback input[type=submit] {
    background: #002855;
    color: #fff;
    border: 0;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 70px;
    height: 70px;
    font-family: futurademic;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: .18182em;
    border-radius: 12px;
}

.form__feedback .fileblock {
    display: none;
}

.form__feedback .fileblock.shown {
    display: block;
}

.form__feedback .line .value.file label {
    float: left;
    margin: 0 20px 10px 0;
    display: block;
    width: 170px;
    height: 50px;
    border: 2px solid #0090d9;
    border-radius: 12px;
    text-align: center;
    line-height: 46px;
    color: #0090d9;
    font-family: futurademic;
}

.form__feedback textarea {
	font-size: 16px;
	line-height: 1.4em;
	border: 1px solid #859ba6;
	border-radius: 4px;
	padding: 10px;
	width: 100%;
	height: 200px;
}

.form__feedback .line .value.file .filename {
    float: left;
    display: block;
    line-height: 50px;
}

.form__feedback .line .value.file input[type=file] {
	display: none;
}

.form__feedback .more_files {
    background: url(img/plus_ico.png) left top no-repeat transparent;
    color: #0190d9;
    font-weight: 700;
    display: block;
    padding-right: 55px;
    border: 0;
    margin: 10px 0 0 0;
    height: 32px;
    padding: 3px 0 0 45px;
}

/* region error */
.err_popup {
    display: none;
    background: #fff;
    text-align: left;
    padding: 60px 60px 40px 60px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 -300px;
    box-shadow: 0 20px 60px rgba(0,0,0,.5);
    width: 600px;
    z-index: 300;
    color: red;
}

.err_popup .close {
    background: url(img/pop_close_ico.jpg) left top no-repeat;
    background-size: 40px auto;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 20px;
    border: 0;
}


.err_popup .title {
    color: #000;
}
/* endregion error */

/* region ok */
.feedback__ok-mess {
    text-align: center;
    font-size: 26px;
    font-family: futurademic;
    line-height: 1.4em;
}

.feedback__ok-mess img {
    display: block;
    margin: 0 auto 20px;
}
/* endregion ok */


.form__feedback .line .value.file label:hover {
    background: #0090d9;
    color: #fff;
}

.form__feedback textarea:focus, .form__feedback textarea:hover {
	border-color:#0190d9;
}

.form__feedback input[type=text]:focus, .form__feedback input[type=text]:hover {
    border-color: #0190d9;
}

.form__feedback .more_files:hover span {
    border-color: #000;
}
/* endregion page-contacts__right */
/* endregion PAGES /about/contacts */

/* region PAGES /services/integration */

.integration {
    padding-top: 21px;
    margin-bottom: 82px;
}

.integration .wr {
    max-width: 1250px;
    margin: 0 auto;
    padding-left: 45px;
    padding-right: 45px;
    text-align: left;
}

.integration .link--back, .link a--back,  .sla .link--back, .link a--back{
    position: relative;
    padding-left: 36px;
    top: 2px;
    font-family: Roboto Mono, monospace;
    font-size: .777em;
    line-height: 1.43em;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-decoration: none;
	color: #426da9;
	border-bottom: 0;
}

.link--back svg, .link a--back svg {
    position: absolute;
    top: 6px;
    left: 5px;
    fill: #426da9;
    -webkit-transition: fill .2s ease;
    -o-transition: fill .2s ease;
    transition: fill .2s ease;
}

.section-header {
    position: relative;
    padding-left: 199px;
}

.integration__section-header {
    margin-top: 32px;
    margin-bottom: 66px;
}

.section-header svg {
    position: absolute;
    top: 2px;
    left: -2px;
}

.section-header img {
    position: absolute;
    top: 2px;
    left: -2px;
}

.integration__section-header svg {
    top: 10px;
    left: 6px;
}

.section-header h2 {
    margin-top: 0;
    margin-bottom: 34px;
    font-family: Roboto Mono, monospace;
    font-size: 1.777em;
    line-height: 1.25em;
    text-transform: uppercase;
    color: #000;
}

.section-header p {
    font-family: Roboto Mono, monospace;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #000;
}

.accordion {
    border-bottom: 2px solid #d0d0d0;
}

.accordion:first-child {
    border-top: 2px solid #d0d0d0;
}


.accordion__header {
    position: relative;
    padding: 39px 100px 42px 0;
    font-family: Roboto Mono, monospace;
    font-size: 1.777em;
    line-height: 1.25em;
    font-weight: 700;
    text-transform: uppercase;
    color: #426da9;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    cursor: pointer;
}

.accordion__header.is-open {
    color: #000;
}

.accordion__header svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    stroke: #458ed3;
    -webkit-transition: stroke .2s ease, -webkit-transform .5s ease;
    transition: stroke .2s ease, -webkit-transform .5s ease;
    -o-transition: stroke .2s ease, transform .5s ease;
    transition: stroke .2s ease, transform .5s ease;
    transition: stroke .2s ease, transform .5s ease, -webkit-transform .5s ease;
    cursor: pointer;
}

.accordion__header.is-open svg {
    stroke: #000;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.accordion__content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s ease, opacity .5s ease;
    -o-transition: max-height .5s ease, opacity .5s ease;
    transition: max-height .5s ease, opacity .5s ease;
    font-family: Roboto Mono, monospace;
    color: #000;
}

.accordion__content p {
    margin-top: 0;
    margin-bottom: 56px;
    padding-right: 70px;
    font-family: Roboto Mono, monospace;
    font-size: 1.111em;
    line-height: 1.6em;
}

.integration .link--back:hover, 
.sla .link--back:hover {
	color: #002855;
}
/* endregion PAGES /services/integration */

/* region PAGES /services/sla */
.sla {
    padding-top: 21px;
    margin-bottom: 82px;
}

.sla .wr {
	max-width: 1250px;
    margin: 0 auto;
    padding-left: 45px;
    padding-right: 45px;
    text-align: left;
}

.sla__section-header {
    margin-top: 32px;
    margin-bottom: 44px;
}

.list {
    margin: 0;
    list-style: none;
}

.sla__list {
    padding-left: 199px;
}

.list li {
    position: relative;
    margin-left: 0;
    margin-bottom: 33px;
    padding-left: 39px;
    font-family: Roboto Mono, monospace;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #000;
}

.list li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #426da9;
}
/* endregion PAGES /services/sla */


/* region PAGES /distribution */
.distribution-header {
    margin-bottom: 56px;
    padding-top: 99px;
}


.distribution-header .wr {
    max-width: 1250px;
    margin: 0 auto;
    padding-left: 45px;
    padding-right: 45px;
    text-align: left;
}

.distribution-header__logo {
    margin-bottom: 78px;
}

.distribution-header__logo img {
    display: block;
}

.distribution-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.distribution-header__description {
    max-width: 550px;
    margin-right: 30px;
}

.distribution-header__description h2 {
    margin-top: 0;
    margin-bottom: 32px;
    font-family: Roboto Mono, monospace;
    font-size: 1.777em;
    line-height: 1.25em;
    text-transform: uppercase;
    color: #000;
}

.distribution-header__description p {
    font-family: Roboto Mono, monospace;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #000;
}

.distribution-header__btn {
    margin-top: 35px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
}
/* endregion PAGES /distribution */


/* region fancybox popup */
.fancybox-navigation .fancybox-button {
    width: 62px;
    height: 62px;
    padding: 0;
    background: 0 0;
}

.fancybox-container.fancybox-is-open .fancybox-bg {
	background-color: #002855;
	opacity: .7;
}

.fancybox-container.fancybox-is-open .fancybox-navigation {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	-webkit-transition: width .3s ease;
	-o-transition: width .3s ease;
	transition: width .3s ease;
}

.fancybox-container.fancybox-is-open .popup {
	position: static;
	width: auto;
	height: auto;
	padding: 0;
	background: #fff;
	border-radius: 10px;
	opacity: 1;

	transition: opacity .5s ease;
}

.fancybox-container.fancybox-is-open .popup-main {
	width: 800px;
	height: 640px;
	max-height: 640px;
	padding: 80px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-box-shadow: none;
	box-shadow: none;
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.fancybox-container.fancybox-is-open .popup-main .close {
	top: 40px;
	right: 40px;
	background-color: transparent;
	border: 0;
}

.fancybox-container.fancybox-is-open .popup-main>svg {
	margin-bottom: 30px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.fancybox-container.fancybox-is-open .popup .popup__title {
	max-width: none;
	margin-bottom: 33px;
	font-size: 1.777em;
	line-height: 1.25em;
	font-weight: 700;
	text-transform: uppercase;
}

.fancybox-container.fancybox-is-open .popup .popup__title, .popup p {
	font-family: Roboto Mono, monospace;
	text-align: center;
	color: #000;
}

.fancybox-container.fancybox-is-open .popup p {
	max-width: 460px;
	margin: 10px 0;
}

.fancybox-container.fancybox-is-open .popup__button, .popup p {
	font-size: 1.111em;
	line-height: 1.6em;
}

.fancybox-container.fancybox-is-open .popup__button {
	min-width: 242px;
	margin-top: 31px;

	color: #426da9;
    background-color: transparent;
    border-color: #426da9;
}

.fancybox-container.fancybox-is-open .btn--light-blue-outline:hover {
    color: #fff;
    background-color: #426da9;
}
/* endregion fancybox popup */


@media screen and (max-width:1440px) {
	/* region mp-benefits */
	.mp-benefits__item {
		height:320px;padding:3% 1%
	}

	.mp-benefits__item .ico {
		margin:0 auto 20px;
		width:80%
	}

	.mp-benefits__item .ico img {
		width:100%;
		height:auto;
	}

	.mp-benefits__item .text {
		font-family:futuralight;
	}

	.mp-benefits__item .text .ebold {
		font-size:1.11111em;
		text-transform:uppercase;
		margin:0 0 10px;
	}

	.mp-benefits__item.ben-world {
		font-size:1.11111em;
	}
	.mp-benefits__item.ben-world .inn {
		padding:3%;
		margin-top:-105px;
	}

	.mp-benefits__item.ben-world .more {
		height:60px;
		line-height:61px
	}
	/* endregion mp-benefits */

	/* region PAGES /about/contacts */
	.contacts__info .phone {
		font-size: 40px;
	}
	/* endregion PAGES /about/contacts */

	/* region /about/career */
	.career .career-mission .mission-text {
		max-width: 424px;
	}

	.career .career-live .live-benefits {
		max-width: 424px;
	}

	.career .career-letsgo .letsgo-resume {
		max-width: 655px;
	}

	.career .career-letsgo .letsgo-img-wrap {
		width: 655px;
	}
	/* endregion /about/career */

}

@media screen and (max-width:1400px) {
	/* region PAGES /about/contacts */
	/* region page-contacts__right */
	.page-contacts__right {
		width: 480px;
		padding: 0 0 0 40px;
		float: left;
	}
	/* endregion page-contacts__right */
	/* region PAGES /about/contacts */
}

@media only screen and (max-width:1200px) {
	/* region PAGES /about/media */
	.media__items {
		text-align:left;
	}
	.media__item {
		width:49%;
		text-align:center;
	}
	/* endregion PAGES /about/media */

}

@media screen and (max-width:1100px) {
	/* region PAGES /about/contacts */
	/* region page-contacts__right */
	.form__feedback, .page-contacts__right {
		width: 440px;
	}

	.form__feedback .line .value {
		width: 300px;
	}
	/* endregion page-contacts__right */
	/* region PAGES /about/contacts */

}

@media(max-width: 1024px) {
	/* region /about/career */
	.career .career-mission {
		flex-direction: column;
	}

	.career .career-mission .mission-text {
		max-width: unset;
		margin: 0;
	}

	.career .career-mission .mission-text h2 {
		margin: 0 0 24px 0;
	}

	.career .career-mission .mission-text p {
		margin: 0;
	}

	.career .career-mission img {
		max-width: 934px;
		margin: 40px 0 0 0;
	}

	.career .career-live .live-benefits {
		max-width: 447px;
	}

	.career .career-letsgo .letsgo-resume {
		max-width: 447px;
	}

	.career .career-letsgo .letsgo-img-wrap {
		width: 447px;
	}
	/* endregion /about/career */

}

@media screen and (max-width:1000px) {
	/* region mp-po */
    .mp-po .inn {
        padding:70px 0;height:100%
    }

    .mp-po .title {
        font-size:.88889em;margin-bottom:50px
    }

    .mp-po .title .eblod {
        font-size:2em
    }

    .mp-po img {
        margin-left:-250px
    }
	/* endregion mp-po */

	/* region mp-benefits */
	.mp-benefits__item {
		min-height:240px;
		height:auto;
		padding:2%;
	}

	.mp-benefits__item .text,.mp-benefits__item.ben-build {
		font-size:.77778em;
		line-height:1.2em;
	}

	.mp-benefits__item.ben-build .inn {
		margin-top:-50px;
	}

	.mp-benefits__item.ben-build .vb::after,.mp-benefits__item.ben-build .vb::before {
		width:30%;
		top:7px;
	}

	.mp-benefits__item.ben-world {
		font-size:.77778em;
	}

	.mp-benefits__item.ben-world .inn {
		min-height:144px;
		height:auto;
		margin-top:-72px;
	}

	.mp-benefits__item.ben-world .bold {
		font-size:1.28571em;
	}

	.mp-benefits__item.ben-world .more {
		height:36px;
		line-height:37px;
		border-radius:8px;
		font-size:.85714em;
	}
	/* endregion mp-benefits */

	/* region PAGES /about/mission */
	.mission-page {
		margin-bottom: -195px;
	}
	/* endregion PAGES /about/mission */

	/* region PAGES /about/vacancies */
	.carees__highlight .title {
		font-size: 24px
	}
	/* endregion PAGES /about/vacancies */

	.form__feedback .line .value {
		width: 300px;
	}

	/* region PAGES /distribution */
	.distribution-header {
		padding-top: 40px;
	}

	.distribution-header .wr {
		padding-left: 24px;
    	padding-right: 24px;
	}

	.distribution-header__logo {
		margin-bottom: 40px;
	}

	.distribution-header__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.distribution-header__description {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		max-width: none;
		margin-right: 0;
	}
	/* endregion PAGES /distribution */

	/* region PAGES /about/media */
	.page-media {
		font-size:1em;
	}

	.page-media .header {
		padding:0 20px;
	}

	.page-media .intro p {
		font-size:1.25em;
	}

	.page-media .intro p+p {
		font-size:1em;
	}
	/* endregion PAGES /about/media */

	/* region /support/ */
	.support-form .wr, .support-search .wr {
		padding-left: 24px;
    	padding-right: 24px;
	}
	/* endregion /support/ */

}

@media only screen and (max-width: 960px) {
	/* region PAGES /about/contacts */
	.page-contacts__left, .page-contacts__right {
		width: auto;
		float: none;
	}

	.contacts__map {
		height: 350px;
		overflow: hidden;
	}

	/* region page-contacts__right */
	.form__feedback {
		margin: 40px auto 0;
	}
	/* endregion page-contacts__right */
	/* endregion PAGES /about/contacts */

}

@media screen and (max-width:880px) {
	.mp-benefits__item{
		width:33.33333%;
	}

	.mp-benefits__item.ben-build {
		width:100%;
	}

	.mp-benefits__item.ben-build .vb::after,.mp-benefits__item.ben-build .vb::before {
		width:40%;
	}

	.mp-benefits__item.ben-world {
		width:100%;
	}

	.mp-benefits__item.ben-world .inn {
		margin-top:-90px;
	}

	.mp-benefits__item.ben-world .more {
		width:200px;
	}

	/* region fancybox popup */
    .fancybox-container.fancybox-is-open .popup-main {
        width: 90vw;
        height: auto;
        max-height: none;
        padding: 40px 20px;
    }

    .fancybox-container.fancybox-is-open .popup-main .close {
        top: 20px;
        right: 20px;
    }

    .fancybox-container.fancybox-is-open .popup-main>svg {
        width: 80px;
        height: 80px;
    }
    /* endregion fancybox popup */
}


@media only screen and (max-width:840px) {
	/* region PAGES /about/media */
	.media__item,.media__items {
		text-align:center;
	}

	.media__item {
		width:480px;
	}
	/* endregion PAGES /about/media */

}

@media screen and (max-width:800px) {
	/* region /support/ */
	.support-search {
		margin-bottom: 15px;
		padding-top: 24px;
	}

	.support-search__input {
		-ms-flex-item-align: stretch;
		align-self: stretch;

		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		width: auto;
		margin-right: 8px;
	}

	.support-search__button {
		width: 40px;
		height: 40px;
		min-height: 0;
		padding: 0;
		border-width: 1px;
	}

	.support-search__button span {
		display: none;
	}

	.support-search__button svg {
		display: block;
	}
	
	.support-form {
		margin-bottom: 0;
	}

	.support-form__title {
		min-height: 40px;
		margin-bottom: 21px;
		padding-top: 6px;
		padding-left: 48px;
	}

	.support-form__title svg {
		width: 40px;
		height: 40px;
	}

	.support-form__title h2 {
		font-size: .888em;
		line-height: 1.5em;
	}

	.support-form__toggle {
		flex-direction: column;
		margin-bottom: 24px;
		gap: 8px;
	}

	.support-form__radio {
		margin-bottom: 8px;
	}

	.support-form__radio label {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-left: 49px;
		font-size: .666em;
		line-height: 1.33em;
	}

	.support-form__radio:last-of-type {
		margin-bottom: 0;
	}
	/* endregion /support/ */

	/* region PAGES /about/mission */
	.mission-page {
		margin-bottom: -295px;
	}
	/* endregion PAGES /about/mission */

	/* region PAGES /services/integration */
	.integration {
		padding-top: 2px;
		margin-bottom: 0;
	}

	.integration .wr {
		padding-left: 24px;
    	padding-right: 24px;
	}

	.link--back, .link a--back {
		font-size: .88889em;
	}

	.link--back svg, .link a--back svg {
		top: 5px;
		left: -1px;
	}

	.section-header {
		padding-left: 0;
	}

	.integration__section-header {
		margin-top: 11px;
		margin-bottom: 23px;
	}

	.section-header svg {
		width: 40px;
		height: 40px;
		left: 0;
	}

	.integration__section-header svg {
		top: 2px;
		left: 1px;
	}

	.section-header h2 {
		min-height: 46px;
		margin-bottom: 14px;
		padding-left: 48px;
		font-size: .888em;
		line-height: 1.5em;
	}

	.integration__section-header h2 {
		margin-bottom: 12px;
		padding-top: 9px;
	}

	.section-header p {
		font-size: .666em;
		line-height: 1.34em;
	}

	.accordion__header {
		padding: 15px 40px 20px 0;
		font-size: .888em;
		line-height: 1.5em;
	}

	.accordion__header svg {
		top: 13px;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		width: 32px;
		height: 32px;
	}

	.accordion__content p {
		margin-bottom: 32px;
		padding-right: 0;
		font-size: .666em;
		line-height: 1.33em;
	}
	/* endregion PAGES /services/integration */

	/* region PAGES /services/sla */
	.sla__list {
		padding-left: 0;
	}

	.list li {
		margin-bottom: 19px;
		padding-left: 32px;
		font-size: .666em;
		line-height: 1.33em;
	}

	.list li:before {
		top: 3px;
		width: 8px;
		height: 8px;
	}

	/* endregion PAGES /services/sla */


	/* region PAGES /about/reviews */
	.reviews__list ul {
		padding: 0;
		text-align: left;
	}

	.reviews__list ul li {
		width: 49%;
	}
	/* region fancybox-container */
	.fancybox-controls {
		text-align: left;
	}

	.fancybox-button--left, .fancybox-button--right, .fancybox-buttons button:not(.fancybox-button--close) {
		display: none !important;
	}

	.fancybox-caption {
		padding: 20px 0;
		margin: 0;
	}

	/* endregion fancybox-container */
	/* endregion PAGES /about/reviews */

	/* region PAGES /distribution */
	.distribution-header {
		margin-bottom: 24px;
		padding-top: 16px;
	}

	.distribution-header__logo {
		margin-bottom: 16px;
	}

	.distribution-header__logo img {
		width: 122px;
		height: 14px;
	}

	.distribution-header__description h2 {
		margin-bottom: 12px;
		font-size: .888em;
		line-height: 1.5em;
	}

	.distribution-header__description p {
		font-size: .666em;
		line-height: 1.33em;
	}

	.distribution-header__btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		min-height: auto;
		margin-top: 26px;
		font-size: .666em;
		line-height: 1.33em;
	}
	/* endregion PAGES /distribution */
}

@media(max-width: 768px) {
	/* region /about/career */
	.career .career-live .live-benefits {
		max-width: 319px;
	}

	.career .career-letsgo .letsgo-resume {
		max-width: 354px;
	}

	.career .career-letsgo .letsgo-img-wrap {
		width: 319px;
	}

	.career .career-letsgo .file-checkbox {
		margin: 4px 0 0 0;
	}

	.career .career-letsgo .file-submit {
		width: 100%;
		margin: 24px 0;
	}

	/* region .letsgo-file */
	.career .career-letsgo .letsgo-file h2 {
		margin: 0;
	}

	.letsgo-file .file-selectdialog .file-placeholder {
		margin: 24px 0 0 0;
	}

	.file-selectdialog .file-extended .file-selector, .file-selectdialog .file-extended .file-selector:hover, .file-selectdialog .file-extended .file-selector-active {
		background: transparent;
		border: none;
		padding: 0;
	}

	.file-selectdialog .file-extended .file-uploader {
		border: none;
		padding: 0;
	}

	.file-selectdialog .file-extended .file-uploader .file-but-text {
		width: 100%;
		margin: 0;
	}

	.file-selectdialog .file-extended .file-uploader .file-drop-here,
	.file-selectdialog .file-extended .file-uploader .file-ext-text span {
		display: none;
	}

	.file-selectdialog .file-extended .file-uploader .file-ext-text {
		margin: 8px 0 0 0;
	}

	.file-selectdialog .file-extended .file-uploader .file-drop-here,
	.file-selectdialog .file-extended .file-uploader .file-ext-text span {
		display: none;
	}

	.file-selectdialog .file-extended .file-uploader .file-size-text {
		display: none;
	}

	/* endregion .letsgo-file */

	.career .career-social {
		margin: 0;
	}
	/* endregion /about/career */
}

@media(max-width: 767px) {
	/* region /about/career */
	.career .career-live .live-benefits {
		max-width: unset;
		margin: 96px 0 0 0;
	}

	.career .career-live {
		flex-direction: column;
	}

	.career .career-letsgo {
		flex-direction: column;
	}

	.career .career-letsgo .letsgo-resume {
		max-width: unset;
		margin: 0;
	}

	.career .career-letsgo .letsgo-img-wrap {
		width: 100%;
	}
	/* endregion /about/career */
}

@media screen and (max-width:640px) {
	/* region mp-po */
	.mp-po {
		background-size: inherit;
    }

    .mp-po .inn {
        padding:70px 0 30px
    }

	.mp-po .title {
		margin:0 0 24px;
	}

	.mp-po .title .thin {
		font-size: 20px;
		line-height: 24px;
	}

	.mp-po .title .ebold {
		font-size: 32px;
    	line-height: 36px;
		margin: 8px 0 0 ;
	}

	/* endregion mp-po */

	.mp-benefits__item{
		width:50%;
	}

	/* region PAGES /about/mission */
	.mission-page {
		font-size: 1.25em;
		margin-bottom: -275px;
	}

	.mission-page .wr {
		padding-left: 20px;
		padding-right: 20px;
	}

	.page__content ul li {
		padding-left: 25px;
		background-size: 15px 15px;
		background-position: left 3px;
	}
	/* endregion PAGES /about/mission */

	/* region PAGES /about/contacts */
	/* region errror */
	.err_popup {
		top: 0;
		left: 0;
		transform: none;
		width: 100%;
		margin: 0;
	}
	/* endregion errror */
	/* endregion PAGES /about/contacts */
}

@media only screen and (max-width: 560px) {
	/* region PAGE /about/media */
	.media__item {
		width: 100%;
		text-align: center;
		padding: 0;
	}
	/* endregion PAGE /about/media */
}

@media only screen and (max-width: 520px) {
	/* region PAGES /about/contacts */
	.contacts__info {
		padding: 20px;
	}

	.contacts__info .phone {
		font-size: 25px;
	}

	.page-contacts__right {
		padding: 0;
		width: auto;
	}

	/* region page-contacts__right */
	.form__feedback {
		width: auto;
	}

	.form__feedback .title {
		font-size: 24px;
	}

	.form__feedback .line {
		margin-bottom: 10px;
	}

	.form__feedback .line .label {
		width: auto;
		float: none;
		line-height: 20px;
		margin: 0 0 3px;
	}

	.form__feedback .line .value {
		width: auto;
		float: none;
	}

	.form__feedback .line.wide .value.file label {
		width: auto;
		float: none;
		margin: 20px 0 0;
	}

	.form__feedback .line.wide .value.file .filename {
		width: auto;
		float: none;
		line-height: 30px;
	}
	
	.form__feedback .line.wide .value {
		width: auto;
	}

	/* endregion page-contacts__right */
	/* endregion PAGES /about/contacts */

}

@media screen and (max-width:480px) {
	.mp-benefits__item {
		width:auto;
		float:none;
		border:0;
		height:auto;
		padding:30px 0;
		text-align:center;
	}

	.mp-benefits__item .text {
		width:280px;
		margin:auto;
	}

	.mp-benefits__item .ico {
		width:200px;
	}

	/* region PAGES /about/reviews */
	.reviews__list ul {
		text-align: center;
	}

	.reviews__list ul li {
		width: 250px;
		padding: 0;
	}
	/* endregion PAGES /about/reviews */

	/* region PAGES /about/vacancies */
	.carees__highlight {
		padding: 50px 20px;
	}

	.carees__highlight .title {
		font-size: 16px;
	}

	.carees__highlight .title br {
		display: none;
	}
	/* endregion PAGES /about/vacancies */

}
