@import "./libs/normilize/normilize.css";
@import "./fonts.css";
@import "./libs/fancyBox/jquery.fancybox.min.css";




.wrapper {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 15px;
}

.title {
    padding-bottom: 55px;
    font-family: 'Gotham Pro Bold';
    font-size: 60px;
    line-height: 57px;
    letter-spacing: -1px;
    color: #DB1127;
}

.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px 14px;
	font-family: 'Gotham Pro Bold';
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	color: #A03939;
	transition: 0.3s ease;
}

.btn:hover {box-shadow: none;}

.btn-red {
	padding: 23px 21px 27px;
	border-bottom: 3px solid #9C0213;
	background: #DB1127;
	color: #ffffff;
}

.btn-red img {margin-right: 9px;}

.btn-red:hover {box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);}

.btn-white {
	padding: 14px 14px 13px;
	border-bottom: 3px solid #FDA6B0;
	background: #ffffff;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
	color: #A03939;
}

header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

header nav {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 20px 17px;
	background-color: #FFFFFF;
}

header nav a {
	font-family: 'Gotham Pro Regular';
	font-size: 15px;
	line-height: 14px;
	text-align: center;
	color: #232A33;
	transition: 0.3s ease;
}

header nav a:hover {
	color: #DB1127;
	text-decoration: underline;
}

header nav a:not(:last-child) {margin-right: 31px;}

.header-bottom {
	padding: 8px 0;
	background: #DB1127;
	box-shadow: 0px -4.68966px 11px rgba(0, 0, 0, 0.25);
}

.header-bottom .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-bottom .logo {
	width: 100%;
	max-width: 145px;
	margin-right: 15px;
}

.header-bottom .logo img {width: 100%;}

.header-loc,
.header-phone {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-loc {margin-right: 45px;}

.header-loc  img {
	width: 100%;
	max-width: 15px;
	margin-right: 12px;
}

.header-loc p{
	font-family: 'Gotham Pro Bold';
	font-size: 15px;
	line-height: 15px;
	color: #FFFFFF;
}

.header-phone img {
	width: 100%;
	max-width: 20px;
	margin-right: 9px;
}

.header-phone a{
	font-family: 'Gotham Pro Regular';
	font-size: 18px;
	line-height: 18px;
	color: #FFFFFF;
	transition: 0.3s ease;
}

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


.banner {
	position: relative;
	padding: 109px 120px 231px;
	background-position: top -113px left -8px;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

.banner .wrapper {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.banner-cnt {
	position: relative;
	z-index: 2;
}
.banner-subtitle {
	padding-bottom: 36px;
    font-family: 'Gotham Pro Regular';
	font-size: 25px;
	line-height: 24px;
	color: #232A33;
	opacity: 0.58;
}

.banner-title {
	position: relative;
    width: 100%;
    max-width: 952px;
    padding-bottom: 60px;
    padding-left: 29px;
    font-family: 'Gotham Pro Black';
    font-size: 60px;
    line-height: 68px;
    color: #232A33;
}

.banner-title span {color: #DB1127;}

.banner-title::before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	display: block;
	height: 69px;
	width: 6px;
	background-color: #DB1127;
}

.banner-callback {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding-bottom: 52px;
}

.banner-callback .btn-red {margin-right: 41px;}

.banner-callback-info {padding-top: 24px;}

.banner-callback-info a {
	padding-bottom: 8px;
    font-family: 'Gotham Pro Medium';
	font-size: 18px;
	line-height: 18px;
	text-decoration-line: underline;
	color: #232A33;
}

.banner-callback-info ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}

.banner-callback-info ul li {
	font-family: 'Didact Gothic Regular';
	font-size: 13px;
	line-height: 17px;
	color: #747474;
}

.banner-bnf {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}

.banner-bnf:not(:last-child) {padding-bottom: 31px;}

.banner-bnf-img {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	max-width: 50px;
	min-width: 50px;
	margin-right: 27px;
}

.banner-bnf p {
    font-family: 'Gotham Pro Medium';
	font-size: 20px;
	line-height: 20px;
	color: #232A33;
}

.banner-img {
	position: absolute;
	z-index: 1;
    right: 91px;
    width: 100%;
    max-width: 695px;
    margin-top: 110px;
}

.banner-img img {width: 100%;}

.trials {
	padding: 142px 0 141px;
	background: #F0F0F0;
	box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.18);
}

.trials-list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 62px;
}

