@font-face{
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Medium.ttf');
	font-weight: 500;
	font-style: normal;
}

@font-face{
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-SemiBold.ttf');
	font-weight: 600;
	font-style: normal;
}

@font-face{
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Bold.ttf');
	font-weight: 700;
	font-style: normal;
}
html {
	overflow-x: hidden;
}
body{
	font-family: Montserrat;
	overflow-x: hidden;
}


.home .header__bg {
	background: url('../img/home_header.png') no-repeat;
	background-size: contain;
	
}

.monitoring .header__bg {
	background: url('../img/precise_monitoring_1/header_back.jpg') no-repeat 0 -300px;
	background-size: cover;
	
}
@media screen and (max-width: 1400px){
	.monitoring .header__bg {
		background: url('../img/precise_monitoring_1/header_back.jpg') no-repeat 0 -100px;
		background-size: cover;
	}
}
.purepurr .header__bg {
	    background: url(../img/purepurr/header_back.jpg) no-repeat 0 -51px;
    background-size: contain;
	
}
@media screen and (max-width: 760px){
	.purepurr .header__bg {
	    background: url(../img/purepurr/header_back.jpg) no-repeat 0 0px;
		background-size: contain;
	}
}
.header__bg-checkup {
	background: url('../img/checkup/airbg2.jpg');
	background-repeat: no-repeat;
	position: relative;
	background-size: contain;
}
.header__top {
	padding-top: 40px;
}
.header_menu {
	float: right;
	padding-top: 15px;
}
.header_menu .navbar-nav .nav-item {
	margin-left: 20px;
	border: 2px solid transparent;
	border-radius: 27px;
}
.header_menu .nav-link {
	color: #fff;
	font-size: 18px;
	margin: 0 10px;
}
.header_menu-dark .nav-link {
	color: #3eb5f1 !important;
}
.header_menu .nav-item:hover, .header_menu .nav-link:hover {
	color: #fff;
	
}
.header_menu-dark  .nav-item:hover {
	color: #3eb5f1;
}


.header_menu .nav-item:hover, .header_menu .nav-item.active {
    color: white;
    border: 2px solid white;
    border-radius: 27px;
    text-decoration: none;
}
.header_menu-dark .nav-item:hover, .header_menu-dark .nav-item.active {
    color: #3eb5f1;
    border: 2px solid #3eb5f1;
    border-radius: 27px;
}
	
}
.header_menu-dark {
	
}
.navbar-brand img {
	/*margin-left: -15px;*/
}
.header_title {
    font-size: 36px;
	color: #fff;
	padding-top: 45%;
}
.header_title {
    font-size: 36px;
    color: #fff;
    padding-top: 25%;
}
.header_text {
    font-size: 21px;
	color: #fff;
}

#menu-button {
  position: fixed;
  top: 20px;
  right: 60px;
  display: block;
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 5px;
  z-index: 200;
}
#menu-button:after {
    position: absolute;
    content: "☰";
    font-size: 42px;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
  }
  &:hover {
    opacity: 0.8;
  }
}

#menu-button.on {
  &:after {
    content: "x";
  }
}

#overlay {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 99;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  right: 0;
  left: 0;
}

#overlay.open {
  display: block;
}

#hamburger-menu {
  height: 0;
  width: 0;
  background: #eaf2fc;
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 101;
  overflow: hidden;
  border-radius: 5px;

  nav {
    padding: 10px;
    z-index: 101;
    overflow-y: hidden;
    overflow-x: hidden;

    a {
      display: block;
      padding: 10px;
      height: 1em;
      color: #000;
      font-size: 1em;
      line-height: 1em;
      text-decoration: none;
      overflow: hidden;

      &:hover {
        cursor: pointer;
        color: #000;
        background: rgba(255, 255, 255, 0.02);
      }
    }
  }
}
#hamburger-menu .nav-link {
	color: #000;
	padding: 17px;
	
}
.menu-button-dark #menu-button:after {
	color: #3eb5f1 !important;
}
.navbar-toggler {
	background: url('../img/icons8-menu-32.png');
	width: 32px;
	height: 32px;
}
.navbar-toggler-icon:focus {
	outline: none;
}

