html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline;
}
main, article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body {
	margin: 0; padding: 0; min-height: 100%;
}
body {
	position: relative; font-size: 20px; color: #1e2249; font-family: 'Circle'; line-height: 1.2;
	-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column; 
}
* {
	outline: none; box-sizing: border-box;
}
img {
	border: none; vertical-align: top;
}
.responsive-image {
	max-width: 100%;
}

.captcha {
    max-width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}
form {
	margin: 0; padding: 0;
}
input, textarea, select, button {
	margin: 0; padding: 0; border: none; resize: none; display: block; width: 100%; font-family: 'Circle';
}
input[type="text"] {
	background: #fff; display: flex; -ms-align-items: center; align-items: center;
}

::-moz-placeholder {
  opacity: 1;
}
label {
	/*cursor: pointer;*/
}
H1, H2, H3, H4, H5 {
	margin: 0; padding: 0;
}
H1, H2 {
	text-align: center; font-size: 42px;
}
H3 {
	font-size: 30px; margin-top: 60px;
}
H4 {
	font-size: 22px; margin-top: 30px;
}
H5 {
	font-size: 18px;
}
.title {
	font-size: 22px; font-weight: 700; transition: .3s;
}
.hidden {
	display: none;
}
.viewport-wrapper {
	position: relative; min-width: 300px; overflow: hidden;
}
.viewport-wrapper.overflow {
    width: 100%; height: 100vh; -webkit-overflow-scrolling: touch;
}
.overlay {
	background: #000; opacity: .8; position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 20;
	display: none;
}
.viewport-wrapper.overflow .overlay {
	display: block;
}
.container {
	margin: 0 auto; min-width: 300px; max-width: 1570px; padding: 0 15px;
}
.flex-row {
	display: flex; flex-wrap: wrap;
}
.justify-space {
	justify-content: space-between;
}
.justify-center {
	justify-content: center;
}
.justify-end {
	justify-content: flex-end;
}
.align-start {
	align-items: flex-start;
}
.align-center {
	align-items: center;
}
.align-end {
	align-items: flex-end;
}
ul, ul li {
	margin: 0; padding: 0; list-style: none;
}
ul li {
	position: relative; padding-left: 28px; line-height: 1.5; margin-top: 6px;
}
ul li:before {
	content: ''; display: block; background: url(../i/check-sm.png); width: 12px; height: 9px; background-size: 100% 100%;
	position: absolute; left: 0; top: 12px;
}
ol {
	margin: 0; padding: 0; list-style-type: none; counter-reset: item;
}
ol li {
	position: relative; padding-left: 28px; line-height: 1.5; margin-top: 6px;
}
ol li:before {
	position: absolute; left: 0; left: 0; content: counter(item); counter-increment: item;
	color: #e2211c; font-weight: 700;
}
a {
	color: #e2211c; text-decoration-color: transparent; transition: all 300ms ease;
}
a:hover {
	text-decoration-color: #e2211c;
}
p {
	margin: 30px 0 0; line-height: 1.5;
}
.bt {
	position: relative; display: inline-flex; justify-content: center; text-align: center; transition: all 300ms ease;
	-ms-align-items: center; align-items: center; border: solid 2px rgba(152,154,172,.25); background: #fff;
	line-height: 1; border-radius: 50px; height: 50px; padding: 0 27px; text-decoration: none; font-size: 18px;
    cursor: pointer;

}
.bt:hover,
.bt-red {
	border-color: #e2211c; background: #e2211c; color: #fff; cursor: pointer;
}
.bt .arrow {
	position: relative; margin-left: 10px; width: 18px; height: 14px; cursor: pointer;
}
.bt .arrow:before,
.bt .arrow:after {
	content: ''; display: block; background: url(../i/arrow-red.png); width: 18px; height: 14px; background-size: 100% 100%;
	position: absolute; left: 0; top: 0; transition: all 300ms ease;
}
.bt .arrow:after {
	background: url(../i/arrow-white.png); background-size: 100% 100%; opacity: 0;
}
.bt:hover .arrow:before,
.bt-red .arrow:before {
	opacity: 0;
}
.bt:hover .arrow:after,
.bt-red .arrow:after {
	opacity: 1;
}



