*::-webkit-input-placeholder {
	color: #D9D9D9;
	opacity: 1;
}
*:-moz-placeholder {
	color: #D9D9D9;
	opacity: 1;
}
*::-moz-placeholder {
	color: #D9D9D9;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #D9D9D9;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family: 'DINPro';
	font-size: 16px;
	line-height: 26px;
	color: #1C273F;
	overflow-x: hidden;
	margin: 0;
	background-color: #fff;
}
button {
	cursor: pointer;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
a, button, input, img {
	transition: all 0.3s;
}
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.wrapper {
	overflow: hidden;
}
a {
	text-decoration: none;
	outline: none;
}
* {
	outline: none !important;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style-type: none;
	outline: none;
}
img {
	outline: none;
	display: block;
}
p {
	padding: 0;
	margin: 0;
}
form {
	margin: 0;
}

.header {
	padding: 15px 0;
	border-bottom: 1px solid rgba(245, 245, 245, 0.3);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	color: #fff;
	transition: all 0.3s;
}
.header.fixed {
	background-color: #1C273F;
}
.header__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo-wrap {
	display: flex;
	align-items: center;
}
.logo {
	display: inline-block;
}
.logo img {
	max-width: 159px;
	height: auto;
}
.logo-descr {
	font-size: 13px;
	line-height: 16px;
	margin-left: 26px;
	max-width: 110px;
}
.menu {
	margin: 0 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1;
}
.menu a {
	font-weight: 700;
	font-size: 17px;
	line-height: 31px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.footer__nav a:hover,
.phone-main:hover,
.menu a:hover {
	color: #0099FF;
} 
.phone-main {
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.list-icons {
	display: flex;
	align-items: center;
}
.list-icons a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
	border: 1px solid #F4F4F4;
}
.list-icons a:hover {
	border-color: #0099FF;
}
.list-icons a:hover img {
	filter: invert(0.6) sepia(1) hue-rotate(159deg) saturate(5) brightness(1);
}
.list-icons li {
	margin-right: 15px;
}
.list-icons li:last-child {
	margin-right: 0;
}
.header__wrap .list-icons {
	margin-right: 20px;
}
.header__wrap .btn-page {
	margin-left: 26px;
}
.btn-page {
	height: 40px;
	padding: 0 27px;
	font-weight: 500;
	font-size: 13px;
	line-height: 23px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #003170;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #fff;
	cursor: pointer;
	border: none;
}
.btn-page:hover {
	background-color: #e7e7e7;
}
.container-fluid {
	padding: 0 55px;
}

.billbord {
	color: #fff;
}
.item-billbord {
	padding-top: 180px;
	min-height: 960px;
	color: #fff;
	position: relative;
	z-index: 1;
}
.item-billbord__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.item-billbord__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.title-billbord {
	font-size: 30px;
	line-height: 42px;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.title-big {
	font-size: 60px;
	line-height: 84px;
	margin-bottom: 20px;
	font-weight: 500;
	text-transform: uppercase;
}
.descr-billbord {
	font-size: 30px;
	line-height: 42px;
	margin-bottom: 100px;
}
.descr-billbord strong {
	font-weight: 500;
}
.btn-main {
	font-weight: 500;
	font-size: 16px;
	line-height: 29px;
	padding: 0 41px;
	height: 66px;
	letter-spacing: 0.1em;
	background-color: #0099FF;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
}
.btn-main:hover {
	background-color: #0087e0;
}
.slick-arrow {
	font-size: 25px;
	width: 25px;
	height: 25px;
	color: #fff !important;
	display: flex;
	align-items: center;
	transition: all 0.3s;
	cursor: pointer;
}
.slick-arrow::before {
	display: none !important;
}
.slick-arrow:hover {
	color: #0099FF !important;
}
.slider-controls .slick-arrow {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	transform: none;
}
.slider-controls {
	display: flex;
	align-items: center;
}
.billbord .slick-arrow  {
	color: #fff;
}
.billbord .slider-controls {
	bottom: 42px;
	left: 15px;
	position: absolute;
}
.billbord .container {
	position: relative;
}
.slider-count {
	margin: 0 52px;
	font-weight: 700;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.slider-count span {
	color: #0099FF;
}
.slash {
	margin: 0 30px;
	color: inherit !important;
}
.info-billbord {
	padding: 46px 36px;
	padding-bottom: 15px;
	font-size: 22px;
	line-height: 31px;
	max-width: 984px;
	font-weight: 500;
	position: absolute;
	bottom: 0;
	right: 15px;
	background: rgba(0, 49, 112, 0.1);
	backdrop-filter: blur(10px);
	border-radius: 15px 15px 0px 0px;
}
.info-billbord ul {
	columns: 2;
	column-gap: 100px
}
.info-billbord ul li {
	padding-left: 50px;
	margin-bottom: 43px;
	position: relative;
}
.info-billbord ul li::before {
	position: absolute;
	display: block;
	content: " ";
	top: 10px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #0099FF;
}

.advantages {
	color: #fff;
	background-color: #1C273F;
}
.item-advantage {
	padding-top: 100px;
	padding-bottom: 55px;
	padding-left: 88px;
	line-height: 22px;
	padding-right: 30px;
	min-height: 100%;
	border-left: 1px solid rgba(245, 245, 245, 0.15);
	position: relative;
}
.item-advantage__title {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 35px;
	font-weight: 500;
}
.item-advantage::before {
	position: absolute;
	display: block;
	content: " ";
	top: 115px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #0099FF;
}
.item-advantage a {
	color: #0099FF;
	border-bottom: 1px solid #0099FF;
}
.item-advantage a:hover {
	border-color: transparent;
}
.row_advantages > div:nth-last-child(-n+3) .item-advantage {
	padding-bottom: 130px;
}

.categories {
	padding-top: 62px;
	padding-bottom: 78px;
}
.title-section {
	font-size: 40px;
	line-height: 56px;
	font-weight: 500;
	text-transform: uppercase;
}
.descr-section {
	padding-top: 36px;
	padding-bottom: 50px;
	font-size: 30px;
	line-height: 42px;
}
.row_categories {
	margin: 0;
}
.row_categories > div {
	padding: 0;
}
.item-category {
	height: 525px;
	padding: 50px 47px;
	line-height: 22px;
	color: #fff;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.item-category__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.item-category__image::after {
	position: absolute;
	display: block;
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, #1C273F 0%, rgba(28, 39, 63, 0.4) 100%);
}
.item-category__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.item-category__title {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 30px;
	min-height: 102px;
	font-weight: 700;
	color: #fff;
	display: block;
}
.item-category__content {
	margin-bottom: auto;
	max-height: 220px;
	width: 100%;
	overflow: auto;
}
.item-category__content li {
	margin-bottom: 10px;
}
.item-category__content a {
	color: #fff;
	border-bottom: 1px solid transparent;
}
.item-category__content a:hover {
	border-color: #fff;
}
.item-category__content::-webkit-scrollbar {
	-webkit-appearance: none;
}
.item-category__content::-webkit-scrollbar:vertical {
	width: 3px;
}
.item-category__content::-webkit-scrollbar:horizontal {
	height: 3px;
}
.item-category__content::-webkit-scrollbar-thumb {
	background-color: #0099FF;
	border-radius: 10px;
}
.item-category__content::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #fff;
}

.consultation {
	padding-top: 90px;
	padding-bottom: 140px;
	background-color: #1C273F;
	color: #fff;
}
.title-consultation {
	margin-bottom: 54px;
	text-transform: uppercase;
	display: inline-block;
}
.title-consultation__descr {
	font-size: 30px;
	line-height: 42px;
}
.title-consultation__main {
	font-size: 60px;
	line-height: 84px;
	margin-top: 1px;
	margin-bottom: 8px;
}
.title-consultation__main + .title-consultation__descr {
	text-align: right;
}
.descr-consultation {
	font-size: 24px;
	line-height: 38px;
	padding-left: 47px;
	max-width: 466px;
	position: relative;
}
.descr-consultation strong {
	font-weight: 500;
}
.descr-consultation::before {
	position: absolute;
	display: block;
	content: " ";
	top: 10px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #0099FF;
}
.descr-consultation__bottom {
	margin-top: 65px;
}
.time-contacts {
	font-size: 14px;
	line-height: 22px;
	padding-left: 30px;
	position: relative;
	color: #D9D9D9;
}
.time-contacts::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	bottom: 0;
	left: 10px;
	width: 6px;
	height: 6px;
	margin: auto;
	border-radius: 50%;
	background: #38C636;
}
.descr-consultation .time-contacts {
	margin-top: 35px;
}
.phone-page {
	font-size: 24px;
	line-height: 38px;
	font-weight: 700;
	display: inline-block;
	color: #0099FF;
}
.block-form {
	padding: 57px 80px;
	padding-bottom: 70px;
	color: #fff;
	background-color: #212D49;
	position: relative;
	z-index: 1;
}
.title-form {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 50px;
	font-weight: 500;
	color: #fff;
	text-align: center;
}
.item-form {
	margin-bottom: 30px;
}
.item-form input {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	height: 45px;
	width: 100%;
	background-color: transparent;
	border: none;
	font-family: 'DINPro';
	border-bottom: 1px solid #F5F5F5;
}
.block-form .btn-main {
	margin-top: 40px;
	width: 100%;
	padding: 0 10px;
}
.checkbox {
	font-size: 12px;
	line-height: 14px;
	margin-top: 35px;
	color: #D9D9D9;
	text-align: left;
}
.checkbox label input {
	position: absolute;
	z-index: -1;
	height: 1px !important;
	width: 1px !important;
	opacity: 0 !important;
	margin: 12px 2px 0 7px !important;
}
.checkbox label span {
	position: relative;
	padding: 5px 0 0 28px;
	display: block;
	cursor: pointer;
}
.checkbox label span:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 19px;
	height: 19px;
	border: 1px solid #D9D9D9;
	transition: .2s;
}
.checkbox label span:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 0px;
	width: 19px;
	height: 19px;
	content: "\f00c";
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	background-image: none;
	color: #fff;
	font-size: 9px;
	opacity: 0;
	transition: .2s;
}
.checkbox label input:checked + span:after {
	opacity: 1;
}
.checkbox-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}
.consultation .block-form {
	margin-left: -30px;
}
.image-consult {
	left: -556px;
	bottom: -140px;
	position: absolute;
}
.consultation__left {
	z-index: 2;
}
.consultation {
	background-image: url(../img/bg_logo.svg);
	background-position: left top 65px;
	background-repeat: no-repeat;
}

