body {
	font-family: 'Ubuntu', sans-serif;
	color: #2D2D2D;
}

a {
	color: #CC5599;
}

.logospanel {
	background-color: #e0e0e0;
	padding: 0;
	margin: 0;
	color: #ffffff;
	font-size: 16px;
	padding-top: 6px;
}

.logospanel img {
	margin-bottom: 6px;
	padding-right: 6px;
}

.logospanel span {
	margin-top: 10px;
	color: #ffffff;
}

.sticky-top {
	height: 80px;
	background: rgba(255, 255, 255, 0.8);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	font-family: 'Ubuntu', sans-serif;
}

.tiomar {
	margin-bottom: 40px;
}

.fourweek {
	font-size: 28px;
}

.pad0l {
	padding-left: 0px;
}

.mobmainpic {
	display: none;
}

h2.tripple {
	margin-top: 50px;
	font-size: 26px;
	font-weight: 300;
}

ol.topol {
	counter-reset: myCounter;
	font-size: 16px;
	margin: 0;
	padding: 5px 0 0 0;
}

ol.topol li {
	float: left;
	list-style: none;
	margin: 0px 25px 0px 0px;
  	padding: 0px;
}

ol.topol li:before {
  counter-increment: myCounter;
  content:counter(myCounter);
  color: white;
  background: #CC5599;
  display: inline-block;
  text-align: center;
  margin: 5px 10px 0px 0px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
}
ol.topol li:after {
  margin: 0px 10px 0px 0px;
}

h3 span {
	margin-top: -8px;
	margin-left: 7px;
	position: absolute;
}
.kv2mob {
	display: none;
}

.pad0r {
	padding-right: 0px;
	padding-left: 47px;
}

.margt {
	margin-top: 60px;
	padding: 0px 0px 0px 50px;
}

.jumbotron {
	background: url('../img/mainkvbig.jpg') no-repeat center #093f40;
	padding-top: 10px !important;
	min-height: 580px;
	padding-bottom: 10px !important;
	color: #ffffff;
	margin-bottom: 0px;
}
.button_border {
	display: block;
	margin-top: 9px;
	border: 2px solid #CC5599;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 16px 32px;
	color: #CC5599;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	text-decoration: none;
	font-size: 16px;
	line-height: 18px;
	align-items: center;
	text-align: center;
	-webkit-transition: all 0.3s ease;;
	-moz-transition: all 0.3s ease;;
	-o-transition: all 0.3s ease;;
	transition: all 0.3s ease;
}

.button_border:hover {
	color: #CC5599;
	box-shadow: inset 0 0 0 2px #CC5599;
}


.preparat_ul {
	padding-top: 2px;
	list-style-image: url('../img/li.png');
	padding-left: 0px;
	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 180%;
}

.button_nav {
	border: 0px;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 16px 32px;
	color: #ffffff;
	background: #CC5599;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	text-decoration: none;
	font-size: 16px;
	line-height: 18px;
	align-items: center;
	text-align: center;
	flex-direction: row;
	-webkit-transition: all 0.3s ease;;
	-moz-transition: all 0.3s ease;;
	-o-transition: all 0.3s ease;;
	transition: all 0.3s ease;
}

.button_nav:hover {
	color: #ffffff;
	background: #993366;
}

.desktop .navbar-nav {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: max-content;
	justify-content: space-between;
	column-gap: 3vw;
}

.nav-link {
	padding-left: 0px !important;
	color: #2D2D2D !important;
}

.hovbord {
	-webkit-transition: all 0.3s ease;;
	-moz-transition: all 0.3s ease;;
	-o-transition: all 0.3s ease;;
	transition: all 0.3s ease;
}

.hovbord:hover {
	padding-bottom: 8px;
	border-bottom: 2px solid #CC5599;
}

.languages {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: max-content;
	gap: 10px;
	margin-right: 2vw;
}

.mob .languages {
	margin-top: 15px;
}

.languages__link {
	font: 700 16px/18px 'Ubuntu';
}

.languages__link:not(.is-active) {
	color: rgba(31, 31, 31, 0.5);
}

.languages__link:hover {
	color: #CC5599;
}

a {
	text-decoration: none !important;
}

.lead {
	font-weight: 200;
	font-size: 20px;
	line-height: 160%;
	font-family: 'Ubuntu', sans-serif;
	/* or 32px */
	color: #ffffff;
	width: 80%;
}