.bt-menu {
	position: relative;
	width: 20px;
	height: 14px;
	cursor: pointer;
	display: none;
	margin: 0 0 0 40px;
	border-top: solid 2px #e2211c;
	transition: all .2s ease-in-out;
}
.bt-menu::before, .bt-menu::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background: #e2211c;
	transition: all .2s ease-in-out;
}
.bt-menu::before {
	top: 4px;
}
.bt-menu::after {
	bottom: 0; width: 12px;
}
.bt-menu.close {
	border-top-color: transparent;
}
.bt-menu.close:before {
	transform: rotate(45deg);
}
.bt-menu.close:after {
	transform: rotate(-45deg); bottom: 6px; width: 100%;
}



.mobile-menu {
	position: fixed; left: 0; right: 0; top: 70px; z-index: 100; background: #fff;
	padding: 50px 15px; overflow-y: scroll; display: none;
}
.mobile-menu nav > ul {
	padding: 0 10px 46px 0;
}
.mobile-menu nav li {
	padding-left: 0; margin-top: 0; line-height: 1.9;
}
.mobile-menu nav li:before {
	display: none;
}
.mobile-menu nav li a {
	text-decoration: none; color: #1e2249;
}
.mobile-menu nav > ul {
	margin: 0; width: 50%;
}
.mobile-menu nav li li a {
	color: #989aac;
}
.mobile-menu .buttons .bt {
	border-color: #e2211c; background: #e2211c; color: #fff; width: 31%; margin-top: 20px; padding: 0;
}
.mobile-menu .buttons .bt .arrow:before {
	opacity: 0;
}
.mobile-menu .buttons .bt .arrow:after {
	opacity: 1;
}
.mobile-menu .subs-form {
	max-width: 370px; margin-top: 70px;
}
.mobile-menu .mail {
	text-align: center; font-size: 14px; color: #989aac; margin: 16px 0 0;
}
.mobile-menu .mail a {
	color: #989aac; text-decoration: none;
}
.useful-menu {
	margin: 35px 0 0; font-size: 16px; color: #989aac;
}
.useful-menu li a {
	font-size: 16px; color: #989aac;
}
.useful-menu li {
	margin: 0 16px 0 0; padding: 0;
}
.useful-menu li:last-child {
	margin-right: 0;
}
.useful-menu li:before {
	display: none;
}
.useful-menu li span {
	margin-left: 16px;
}


.icon {
	display: flex; justify-content: center; -ms-align-items: center;
	align-items: center;
}


/* header
------------------------------------------------ */
.site-header {
	position: relative; z-index: 100; box-shadow: 0 4px 31px rgba(42,40,67,.12); background: #fff;
}
.header-main {
	position: absolute; left: 0; top: 0; right: 0; box-shadow: none;
}
.site-header .logo {
	width: 20%;
}
.site-header .logo a {
	display: flex; justify-content: center; -ms-align-items: center;
	align-items: center; background: #e2211c; max-width: 240px; height: 110px;
}
.site-header .menu {
	width: 70%;
}
.site-header .user {
	width: 20%; display: flex; justify-content: flex-end; -ms-align-items: center; align-items: center;
}
.site-header .menu > ul > li {
	margin: 0 20px; position: relative;
}
.site-header .menu li {
	padding-left: 0;
}
.site-header .menu li:before {
	display: none;
}
.site-header .menu > ul > li > a {
	position: relative; font-size: 18px; color: #989aac; text-decoration: none; z-index: 2;
}
.site-header .menu > ul > li > a:after {
	content: ''; display: block; position: absolute; left: 0; top: 100%; height: 2px;
	background: #e2211c; width: 0; transition: .3s;
}
.site-header .menu > ul > li > a.active,
.site-header .menu > ul > li:hover > a {
	color: #e2211c;
}
.site-header .menu > ul > li > a.active:after,
.site-header .menu > ul > li:hover > a:after {
	width: 100%;
}
.site-header .menu > ul > li:hover {
	z-index: 10;
}
.site-header .menu li .submenu {
	position: absolute; left: -25px; width: 200px; top: -25px; box-shadow: 0 27px 31px rgba(42,40,67,.12);
	background: #fff; padding: 85px 10px 22px 25px; display: none;
}
.site-header .menu li .submenu li {
	margin: 7px 0 0;
}
.site-header .menu li .submenu li a {
	font-size: 18px; color: #989aac; text-decoration: none;
}
.site-header .menu li .submenu li a:hover {
	color: #e2211c;
}
.site-header .user a {
	color: #989aac; text-decoration: none;
}
.site-header .user a:hover {
	color: #e2211c;
}
.site-header .authorized {
	display: flex; -ms-align-items: center; align-items: center;
}
.site-header .user .name {
	margin-right: 12px;
}
.site-header .user .photo img {
	width: 30px; height: 30px; object-fit: cover; border-radius: 50%;
}
/* end header */


