@font-face {
    font-family:'manrope-bold';
    src: url( "../fonts/manrope-bold.ttf");
    src: url("../fonts/manrope-bold.ttf") format("truetype"),
    url('../fonts/manrope-bold.woff') format('woff');
    font-style: 700; 
    font-weight: 700; 
}

@font-face {
    font-family:'manrope-regular';
    src: url( "../fonts/manrope-regular.ttf");
    src: url("../fonts/manrope-regular.ttf") format("truetype"),
    url('../fonts/manrope-regular.woff') format('woff');
    font-style: 400; 
    font-weight: 400; 
}

@font-face {
    font-family:'manrope-semibold';
    src: url( "../fonts/manrope-semibold.ttf");
    src: url("../fonts/manrope-semibold.ttf") format("truetype"),
    url('../fonts/manrope-semibold.woff') format('woff');
    font-style: 400; 
    font-weight: 400; 
}

.container-fluid {
	padding: 0;
	max-width: 1232px;
}

button.btn:focus {
	outline: none;
	box-shadow: none;
}

li {
	list-style: none;
}

ul {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	margin: 0;
}

.btn:hover {
	background-color: #18bbf0 !important;
}

/* header */

.fixedHeader {
	position: fixed;
	width: 100%;
	transition: 500ms;
	z-index: 9;
}

header.header {
	padding-top: 32px;
	padding-bottom: 156px;
	background: url("../img/header_bg.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
}

.header-fixed {
	padding-top: 24px !important;
	padding-bottom: 24px !important;
	width: 100%;
	background: #fff !important;
	box-shadow: 0 10px 10px rgba(0,0,0,0.4);
}

.header-fixed .header__logo {
	width: 245px;
}

header.header .header__top, header.header .header__top ul.header__menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

header.header .header__top ul.header__menu {
	margin-left: 184px;
}

header.header .header__top ul.header__menu li.menu__item {
	margin-left: 64px;
}

header.header .header__top ul.header__menu li.menu__item a {
	font-size: 15px;
	font-family: 'manrope-regular';
	color: #777777;
}

/* Убираем отступ у первого элемента меню */
header.header .header__top ul.header__menu li.menu__item:nth-of-type(1) {
	margin: 0;
}

header.header .header__top .header__phone-cart-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-left: 188px;
}

header.header .header__top .header__phone-cart-wrapper .header__phone a {
	font-size: 16px;
	font-family: 'manrope-semibold';
	color: #777777;
}

header.header .header__top .header__phone-cart-wrapper .header__phone a:hover {
	text-decoration: none;
}

header.header .header__top .header__phone-cart-wrapper .header__cart {
	margin-left: 43px;
}

header.header .header__subtitle {
	margin-top: 156px;
}

header.header .header__subtitle h2 {
	font-family: 'manrope-regular';
	font-size: 30px;
	line-height: 32px;
}

header.header .header__title {
	margin-top: 32px;
}

header.header .header__title h1 {
	font-family: 'manrope-bold';
	line-height: 48px;
	font-size: 84px;
}

header.header .header__title span.title__sub {
	font-size: 50px;
	font-family: 'manrope-bold';
	display: block;
	margin-top: 12px;
}

header.header .header__promo {
	margin-top: 110px;
}

header.header .header__promo h2 {
	font-size: 30px;
	line-height: 32px;
	font-family: 'manrope-regular';
}

/* дописал для корзины */
.landBasketImgFixed {
    display: none;
}
.basketCount {
    color: white;
    font: 400 16px/16px Manrope;
        font-size: 16px;
    margin-top: -30px;
    margin-left: 14px;
    background-color: red;
    border-radius: 20px;
    width: 17px;
    height: 17px;
    font-size: 12px;
    text-align: center;
    position: absolute;
}

/* researches */

section.researches {
	padding-top: 96px;
	padding-bottom: 64px;
	border-bottom: 1px solid #dddddd;
}

.researches-right-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-grow: 1;
	-ms-align-items: center;
	align-items: center;
	align-self: flex-start;
}