.locations {
	padding-top: 57px;
	padding-bottom: 85px;
}
#map-locations {
	height: 552px;
	width: 100%;
	background-color: #ddd;
}
.item-location {
	font-size: 20px;
	cursor: pointer;
	color: #1C273F;
	border-bottom: 1px solid transparent;
	display: inline;
	transition: all 0.3s;
	cursor: pointer;
}
.item-location.active,
.item-location:hover {
	border-color: #1C273F;
}
.item-location strong {
	font-weight: 500;
}
.list-locations li {
	margin-bottom: 13px;
}
.locations__left {
	padding: 50px 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;	
}
.content-location {
	font-size: 14px;
	line-height: 20px;
	color: #1C273F;
	display: flex;
	align-items: center;
	font-family: 'DINPro';
}
.content-location strong {
	font-weight: 500;
	display: block;
}
.image-location {
	width: 75px;
	height: 81px;
	margin-right: 16px;
	border-radius: 6px;
	flex: none;
}
.image-location img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.ymaps-2-1-79-balloon {
	box-shadow: none !important;
}
.ymaps-2-1-79-balloon__tail {
	display: none !important;
}

.cooperation {
	color: #fff;
	background-color: #1C273F;
}
.image-cooperation {
	height: 933px;
	margin-right: calc((100vw - 1460px) / 2* -1);
}
.image-cooperation img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.cooperation .title-section {
	padding-top: 70px;
}
.text-big {
	font-size: 24px;
	line-height: 34px;
}
.text-big p {
	margin-bottom: 20px;
}
.text-big p:last-child {
	margin-bottom: 0;
}
.slider-cooperation .title-section {
	margin-bottom: 28px;
	padding: 0 !important;
	font-weight: 400;
}
.slider-cooperation .text-big {
	max-width: 740px;
}
.line-form {
	max-width: 740px;
	margin: 0 -15px;
	display: flex;
	align-items: center;
}
.line-form p,
.line-form .item-form,
.line-form .btn-main {
	flex: 1;
	margin: 0 15px;
}
.line-form p .btn-main {
    margin: 0;
    width: 100%;
}
.line-form .btn-main {
	padding: 0;
}
.slider-cooperation .line-form {
	margin-top: 63px;
}
.cooperation .slider-controls {
	padding-top: 80px;
}
.counter-cooperation {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 36px;
	display: flex;
}
.current-counter {
	font-size: 64px;
	line-height: 60px;
	margin-right: 19px;
	font-weight: 700;
	text-transform: uppercase;
}
.counter-cooperation .slash {
	margin: 0;
}