.display-4 {
	font-weight: bold;
	font-family: 'Ubuntu', sans-serif;
	font-size: 36px;
	line-height: 44px;
	color: #ffffff;
	margin-bottom: 18px;
}

.align-items-end img {
	align-items: end !important;
}

.align-items-center {
	align-items: center !important;
}

.pad_keymessage {
	padding-top: 100px;
}

.pad_pre {
	padding-top: 22px;
}

.lr {
	padding-top: 60px;
}

.pad_ans {
	padding-top: 30px;
}

.pad_pre img {
	padding-bottom: 5px;
}

.right_prod {
	margin-left: 30px;
}

.left_prod {
	margin-right: 30px;
	margin-top: 1px;
}

.greybg {
	background: #F5F5F5;
	padding: 36px 0px 52px 0px;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	/* or 150% */
	color: #000000;
}

.greybg2 {
	background: #F5F5F5;
	padding: 9px 0px 9px 0px;
	font-weight: 300;
	font-size: 16px;
/* 	line-height: 24px; */
	/* or 150% */
	color: #000000;
	text-align: center;
}

.greenbg {
	background: url('../img/subkv.jpg') no-repeat center #093f40;
/* 	background: #102e2c; */
	padding: 36px 0px 52px 0px;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	/* or 150% */
	color: #ffffff;
}
.greenbg.uz {
	background: url('../img/тримедат_баннер_1.jpg') no-repeat center #093f40;
}

@media (max-width: 768px) {
	.greenbg.uz {
		background: url('../img/greenbg-uz-mob.jpg') no-repeat center bottom #093f40;
		padding-bottom: 365px;
	}
}

.drotik {
	width: 310px;
	position: absolute;
	left: 59%;
	top: 325px;
}


.greybginfo {
	background: #F5F5F5;
	padding: 18px 0px 4px 0px;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	/* or 150% */
	color: #2D2D2D;
}

.footer {
	background: #343434;
	padding: 36px 0px 100px 0px;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	/* or 150% */
	color: #E0E0E0;
}

.whitebg {
	background: #ffffff;
	padding: 36px 0px 52px 0px;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	/* or 150% */
	color: #2D2D2D;
}

.greybg .row {
	padding-top: 50px;
}

.greybg .pad_vid {
	padding-top: 30px;
}

.greybg h3 {
	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 25px;
	color: #2D2D2D;
}

.greenbg .row {
	padding-top: 50px;
}

.greenbg .pad_vid {
	padding-top: 30px;
}

/* .bgkv {
	background: url('../img/jivot_i_poryadok.jpg') no-repeat 90% 50% #102e2c;	
} */

.greenbg h2 {
	color: #ffffff;
}

.whitebg h3 {
	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 25px;
	color: #2D2D2D;
}

h2 {
	font-weight: 300;
	font-size: 32px;
	line-height: 37px;
}

.fixed-bottom {
	text-align: center !important;
	padding: 0px !important;
	margin: auto;
	height: 8vh;
/* 	background: rgba(255, 255, 255, 0.5) !important; */
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(40px);
}

.tabl {
	position:relative;
	display:inline-block;
	border-radius: 20px;
	background-color: #f5f5f5;
	padding: 3px 16px; 
	margin-top:10px;
	margin-bottom: 8px;
}

.mainforte {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 0px solid #ffffff;
	-webkit-box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.45);
	padding: 45px 45px 45px 45px;
	margin-top: 35px;
}

.dropdown-menu {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 0px solid #ffffff;
	-webkit-box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.45);
	padding: 14px 0 14px 0;
}

.modal-content {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 0px solid #ffffff;
	-webkit-box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.8);
}

.number:before {
/* 	color: #F5F5F5; */
	color: #f9e7f2;
	display: block;
	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 200px;
	padding: 0;
	z-index: -1;
}

.n1:before {
	content: "1";
}

.n2:before {
	content: "2";
}

.n3:before {
	content: "3";
}

.frame_blc{
  overflow:hidden;
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
}
.frame_blc iframe {
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
}

.answer {
	margin: 24px 0px 32px 40px;
	padding-left: 16px;
	border-left: 4px solid #F5F5F5;
}

.answer p {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 160%;
	/* or 26px */
}
.infofoot p {
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	line-height: 160%;
	/* or 26px */
}

.callout-info {
position: relative;
padding: 0px 20px 0px 0px;
margin: 10px 0 0px 0;
border: 0px;
}