section.researches .researches__title h2 {
	font-size: 36px;
	line-height: 48px;
	font-family: 'manrope-bold';
}

section.researches .researches__subtitle {
	margin-top: 32px;
}

section.researches .researches__subtitle h3 {
	font-size: 18px;
	line-height: 32px;
	font-family: 'manrope-regular';
}

section.researches .researches__title, section.researches .researches__subtitle {
	text-align: center;
}

section.researches .researches__content {
	max-width: 100%;
	width: 100%;
	margin-top: 24px;
}

section.researches .researches__content .researches__item {
	border-bottom: 1px solid #e7e7e7;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 26px 16px;
	-ms-align-items: center;
	align-items: center;
}

section.researches .researches__content .researches__item:nth-of-type(10) {
	border-bottom: none;
}

section.researches .researches__content .researches__item .item__title {
	width: 688px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

section.researches .researches__content .researches__item .item__title a {
	font-size: 20px;
	line-height: 28px;
	font-family: 'manrope-regular';
	color: #003594;
}

section.researches .researches__content .researches__item .item__code {
	font-size: 16px;
	line-height: 24px;
	font-family: 'manrope-regular';
	color: #777777;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

section.researches .researches__content .researches__item .item__order {
	margin-left: auto;
	width: 160px;
	height: 40px;
	background-color: #00a9e0;
	color: #fff;
	border-radius: 20px;
	font-size: 16px;
	line-height: 24px;
	font-family: 'manrope-regular';
}

/* promo-terms */

section.promo-terms {
	padding-top: 96px;
	padding-bottom: 72px;
	border-bottom: 1px solid #dddddd;
}

section.promo-terms .promo-terms__header {
	text-align: center;
}

section.promo-terms .promo-terms__header h2 {
	font-size: 36px;
	font-family: 'manrope-bold';
}

section.promo-terms .promo-terms__text {
	margin-top: 40px;
	text-align: center;
}

section.promo-terms .promo-terms__text {
	font-size: 18px;
	line-height: 32px;
	font-family: 'manrope-regular';
}

/* location */

section.location {
	padding-top: 96px;
	padding-bottom: 88px;
}

section.location .location__header h2 {
	text-align: center;
	font-size: 36px;
	line-height: 48px;
	font-family: 'manrope-bold';
}

section.location .location__map {
	margin-top: 32px;
}

/* footer */

footer.footer {
	height: 104px;
	background-color: #f2f6fe;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

footer.footer > div {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

footer.footer .footer__text {
	color: #9eacc7;
	font-size: 14px;
	line-height: 24px;
	font-family: 'manrope-regular';
}

footer.footer .footer__links a {
	margin-left: 16px;
}

.warning {
	text-align: center;
	background-color: #f8f8f8;
	position: fixed;
	bottom: 0;
	width: 100%;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
	transform: scaleY(1.5);
	transform-origin: bottom;
	line-height: 1;
	z-index: 9;
}

.warning .warning__text {
	font-size: 1.54vw !important;
	line-height: 40px;
	font-family: 'manrope-regular';
	color: #d2d2d2;
	line-height: 1;
}

/* MEDIA QUERIES */

@media screen and (max-width: 1279px) {
	section.researches .researches__content .researches__item {
		padding-right: 0;
	}
}

@media screen and (min-width: 800px) {
	footer.footer {
		margin-bottom: 2%;
	}
}

@media screen and (min-width: 768px) and (max-width: 799px) {
	footer.footer {
		margin-bottom: 3%;
	}
}


@media screen and (min-width: 768px) and (max-width: 1279x) {
.item__code {
padding: 0 48px !important;
white-space:nowrap;
}
}

@media screen and (min-width: 1279px)  {
.item__code{
padding: 0 88px !important;
white-space:nowrap;
}
}

/* small desktop */
@media screen and (min-width: 1024px) and (max-width: 1279px) {
	.container-fluid {
		max-width: 968px;
	}
	header.header .header__top ul.header__menu {
		margin-left: 80px;
	}
	header.header .header__top ul.header__menu li.menu__item {
		margin-left: 48px;
	}
	header.header .header__top .header__phone-cart-wrapper {
		margin-left: 48px;
		flex-grow: 1;
	}
	header.header .header__top .header__phone-cart-wrapper .header__cart {
		margin-left: auto;
	}
	header.header .header__subtitle {
		margin-top: 164px;
	}
	section.researches .researches__content .researches__item {
		padding-left: 0;
	}
	section.researches .researches__content .researches__item .item__title {
		width: 632px;
	}
}

@media screen and (max-width: 1023px) {
	footer.footer > div {
		height: 100%;
		justify-content: flex-end;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1023px) {
	header.header .header__top .header__phone-cart-wrapper {
		margin-left: auto !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
.item__title{
    width:584px !important;
}
.item__code{
    padding: 0 44px !important;
}
	}


@media screen and (min-width: 1280px)  {
.item__title{
    width:688px !important;
}
.item__code{
    padding: 0 88px !important;
}
	}
	
	


@media screen and (min-width: 1000px) and (max-width: 1279px) {
	.fixedHeader header.header .header__top .header__phone-cart-wrapper {
			margin-left: 80px;
	}
	.fixedHeader header.header .header__top ul.header__menu {
		margin-left: 0;
	}
}

@media screen and (max-width: 999px) {
	.fixedHeader ul.header__menu {
		display: none !important;
	}
	header.header .header__top {
		justify-content: space-between;
	}
}

@media screen and (max-width: 767px) {
	.warning {
		line-height: 0.1;
	}
	.warning .warning__text {
		line-height: 2;
	}
}

@media screen and (max-width: 768px) {
	header.header .header__top ul.header__menu {
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	header.header-main {
		height: 768px;
	}
}

/* tablet */
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.container-fluid {
		max-width: 100%;
		width: 100%;
		padding-left: 16px;
		padding-right: 16px;
	}
	header.header-main {
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}
	header.header ul.header__menu {
		display: none !important;
	}
	header.header .header__top .header__phone-cart-wrapper .header__cart {
		margin-left: 32px;
	}
	header.header .header__top .header__phone-cart-wrapper {
		margin-left: 196px;
	}
	header.header .header__promo h2 {
		font-size: 26px;
		line-height: 32px;
	}
	header.header .header__subtitle h2 {
		font-size: 26px;
	}
	header.header .header__title h1 {
		font-size: 68px;
	}
	header.header .header__title span.title__sub {
		font-size: 41px;
	}
	header.header .header__promo {
		margin-top: 100px;
	}
	section.researches .researches__content .researches__item {
		padding-left: 0;
	}
	section.researches .researches__content .researches__item .item__title {
		width: auto;
		margin-top: 6px;
	}
	/* отравниваем блок исследований */
	section.researches .researches__content .researches__item:nth-of-type(6) .item__title, section.researches .researches__content .researches__item:nth-of-type(9) .item__title {
		margin-top: 0;
	}
	footer.footer {
		height: auto;
		padding-bottom: 28px;
	}
	footer.footer > div {
		flex-direction: column-reverse;
	}
	footer.footer .footer__links {
		margin-top: 32px;
	}
	footer.footer .footer__links a:nth-of-type(1) {
		margin-left: 0;
	}
	footer.footer .footer__text {
		margin-top: 40px;
	}
	header.header-main {
		height: 704px;
	}
	.researches-right-wrapper {
		min-width: 336px;
		max-width: 336px;
		margin-left: auto;
	}
	header.header-main .header__phone {
		margin-top: -2px;
	}
}

/* mobile */
@media screen and (max-width: 767px) {
	.container-fluid {
		max-width: 100%;
		width: 100%;
		padding-left: 16px;
		padding-right: 16px;
	}
	header.header {
		padding-bottom: 318px;
		background: url('../img/header_bg_mob.jpg');
		background-position: center bottom;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		padding-top: 16px;
	}
	header.header.header-main {
		padding-bottom: 98%;
	}
	header.header .header__logo img {
		max-width: 184px;
	}
	header.header .header__top .header__phone-cart-wrapper {
		margin-left: 28px;
	}
	header.header .header__top .header__phone-cart-wrapper .header__cart {
		margin-left: 16px;
	}
	header.header .header__subtitle {
		margin-top: 56px;
	}
	header.header .header__subtitle h2 {
		font-size: 18px;
		line-height: 24px;
		text-align: center;
	}
	header.header .header__title h1 {
		font-size: 44px;
		line-height: 20px;
		text-align: center;
	}
	header.header .header__title span.title__sub {
		font-size: 26px;
		line-height: 20px;
		text-align: center;
		margin-top: 24px;
	}
	header.header .header__title {
		margin-top: 20px;
	}
	header.header .header__promo {
		margin-top: 28px;
	}
	header.header .header__promo h2 {
		font-size: 18px;
		line-height: 24px;
		text-align: center;	
	}
	section.researches {
		padding-top: 60px;
	}
	section.researches .researches__title h2 {
		font-size: 26px;
		line-height: 32px;
	}
	section.researches .researches__subtitle h3 {
		font-size: 16px;
		line-height: 24px;
		text-align: left;
	}
	section.researches .researches__content .researches__item {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	section.researches .researches__content .researches__item .item__title a {
		font-size: 18px;
		line-height: 24px;
	}
	section.researches .researches__content .researches__item .item__code {
		font-size: 15px;
	}
	section.researches .researches__content .researches__item .item__order {
		width: 128px;
		height: 32px;
	}
	section.researches .researches__content .researches__item .item__order {
		font-size: 14px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
		padding: 0;
	}
	.researches-right-wrapper {
		margin-top: 16px;
	}
	section.researches .researches__content {
		margin-top: 20px;
	}
	section.researches {
		padding-bottom: 28px;
	}
	section.promo-terms {
		padding-top: 60px;
	}
	section.promo-terms .promo-terms__header h2 {
		font-size: 26px;
		line-height: 32px;
	}
	section.promo-terms .promo-terms__text {
		margin-top: 36px;
	}
	footer.footer .footer__links {
		margin-top: 40px;
	}
	section.promo-terms .promo-terms__text {
		font-size: 16px;
		line-height: 24px;
		text-align: left;
	}
	section.promo-terms {
		padding-bottom: 38px;
	}
	section.location {
		padding-top: 60px;
	}
	section.location .location__header h2 {
		font-size: 26px;
		line-height: 32px;
	}
	section.location {
		padding-bottom: 56px;
	}
	footer.footer {
		height: 200px;
	}
	footer.footer > div {
		flex-direction: column-reverse;
	}
	footer.footer .footer__links a:nth-of-type(1) {
		margin-left: 0;
	}
	footer.footer .footer__text {
		margin-top: 40px;
		text-align: center;
	}
	.header-fixed {
		padding-top: 14px !important;
		padding-bottom: 14px !important;
	}
	section.researches .researches__content .researches__item {
		padding-left: 0;
	}
}

@media screen and (max-width: 470px) {
	.header-fixed .header__logo {
		width: 144px;
	}
}

@media screen and (max-width: 335px) {
	header.header-fixed .header__top .header__phone-cart-wrapper {
		margin-left: 0;
	}
}

@media screen and (max-width: 414px) {
	header.header .header__top .header__phone-cart-wrapper .header__phone a {
		font-size: 11px;
	}
}

@media screen and (max-width: 367px) {
	header.header .header__logo img {
		max-width: 144px;
	height:25px;
	}
}
@media screen and (min-width: 1279px)  {
.item__code{
padding: 0 88px !important;
white-space:nowrap;
}
}

@media screen and (max-width: 326px) {
	header.header .header__top .header__phone-cart-wrapper {
		margin-left: 18px;
	}
}