body {
  position: relative;
}

.red {
  color: #ff0000;
}


#product-block {
  background: url("../images/product.png") center center no-repeat;
  height: 230px;
  width: 100% !important;
  display: block;
  margin: 20px auto !important;
  /* margin: 0 0 0 -10% !important;*/
  background-size: contain;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #product-block {
    width: 100% !important;
    height: 312px !important;
    margin: 0 !important;
    /* margin: 0 0 0 -10% !important;*/
  }
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto Thin"), local("Roboto-Thin"),
    url("../fonts/Robotothin.woff2") format("woff2"),
    url("../fonts/Robotothin.woff") format("woff"),
    url("../fonts/Robotothin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"),
    url("../fonts/Robotothinitalic.woff2") format("woff2"),
    url("../fonts/Robotothinitalic.woff") format("woff"),
    url("../fonts/Robotothinitalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto Light"), local("Roboto-Light"),
    url("../fonts/Robotolight.woff2") format("woff2"),
    url("../fonts/Robotolight.woff") format("woff"),
    url("../fonts/Robotolight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"),
    url("../fonts/Robotolightitalic.woff2") format("woff2"),
    url("../fonts/Robotolightitalic.woff") format("woff"),
    url("../fonts/Robotolightitalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto"), local("Roboto-Regular"),
    url("../fonts/Roboto.woff2") format("woff2"),
    url("../fonts/Roboto.woff") format("woff"),
    url("../fonts/Roboto.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto Italic"), local("Roboto-Italic"),
    url("../fonts/Robotoitalic.woff2") format("woff2"),
    url("../fonts/Robotoitalic.woff") format("woff"),
    url("../fonts/Robotoitalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto Medium"), local("Roboto-Medium"),
    url("../fonts/Robotomedium.woff2") format("woff2"),
    url("../fonts/Robotomedium.woff") format("woff"),
    url("../fonts/Robotomedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"),
    url("../fonts/Robotomediumitalic.woff2") format("woff2"),
    url("../fonts/Robotomediumitalic.woff") format("woff"),
    url("../fonts/Robotomediumitalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto Bold"), local("Roboto-Bold"),
    url("../fonts/Robotobold.woff2") format("woff2"),
    url("../fonts/Robotobold.woff") format("woff"),
    url("../fonts/Robotobold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"),
    url("../fonts/Robotobolditalic.woff2") format("woff2"),
    url("../fonts/Robotobolditalic.woff") format("woff"),
    url("../fonts/Robotobolditalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto Black"), local("Roboto-Black"),
    url("../fonts/Robotoblack.woff2") format("woff2"),
    url("../fonts/Robotoblack.woff") format("woff"),
    url("../fonts/Robotoblack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto Black Italic"), local("Roboto-BlackItalic"),
    url("../fonts/Robotoblackitalic.woff2") format("woff2"),
    url("../fonts/Robotoblackitalic.woff") format("woff"),
    url("../fonts/Robotoblackitalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCn-Regular"),
    url(../fonts/roboto-condensed.woff) format("woff"),
    url(../fonts/roboto-condensed.ttf) format("truetype");
}

.my-com-date {
  color: rgb(91, 95, 101);
  text-shadow: 0 0 0px #000000;
  font-weight: 600;
  line-height: 34px;
  padding: 1px 4px 1px 4px;
  background: #fdfdfd;
  border-radius: 3px;
  font-size: 20px;
}

.out-comebacker-content-btn:hover {
  text-decoration: none !important;
  transition: 0.3s !important;
}

.out-comebacker-content-btn:focus {
  text-decoration: none;
  color: #fff;
}

.out-comebacker-content-btn:active {
  border: 1px solid #fff;
}

a:active,
a:focus {
  outline: none;
}

input,
textarea {
  outline: none;
}

input:active,
textarea:active {
  outline: none;
}

:focus {
  outline: none;
}

textarea {
  resize: none;
}

textarea {
  resize: vertical;
}

textarea {
  resize: horizontal;
}

button:active,
button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

.fancybox-overlay {
  z-index: 99999999;
}

.prevMonth {
  text-transform: capitalize;
}

.light-blue {
  color: #39b4ff;
}




