@font-face {     font-family: helios;       src: url(../fonts/helios.ttf);  }


.oki { font-family: helios;  }
.container {     max-width: 1600px; padding-right: 50px;     padding-left: 50px;  }
.nopadding {    padding: 0;}
.nobottom {    margin-bottom: 5px !important;}
.notop {    margin-top: 5px !important;}
.nopaddingleft {    padding-left: 0;}
.nopaddingright {    padding-right: 0;}
.nomargin {    margin: 0 !important;}
.center {text-align: center}
.text-right {text-align: right}
.bold {font-weight: 600; }
a {    color: #003e9d;}
a:hover {    color: #0099ff;}
img {    max-width: 100%;}
body {    font-family: 'Montserrat', sans-serif; font-size: 16px;}
.clear {    clear: both;}

.header__row{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header__col{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.section1 {    }
.section2 {    background: url(../img/block2-back.png) no-repeat center top;    background-size: cover;}
.section4 {    background: url(../img/block4-back.png) no-repeat center top;    background-size: cover;}
.block1 {    margin-top: 90px; position: relative; z-index: 30;}
.block2 {    margin-top: 90px;}
.fp-tableCell {    vertical-align: top !important;}
.menu {      position: relative;    width: 49px;    height: 43px;    background: url('../img/menu.png') no-repeat top left;    display: inline-block;
    cursor: pointer;     margin-right: 20px;}
.menu.active {    background: url('../img/menu-active.png') no-repeat top left;}
.menu-block {  padding-top: 50px;     box-sizing: border-box;     padding-bottom: 10px;     padding-right: 200px;
    background: url(../img/menu-back-1.png) no-repeat top left;      position: absolute;     top: 0;     padding-left: 80px;     margin-left: -80px;
    z-index: 100;     width: 800px;     height: 496px;
	opacity: 0;
	transform: scale(0);
	transform-origin: top left;
	transition: all 0.3s ease;
}
.menu-block--active { 
	opacity: 1;
	transform: scale(1);
}
video {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.order-block {    display: none;    box-sizing: border-box;    background: url(../img/apteka-menu.png) no-repeat left top;        position: fixed; 
    top: 0;    right: 0;    padding-left: 100px;    padding-bottom: 100px; z-index: 20000;  }

.order-block-inner { overflow-y: auto; height: 100%;   }

.logo {     display: block;      margin-right: 20px;}
.slogan {  color: #FFF;   font-size: 20px;     width: 240px; }
.menu-block-left {    float: left;}
.menu-block-right {    float: left;}
.menu-block ul {    list-style: none;    margin: 0;    padding: 0;    margin-right: 30px;}
.menu-block ul li {    margin-bottom: 15px;}
.menu-block ul li a {    color: #00636f;     font-size: 16px;}
.menu-blocks {}
.menu-block-bottom {   

    margin-top: 20px;
    background: url(../img/menu-inner.png) no-repeat top center;
    background-size: cover;
    padding: 35px 35px;
 min-width: 505px;
    min-height: 240px;
    box-sizing: border-box;
    top: -20px;
    position: relative;
}
.order-button {    
  color: #FFF;    
  border: 5px solid #FFF;    
  padding: 10px 30px;    
  font-weight: 600; 
  text-align: center;    
  display: inline-block;    
  text-decoration: none; 
  font-size: 20px;
  background: #d61a68; 
}
.order-button:hover {    text-decoration: none;    color: #FFF;}
.close {    width: 30px;    height: 30px;    display: block;    z-index: 100;    position: absolute;    top: 20px;    right: 70px;    background: url(../img/close.png) no-repeat top left;
    cursor: pointer;}
.close-order-block {    width: 30px;    height: 30px;    display: block;    z-index: 100;    position: absolute;    top: 20px;    right: 5px;    background: url(../img/close-order-block.png) no-repeat top left;
    cursor: pointer;}
.actual-prices {}
.more-buy {}
.order-block-title {     margin-top: 25px;
    color: #FFF;
    margin-left: 35px;
    padding-bottom: 20px;}
.order-block table {    margin-top: 40px;    width: 100%;}
.order-block table td {  padding: 20px;}
.order-block table td img {    max-width: 130px;}
.order-block table td.price {    text-align: right;    color: #999999;    padding-right: 20px;}
#fp-nav .active span {    background: #339dae !important;    margin: -2px 0 0 -2px !important;}
#fp-nav ul li a span {    width: 12px !important;    height: 12px !important;    background: #cccccc !important;}
#fp-nav ul li:hover a span {    margin: -2px 0 0 -2px !important;}

 h1 {    font-size: 10em;    font-weight: 600;    color: #FFF;    line-height: 1em; margin: 0;     }
span.oki {    font-size: 0.6em;    font-weight: 600;    color: #FFF;    line-height: 1em; margin: 0; }

h1 span {    font-size: 0.2em;    line-height: 1em;    display: block}
.purple-button {    background: #d61a68;    color: #FFF;    padding: 15px 30px;    text-decoration: none;    border-radius: 25px;    -moz-border-radius: 25px;    -webkit-border-radius: 25px;
    border: 2px solid #d61a68;    display: inline-block;    float: right;    margin-bottom: 20px; font-size: 1.5em}

.dark-blue-button { background: #00636f; border: 0px solid #d61a68;  float: none; outline: none;}
.dark-blue-button:hover { background: #00636f; border: 0px solid #d61a68; float: none;   outline: none;}
.attention-yes {margin-right: 10px; }


.gray-button { background: #999999; border: 0px solid #999999;  float: none; outline: none;}
.gray-button:hover { background: #999999; border: 0px solid #999999; float: none;   outline: none;}





.purple-button:hover {    text-decoration: none;    color: #fff}
.white-purple-button {    border: 2px solid #d61a68;    color: #d61a68;    background: #FFF;    padding: 15px 30px;    text-decoration: none;  
  border-radius: 25px;
    -moz-border-radius: 25px;    -webkit-border-radius: 25px;    display: inline-block;    float: none;font-size: 1.5em }

.white-purple-button-1 {    border: 2px solid #d61a68;    color: #fff;    background: #d61a68;    padding: 15px 50px;    text-decoration: none;  
  border-radius: 25px;
    -moz-border-radius: 25px;    -webkit-border-radius: 25px;    display: inline-block;    float: none;font-size: 1.5em }
.white-purple-button-1:hover {    text-decoration: none;    color: #d61a68; background: #FFF; }

.white-purple-button:hover {    text-decoration: none;    color: #d61a68}
.block1-buttons {  margin-top: 3em; }
.actual-prices {    font-size: 16px;    color: #999999;    text-align: center}
.more-buy {    border: 2px solid #00636f;    color: #00636f;    background: #FFF;    padding: 15px 30px;    text-decoration: none;    display: block;    margin: 0 auto;
    width: 170px;    text-align: center;}
.more-buy:hover {    text-decoration: none;    color: #00636f}
.block2 h2 {    font-size: 40px;    font-weight: 700;    color: #003333; margin: 0; }
.block2-img {    display: block;    margin: 0 auto;    max-width: 420px; text-align: center; position: relative;}
.block2-items {    width: 820px;   margin: 0 auto;   position: relative;    color: #003333;}
.block2-item {    position: absolute;}
.block2-item-1 {    margin-top: 59px;    margin-left: 89px;}
.block2-item-2 {    margin-top: 208px;    margin-left: 26px;}
.block2-item-3 {    margin-top: 355px;    margin-left: 15px;}
.block2-item-4 {    margin-top: 80px;    right: 0;}
.block2-item-5 {    margin-top: 200px;    right: 0;    margin-right: 85px;}
.block2-item-6 {    margin-top: 310px;    right: 0;}
.block2-bottom-text {    text-align: center;    font-size: 22px;      margin-top: 70px;  color: #003333;}
.block2-item img {    position: absolute;    left: 100%;    top: 8px;    margin-left: 5px;}
.block2-item-2 img {    margin-left: 15px;}
.block2-item-3 img {    top: -28px;    margin-left: -23px;}
.block2-item-4 img {    margin-left: -142px;    left: 0;}
.block2-item-5 img {    margin-left: -145px;    left: 0;}
.block2-item-6 img {    margin-left: -124px;    left: 0;    margin-top: -35px;}

.block3 {margin-top: 90px; }
.block3 h2 {    font-size: 40px;    font-weight: 700;    color: #003333;}
.block3-img {max-width: 250px; margin: 0 auto; display: block}
.block3-title { font-size: 16px; font-weight: 600;  margin-bottom: 10px;   }
.block3 ul {margin: 0; padding: 0; list-style: none; }
.block3 ul li {margin-bottom: 10px; line-height: 20px; }
.block3-ul-wrap {margin-bottom: 30px; }
.get-oki-link {color: inherit; font-weight: 600; }

.block4 {margin-top: 90px; }
.block4 h2 {    font-size: 40px;    font-weight: 700;    color: #003333;}
.block4 ul {margin: 0; padding: 0; list-style: none; }
.block4 ul li {margin-bottom: 10px; line-height: 20px; }
.block4-buttons {margin-top: 30px; }
.block4-buttons a {float: none;}
.block4-button {margin-right: 50px; }
.block4-img-wrap { position: relative;}
.block4-img-wrap span { color: #FFF;     position: absolute;      margin-top: 54%;     margin-left: 7%; font-size: 20px; z-index: 100; }

.block5 {margin-top: 90px; font-size: 18px;  }
.block5 h2 {    font-size: 40px;    font-weight: 700;    color: #003333;}
.block5-border p { border: 2px solid #1bc7e0; padding: 40px 30px; color: #00636f; font-size: 18px; line-height: 24px;/*  padding-left: 170px;*/ top: 30px;
    position: relative;}
.block5-img {max-width: 250px;    position: absolute;margin-left: -75px;     z-index: 1; }
.block5-bottom {color: #333333; font-size: 16px; line-height: 22px;  /*margin-left: 200px;*/ margin-top: 50px; }

.pager {     position: absolute;right:50px; bottom: 0; }
.pager-fixed {position: fixed; top: 20%; right: 20px;}
@media (max-width: 992px){
.pager-fixed {display: none}
}
.pager1 {color: #00859a; font-size: 80px; font-weight: 100;  }
.pager2 {color: #00859a; font-size: 40px; font-weight: 100;  }
.pager-block2 .pager1 {color: #FFF; }

footer { margin-top: 90px; }
.footer-title {font-weight: 600; font-size: 18px; }

.footer-block1 {background: #ececec; padding: 25px 0; }
.footer-block3 {margin-top: 30px; }
.footer-block4 {margin-top: 10px; }

.footer-block1 ul {margin: 0; padding: 0; list-style: none;  font-size: 14px;  }
.footer-block1 ul li {margin-bottom: 5px;   }
.footer-block1 ul li a {color: inherit; text-decoration: none;}
.footer1-title {font-weight: 600; margin: 5px 0;  }

.footer-block2 p {margin-bottom: 0; text-align: left; margin-top: 0;  }

.footer3-title {margin-top: 0;  font-size: 13px; margin-bottom: 5px; color: #999999; }

.literature {margin-top: 0 !important; }
.literature ol {margin: 0; padding: 0;   font-size: 13px !important; list-style-type: decimal; margin-left: 15px !important;}
.literature ol li {margin: 0 0 5px 0 !important;  color: #999999  !important; line-height: 16px !important;  }
.literature ol li a   {word-break: break-all;  color: #999999 !important;}


.inform { color: #333333; font-size: 13px; margin-top: 20px; }
.inform p {margin: 0; margin-bottom: 5px; }

.footer-block4 {font-size: 14px; }
.footer-block4 a {color: #008095; }


.about1 h1 {    font-size: 34px;    font-weight: 600;      line-height: 38px;  margin-bottom: 5px; margin-top: 5px; margin-top: 50px;  }

.breadcrumbs{    margin-top: 3em;    margin-bottom: 1em; color: #FFF; font-size: 13px; }
.breadcrumbs__list{    padding-left: 0;    margin-bottom: 0;    display: flex;    flex-direction: row;}
.breadcrumbs__item{    list-style: none;    margin-right: 0.5em;    font-size: 1.1em;  }
.breadcrumbs__item a{  color: inherit; text-decoration: none; }


 ul.about-list {margin: 0; padding: 0; list-style: none; margin-top: 200px; font-weight: 600;  }
ul.about-list li {color: #333333; font-size: 15px; line-height: 22px; margin-bottom: 5px; padding-left: 30px; background: url(../img/li-arrow.png) no-repeat left 5px; }
.about1-p {color: #FFF; margin-top: 20px; }
 body.about {background: url(../img/about-back.png) no-repeat center top;  background-size: auto !important; }

.about1-button {float: none; }

.about1-right {margin-top: 250px; color: #333; line-height: 22px;  }

.section3-about  {background: #ececec; color: #003333;  }
.section3-about .block3 {padding-top: 30px;     margin-top: 30px;}
.section3-about-bottom {margin: 20px 0; font-size: 22px; text-align: center; line-height: 28px}
.section3-about-ul-2 {margin-left: 100px; }
.section3-about-ul-3 {margin-top: 80px; }

.section4-about {background: url(../img/about2-back.png) no-repeat top center; background-size: cover;  }
.section4-about .block3 {margin-top: 0; padding: 50px 0; }

.effective-item {text-align: center; }
.effective1 {color: #003333; font-size: 26px; margin: 10px 0;  font-weight: 200;  }
.effective1 span {display: block ; font-weight: 600;  font-size: 30px; }
.effective2 {color: #003333; font-size: 14px;margin: 10px 0;   line-height: 20px;  }
.effective-bottom { margin: 20px 0;     font-size: 22px;     text-align: center;     line-height: 28px; color: #003333; }

.a4 {background: url(../img/about4-back.png) no-repeat  center -200px; padding-bottom: 0; min-height: 635px; box-sizing: border-box }


.a5-border p { border: 2px solid #1bc7e0; padding: 40px 30px; color: #00636f; font-size: 18px; line-height: 24px;  padding-right: 170px; top: 30px;
    position: relative;}
.a5-img {max-width: 250px;
    position: absolute;
    z-index: 1;
    float: right;
    right: 0; margin-right: -75px;  }

.a4 h2 {    font-size: 40px;    font-weight: 700;    color: #003333;}


.video {    margin: 100px 0 0; }


.a5 h2 {    font-size: 40px;    font-weight: 700;    color: #003333;}

.article-item { border: 2px solid #1bc7e0; width: 100%; display: block; padding: 60px 30px 30px 30px; height: 200px; box-sizing: border-box;   text-decoration: none; text-align: center; color: #1bc7e0; font-size: 20px; }
.article-item:hover {color: #1bc7e0; }
.article-item:before {width: 60px; display: block; height: 2px; background: #1bc7e0; content: ""; margin: 0 auto; position: relative; top: -20px; }


body.page404 {background: url(../img/404.png) no-repeat center top;   }


.page404 h1 {margin: 20px 0; }
.page404-1 {color: #FFF; font-size: 22px; line-height: 28px; }
.page404-2 {color: #FFF; font-size: 16px; line-height: 22px; }

.section-page404 {min-height: 700px;}

.question-items {margin-top: 100px; }
.faq .question-items {margin-top: 180px; }
.question-item {padding-bottom: 60px; }
.question {display:inline-block; font-size: 20px; color: #333333; line-height: 26px; cursor: pointer; padding-right: 60px;
    background: url(../img/faq-open.png) no-repeat  right 5px }
.question.active { background: url(../img/faq-close.png) no-repeat  right 5px  }
.question p {margin-top: 10px; margin-bottom: 10px; }
.answer {font-size: 16px; line-height: 22px; display: none; font-size: 16px; }

.faq-block h1 {font-size: 44px; margin: 10px 0; margin-top: 100px;  }


body.faq {

background: url(../img/about-back.png) no-repeat center top;
 
}

.instruction-img {float: right; max-width: 500px; margin-left: 40px; margin-bottom: 40px; margin-top: 20px; }

.answer span {font-weight: 600; }

.faq .question {font-weight: 600; }

.faq h1 { line-height: 50px; margin-top: 20px;  }

.specialistam {margin-top: 240px; }

.big {font-size: 22px; line-height: 28px; font-weight: 600; }

.text {}
.text p {margin: 10px 0; line-height: 22px; font-size: 16px; }
.text p.big {font-size: 22px; line-height: 28px; font-weight: 600; }

.text ul {}
.text ul li {margin-bottom: 10px; line-height: 20px;}
.text ul li a {color: #006666; }
.text ol {}
.text ol li {margin-bottom: 10px; line-height: 20px;}
.text ol li a {color: #006666; }


ul.arrow-list {margin: 0; padding: 0; list-style: none;  font-weight: 600;  }
ul.arrow-list li {color: #333333; font-size: 15px; line-height: 22px; margin-bottom: 5px; padding-left: 30px; background: url(../img/li-arrow.png) no-repeat left 5px; }


.apteka-items {margin-top: 100px;}

.apteka-item {text-align: center; margin-bottom: 60px; }
.apteka-item p {color: #999999; }
.apteka-item img {}

.where-buy-img {position: relative;
    
    margin-left: 10px;
    max-width: 300px; }

.nolist { list-style: none; margin: 0; padding: 0;  }

.under-h1 {color: #FFF; }

.blue-border { border-left: 5px solid #008095; padding: 5px 5px 5px 30px; color: #008095; font-weight: 600; line-height: 24px; font-size: 18px;   }
.white-border { border-left: 5px solid #FFF; padding: 5px 5px 5px 30px; color: #FFF; font-weight: 600; line-height: 24px; font-size: 18px;   }

.top-offset-30 {margin-top: 30px !important; }
.top-offset-50 {margin-top: 50px !important; }
.top-offset-100 {margin-top: 100px !important; }
.top-offset-120 {margin-top: 120px !important; }
.top-offset-150 {margin-top: 150px !important; }
.top-offset-180 {margin-top: 180px !important; }
.top-offset-210 {margin-top: 210px !important; }
.top-offset-240 {margin-top: 240px !important; }

.text .bluelist li a {color: #1bc7e0; }



.classify {background: #f6f6f6; padding: 20px;-webkit-box-shadow: 5px 5px 5px 0px rgba(204,204,204,1);
-moz-box-shadow: 5px 5px 5px 0px rgba(204,204,204,1);
box-shadow: 5px 5px 5px 0px rgba(204,204,204,1); }

.why-item { width: 100%;   height: 170px; display: table; margin: 15px 0;  }
.why-item-inner {  background: #008095;   color: #FFF; text-align: center;  display: table-cell; vertical-align: middle; padding:20px;  }
.why-item-inner p { margin: 0; }
.small {font-size: 14px; }

.blue-border-block { border: 1px solid #1bc7e0;   padding: 30px 45px; margin: 30px 0;   box-sizing: border-box; }

.dark-blue-block { background: #008095; color: #FFF; padding: 30px 45px; margin: 30px 0;   box-sizing: border-box; }

.red-block { color: #d11966; padding: 30px 45px; margin: 30px 0;  border: 2px solid #d11966;  box-sizing: border-box; }
.red-color-block { color: #FFF; padding: 30px 45px; margin: 0 0 30px 0;  background: #d11966;  box-sizing: border-box;  }

.black-font {color: #333333; }

.nomargintop { margin-top: 0 !important;   }
.nomarginbottom { margin-bottom: 0 !important;   }

.light-back {background: url(../img/faringit-back-2.png) no-repeat center top; background-size:cover;  }

.gray-block { background: #f6f6f6;   padding: 30px 45px; margin: 30px 0;    box-sizing: border-box;  }

.nobold {font-weight: normal !important; }

.articles-item {text-align: center;}
.articles-item a { text-decoration: none;color: inherit; }
.articles-item span {display: block;margin: 10px 0; }
.articles-item img  {     height: auto; }

.sources ul {}
.sources ul li {margin-bottom: 10px; font-size: 13px ; }
.sources ul li a {color: #008095;  }
.sources p {margin-bottom: 10px; }

 .prof {position: relative;}
 .prof span {font-size: 30px; position: absolute; color: #FFF; font-weight: 100; bottom: 10px; right: 10px;  }

body.gingivit {
    background: url(../img/gingivit-back.png) no-repeat center top;
}
 .gingivit header {    position: relative; background: none  }
 
.table {display: table; border-collapse: collapse; font-size: 16px; line-height: 22px; }
.table-row {display: table-row;}
.table-cell {display: table-cell; padding: 20px; border: 1px solid #FFF}

.gingivit-classify { height: 160px;  }

.views-block {margin: 30px 0; }

.glossit-items { height: 190px;   }

.gingivit-img {
 max-width: 250px;
    position: absolute;
    margin-left: 0px;
    z-index: 1;
    width: 200px;
    right: -100px;
    top: 25px;
}

.gingivit-block-1 {
    position: relative;
    padding-right: 130px;
}


.nolist ul {margin-left: 0px; list-style: none; margin-top: 15px; margin-bottom: 15px; }



.gingivit-img-2 {
position: absolute;
    left: 50%;
    z-index: 1;
    width: 250px;
    bottom: -140px;
    margin-left: -125px;
}

.gingivit-block-2 {
      position: relative;
    padding-bottom: 130px;
}

.ging-gray { background: #eaeaea;   padding: 30px 45px; margin: 30px 0;    box-sizing: border-box;  }
.ging-white { background: #fff;   padding: 30px 45px; margin: 30px 0;    box-sizing: border-box;  }

.glos-items {margin-top: -25px;margin-bottom: 30px; }
 
 .glos-item {text-align: center; font-weight: 600; margin: 30px 0; position: relative; }
 .glos-item-1:before {content: '';     width: 50px;     height: 50px;     background: #ffffff;     display: block;     border-radius: 50%;     position: absolute;     left: 50%;
    border: 3px solid #f1f1f1;     margin-left: -25px;     top: -60px;  }

 .glos-item-2:before { content: '';     width: 50px;     height: 50px;     background: #f3d117;     display: block;     border-radius: 50%;     position: absolute;     left: 50%;
    border: 3px solid #f1f1f1;     margin-left: -25px;     top: -60px;   }
 
 .glos-item-3:before {content: '';     width: 50px;     height: 50px;     background: #aeaeae;     display: block;     border-radius: 50%;     position: absolute;     left: 50%;
    border: 3px solid #f1f1f1;     margin-left: -25px;     top: -60px; }
 

 .glos-item-4:before {content: '';     width: 50px;     height: 50px;     background: #000000;     display: block;     border-radius: 50%;     position: absolute;     left: 50%;
    border: 3px solid #f1f1f1;     margin-left: -25px;     top: -60px; }

 .shadow-bottom-block {
    -webkit-box-shadow: 0px 5px 5px 0px rgba(170,170,170,1);
-moz-box-shadow: 0px 5px 5px 0px rgba(170,170,170,1);
box-shadow: 0px 5px 5px 0px rgba(170,170,170,1);
 }


 .footer-block1 a:hover {text-decoration: underline;}

 .bottom-item {margin-bottom: 15px; }
  .bottom-item img{
	  max-width: 124px;
    display: block;
    margin: 20px auto 0;}


 .article-item {margin-bottom: 20px; }

 .sources li {word-wrap:break-word;}


 

        .parallax { display: inline-block;  position: relative;}
        .parallax1 { position: relative; z-index: 1; }
        .parallax2 { position: absolute; z-index: 2;}
        .parallax3 { position: absolute; z-index: 3;}
        .parallax4 { position: absolute; z-index: 4; }


        .animation {    position: relative; float: right; margin-right: 100px;  }
        .animation0 { position: absolute; z-index: 100;   }
        .animation1 { position: relative; z-index: 1;   }
        .animation2 { position: absolute; z-index: 20; }
        .animation3 { position: absolute; z-index: 19; }
        .animation4 { position: absolute; z-index: 40;  }
        .animation5 { position: absolute; z-index: 5; display: none; }
        .animation6 { position: absolute; z-index: 8; }
        .animation7 { position: absolute; z-index: 7; }  
 
.gorlo {position: relative; max-width: 250px; margin: 0 auto; }
.gorlo1 {position: relative; }
.gorlo2 {position: relative;display: none;}
.puls1 {position: absolute;display: none;z-index: 1;}
.puls2 {position: absolute;display: none;z-index: 1;}
.puls3 {position: absolute;display: none;z-index: 1;}
.puls4 {position: absolute;display: none;z-index: 1;}
.puls5 {position: absolute;display: none;z-index: 1;}




.overlay {

    display: block;
    width: 100%;
    position: fixed;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 10000;
    display: none;

}


.white-link {color: #FFF;}
.white-link:hover {color: #FFF;}


.footer-block4 .text-right {margin-right: 100px; }



.where-table  { border-collapse: collapse; margin: 0 auto;     width: 100%  }
.where-table td {padding: 15px; border: 1px solid #DDD; text-align: center; }
.where-table td  a {padding: 10px  30px;  width: auto; font-size: 14px;     display: inline-block; }
.where-table th {padding: 15px;   }
.th-img { max-width: 250px;  }
.th-p {margin: 0; text-align: center; }
.th-pa { margin-bottom: 10px;  font-size: 20px; }
.buy{background: #00859A; color: #FFF; text-decoration: none;  }
.buy:hover{background: #00C8E2; text-decoration: none;  color: #FFF; }
.apt-img {max-height: 70px;}
.th-pa .product-apteka {font-weight: 400; }
 
.block4-img-wrap img {max-height: 600px; } 
 

 .noscroll {overflow: hidden;}

 .footer1-title {font-size:16px; }

#fp-nav {right: 50px !important; }

 #fp-nav ul, .fp-slidesNav ul {
    margin-top: -50px !important;
}

#fp-nav ul li, .fp-slidesNav ul li {
    margin: 30px 7px !important;
 
}  

.block4 p {margin-right: 70px;}


.parallax-block-3 {max-width: 400px; }


.block2-img .parallax {overflow: visible;}


.animation.relative {position: relative; right: 0; bottom: 0; }


.test-block {margin: 160px 20px 10px 20px; }
.question-num {  }
.question-num span { padding: 10px; display: inline-block; background: #00859a; color: #FFF;  }
.question-text { font-size: 2em;color: #000000;  }
.question-text span { }
.answers-block {margin-bottom: 60px; }
.question-block-item {  display: none; }
.question-block-item.active {display: block;}
.answer-item {border: 1px dotted #72e0f0; width: 100px; text-align: center; font-size: 48px; padding: 15px; text-decoration: none; color: inherit; margin-right: 30px;}

.answer-item:hover, .answer-item.active { text-decoration: none; color: inherit;  
 background: #FFF; 
box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);

 }

.next-question  {color: #1bc7e0; font-size: 20px; text-decoration: none; padding-right: 80px; background: url(../img/test-arrow.png) no-repeat right center; }
.next-question:hover  {text-decoration: none; color: #1bc7e0;}

.test-result {display: none;}
.test-result-img { text-align: center; display: inline-block;  }
.test-result-img img { display: block; margin: 0 auto;  }
.test-result-label {  padding: 10px 30px;  display: inline-block; background: #00859a; color: #FFF;  }

.test-result-text {text-align: center}
.test-result-text-line-1 {color: #00859a; font-size: 26px;display: inline-block; }
.test-result-text-line-2 {margin-top: 10px; display: inline-block; font-size: 18px; }

.test-result-item {display: none;}
.test-result-item.active {display: block;}

.test-disclaimer{
	margin-top: 3em;
    padding-left: 1.5em;
    color: #666;
    font-size: 0.9em;
}


 
h2 {font-size: 26px; }

 .gray-arrow-list { list-style: none; margin: 0; padding: 0;   }
 .gray-arrow-list li { background: url(../img/gray-arrow.png) no-repeat left 5px; padding-left: 50px;   }

  .adeno-class {margin-bottom: 30px; }
  .adeno-class-1 {color: #000000; text-align: center;}
  .adeno-class-1 p { margin-top: 45px; }

  .aden-blue-block {background: #1bc7e0; color: #000; height: 220px; padding: 15px; }

  .adeno-light {padding: 30px 45px; margin-top: 0; background-position: center -380px; }

  .big.normal {font-weight: normal !important;}

  .adeno-bottom {padding: 30px 45px;}

  .des-class { height: auto !important  }

  .img-caption {color: #666666; font-size: 14px; }


  .block-offset,  .offset-block {padding: 30px 45px; }

   .plus-list { list-style: none; margin: 0; padding: 0;   }
 .plus-list li { background: url(../img/plus.png) no-repeat left top; padding-left: 50px; min-height: 32px; line-height: 32px; padding-top: 7px;   }

 .rg-img-right {position: relative; left: 20px; top: 24px }

 .rg-list li {margin-bottom: 30px !important; }


 .mif-item {}
 .mif-item-title {}
 .mif-item-title-1 {}
 .mif-item-title-2 {}
 .mif-item-text {}

 .mif-items {margin-bottom: 50px; }


 .ton-classify { height: 170px; margin-top: 20px; padding: 15px;   }
 .ton-classify p {font-size: 14px !important; }

 .ton-block-1 {     top: 5px !important; }

  .ton-blue-block { color: #000; text-align: center; height: 120px;   }


 .block2-button {
 	float: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -125px;
    font-size: 16px; 
    width: 250px; 
    box-sizing: border-box; 
    padding: 15px; 
    text-align: center;
    margin-bottom: 10px; margin-top: 10px; 

 
 }



 .block3-leftside {padding-bottom: 50px; }
 .block3-rightside {padding-bottom: 50px; }

 .about1-p1 {  margin-top: 240px;  color: #000; }
 .about-list-2 { margin-top: 20px !important;   }

 .gingivit-under-h1 {margin-bottom: 20px; }

 .text ul { font-size: 16px;   }
 .text p { font-size: 16px;   }


 .tonz-about img {max-width: 100% !important}




 .fancybox-toolbar {visibility: visible !important; }


 .home-shema {     }

 .nowrap {white-space: nowrap; }

 .articles-item {margin-bottom: 50px; }


 .page-all {margin-top: 90px;padding-bottom: 50px; }
  .home-body .page-all {margin-top: 0px;}


 .articles-list {margin-top: 100px; }

 .table-of-contents {  	background: #FFF;     padding: 20px;     border: 1px solid #1bc7e0;     display: inline-block;  }

 .black-font {color: #000;}

 .margin-top-0 {margin-top: 0;}
 .margin-bottom-0 {margin-bottom: 0;}
 .margin-bottom-15{margin-bottom: 15px;}



 #attention-wrap {width: 400px; }


 .fancybox-content {padding: 20px 40px; }


.attention-title  { font-size: 24px ; text-transform: uppercase; color: #00636f;  margin-bottom: 10px;   }

 .attention-text {font-size: 14px !important; line-height: 18px !important }

 .auto-wrap li a { 

word-wrap:break-word;
  }


  .aptekaru-title {font-size: 30px; color: #333; text-align: center;}
.aptekaru-img {text-align: center;}
.aptekaru-button {text-align: center;  margin-top: 15px;}
.aptekaru-button a {outline: none; color: #1bc7e0; font-weight: bold; font-size: 18px; padding: 15px 40px; border: 3px solid #1bc7e0; display: inline-block; text-decoration: none;}

/*.fixFooter{  height:100%;width:50px;padding:0;position:fixed;right:0px;top:0px;z-index:100000; padding:0;position:fixed; }
.fixFooter img{margin:0px auto;max-width:50px; height: 100%;}
.desktop-show{display:block}
.mobile-show{display:none}*/

.fixFooter {   padding: 0;        top: inherit;     bottom: 0px; right: inherit;     width: 100% !important; height: auto !important;    position: fixed;
    background: #fff; }
.desktop-show{display:none}
.mobile-show{display:block}
.fixFooter img{margin: 10 auto 10px;
    max-width: 80% !important;
    height: auto !important; }


.block5-right-margin {margin-right: 50px; }

.up {       display: block;   width: 30px; height: 30px;    left: 5px;     bottom: 5px;     position: fixed;     z-index: 9999;   
           color: #FFF;   padding: 20px; border-radius: 50%;   background: url(../img/up.png) no-repeat #FFF 50% 50%;
border: 1px solid #1bc7e0; 
     }

.up:hover { color: #FFF;  }    
#fixed {display: none;}


.gingivit .page-all { margin-top: 0;   }


.ton-classifies .col-lg-2 { padding-left: 5px; padding-right: 5px;  }


.ton-blue-block {padding: 30px  10px; }
.ton-blue-block   {font-size: 13px !important; }



.ton-pr-block .col-lg-2 {  padding-left: 2px; padding-right: 2px;}

.youtube-video {  max-width: 1200px; padding-top: 100px; text-align: center; margin: 0 auto; }

.home-parallax-block-3 { margin: 0 auto; display: block;   }



.white-margin {  border: 5px solid #FFF; }
.gray-margin {  border: 5px solid #f6f6f6 !important; }
.blue-margin {  border: 5px solid #FFF; }
.dark-blue-margin {  border: 5px solid #008095 !important; }
.black-color { color: #333; }

.white-block {background: #FFF; color: #333; padding: 20px; border: 5px solid #1bc7e0;  }

.purple-block {background: #d11966; padding: 20px; color: #FFF;margin: 20px 0; }

.yt-lazyload-content {
 
    background-size: auto !important;
 
}

.yt-lazyload { 
        max-height: 479px;
 }

 .home-literature {   }

 .block5-border-home p {top: 0; }


 .about2 h1 { margin-top: 0; margin-bottom: 20px; color: #008095; }

 .breadcrumbs-dark { color: #008095; margin-top: 0;  }

 .article-img {max-width: 500px; float: right }

 .game-fix { position: fixed; bottom: 70px; z-index: 9999; right: 20px;  max-width: 40%;  display: none; }
 .game-fix.screen1 {display: none !important; }
 .game-fix.screen2.time12 {display: block !important; }
.btn-oki_game{background:#d61a68;color:#fff;padding: 15px;text-decoration:none;display:inline-block;font-weight:600}
.btn-oki_game:hover{color:#fff;border-radius:4px;}

@media (max-width: 768px){
  .btn-oki_game{padding: 10px}
}

 .game-close {
    position: absolute;
    right: 10px;
    font-size: 20px;
    display: inline-block;
    cursor: pointer;

    position: absolute;
    right: 10px;
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #AAA;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 7px;
    z-index: 10000;
}

 .game-close:hover {
    background: #CCC; 
 }

.article-related-item  { float: right;  margin-left: 30px; margin-bottom: 30px; }
.article-related-item a { color: inherit; display: block; text-decoration: none; border: 3px solid #1bc7e0;  display: inline-block;  width: 200px; }
.article-related-item a:hover {color: inherit; border: 3px solid #008095;}
.article-related-item span {  padding: 15px;  display: block; background: rgba(255,255,255,0.7);  color: inherit; font-size: 14px; line-height: 22px;  }



.pop-up{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1666em;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.33);
}
.pop-up__container{
    background: #fff;
    padding: 3em 2em;
    max-width: 800px;
    max-height: 95%;
    overflow-y: auto;
}
.pop-up__title{
    font-size: 1.666em;
    font-weight: bold;
    color: #00813e;
    text-align: center;
    margin-bottom: 1em;
}
.pop-up__small{
    font-size: 0.75em;
}
.pop-up__row{
    margin-bottom: 2em;
}
.pop-up__button{
    color: #fff;
    padding: 1.5em 1em;
    border: none;
    outline: none;
    margin-bottom: 0.5em;
    margin-top: 2em;
}
.pop-up__button-green{
    background: #00813e;
}
.pop-up__button-red{
    background: #ff3333;
}



.flacon10 { text-align: right; margin-top: 15px; position: relative; }

.block1-buttons {position: absolute; bottom: 50%; right: 60%; }
.block1__video{
    position: absolute;
    z-index: 20;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    overflow: hidden;
    height: 100vh;
}
.block1__video video{
    object-fit: contain;
    width: 100%;
    height: auto;
}
.block1__promo{
  background: url(../img/block1__promo__bg.png) no-repeat center center;
  background-size: contain;
  width: 20em;
  height: 17em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.block1__promo_container{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  text-decoration: none;
}
.block1__promo_text{
  display: block;
  text-align: center;
  color: #fff;
}
.block1__promo_text-1{
  font-weight: 100;
  font-size: 1.66em;
  line-height: 1;
}
.block1__promo_text-2{
  font-weight: 600;
  font-size: 1.687em;
  line-height: 1.25;
}
.block1__promo_text-3{
  font-size: 1.34em;
  line-height: 1.25;
}

.articles__items{
  margin-top: 3em;
}
.articles_page__grid{
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(17em, 1fr));
  grid-auto-flow: dense;
}
.articles_page__grid_item{
  position: relative;
  display: block;
  min-height: 20em;
  text-decoration: none;
}
.articles_page__grid_item:nth-of-type(12n + 1),
.articles_page__grid_item:nth-of-type(12n + 7),
.articles_page__grid_item:nth-of-type(12n + 8){
  grid-column: span 2;
}
.articles_page__grid_item:nth-of-type(12n + 2){
  grid-row: span 2;
}
.articles_page__grid_item__head{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.articles_page__grid_item__img{
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: scale(1.05) translate(-50%, -50%);
  transition: .2s transform;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.articles_page__grid_item:hover .articles_page__grid_item__img{
  transform: scale(1) translate(-50%, -50%);
}
.articles_page__grid_item__text{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 1.111em;
  font-weight: 600;
  line-height: 1.66;
  padding: 0 2em;
  color: #000;
  background: linear-gradient(180deg, transparent 0%, rgba(255,255,255,.4) 20%, rgba(255,255,255,1) 100%);
  height: 5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  
  .articles_page__grid{
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    grid-auto-flow: dense;
  }
  .articles_page__grid_item:nth-of-type(12n + 1),
  .articles_page__grid_item:nth-of-type(12n + 7),
  .articles_page__grid_item:nth-of-type(12n + 8){
    grid-column: span 1;
  }
  .articles_page__grid_item:nth-of-type(12n + 2){
    grid-row: span 1;
  }
}

@keyframes primenenie-agent {
  0%{
    transform: scale(.8);
  }
  50%{
    transform: scale(1);
  }
  100%{
    transform: scale(.8);
  }
}

body.primenenie{
  background: url(../img/primenenie__bg.png) no-repeat center top;
  background-size: contain;   
}
.primenenie__header{
  position: fixed;
  top: 1em;
  left: 55%;
  transform: translateX(-50%);
  z-index: 10000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 35em;
}
.primenenie__header__col{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
a.primenenie__header__link{
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: .5em;
  text-decoration: none;
}
a.primenenie__header__link::after{
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: .2s transform ease;
  transform-origin: center;
}
a.primenenie__header__link:hover{
  color: #fff;
  text-decoration: none;
}
a.primenenie__header__link:hover::after{
  transform: scaleX(0);
}
a.primenenie__header__link-big{
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 0;
}
.primenenie-section-1{
  height: 75vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.primenenie-section-1__title{
  font-size: 72px;
  font-weight: 400;
  color: #00859a;
  padding-bottom: .3em;
  line-height: .9;
}
.primenenie-section-1__button{
  display: none;
}
.primenenie-section-1__row{
  align-items: flex-end;
}
.primenenie-section-1__title .bold{
  display: block;
      font-size: 1em;
}
.primenenie-section-2{
  padding: 3em 0;
}
.primenenie-section-2__title{
  font-size: 72px;
  line-height: 1;
  cursor: pointer;
}
.primenenie-section-2__item_title{
  padding: 1em 0 1.33em;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  cursor: pointer;
}
.primenenie-section-2__item_title::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #1bc7e0 url(../img/primenenie-section-2__arrow.svg) no-repeat center 55%;
  background-size: 55%;
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 100%;
  transition: .2s transform ease-in-out;
}
.primenenie-section-2__item_title:hover::after{
  transform: translateY(calc(-50% + 5px));
}
  .primenenie-section-2__item_title-active::after{
  transform: translateY(-50%) rotate(180deg);
}
.primenenie-section-2__item_content{
  display: none;
  font-size: 24px;
  line-height: 1.5;
  padding-bottom: 1.5em;
}
.primenenie-section-2__item_content a{
  color: #1bc7e0;
  text-decoration: underline;
}
.primenenie-section-2__item_content a:hover{
  text-decoration: none;
}
.primenenie-section-2__item{
  border-bottom: 1px solid #ccc;
}
.primenenie-section-2__block-border{
  font-weight: 600;
  margin-top: 2.5em;
  color: #00859a;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  padding: 1.66em 0 2em;
  border: 3px solid #1bc7e0;
  border-radius: 3px;
}
.primenenie-section-3{
  background: url(/wp-content/themes/blank/img/primenenie-section-3__bg.png) no-repeat top center;
  background-size: contain;
  padding: 8em 0 0;
}
.primenenie-section-3__title{
  font-size: 103px;
  line-height: 1;
  color: #00859a;
}
.primenenie-section-3__item{
  margin-bottom: 2.5em;
}
.primenenie-section-3__item_title{
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}
.primenenie-section-3__row{
  margin-top: 4em;
}
.primenenie-section-3__item_text{
  font-size: 24px;
}
.primenenie-section-3__img-block{
  position: relative;
  display: inline-block;
  margin-top: -5em;
}
.primenenie-section-3__img-title{
  position: absolute;
  top: 63%;
  left: 6%;
  display: inline-block;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}
.primenenie-section-4{
  padding: 2em 0 4em;
}
.primenenie-section-4__title{
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  color: #00859a;
}
.primenenie-section-4 .youtube-video{
  padding: 0;
  margin-top: 3.5em;
}
.primenenie-section-5{
  padding: 6em 0;
}
.primenenie-section-5__title{
  margin: 0 auto 1em;
  font-size: 72px;
  line-height: 1;
  color: #00859a;
}
.primenenie-section-5__items{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.primenenie-section-5__item{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  margin-bottom: 4em;
}
.primenenie-section-5__item_link{
  display: block;
}
.primenenie-section-5__item_img{
  width: 200px;
}
.primenenie-section-6{
  background: url(/wp-content/themes/blank/img/primenenie-section-6__bg.jpg) no-repeat bottom center;
  background-size: cover;
  font-size: 16px;
}
.primenenie-section-6__content{
  position: relative;
  height: 47.31em;
}
.primenenie-section-6__title{
  text-align: center;
  font-size: 4.5em;
  font-weight: bold;
  color: #003333;
  padding-top: 1.5em;
}
.primenenie-section-6__title-left{
  display: inline-block;
  transform: translateX(-30%);
}
.primenenie-section-6__title-right{
  display: inline-block;
  transform: translateX(60%);
}
.primenenie-section-6__img{
  position: absolute;
}
.primenenie-section-6__img-boy{
  left: 50%;
  top: 0;
  transform: translate(-50%, -10%);
  width: 19em;
}
.primenenie-section-6__img-title{
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 41em;
}
.primenenie-section-6__img-agent-1{
  left: 23.5%;
  top: 44%;
  width: 9.75em;
  animation: 2s primenenie-agent ease-in-out .1s infinite;
}
.primenenie-section-6__img-agent-2{
  left: 56%;
  top: 77%;
  z-index: 1;
  width: 9em;
  animation: 2s primenenie-agent ease-in-out .4s infinite;
}
.primenenie-section-6__img-agent-3{
  left: 69%;
  top: 38%;
  width: 5em;
  animation: 2s primenenie-agent ease-in-out .8s infinite;
}
.primenenie-section-6__img-agent-4{
  left: 35.5%;
  top: 19%;
  width: 6.8125em;
  animation: 2s primenenie-agent ease-in-out 1.1s infinite;
}
.primenenie-section-6__img-agent-5{
  left: 10%;
  top: 71%;
  width: 6.8125em;
  animation: 2s primenenie-agent ease-in-out 1.4s infinite;
}
.primenenie-section-6__img-agent-6{
  left: 82%;
  top: 60%;
  width: 6.25em;
  animation: 2s primenenie-agent ease-in-out 1.7s infinite;
}
.primenenie-section-6__button{
  position: absolute;
  left: 50%;
  bottom: 1.66em;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255,51,51);
  background: linear-gradient(180deg, rgba(255,51,51,1) 0%, rgba(248,78,78,1) 100%);
  width: 6.45em;
  height: 2.155em;
  border-radius: 1em;
  color: #fff;
  font-size: 3.625em;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  border-bottom: .2em solid #cc3333;
}
.primenenie-section-6__button:hover{
  background: rgba(248,78,78,1);
  background: linear-gradient(180deg,  rgba(248,78,78,1) 0%, rgba(255,51,51,1) 100%);
  color: #fff;
}

@media (max-width: 1280px) {
  
  .primenenie-section-6{
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .primenenie-section-1__button{
    display: inline-block;
    position: absolute;
    font-size: 1.33em;
    padding: .7em 2.5em;
    top: calc(100% + 2em);
  }
  .primenenie-section-6__button{
    font-size: 2.5em;
  }
  .primenenie-section-6{
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .primenenie-section-6__title-left{
    display: inline-block;
    transform: translateX(0);
    margin-right: 1em;
  }
  .primenenie-section-6__title-right{
    display: inline-block;
    transform: translateX(0);
  }
  .primenenie-section-6__content {
    position: relative;
    height: auto;
    padding-bottom: 3em;
  }
  .primenenie-section-6__img-agent-1,
  .primenenie-section-6__img-agent-2,
  .primenenie-section-6__img-agent-3,
  .primenenie-section-6__img-agent-4,
  .primenenie-section-6__img-agent-5,
  .primenenie-section-6__img-agent-6{
    display: none;
  }
  .primenenie-section-6__img-boy{
    position: relative;
    top: inherit;
    left: inherit;
    transform: translateX(0);
    width: 50%;
    margin: 1em auto 0;
  }
  .primenenie-section-6__img-title{
    width: 80%;
  }
  .primenenie-section-6__button{
    position: relative;
    bottom: inherit;
    left: inherit;
    margin-top: 30px;
    transform: translateX(0);
    width: 100%;
  }
}

.primenenie-section-7{
  padding: 3.5em 0;
}
.primenenie-section-7__title{
  font-size: 48px;
  margin-bottom: 1em;
}
.primenenie-section-7 .articles-item span{
  font-size: 24px;
  margin-top: 1em;
}
.primenenie-section-7__source{
  margin-top: 4em;
}
.primenenie-section-7__source_title{
  font-size: 18px;
}
.primenenie-section-7__source_list{
  padding-left: 0;
}
.primenenie-section-7__source_link{
  font-size: 14px;
  line-height: 1.6;
  color: #008095;
}
.primenenie-section-7__source_item{
  list-style: none;
}
.primenenie-section-7__source_link:hover{
  text-decoration: none;
}

@media (max-width: 1600px) {
  .primenenie__header{
    left: 60%;
    width: 30em;
  }
  a.primenenie__header__link{
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: .5em;
    text-decoration: none;
  }
  a.primenenie__header__link-big{
    font-size: 20px;
  }
  .primenenie-section-1__title{
    font-size: 48px;
  }
  .primenenie-section-2__title{
    font-size: 48px;
  }
  .primenenie-section-2__item_title:after{
    width: 52px;
    height: 52px;
  }
  .primenenie-section-2__item_title{
    font-size: 24px;
  }
  .primenenie-section-2__item_content{
    font-size: 20px;
  }
  .primenenie-section-2__block-border{
    font-size: 20px;
  }
  .primenenie-section-3__title{
    font-size: 60px;
  }
  .primenenie-section-3__item_title{
    font-size: 24px;
  }
  .primenenie-section-3__item_text{
    font-size: 20px;
  }
  .primenenie-section-3__img-title{
    font-size: 24px;
  }
  .primenenie-section-4__title{
    font-size: 36px;
  }
  .primenenie-section-5__title{
    font-size: 48px;
  }
  .primenenie-section-6__title{
    font-size: 48px;
  }
  .primenenie-section-7__title{
    font-size: 36px;
  }
  .primenenie-section-7 .articles-item span{
    font-size: 20px;
  }
  
}

@media (max-width: 1200px) {
  .primenenie-section-1{
    position: relative;
  }
  .primenenie__header{
    position: absolute;
    top: 0;
    left: 30px;
    width: 50%;
    transform: translateX(0);
    z-index: 10;
  }
  .primenenie-section-5__item_img{
    width: 160px;
  }
}
@media (max-width: 992px) {
  .primenenie-section-1{
    display: block;
    height: auto;
    padding: 10em 0 2em;
  }
  .primenenie-section-1__title{
    font-size: 36px;
  }
  .primenenie-section-2__title{
    font-size: 36px;
  }
  .primenenie-section-2__item_title{
    font-size: 20px;
  }
  .primenenie-section-2__item_content{
    font-size: 18px;
  }
  .primenenie-section-2__item_title:after{
    width: 44px;
    height: 44px;
  }
  .primenenie-section-2__block-border{
    font-size: 18px;
  }
  .primenenie-section-3{
    background-size: cover;
  }
  .primenenie-section-3__title{
    font-size: 44px;
  }
  .primenenie-section-3__item_title{
    font-size: 20px;
  }
  .primenenie-section-3__item_text{
    font-size: 18px;
  }
  .primenenie-section-3__img-title{
    font-size: 20px;
  }
  .primenenie-section-4__title{
    font-size: 27px;
  }
  .primenenie-section-5__title{
    font-size: 36px;
  }
  .primenenie-section-5__items::after{
    content: '';
    display: block;
    width: 33%;
  }
  .primenenie-section-5__item{
    width: 33%;
  }
  .primenenie-section-5__item_img{
    width: 200px;
  }
  .primenenie-section-6__title{
    font-size: 36px;
  }
  .primenenie-section-7__title{
    font-size: 27px;
  }
  .primenenie-section-7 .articles-item span{
    font-size: 18px;
  }
  
}
@media (max-width: 768px) {
  body.primenenie {
    background: #fff;
  } 
  .primenenie__header{
    position: relative;
    left: inherit;
    justify-content: space-around;
    width: 100%;
  }
  .primenenie-section-1{
    background: url(//oki-rastvor.ru/wp-content/themes/blank/css/../img/primenenie__bg.png) no-repeat center top;
    background-size: cover;
    padding: 2em 0;
    margin-top: -3em;
  }
  .primenenie-section-1__title{
    color: #fff;
    font-size: 30px;
  }
  .primenenie-section-1__row{
    flex-direction: column-reverse;
  }
  .primenenie-section-2__title{
    font-size: 30px;
  }
  .primenenie-section-2__item_title{
    font-size: 17px;
  }
  .primenenie-section-2__item_content{
    font-size: 16px;
  }
  .primenenie-section-2__item_title:after{
    width: 36px;
    height: 36px;
  }
  .primenenie-section-2__block-border{
    font-size: 16px;
    padding: 16px;
  }
  .primenenie-section-3__title{
    font-size: 36px;
    text-align: center;
  }
  .primenenie-section-3__row{
    flex-direction: column-reverse;
  }
  .primenenie-section-3__items{
    align-items: center;
    text-align: center;
  }
  .primenenie-section-3__item_title{
    font-size: 17px;
  }
  .primenenie-section-3__item_text{
    font-size: 16px;
  }
  .primenenie-section-3__img-title{
    font-size: 3.2vw;
  }
  .primenenie-section-3__img-block{
    margin-top: 2em;
  }
  .primenenie-section-4__title{
    font-size: 24px;
  }
  .primenenie-section-5__title{
    font-size: 30px;
  }
  .primenenie-section-5__items{
    align-items: center;
    text-align: center;
    margin-top: 2em;
  }
  .primenenie-section-5__items::after{
    display: none;
  }
  .primenenie-section-5__item{
    width: 50%;
  }
  .primenenie-section-5__item_img{
    width: 150px;
  }
  .primenenie-section-6__title{
    font-size: 30px;
  }
  .primenenie-section-7__title{
    font-size: 24px;
  }
  .primenenie-section-7 .articles-item span{
    font-size: 16px;
  }
  .primenenie-section-7__source_title{
    font-size: 14px;
  }
  .primenenie-section-7__source_link{
    font-size: 10px;
    overflow-wrap: normal;
    word-wrap: break-word;;
    word-break: normal;
    line-break: auto; 
    hyphens: manual;
  }
  
  .block1__row{
    flex-direction: column-reverse;
  }
  .block1__col-rightside{
    position: initial;
  }
  .block1__promo_container{
    position: absolute;
    top: 23%;
  }
  .block1__promo{
    width: 216px;
    height: 189px;
  }
  .block1__promo_text-1{
    font-size: 20px;
  }
  .block1__promo_text-2{
    font-size: 18px;
  }
  .block1__promo_text-3{
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .primenenie-section-1{
    display: flex;
    flex-direction: column-reverse;
  }
  .primenenie__header{
    flex-direction: column;
    width: calc(100% - 40px);
    margin: 1em auto;
  }
  a.primenenie__header__link-big{
    font-size: 16px;
  }
  a.primenenie__header__link,
  a.primenenie__header__link:hover{
    line-height: 1.33;
    color: #1bc7e0;
  }
  a.primenenie__header__link:after,
  a.primenenie__header__link:hover:after{
    background: #1bc7e0;
  }
  a.primenenie__header__link-white,
  a.primenenie__header__link-white:hover{
    color: #fff;
  }
  a.primenenie__header__link-white:after,
  a.primenenie__header__link-white:hover:after{
    background: #fff;
  }
  .primenenie-section-5__item_img{
    width: 120px;
  }
}

@media (max-width: 400px) {
  
  .block1__promo{
    width: 188px;
    height: 165px;
  }
  .block1__promo_text-1{
    font-size: 18px;
  }
  .block1__promo_text-2{
    font-size: 16px;
  }
  .block1__promo_text-3{
    font-size: 14px;
  }
}

@media (max-width: 992px){

    .section1 .fp-tableCell{
        display: flex;
        flex-direction: column-reverse;
    }
    .block1__video{
        position: relative;
        left: inherit;
        transform: translateX(0);
        width: 100%;
        height: auto;
        overflow: hidden;
        display: none;
    }
    .block1__video video{
        transform: scale(1.07);
    }
    .flacon10 {
        /* padding-bottom: 100px; */
    }
}

@media (min-width: 991px){
  .home__screen-1__title{
    transform: translateY(1.2em);
    max-width: 2.5em;
  }
  .home__screen-1__img{
    transform: translateX(30%);
  }
}
@media (min-width: 1140px){
  .home__screen-1__title{
    max-width: 2.66em;
	  color: #000;
  }
}
.apteki__row{
  margin-top: 50px;
}
/* uteka */

.uteka-widget {
  /* Минимально поддерживаемые размеры виджета: 320x520. */
  width: 90%;
  height: 80vh;
  outline: 1px solid #e0e0e0;
}

@media (max-width: 768px){
  
  .uteka-widget {
    /* Минимально поддерживаемые размеры виджета: 320x520. */
    width: 100%;
    height: 75vh;
    min-height: 520px;
  }
}
  
  .uteka-widget iframe {
    border: none;
    width: 100%;
    height: calc(100% - 57px);
  }
  
  .uteka-widget__container {
    margin: 0 auto;
    padding: 0 16px;
  }
  
  @media (min-width: 600px) {
    .uteka-widget__container {
      padding: 0 20px;
    }
  }
  
  @media (min-width: 768px) {
    .uteka-widget__container {
      padding: 0 40px;
    }
  }
  
  @media (min-width: 1024px) {
    .uteka-widget__container {
      padding: 0 44px;
    }
  }
  
  @media (min-width: 1440px) {
    .uteka-widget__container {
      padding: 0 60px;
      max-width: 1440px;
    }
  }
  
  .uteka-widget-header {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
  }
  
  .uteka-widget-header__inner {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 56px;
  }
  
  .uteka-widget-header__title {
    background: url('https://widget.uteka.ru/static/img/widgets/title_2@mobile.svg') no-repeat;
    background-position: center;
    width: 230px;
    height: 24px;
  }
  
  .uteka-widget-header__logo {
    height: 16px;
  }
  
  .uteka-widget-header__logo img {
    height: 100%;
  }
  
  .uteka-widget-header__close {
    position: absolute;
    top: 0;
    right: -8px;
    bottom: 0;
    z-index: 5;
    margin: auto;
    width: 32px;
    height: 32px;
    background: url('https://widget.uteka.ru/static/img/widgets/close_2.svg') no-repeat center;
  }
  
  @media (min-width: 1024px) {
    .uteka-widget-header__inner {
      flex-direction: row;
    }
  
    .uteka-widget-header__title {
      background-image: url('https://widget.uteka.ru/static/img/widgets/title_2.svg');
      width: 264px;
      height: 24px;
    }
  
    .uteka-widget-header__logo {
      position: absolute;
      left: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      height: 32px;
    }
  }
/* uteka */

.article{
  background: url(../img/about-back.png) no-repeat center top;
  background-size: auto !important;
  margin-top: -40px;
  padding-top: 80px;
}

.article__fast_links{
  margin-top: 240px;
}

.article__section{
  padding: 40px 0;
}

.article__section-grey{
  background: #f6f6f6;
}

.article__section-oki{
  background: url(../img/faringit-back-2.png) no-repeat center top;
  background-size: cover;
  padding: 40px 0;
}

.article__section-literature .container{
  padding: 0 15px;
}

.article__title{
  font-size: 3.5em;
}

.article__row{
  display: flex;
  flex-direction: row;
  margin: 0 -20px;
}
.article__column{
  width: 50%;
  padding: 0 20px;
}

@media (max-width: 992px) {
  
  .article__row{
    flex-direction: column;
  }
  .article__column{
    width: 100%;
  }

  .article__fast_links{
    margin: 30px 0;
    background: #fff;
    border: 1px solid #1bc7e0;
    padding: 20px;
  }
}

.yt-lazyload-wrap {
	display: none;
}
.yt-lazyload-wrap:before {
    display: none !important;
}
.yt-lazyload {
	display: none;
}
.fp-tableCell {
    height: 300px !important;
}
.fp-section.fp-table {
    height: 202px !important;
}
.cookie-banner {
  display: none;
  position: fixed;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 90%;
  width: 570px;
  background: #47a3a8;
  color: #fff;
  border-radius: 12px;
  padding: 20px 30px;
  z-index: 9999;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.cookie-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.cookie-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  flex: 1;
}
.cookie-content a {
	color: #afe9ff;
}
.cookie-btn {
  background: #fff;
  color: #4e2a5d;
  border: none;
  border-radius: 14px;
  padding: 10px 25px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
}
.cookie-btn:hover {
  background: #f2f2f2;
}
.fixed_panel {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9;
    color: #647865;
    font-size: 24px;
    line-height: 0.95;
    font-weight: 400;
    background-color: #f3f3f3;
    text-align: center;
    padding: 8px 80px;
    text-transform: uppercase;
	z-index: 100;
}
.f_close {
    position: absolute;
    right: 20px;
    top: 2px;
    width: 50px;
    cursor: pointer;
}
@media (max-width: 767px) {
	.fixed_panel {
        font-size: 14px;
        padding: 15px 50px 15px 0px;
    }
	.f_close {
		width: 32px;
        top: 30%;
	}
}