.callout-info span {
	font-weight: 400;
	color: #2D2D2D;
	font-size: 18px;
}

.callout-info .badge {
	color: #ffffff;
}

.callout-info .badge-success {
	background-color: #CC5599 !important;
}

.callout-info p {
	line-height: 180%;
}

.callout-info .mr-3 {
	padding-top: 3px; 
}

.badge {
	font-size: 100%;
	font-weight: 300;
}

.mr-3 {
	margin-right: 7px !important;
}

.footer p {
	font-weight: 300;
	font-size: 13px;
	padding: 0;
	margin: 0;
	margin-bottom: 7px;
	line-height: 180%;
	color: #E0E0E0;
}

.footer img {
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 7px;
}

.disclaimer {
	font-size: 38px;
	line-height: 90%;
	font-family: 'Open Sans Condensed', sans-serif;
	display: flex;
	text-align: justify;
	font-stretch: ultra-condensed;
	letter-spacing: 3.2px;
	margin: auto;
	padding-bottom: 11px;
	align-items: center;
	text-align: center;
	color: #bfbfbf;
}

.badge-success {
	background: #028d3f !important;
}

.roz {
	color: #CC5599;
}

.padfootleft p {
	padding-left: 103px;
	line-height: 140%;
}

.infofoot {
	padding-top: 0px;
}

.navbar-light .navbar-toggler {
	
}

.svgicon {
	height: 130px;
}

.dropdown-toggle::after {
	border: 0;
	margin-left: 0;
}

.leftstr, .rightstr {
	float: left; /* Обтекание справа */ 
    width: 50%; /* Ширина текстового блока */ 
}
.rightstr {
	text-align: right; /* Выравнивание по правому краю */ 
   }

.rotate-icon {
  transform: rotate(180deg);
}

.fa-chevron-down {
  transition: transform 0.5s ease;
}

.card-header .btn {
	text-align: left;
	color: #2D2D2D;
}

.card-header {
	padding-left: 12px;
}

.modal-dialog {
	max-width: 700px;
}

.claim {
	position: absolute;
    left: 220px;
    top: -60px;
    width: 220px;
}

.mainkv {
	/* margin-left: -51px; */
}

.economy {
  font-size: 11px;
  text-align: center;
  margin: auto;
  padding-top: 8px;
  left: 5%;
  right: 5%;
  position: absolute;
}

/* TEST */

/* END TEST */

@media (min-width: 992px) {
	.mob {
		display: none;
	}

}

@media (max-width: 991px) {
	.desktop {
		display: none;
	}
	.mobmainpic {
	display: block !important;
	}

	.mobfootpad {
		padding-left: 118px;
	}

	.sticky-top {
	height: auto;
	background: rgba(255, 255, 255, 0.8);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	font-family: 'Ubuntu', sans-serif;
	padding: 18px 18px;
	}
	.navbar-brand {
		padding-top: 2px;
		margin-right: 0;
	}
	.centalign {
		text-align: center;
	}
	.margt {
		margin-top: 120px;
	}
	.disclaimer {
		font-size: 0.8rem;
	}
	.jumbotron {
	    /*
		padding-bottom: 0px !important;
		margin-bottom: 0px;
		background: url('../img/mainkvbig.jpg') no-repeat right -400px top 0px #093f40 !important;
		*/
	}
	.number {
		padding-bottom: 110px;
	}
	.n3 {
		padding-bottom: 20px;
	}
	.pbmob {
		padding-bottom: 40px;
		text-align: center;
		margin: auto;
	}
	.pbmob2 {
		padding-bottom: 120px;
	}
	.pad_pre img {
		margin-left: 0px;
	}
	.d-block {
		display: initial !important;
		padding-bottom: 18px !important;
	}
	.svgicon {
		height: 180px;
		padding-bottom: 9px;
	}
	.greybg .row {
		padding-top: 30px;
	}
	.greenbg .row {
		padding-top: 30px;
	}
	.callout-info {
		margin-left: 0px;
	}
	.callout-info p {
		line-height: 180%;
	}
	.mobsmallcart {
		display: none;	
	}
	.padfootleft p {
	padding-left: 0px;
	line-height: 140%;
}

}

@media (max-width: 1199px) {
	.nav-link {
		font-size: 15px;
	}
	.mobmainpic {
	display: none;
}
	.button_nav {
		padding: 11px 16px;
		font-size: 15px;
	}
	.drotik {
	width: 350px;
	position: absolute;
	left: 48%;
	top: 90%;
	}
	.jumbotron {
		background:  url('../img/mainkvbig.jpg') no-repeat right -235px top 0px #093f40;
	}
	img.article_gastro {
	    width: 70%
	}
	    
	}