.promo-block {
	background: url(../i/lg-bg-1.jpg) 50% 0 no-repeat; padding: 260px 0 0; min-height: 897px;
}
.promo-block H1 {
	text-align: left; font-size: 100px; line-height: 1;
}
.promo-block .subhead {
	font-size: 36px; font-weight: 700; margin-top: 32px; min-height: 145px;
}
.promo-block .bt {
	margin: 15px 15px 0 0;
}


.about-block {
	padding-top: 50px;
}
.about-block H2 {
	text-align: left;
}
.about-block p {
	max-width: 1000px;
}
.about-block .bt {
	margin-top: 30px;
}
.progress-list {
	padding-top: 70px;
}
.progress-list .item {
	display: flex; -ms-align-items: center; align-items: center; background: #f5f6fe; position: relative;
	transition: .3s; padding: 0 30px 0 130px; width: 32%; border-radius: 10px; margin-top: 20px; line-height: 1.2;
	height: 140px;
}
.progress-list .item > a {
	position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; z-index: 2;
}
.progress-list .item .icon {
	width: 100px; position: absolute; left: 30px; top: 0; bottom: 0;
}
.progress-list .item strong {
	font-size: 50px; line-height: 1;
}
.progress-list .item:hover {
	background: transparent; box-shadow: 0 27px 31px rgba(42,40,67,.12);
}


.services-block {
	padding-top: 100px;
}
.services-block .list {
	padding-top: 20px;
}
.services-block .item {
	background: #fff; border: solid 1px #f1f1f1; border-radius: 12px; overflow: hidden;
	margin-top: 20px; width: 32.5%; max-width: 500px; padding: 45px 60px 0; display: flex;
	flex-direction: column; transition: .3s; position: relative;
}
.services-block .item:hover {
	border-color: transparent; box-shadow: 0 27px 31px rgba(42,40,67,.12);
}
.services-block .item .image {
	margin: 0 -60px; padding-top: 30px; margin-top: auto;
}
.services-block .item .image img {
	width: 100%; height: auto;
}
.services-block .item .title {
	text-decoration: none; color: #1e2249;
}
.services-block .item .title:hover {
	color: #e2211c;
}
.services-block .item .bt {
	margin: 30px 0; max-width: 230px; padding: 0;
}
.services-block .item .mob-image {
	display: none; position: absolute; left: 0; top: 0; bottom: 0; -ms-align-items: center;
	align-items: center; justify-content: center; width: 200px;
}
.services-block .item .mob-image img {
	max-width: 100%;
}


.work-block {
	padding-top: 100px;
}
.work-block .list {
	max-width: 840px; margin: 0 auto;
}
.work-block .column {
	width: 50%; padding: 36px 10px 0;
}
.work-block .column:first-child {
	width: 50%;
}
.work-block .item {
	margin-top: 27px; line-height: 1.4;
}
.work-block .item a {
	color: #1e2249; text-decoration: none; border-bottom: solid 1px #e5e6ea;
}
.work-block .item a:hover {
	color: #e1201c; border-bottom-color: #e1201c;
}
.work-block .bt {
	margin-top: 40px;
}