@media screen and (min-width: 1020px){
	#menu-button {
		visibility: hidden;
		width: 0;
		height: 0;
	}
}
@media screen and (max-width: 1400px){
	.header_menu .nav-link {
			font-size: 16px;
		}
}
@media screen and (max-width: 1200px){
	.home .header__bg {
		background-size: contain;
	}
	.header_menu .nav-link {
			font-size: 14px;
		}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.2rem;
		padding-left: 0.2rem;
	}
}
@media screen and (max-width: 1024px){
		.header_title  {
			padding-top: 5%;
		}
		.header_menu .nav-link {
			font-size: 11px;
		}
		.header_menu .nav-link {
			margin: 0 5px;
		}
		.header_menu .navbar-nav .nav-item {
			margin-left: 15px;
		}
		.header_text {
			font-size: 16px;
		}
}	
	
@media screen and (max-width: 780px){
		.header_title  {
			padding-top: 20%;
		}
		.header__top {
			padding-top: 20px;
		}
		.header_text {
			font-size: 14px;
		}
		.navbar-brand img {
			max-width: 80%;
		}
		.header_menu {
			float: right;
			padding: 10px 0;
			text-align: right;
		}
	}
@media screen and (max-width: 600px){
		.header_title {
			padding-top: 5%;
		}
		.header_text {
			font-size: 16px;
		}
	}
@media screen and (max-width: 1020px){
	.home .header__bg {
		background-size: auto;
	}
}
.product_block {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 83%;
	margin: 0 auto;
	padding-top: 100px;
}

.product_block .pannel{
	width: 31.5%;
	position: relative;
	margin-top: 1%;
}

.product_block .pannel_back_img{
	max-width: 100%;
}

.product_block .pannel_container{
	position: absolute;
	top: 0;
	width: 100%;
	color: black;
	text-align: center;
	margin-top: 4%;
}

.product_block .pannel_container_hover{
	margin-top: 25%;
	color: white;
	z-index: 10;
}

.product_block .blur{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border-radius: 7px;
	z-index: 2;
}

.product_block .active_blur{
	background: rgba(51, 109, 202, 0.8);
	
}

.product_block .product_img{
	position: absolute;
	bottom: 0;
	/* z-index: 1; */
}

.product_block .product_img_1{
	right: 0;
	bottom: 4%;
	max-width: 89%;
}

.product_block .product_img_2{
	right: 15%;
	max-width: 73%;
}

.product_block .product_img_3{
	left: 0;
	bottom: 4%;
	max-width: 88%;
}

.product_block .product_img_4{
	right: 0%;
	max-width: 100%;
}

.product_block .pannel_title{
	font-weight: 600;
	font-size: 24px;
	text-transform: uppercase;
}

.product_block .pannel_text{
	font-weight: 500;
	font-size: 16px;
	padding: 0 10px;
}

.product_block .pannel_buttons{
	display: none;
	flex-direction: row;
	justify-content: space-between;
	margin: 5% auto;
	max-width: 70%;
	z-index: 10;
}
.product_block .pannel_buttons .btn {
    border: 2px solid white;
    border-radius: 25px;
    width: 230px;
    font-size: 24px;
    font-weight: 500;
	color: #fff;
}
 .product_block .pannel_buttons_center {
	justify-content: center; 
 }
.product_block .active_pannel_buttons{
	display: flex;
}
@media screen and (max-width: 1400px){
	.product_block {
		padding-top: 50px;
	}
	.product_block .pannel_title{
		font-size: 21px;
	}

	.product_block .pannel_text{
		font-size: 14px
	}
	.product_block .pannel_buttons .btn {
		font-size: 14px
	}
	.product_block .product_img_1{
	max-width: 89%;
	}

	.product_block .product_img_2{
		max-width: 73%;
	}

	.product_block .product_img_3{
		max-width: 88%;
	}

	.product_block .product_img_4{
		max-width: 100%;
	}
}
@media screen and (max-width: 1200px){
		.product_block .pannel_title{
		font-size: 18px;
	}

	.product_block .pannel_text{
		font-size: 12px
	}
	.product_block .pannel_buttons .btn {
		font-size: 12px
	}
	.product_block .product_img_1{
		max-width: 78%;
	}

	.product_block .product_img_2{
		max-width: 73%;
	}

	.product_block .product_img_3{
		max-width: 88%;
	}

	.product_block .product_img_4{
		max-width: 100%;
	}
}
}
@media screen and (max-width: 1024px){
		.product_block {
			    padding-top: 60px;
		}
}	