@media (max-width: 991px) {
	.drotik {
	display: none;
}
.claim {
	position: absolute;
    left: 120px;
    top: -60px;
    width: 220px;
}
	}
/* 		.jumbotron {
		background: url('../img/mainkvbig.jpg') no-repeat right -400px top 0px #093f40;
	} */

@media (max-width: 640px) {
		.display-4 {
			font-weight: bold;
			font-family: 'Ubuntu', sans-serif;
			font-size: 38px;
			line-height: 44px;
			color: #ffffff;
		}
.disclaimer {
	font-size: 18px;
	letter-spacing: 0px;
}

.claim {
    right: 0px;
    left: 50%;
    top: -50px;
    width: 180px;
}
.mainforte {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border: 0px solid #ffffff;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
	padding: 0px 15px 0px 15px;
	margin-top: 0px;
}
		.lr {
			padding-top: 0px;
		}
		.right_prod {
			margin-left: 0px;
		}
		.left_prod {
			margin-right: 0px;
		}
		.margt {
			margin-top: 0px;
			padding-bottom: 54px;
		}
		.mainkv {
			margin: auto;
			width: 100%;
		}
		.centalign {
			padding: 0;
			padding-top: 0;
			margin-top: 0;
		}
		.jumbotron {
			padding-top: 0 !important;
		}
		.mobsmall {
			display: none;
		}
		.mobsmallcart {
			display: block;
		}
		.button_nav {
		padding: 8px 8px;
		}
		.pbmob2 img {
			margin: auto;
			/* display: block !important; */
			padding-bottom: 0px !important;
		}
		.pbmob3 img {
			margin: auto;
			/*display: block !important;*/
			padding-bottom: 0px !important;
		}
		.pbmob3 {
			padding-bottom: 0px;
		}
		.pbmob4 img {
			margin: auto;
			display: block !important;
			padding-bottom: 0px !important;
		}
		.pbmob4 {
			padding-bottom: 70px;
		}
		.pbmob2 {
			padding-bottom: 60px;
		}
		.callout-info {
		/* margin-top: 30px; */
		}
		.whitebg {
			padding-bottom: 30px;
		}
		.greybg {
			padding-bottom: 10px;
		}
		.greenbg {
			padding-bottom: 10px;
		}
}
@media (max-width: 640px) {
	.kv2mob {
		display: block;
	}
    .text-on { 
      display: block !important;

    }
    .text-off { 
      display: none !important;
    }
    .flx {
    	flex-wrap: nowrap !important;
    	padding: 0 20px 10px 20px !important;
    }
    .logospanel {
    	padding-top: 0px;
    	padding-bottom: 3px;
	}
    .logospanel img {
    	height: 25px;
		margin-bottom: -25px;
		padding-right: 0px;
	}

	.logospanel span {
		font-size: 10px;
		display: block;
		color: #ffffff;
	}

	.fixed-bottom {
	height: 7.5vh;
	}

	.margt {
		padding: 0px 0px 40px 18px;
	}
	.callout-info span {
		font-size: 16px;
	}
	.fourweek {
		font-size: 16px;
	}
	h2.tripple {
		margin-top: 30px;
	}
	img.article_gastro {
	    width: 100%
	}
}


/* TOKAR START */
/* Печать и блоки "Выберите свой Тримедат" */
.mainforte img.claim,
.right_prod img.claim {
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	transform: rotate(15deg);
}
.one-height-block {
	min-height: 180px;
}
.mainforte {
	margin-top: 18px;
}
@media (min-width: 320px) and (max-width: 640px) {
	.mainforte {
		margin-top: 0;
	}
}
.right_prod {
	margin-top: 15px;
}
.right_prod .claim {
	top: -15px;
}
@media (min-width: 320px) and (max-width: 640px) {
	.right_prod .claim {
		top: -50px;
	}
}
.claim {
	top: -30px;
}
@media (min-width: 320px) and (max-width: 640px) {
	.claim {
		top: -40px;
	}
	
}






/* TOKAR END */



#top_buy_mobile {
	background-image: url(../img/buy.svg);
	background-repeat: no-repeat;
	background-size: 30px;
	width: 40px;
	background-position: 50% 50%;
}