.pairs-block {
	margin-top: 10px;
    background-image: url(../i/bg2a.jpg), url(../i/bg2b.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: top, bottom;
    background-color: #f5f8ff;
    padding-top: 206px;
    padding-bottom: 70px;
}
.pairs-block .list {
	padding-top: 20px;
}
.pairs-block .item {
	background: #fff; transition: .3s; background: #fff; border-radius: 14px; width: 15.6%; margin: 20px 1.28% 0 0;
	text-align: center; padding: 5px 5px 24px; position: relative;
}
.pairs-block .item:nth-child(6n) {
	margin-right: 0;
}
.pairs-block .item > a {
	position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; z-index: 2;
}
.pairs-block .item .logo {
	display: flex; justify-content: center; -ms-align-items: center;
	align-items: center; height: 185px;
}
.pairs-block .item img {
	max-width: 90%;
}
.pairs-block .item:hover {
	color: #e2211c; box-shadow: 0 27px 31px rgba(42,40,67,.12);
}
.pairs-block .mob-bt-more {
	padding: 0; width: 196px; display: none; margin: 30px auto 0;
}


.members-block {
	margin-top: 120px;
}
.members-block .item {
	padding: 0 25px; width: 25%; text-align: center; margin-top: 40px;
}
.members-block .item .photo img {
	width: 120px; height: 120px; border-radius: 50%; object-fit: cover;
}
.members-block .item .title {
	margin-top: 28px;
}
.members-block .item p {
	margin-top: 22px;
}


.news-block {
	padding-top: 170px;
}
.news-block .list {
	padding-top: 20px;
}
.row-news {
	position: relative; display: flex; transition: .3s; width: 49.3%; margin-top: 20px; border-radius: 14px;
	overflow: hidden;
}
.row-news .link-news {
	position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; z-index: 2;
}
.row-news .image {
	display: flex; justify-content: center; width: 49%; position: relative; -webkit-filter: brightness(70%);
}
.row-news .image img {
	width: 100%; height: 100%; object-fit: cover;
}
.row-news .content {
	display: flex; flex-direction: column; width: 51%; border: solid 1px #f1f1f1; border-left: 0;
	border-radius: 0 14px 14px 0; padding: 35px 20px 10px; transition: .3s;
}
.row-news .content p {
	margin-bottom: 20px;
}
.row-news .date {
	margin-top: auto;
}
.row-news:hover {
	 box-shadow: 0 27px 31px rgba(42,40,67,.12);
}
.row-news:hover .content {
	border-color: transparent;
}
.row-news:hover .title {
	color: #e2211c;
}


.contacts-block {
	padding: 150px 0 135px; text-align: center;
}
.contacts-block .title {
	font-weight: 400;
}
.social .list {
	padding-top: 30px;
}
.link-soc {
	background: #cbccd5; border-radius: 50%; width: 70px; height: 70px; margin: 10px 5px 0; -ms-align-items: center;
	align-items: center; justify-content: center; display: flex;
}
.link-soc:hover {
	background: #e2211c;
}


.subs {
	padding-top: 86px;
}
.subs-form {
	position: relative; max-width: 320px; margin: 36px auto 0;
}
.subs-input {
	border: solid 1px #f2f2f4; border-radius: 5px; height: 50px; font-size: 20px; color: #989aac;
	padding: 0 18px;
}
.subs-button {
	background: url(../i/arrow-gray.png); width: 18px; height: 14px; background-size: 100% 100%;
	position: absolute; right: 20px; top: 50%; margin-top: -7px;
    cursor: pointer;
}
.agree {
	padding-top: 35px; font-size: 14px; color: #989aac;
}
.agree:after {
	content: ''; display: block; background: url(../i/lock.png); width: 10px; height: 15px; background-size: 100% 100%;
	margin: 10px auto 0;
}






.site-body {
	padding-bottom: 145px; position: relative;
}
.page-menu {
	padding-top: 20px;
}
.link-show-mobile {
	display: none; color: #e2211c; text-decoration: none; position: relative; margin-top: 10px;
}
.link-show-mobile:before {
	content: ''; display: block; background: url(../i/close.png); width: 16px; height: 16px;
	background-size: 100% 100%; position: absolute; right: 0; top: 4px; transition: .3s; opacity: 0;
}
.link-show-mobile span {
	display: inline-block; border-bottom: solid 2px #e2211c;
}
.link-show-mobile.close {
	color: #1e2249;
}
.link-show-mobile.close span {
	border-color: transparent;
}
.link-show-mobile.close:before {
	opacity: 1;
}
.page-menu li {
	padding: 0;
}
.page-menu li {
	margin: 0 20px; padding-left: 0;
}
.page-menu li:before {
	display: none;
}
.page-menu li a {
	position: relative; font-size: 18px; color: #989aac; text-decoration: none;
}
.page-menu li a:after {
	content: ''; display: block; position: absolute; left: 0; top: 100%; height: 2px;
	background: #e2211c; width: 0; transition: .3s;
}
.page-menu li a.active,
.page-menu li a:hover {
	color: #e2211c;
}
.page-menu li a.active:after,
.page-menu li a:hover:after {
	width: 100%;
}
.abc-menu {
	max-width: 880px; margin-left: auto; margin-right: auto;
}
.abc-menu ul {
	justify-content: space-between;
}
.abc-menu li {
	text-transform: uppercase; margin: 0;
}
.abc-menu li:first-child {
	text-transform: none;
}


.section-news {
	margin-top: 100px;
}
.section-news:first-child {
	margin-top: 75px;
}
.section-news .head {
	text-align: center; font-size: 42px; font-weight: 700;
}
.section-news .head a {
	color: #1e2249; text-decoration: none;
}
.section-news .head a:hover {
	color: #e2211c;
}
.item-news {
	position: relative; width: 23.5%; margin: 30px 2% 0 0; border: solid 1px #f1f1f1; border-radius: 12px; overflow: hidden;
	transition: .3s;
}
.item-news:nth-child(4n) {
	margin-right: 0;
}
.item-news:hover {
	box-shadow: 0 27px 31px rgba(42,40,67,.12);
}
.item-news .top {
	position: relative; color: #fff;
}
.item-news .top:before {
	content: ''; display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%;
	background: #000; opacity: .5; transition: .3s;
}
.item-news .image img {
	width: 100%; height: 230px; object-fit: cover;
}
.item-news .info {
	display: flex; flex-direction: column; padding: 14px 40px 10px;
	position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; z-index: 1;
}

.item-news .title {
   margin-top: 20px;
}

.item-news .date {
	margin-top: auto; color: #fff;
}
.item-news .desc {
	font-size: 18px; color: #989aac; padding: 38px 40px;
}
.item-news > a {
	position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; z-index: 10;
}
.article {
	margin-bottom: 140px;
}
.article:last-child {
	margin-bottom: 0;
}
.article H1 {
	max-width: 760px; margin-left: auto; margin-right: auto;
}
.article .date {
	text-align: center; margin-top: 30px;
}
.article > * {
	max-width: 760px; margin-left: auto; margin-right: auto;
}
.article img {
	display: block;
    max-width: 100%;
    margin: 40px auto;
}
.tags {
	margin-top: 35px; font-size: 16px;
}
.tags a {
	margin-right: 8px;
}

.project-table{
    padding-left: 10%;
    padding-right: 10%;
}

.contacts-info {
	text-align: center; font-size: 18px; padding-top: 56px;
}
.contacts-info .item {
	display: inline-block; margin: 9px 5px 0;
}
.contacts-info .phone {
	color: #1e2249;
}


.link-back {
	position: absolute; left: 15px; top: 94px; display: inline-block; padding-left: 30px;
	font-size: 18px; color: #989aac; text-decoration: none;
}
.link-back:before {
	content: ''; display: block; background: url(../i/arrow-gray.png); width: 19px; height: 14px; background-size: 100% 100%;
	position: absolute; left: 0; top: 3px; transform: rotate(180deg);
}
.link-back:hover {
	color: #e2211c;
}



.site-body H1 {
	text-align: center; padding-top: 75px; margin: 0 auto;
}
.project-article {
	max-width: 760px; margin: 0 auto;
}
.project-article H1 {
	max-width: 560px;
}
.project-article .logo {
	text-align: center; margin-top: 45px;
}
.project-article .info {
	display: flex; justify-content: space-between; padding-top: 50px; flex-wrap: wrap;
}
.project-article .item {
	background: #f3f6ff; width: calc(50% - 2px); text-align: center; justify-content: center; -ms-align-items: center;
	align-items: center; display: flex; height: 100px;
}
.project-article .item .caption {
	font-size: 14px; color: #989aac;
}
.project-article .item .wrapper {
	width: 100%;
}
.project-article .item .ico {
	margin-right: 4px;
}
.project-article .title {
	margin-top: 80px; text-align: center;
}


.table {
	margin-top: 75px;
}
.full-link {
	position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; z-index: 2;
}
.table-head {
	display: flex; flex-wrap: wrap; border-bottom: solid 1px #f1f1f1; padding-bottom: 14px;
	font-size: 14px; color: #989aac;
}
.table-row {
	position: relative; display: flex; flex-wrap: wrap; border-bottom: solid 1px #f1f1f1; transition: .3s;
	padding: 23px 0 24px;
}

.table-row:hover {
	color: #e1201c;
}
.mob-subhead {
	font-size: 14px; color: #989aac; display: none;
}
.table .cell {
	padding-right: 10px; position: relative;
}

.table-cell-3 .cell:nth-child(1) {
	width: 10%;
}
.table-cell-3 .cell:nth-child(2) {
	width: 40%;
}
.table-cell-3 .cell:nth-child(3) {
	width: 50%;
}
.table-cell-4 .cell:nth-child(1) {
	width: 30%;
}
.table-cell-4 .cell:nth-child(2) {
	width: 40%;
}
.table-cell-4 .cell:nth-child(3) {
	width: 10%;
}
.table-cell-4 .cell:nth-child(4) {
	width: 20%;
}
.table .product {
	display: flex; -ms-align-items: center;
}
.table .product img {
	max-width: 120px; margin-right: 30px; max-height: 60px;
}



table {
	margin: 30px auto 0; border-collapse: collapse;
    width:100%;
    table-layout: fixed;
    overflow-wrap: break-word;
    display: table;
}
table.forum-table{
    table-layout: auto !important;
}

table th {
	border-bottom: solid 1px #f1f1f1; padding-bottom: 14px; font-size: 14px; color: #989aac; text-align: left;
	font-weight: 400; padding-right: 20px;
}
table td {
	position: relative; border-bottom: solid 1px #f1f1f1; transition: .3s; padding: 23px 0 24px; cursor: pointer;
	padding-right: 20px;
}
table tr:hover td {
}

table tr.colored:hover td {
    color: #e1201c;
}


table.no-border {
     margin: 30px auto 0; border-collapse: collapse;
     width:100%;
     table-layout: fixed;
     overflow-wrap: break-word;
     display: table;
 }
table.no-border th {
    padding-bottom: 14px; font-size: 14px; color: #989aac; text-align: left;
    font-weight: 400; padding-right: 20px;
    border-bottom: none;
}
table.no-border td {
    position: relative; transition: .3s; padding: 23px 0 24px;/* cursor: pointer;*/
    padding-right: 20px;
    border-bottom: none;
    padding-bottom: 5px;
    padding-top: 5px;
    vertical-align: middle;
}
/*
table.no-border tr:hover td {
    color: #e1201c;
    cursor: text;
}

*/

.page-control {
    flex-wrap: wrap; -ms-align-items: center; align-items: center; justify-content: space-between;
	padding-top: 60px;
}
.page-control .bt {
	padding: 0; width: 136px;
}
.bt-back .arrow {
	transform: rotate(180deg); margin: 0 10px 0 0;
}
.pagination {
	display: flex; justify-content: center; -ms-align-items: center; align-items: center;
}
.pagination a {
	display: flex; justify-content: center; -ms-align-items: center; align-items: center;
	background: #cbccd5; width: 70px; height: 70px; border-radius: 50%; font-size: 24px; font-weight: 700;
	color: #fff; text-decoration: none; margin: 0 6px;
}
.pagination a:hover,
.pagination a.active {
	background: #e2211c;
}
.pagination .dots {
	justify-content: center; -ms-align-items: center; align-items: center; margin: 0 20px; display: flex;
}
.pagination .dots span {
	background: #cbccd5; width: 5px; height: 5px; border-radius: 50%; margin: 0 2.5px;
}

.contacts-box {
	max-width: 760px; margin: 0 auto; padding-top: 40px;
}
.section-contact {
	border: solid 1px #f1f1f1; width: calc(50% - 10px); border-radius: 14px; margin-top: 40px;
	padding: 35px 40px; min-height: 230px; transition: .3s;
}
.section-contact .title {
	min-height: 50px;
}
.section-contact p {
	margin: 0 0 6px; font-size: 16px;
}
.section-contact a {
	text-decoration: none;
}
.section-contact .item {
	margin-bottom: 5px;
}
.section-contact .phone {
	color: #1e2249;
}
.section-contact li {
	margin: 0; padding: 0;
}
.section-contact li:before {
	display: none;
}
.section-contact li a:hover {
	text-decoration: underline;
}
.section-contact:hover {
	box-shadow: 0 27px 31px rgba(42,40,67,.12); border-color: transparent;
}


.form {
	margin: 80px auto 0; padding: 40px; max-width: 500px; box-shadow: 0 27px 31px rgba(42,40,67,.12);
}

.form-user-cabinet {
    margin: 20px auto 0; padding: 40px; box-shadow: 0 27px 31px rgba(42,40,67,.12);
}

.form .form-item:first-child {
	margin-top: 0;
}
.form-tabs {
	display: flex; flex-wrap: wrap; margin-bottom: 40px;
}
.form-tabs a {
	flex-grow: 1; flex-basis: 0; border: solid 1px #f1f1f1; display: flex; justify-content: center; -ms-align-items: center;
	align-items: center; text-align: center; color: #989aac; text-decoration: none; height: 70px; border-right: 0px;
}
.form-tabs a:last-child {
	border-right: solid 1px #f1f1f1;
}
.form-tabs a.active {
	color: #e2211c; border-color: #e2211c;
    border-right: solid 1px #e2211c;
}
.form-tabs a.active:first-child {
	border-right: solid 1px #e2211c;
}
.form .bt {
	margin: 30px auto 0; font-size: 18px; display: flex;
}
.form .agree {
	padding-top: 50px; text-align: center;
}
.user-form {
	max-width: 760px; margin-top: 40px;
}
.form .bt {
	padding: 0;
}
.reg-form .bt {
	max-width: 248px;
}
.reg-form .bt {
	max-width: 290px;
}
.test-form {
	max-width: 760px;
}
.test-form .checkbox-item:first-child {
	margin-top: 0;
}
.test-form .bt {
	max-width: 186px;
}
.login-form .bt {
	max-width: 134px;
}
.form-re_password {
	max-width: 420px; padding-top: 80px;
}
.form-re_password .label {
	font-size: 17px;
}
.form-re_password .link-back {
	position: relative; left: auto; top: auto; margin-top: 20px;
}
.form-re_password .bt {
	width: 240px; margin: 20px 0 0;
}


.test-box {
	max-width: 760px; margin: 0 auto;
}



.order-last {
	order: 10;
}
.date {
	font-size: 14px; color: #989aac;
}
.micro-signature {
	font-size: 14px; color: #989aac; margin-top: 20px;
}
.text-center {
	text-align: center;
}
.bold {
	font-weight: 700;
}
.italic {
	font-style: italic;
}
.mt-0 {
	margin-top: 0;
}
.mt-30 {
	margin-top: 30px;
}
.annotation {
	padding: 40px; margin: 60px auto 40px; box-shadow: 0 27px 31px rgba(42,40,67,.12); border-radius: 12px;
}

.annotation h4 {
    margin-top: 0px;
}

.annotation p:first-child {
	margin-top: 0;
}
.dark-blue {
	color: #1e2249; text-decoration: none;
}
.list-files li {
	margin-top: 11px;
}
.list-files li:before {
	display: none;
}
.list-files li img {
	position: absolute; left: 0; top: 6px; width: 16px; margin: 0;
}
.list-files li a {
	color: #1e2249; text-decoration: none; border-bottom: solid 1px #e5e6ea;
}
.list-files li a:hover {
	color: #e2211c; border-bottom-color: #e2211c;
}



.form-item {
	position: relative; margin-top: 20px;
}
.form-item input {
	position: relative; background: transparent; z-index: 2; font-size: 20px; color: #1e2249;
	border: solid 1px #f1f1f1; height: 70px; border-radius: 3px; padding: 0 18px;
	transition: .3s;
}
.form-item input:hover,
.form-item input:focus {
	box-shadow: 0 27px 31px rgba(42,40,67,.12);
}
.form-item textarea {
	position: relative; background: transparent; z-index: 2; font-size: 20px; color: #1e2249;
	border: solid 1px #f1f1f1; height: 140px; border-radius: 3px; padding: 20px 18px;
}
.form-item textarea::-moz-placeholder {
	color: #989aac;
}
.form-item .label  {
	position: absolute; display: flex; -ms-align-items: center; align-items: center; left: 0;
	bottom: 0; width: 100%; color: #989aac; transition: 0.2s ease all; font-weight: 400; height: 100%;
	padding: 0 19px; line-height: 1;
}
.form-item .label a {
	text-decoration: none; margin-left: 8px;
}
.form-item input:focus ~ .label,
.form-item input:not(:focus):valid ~ .label {
	height: 145%; font-size: 13px;
}
.form-item .label .hint {
	opacity: 0;
}
.form-item input:focus ~ .label .hint,
.form-item input:not(:focus):valid ~ .label .hint {
	opacity: 1;
}
.form-item .re-password {
	font-size: 13px; position: absolute; left: 70px; top: 11px; z-index: 10; display: none;
}
.form-item input:focus + .label + .re-password {
	display: inline-block;
}
.form-item input.chain {
	background: url(../i/chain.png) no-repeat; background-position-x: calc(100% - 20px);
	background-position-y: 50%; 
}
.toggle-password {
	position: absolute; top: 50%; background: url(../i/optic.png) no-repeat; width: 24px; height: 18px;
	margin-top: -9px; right: 20px; cursor: pointer; z-index: 10;
}
.toggle-password.active {
	background: url(../i/optic-error.png) no-repeat; height: 24px; margin-top: -12px;
}

.file-download {
	position: relative; margin-top: 20px; transition: .3s;
}
.file-download:hover {
	box-shadow: 0 27px 31px rgba(42,40,67,.12);
}
.file-name {
	background: url(../i/clip.png) no-repeat; background-position-x: calc(100% - 20px); background-position-y: 50%;
	font-size: 20px; color: #989aac; border: solid 1px #f1f1f1; height: 70px; border-radius: 3px;
	padding: 0 18px; display: flex; -ms-align-items: center; align-items: center;
}
.file-download input {
	border: 0; border-radius: 0; opacity: 0; cursor: pointer; z-index: 2; cursor: pointer;
	position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%;
}
.select select {
	background: url(../i/select-arrow.png) no-repeat; background-position-y: 50%; background-position-x: calc(100% - 20px); 
	cursor: pointer;
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;
	position: relative; z-index: 2; font-size: 20px; color: #989aac;
	border: solid 1px #f1f1f1; height: 70px; border-radius: 3px; padding: 0 18px;
	transition: .3s;
}
.select select::-ms-expand {
    display: none;
}
.select select:hover,
.select select:focus {
	box-shadow: 0 27px 31px rgba(42,40,67,.12);
}
.checkbox-item {
	margin-top: 20px;
}
.checkbox-item label {
	position: relative; display: inline-block; padding: 4px 0 3px 45px; color: #989aac;
}
.checkbox-item input {
	position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; cursor: pointer;
	z-index: 2; opacity: 0;
}
.checkbox-item input + .custom {
	position: absolute; left: 0; top: 0; border-radius: 4px; background: #f0f0f0;
	width: 30px; height: 30px; display: flex; justify-content: center; -ms-align-items: center;
	align-items: center; transition: .3s;
}
.checkbox-item input + .custom:before {
	content: ''; display: block; transition: .3s; opacity: 0;
	background: url(../i/checkbox.png); width: 12px; height: 9px; background-size: 100% 100%;
}
.checkbox-item input:checked + .custom {
	background: #e2211c;
}
.checkbox-item input:checked + .custom:before {
	opacity: 1;
}
.radio-item {
	margin-top: 30px;
}
.radio-item label {
	position: relative; display: inline-block; padding: 0 0 0 45px; color: #989aac;
}
.radio-item input {
	position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; cursor: pointer;
	z-index: 2; opacity: 0;
}
.radio-item input + .custom {
	position: absolute; left: 0; top: 0; border-radius: 4px; background: #f0f0f0;
	width: 22px; height: 22px; display: flex; justify-content: center; -ms-align-items: center;
	align-items: center; transition: .3s; border-radius: 50%;
}
.radio-item input + .custom:before {
	content: ''; display: block; transition: .3s; opacity: 0; background: #e2211c;
	width: 12px; height: 12px; border-radius: 50%;
}
.radio-item input:checked + .custom:before {
	opacity: 1;
}







/* footer
------------------------------------------------ */
.site-footer {
	position: relative; font-size: 14px; color: #989aac; margin-top: auto;
}
.site-footer a {
	color: #989aac; text-decoration: none;
}
.site-footer a:hover {
	opacity: .8;
}
.site-footer .top {
	background: #f3f6ff; padding: 40px 0;
}
.site-footer .soc-list {
	width: 35%; max-width: 370px; margin-right: auto; display: flex; -ms-align-items: center;
	align-items: center; justify-content: space-between;
}
.site-footer .mail {
	width: 30%; text-align: center;
}
.site-footer .subs-form {
	width: 35%; max-width: 370px; margin-left: auto; margin-top: 0;
}
.site-footer .subs-form input {
	background: transparent; border: solid 1px #cbccd5;
}
.f-menu ul {
	margin: 0;
}
.f-menu li {
	padding-left: 15px; margin: 0 14px 0 0;
}
.f-menu li:before {
	content: '•'; width: auto; height: auto; left: 0; top: 0; background: 0;
}
.f-menu li:first-child:before {
	display: none;
}
.site-footer .bot {
	padding: 25px 0 20px;
}
.site-footer .copy {
	display: flex; -ms-align-items: center; align-items: center; width: 25%;
}
.site-footer .copy img {
	margin-right: 10px;
}
.site-footer .f-menu {
	width: 50%;
}
.site-footer .partner {
	display: flex; justify-content: flex-end; -ms-align-items: center;
	align-items: center; width: 25%;
}
.site-footer .partner .text {
	margin-right: 10px;
}
/* end footer */

.consent-message{
    display: flex !important;
    border: hidden;
}

.consent-message .text{
    max-width: 80%;
    font-size: large;
}

.consent-message p{
    margin-top: 10px;
    margin-bottom: 10px;
}

.consent-message .button{
    min-width: 200px;
    max-width: 20%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;

}

.flex-caption {
	width: 96%;
	margin-top:-15px;
	padding: 2%;
	left: 0;
	bottom: 0;
	font-style:italic;
	font-size: 14px;
	line-height: 18px;
}
blockquote { 
	position:relative;
	left:40px;
	padding-left:20px;
	border-left:7px #F0F0F0 solid;
}