@media screen and (max-width: 768px) {
	.product_block {
		max-width: 80%;
		padding-top: 40px;
	}
	.product_block .pannel {
		width: 100%;
		margin-top: 2%;
	}
	.product_block .pannel_title {
		font-size: 24px;
	}
	.product_block .pannel_text {
		font-size: 18px;
		padding: 10px;
	}
}
@media screen and (max-width: 600px) {
	.product_block {
		max-width: 100%;
	}
	.product_block .pannel {
		width: 100%;
		margin-top: 2%;
	}
	.product_block .pannel_title {
		font-size: 18px;
	}
	.product_block .pannel_text {
		font-size: 14px;
		padding: 10px;
	}
}
.about_block {
	padding-top: 60px;
	padding-bottom: 60px;
}
.about_block__text {
    color: #000;
    font-weight: 500;
    text-align: center;
    font-size: 24px;
}
@media screen and (max-width: 1400px) {
	.about_block__text {
		font-size: 18px;
	}
}
@media screen and (max-width: 768px) {
	.about_block__text {
		font-size: 14px;
	}
}
@media screen and (max-width: 420px) {
	.about_block__text {
		font-size: 12px;
	}
}

.footer {
    background: url(../img/footer_back.jpg) center top no-repeat;
    background-size: cover;
	padding: 60px 0 40px 0;
	
}

.footer_logo {
    width: 62px;
    height: 60px;
    background: url(../img/footer_logo.png) 0 0 no-repeat;
    background-size: contain;
	float: left;
}
.footer_contacts {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin-left: 75px;
}
.footer_contacts a {
	color: #fff;
}
.footer_link a {
	color: #fff;
	font-size: 14px;
}
.footer .copy {
	color: #fff;
	font-size: 14px;
	padding-top: 40px;
}
.payment-logo {
	text-align: right;
}
@media screen and (max-width: 600px) {
	.footer_link {padding: 20px;}
	.payment-logo {
		text-align: left;
	}
}

/**/
.static_page_title {
    font-size: 36px;
    padding: 2rem 0 1rem 0;
    color: #416aab;
}
.static_page__text {
	padding: 80px 0 40px 0;
}
@media screen and (max-width: 1400px) {
	.static_page_title {font-size: 28px;}.static_page__text{padding: 10px;}
}
@media screen and (max-width: 1024px) {
	.static_page_title {font-size: 24px;}
}
@media screen and (max-width: 768px) {
	.static_page_title {font-size: 36px; padding: 0.5rem 0;}
}
@media screen and (max-width: 420px) {
	.static_page_title {font-size: 18px;}
	.footer {padding: 40px 0;}
}



/**/
.presice .header__bg {
	background: url('../img/precise_diagnostics_1/header_back.jpg') no-repeat;
	height: 1480px;
	
}
.header_table_block {
	width: 33%;
}
.video {
	padding: 60px 0;
	text-align: center;
}
.video  iframe {
	width: 100%;
	height: 550px;
}
@media screen and (max-width: 1400px) {
	.video  iframe {
		width: 100%;
		height: 500px;
	}
}
@media screen and (max-width: 1024px) {
	.video  iframe {
		width: 100%;
		height: 400px;
	}
}
@media screen and (max-width: 768px) {
	.video  iframe {
		width: 100%;
		height: 320px;
	}
}
@media screen and (max-width: 420px) {
	.video  iframe {
	width: 100%;
	height: 190px;
}
}