.oil-list {
	display: table;
	min-width: 50%;
	margin: 0 auto 30px!important;
}
@media (max-width: 768px) {
  .oil-list {
      margin-left: 40px !important;
  }
}
.oil-list ul {
	list-style-type: none;
}
.oil-list li {
	display: block;
	margin-bottom: 10px!important;
	background: linear-gradient(95.88deg, #e9f2e6 33.37%, #fff 86.23%);
    border-left: 2px solid #1e8a49;
	padding: 3px 12px;
	padding-right: 50px;
	position: relative;
    line-height: 1.5555555556;
}
.oil-list li span {
	font-weight: 700;
}
.oil-list li:last-of-type {
	margin-bottom: 0;
}
.oil-list li::before {
	content: '';
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	left: -35px;
	top: 3px;
	background: url(../images/check_oil.png) center center no-repeat;
	background-size: contain;
}
.ol-list {
  counter-reset: section;
}
.ol-list li::before {
  counter-increment: section;
  content: counter(section, decimal)".";
  position: absolute;
  transform: translate(-20px, 0px);
  font-weight: bold;
}

.text-center {
	text-align: center !important;
}
.oil-image {
    display: table;
    text-align: center;
    position: relative;
    margin: 0px auto;
}
.oil-image:before {
    display: block;
    position: absolute;
	width: 197.56px;
	height: 197.56px;
    z-index: 40;
    content: "";
    top: 40px;
    left: 0;
	background: #ffb50d;
	filter: blur(106.5px);
	transform: matrix(-1, 0, 0, 1, 0, 0);
}
.oil-image:after {
    display: block;
    position: absolute;
	width: 197.56px;
	height: 197.56px;
    z-index: 30;
    content: "";
    top: 40px;
    right: 0;
	background: #ffb50d;
	filter: blur(106.5px);
	transform: matrix(-1, 0, 0, 1, 0, 0);
}
p.oil-small {
	text-align: center;
	font-size: 13px!important;
	margin-top: 45px;
	margin-bottom: 0;
	line-height: 1.4!important;
}

.oil-image-container {
	margin: 0 -15px;
}
.oil-descr {
  background: #3a484a;
  color: #fff;
  position: relative;
  padding: 200px 5% 40px;
  margin-bottom: 40px;
}

a.button {
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  color: #fff !important;
  background-color: red;
  display: table;
  margin: 25px auto;
  max-width: 400px;
  max-width: 100%;
  border-radius: 15px;
  text-decoration: none;
  padding: 15px;
}

.ingridients-compo {
	margin: 0;
	margin-bottom: 50px;
	padding-top: 0px;
}
.ingridients-compo .ingridients__content {
	padding: 0px 20px 45px 0px !important;
	border-bottom: 2px solid #0e5f20 !important;
    #fff !important;
}
.ingridients-compo ul {
	list-style-type: none;
	margin-left: 0!important;
	padding-left: 0!important;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
}
.ingridients-compo li {
	display: block;
	position: relative;
	margin-bottom: 25px;
	padding-left: 115px !important;
	min-height: 75px;
}
.ingridients-compo li:last-of-type {
	margin-bottom: 0;
}
.ingridients-compo li::before {
	content: "";
	display: block;
	position: absolute;
	left: 0 !important;
	top: 50% !important;
	transform: translateY(-50%);
	width: 100px !important;
	height: 75px !important;
}
.ingridients-compo li::before {
	background: url(../images/medal-award.svg) center center no-repeat !important;
	background-size: contain !important;
}

.ingridients-compo .ingridients__content:before {
	content: none !important;
}
p.compo-study {
	text-align: center;
	font-size: 13px!important;
	margin-top: 45px;
	margin-bottom: 0;
	line-height: 1.4!important;
}

@media (max-width: 768px) {
  .ingridients-compo li::before {
      top: 50px !important;
  }
}

ol .new-properties__item::marker {
  content: none !important;
}
.new-properties__text {
  padding: 0 !important;
}

.oil-descr > * {
  padding-left: 10px;
  padding-right: 10px;
}

.new-properties__item > *, .oil-list li {
  font-size: 17px !important;
}

.pulse {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
  }

  50% {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -o-transform: scale(1.05);
      -ms-transform: scale(1.05);
  }

  100% {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
  }
}

.delivery {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.delivery span {
  flex: 0 0 50px;
  margin-right: 10px;
}
.delivery p {
  font-size: 16px;
  line-height: 1.4;
  color: #2f3d57;
  font-weight: bold;
  font-style: italic;
}