.trials-item {
	width: 100%;
	max-width: 446px;
}

.trials-item-img{
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	width: 96px;
	height: 94px;
	margin-bottom: 27px;
}

.trials-item-title{
	padding-bottom: 27px;
	font-family: 'Gotham Pro Bold';
	font-size: 25px;
	line-height: 18px;
	color: #232A33;
}

.trials-item p {
	max-width: 430px;
    font-family: 'Didact Gothic Regular';
    font-size: 15px;
    line-height: 19px;
    color: #232A33;
}

.trials-item p span {color: #DB1127;}

.trials-item p:not(:last-child) {margin-bottom: 19px;}

.trials-links,
.order-links {
	display: flex;
	align-items: center;
	justify-content: center;
}

.trials-links .btn-red{
    width: 100%;
    max-width: 381px;
	padding: 19px 21px 21px;
}

.order-links .btn-red {padding: 19px 32px 21px;}

.trials-link,
.order-link {
	margin-left: 61px;
    font-family: 'Gotham Pro Medium';
	font-size: 18px;
	line-height: 17px;
	border-bottom: 1px solid #232A33;
	color: #232A33;
	transition: 0.3s ease;
}

.order-link {margin-left: 29px;}

.trials-link:hover,
.order-link:hover {
	border-bottom: 1px solid transparent;
	color: #DB1127;
}


.services {
	padding: 129px 0 124px;
	background-position: top -106px center;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

.services-list {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}

.service-item {
	width: 100%;
	max-width: 363px;
	margin-bottom: 18px;
	padding: 12px 17px 40px 33px;
	background: #FFFFFF;
	box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.13);
}

.service-item-img {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	width: 114px;
	height: 84px;
	margin-bottom: 11px;
}

.service-item-img img {max-width: 100%;}

.service-item-title {
	position: relative;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
	-webkit-box-orient: vertical;
	width: 100%;
	height: 40px;
    font-family: 'Gotham Pro Bold';
	font-size: 20px;
	line-height: 20px;
	color: #232A33;
}

.service-item hr {
	margin: 20px 0 16px;
	border: 1px solid #DDDBDB;
}


.service-item-cnt {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	width: 100%;
	height: 257px;
}

.service-item-question {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
	-webkit-box-orient: vertical;
	height: 36px;
	margin-bottom: 8px;
    font-family: 'Gotham Pro Medium';
	font-size: 18px;
	line-height: 18px;
	color: #232A33;
}

.service-item-list {
	margin: 0;
	padding: 0 0 0 14px;
	list-style: none;
}

.service-item-list li {
	position: relative;
    font-family: 'Didact Gothic Regular';
	font-size: 15px;
	line-height: 20px;
	color: #232A33;
}

.service-item-list li:not(:last-child) {margin-bottom: 9px;}

.service-item-list li::before {
	content: '';
	position: absolute;
	display: block;
    top: 8px;
    left: -13px;
	width: 6px;
	height: 6px;
	background: #DB1127;
	border-radius: 50%;
}

.service-link {
	display: block;
	margin-bottom: 25px;
    font-family: 'Gotham Pro Regular';
	font-size: 15px;
	line-height: 15px;
	color: #DB1127;
	text-decoration: underline;
}

.service-link:hover {text-decoration: none;}

.service-info,
.portfolio-info {
	display: flex;
	align-items: center;
	justify-content: flex-start;
    font-family: 'Gotham Pro Medium';
	font-size: 15px;
	line-height: 15px;
	color: #232A33;
}

.service-info img,
.portfolio-info img {
	max-width: 20px;
	margin-right: 9px;
}

.order {
	padding: 129px 0 158px;
	background-position: top center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-size: cover;
}

.order-list {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.order-item-layout {
	position: relative;
	z-index: 1;
	margin-bottom: 45px;
}
.order-item {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 350px;
    height: 100%;
    padding: 29px 31px 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.13);
}

.order-item-layout:nth-child(1)::before {
	content: '';
	position: absolute;
    top: 32px;
    left: -26px;
	width: 100%;
	max-width: 265px;
	height: 265px;
	max-height: 265px;
	background-image: url('../images/order-item-hover.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.order-item-layout:nth-child(3)::before {
	content: '';
	position: absolute;
    top: -64px;
    left: 8px;
	width: 100%;
	max-width: 332px;
	height: 297px;
	max-height: 297px;
	background-image: url('../images/order-item-2-hover.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.order-item-layout::after {
	content: '';
	position: absolute;
	z-index: 3;
	top: calc(50% - 11px);
	right: -22px;
	width: 13px;
	height: 22px;
	background-image: url('../images/arrow-right.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.order-item-layout:nth-child(3n)::after {display: none;}


.order-number {
	position: relative;
    top: -44px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 53px;
    height: 53px;
    margin: 0 0 -27px;
    font-family: 'Gotham Pro Medium';
    font-size: 47.7px;
    line-height: 46px;
    color: #FFFFFF;
    background-color: #DB1127;
    border-radius: 50%;
}

.order-title {
	position: relative;
	display: -webkit-box;
    -webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	width: 100%;
	height: 40px;
	margin-bottom: 33px;
    font-family: 'Gotham Pro Bold';
	font-size: 20px;
	line-height: 20px;
	color: #232A33;
}

.order-title:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #FFC369;
}

.order-list p {
	display: -webkit-box;
    -webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 120px;
    font-family: 'Didact Gothic Regular';
	font-size: 15px;
	line-height: 20px;
	color: #232A33;
}

.order-list p a {color: #236FCF;}
.order-list p a:hover {text-decoration: underline;}


.license {
	padding: 135px 0 145px;
	background-color: #F0F0F0;
	background-position: top center;
	background-repeat: no-repeat;
}

.license .wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.license-cnt {
	width: 100%;
    max-width: 476px;
}

.license-cnt .title {padding-bottom: 27px;}

.license-subtitle {
	max-width: 456px;
    margin-bottom: 14px;
    font-family: 'Gotham Pro Medium';
    font-size: 20px;
    line-height: 19px;
    color: #232A33;
}

.license-text {
	margin-bottom: 52px;
    font-family: 'Didact Gothic Regular';
	font-size: 15px;
	line-height: 20px;
	color: #232A33;
}

.license-link {
	display: flex;
	align-items: center;
	justify-content: flex-start;
    font-family: 'Didact Gothic Regular';
	font-size: 15px;
	line-height: 117.2%;
	text-decoration: underline;
	color: #DB1127;
}

.license-link:not(:last-child) {margin-bottom: 22px;}

.license-link:hover {text-decoration: none;}

.license-link img {margin-right: 5px;}

.license-img {
	position: absolute;
    right: -198px;
    margin-top: -29px;
	width: 100%;
	max-width: 812px;
}

.license-img img {width: 100%;}


.double-block {
	padding-top: 135px;
	background-position: top center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-size: cover;
}

.clients .title {padding-bottom: 87px;}

.clients-list  {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-flow: row wrap;
}

.client-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 255px;
	max-height: 162px;
	overflow: hidden;
	margin-bottom: 43px;
	box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.13);
}

.client-item img {max-width: 100%;}

.clients-info p {
	margin-bottom: 21px;
	width: 100%;
    font-family: 'Didact Gothic Regular';
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #232A33;
}

.clients-info p.clients-info-text {
	width: 100%;
	margin-bottom: 9px;
    font-family: 'Gotham Pro Medium';
	font-size: 25px;
	line-height: 24px;
	text-align: center;
	color: #232A33;
}

.clients-info p.clients-info-text span {color: #DB1127;}

.clients-link {
	display: block;
	margin: 0 auto;
    font-family: 'Gotham Pro Medium';
	font-size: 18px;
	line-height: 17px;
	text-align: center;
	text-decoration: underline;
	color: #DB1127;
}
.clients-link:hover {text-decoration: none;}

.calculations{
    margin-bottom: 284px;
    padding-top: 131px;
    padding-bottom: 68px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.calculations form {
	width: 100%;
	margin-bottom: -288px;
	padding: 60px 160px 73px;
	background: #FFFFFF;
	border-top: 7px solid #FFC369;
	box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.13);
}

.form-title {
	width: 100%;
	padding-bottom: 41px;
    font-family: 'Gotham Pro Bold';
	font-size: 40px;
	line-height: 38px;
	text-align: center;
	color: #232A33;
}

.form-columns {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 36px;
}

.form-column {
	width: 100%;
	max-width: 380px;
}

.form-column-title {
	padding-bottom: 20px;
    font-family: 'Gotham Pro Medium';
	font-size: 20px;
	line-height: 19px;
	color: #232A33;
}

.form-field {
	width: 100%;
	height: 60px;
	padding: 0 21px;
    font-family: 'Didact Gothic Regular';
	font-size: 15px;
	line-height: 60px;
	color: #848B93;
	background: #ffffff;
	border: 1px solid #E7EBEF;
	transition: 0.3s ease;
}

.form-field:hover,
.form-field:focus {border: 1px solid #DB1127;}

.form-field:not(:last-child) {margin-bottom: 15px;}

.calculations form .btn {
	margin: 0 auto 13px;
    padding: 24px 27px 24px;
}

.checkbox-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 auto;
}

.checkbox-item input {display: none;}

.checkbox-item .checker {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	min-width: 18px;
	height: 18px;
	margin-right: 8px;
	border: 2px solid #DB1127;
	border-radius: 3px;
	transition: 0.3s ease;
}

.checkbox-item .checker img {
	position: relative;
	z-index: 2;
	width: 10px;
	height: 7px;
	opacity: 0;
}

.checkbox-item .checker::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	background: #DB1127;
	transition: 0.3s ease;
	opacity: 0;
}

.checkbox-item  .checker-name {
    font-family: 'Didact Gothic Regular';
	font-size: 12px;
	line-height: 12px;
	color: #232A33;
}

.checkbox-item  .checker-name a {color: #0075A2;}

.checkbox-item  .checker-name a:hover {text-decoration: underline;}

.checkbox-item input:checked + .checker img,
.checkbox-item input:checked + .checker:before {opacity: 1;}


.price {padding: 70px 0 142px;}


.price-list {
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
}

.price-list th,
.price-list td {
	height: 49px;
    padding: 5px 5px 8px;
    font-family: 'Didact Gothic Regular';
	font-size: 18px;
	line-height: 24px;
	color: #232A33;
	vertical-align: middle;
	text-align: center;
}

.price-list th:not(:nth-child(3)) {color: #ffffff;}

.price-list td {height: 58px;}

.price-list th:first-child {background: #DB1127;}
.price-list th:nth-child(2) {background: #FFC369;}
.price-list th:nth-child(3) {background: #EDEDED;}

.price-list th:nth-child(2) {padding: 12px 49px;}
.price-list th:nth-child(3) {padding: 12px 35px;}

.price-list th:first-child,
.price-list td:first-child {
	padding-left: 59px;
	text-align: left;
	border-bottom: 2px solid #DB1127;
}
.price-list th:nth-child(2),
.price-list td:nth-child(2){border-bottom: 2px solid #FFC369;}

.price-list th:nth-child(3),
.price-list td:nth-child(3){border-bottom: 2px solid #EDEDED;}




.laboratories {
	padding: 134px 0 90px;
	background-position: top left;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #F0F0F0;
}

.laboratories .title {
	padding-bottom: 23px;
	letter-spacing: 0px;
}

.laboratories-subtitle {
	width: 100%;
	max-width: 591px;
	margin-bottom: 22px;
    font-family: 'Gotham Pro Medium';
	font-size: 20px;
	line-height: 20px;
	color: #232A33;
}

.laboratories-quote{
	display: inline-block;
    margin-bottom: 64px;
    padding: 4px 9px;
    font-family: 'Didact Gothic Regular';
    font-size: 18px;
    line-height: 24px;
    color: #232A33;
    background-color: #FFC369;
}

.laboratories-block {
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.laboratories-cnt {
	width: 100%;
	max-width: 762px;
}

.laboratories-benefits {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-flow: row wrap;
	width: 100%;
	max-width: 758px;
}

.laboratories-bnf {
	width: 100%;
	max-width: 362px;
	margin-bottom: 47px;
}

.laboratories-bnf-img{
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	width: 64px;
	height: 63px;
	margin-bottom: 9px;
}

.laboratories-bnf-title{
	margin-bottom: 8px;
    font-family: 'Gotham Pro Medium';
	font-size: 20px;
	line-height: 19px;
	color: #232A33;
}

.laboratories-bnf p {
    font-family: 'Didact Gothic Regular';
	font-size: 15px;
	line-height: 20px;
	color: #232A33;
}

.laboratories-bnf p span {color: #DB1127;}

.laboratories-img {
    width: 100%;
    max-width: 519px;
    margin-right: -166px;
}

.laboratories-img img {width: 100%;}


.portfolio {padding: 115px 0 112px;}

.portfolio .title {padding-bottom: 24px;}

.portfolio-subtitle {
	margin-bottom: 31px;
    font-family: 'Gotham Pro Medium';
	font-size: 20px;
	line-height: 19px;
	color: #232A33;
}

.portfolio-list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-flow: row wrap;
}

.portfolio-item {
	width: 100%;
	max-width: 350px;
	margin-bottom: 31px;
	background: #FFFFFF;
	box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.13);
}

.portfolio-img {
	display: block;
	width: 100%;
	height: 204px;
	max-height: 204px;
	min-height: 204px;
	overflow: hidden;
}

.portfolio-img img {max-width: 100%;}

.portfolio-cnt {padding: 19px 19px 43px 34px;}

.portfolio-cnt-title {
	margin-bottom: 7px;
    font-family: 'Gotham Pro Bold';
	font-size: 20px;
	line-height: 19px;
	color: #232A33;
}

.portfolio-cnt-subtitle {
	display: -webkit-box;
    -webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 48px;
    font-family: 'Didact Gothic Regular';
	font-size: 12px;
	line-height: 16px;
	color: #848B93;
}

.portfolio-cnt hr {
	margin: 9px 0 2px;
	border: 1px solid #DB1127;
}

.portfolio-cnt-text {
	display: -webkit-box;
    -webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 120px;
	margin-bottom: 2px;
    font-family: 'Didact Gothic Regular';
	font-size: 18px;
	line-height: 24px;
	color: #232A33;
}

.map,
.map iframe {
	width: 100%;
	height: 457px;
}

.footer {
	padding: 42px 0 54px;
	background-position: top left;
	background-size: cover;
	background-repeat: no-repeat;
}

.footer-columns{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.footer-logo {
	display: block;
	width: 100%;
	max-width: 175px;
	margin-bottom: 15px;
}

.footer-logo img {width: 100%;}

.footer p  {
    font-family: 'Didact Gothic Regular';
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}

.footer p:not(:last-child) {margin-bottom: 9px;}

.footer-column {
	width: 100%;
	max-width: 215px;
}

.footer-column-title {
	margin-bottom: 16px;
    font-family: 'Gotham Pro Medium';
	font-size: 18px;
	line-height: 18px;
	color: #DB1127;
}

.footer-services {
	width: 100%;
	max-width: 686px;
}

.footer-services-list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.footer-services-list-column:not(:last-child) {margin-right: 5px;}

.footer-services-list  p {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 32px;
}

.footer-column-link {
	display: block;
	margin-bottom: 20px;
    font-family: 'Didact Gothic Regular';
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	transition: 0.3s;
}

.footer-column-link:hover,
.footer-contacts-link:hover {text-decoration: underline;}

.footer-contacts {
	width: 100%;
	max-width: 139px;
}

.footer-contacts-row  {margin-bottom: 15px;}

.footer-contacts-row p {margin-bottom: 0;}

.footer-contacts-row p:nth-child(1) {
	font-size: 16px;
	color: #DB1127;
}

.footer-contacts-link {
    font-family: 'Didact Gothic Regular';
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	transition: 0.3s;
}























.popup-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 15px;
	opacity: 0;
	z-index: -5;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s ease;
}

.popup-wrapper.active {
	opacity: 1;
	z-index: 100;
}

.popup-layout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 6;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	background: rgba(0, 0, 0, 0.4);
}

.popup {
    position: relative;
    width: 100%;
    max-width: 792px;
    background: #FFFFFF;
}

.popup-header {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 84px;
	margin-bottom: 23px;
    font-family: 'Didact Gothic Regular';
	font-size: 22px;
	line-height: 24px;
	text-align: center;
	letter-spacing: -0.3px;
	color: #FFFFFF;
	background-color: #DB1127;
}

.popup p {
	margin-bottom: 40px;
	padding: 0 20px;
    font-family: 'Didact Gothic Regular';
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #232A33;
}

.form-row-wrap {padding: 0 20px;}
.form-row {
	position: relative;
	display: block;
	width: 100%;
	max-width: 410px;
	margin: 0 auto;
}

.form-row-wrap:not(:last-child) {margin-bottom: 11px;}

.form-row > span {
	position: absolute;
	top: calc(50% - 7.5px);
	left: 17px;
}

.form-row span {
    font-family: 'Didact Gothic Regular';
	font-size: 15px;
	line-height: 15px;
	color: #848B93;
}

.form-row.active span {display: none;}

.form-row span span {
    font-size: 21px;
    color: #DB1127;
}

.form-row input {
	height: 68px;
	margin-bottom: 0 !important;
	padding-left: 17px;
    font-family: 'Didact Gothic Regular';
    font-size: 15px;
    line-height: 68px;
    color: #848B93;
}

.form-row input:focus + span {display: none;}

.popup-form-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 31px 20px 33px;
	border-top: 1px solid #E0E0E0;
}

.popup-form-buttons .checkbox-item{margin-right: 27px;}

.popup-form-buttons .btn-red {padding: 16px 50px 20px;}

.popup-close {
	cursor: pointer;
	position: absolute;
    top: 5px;
    right: 7px;
    width: 100%;
    max-width: 42px;
}

.popup-close img {width: 100%;}

.header-mob {
	display: none;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 60px;
	padding: 10px 20px;
	background: #DB1127;
}

.header-mob.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

.header-mob .logo {max-width: 110px;}
.header-mob .logo img {width: 100%;}

.menu-trigger {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
    width: 35px;
    height: 20px;
	transition: 0.6s ease;
}

.menu-trigger span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	transition: 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.menu-trigger span:nth-child(1) {width: 75%;}

.menu-trigger span:nth-child(3) {width: 40%;}

.menu-trigger.open span {
	position: relative;
	width: 100%;
}

.menu-trigger.open  {justify-content: center;}

.menu-trigger.open span:nth-child(1) {
	transform: rotate(-40deg);
    margin-bottom: -2px;
}

.menu-trigger.open span:nth-child(2) {display: none;}

.menu-trigger.open span:nth-child(3) {transform: rotate(40deg);}


@media(max-width: 1800px) {
	.banner-img {
		right: 60px;
		max-width: 500px;
		margin-top: 0;
	}
}
@media(max-width: 1700px) {
	.license-img {
		position: static;
		max-width: 650px;
	}
}
@media(max-width: 1500px) {
	.banner {padding: 109px 120px 110px;}
	.laboratories-block {align-items: center;}
	.laboratories-img {
		max-width: 380px;
		margin-right: 0;
	}
}

@media(max-width: 1300px) {
	.banner-img {
		right: 10px;
		max-width: 430px;
		margin-top: -70px;
	}
	.license-img {max-width: 500px;}
	.laboratories-img {max-width: 300px;}
	.portfolio-img{
		min-height: 186px;
		max-height: 186px;
	}
}
@media(max-width: 1200px) {
	.service-item {
		max-width: 310px;
		padding: 12px 15px 40px 15px;
	}
	.portfolio-item {max-width: 320px;}
	.portfolio-cnt {padding: 19px 12px 43px 25px;}
	.footer-column,
	.footer-services {margin-right: 15px;}
	.client-item {max-width: 230px;}
	.order-item {
		max-width: 310px;
		padding: 29px 15px 20px;
	}
	.banner {padding: 75px 0px;}
	.laboratories-bnf {max-width: 330px;}
	.laboratories-bnf p br {display: none;}
	.calculations form {padding: 60px 80px 73px;}
	.footer p {
		font-size: 11px;
    	line-height: 15px;
	}
	.footer-services-list p {
		height: 30px;
		width: 100%;
		max-width: 180px;
		text-align: center;
	}
}
@media(max-width: 1024px) {
	.header-phone a {
		font-size: 16px;
		line-height: 16px;
	}
	.header-loc, .header-phone {margin-right: 15px;}
}

@media(max-width: 1023px) {
	.order-list,
	.services-list,
	.portfolio-list {justify-content: center;}

	.order-item-layout:nth-child(odd),
	.service-item:nth-child(odd),
	.portfolio-item:nth-child(odd)  {margin-right: 30px;}

	.order-item-layout:nth-child(3n)::after {display: block;}

	.order-item-layout:nth-child(even)::after,
	.order-item-layout:nth-child(1)::before,
	.order-item-layout:nth-child(3)::before {display: none;}

	.order-item {
		max-width: 350px;
		padding: 29px 31px 20px;
	}

	br {display: none;}

	.order .title,
	.services .title,
	.trials .title,
	.laboratories .title,
	.laboratories-subtitle,
	.clients .title,
	.portfolio .title,
	.portfolio-subtitle,
	.footer-column-title {text-align: center;}

	.service-item {
		max-width: 363px;
		padding: 12px 17px 40px 33px;
	}

	.trials-item {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.laboratories-img{display: none;}
	.laboratories-cnt,
	.laboratories-subtitle {max-width: 100%;}

	.laboratories-cnt,
	.laboratories-bnf {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.portfolio-item {max-width: 350px;}
	.portfolio-cnt {padding: 19px 19px 43px 34px;}
	.footer-columns {
		flex-flow: row wrap;
		justify-content: center;
	}

	.footer-column {order: 1;}
	.footer-services {
		max-width: 100%;
		margin-top: 30px;
		margin-right: 0;
		order: 3;
	}
	.footer-contacts {order: 2;}

	header nav a,
	.header-phone a {
		font-size: 13px;
		line-height: 13px;
	}
	header nav a:not(:last-child) {margin-right: 10px;}

	header .btn-white {
		font-size: 11px;
		line-height: 11px;
		padding: 14px 5px 13px;
		width: 100%;
		max-width: 160px;
	}
	.header-bottom .logo {max-width: 100px;}
	.header-loc p {
		font-size: 12px;
		line-height: 12px;
	}
	.banner-img {display: none;}
	.banner-title,
	.banner-callback {padding-bottom: 30px;}
	.banner-bnf:not(:last-child){padding-bottom: 20px;}
	.banner-bnf {align-items: center;}
	.banner-bnf-img {margin-right: 15px;}

	.trials,
	.license,
	.order,
	.services,
	.laboratories, 
	.banner {padding: 50px 0;}
	

	.title,
	.clients .title {
		padding-bottom: 30px;
		font-size: 36px;
		line-height: 42px;
	}
	.trials-list {
		justify-content: center;
		flex-flow: row wrap;
	}
	.trials-item {max-width: 600px;}
	.trials-item:not(:last-child) {margin-bottom: 30px;}
	.trials-links, .order-links {flex-direction: column;}
	.trials-link, .order-link {margin: 30px 0 0;}
	.calculations {
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
		background: none;
	}
	.calculations .wrapper {padding: 0;}
	.calculations form {
		margin: 0;
		padding: 50px 20px;
	}
	.double-block {padding-top: 50px;}

	.portfolio {padding: 100px 0 50px;}

	.price-list th:nth-child(2),
	.price-list th:nth-child(3) {min-width: 190px;}

	.footer-column,
	.footer-contacts {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}
@media(max-width: 930px) {
	.license-img {display: none;}
	.license-cnt {
		max-width: 100%;
		text-align: center;
	}
	.license-subtitle {max-width: 100%;}
	.license-link {justify-content: center;}
}
@media(max-width: 820px) {
	.service-item {
		max-width: 340px;
		padding: 12px 17px 40px 17px;
	}
	.form-column-title {
		font-size: 18px;
    	line-height: 18px;
	}
	.form-column {max-width: 350px;}
	
}
@media(max-width: 767px) {
	.header-mob {display: flex;}
	header {
		position: fixed;
		top: 60px;
		left: 0;
		z-index: -30;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-direction: column;
		width: 100%;
		height: calc(100vh - 60px);
		padding: 25px 20px 40px;
		opacity: 0;
		background-color: #ffffff;
		transition: 0.3s ease;
	}

	header.open {
		opacity: 1;
		z-index: 10;
	}

	header nav {
		flex-direction: column;
		align-items: center;
		margin-bottom: 15px;
		padding: 0;
	}

	header nav a {
		margin: 0 0 20px !important;
		text-align: center;
	}
	.header-bottom {
		padding: 0;
		box-shadow: none;
		background-color: transparent;
	}
	.header-bottom .wrapper{
		flex-direction: column;
		align-items: center;
		padding: 0;
	}

	.header-bottom .wrapper .logo {display: none;}

	.header-loc,
	.header-phone {margin: 0 0 20px !important;}

	.header-phone a,
	.header-loc p{color: #232A33;}

	.header-loc img,
	.header-phone img {display: none;}

	header nav a, .header-phone a {
		font-size: 15px;
		line-height: 15px;
	}

	header .btn-white {
		font-size: 18px;
		line-height: 18px;
		padding: 14px 14px;
		background-color: #DB1127;
		color: #ffffff;
		width: auto;
		max-width: 100%;
		border-bottom: 0 solid transparent;
		box-shadow: none;
	}


	.banner {
		background: #ffffff;
		background-image: none !important;
	}

	.banner-subtitle {
		padding-bottom: 20px;
		font-size: 16px;
		line-height: 16px;
		text-align: center;
	}

	.banner-title {
		padding-left: 0;
		font-size: 36px;
		line-height: 42px;
		text-align: center;
	}

	.banner-title::before {display: none;}
	
	.banner-callback {
		align-items: center;
		flex-direction: column;
	}

	.banner-callback .btn-red {margin: 0 0 30px;}

	.banner-callback-info {
		padding-top: 0;
		text-align: center;
	}

	.banner-bnf {
		align-items: center;
		flex-direction: column;
	}

	.banner-bnf-img {margin: 0 0 15px;}
	.banner-bnf p {
		font-size: 16px;
		line-height: 19px;
	}

	.service-item {
		max-width: 370px;
		padding: 12px 17px 40px 33px;
		margin-right: 0 !important;
	}

	.license-subtitle {
		font-size: 17px;
		line-height: 19px;
	}

	.order-item {
		display: flex;
		flex-direction: column;
		align-items: center;
		max-width: 370px;
		text-align: center;
	}

	.order-item-layout {margin-right: 0 !important;}
	.order-item-layout::after {display: none !important;}

	.order .title {padding-bottom: 57px;}

	.form-columns {
		align-items: center;
		flex-direction: column;
		text-align: center;
	}
	.form-column {max-width: 100%;}
	.form-column:not(:last-child) {margin-bottom: 30px;}
	.calculations form .btn {
		padding: 24px 8px 24px;
		font-size: 16px;
		line-height: 16px;
	}
	.laboratories-bnf {padding: 0 10px;}
	.portfolio-item {
		max-width: 370px;
		margin-right: 0 !important;
	}
	.portfolio-img img {width: 100%;}
	.footer-columns,
	.footer-services-list {
		flex-direction: column;
		align-items: center;
	}
	.footer-column {margin: 0 0 30px;} 
	.footer-services-list-column:not(:last-child) {margin-right: 0;}
	.clients-list {justify-content: space-around;}
	.banner-bnf p {
		width: 100%;
		text-align: center;
	}
}

@media(max-width: 720px) {
	.laboratories-bnf {
		max-width: 100%;
		padding: 0;
	}
	.price-list th:first-child, .price-list td:first-child {padding-left: 10px;}
	.price-list th, .price-list td {
		font-size: 13px;
		line-height: 18px;
	}
	.price-list th:nth-child(2), .price-list th:nth-child(3) {
		min-width: 93px;
		padding: 12px 5px;
	}
	.license-link {flex-direction: column;}
	.license-link img {margin: 0;}
}
@media(max-width: 500px) {
	.btn {
		font-size: 13px;
		line-height: 13px;
	}
	.btn-red {padding: 17px 21px 21px;}
	.btn-red img {display: none;}
	.title, .clients .title {
		padding-bottom: 30px;
		font-size: 28px;
		line-height: 36px;
	}
	.trials-item-title{
		font-size: 25px;
		line-height: 28px;
	}
	.service-item {padding: 12px 15px 40px 15px;}
	.service-item-title {
		height: 36px;
		font-size: 18px;
		line-height: 18px;
	}
	.order-item {padding: 29px 15px 20px;}
	.portfolio-img {
		min-height: 168px;
		max-height: 168px;
	}
	.portfolio-cnt {padding: 19px 15px 43px 15px;}
	.portfolio-cnt-text {
		height: 110px;
		font-size: 16px;
		line-height: 22px;
	}
	.popup-form-buttons {
		flex-direction: column;
		align-items: center;
	}
	.popup-form-buttons .btn {
		order: 1;
		margin: 0 auto 20px;
	}
	.popup-form-buttons .checkbox-item {
		margin: 0;
		order: 2;
	}
	.popup-header {
		font-size: 15px;
		line-height: 17px;
		padding: 15px 20px;
		height: 92px;
	}
	.popup-close {
		top: 0px;
		right: 0px;
		max-width: 35px;
	}
}