.form_block input, form_block input,.form_block textarea {
    width: 100%;
    padding: 15px 30px;
    border: 1px solid #3eb5f1;
    border-radius: 40px;
    outline: none;
}
.form_block .input_title {
    margin: 0 30px;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 0 10px 0;
}	
.button {
    width: 30%;
    background-color: #3eb5f1;
    color: white;
    border: none;
    border-radius: 40px;
    padding: 20px 30px;
    font-size: 24px;
    margin-right: 0;
    margin-left: auto;
    margin-top: 5%;
    cursor: pointer;
}	  
.input_title__required::after {
    content: "*";
    color: #3eb5f1;
}

/*###################### CUSTOM STYLES #######################*/

.pure-form-left-side,.pure-form-right-side {	
	display: inline-table;
}
.pure-form-left-side{
	width: 64%;
	padding-right: 35px;
	position: relative;
	top: -80px;
}
.ns-field-pure {
	/* position: absolute;
	top: -50px; */
}
.pure-form-right-side{
	width: 34%;
}
.card_7 {
	min-height: 256px;
	min-width: 330px;
	background: url("../img/pay/wide_card.jpg") 100% 0 no-repeat;
	justify-content: center;
	align-items: center;
	background-size: cover;
	border:none;
	margin: 15px 0;
	padding: 15px;
}
.card_7-buy {
	min-height: 256px;
	background: url("../img/pay/wide_card3.jpg") 100% 0 no-repeat;
	justify-content: center;
	align-items: center;
	background-size: cover;
	border:none;
	margin: 15px 0;
	padding: 15px;
}
.pure-form-right-side label {
	display: flex;
	flex-direction: row;
	align-items: center;
	background: white;
	margin: 20px 0; 
	padding: 25px 50px;
	color: #2b4880;
	border-radius: 40px;
	width: 300px;
}
.card_7 .card_text{
	font-size: 12px;
	position: absolute;
	bottom: -10px;
	padding: 0 10px;
}

.card_7 .card_text::before {
	content: "*";
	color: #7fccf5;
	font-size: 16px;
}
.pure-form-right-side label p {
	line-height: 1em;
	margin: 0;
	margin-left: 10px;
	font-size: 22px;
	font-weight: 600;
}
.choose_package:hover {
	cursor: pointer;
}

.card_7 .price{
	display: flex;
}

.card_7 .price p:nth-child(1){
	font-size: 19px;
	line-height: 1.4em;
}

.card_7 .price p:nth-child(1)::before{
	content: "*";
	color:  #7fccf5;
	font-size: 15px;
}

.card_7 .price p:nth-child(2){
	font-size: 40px;
	line-height: 1em;
	margin-left: 5px;
}
.card_7 .price p:nth-child(3){
	font-size: 26px;
	line-height: 1em;
}
.form-alert-input::before {
	content: "*";
	color:  #7fccf5;
	font-size: 15px;
}
.login-notification {
	position: relative;
}
.additional-comment {
	padding:20px 0 10px 0!important
}
@media(max-width: 1200px) {
	.pure-form-left-side {
		top: -20px;
		width: 100%;
		
	}
	.button-pure{
		width: 50%!important;
	}
	.pure-form-right-side {
		width: 100%;
		display: flex;
		justify-content: space-around;
	}
}

@media(max-width: 880px) {
	.pure-form-right-side {
		flex-direction: column;
	}
	.pure-form-left-side {
		padding-right: 0;
	}
}
.button-pure {
	margin-top: 0!important;
}
.lift-it-up {
	margin-top: -40px!important;
}

.step_2 .card_block .card_3 {
	background-size: cover;
}
.step_2 .card_block .card_5 {
	background-size: cover;
}
.step_2 .card_block .card_2 {
	background-size: cover;
}
.price-disclaimer {
	margin-right: 15px;
	margin-top: 45px;
}
@media(max-width: 1200px) {
	.lift-it-up {
		margin-top: 25px!important;
	}
}

.package_includes {
	margin-top: 20px;
	padding-left: 30px;

}
.no-break {
	white-space: nowrap;
}





.flex-wrap-precise {
	display: flex;
	justify-content: space-between;
}