.about {
	padding: 69px 0;
}
.about .title-section {
	margin-bottom: 51px;
}
.about .title-section strong {
	display: block;
}
.item-about {
	font-size: 32px;
	line-height: 45px;
	padding-left: 40px;
	max-width: 320px;
	font-weight: 700;
	position: relative;
}
.item-about::before {
	position: absolute;
	display: block;
	content: " ";
	top: 10px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #0099FF;
}
.about__top {
	margin-bottom: 48px;
}
.image-about img {
	max-width: 100%;
	height: auto;
}
.about__right {
	padding-left: 40px;
	padding-top: 30px;
}

.sertificats {
	color: #fff;
	background-color: #1C273F;
}
.sertificats .title-section {
	padding-top: 49px;
}
.item-sertificat {
	color: #fff;
	display: block;
}
.item-sertificat__image {
	width: 314px;
	height: 445px;
	display: block;
	margin: 0 auto;
	margin-bottom: 41px;
}
.item-sertificat__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.item-sertificat__title {
	font-size: 20px;
	line-height: 28px;
	padding-left: 80px;
	padding-right: 30px;
	font-weight: 500;
	color: #fff;
	position: relative;
	display: block;
}
.slider-sertificats {
	padding: 75px 0;
}
.item-sertificat__title::before {
	position: absolute;
	display: block;
	content: " ";
	top: 10px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #0099FF;
}
.slider-sertificats .slick-arrow {
	top: 50%;
}
.slider-sertificats .slick-prev {
	left: -30px;
}
.slider-sertificats .slick-next {
	right: -30px;
}
.lines-wrap {
	display: flex;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0;
	height: 100%;
	width: 100%;
	pointer-events: none;
	z-index: -1;
}
.line {
	width: 1px;
	height: 100%;
	margin-right: auto;
	background-color: rgba(245, 245, 245, 0.15);
	position: relative;
}
.sertificats .container {
	position: relative;
	z-index: 1;
}
.line:nth-child(2) {
	left: -10px;
}
.line:nth-child(3) {
	left: -20px;
}

.contacts .container {
	position: relative;
}
#map {
	height: 570px;
	width: 100%;
	background-color: #ddd;
}
.block-contacts {
	padding: 30px 47px;
	padding-bottom: 10px;
	color: #fff;
	height: 570px;
	width: 480px;
	top: 0;
	position: absolute;
	left: 15px;
	background-color: #212D49;
	z-index: 10;
}
.title-small {
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
}
.item-contact {
	line-height: 32px;
	margin-top: 15px;
	position: relative;
}
.item-contact::before {
	position: absolute;
	display: block;
	content: " ";
	top: 15px;
	left: -47px;
	width: 10px;
	height: 10px;
	background: #0099FF;
}
.item-contact__title {
	font-size: 20px;
	line-height: 40px;
	font-weight: 500;
}
.item-contact a {
	color: #fff;
}
.item-contact strong {
	font-weight: 500;
}

.footer {
	padding-top: 31px;
	line-height: 22px;
	color: #fff;
	background-color: #1C273F;
}
.footer .logo-descr {
	margin: 0;
	margin-top: 30px;
}
.footer__nav_big a,
.footer__title {
	font-size: 17px;
	line-height: 31px;
	margin-bottom: 22px;
	letter-spacing: 0.05em;
	font-weight: 700;
	text-transform: uppercase;
}
.footer__nav a {
	color: #fff;
}
.footer__nav li {
	margin-bottom: 15px;
}
.footer__nav_big a {
	margin: 0;
}
.footer__nav_big li {
	margin-bottom: 3px;
}
.footer__content p a {
	color: #fff;
}
.footer__content .phone-main {
	margin-top: 10px;
	display: inline-block;
}
.footer__content .list-icons {
	margin-top: 15px;
}
.footer-bottom {
	font-size: 14px;
	line-height: 21px;
	margin-top: 40px;
	color: #B1B1B1;
	padding: 15px 0;
	border-top: 1px solid #D9D9D9;
}
.footer-bottom a {
	color: #B1B1B1;
}
.footer-bottom a:hover {
	color: #fff;
}
.create {
	display: flex;
	align-items: center;
}
.create a {
	margin-left: 15px;
}
.btn_top {
	font-size: 20px;
	float: right;
	position: relative;
	color: #fff !important; 
	width: 40px;
	height: 40px;
	text-align: center;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #fff;
	z-index: 300;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn_top:hover {
	color: #0099FF !important;
	border-color: #0099FF;
}
.footer__title i {
	display: none;
}
/*Style Sandwich*/
.sandwich span {
	display: block;
}
.sandwich {
	width: 39px;
	height: 39px;
	padding-top: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items:center;
	display: none;
	z-index: 20;
	flex: none;
	cursor: pointer;
}
.sw-topper {
	position: relative;
	top: 4px;
	width: 25px;
	height:  2px;
	display: block;
	margin: 0;
	background-color: #fff;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
	/* transition-delay: 0.2s, 0s; */
}
.sw-bottom {
	position: relative;
	top: 9px;
	width: 25px;
	height:  2px;
	display: block;
	margin: 0;
	background-color: #fff;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
	transition-delay: 0.2s, 0s;
}
.sw-footer {
	position: relative;
	top: 14px;
	width: 25px;
	height:  2px;
	display: block;
	margin: 0;
	background-color: #fff;
	border: medium none;
	transition: all 0.5s;
	transition-delay: 0.1s;
}
.sandwich.active .sw-topper {
	top: 9px;
	transform: rotate(45deg);
}
.sandwich.active .sw-bottom {
	opacity: 0;
}
.sandwich.active .sw-footer {
	top: 5px;
	transform: rotate(-45deg); 
}
.wrapper_page {
	padding-top: 85px;
}
.wrapper_page .header {
	background-color: #1C273F;
}
.wrapper-portfolio .slick-arrow {
	color: #1C273F !important;
}
.item-portfolio {
	font-size: 20px;
	line-height: 28px;
	padding-bottom: 33px;
	margin-bottom: 56px;
	border-bottom: 1px solid #F4F4F4;
}
.item-portfolio strong {
	font-weight: 500;
}
.item-portfolio p {
	margin-bottom: 20px;
}
.item-portfolio__title {
	font-size: 30px;
	line-height: 42px;
	margin-bottom: 40px;
	width: 100%;
}
.item-portfolio__title strong {
	display: block;
}
.item-portfolio__left {
	padding-bottom: 60px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	min-height: 100%;
}
.item-portfolio .btn-main {
	padding: 0 50px;
	margin-top: auto;
}
.item-portfolio .slider-controls {
	margin-top: 25px;
}
.item-portfolio:last-child {
	border: none;
}
.portfolio {
	padding-top: 26px;
}
.portfolio .title-section {
	padding-bottom: 40px;
}
.image-portfolio {
	height: 552px;
	display: block;
}
.image-portfolio img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.sertificats_page {
	color: #212D49;
	background-color: #fff;
}
.sertificats_page .item-sertificat__image {
	padding: 11px;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.07);
	background-color: #fff;
}
.sertificats_page .item-sertificat {
	padding-top: 10px;
	color: #212D49;
}
.sertificats_page .item-sertificat__title {
	color: #212D49;
}
.sertificats_page .line {
	background-color: #D9D9D9;
}
.row_advantages {
	margin: 0;
}
.row_advantages > div {
	padding: 0;
}
.sertificats_page .slick-arrow {
	color: #212D49 !important;
}
.item-news {
	margin-bottom: 65px;
	display: block;
}
.item-news__image {
	height: 288px;
	display: block;
}
.item-news__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.item-news__title {
	font-size: 24px;
	line-height: 34px;
	padding: 18px 33px;
	padding-right: 15px;
	padding-bottom: 0;
	font-weight: 700;
	color: #1C273F;
	display: block;
	position: relative;
	transition: all 0.3s;
}
.item-news:hover .item-news__title {
	color: #0099FF;
}
.item-news__title::before {
	position: absolute;
	display: block;
	content: " ";
	top: 35px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #0099FF;
}
.news .title-section {
	padding-bottom: 34px;
}
.news {
	padding-top: 55px;
	padding-bottom: 33px;
}
.pager {
	border-top: 1px solid #F4F4F4;
	padding-top: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-numbers {
	font-size: 18px;
	line-height: 32px;
	margin: 0 33px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #1C273F;
}
.page-numbers.current {
	font-weight: 700;
	color: #0099FF;
}
.prev.page-numbers,
.next.page-numbers {
	font-size: 22px;
	margin: 0;
}
.prev.page-numbers {
	margin-right: auto;
}
.next.page-numbers {
	margin-left: auto;
}
.page-numbers:hover {
	color: #0099FF;
}
.breadcrumbs {
	padding: 23px 0;
	font-size: 14px;
	line-height: 20px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.breadcrumbs a {
	color: #1C273F;
	border-bottom: 1px solid transparent;
}
.breadcrumbs a:hover {
	border-color: #1C273F;
}
.breadcrumbs li::after {
	content: "/";
	margin: 0 10px;
}
.breadcrumbs li:last-child::after {
	display: none;
}
.article {
	padding-bottom: 75px;
}
.article-content {
	font-size: 20px;
	line-height: 28px;
}
.article-content p {
	margin-bottom: 20px;
}
.article-content h3 {
	font-size: 24px;
	line-height: 34px;
	padding-left: 33px;
	margin-bottom: 28px;
	margin-top: 34px;
	font-weight: 700;
	position: relative;
}
.article-content h3::before {
	position: absolute;
	display: block;
	content: " ";
	top: 12px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #0099FF;
}
.article-content img {
	margin: 35px 0;
	margin-left: 60px;
	max-width: 100%;
	float: right;
}
.article-content p strong {
	font-weight: 500;
}
.article-content li {
	padding-left: 25px;
	position: relative;
}
.article-content li::before {
	position: absolute;
	display: block;
	content: " ";
	top: 6px;
	left: 0;
	width: 8px;
	height: 8px;
	background: #FA9241;
	border-radius: 50%;
}
.article-content ul {
	margin-bottom: 20px;
}
.article-content blockquote {
	padding: 38px 35px;
	margin: 0;
	margin-left: 60px;
	margin-bottom: 8px;
	float: right;
	color: #003170;
	width: 702px;
	background: rgba(245, 245, 245, 0.3);
	font-weight: 500;
}
.article-content blockquote p {
	margin: 0;
}
.article-content br {
	clear: both;
}
.article .title-section {
	max-width: 1040px;
}
.modal-block {
	display: none;
}
.modal-wrap {
	width: 782px;
	padding: 39px 70px;
	padding-bottom: 47px;
	max-width: 100%;
	margin: 0 auto;
	color: #fff;
	background: #212D49;
}
.fancybox-skin {
	padding: 0 !important;
	background-color: transparent !important;
	box-shadow: none !important;
}
.fancybox-close {
	top: 12px;
	right: 14px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center; 
	font-size: 22px;
	color: #0099FF;
	background-image: none !important;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 300;
	font-family: "Font Awesome 5 Pro";
}
.fancybox-close::before {
	content: "\f00d";
}
.fancybox-inner {
	overflow: visible !important;
}
.title-modal {
	font-size: 24px;
	line-height: 34px;
	margin: 0 auto;
	margin-bottom: 12px;
	max-width: 395px;
	font-weight: 500;
	text-align: center;
}
.descr-modal {
	margin-bottom: 30px;
	font-weight: 500;
	text-align: center;
}
.modal-wrap__bottom {
	padding-top: 30px;
	text-align: center;
}
.modal-wrap__bottom .btn-main {
	width: 333px;
	padding: 0 15px;
}
.file-upload input {
	opacity: 0;
	visibility: hidden;
	width: 0;
	height: 0;
	padding: 0;
}
.file-upload label {
	font-size: 14px;
	line-height: 19px;
	color: #D9D9D9;
	cursor: pointer;
	font-weight: 400;
	display: inline-flex;
	transition: all 0.3s;
	align-items: center;
}
.file-upload label i {
	font-size: 18px;
	color: #fff;
	margin-left: 25px;
}
.file-upload label span {
	border-bottom: 1px solid #D9D9D9;
	transition: all 0.3s;
}
.file-upload {
	margin-top: 25px;
	margin-bottom: 15px;
	text-align: left;
}
.name-upload {
	font-size: 12px;
}
.file-upload label:hover {
	color: #fff;
}
.file-upload label:hover span {
	border-color: transparent;
}
.consultation + .footer {
	margin-top: 1px;
}
.file-upload {
	margin: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.categories-page {
	padding-bottom: 62px;
}
.categories-page .item-category {
	margin-top: 32px;
}
.item-category_page {
	height: 402px;
	font-size: 17px;
	line-height: 24px;
	padding-bottom: 30px;
}
.col-lg-6 .item-category_page {
	height: 383px;
}
.item-category_page .item-category__title {
	text-transform: uppercase;
	min-height: auto;
}
.item-category_page li {
	padding-left: 22px;
	position: relative;
}
.item-category_page li::before {
	position: absolute;
	display: block;
	content: " ";
	top: 7px;
	left: 0;
	width: 5px;
	height: 5px;
	background: #0099FF;
}
.col-lg-8 .item-category_page ul {
	columns: 2;
}
.item-category_page .item-category__content {
	max-height: 240px;
}
.col-lg-8 .item-category_page {
	padding-top: 30px;
}
.col-lg-8 .item-category_page .item-category__title {
	margin-bottom: 40px;
}
.tags-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.tags-list a {
	font-size: 17px;
	line-height: 34px;
	padding: 7px 22px;
	margin-top: 10px;
	margin-right: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #F4F4F4;
	border-radius: 6px;
	cursor: pointer;
	color: #1C273F;
}
.tags-list a:hover,
.tags-list .active a {
	color: #fff;
	background-color: #1C273F;
}
.tags-list li:last-child a {
	margin-right: 0;
}
.catalog-page .title-section {
	padding-bottom: 15px;
}
.item-catalog {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 100%;
	background: #FFFFFF;
	box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.07);
}
.item-catalog__image {
	/* height: 215px; */
	height: 315px;
	display: block;
	width: 100%;
}
.item-catalog__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}
.item-catalog__content {
	padding: 25px;
	padding-top: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	flex: 1;
}
.item-catalog__code {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #D9D9D9;
	width: 100%;
	display: block;
}
.item-catalog__title {
	font-size: 18px;
	line-height: 29px;
	display: block;
	width: 100%;
	color: #1C273F;
	font-weight: 500;
}
.item-catalog .btn-main {
	font-size: 14px;
	line-height: 20px;
	padding: 0 19px;
	border-radius: 0;
	height: 40px;
	margin-top: auto;
	margin-left: auto;
}
.item-catalog p {
	margin-bottom: 25px;
}
.row_catalog > div {
	margin-top: 35px;
}
.catalog-page .pager {
	margin-top: 46px;
}
.catalog-page {
	padding-bottom: 33px;
}
.slider-for {
	background-color: #fff;
	box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.07);
}
.slider-for__item {
	height: 438px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider-nav__item img,
.slider-for__item img {
	max-width: 100%;
	max-height: 100%;
}
.slider-nav__item {
	height: 121px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: #FFFFFF;
	box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.07);
}
.slider-nav .slick-slide {
	padding: 12px;
	padding-bottom: 18px;
}
.slider-nav {
	margin: 0 -12px;
	margin-top: 15px;
	padding: 0 30px;
}
.slider-card .slick-arrow,
.slider-nav .slick-arrow {
	top: 50%;
	width: 24px;
	height: 24px;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #212D49 !important;
}
.slider-card .slick-arrow:hover,
.slider-nav .slick-arrow:hover {
	color: #0099FF !important;	
}
.slider-nav .slick-prev {
	left: 0;
}
.slider-nav .slick-next {
	right: 0;
}
.card__code,
.card__articul {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 17px;
	margin-bottom: 14px;
	border-bottom: 1px solid #D9D9D9;
}
.card__title {
	font-weight: 500;
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 9px;
	text-transform: uppercase;
	color: #1C273F;
}
.card__code {
	font-weight: 500;
}
.card__name {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	font-weight: 500;
	text-transform: uppercase;
}
.card__text {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
}
.card__price {
	font-size: 20px;
	line-height: 28px;
}
.card__price span {
	font-size: 26px;
	font-weight: 500;
}
.card__right .btn-main {
	margin-top: 15px;
}
.card__right {
	padding-left: 70px;
}
.card__left {
	margin-right: -35px;
}
.item-info {
	padding: 24px;
	padding-top: 20px;
	padding-left: 35px;
	font-size: 14px;
	line-height: 22px;
	background-color: #fff;
	min-height: 100%;
}
.catalog-page,
.card {
	background: rgba(245, 245, 245, 0.3);
}
.item-info__head {
	margin-bottom: 9px;
	font-weight: 500;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}
.item-info__head img {
	margin-right: 9px;
}
.row_info > div {
	margin-top: 30px;
}
.row_info {
	margin-top: 10px;
}
.tabs-card {
	padding: 0 33px;
	margin-top: 50px;
	padding-bottom: 13px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #D9D9D9;
}
.tabs-card a {
	font-weight: 500;
	color: #1C273F;
}
.tabs-card .active a {
	color: #0099FF;
}
.tabs-card li {
	margin-right: 76px;
}
.tabs-card li:last-child {
	margin-right: 0;
}
.title-features {
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	padding: 13px 33px;
	padding-top: 0;
}
.item-feature {
	font-size: 14px;
	line-height: 22px;
	padding: 13px 33px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item-feature > div:last-child {
	text-align: right;
}
.item-feature:nth-child(odd) {
	background-color: #F4F4F4;
}
.tab-container-card {
	padding-top: 15px;
}
.tab-pane-card {
	display: none;
}
.tab-pane-card:first-child {
	display: block;
}
.card {
	padding-bottom: 40px;
}
.slider-card__item {
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider-card__item img {
	max-width: 100%;
	max-height: 100%;
}
.slider-card {
	margin-top: 15px;
	background: #FFFFFF;
	box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.07);
}
.slider-card .slick-prev {
	left: 22px;
}
.slider-card .slick-next {
	right: 22px;
}
.how-to-buy .title-section {
	padding-bottom: 23px;
}


.solutions {
	padding-bottom: 20px;
	background: rgba(245, 245, 245, 0.3);
}
.solutions .title-section {
	padding-bottom: 23px;
}
.item-solution {
	padding: 36px;
	margin-bottom: 39px;
	background: #FFFFFF;
	box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.07);
}
.item-solution__title {
	font-weight: 500;
	margin-top: -10px;
	margin-bottom: 22px;
	font-size: 24px;
	line-height:34px;
	text-transform: uppercase;
}
.item-solution__subtitle {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	display: flex;
	align-items: flex-end;
}
.item-solution__subtitle::after {
	position: relative;
	display: block;
	content: " ";
	flex: 1;
	margin-left: 29px;
	background-color: #D9D9D9;
	height: 1px;
}
.item-solution__image {
	height: 437px;
	display: block;
}
.item-solution__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.link-main {
	letter-spacing: 0.1em;
	border-bottom: 1px solid #0099FF;
	text-transform: uppercase;
	color: #0099FF;
	font-weight: 500;
	display: inline-block;
}
.link-main:hover {
	border-color: transparent;
}
.item-solution .btn-main {
	height: 60px;	
	padding: 0 60px;
}
.offer-solution {
	margin-top: 21px;
	font-size: 14px;
	line-height: 22px;
	display: flex;
}
.offer-solution__image {
	height: 100px;
	margin-right: 35px;
	display: block;
	flex: none;
	box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.07);
}
.offer-solution__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.offer-solution__title {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 11px;
	text-transform: uppercase;
}
.offer-solution__bottom {
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.item-condition {
	font-size: 30px;
	line-height: 48px;
	margin-bottom: 95px;
	font-weight: 500;
	display: flex;
}
.item-condition__icon {
	width: 52px;
	height: 52px;
	margin-right: 34px; 
	margin-top: 10px;
	background-color: #0099FF;
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-condition__icon img {
	max-width: 100%;
	max-height: 100%;
}
.conditions .title-section {
	padding-bottom: 60px;
} 
.conditions {
	padding-top: 52px;
}

/***/
form .btn-main {
	cursor: pointer;
  }
  
  div.wpcf7-validation-errors {
	border: 0px;
	font-size: 0px;
	opacity: 0;
	position: absolute;
  }
  
  span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 12px !important;
	font-weight: normal;
	display: block;
	position: relative;
	top: -10px;
	display: none !important;
  }
  
  
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.input-form.wpcf7-not-valid,
  textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.input-form.wpcf7-not-valid {
	border: 1px solid red !important;
  }
  
  
  form .wpcf7-response-output {
  display: none !important;
  }
  div.wpcf7-mail-sent-ok {
	font-size: 0px;
	border: 0px !important;
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 17px;
  }
  
  img.alignright { float: right; margin: 0 0 1em 1em; }
  img.alignleft { float: left; margin: 0 1em 1em 0; }
  img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
  .alignright { float: right; }
  .alignleft { float: left; }
  .aligncenter { display: block; margin-left: auto; margin-right: auto; }
  
  .error-404 {
	height: 400px;
	padding-top: 150px;
  }
  
  .error-404 h1 {
	font-size: 32px;
	text-align: center;
	margin-bottom: 30px;
  }
  
  .error-404 a {
	color: #666;
	text-decoration: underline;
  }
  .phones-header {
      display: flex;
      flex-direction: column;
  }
  .title-cat {
          margin-bottom: 10px;
  }
    .categories-page .row > div:not(:nth-child(3))  .title-cat,
  .row_categories > div:not(:nth-child(3))  .title-cat {
      display: none;
  }
  .categories-page .row > .col-lg-8 {
          order: -1;
  }
  
  
/*thanks*/
.thanks {
	padding-top: 126px;
	padding-bottom: 100px;
	min-height: calc(100vh - 60px);
	color: #fff;
	background-image: url(../img/bg_thanks.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.title-thanks {
	font-size: 48px;
	line-height: 67px;
	margin-bottom: 27px;
	font-weight: 700;
	max-width: 500px;
}
.descr-thanks {
	font-size: 30px;
	line-height: 42px;
	margin-bottom: 100px;
	max-width: 500px;
}
.thanks .btn-main {
	padding: 0 54px;
}
.search_wr {
	position: relative;
}
.search_span {
	position: absolute;
    right: 0;
    top: 5px;
	display: none;
}
.page-title.title-section {
	padding-top: 30px;
}

.locations__left .list-locations {
	height: 435px;
    overflow-y: auto;
}
:root {
  --scrollbarBgColor: rgba(0, 153, 255, .05);
  --scrollbarThumbColor: rgba(0, 153, 255, .5);
  --scrollbarThumbColorSecond: rgba(255, 255, 255, .7);
  --scrollbarWidth: 8px;
  --scrollbarBorder: 0 solid var(--scrollbarBgColor);
  --scrollbarBorderRadius: calc(var(--scrollbarWidth) / 4);
}
.locations__left .list-locations {
  scrollbar-width: var(--scrollbarWidth);
  scrollbar-color: var(--scrollbarThumbColor) var(--scrollbarBgColor);
}
.locations__left .list-locations::-webkit-scrollbar {
  width: var(--scrollbarWidth);
}
.locations__left .list-locations::-webkit-scrollbar-track {
  background: var(--scrollbarBgColor);
  border-radius: var(--scrollbarBorderRadius);
}
.locations__left .list-locations::-webkit-scrollbar-thumb {
  background-color: var(--scrollbarThumbColor);
  border-radius: var(--scrollbarBorderRadius);
  border: var(--scrollbarBorder);
  background-image: linear-gradient(
    180deg,
    var(--scrollbarThumbColor) 0%,
    var(--scrollbarThumbColorSecond) 90%
  );
}

.wpcf7-email + span.wpcf7-not-valid-tip {
	display: block !important;
	top: 0px;
}

.card__left .slider-for__item a {
	width: 100%;
	height: 100%;
}
.card__left .slider-for__item a img {
	object-fit: contain;
	width: 100%;
    height: 100%;
}


/*table*/
.table-card {
	margin-top: 25px;
}
.table-card table {
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	color: #1C273F;
	width: 100%;
	border-spacing: 0;
}
.name-th {
	font-size: 16px;
	text-transform: uppercase;
}
.table-card table th,
.table-card table td {
	padding: 13px 13px;
	border-top: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
}
.table-card table tr:nth-child(odd) td {
	background: #F4F4F4;
}
.table-card thead tr:not(:first-child) th {
	border-top: none;
}
.vertical-th {
	transform: rotate(-90deg);
	padding-left: 20px;
	padding-right: 15px;
	margin: 0 -20px;
	white-space: nowrap;
}
.table-card table th {
	padding: 10px 10px;
	line-height: 16px;
	text-align: left;
}
.table-card sub {
	font-size: 10px;
	line-height: 0;
}
.table-card th span {
	font-weight: 400;
}
.table-card table tr:last-child th:nth-child(18),
.table-card table tr:last-child th:nth-child(15),
.table-card table tr:last-child th:nth-child(14),
.table-card table tr:last-child th:nth-child(12),
.table-card table tr:last-child th:nth-child(11),
.table-card table tr:last-child th:nth-child(10),
.table-card table tr:last-child th:nth-child(9),
.table-card table tr:last-child th:nth-child(7),
.table-card table tr:last-child th:nth-child(5),
.table-card table tr:last-child th:nth-child(3) {
	border-right: none;
}
.table-card thead tr:nth-child(3) th:nth-child(2),
.table-card thead tr:nth-child(3) th:nth-child(1),
.table-card thead tr:nth-child(3) th:nth-child(8),
.table-card thead tr:nth-child(3) th:nth-child(7),
.table-card thead tr:nth-child(3) th:nth-child(6),
.table-card thead tr:nth-child(3) th:nth-child(5),
.table-card thead tr:nth-child(3) th:nth-child(4),
.table-card thead tr:nth-child(3) th:nth-child(3) {
	padding-top: 0;
}
.table-card thead tr:nth-child(2) th:nth-child(3),
.table-card thead tr:nth-child(2) th:nth-child(2),
.table-card thead tr:nth-child(2) th:nth-child(1) {
	padding-bottom: 0;
}
.table-card thead tr:nth-child(1) th:nth-child(2) {
	vertical-align: top;
}
.table-card thead tr:nth-child(1) th {
	padding-bottom: 0;
}
.table-card thead tr:nth-child(1) th:last-child {
	padding: 0 5px;
}
.table-card table td:last-child {
	text-align: center;
}
.table-card table tr:nth-child(3) th:nth-child(1),
.table-card table td:nth-child(2),
.table-card table td:nth-child(4),
.table-card table td:nth-child(6),
.table-card table td:nth-child(8),
.table-card table td:nth-child(19),
.table-card table td:nth-child(16),
.table-card table td:nth-child(15),
.table-card table td:nth-child(12),
.table-card table td:nth-child(11),
.table-card table td:nth-child(10),
.table-card table td:nth-child(13) {
	border-right: none;
}
.table-card table td:nth-child(20) {
	width: 170px;
}
.table-card table td:nth-child(18) {
	text-align: center;
}
.info-table {
	font-size: 14px;
	line-height: 22px;
	margin: 30px 0;
	font-weight: 500;
	color: #1C273F;
	max-width: 600px;
}
.info-table ul {
	columns: 2;
}
.info-table sub {
	font-size: 10px;
	line-height: 0;
}
.table-card table tr:nth-child(3) th:nth-child(1),
.table-card thead tr:nth-child(3) th:nth-child(19),
.table-card thead tr:nth-child(3) th:nth-child(17) {
	vertical-align: top;
}
.table-card thead tr:nth-child(3) th:nth-child(1) {
	padding-top: 4px;
}