.flex-wrap-precise .block-precise_one {
	text-align: center;
	padding: 10px 20px;
	flex:1;
	text-align: left;
	font-size: 26px;
}
.plans-block.step_2 {
	margin: 20px 0;
}
.step_2 .flex-wrap-precise .card_2,.step_2 .flex-wrap-precise .card_3 {
	width: 100%;
	background-size: cover;
}

.pack-rent{
	text-align: left;
}



.plans {
	background: #EAF3FC;
	}
	.palns__bgblue {
		background: #416aab;
		color: #fff;
	}
	.plans td {
		text-align: center;
		padding: 15px;
		border: 2px solid #fff;
	}
	.plans_title {
		font-size: 1.4rem;
		padding: 5px;
		margin-bottom: 0;
	}
	.step_2 label.plans_choose_package {
		display: flex;
			background: white;
			padding: 22px 45px;
			border-radius: 40px;
			justify-content: center;
			width: 50%;
		border: 0;
		margin: 0 auto;
		margin-top: 20px;
		color: #334b7d;
		font-size: 22px;
			font-weight: 600;
	}

	@media(max-width: 992px) {
		.step_2 label.plans_choose_package {
			width: 100%;
		}
	}

	.plans td { 
		background-color: #EAF3FC;
	}
	
	.palns__bgblue > td{
		background-color: #416aab;
	}

	@media(max-width: 768px) {
		.plans td > strong > p{ 
			font-size: 18px;
		}
		.plans_title > strong {
			font-size: 18px;
		}
	}
	.plans {
		background: #EAF3FC;
		}
		.palns__bgblue {
			background: #416aab;
			color: #fff;
		}
		.plans td {
			text-align: center;
			padding: 15px;
			border: 2px solid #fff;
			max-width: 75px;
		}
		.plans_title {
			font-size: 1.4rem;
			padding: 5px;
			margin-bottom: 0;
		}
		.plans_choose_package {
			display: block;
			background: white;
			padding: 15px 45px;
			border-radius: 40px;
			border: 0;
			margin: 0 auto;
			margin-top: 20px;
			color: #334b7d;
			font-size: 22px;
			font-weight: 600;
		}

		@media(max-width: 510px) {
			.step_2 label p {
				font-size: 18px;
			}
			.step_2 label.plans_choose_package {
				padding: 15px 10px;
			}
			.step_3 .button.button-pure {
				min-width: 90%;
			}
		}

		@media(max-width: 410px) {
			.step_2 label p {
				font-size: 15px;
				margin-left: 0;
			}
			.card_7 {
				min-width: 270px;
			}
			.card_7 .choose_package {
				width: 270px;
				padding: 25px 30px;
				justify-content: center;
			}
			.card_7 .choose_package p {
				font-size: 16px;
			}
			.card_7 .choose_package input[type="radio"] {
				width: 15px;
			}
		}

		.header_table_block-middle {
			justify-content: center;
			align-items: center;
			display: flex;
		}

		.flex-container-header_table{
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			max-width: 1000px;
			margin: 0 auto;
		}

		@media (max-width: 500px) {
			.flex-container-header_table {
				flex-direction: column;
			}
			.header__bg-checkup .header_title{
				padding-top: 0%;
				font-size: 22px;
			}
			.header__bg-checkup .header_text {
				width: 220px;
				font-size: 14px;
			}
			.header_block a.checkup-page-btn {
				width: 100%;
				padding: 11px 45px;
				font-size: 18px;
				margin-bottom: 60px;
			}
		}

		@media(max-width: 424px) {
			.table_heading_checkup h2 {
				width: 180px; 
				margin: 0 auto;
			}
		}

		.flex-container-header_table p {
			margin-bottom: 0;
			margin-top: 10px;
		}

		.wrap_header_table{
			padding: 3% 4%;
			background-color: #eaf2fc;
			border-radius: 10px;
		}

		.table_heading_checkup {
			text-align: center;
			font-size: 22px;
			margin-bottom: 22px;
		}

		.table_heading_checkup h2 {
			text-transform: uppercase;
			margin-bottom: 0;
		}

		.checkup-page-btn {
			display: block;
			margin: 0 auto;
			/* max-width: 300px; */
			width: 450px;
			text-align: center;
			color: #fff;
			margin-left: 0;
			background: #3eb5f1;
			padding: 11px 90px;
			border-radius: 45px;
			text-transform: uppercase;
			font-size: 21px;
			font-weight: normal;
			margin-top: 40px;
			text-decoration: none;
			outline: none;
			box-shadow: 0 0 30px 0px rgba(0,0,0,0.2);
			margin-bottom: 120px;
		}

		.checkup-page-btn:hover,.checkup-page-btn:focus {
			color: #fff;
			text-decoration: none;
			transition: box-shadow .25s ease;
			box-shadow: none;
		}

		.blue-sky-bg-color {
			margin-top: 50px;
			padding: 40px 0; 
			background-color: #eaf2fc;
		}
		
		h3.checkup_heading {
			color: #3eb5f1;
			text-transform: uppercase;
			font-size: 27px;
			max-width: 850px;
			margin: 70px auto 60px;
			text-align: center;
		}

		.checkup-block h3 {
			text-transform: uppercase;
			font-weight: bold;
			font-size: 25px;
			margin-top: 0px;
		}

		.checkup-block h4 {
			font-size: 16px;
			text-align: left;
			font-weight: 100;
			max-width: 600px;
		}
		
		.checkup-border {
			border-right: 1px solid #d4d4d4;
		}

		.checkup-block ul {
			margin: 0;
			padding: 0;
		}

		.checkup-block ul li {
			list-style-type: none;
			display: flex;
			align-items: center;
			margin: 20px 0;
		}

		.checkup-block ul li:first-child {
			margin-top: 40px;
		}

		.checkup-block ul li p {
			max-width: 400px;
			margin-left: 30px;
			display: flex;
			margin-bottom: 0;
			align-items: center;
			font-weight: 600;
		}

		.checkup-block ul li img {
			width: 60px;
			min-width: 60px;
			max-width: 60px;
		}

		.checkup-block ul li p.num-description {
			max-width: 500px;
			margin-left: 0px;
		}

		.checkup-block ul li:first-child p.num-description {
			width: 200px;
			text-align: right;
			font-weight: 900;
		}

		.checkup-block ul li:last-child p.num-description {
			width: 140px;
			text-align: right;
			font-weight: 900;
		}

		.checkup-num-list li {
			justify-content: center;
			align-items: center
		}

		.checkup-num-list li p {
			margin-bottom: 0;
			margin-right: 20px;
		}

		.checkup-num-list li .red-num {
			font-size: 45px;
			color: #b9409e;
		}

		.little-descr {
			color: #c8c8c8;
			font-size: 13px;
			position: absolute;
			left: 15px;
			bottom: 0;
		}
		
		@media (max-width: 800px) {
			.checkup-block ul li p {
				margin-left: 12px;
			}
		}

		@media (max-width: 600px) {
			.checkup-block ul li p {
				font-size: 14px;
			}
			.little-descr {
				bottom: -25px;
			}
		}

		@media (max-width: 575px) {
			.checkup-border {
				border: none;
			}
			.custom-margin-top {
				margin-top: 40px;
			}
		}
		
		.blue-sky-bg-color .checkup_heading {
			font-weight: bold;
			margin-top: 0;
			margin-bottom: 0px;
			font-size: 26px;
		}

		.checkup-steps-container {
			display: flex;
			justify-content: space-around;
			flex-wrap: wrap;
			margin-top: 50px;
		}

		.checkup-steps-container .checkup-step-block {
			width: 100%;
			max-width: 280px;
		}

		.checkup-step-block .step-number {
			color: #3eb5f1;
			font-weight: bold;
			font-size: 30px;
		}

		.checkup-step-block .step-number strong {
			font-size: 50px;
		}

		h4.checkup-step-descr-title {
			text-transform: uppercase;
			font-weight: 600;
			font-size: 21px;
		}

		.checkup-long {
			max-width: 720px;
			margin: 40px auto;
			text-align: center;
		}
		.checkup-long-blue {
			max-width: 570px;
			margin: 60px auto 80px;
			text-align: center;
			font-weight: 900;
			position: relative;
			color: #3eb5f1;
		}
		.checkup-long-blue::before {
			content: '';
			position: absolute;
			top: -30px;
			left: 50%;
			width: 180px;
			margin-left: -90px;
			height: 1px;
			background-color: #3eb5f1;
		}

		@media (max-width: 500px) {
			h3.checkup_heading,.blue-sky-bg-color .checkup_heading {
				font-size: 21px;
			}
		}

		.checkup-plan_card {
			background-color: #eaf2fc;
			padding: 30px;
			max-width: 500px;
			position: relative;
			overflow: hidden;
		}

		.checkup-plan_card::before {
			content: '';
			background-image: url(../img/checkup/30.png);
			background-size: 140px;
			background-repeat: no-repeat;
			position: absolute;
			top: -4px;
			right: -40px;
			z-index: 1;
			width: 140px;
			height: 90px;
		}
		.checkup-plan_card > .checkup-plan_card-heading > span {
			z-index: 2;
			position: relative;
		}
		.checkup-plan_card-heading span {
			text-transform: uppercase;
			font-size: 20px;
		}

		.blue-number-checkup {
			color: #3eb5f1;
			display: flex;
			margin-bottom: 25px;
		}

		.blue-number-checkup strong {
			font-size: 40px;
			font-weight: normal;
			line-height: 1;
		}
		.blue-number-checkup span {
			font-size: 17px;
			font-weight: 900;
		}
		.checkup-plan_cards {
			display: flex;
			justify-content: center;
		}
		.checkup-plan_card {
			background-color: #eaf2fc;
			padding: 30px;
			max-width: 500px;
			position: relative;
			width: 500px;
			overflow: hidden;
			margin: 20px;
	}

		.checkup-plan_cards-list {
			padding: 0;
			margin: 0;
		}
		.checkup-plan_cards-list li {
			list-style-type: none;
			padding: 15px 0;
			border-top: 1px solid #fff;
		}
		.checkup-item-wrap {
			width: 100%;
			max-width: 275px;
			margin: 0 auto;
		}
		.checkup-plan_cards-list li.checkup-plan_income-item {
			border-top: 1px solid transparent;
			background-color: #ffffff;
			border-radius: 5px;
			text-align: center;
		}
		.checkbox-wrap {
			position: relative;
		}
		.absolute-checkbox{
			position: absolute;
			top: 30px;
			left: -30px;
		}
		.checkup-plan_price-item.income-amount {
			color: #3eb5f1;
			display: flex;
			white-space: nowrap;
			align-items: end;
			justify-content: center;
		}
		.checkup-plan_price-item.income-amount strong {
			font-size: 40px;
			line-height: 1.2;
		}
		.checkup-plan_price-item.income-amount span {
			font-weight: bold;
			font-size: 22px;
		}
		.checkup-item-wrap span	{
			text-transform: uppercase;
			font-size: 20px;
		}

		.checkup-item-wrap.block-sum {
			display: flex;
			justify-content: center;
			align-items: end;
			flex-direction: column;
		}
		.checkup-item-wrap strong {
			display: flex;
		}
		.checkup-item-wrap strong span {
			font-size: 30px;
		}
		.checkup-item-wrap.initial-result {
			width: 240px;
		}
		.checkup-item-wrap span.init-payment {
			font-size: 14px;
			text-transform: none;
		}
		.checkup-plan_price-item {
			display: flex;
		}
		.checkup-plan_price-item strong.default_li_checkup {
			font-size: 27px;
		}
		.checkup_package_button {
			display: flex;
			justify-content: center;
			align-items: center;
		}
		.checkup_package_button p {
			margin-bottom: 0;
			margin-left: 10px;
		}

		@media(max-width: 960px) {
			.checkup-plan_cards {
				margin: 15px auto;
				flex-direction: column;
			}
			.checkup-plan_card {
				width: 100%;
			}
		}
		@media(max-width: 500px) {
			.checkup-plan_cards {
				margin: 5px;
			}
			.checkup-plan_card {
				margin: 5px;
			}
		}
		@media(max-width: 400px) {
			.checkup-plan_price-item.income-amount strong {
				font-size: 28px;
			}
			.checkup-plan_price-item.income-amount span {
				font-size: 14px;
			}
			.absolute-checkbox {
				left: -18px;
			}
			.blue-number-checkup span {
				font-size: 13px;
			}
		}
		.checkup-plan_card.second-card::before {
			background-image: url(../img/checkup/90.png);
		}
		.checkup-plan_card.payment-card-one::before {
			background-image: url(../img/checkup/100.png);
			right: 0;
		}
		.checkup-plan_card.payment-card-two::before {
			background-image: url(../img/checkup/300.png);
			right: 0;
		}
		.oferta-link {
			display: block;
			margin-left: 40px;
			font-size: 15px!important;
		}
		.checkup-block ul li p.num-description.center-part-descr {
			margin-left: 14px;
		}
		@media(max-width: 850px) {
			.checkup-block ul li p.num-description.center-part-descr {
				margin-right: 60px;
				margin-left: 0;
			}
		}

	
		@media(max-width: 575px) {
			.checkup-block ul li p.num-description.center-part-descr {
				margin-left: 14px;
				margin-right: 20px;
			}
			.col-12 .header_block.purepurr-header-block {
				text-align: center;
			}
		}

		@media(max-width: 430px) {
			.checkup-block ul li:first-child p.num-description {
				width: 150px;

			}
			.checkup-num-list li .red-num {
				width: 60%;
				display: flex;
				justify-content: flex-end;
			}
			.checkup-block ul li p.num-description.center-part-descr {
				margin-left: 0;
			}
		}
		@media(max-width: 340px) {
			.checkup-num-list li .red-num {
				width: 78%;
			}
		}

		.checkup-page-btn.align-btn-right {
			display: inline-block;
		}

		.header_block.purepurr-header-block {
			text-align: right;
		}

		.header_block.purepurr-header-block .header_title {
			font-size: 30px;
			padding-top: 15%;
		}

		.header_block.purepurr-header-block .header_text {
			font-size: 18px;
		}

		@media(max-width: 1150px) {
			.header_block.purepurr-header-block {
				margin-top: 0;
			}
			.header_block.purepurr-header-block .header_title {
				font-size: 26px;
				padding-top: 17%;
			}
		}

		@media(max-width: 920px) {
			.header_block.purepurr-header-block .header_text {
				max-width: 100%;
			}
		}

		@media(max-width: 760px) {
			.header_block.purepurr-header-block .header_title {
				padding-top: 26%;
			}
		}

		@media(max-width: 600px) {
			.header_block.purepurr-header-block .header_text {
				max-width: 100%;
				text-align: center;
			}
			.header_block.purepurr-header-block .header_title {
				text-align: center;
			}
		}

		.checkup-page-btn.precise-margin-fix{
			margin-bottom: 0;
		}

		.header_title.precise-page-adjust{
			padding-top: 19%;
		}
		
		@media(max-width: 1920px) {
			.video iframe {
				width: 80%;
				height: 706px;
			}
		}

		@media(max-width: 1600px) {
			.video iframe {
				width: 80%;
				height: 586px;
			}
		}

		@media(max-width: 1366px) {
			.video iframe {
				width: 80%;
				height: 500px;
			}
		}

		@media(max-width: 1280px) {
			.video iframe {
				width: 80%;
				height: 466px;
			}
		}

		@media(max-width: 922px) {
			.video iframe {
				width: 80%;
				height: 300px;
			}
		}

		@media(max-width: 550px) {
			.video iframe {
				width: 80%;
				height: 230px;
			}
		}

		@media(max-width: 375px) {
			.video iframe {
				width: 100%;
				height: 194px;
			}
		}

		@media(max-width: 360px) {
			.video iframe {
				width: 100%;
				height: 187px;
			}
		}
	
/*###################### CUSTOM STYLES �l�

