

/* Start:/local/templates/abbot_irs/css/fonts.min.css?16861426672978*/
@font-face{font-family:'Calibri';src:url("/local/templates/abbot_irs/css/../fonts/Calibri/Calibri-LightItalic.eot");src:local("Calibri Light Italic"),local("Calibri-LightItalic"),url("/local/templates/abbot_irs/css/../fonts/Calibri/Calibri-LightItalic.eot?#iefix") format("embedded-opentype"),url("/local/templates/abbot_irs/css/../fonts/Calibri/Calibri-LightItalic.woff2") format("woff2"),url("/local/templates/abbot_irs/css/../fonts/Calibri/Calibri-LightItalic.woff") format("woff"),url("/local/templates/abbot_irs/css/../fonts/Calibri/Calibri-LightItalic.ttf") format("truetype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:'Calibri';src:url("/local/templates/abbot_irs/css/../fonts/Calibri/Calibri-Italic.eot");src:local("Calibri Italic"),local("Calibri-Italic"),url("/local/templates/abbot_irs/css/../fonts/Calibri/Calibri-Italic.eot?#iefix") format("embedded-opentype"),url("/local/templates/abbot_irs/css/../fonts/Calibri/Calibri-Italic.woff2") format("woff2"),url("/local/templates/abbot_irs/css/../fonts/Calibri/Calibri-Italic.woff") format("woff"),url("/local/templates/abbot_irs/css/../fonts/Calibri/Calibri-Italic.ttf") format("truetype");font-weight:normal;font-style:italic;font-display:swap}@font-face{font-family:'Calibri';src:url("/local/templates/abbot_irs/css/../fonts/Calibri/Calibri-Light.eot");src:local("Calibri Light"),local("Calibri-Light"),url("/local/templates/abbot_irs/css/../fonts/Calibri/Calibri-Light.eot?#iefix") format("embedded-opentype"),url("/local/templates/abbot_irs/css/../fonts/Calibri/Calibri-Light.woff2") format("woff2"),url("/local/templates/abbot_irs/css/../fonts/Calibri/Calibri-Light.woff") format("woff"),url("/local/templates/abbot_irs/css/../fonts/Calibri/Calibri-Light.ttf") format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:'Calibri';src:url("/local/templates/abbot_irs/css/../fonts/Calibri/Calibri-Bold.eot");src:local("Calibri Bold"),local("Calibri-Bold"),url("/local/templates/abbot_irs/css/../fonts/Calibri/Calibri-Bold.eot?#iefix") format("embedded-opentype"),url("/local/templates/abbot_irs/css/../fonts/Calibri/Calibri-Bold.woff2") format("woff2"),url("/local/templates/abbot_irs/css/../fonts/Calibri/Calibri-Bold.woff") format("woff"),url("/local/templates/abbot_irs/css/../fonts/Calibri/Calibri-Bold.ttf") format("truetype");font-weight:bold;font-style:normal;font-display:swap}@font-face{font-family:'Calibri';src:url("/local/templates/abbot_irs/css/../fonts/Calibri/Calibri.eot");src:local("Calibri"),url("/local/templates/abbot_irs/css/../fonts/Calibri/Calibri.eot?#iefix") format("embedded-opentype"),url("/local/templates/abbot_irs/css/../fonts/Calibri/Calibri.woff2") format("woff2"),url("/local/templates/abbot_irs/css/../fonts/Calibri/Calibri.woff") format("woff"),url("/local/templates/abbot_irs/css/../fonts/Calibri/Calibri.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:'Calibri';src:url("/local/templates/abbot_irs/css/../fonts/Calibri/Calibri-BoldItalic.eot");src:local("Calibri Bold Italic"),local("Calibri-BoldItalic"),url("/local/templates/abbot_irs/css/../fonts/Calibri/Calibri-BoldItalic.eot?#iefix") format("embedded-opentype"),url("/local/templates/abbot_irs/css/../fonts/Calibri/Calibri-BoldItalic.woff2") format("woff2"),url("/local/templates/abbot_irs/css/../fonts/Calibri/Calibri-BoldItalic.woff") format("woff"),url("/local/templates/abbot_irs/css/../fonts/Calibri/Calibri-BoldItalic.ttf") format("truetype");font-weight:bold;font-style:italic;font-display:swap}@font-face{font-family:'Georgia';src:url("/local/templates/abbot_irs/css/../fonts/Georgia/Georgia.eot");src:local("Georgia"),url("/local/templates/abbot_irs/css/../fonts/Georgia/Georgia.eot?#iefix") format("embedded-opentype"),url("/local/templates/abbot_irs/css/../fonts/Georgia/Georgia.woff") format("woff"),url("/local/templates/abbot_irs/css/../fonts/Georgia/Georgia.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}

/* End */


/* Start:/local/templates/abbot_irs/css/slider.css?16904167782464*/
/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 1px solid #003e78;
  outline: none;
  background: transparent;
  border-radius: 50%;
}

.slick-dots li.slick-active button{
  background-color: #003e78;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.bSLink ul.slick-dots li { 
	width: 10px; height: 10px; 
}


@media (max-width: 1024px) {
    .bSection .bSLink .eSLink_link:nth-last-child(-n+2) { display: none; }
}
/* End */


/* Start:/local/templates/abbot_irs/css/template.css?175487194054631*/
*, :after, :before {
  box-sizing: border-box;
}

.bBtn, .bContent, .bWrap, sub, sup {
  position: relative
}

button, hr, input {
  overflow: visible
}

audio, canvas, progress, video {
  display: inline-block
}

a, abbr[title] {
  text-decoration: underline
}

progress, sub, sup {
  vertical-align: baseline
}

body {
  margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: currentColor
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted
}

[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

.bBtn {
  color: #fff
}

.bBtn, .bBtn:hover, .content-body a, .eFooter_nav a, .mSection_6 .eSLink_link, a:focus {
  text-decoration: none
}

b, strong {
  font-weight: bolder
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0
}

sub {
  bottom: -.25em
}

audio:not([controls]) {
  display: none;
  height: 0
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button, select {
  text-transform: none
}

 .number{ text-align: right;}
.author_bock_preview_text{ padding-left: 50%;}
.author_block {  width: 1260px;margin: 0 auto;margin-top: 30px;}
.author_block_img{ float: left;;padding-right: 20px; width: 50%;}
@media (max-width: 1260px) {
  .number{ text-align: left;}
  .author_block{ width: auto; padding-right: 15px; padding-left: 15px;}
  .author_block_img{padding-bottom: 15px;}}

@media (max-width: 600px)
{ .author_bock_preview_text {padding: 0;}
  .author_block_img{ width: 100%;}
}

.bBtn, .eFooter_warn {
  text-transform: uppercase
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring {
  outline: 1px dotted ButtonText
}

[type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}

textarea {
  overflow: auto;
  height: auto;
  min-height: 50px
}

.bRVideo, html.mOfHidden {
  overflow: hidden
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

.antialiased, html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

h3, h4 {
  line-height: 1.2
}

summary {
  display: list-item
}

[hidden], template {
  display: none
}

.bBtn {
  font-family: Calibri, sans-serif
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1
}

body {
  font-family: Calibri,sans-serif;
  font-size: 16px
}

a:hover {
  cursor: pointer
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  height: auto
}

#map_canvas embed, #map_canvas img, #map_canvas object, .map_canvas embed, .map_canvas img, .map_canvas object, .mqa-display embed, .mqa-display img, .mqa-display object {
  max-width: none !important
}

.left {
  float: left !important
}

.right {
  float: right !important
}

.clearfix:after, .clearfix:before {
  content: " ";
  display: table
}

.hide {
  display: none
}

.row .row.collapse:after,
.row .row.collapse:before,
.row .row:after,
.row .row:before,
.row:after, .row:before {
  content: " ";
  display: table
}

.invisible {
  visibility: hidden
}

.row {
  margin: 0 auto;
  max-width: 100%
}

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0
}

.row .row {
  margin: 0 -.9375rem;
  max-width: none;
  width: auto
}

.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto
}

img {
  display: inline-block;
  vertical-align: top;
  border: 0
}

.bImgIB, img {
  max-width: 100%
}

.bBtn {
  display: inline-block;
  vertical-align: top;
  border: 0
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent
}

input[type=number] {
  -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none
}

body {
  background: #fff;
  color: #003e78;
  font-size: 1rem
}

::-moz-selection {
  background: #000;
  color: #fff
}

::selection {
  background: #000;
  color: #fff
}

a:active, a:hover, a[href*="tel:"], a[href*="tel:"]:active, a[href*="tel:"]:hover {
  text-decoration: none;
  color: currentColor
}

.bBtn {
  margin-top: 0;
  font-weight: 400
}

.bBtn:hover {
  color: #fff
}

a:focus {
  outline: 0
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: 400
}

h1, h2, h3 {
  font-size: 2.25rem;
  margin: 0 0 1.625rem
}

.bBtn, h4 {
  font-weight: 700
}

h1, h2 {
  line-height: 1
}

h4 {
  font-size: 21px;
  font-style: italic;
  margin: 0 0 26px
}

ol, ul {
  padding: 0;
  list-style: none
}

ol {
  counter-reset: a
}

ol li:before {
  counter-increment: a;
  content: counter(a) ". "
}

hr {
  margin: 0 0 25px
}

sup {
  top: -.5em;
  font-size: 61%
}

.clearfix::after,
.eFooter_inner::after,
.eSection_row::after,
.row .row.collapse::after,
.row .row::after,
.row::after {
  clear: both;
}

#superContainer {
  position: relative
}

[type=checkbox], [type=radio], legend {
  padding: 0
}

:focus {
  outline: 0
}

.eSection_row:after, .eSection_row:before, .tel-mob:before {
  content: ""
}

.bTopBanner {
  background: no-repeat 50%;
  background-size: cover;
  min-height: 31.25rem;
  position: relative;
  width: 100%
}

.bTopBanner:before {
  content: "";
  background: linear-gradient(0deg, #000, transparent);
  display: block;
  height: 100%;
  left: 0;
  opacity: .7;
  position: absolute;
  top: 0;
  width: 100%
}

.bTopBanner.is-bright:before {
  display: none;
}

.bTopBannerTitle {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  padding: 25rem 0 4.375rem
}

.bContent {
  min-width: 20rem;
  z-index: 1;
  margin-top: 118px;
}

.bWrap {
  margin: 0 auto;
  max-width: 73.75rem
}

.bBtn {
  -o-transition: all .4s ease;
  -webkit-box-shadow: none;
  -webkit-transition: all .4s ease;
  background: #003e78;
  border-radius: 3.25rem;
  box-shadow: none;
  cursor: pointer;
  font-size: .875rem;
  height: 3.25rem;
  line-height: 3.375rem;
  outline: 0;
  padding: 0 2.5rem;
  text-align: center;
  transition: all .4s ease;
  white-space: nowrap
}

.bBtn:hover {
  background: #e9be00;
  text-shadow: 0 0 .625rem rgba(0, 0, 0, .1)
}

.bBtnw {
  background-color: #fff;
  color: #000;
}

.bBtnw:hover {
  background: #fcbb00;
  color: #000;
}

.bBtny {
  background-color: #fcbb00;
  color: #001840;
}

.bBtny:hover {
  background: #003e78;
  color: #fff
}

.bBtn.mBtnBlock {
  display: block;
  width: 100%
}

.bBtn.mSmall {
  border-width: .0625rem;
  font-family: 'Calibri', sans-serif;
  font-size: 1.0625rem;
  height: 1.875rem;
  line-height: 1.75rem;
  padding: 0 .3125rem
}

.bFooter, .bHSearch input, .eFooter_nav a {
  font-family: Calibri, sans-serif
}

.mWithIco {
  padding-left: 1.9375rem;
  padding-right: 5.4375rem
}

.mRightArrow .eBtn_ico {
  -webkit-transform: translateY(-50%);
  background: url(/local/templates/abbot_irs/css/../img/ico/right-arrow.png) 50% no-repeat;
  height: .875rem;
  right: 1.8125rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.125rem
}

.eBtn_ico {
  display: block;
  position: absolute
}

.bImgIB {
  display: inline-block
}

.bHSearch input, .bImgB {
  display: block;
  height: auto;
  width: 100%
}

.bRVideo {
  height: 0;
  position: relative
}

.bRVideo.m3n4 {
  padding-bottom: 67.5%
}

.bRVideo.m16n9 {
  padding-bottom: 56.25%
}

.bRVideo embed, .bRVideo iframe, .bRVideo object, .bRVideo video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.p0 {
  padding: 0
}

.m0 {
  margin: 0
}

.mb30 {
  margin-bottom: 1.875rem
}

.mb50 {
  margin-bottom: 3.125rem
}

.column, .columns {
  position: relative;
  padding-left: .9375rem;
  padding-right: .9375rem;
  width: 100%;
  float: left
}

.column + .column:last-child, .column + .columns:last-child, .columns + .column:last-child, .columns + .columns:last-child {
  float: right
}

.column + .column.end, .column + .columns.end, .columns + .column.end, .columns + .columns.end {
  float: left
}

.column-auto {
  width: auto;
}

.small-4 {
  width: 33.33333%
}

.small-6 {
  width: 50%
}

@media only screen and (min-width: 48em) {
  .medium-4 {
    width: 33.33333%
  }
}

.flex-video {
  height: 0;
  margin-bottom: .88889rem;
  overflow: hidden;
  padding-bottom: 55.5%;
  padding-top: 1.38889rem;
  position: relative
}

.flex-video embed, .flex-video iframe, .flex-video object, .flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0
}

.bHSearch {
  float: right;
  height: 1.5rem;
  margin-top: .25rem;
  position: relative;
  width: 13.75rem;
  display: inline-flex;
}

.bHSearch img {
  position: relative;
  top: -5%;
  width: 33px;
  height: 33px;
  margin-right: 10px;
}

.bHSearch input {
  -webkit-box-shadow: none;
  background: #e6ebf1;
  border: 0;
  border-radius: 2.25rem;
  box-shadow: none;
  color: #4a6689;
  font-size: .75rem;
  font-weight: 400;
  height: 2.125rem;
  line-height: normal;
  opacity: .6;
  outline: 0;
  padding: 0 2.5rem 0 1.375rem
}

.bHSearch input::-moz-placeholder {
  color: #4a6689;
  opacity: 1
}

.bHSearch input:-ms-input-placeholder {
  color: #4a6689
}

.bHSearch input::-webkit-input-placeholder {
  color: #4a6689;
  opacity: 1
}
.bHSearch button {
  -webkit-box-shadow: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: block;
  font-size: 0;
  height: 100%;
  outline: 0;
  position: absolute;
  right: .625rem;
  top: 0;
  width: 1.25rem;
  background-image: url(/local/templates/abbot_irs/css/../img/ico/search.png);
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.sandwich, .tel-mob {
  display: none;
  position: absolute
}

.sw-bottom, .sw-topper {
  -o-transition: transform .5s, top .2s;
  -webkit-transition: top .2s, -webkit-transform .5s;
  border: 0;
  transition: transform .5s, top .2s
}
.tel-mob {

  height: 2.3125rem;
  right: 8.125rem;
  top: .9375rem;
  width: 2.1875rem;
  z-index: 8
}
.tel-mob:before {
  background: #ccd8e4;
  height: 2.5rem;
  position: absolute;
  right: -1.5625rem;
  top: 0;
  width: .0625rem
}

.sandwich {
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0
}

.sw-bottom, .sw-footer, .sw-topper {
  background: #003e78;
  height: .25rem;
  left: 0;
  position: relative;
  width: 3.5rem
}

.sw-topper {
  border-radius: .25rem;
  top: .75rem
}

.sw-bottom, .sw-footer {
  -o-transition-delay: .2s, 0s;
  -webkit-transition-delay: .2s, 0s;
  border-radius: .25rem;
  top: 1.0625rem;
  transition-delay: .2s, 0s
}

.sw-footer {
  -o-transition: all .5s;
  -o-transition-delay: .1s;
  -webkit-transition: all .5s;
  -webkit-transition-delay: .1s;
  border: 0;
  top: 1.5rem;
  transition: all .5s;
  transition-delay: .1s
}

.sandwich.active .sw-topper {
  -ms-transform: rotate(140deg);
  -webkit-transform: rotate(140deg);
  top: 1rem;
  transform: rotate(140deg)
}

.sandwich.active .sw-bottom {
  -ms-transform: rotate(-140deg);
  -webkit-transform: rotate(-140deg);
  top: .75rem;
  transform: rotate(-140deg)
}

.sandwich.active .sw-footer {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  opacity: 0;
  top: 0;
  transform: rotate(180deg)
}

.bSLogo {
  display: block;
  position: absolute;
  right: 1.25rem;
  z-index: 7
}

.bSLogo img {
  height: auto;
  width: 6.25rem
}

.eFooter_copy, .eFooter_id {
  color: #909090;
  font-size: .875rem
}

.bFooter {
  background: #fff;
  font-weight: 400;
  padding-top: 53px
}

.bFooter .bWrap {
  max-width: 85rem
}

.eFooter_inner {
  margin-bottom: .75rem
}

.eFooter_inner:after,
.eFooter_inner:before {
  content: "";
  display: table
}

.eFooter_inner:after {
  clear: both;
}

.eFooter_logo {
  float: left;
  margin-top: .125rem;
  width: 20.6%
}

.bFLogo {
  display: block
}

.bFLogo img {
  height: 1.875rem;
  width: auto
}

.eFooter_nav {
  float: left;
  padding-top: 0;
  width: 58.8%
}

.eFooter_nav a {
  font-size: .875rem
}

.eFooter_nav ul {
  margin: 0;
  padding: 0
}

.eFooter_nav ul li {
  float: left;
  margin-bottom: 1.5625rem;
  width: 33.3333%
}

.eFooter_id {
  float: left;
  font-family: Calibri, sans-serif;
  line-height: normal;
  text-align: right;
  width: 20.6%
}

.eFooter_copy {
  padding: 1rem 0 3.25rem 20.6%
}

.eFooter_warn {
  -webkit-box-shadow: .0625rem -.25rem .625rem 0 rgba(0, 0, 0, .1);
  background-color: #fff;
  box-shadow: .0625rem -.25rem .625rem 0 rgba(0, 0, 0, .1);
  color: rgba(0, 62, 120, .3);
  font-family: 'Calibri', sans-serif;
  font-size: 0;
  font-weight: 400;
  margin: 0;
  padding: .75rem 0;
  text-align: center
}
.eFooter_warnImg {
  background: url(/local/templates/abbot_irs/css/../img/ico/not_text.svg) 50% no-repeat;
  background-size: contain;
  padding-bottom: 5.9%
}
.bFooterAccept_show_text {
  display:none;
  text-decoration: underline;
  font-size: 0.75rem;
  cursor: pointer;
}
.upLink {
  background-size: contain;
  cursor: pointer;
  display: none;
  height: 3.3125rem;
  left: 0;
  margin-top: -1.625rem;
  position: absolute;
  top: 35%;
  width: 3.3125rem;
  z-index: 2
}
.bSection {
  overflow: hidden;
  position: relative
}

.eSection_row:after, .eSection_row:before {
  display: table
}

.eSection_col {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem
}

.bBottle.isHidden {
  -o-transition: 0s;
  -webkit-transition: 0s;
  opacity: 0;
  transition: 0s
}

.mSection_6 .eSLink_title:before {
  content: ""
}

.mSection_7 p {
  font-size: .875rem
}

.mSection_6 .eSLink_title {
  font-family: 'Calibri-Irs', sans-serif
}

.mSection_7 .eSAcc_title {
  font-family: 'Calibri-Irs', sans-serif
}

.mSection_6 .bSLink {
  overflow: hidden
}

.mSection_6 .eSLink_link {
  float: left;
  height: 18.75rem;
  overflow: hidden;
  position: relative;
  width: 25%
}

.mSection_6 .eSLink_link:before {
  opacity: .8
}

.mSection_6 .eSLink_link:hover .eSLink_title:before {
  height: 100%
}

.mSection_6 .eSLink_img {
  background-position: 50%;
  background-size: cover;
  height: 100%;
  position: relative
}

.mSection_6 .eSLink_title {
  bottom: 0;
  color: #fff;
  font-size: 1.75rem;
  left: 0;
  padding: 1.25rem 1.875rem;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
  z-index: 2
}

.mSection_6 .eSLink_title:before {
  -o-transition: .3s;
  -webkit-transition: .3s;
  background: rgba(0, 0, 0, .4);
  bottom: 0;
  display: block;
  height: 700%;
  left: 0;
  position: absolute;
  transition: .3s;
  width: 100%;
  z-index: -1
}

.mSection_7 {
  background: #e6ebf1;
  color: #4a6689
}

.mSection_7 .bWrap {
  max-width: 85rem;
  padding: 0 .9375rem
}

.mSection_7 .bSAcc {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem
}

.mSection_7 .eSAcc_title {
  color: #a7b6c7;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin: 0 0 1.4375rem
}

.mSection_7 p {
  color: #a7b6c7;
  line-height: 1.25rem;
  margin: 0 0 2.1875rem
}

.mSection_7 p:last-child {
  margin-bottom: 0
}

.eSAcc_body {
  font-family: Calibri, sans-serif
}
body:after {
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
}
.litres-title {
  font-family: 'Calibri-Irs', sans-serif;
  font-weight: 400
}

.litres-wrap {
  background: #e5ebf1;
  padding: 1.5625rem 0;
  margin-top: 0;
  box-shadow: 1px -4px 10px 0 rgba(0, 0, 0, .1);
}

.litres-wrap .bWrap {
  max-width: 76.875rem
}

.litres-title {
  color: #4a6689;
  font-size: 1.4375rem;
  opacity: .5;
  text-align: center
}

.litres-list-wrap .bSAcc h2 {
  font-family: 'Calibri', sans-serif;
  font-weight: 400
}

.litres-list-wrap .bSAcc h2 {
  font-size: 1.75rem;
  text-transform: uppercase
}

.accept-footer-text {
  margin-top: -20px;
  padding-bottom: 30px;
}

.not-float {
  float: none;
}

.mw-100 {
  max-width: 100%;
}

.pt-20 {
  padding-top: 20px;
}

.pl-15 {
  padding-left: 15px;
}

.text-center {
  text-align: center
}

.eNav_item_svg {
  width: 26px;
  height: 26px;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}

@media (min-width: 1025px) {
  .bHSearch button {
    top: 21%
  }

  .bHeader {
    background-color: #fff;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 6;
  }

  .bSLogo, .eNav_link {
    position: relative
  }

  .bLogo, .bSLogo {
    display: block;
    z-index: 7
  }

  .eHeader_inner {
    background: #fff;
    padding: .55rem 0
  }

  .bHSearch {
    margin-top: .75rem;
    width: 11.625rem
  }

  .bLogo {
    max-width: 6.875rem
  }

  .bLogo img {
    height: auto;
    margin: .625rem 0;
    width: 6.875rem
  }

  .bSLogo {
    float: right;
    margin-left: 1.875rem;
    margin-top: 1.1875rem
  }

  .bSLogo img {
    width: 5.1875rem
  }

  .bNavWrap {
    background: #003e78
  }

  .eNavWrap_inner {
    margin: 0 auto;
    max-width: 84.875rem
  }

  .bNav {
    display: table;
    margin: 0;
    width: 100%
  }

  .bNav:after, .bNav:before {
    content: "";
    display: table
  }

  .bNav:after {
    clear: both
  }

  .eNav_item {
    display: table-cell;
    padding: 0;
    text-align: center
  }

  .eNav_item:first-child {
    display: none
  }

  .eNav_item:hover .eNav_sub, .eNav_link {
    display: block
  }

  .eNav_item:hover {
    background-color: #fff;
    color: #003e78
  }

  .eNav_buy_item:hover {
    background-color: #e9be00;
  }

  .eNav_buy_item:hover .eNav_item_svg{
    color: #003e78
  }

  .eNav_item:hover .eNav_link {
    color: #003e78
  }

  .eNav_link, .eNav_link:hover {
    color: #fff;
    text-decoration: none
  }

  .eNav_item_svg {
    color: #e8bb00;
  }

  .eNav_link {
    -o-transition: .3s;
    -webkit-transition: .3s;
    background-color: transparent;
    border: 0;
    border-bottom: .0625rem solid transparent;
    cursor: pointer;
    font-family: Calibri, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    height: 3rem;
    line-height: 3rem;
    padding: .125rem .625rem;
    text-transform: uppercase;
    transition: .3s;
  }

  .eNav_sub {
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    background: #fff;
    display: none;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 100%;
    transform: translate(-50%);
    width: 100%;
    z-index: 1;
    box-shadow: 1px 4px 10px 0 rgba(0, 0, 0, .1);
  }


  .eNav_sub:after, .eNav_sub:before {
    content: "";
    display: block;
    position: absolute;
    top: 0
  }

  .eNav_sub:before {
    background: #fff;
    height: 100%;
    left: 0;
    width: 100%
  }

  .eNav_sub:after {
    height: 8vw;
    left: 0;
    width: 100%;
    z-index: 4
  }

  .eNav_sub .eNav_item, .eNav_sub .eNav_link {
    display: inline-block
  }

  .eNav_sub .eNav_item {
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 5
  }

  .eNav_sub .eNav_link:hover {
    background: #e8bb00;
    color: #003e78
  }

  .eSection_inner {
    position: relative;
    height: 100%;
    width: 100%
  }

  .eSection_inner {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

}

@media (min-width: 1366px) {
  .mSection_6 .eSLink_link {
    height: 19.375rem
  }
}

@media (min-width: 1440px) {
  .eNav_link {
    font-size: .9125rem
  }
}

@media (max-width: 1680px) {
  .bWrap {
    max-width: 1110px
  }
}

@media (max-width: 1440px) {
  .bWrap {
    max-width: 1040px
  }
}

@media (max-width: 1360px) {
  .bWrap {
    max-width: 950px
  }
}

@media (max-width: 1280px) {
  .bWrap {
    max-width: 882px
  }
}

@media (max-width: 1024px) {
  .bWrap {
    padding: 0 1.25rem
  }

  .bSLogo {
    top: .8125rem
  }

  .bSLogo img {
    width: 4.375rem
  }

  .bHeader, .bHeader:after {
    background-color: #fff;
    left: 0;
    top: 0
  }

  .bContent {
    margin-top: 44px;
  }

  .bHSearch form {
    position: relative
  }

  .bHSearch, .bNavWrap {
    will-change: transform
  }

  .eNav_link, .eNav_link:hover {
    color: #fff;
    text-decoration: none
  }

  .bHeader:after, .bNav:after, .bNav:before, .bNavBtn:after, .eNav_sub:after {
    content: ""
  }

  .bHeader {
    height: 2.8125rem;
    position: fixed;
    width: 100%;
    z-index: 7
  }

  .bHeader:after, .bLogo, .bNavBtn:after {
    display: block;
    position: absolute
  }

  .bHeader:after {
    bottom: 0;
    right: 0
  }

  .bLogo {
    height: 2.5rem;
    position: relative;
    width: 4.6875rem;
    z-index: 7
  }

  .bLogo img {
    height: auto;
    margin-top: .6875rem;
    width: 4.75rem
  }

  .bSearchBtn {

    cursor: pointer;
    height: 2.8125rem;
    left: 6.875rem;
    position: absolute;
    top: 0;
    width: 1.5rem;
    z-index: 8
  }
  .bHSearch {
    -ms-transform: translateX(-100vw);
    -o-transition: transform .4s;
    -webkit-transform: translateX(-100vw);
    -webkit-transition: -webkit-transform .4s;
    background: hsla(0, 0%, 100%, .8);
    float: none;
    height: auto;
    left: 0;
    margin: 0;
    padding: .6875rem 1.25rem;
    position: absolute;
    top: 100%;
    transform: translateX(-100vw);
    transition: transform .4s;
    width: 100%
  }

  .bHSearch input {
    background: #fff
  }

  .mSearchIsVisible .bHSearch {
    transform: translateX(0)
  }

  .bNavBtn {
    cursor: pointer;
    height: 2.25rem;
    left: 2.4375rem;
    position: absolute;
    top: .9375rem;
    width: 3.5rem;
    z-index: 8
  }

  .bNavBtn:after {
    background-color: #e2e5e7;
    height: 60%;
    right: 3%;
    top: -5%;
    width: .0625rem
  }

  .bNavWrap {
    -ms-transform: translateY(-200%);
    -o-transition: transform .6s;
    -webkit-transform: translateY(-200%);
    -webkit-transition: -webkit-transform .6s;
    background: #003e78;
    left: 0;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    padding-top: 2.8125rem;
    max-height: 100vh;
    max-height: -webkit-fill-available;
    transform: translateY(-200%);
    transition: transform .6s
  }

  .bNav {
    margin: 0
  }

  .bNav:after, .bNav:before {
    display: table
  }

  .bNav:after {
    clear: both
  }

  .eNav_item {
    padding: 0;
    position: relative
  }

  .eNav_link {
    -o-transition: .3s;
    -webkit-transition: .3s;
    background-color: transparent;
    border: 0;
    border-bottom: .0625rem solid transparent;
    cursor: pointer;
    display: block;
    font-family: Calibri,sans-serif;
    font-size: .8125rem;
    font-weight: 700;
    height: 3rem;
    line-height: 3rem;
    padding: .125rem 1.125rem;
    position: relative;
    text-transform: uppercase;
    transition: .3s
  }

  .eNav_buy_item > .eNav_link{
    background-color: #e8bb00;
    color: #003e78;
  }

  .eNav_sub {
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    background: #e8bb00;
    left: 50%;
    padding-bottom: .625rem;
    position: absolute;
    top: 100%;
    transform: translate(-50%);
    z-index: 1
  }

  .eNav_sub:after {
    border-bottom: .0625rem solid #efd04d;
    display: block;
    left: 1.4375rem;
    margin: 0;
    position: absolute;
    right: 1.6875rem;
    top: 0
  }

  .eNav_sub .eNav_item {
    left: 0;
    margin: 0;
    padding: 0 1.5625rem;
    width: 100%
  }

  .eNav_sub .eNav_item:first-child {
    margin-top: .625rem
  }

  .eNav_sub .eNav_item:last-child {
    float: left
  }

  .eNav_sub .eNav_link {
    display: inline-block
  }

  .eNav_sub .eNav_link:hover {
    color: #003e78
  }

  .mNavIsVisible .bNavWrap {
    transform: translate(0)
  }

  .sandwich {
    display: block;
    left: .5rem;
    top: -.125rem
  }

  .sw-bottom, .sw-footer, .sw-topper {
    height: .1875rem;
    width: 1.75rem
  }

  .sw-footer {
    top: .8125rem
  }

  .sw-bottom {
    top: .4375rem
  }

  .sw-topper {
    top: 0
  }

  .bLogo {
    height: 2.8125rem;
    margin: 0 auto;
    width: 4.75rem
  }

  .bFooter {
    padding-top: 2.1875rem
  }

  .eFooter_id, .eFooter_logo {
    float: none;
    width: 100%
  }

  .eFooter_logo {
    text-align: center
  }

  .eFooter_nav {
    display: block;
    margin-top: 1.25rem;
    width: 100%
  }

  .eFooter_nav ul {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column
  }

  .eFooter_nav ul li {
    margin-bottom: 1.375rem;
    text-align: center;
    width: 100%
  }

  .eFooter_nav ul li:first-child {
    -ms-flex-order: 1;
    order: 1
  }

  .eFooter_nav ul li:nth-child(2) {
    -ms-flex-order: 3;
    order: 3
  }

  .eFooter_nav ul li:nth-child(3) {
    -ms-flex-order: 4;
    order: 4
  }

  .eFooter_nav ul li:nth-child(4) {
    -ms-flex-order: 2;
    order: 2
  }

  .eFooter_nav ul li:nth-child(5) {
    -ms-flex-order: 6;
    order: 6
  }

  .eFooter_nav ul li:nth-child(6) {
    -ms-flex-order: 5;
    order: 5
  }

  .eFooter_nav ul li a {
    font-size: 1.625rem
  }

  .upLink {
    display: block
  }

  .bFLogo {
    height: 2.5rem;
    margin: 0;
    width: 10.1875rem
  }

  .eFooter_id {
    font-size: 1.5rem;
    margin-top: 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 1.0625rem
  }

  .eFooter_inner {
    margin-bottom: 2.125rem;
    position: relative
  }

  .eFooter_copy {
    border-top: .0625rem solid #dcdcdc;
    font-size: 1.125rem;
    line-height: 1.3;
    padding: 1.25rem 0 2.3125rem;
    text-align: center
  }

  .eNav_sub, .eNav_sub:after {
    display: none
  }
  .subNav {
    background: url(/local/templates/abbot_irs/css/../img/ico/subNav.png) 50% no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%
  }
  .subBtn {
    -webkit-box-sizing: border-box;
    border: .125rem solid #fff;
    box-sizing: border-box;
    height: 3.375rem;
    padding: .75rem;
    position: absolute;
    right: 2.375rem;
    top: 2.125rem;
    width: 3.375rem;
    z-index: 3
  }

  .eNav_sub {
    background: #fff;
    padding-bottom: 0;
    position: relative
  }

  .eNav_sub .eNav_item {
    border-bottom: .0625rem solid #d8d8d8;
    height: auto;
    padding: 0
  }

  .eNav_sub .eNav_item:last-child {
    border-bottom: none;
    float: none;
    height: auto
  }

  .eNav_sub .eNav_item .eNav_link {
    color: #003e78;
    display: block;
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 7.5rem;
    text-transform: none
  }

  .eNav_link {
    display: inline-block;
    font-size: 1.875rem;
    height: auto;
    line-height: 7.5rem
  }

  .eNav_link:hover {
    color: #fec524
  }

  .eNav_sub .eNav_item:first-child {
    margin-top: 0
  }

  .eNav_sub .eNav_item a {
    font-size: .9125rem;
    font-weight: 700;
    line-height: 1.9375rem;
    padding: .125rem 1.125rem;
    text-transform: uppercase
  }


  .mSearchIsVisible .bHSearch {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  .mNavIsVisible .bNavWrap {
    -webkit-transform: translate(0);
    transform: translate(0)
  }

  .eSection_inner {
    padding: 2.375rem
  }

  .mSection_6 .eSLink_link {
    width: 50%
  }

  .mSection_7 .eSection_inner {
    padding: 0
  }

  .mSection_7 .bSAcc {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }

  .mSection_7 .eSAcc_header {
    padding: 1.4375rem 0;
    position: relative
  }
  .mSection_7 .eSAcc_header:after {

    border: .125rem solid #a7b6c7;
    content: "";
    height: 3.375rem;
    position: absolute;
    right: 0;
    top: .3125rem;
    width: 3.375rem
  }
  .mSection_7 .eSAcc_title {
    margin: 0;
    padding: 0
  }

  .mSection_7 .eSAcc_body {
    display: none
  }

  .mSection_7 p {
    font-size: .75rem
  }

  .litres-title {
    font-size: 1.3125rem
  }

}

@media (max-width: 1023px) {
  .bTopBanner {
    min-height: 0
  }
}

@media (max-width: 768px) {

  .bTopBannerTitle {
    padding: 17.25rem 0 20rem
  }

  .eFooter_warn {
    padding: 1.375rem 0
  }
  .eFooter_warnImg {
    background-image: url(/local/templates/abbot_irs/css/../img/ico/not_text_m.svg);
    padding-bottom: 21.8%
  }
  .mSection_6 .eSLink_link {
    width: 100%
  }
}

@media (max-width: 640px) {
  .eFooter_logo {
    float: left;
    width: 40%
  }

  .bWrap {
    padding: 0 2.5rem
  }

  .bContent {
    overflow: hidden
  }

  .mSection_7 .eSAcc_title {
    font-size: 3rem
  }

  .mSection_7 p {
    font-size: 1.5rem;
    line-height: 1.33
  }

  .litres-title {
    font-size: 1.3125rem
  }

}

@media (max-width: 620px) {

  .mSection_7 .eSAcc_title {
    font-size: 2.375rem
  }

  .mSection_7 p {
    line-height: normal
  }
}

@media (max-width: 540px) {

  .eSection_inner {
    padding: 0 1.25rem
  }

  .litres-title {
    font-size: 1.4375rem
  }

}

@media (max-width: 480px) {
  .bSearchBtn {
    left: 23%
  }

  .tel-mob {
    background-size: contain;
    right: 3.4375rem;
    width: 1.5625rem
  }

  .tel-mob:before {
    right: -.75rem;
    top: -.1875rem
  }

  .bNavBtn {
    left: .625rem
  }

  .eFooter_nav {
    margin-top: 1.875rem
  }

  .eFooter_nav ul li {
    margin-bottom: .5rem
  }

  .eFooter_nav ul li a {
    font-size: .875rem
  }

  .bFLogo {
    background-position: 0;
    background-size: auto 100%;
    display: block;
    float: left;
    height: 1.5rem;
    margin: 0;
    width: 100%
  }

  .bTopBanner {
    min-height: 20.625rem
  }
  .bTopBannerTitleIrs{
    font-size: 1.75rem !important;
  }
  .bTopBannerTitle {
    font-size: 2.25rem;
    padding: 8.375rem 0 7.75rem
  }
  .bTopBannerTitlediff{
    padding: 19.375rem 0 0rem;
  }
  .bFooter {
    padding-top: .75rem
  }

  .eFooter_id {
    font-size: .75rem
  }

  .eFooter_inner {
    margin-bottom: .8125rem
  }

  .eFooter_copy {
    font-size: .75rem;
    padding-bottom: 1rem;
    padding-top: .6875rem
  }

  .eFooter_warn {
    padding: .6875rem 0
  }

  .bFooterAccept_mobile_hidden {
    display: none;
  }

  .bFooterAccept_show_text {
    display: inline;
  }

  .upLink {
    height: 1.625rem;
    margin-top: -.8125rem;
    width: 1.625rem
  }

  .bWrap {
    padding: 0 1.25rem
  }

  .subBtn {
    height: 2.1875rem;
    padding: .3125rem;
    right: .625rem;
    top: .5625rem;
    width: 2.1875rem
  }

  .eNav_link {
    font-size: .875rem;
    line-height: 3.125rem
  }

  .eNav_sub .eNav_item {
    height: 3.75rem;
    padding: 0
  }

  .eNav_sub .eNav_item .eNav_link {
    font-size: .875rem;
    font-weight: 300;
    line-height: 3.75rem;
    padding: .125rem 1.125rem;
    text-transform: uppercase
  }

  .eNav_item .eNav_link {
    font-size: .875rem;
    font-weight: 300;
    line-height: 3.125rem
  }

  .mSection_6 .eSLink_title {
    font-size: 1.5rem
  }

  .mSection_7 .eSAcc_title {
    font-size: 1.5rem
  }

  .mSection_7 p {
    font-size: .75rem
  }

  .mSection_7 .eSAcc_body {
    padding-top: 1.5625rem
  }

  .mSection_7 .eSAcc_header {
    padding: 0 0 .3125rem
  }

  .mSection_7 .eSAcc_header:after {
    height: 1.75rem;
    right: -.125rem;
    top: -.3125rem;
    width: 1.75rem
  }

  .litres-wrap {
    margin-top: 0
  }

  .litres-wrap {
    padding: 1.1875rem 0
  }

  .litres-wrap .bWrap {
    padding: 0 .625rem
  }

  .litres-title {
    font-size: 1rem;
    line-height: 1.3125rem
  }

  .litres-list-wrap .bSAcc h2 {
    font-size: 2.375rem;
    margin-bottom: 0
  }

  .litres-list-wrap .eSAcc_header:after {
    top: -.5rem
  }

}

@media (max-width: 400px) {
  .mSection_7 .eSAcc_title {
    font-size: 1.625rem
  }
}

@media (max-width: 480px) {
  .accept-footer-text {
    margin-top: 0;
  }
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}


.modal-alert-redirect .modal-content {
  border-radius: 0;
  border: none;
}

.modal-alert-redirect .modal-title {
  font-family: sans-serif;
  line-height: 1.25;
  font-size: 1.5rem;
  color: #003E78;
  font-weight: bold;
}

.modal-alert-redirect .modal-header {
  padding-top: 1.875rem;
  padding-bottom: .5rem;
  border-bottom: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.modal-alert-redirect .modal-body {
  font-family: sans-serif;
  font-size: .875rem;
  line-height: 1.5;
  color: #003E78;
  padding-top: 8px;
}

.modal-alert-redirect .modal-body p {
  margin-top: 0;
}

.modal-alert-redirect .modal-footer {
  padding-top: 0;
  border-top: none;
  -webkit-box-pack: start;
  justify-content: flex-start;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.modal-alert-redirect .btn_row_container {
  width: 100%;
}

.modal-alert-redirect .btn_row {
  margin-left: -.3125rem;
  margin-right: -.3125rem;
}

.modal-alert-redirect .btn_col {
  padding-left: .3125rem;
  padding-right: .3125rem;
  width: 50%;
}

.modal-alert-redirect .bBtn {
  display: block;
  width: 100%;
  padding: .3em .6em;
  background-color: #fff;
  color: #003e78;
  border: 2px solid #003e78;
  font-size: .9375rem;
  line-height: 1.5;
  text-transform: uppercase;
  height: auto;
}

.modal-alert-redirect .bBtn:hover {
  background-color: #003E78;
  color: #fff;
}

.modal-alert-redirect .bBtn-inv {
  background-color: #003E78;
  color: #fff;
}

.modal-alert-redirect .bBtn-inv:hover {
  background-color: #fff;
  color: #003e78;
}

.modal-alert-redirect .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #003e78
}

@media (min-width: 992px) {
  .modal-alert-redirect .modal-lg {
    max-width: 950px;
  }
}

@media (min-width: 768px) {
  .modal-alert-redirect .modal-header {
    padding-top: 4.5rem;
    padding-bottom: 1rem;
    line-height: 1.4;
  }

  .modal-alert-redirect .modal-header,
  .modal-alert-redirect .modal-body,
  .modal-alert-redirect .modal-footer {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  .modal-alert-redirect .modal-body {
    font-size: 1.125rem;
  }

  .modal-alert-redirect .modal-footer {
    padding-bottom: 4.25rem;
  }

  .modal-alert-redirect .btn_row_container {
    width: auto;
  }

  .modal-alert-redirect .btn_row {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }

  .modal-alert-redirect .btn_col {
    width: auto;
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .modal-alert-redirect .bBtn {
    display: inline-block;
    padding: .23em 3.1em;
    width: auto;
    vertical-align: top;
    font-size: 1.5rem;
  }

}

@media (max-width: 1060px) {
  .slider-mexanizm{
    display: block;
  }
  .eSection_row_desctop{
    display: none;
  }
  .school_h1 {
    font-size: 2rem;
  }
}

.article_link_main{
  border: 10px solid #fcbb00;
  border-radius: 2em;
  background: #fcbb00;
  width: 30rem;
  display: inline-block;
  transition: all .4s ease;
  border-top: 0;
}
.article_link_main a{
  text-decoration: none;
  color: #001840;
  transition: all .4s ease;
  font-family: Calibri, sans-serif;
  font-size: 0.6em;
  text-transform: uppercase;
  font-weight: 700;
}
.article_link_main a b{
  font-size: 1.4em;
}
.article_link_main:hover {
  background: #003e78;
  border: 10px solid #003e78;
  border-top: 0;
}
.article_link_main:hover a{
  color: #fff;
}

@media (min-height : 1100px){
  .article_link_main {
    width: 35rem !important;
    padding: 7px;
  }
}

@media (min-height : 900px) and (max-height : 1100px){
  .article_link_main {
    width: 32rem !important;
    padding: 7px;
  }
}

@media (min-height : 900px) and (max-width : 1400px){
  .article_link_main {
    width: 30rem !important;
  }
  .article_link_main a{    font-size: 0.5em;
  }
  .article_link_main {
    padding: 0;
  }
}
@media  (max-height : 900px){
  .article_link_main {
    width:20rem !important;
  }
}
@media  (max-height : 900px) and (max-width : 1024px){
  .article_link_main {
    margin-top: 10px;
  }
}
@media (max-width: 1060px) {
  .article_link_main {
    width: 28rem !important;
  }
  .article_link_main a{
    font-size: 0.7em;
  }
  .article_link_main{
    border-top: 10px solid #fcbb00;
  }
  .article_link_main:hover {
    border-top: 10px solid #003e78;
  }
}
@media (max-width: 740px) {
  .article_link_main {
    width: 18rem !important;
  }
}

.where_buy_fixed{
  border: 2px solid #fff;
  border-radius: 2em;
  background: #fcbb00;
  display: inline-block;
  transition: all .4s ease;
  position: fixed;
  right: 3em;
  bottom: 7em;
  z-index: 10;
  padding: 1em 2em;
}

.immuno_fixed{
  bottom: 3em;
  background: #fff;
  border: 2px solid #fcbb00;
}

.where_buy_fixed a {
  color: #001840;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}

@media (min-width: 1060px) {
  .where_buy_fixed:hover {
    border: 2px solid #003e78;
    background: #003e78;
  }
  .where_buy_fixed:hover a {
    color: #fff;
  }
}
.where_buy_fixed_svg {
  display: inline-block;
  width: 1.5rem;
  height: 1rem;
}
@media (max-height: 900px) {
  .where_buy_fixed_svg {
    display: inline-block;
    width: 1rem;
    height: 0.7rem;
  }
  .where_buy_fixed a {
    font-size: 0.8em;
  }
}
.immuno_fixed_svg{
  display: none;
}
.immuno_fixed_display{
  display: inline-block !important;
}
.immuno_fixed_height{
  height: 0.8rem !important;
}
.immuno_fixed_width{
  width: 74% !important;
}
.where_buy_fixed_alone{
  bottom: 3em;
}
@media (max-width: 1600px) {
  .where_buy_fixed{
    bottom: 5em;
    padding: 0.5em 1em;
  }
  .immuno_fixed{
    bottom: 2em;
  }
}
@media (max-width: 1060px) {
  .where_buy_fixed_svg{
    display: inline-block;
    width: 1.5rem;
    height: 2rem;
  }
  .where_buy_fixed a span{
    display: none;
  }
  .where_buy_fixed{
    right: 1em;
    bottom: 0.5em;
    padding: 0.7em 1em;
    width: 3.8em;
  }
  .immuno_fixed{
    bottom: 0.5em;
    left: 1em;
  }
  .immuno_fixed a{
    font-size: 0.8em;
     }
  .immuno_fixed_alone{
    right: 1em;
    left: auto;
  }
}
@media (max-width: 320px) {
  .immuno_fixed a {
    font-size: 0.6em;
  }
  .immuno_fixed_width {
    width: 70% !important;
  }
}


/*spec*/
.special-top-bg {
  width: 100%;
  height: 439px;
  margin-bottom: 50px;
}

.main_spec_bg {
  height: 240px;
  background-image: url(/local/templates/abbot_irs/css/../img/bg_special_detail-new.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-header-special {
  height: 100%;
  display: flex;
  align-items: flex-end;
  font-family: 'Calibri', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 64px;
  /* identical to box height */
  color: #FFFFFF;
  box-sizing: border-box;
  padding-bottom: 45px;
}

.special-title-block {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.special-top-bg .special-title-block .news-top-title {
  margin: 0;
}
.special-top-bg .special-title-block .img_h1 {
  max-width: 15%;
  margin: 0 0 0 15px;
}

.wrapp_article, .article_list_wrapp {
  display: flex;
  justify-content: center;
}

.article_list_wrapp {
  margin-bottom: 50px;
}

.left_column_article {
  max-width: 220px;
  width: 100%;
  height: auto;
  margin-right: 60px;
  font-size: 18px;
}

.left_column_article ul li {
  font-family: Calibri, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  color: #003E78;
  margin-bottom: 20px;
}

.left_column_article ul li a {
  text-decoration: none;
}

.left_column_article ul li a:hover {
  text-decoration: underline;
}

.right_column_article .detail_header {
  font-family: 'Calibri', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 123%;
  text-align: center;
  color: #003E78;
  margin: 0 20px 40px 0;
}

.right_column_article {
  max-width: 882px;
  height: auto;
  padding-top: 10px;
}

.right_column_article_header {
  font-family: Calibri, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #003E78;
  margin-bottom: 20px;
}

.article_list {
  width: 100%;
  max-width: 882px;
}

.article_list a {
  text-decoration: none;
}

.article_item {
  background: rgba(4, 151, 218, 0.08);
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
}

.article_item_text {
  padding: 23px 32px 15px 15px;
  width: 70%;
}

.article_item_text p {
  font-family: Calibri, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 133%;
  color: #003E78;
  margin: 10px;
}

.article_item_text h5 {
  font-family: Calibri, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 29px;
  /* identical to box height */
  text-transform: uppercase;
  color: #003E78;
  margin: 10px;
}

.article_item_text .article_btn {
  display: inline-flex;
  border-radius: 2em;
  background: rgba(253, 198, 43, 1);
  padding: 17px 40px;
  align-items: center;

  color: rgba(38, 63, 125, 1);
  font-weight: bold;
  font-size: 16px;
  margin: 10px;
}

.article_item_text .article_btn img {
  margin-left: 7px;
}

.question_line h2 {
  font-family: 'Calibri', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 100%;
  color: #003E78;
  text-transform: uppercase;
  margin: 0 0 13px;
}

.question_wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 50px 50px;
}

.question_block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 1200px;
}

.question_line {
  border-bottom: 2px solid #FEC524;
  width: fit-content;
  margin: 0 auto;
}

.question_item {
  border-bottom: 2px solid #E5E5E5;
  padding: 30px 0;
  width: 100%;
}
.accordion{
  cursor:pointer;
}

.arrow_question {
  width: 37px;
  margin-left: auto;
}

.arrow_question_active {
  transition-duration:500ms;
  transform: rotate(180deg);
}

.question_circle {
  width: 35px;
  height: 35px;
  border: 1px solid #FEC524;
  border-radius: 50%;
  text-align: center;
  font-size: 33px;
  font-family: 'Calibri', sans-serif;
  font-style: normal;
  font-weight: bold;
  margin-right: 10px;
  padding: 0 10px;
  flex-shrink: 0;
}

.question_item_content p {
  font-family: Calibri, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 133%;
  color: #003E78;
  padding: 30px 50px 0;
  margin: 0;
}

.question_item_left {
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.question_item_left h3 {
  margin: 0;
  font-family: 'Calibri', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 100%;
  color: #003E78;

}

.wrapp_header_question {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail_spec {

}
.spec_detail_header {
  width: 90%;
}

.spec {
  width: 100%;
  display: flex;
  justify-content: center;
}

.margin_off {
  margin-top: 0;
}

.text_header {
  margin-bottom: 20px;
}

.symptoms {
  font-family: Calibri, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #003E78;
}
.symptoms_table {
  overflow-x: scroll;
}
.symptoms_table::-webkit-scrollbar {
  width: 0;
}
.symptoms_table table {
  min-width: 500px;
  border-collapse: collapse;
  font-size: 18px;
}
.symptoms_table table tr th,
.symptoms_table table tr td {
  border: 2px solid #FEC524;
  padding: 5px;
}

ul.symptoms,
.symptoms_table ul{
  list-style: disc;
  padding-left: 2em;
}

.symptoms li,
.symptoms_table li {
  margin: 18px 0;
}

.symptoms li::marker {
  color: #FEC524;
}

.symptoms li span {
  color: #003E78;
}

.question_line_left {
  margin: 0;
}

.detail_question .question_circle {
  font-family: 'Calibri', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 130%;
  color: #003E78;
  padding: 0px 10px;
}

.detail_question.question_item_left h3 {
  font-family: Calibri, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  color: #003E78;
}

/* .detail_question.question_item_left {
  align-items: flex-start;

} */

.detail_question_paragraph {
  font-weight: bold;
}

.article_item_text span{
  margin-right: 5px;
}

.panel {
  padding: 0 5px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.wrapper_bibliography{
  background: #E6EBF1;
  width: 100%;
  display: flex;
  padding: 0 30px;
  justify-content: center;
}
.bibliography{
  max-width: 1220px;
  color:#A7B6C7;
  width: 100%;

}
.bibliography h2{
  margin-top: 33px;
  font-family: 'Calibri', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 107%;

}
.wrapper_button{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bibliography_button{
  width: 35px;
  height: 35px;
  color: #A7B6C7;
  border: 1px solid #A7B6C7;
  justify-content: center;
  align-items: center;
  display: none;
  transition-duration: 500ms;
  transform: rotate(0deg);
  cursor: pointer;
}
.bibliography_button.active {
  transform: rotate(180deg);
}
.bibliography ul {
  display: block;
}
.bibliography ul.active {
  display: none;
}
.top_description{
  font-family: 'Calibri', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  color:#98A9BD ;
  text-align: center;
  min-height: 90px;
  display: flex;
  justify-content: center;
  background-color: #E5EBF1;
}
.top_description p{
  max-width: 1220px;
  padding: 10px 20px;
}

.img_article img {
  width: 100%;
  height: inherit;
}

.img_article {
  width: 30%;
  border-radius: 20px 0 0 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.search-icon {
  position: relative;
  top: -5px;
  width: 33px!important;
  height: 33px!important;
  margin-right: 40px;
  cursor: pointer;
}
.bSLogo .search-icon {
  display: none;
}
.search-icon:hover {
  opacity: 0.7;
}
.b-row {
  display: flex;
}

.spec_modal_block {
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: rgb(0 62 120 / 90%);
}

.spec_modal {
  max-width: 420px;
  width: 100%;
  background-color: rgb(255 255 255 / 95%);
  border-radius: 4px;
  padding: 20px 10px;
  box-shadow: 0 0 7px 3px rgb(0 0 0 / 22%);
  margin: 0 20px;
}

.spec_modal_title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.spec_btn_block {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.spec_btn {
  padding: 10px 25px;
  background-color: #003e78;
  color: white;
  border-radius: 4px;
  font-size: 20px;
  text-decoration: none;
}
.spec_btn:hover {
  color: white;
  box-shadow: 0 0 7px 3px rgb(0 0 0 / 22%);
}
.spec_btn:first-child {
  margin-right: 20px;
}


@media (max-width: 1370px) {
  .question_block {
    width: 100%;
  }
}

@media (max-width: 1220px) {
  .article_item_text {
    padding: 23px 5px 15px 5px;
  }

  .article_list {
    margin-top: 0;
    padding: 0 5px;
  }

  .right_column_article {

    max-width: 465px;
  }

  .left_column_article {
    margin-right: 10px;
    padding: 0;
  }

  .wrapp_article {
    max-width: 882px;
  }

  .detail_container,
  .wrapp_article {
    padding: 0 20px;
  }

  .wrapp_article, .article_list_wrapp {
    justify-content: space-between;
    margin: 0 auto;
  }
  .article_list {
    margin: 0 auto;
  }

  .question_wrapper {
    margin: 0 0 50px;
  }
}

@media (max-width: 1024px) {
  .special-top-bg {
    background-position-x: 70%;
  }
  .bSLogo .search-icon {
    display: block;
  }
  .special-top-bg .news-top-title {
    font-size: 3rem;
  }
  .special-title-block {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .special-title-block {
    margin-bottom: 1.6rem;
  }
  .article_item {
    flex-direction: column;
  }
  .bImgIB, img{
    max-width: none;
  }

  .main_spec_bg {
    background-position-x: center;
  }
  .img_article, .article_item_text, .article_list {
    width: 100%;
  }

  .img_article {
    border-radius: 20px 20px 0 0;
    min-height: 320px;
  }

  .detail_question.question_item_left h3 {
    font-style: normal;
    font-weight: normal;
  }

  .article_item_text p {

    font-family: Calibri, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 129%;
    color: #003E78;
  }

  .article_item_text h5 {
    font-family: Calibri, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    color: #003E78;
  }

}

@media (max-width: 600px) {
  .special-top-bg .news-top-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 450px) {
  .main_spec_bg {
    height: 100px;
    margin-bottom: 0;
  }

  .bSLogo .search-icon {
    display: none;
  }
  .bImgIB, img {
    max-width: none;
  }
  .special-top-bg .news-top-title {
    font-size: 2rem;
  }

  .detail_question .question_circle {
    padding: 2px 10px;
  }

  .article_item {
    margin-bottom: 20px;
  }

  .question_block {
    padding-right: 0;
  }

  .question_item_content p, .article_list, .question_item_left {
    padding: 10px 0;
  }

  .left_column_article {
    margin-right: 0;
  }

  .article_item_text button {
    border: 2px solid #fff;
    border-radius: 2em;
    background: #fcbb00;
    transition: all .4s ease;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin: 0 auto;
  }

  .question_item_left h3 {
    font-family: 'Calibri', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    color: #003E78;
  }

  .wrapp_article, .article_list_wrapp {
    flex-direction: column;
  }

  .right_column_article .detail_header {
    font-size: 24px;
    line-height: 123%;
    text-align: center;
    color: #003E78;
    margin: 0 0 50px;
  }

  .img_article {
    border-radius: 20px 20px 0 0;
    min-height: 260px;
  }

  .left_column_article {
    max-width: 100%;
  }


  .article_item {
    flex-direction: column;
    min-height: 313px;
  }

  .question_line h2 {
    font-size: 28px;
  }

  .symptoms {
    font-family: Calibri, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 130%;
  }

  .special-top-bg {
    font-family: 'Calibri', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
  }

  .question_line_left {
    margin: 0 auto;
    text-align: center;
  }
}

/* Fixed buy button */
.buy-button {
  width: 80px;
  height: 80px;
  z-index: 300;
  position: fixed;
  display: inline-block;
  cursor: pointer;
  right: 20px;
  bottom: 20px;
  background-color: #FEC524;
  border-radius: 100px;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 76, 151, 0.2);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0, 76, 151, 0.2);
  box-shadow: 0px 0px 24px 0px rgba(0, 76, 151, 0.2);
  opacity: .8;
  transition: all ease-in-out .2s;
}

.buy-button * {
  pointer-events: none;
}

.buy-button svg {
  max-width: 100%;
  max-height: 100%;
}

.buy-button .buy-button-container {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.buy-button .buy-button-text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(.93);
  opacity: 0;
  fill: currentColor;
  color: #003e78;
  transition: all ease-in-out .2s;
}

.buy-button .buy-button-icon {
  display: flex;
  fill: currentColor;
  color: #003e78;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(.7);
  align-items: center;
  justify-content: center;
}

.buy-button:hover {
  background-color: #003e78;
  transform: scale(1.4);
  opacity: 1;
}

.buy-button:hover .buy-button-text {
  opacity: 1;
  color: #ffffff;
}

.buy-button:hover .buy-button-icon {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .buy-button {
    width: 60px;
    height: 60px;
  }
  .buy-button .buy-button-icon {
    transform: scale(.6);
  }
}

.eNav_item.eNav_item_yellow {
  background-color: #FEC524;
}

.eNav_item.eNav_item_yellow .eNav_item_svg {
  color: white;
}

.eNav_item.eNav_item_yellow:hover .eNav_link{
  background-color: #FEC524;
  color: #003e78 !important;
}

.eNav_item.eNav_item_yellow:hover .eNav_item_svg {
  color: #003e78;
}

.section h2 {
  text-transform: uppercase;
}

/* footer logos start */

.footer-logos {
  margin: 40px 0;
}

.footer-logos h3{
  color: #004c97;
  text-align: center;
  font-size: 1.3em;
  margin-bottom: .5em;
}

.footer-logos-container {
  margin: auto;
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 20px 20px;
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-logos-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logos-item img {
  max-width: 100%;
}

.footer-logos-item.imudon-logo {
  margin-right: -15%;
  margin-left: 15%;
}

@media (max-width: 576px) {
  .footer-logos-container {
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  }
}

.transform {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.back-transform, .transform {
  -o-transition: .7s;
  -webkit-transition: .7s;
  transition: .7s
}

.back-transform {
  -webkit-transform: rotate(0);
  transform: rotate(0)
}
/* footer logos end */

.bSLink ul.slick-dots li {
    width: 10px;
    height: 10px;
}


.instruction-content .content--article .content h2,
.news-question-wrap .question-descr h2,
.news-question-wrap .question-descr h3 {
	margin-top: -130px;
    padding-top: 130px;
}

@media (max-width: 1024px) {
	.instruction-content .content--article .content h2,
	.news-question-wrap .question-descr h2,
	.news-question-wrap .question-descr h3 {
		margin-top: -50px;
	    padding-top: 50px;
	}
}

/* End */


/* Start:/local/templates/abbot_irs/css/informers.min.css?17235605361628*/
.article__informer-group{display:flex;font-size:15px;justify-content:space-between;align-items:center}.article__stat-group{display:flex;align-items:center;width:fit-content;justify-content:space-around}.article__stat-group .mobile-left{display:flex}@media screen and (max-width:768px){.article__stat-group{flex-direction:column;align-items:start}}.article__time-read{display:flex;align-items:center}@media screen and (max-width:768px){.article__stat-group{flex-direction:row;align-items:start;gap:5px}.article__stat-group .mobile-left{flex-direction:column}.article__time-read{padding-right:0}.article__stat-group .article__date-change{display:flex;flex-direction:column;gap:5px}.article__stat-group .article__date-change span{height:20px;position:relative;top:4px}.article__stat-group .article__time-read{padding-left:6px}.article__stat-group .article__views{padding-left:7px}}@media screen and (max-width:480px){.article__stat-group{margin-bottom:50px}}.article__time-read::before{background:url(/local/templates/abbot_irs/img/ico/clock-25x.png) no-repeat;opacity:.8;content:'';height:25px;position:relative;top:9px;width:33px;display:inline-block;transform:scale(.8) translateX(-30%) translateY(-45%)}.article__views{display:flex;align-items:center}.article__views::before{background:url(/local/templates/abbot_irs/img/ico/eye-25x.png) no-repeat;opacity:.8;content:'';height:25px;position:relative;top:10px;width:33px;display:inline-block;transform:scale(.8) translateX(-35%) translateY(-45%)}@media screen and (max-width:365px){.article__stat-group .mobile-left{gap:15px}.article__stat-group .article__date-change{gap:19px}}
/* End */


/* Start:/local/templates/abbot_irs/css/slick.min.css?16861426671343*/
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

/* End */


/* Start:/local/templates/abbot_irs/css/cookie.min.css?16861426672535*/
.cookie-panel{position:fixed;z-index:10000;display:none;left:0;right:0;bottom:0;padding:30px 10px 10px;font-family:Georgia, Times, Times New Roman, serif;background:rgba(255,255,255,0.9)}@media (min-width: 992px){.cookie-panel{padding:50px}}.cookie-panel *{box-sizing:border-box}.cookie-text-center{text-align:center}.cookie-panel a{color:#009cde;text-decoration:none;border:0;transition:.3s}.cookie-panel a:hover{color:rgba(0,156,222,0.8);text-decoration:none}.cookie-alt-font{font-family:Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif}.cookie-container{max-width:1660px;margin:0 auto}.cookie-row{display:flex;flex-wrap:wrap;margin-top:-15px;margin-left:-10px;margin-right:-10px;align-items:center}@media (min-width: 992px){.cookie-row{margin-left:-25px;margin-right:-25px}}.cookie-col{padding-top:15px;padding-left:10px;padding-right:10px;flex:0 0 100%;max-width:100%}@media (min-width: 992px){.cookie-col{padding-left:25px;padding-right:25px}}.cookie-col-grow{max-width:100%}@media (min-width: 576px){.cookie-col-auto{flex:0 0 auto;width:auto}.cookie-col-grow{flex:1 0 0%}}.cookie-main-title{margin-bottom:15px;font-weight:700;font-size:18px;line-height:1.25}@media (min-width: 992px){.cookie-main-title{margin-bottom:30px}}.cookie-main-text{margin-bottom:15px;font-size:18px;line-height:1.25;color:#323232}@media (min-width: 992px){.cookie-main-text{margin-bottom:40px;font-size:14px;line-height:1.6}}.cookie-btn,.cookie-close-btn{margin:0;border:0;padding:0;white-space:normal;background:none;line-height:1;cursor:pointer}.cookie-btn,.cookie-dissmiss-link{font-size:14px;line-height:17px;font-weight:700;text-align:center;text-transform:uppercase;text-decoration:none}.cookie-btn{display:block;width:100%;padding:8px;background-color:#009cde;color:#fff;border-radius:99px;transition:.3s}.cookie-panel .cookie-dissmiss-link{text-decoration:none}.cookie-panel .cookie-btn:hover{background-color:rgba(0,156,222,0.8)}@media (min-width: 1200px){.cookie-btn,.cookie-dissmiss-link{padding:8px 20px}.cookie-btn{padding:14px 20px;width:auto;max-width:none}}.cookie-close-btn{position:absolute;top:10px;right:10px;width:16px;height:16px}.cookie-sr-only-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.cookie-close-btn:before,.cookie-close-btn:after{position:absolute;content:' ';top:0;left:auto;height:16px;width:1px;background-color:#009cde}.cookie-close-btn:before{transform:rotate(45deg)}.cookie-close-btn:after{transform:rotate(-45deg)}

/* End */


/* Start:/local/templates/abbot_irs/css/pages.min.css?173755313768095*/
.bBottle {
  background: #000;
  display: none;
  height: 28.75rem;
  left: 50%;
  margin: -14.375rem 0 0 -9.375rem;
  opacity: 0.4;
  position: fixed;
  top: 50%;
  width: 18.75rem;
  z-index: 10;
}
.irs19_main i {
  display: block;
  background: url(/local/templates/abbot_irs/css/../img/irs_sprite_20170510.png) no-repeat;
  width: 14000px;
  height: 2400px;
}
.irs19_main_puff i {
  display: block;
  background: url(/local/templates/abbot_irs/css/../img/mainpage-puff_20170510.png) no-repeat;
  width: 4200px;
  height: 4000px;
}
.mSection_1 .eSection_title span {
  background: #003e78;
  color: #fff;
  display: inline-block;
  font-size: 93%;
  padding: 0.5em;
}
.mSection_1 .eSection_note {
  bottom: 1.25rem;
  font-size: 0.75rem;
  position: absolute;
}
.mSection_2 button.vjs-big-play-button {
  background: url(/local/templates/abbot_irs/css/../img/ico/play.png) no-repeat;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  height: 7.4375rem;
  left: 50%;
  margin-left: -3.75rem;
  margin-top: -3.75rem;
  outline: 0;
  position: absolute;
  top: 50%;
  width: 7.4375rem;
}
.mSection_2 button.vjs-big-play-button:hover {
  background-position: -7.4375rem 0;
}
.mSection_2 .eSVideo_overlay {
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  bottom: 0;
  cursor: pointer;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.4s;
}
.mSection_2 .eSVideo_overlay.isPlaying {
  opacity: 0;
}
.mSection_2 .eSVideo_video {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.mSection_2 .eSVideo_video video {
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: auto;
  z-index: -100;
}
.content-list-point li .content-list li:before {
  display: none;
}
.news-content-wrap blockquote,
.news-content-wrap blockquote:before,
.news-top-title {
  font-family: "Calibri", Arial, sans-serif;
}
.instruction-title-descr b,
.news-content-wrap blockquote,
.news-top-title,
.question-descr p b {
  font-weight: 700;
}
.news-top-title-bg {
  background: url(/local/templates/abbot_irs/css/../img/temp/news-1-bg.jpg) no-repeat;
  background-size: cover;
  width: 100%;
}
.news-top-title {
  color: #fff;
  font-size: 4rem;
  padding: 25rem 0 4.375rem;
}
.news-content-wrap {
  margin: 10px auto;
  max-width: 55.125rem;
}
.news-content-wrap blockquote {
  color: #003e78;
  font-size: 1.875rem;
  line-height: normal;
  margin: 1.875rem 0 4.0625rem;
  padding-top: 2.5625rem;
  position: relative;
  text-align: center;
}
.news-content-wrap blockquote:before {
  color: #fec524;
  content: "\201D";
  font-size: 9.375rem;
  font-weight: 400;
  left: 0;
  line-height: 0.7em;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.news-question-wrap {
  margin-top: 3.625rem;
}
.news-question-wrap .eSection_title {
  font-family: "Calibri", Arial, sans-serif;
  font-size: 2.5rem;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.top-p {
  color: #fff;
  font-family: Calibri, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.375rem;
  margin-bottom: 1.875rem;
  margin-top: 0;
  text-transform: uppercase;
}
.news-question {
  border-bottom: 0.125rem solid #e9be3c;
  color: #003e78;
  display: inline-block;
  font-family: "Calibri", Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 3.125rem;
  padding-bottom: 1.125rem;
}
.question-descr {
  color: #003e78;
  font-family: Calibri, Arial, sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
}
.news-bg .news-question,
.news-bg .question-descr p {
  color: #fff;
}
.question-descr p {
  font-family: Calibri, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 1.5625rem;
  margin-top: 0;
}
.question-descr .number-list li {
  font-family: Calibri, Arial, sans-serif;
  font-style: normal;
}
.question-descr ul {
  margin-bottom: 1.875rem;
  margin-left: 1.3125rem;
  margin-top: 2.1875rem;
}
.question-descr ul li {
  line-height: normal;
  margin-bottom: 0.5rem;
  padding-left: 1.25rem;
  position: relative;
}
.question-descr ul li:before {
  background: #fec524;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.5rem;
  left: 0;
  position: absolute;
  top: 0.125rem;
  width: 0.5rem;
}
.question-descr .number-list {
  counter-reset: a;
  margin-bottom: 2.5rem;
  margin-left: 0;
  margin-top: 2.5rem;
}
.question-descr .number-list li {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 2.0625rem;
  padding-left: 2.5rem;
  position: relative;
}
.news-bg .question-descr ul li,
.question-descr .number-list li:before {
  font-family: "Calibri", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.875rem;
}
.question-descr .number-list li:before {
  background: #fff;
  border: 0.0625rem solid #e9be3c;
  border-radius: 50%;
  content: counter(a);
  counter-increment: a;
  display: inline-block;
  font-size: 1.25rem;
  height: 1.875rem;
  text-align: center;
  top: -0.3125rem;
  width: 1.875rem;
}
.content-list-point li:before,
.contentTrow:before,
.lechenie-list li:before,
.lechenie-table-item:before,
.litres-list-wrap .eSAcc_header .eSAcc_title:after,
.news-list-item:before,
.rCollist li:before,
.sub_item_link:after,
.sub_item_link:before,
.sub_item_link_wrap:before {
  content: "";
}
.bx blockquote {
  margin-bottom: 5.5rem;
  margin-top: 3.9375rem;
}
.news-bg {
  background-size: cover;
  margin-top: 1.875rem;
  padding-bottom: 2.1875rem;
  width: 100%;
}
.news-bg .news-question-wrap {
  margin-top: 4.0625rem;
}
.news-bg .question-descr ul li p,
.news-bg .slider-p {
  font-family: Calibri, Arial, sans-serif;
}
.news-bg .question-descr ul li {
  color: #fec524;
  font-size: 1.875rem;
  margin-bottom: 1.75rem;
}
.news-bg .question-descr ul li p {
  color: #fff;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1875rem;
}
.litres-list-wrap .bSAcc h2,
.litres-title,
.news-list-item .news-list-title {
  font-family: "Calibri", Arial, sans-serif;
  font-weight: 400;
}
.tt {
  text-transform: uppercase;
}
.litres-list-wrap .bSAcc h2,
.news-list-item .news-list-title {
  font-size: 1.75rem;
  text-transform: uppercase;
}
.related-news-list {
  margin-bottom: 2.5rem;
  margin-top: 3.125rem;
}
.news-list-item {
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
  width: 25%;
}
.news-list-item img,
.stepImgWrap img {
  height: auto;
  width: 100%;
}
.news-list-item .news-list-title {
  bottom: 2.5rem;
  color: #fff;
  left: 2.5rem;
  position: absolute;
  z-index: 5;
}
.news-list-item:before {
  -o-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  background: rgba(1, 48, 102, 0.6);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.3s;
  z-index: 1;
}
.news-list-item:hover:before {
  transform: translateY(100%);
}
.mob-news-slider .slick-arrow,
.mob-news-slider .slick-dots li button {
  display: none;
}
.mob-news-slider .slick-dots {
  bottom: 0.625rem;
  left: 0;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
.mob-news-slider .slick-dots .slick-active:before {
  background: #2f8cff;
}
.mob-news-slider .slick-dots li {
  display: inline-block;
}
.mob-news-slider .slick-dots li:before {
  background: #63748a;
  height: 0.875rem;
  width: 0.875rem;
}
.litres-list-wrap {
  margin: 0 auto;
  max-width: 85rem;
}
.litres-list-wrap .bSAcc {
  color: #4a6689;
  opacity: 0.5;
  position: relative;
}
.litres-list-wrap .bSAcc h2 {
  margin-bottom: 1.5625rem;
}
.litres-list-wrap .bSAcc h2 p {
  font-family: Calibri, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.litres-list-wrap .bSAcc .eSAcc_header {
  position: relative;
}
.litres-list-wrap .eSAcc_header .eSAcc_title:after {
  background: url(/local/templates/abbot_irs/css/../img/ico/arrow_m.png) 50% no-repeat;
  background-size: 0.5rem 0.375rem;
  border: 0.125rem solid #a7b6c7;
  display: none;
  height: 3.375rem;
  position: absolute;
  right: 0;
  top: 0.3125rem;
  width: 3.375rem;
}
.instruction-top-bg {
  background: url(/local/templates/abbot_irs/css/../img/instruction-top-bg.jpg) 50% no-repeat;
  background-size: cover;
  width: 100%;
}
.instruction-top-bg .news-top-title {
  display: block;
  float: left;
}
.instruction-pack {
  background: url(/local/templates/abbot_irs/css/../img/instruction_pack.png) no-repeat;
  float: right;
  height: 37.625rem;
  margin-top: 0.4375rem;
  width: 34.375rem;
  background-size: contain;
}
.instruction-title {
  color: #003e78;
  font-family: "Calibri", Arial, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.875rem;
  text-align: center;
  text-transform: uppercase;
}
.instruction-title-descr,
.product-info {
  color: #003e78;
  font-family: Calibri, Arial, sans-serif;
  font-size: 1.125rem;
}
.instruction-title-descr {
  font-weight: 400;
  line-height: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}
.product-info {
  font-weight: 400;
  line-height: 1.375rem;
  margin-bottom: 3.125rem;
  margin-top: 2.75rem;
  text-align: left;
}
.content-title,
.product-info b {
  font-weight: 700;
}
.content-title {
  border-bottom: 0.125rem solid #e9be3c;
  color: #003e78;
  display: inline-block;
  font-family: "Calibri", Arial, sans-serif;
  font-size: 3rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}
.ingridient-bottom-descr,
.ingridient-row {
  font-family: Calibri, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.table-ingridient {
  margin-bottom: 3.125rem;
  margin-top: 1.5625rem;
}
.ingridient-row {
  color: #003e78;
  overflow: hidden;
  width: 100%;
}
.ingridient-left-col {
  float: left;
}
.ingridient-right-col {
  float: right;
}
.ingridient-bottom-descr {
  margin-top: 2.8125rem;
}
.ingridient-bottom-descr b {
  display: block;
  font-weight: 700;
}
.instruction-content {
  margin: 4rem auto 0;
  max-width: 55rem;
}
.instruction-video {
  background: url(/local/templates/abbot_irs/css/../video/video-poster-irs.jpg) 50% no-repeat #85a5cb;
  background-size: cover;
  color: #fff;
  display: table;
  font-size: 2rem;
  height: 31rem;
  line-height: 1.2;
  width: 100%;
}
.instruction-video > div {
  display: table-cell;
  padding: 1rem 10rem;
  text-align: left;
  vertical-align: middle;
}
.coll-static p,
.content-body,
.content-list-point li {
  font-family: Calibri, Arial, sans-serif;
  font-size: 1.125rem;
}
.content-body {
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 1.875rem;
}
.coll-static,
.content-body b {
  font-weight: 700;
}
.content-body a {
  color: #20abde;
}
.content-body a:hover,
.unline {
  text-decoration: underline;
}
.content-list-point {
  margin: 0 0 2.1875rem;
}
.content-list-point li {
  color: #003e78;
  margin-bottom: 0.875rem;
  padding-left: 1.5625rem;
  position: relative;
}
.content-list-point li .content-list li {
  margin: 0;
  padding-left: 0;
}
.content-list-point li:before {
  background: #fec524;
  border-radius: 50%;
  height: 0.5rem;
  left: 0;
  position: absolute;
  top: 0.4375rem;
  width: 0.5rem;
}
.mLeftArrow {
  font-size: 1rem;
  padding-left: 5.4375rem;
  padding-right: 1.9375rem;
}
.mLeftArrow .eBtn_ico {
  background: url(/local/templates/abbot_irs/css/../img/ico/left-arrow.png) 50% no-repeat;
  background-size: contain;
  height: 0.875rem;
  left: 1.8125rem;
  top: 1.125rem;
  width: 1.125rem;
}
.back-btn {
  margin: 3.125rem 0 2.5rem;
}
.column-row {
  display: table;
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.coll-static {
  color: #fff;
  display: table-cell;
  font-size: 3rem;
  padding-right: 2.0625rem;
  text-align: center;
  vertical-align: bottom;
  width: 19.0625rem;
}
.coll-static p {
  color: #003e78;
  font-weight: 400;
  min-height: 3.125rem;
}
.bTopBannerTitle {
  font-family: "Calibri", Arial, sans-serif;
}
.author_articles {
  margin: 0 auto;
  max-width: 55.125rem;
  text-align: right;
}
@media (max-width: 1024px) {
  .author_articles {
    padding: 0 1.25rem;
    font-size: 12px;
    text-align: left;
  }
}
.bTopBannerTitle .head {
  font-family: Arial Narrow, sans-serif;
  font-size: 3.5rem;
}
.diff-banner {
  background-image: url(/local/templates/abbot_irs/css/../img/opisanie-top.jpg);
}
.coll-static,
.knowledge-title {
  font-family: "Calibri", Arial, sans-serif;
}
.coll-static:last-child {
  padding-right: 0;
  width: 17rem;
}
.coll-static:last-child p {
  padding-right: 0;
}
.knowledge-title,
.lechenie-center-pack,
.lechenie-col-item,
.stepNumber,
.subsections,
.ta {
  text-align: center;
}
.static-1 {
  background: #35d269;
  display: block;
  line-height: 4.375rem;
}
.static-2,
.static-3 {
  display: block;
  line-height: 8.875rem;
}
.static-2 {
  background: #41bbe2;
}
.static-3 {
  background: #ec6044;
}
.video-popup .eSVideo_overlay {
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  bottom: 0;
  cursor: pointer;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.4s;
}
.video-popup .eSVideo_overlay.isPlaying {
  opacity: 0;
}
.video-popup .eSVideo_video {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.video-popup .eSVideo_video video {
  left: 0;
  margin-left: 15%;
  margin-top: 3%;
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  z-index: -100;
}
.mob-slider-mexanizm .eSection_col .eCircle_imgInner.flacon {
  width: 100%;
}
.txtVideo {
  background-position: 50%;
  height: 30rem;
}
.knowledge-title {
  color: #003e78;
  display: block;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2.625rem;
  padding: 3.125rem 0;
}
.bsmWrap {
  margin: 0 auto;
}
.tDescription {
  font-family: Calibri, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.375rem;
  margin-bottom: 4.375rem;
}
.stepWrap {
  margin-bottom: 2.5rem;
}
.rowStepWrap {
  display: table;
  width: 100%;
}
.stepColl {
  display: table-cell;
  padding-top: 1.25rem;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.stepTitle {
  display: inline-block;
  font-family: "Calibri", Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.1875rem;
  margin-bottom: 2.9375rem;
  position: relative;
}
.stepTitle span {
  border-bottom: 0.125rem solid #fec524;
}
.stepDescr {
  font-family: Calibri, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.375rem;
}
.stepNumber {
  font-weight: 700;
}
.stepImgWrap {
  background-position: 50%;
  background-size: cover;
  height: 23.3125rem;
}
.stepRightDescr {
  padding-left: 3.75rem;
}
.stepLeftDescr {
  padding-right: 3.125rem;
}
.stepNumber {
  background: #fec524;
  border-radius: 50%;
  color: #fff;
  font-family: "Calibri", Arial, sans-serif;
  font-size: 2rem;
  height: 4.75rem;
  line-height: 4.75rem;
  margin-top: -2.375rem;
  position: absolute;
  top: 50%;
  width: 4.75rem;
  z-index: 1;
}
.stepLeftDescr .stepNumber {
  right: -2.375rem;
}
.stepRightDescr .stepNumber {
  left: -2.375rem;
}
.contentTable p,
.lechenie-col-item,
.lechenie-col-title,
.lechenie-list li,
.lechenie-table-item,
.sub_item_link_wrap {
  font-family: Calibri, Arial, sans-serif;
}
.mb-30 {
  margin-bottom: -1.875rem;
}
.md-wrap {
  margin: 0 auto;
  max-width: 55.125rem;
  position: relative;
}
.gradient-bg {
  background: url(/local/templates/abbot_irs/css/../img/gradient-bg.jpg) 50% no-repeat;
  background-size: cover;
  min-height: 37.5rem;
  padding-top: 4.0625rem;
}
.lechenie-col-title {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.2em;
  margin-bottom: 2.8125rem;
}
.lechenie-col-item,
.lechenie-list li {
  color: #fff;
  font-size: 1.125rem;
}
.lechenie-right-col {
  margin-top: 3.125rem;
}
.lechenie-list li {
  line-height: 1.375rem;
  margin-bottom: 1.4375rem;
  padding-left: 1.25rem;
  position: relative;
}
.lechenie-list li:before {
  background: #fec524;
  border-radius: 50%;
  height: 0.5rem;
  left: 0;
  position: absolute;
  top: 0.3125rem;
  width: 0.5rem;
}
.lechenie-col-descr {
  float: left;
  padding-top: 1.5625rem;
  width: 30%;
}
.lechenie-center-pack {
  float: left;
  max-width: 20.4375rem;
  padding: 0 1.25rem;
  width: 40%;
}
.lechenie-center-pack img {
  max-width: 100%;
}
.lechenie-col-item {
  background: url(/local/templates/abbot_irs/css/../img/ico/ok-ico.png) top no-repeat;
  margin-bottom: 4.6875rem;
  padding-top: 4.375rem;
}
.blue {
  color: #1b9ccd;
}
.lechenie-table-wrap {
  margin-bottom: 2.8125rem;
  overflow: hidden;
}
.lechenie-table-item {
  color: #fff;
  float: left;
  font-size: 1.5rem;
  height: 20rem;
  line-height: 1.2em;
  padding-top: 7.1875rem;
  position: relative;
  width: 50%;
}
.lechenie-table-item:before {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 62.5rem;
}
.lItem:before {
  left: -62.5rem;
}
.rItem {
  padding-left: 14.6875rem;
}
.rItem:before {
  right: -62.5rem;
}
.tCol-1,
.tCol-1:before {
  background: #4581b3;
}
.tCol-2,
.tCol-2:before {
  background: #5ea1d9;
}
.tCol-3,
.tCol-3:before {
  background: #619ecf;
}
.tCol-4,
.tCol-4:before {
  background: #89c2f1;
}
.table-flacon {
  background: url(/local/templates/abbot_irs/css/../img/ico/flack-pack.png) no-repeat;
  height: 31.8125rem;
  left: 50%;
  margin-left: -8.75rem;
  margin-top: -14.75rem;
  position: absolute;
  top: 50%;
  width: 21.6875rem;
  z-index: 10;
}
.subsections_plate {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding: 0 0.625rem 1.875rem;
}
.sub_item {
  display: inline-block;
  float: none !important;
  padding: 1.25rem 0.625rem 0;
  position: relative;
  width: 50%;
}
.sub_item_link {
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border: 0.0625rem solid #f2c405;
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.rCollist li:before,
.sub_item_link,
.sub_item_link:before {
  border-radius: 50%;
}
.sub_item_link:after {
  display: block;
  padding-top: 100%;
}
.sub_item_link:before {
  -o-transition: all 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -webkit-transition: all 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  bottom: 50%;
  display: block;
  left: 50%;
  position: absolute;
  right: 50%;
  top: 50%;
  transition: all 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.sub_item_link:hover {
  border-color: transparent;
}
.sub_item_link:hover:before {
  background: #fd0;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.sub_item_link_wrap {
  color: #003e78;
  display: block;
  font-size: 1.1875rem;
  height: auto;
  left: 1.25rem;
  line-height: 150%;
  margin-top: -3.125rem;
  position: absolute;
  right: 1.25rem;
  top: 43%;
}
.sub_item_link_wrap:before {
  background: url(/local/templates/abbot_irs/css/../img/ico/folder-ico.png) no-repeat;
  display: block;
  height: 2.8125rem;
  margin: 0 auto 0.5rem;
  width: 2.4375rem;
}
.contentTrow:last-child:before,
.mob-slider-mexanizm .eCircle_img:after,
.mob-slider-mexanizm .eCircle_img:before {
  display: none;
}
.contentTable p {
  font-size: 1.125rem;
  margin-bottom: 2.375rem;
  margin-top: 0;
}
.cLeftcol,
.rColtitle,
.ttb {
  font-family: Calibri, Arial, sans-serif;
  text-transform: uppercase;
}
.cbLeft {
  float: left;
  max-width: 35rem;
}
.cbLeft p {
  margin: 0 0 3.125rem;
}
.cbLeft .content-list-point {
  margin: 0;
}
.cbLeft .content-list-point li {
  margin-bottom: 0.625rem;
}
.cbRight {
  float: right;
  margin-right: -2.8125rem;
  margin-top: -3.75rem;
  max-width: 21.875rem;
}
.cbRight img {
  height: auto;
  width: 100%;
}
.footer-section {
  height: auto !important;
}
.mob-slider-mexanizm .eSection_col.mColSmall {
  width: 35%;
}
.mob-slider-mexanizm .eSection_col {
  width: 30%;
}
.mob-slider-mexanizm .eSection_col .eCircle_img {
  max-width: 100%;
}
.mob-slider-mexanizm .eCircle_title {
  font-size: 120%;
  line-height: 120%;
}
.mob-slider-mexanizm .eCircle_text {
  font-size: 90%;
}
.shotInstr {
  background: #003e78;
  color: #fff;
  margin-top: 2.5rem;
  overflow: hidden;
}
.shotInstr .content-title {
  color: #fff;
  margin-bottom: 1.875rem;
}
.shotInstr p {
  color: #fff;
}
.shotInstr .news-question-wrap {
  margin-top: 3.125rem;
}
.cLeftcol,
.rCollist li,
.rColtitle {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.3em;
}
.rCollist {
  margin: 0.625rem 0 1.5625rem;
}
.rColtitle {
  color: #fec524;
}
.rCollist li {
  font-family: Calibri, Arial, sans-serif;
  line-height: 1.375rem;
  position: relative;
}
.rCollist li:before {
  background: #fff;
  height: 0.5rem;
  left: -1.125rem;
  position: absolute;
  top: 0.5625rem;
  width: 0.5rem;
}
.cLeftcol {
  float: left;
  max-width: 30.625rem;
}
.cRightcol {
  float: right;
  max-width: 20.3125rem;
}
.contentTrow {
  margin-bottom: 2.5rem;
  position: relative;
}
.contentTrow:before {
  background: #fff;
  bottom: 0;
  height: 0.0625rem;
  left: -62.5rem;
  position: absolute;
  right: -62.5rem;
  width: 312.5rem;
}
.parents-wrap .news-question {
  font-size: 1.5625rem;
  line-height: 1.8125rem;
  text-align: center;
}
.parents-wrap .question-descr p {
  margin-bottom: 3.75rem;
}
.banner-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
}
.banner-link:before {
  display: block;
  content: "";
  padding-top: 14.32%;
}
.banner-link-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/local/templates/abbot_irs/css/../img/irs-banner.png) no-repeat;
  background-size: contain;
}
.banner-link:hover .banner-link-inner {
  background-image: url(/local/templates/abbot_irs/css/../img/irs-banner-hover.png);
}
.irs-banner {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 9.375rem 0 1.875rem;
  background-color: #003e78;
  color: #fff;
  margin: 1.875rem 0;
}
.irs-banner-text {
  margin: 0.9375rem 7.1% 0 0;
  max-width: 100%;
}
.irs-banner-image {
  position: absolute;
  right: 2rem;
  bottom: -0.625rem;
}
.irs-banner-btn {
  margin: 1.125rem 0;
  height: 2.6875rem;
  line-height: 2.6875rem;
  padding: 0 2.3125rem;
  background-color: #fff;
  color: #003e78;
}
.search-page hr {
  margin: 1em auto;
}
html body .question-descr ul li:before {
  top: 0.4025rem;
}
.eNav_item_svg {
  width: 26px;
  height: 26px;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}
.instruction_3_items_bg {
  background: #004499;
  padding: 45px;
}
.bWrap.container_instruction {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  height: 100px;
}
.instruction_3_items {
  margin: 5px;
  padding: 5px;
  flex: 0 1 auto;
}
.instruction_3_items span {
  line-height: 48px;
  display: inline-block;
  font-size: 48px;
  letter-spacing: 0.015em;
  font-family: "Calibri";
  font-style: normal;
  font-weight: bold;
  color: #fec524;
}
.instruction_3_items svg {
  float: left;
}
.instruction_3_items {
  border: 3px dashed #fec524;
  border-radius: 50px;
  padding: 3px 30px;
  margin: 0;
}
.instruction_3_items svg {
  float: left;
}
.instruction_3_items span {
  line-height: 48px;
  display: inline-block;
  font-size: 48px;
  letter-spacing: 0.015em;
  font-family: "Calibri";
  font-style: normal;
  font-weight: bold;
  color: #fec524;
}
.litres-wrap.wrap_bottom_gray {
  color: #a7b6c7;
  font-size: 14px;
  line-height: 21px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
}
.litres-wrap.wrap_bottom_gray p {
  margin: 0;
  line-height: 1.3em;
  font-size: 16px;
  margin-bottom: 2px;
}
.litres-wrap.wrap_bottom_gray {
  color: #a7b6c7;
  font-size: 16px;
  line-height: 1.3em;
  padding: 47px 0;
}
.accord__item {
  border-bottom: 2px solid #fec524;
  margin: 0 0 40px;
}
.accord__item:last-child {
  margin-bottom: 0;
}
.accord__trigger {
  font-weight: bold;
  text-transform: uppercase;
  color: #003e78;
  font-family: "Calibri", Arial, sans-serif;
  font-size: 48px;
  line-height: 1;
  margin: 0;
  padding: 0.2em 35px 0.2em 0;
  position: relative;
}
.accord__trigger:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzE5LjkiIGhlaWdodD0iMjA2LjYiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDMxOS45IDIwNi42IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KIDxwYXRoIGQ9Im0xNDMuMDUgMTk5LjU1LTEzNi0xMzZjLTkuNC05LjQtOS40LTI0LjYgMC0zMy45bDIyLjYtMjIuNmM5LjQtOS40IDI0LjYtOS40IDMzLjkgMGw5Ni40IDk2LjQgOTYuNC05Ni40YzkuNC05LjQgMjQuNi05LjQgMzMuOSAwbDIyLjYgMjIuNmM5LjQgOS40IDkuNCAyNC42IDAgMzMuOWwtMTM2IDEzNmMtOS4yIDkuNC0yNC40IDkuNC0zMy44IDB6IiBmaWxsPSIjY2NjIi8+DQo8L3N2Zz4NCg==)
    no-repeat center/contain;
}
.accord__trigger--active:after {
  transform: rotate(180deg);
}
.accord__content {
  padding: 35px 0;
  display: none;
}
@media (max-width: 1366px) {
  .instruction-pack {
    position: absolute;
    right: 0;
  }
}
@media (max-width: 1360px) {
  .instruction_3_items span {
    font-size: 28px;
  }
}
@media (max-width: 1250px) {
  .instruction-pack {
    width: 50%;
  }
  .instruction_3_items_bg {
    display: none;
  }
}
@media (min-width: 768px) {
  .mSection_6 .eSLink_link.mWidth_50 {
    width: 50%;
  }
  .sub_item {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 940px) {
  .content-body {
    margin: 0 auto;
    width: 85%;
  }
  .accord__trigger {
    font-size: 36px;
    padding-right: 30px;
  }
  .accord__trigger:after {
    right: 0;
  }
  .accord__content {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .sub_desc .sub_item:nth-child(2) {
    margin-left: 16.66666667%;
  }
  .sub_item {
    float: left;
    width: 22%;
  }
}
@media (min-width: 1025px) {
  .bHSearch button {
    top: 21%;
  }
  .bHeader {
    background-color: #fff;
    left: 0;
    position: fixed !important;
    top: 0;
    transform: none;
    width: 100%;
    will-change: transform;
    z-index: 99;
  }
  .bSLogo,
  .eNav_link {
    position: relative;
  }
  .bLogo,
  .bSLogo {
    display: block;
    z-index: 101;
  }
  .eHeader_inner {
    background: #fff;
    padding: 0.55rem 0;
  }
  .bHSearch {
    margin-top: 0.75rem;
    width: 11.625rem;
  }
  .bLogo {
    max-width: 6.875rem;
  }
  .bLogo img {
    height: auto;
    margin: 0.625rem 0;
    width: 6.875rem;
  }
  .bSLogo {
    float: right;
    margin-left: 1.875rem;
    margin-top: 1.1875rem;
  }
  .bSLogo img {
    width: 5.1875rem;
  }
  .bNavWrap {
    background: #003e78;
  }
  .eNavWrap_inner {
    margin: 0 auto;
    max-width: 84.875rem;
  }
  .bNav {
    display: table;
    margin: 0;
    width: 100%;
  }
  .bNav:after,
  .bNav:before {
    content: "";
    display: table;
  }
  .bNav:after {
    clear: both;
  }
  .eNav_item {
    display: table-cell;
    padding: 0;
    text-align: center;
  }
  .eNav_item:first-child {
    display: none;
  }
  .eNav_item:hover .eNav_sub,
  .eNav_link {
    display: block;
  }
  .eNav_item:hover {
    background-color: #fff;
    color: #003e78;
  }
  .eNav_item:hover .eNav_link {
    color: #003e78;
  }
  .eNav_link,
  .eNav_link:hover {
    color: #fff;
    text-decoration: none;
  }
  .eNav_item_svg {
    color: #e8bb00;
  }
  .eNav_buy_item:hover {
    background-color: #e9be00;
  }
  .eNav_buy_item:hover .eNav_item_svg {
    color: #003e78;
  }
  .eNav_link {
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    background-color: transparent;
    border: 0;
    border-bottom: 0.0625rem solid transparent;
    cursor: pointer;
    font-family: Calibri, sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    height: 3rem;
    line-height: 3rem;
    padding: 0.125rem 0.425rem;
    text-transform: uppercase;
    transition: 0.3s;
  }
  .eNav_sub {
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    background: #fff;
    display: none;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 100%;
    transform: translate(-50%);
    width: 100%;
    z-index: 1;
  }
  .eNav_sub:after,
  .eNav_sub:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
  }
  .eNav_sub:before {
    background: #fff;
    height: 100%;
    left: 0;
    width: 100%;
  }
  .eNav_sub:after {
    height: 8vw;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .eNav_sub .eNav_item,
  .eNav_sub .eNav_link {
    display: inline-block;
  }
  .eNav_sub .eNav_item {
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 20;
  }
  .eNav_sub .eNav_link:hover {
    background: #e8bb00;
    color: #003e78;
  }
  .eSection_inner,
  .eSection_table {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .eSection_inner {
    transform: translateZ(0);
  }
  .eSection_table {
    display: table;
    overflow: hidden;
    table-layout: fixed;
  }
  .eSection_tableCell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
  }
  .irs19_desktop {
    display: block;
    background: 50% no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .irs19_desktop.screen02 {
    background-image: url(/local/templates/abbot_irs/css/../img/desktop_flacon-02.png);
    width: 9.25rem;
    height: 26rem;
  }
  .irs19_desktop.screen03 {
    background-image: url(/local/templates/abbot_irs/css/../img/desktop_flacon-03.png);
    width: 11.375rem;
    height: 25.625rem;
  }
  .mSection_3 .eSection_col {
    float: left;
    width: 50%;
  }
  .mSection_3 .eSection_col:nth-child(odd) {
    padding-right: 10.125rem;
    clear: left;
  }
  .mSection_3 .eSection_col:nth-child(2n) {
    padding-left: 10.125rem;
  }
  .mSection_3 .mLeft {
    padding-right: 7.5rem;
    text-align: right;
  }
  .mSection_3 .mLeft .eNumItem_num {
    right: 0;
  }
  .mSection_3 .mRight {
    padding-left: 7.5rem;
  }
  .mSection_3 .mRight .eNumItem_num {
    left: 0;
  }
  .mSection_3 .irs19_desktop {
    margin-top: 50px;
  }
}
@media (min-width: 1440px) {
  .sub_item {
    float: left;
    width: 22%;
  }
  .mSection_1 .eSection_title {
    padding: 3.25rem 0 3.5rem 8rem;
  }
  .eNav_link {
    font-size: 0.8125rem;
  }
}
@media (max-width: 1084px) {
  .lechenie-left-col,
  .lechenie-right-col {
    float: none;
    margin: 0 auto;
    max-width: 55.125rem;
    width: 100%;
  }
  .lechenie-right-col {
    margin: 4.375rem auto 0;
    overflow: hidden;
  }
  .cbLeft,
  .lechenie-list {
    max-width: 100%;
  }
  .cbLeft {
    float: left;
    width: 100%;
  }
  .cbRight {
    float: left;
    margin-right: 0;
    margin-top: 3.75rem;
    max-width: 28.125rem;
  }
}
@media (max-width: 1024px) {
  .bWrap {
    padding: 0 1.25rem;
  }
  .bSLogo {
    top: 0.8125rem;
  }
  .bSLogo img {
    width: 4.375rem;
  }
  .bHeader,
  .bHeader:after {
    background-color: #fff;
    left: 0;
    top: 0;
  }
  .bHSearch form,
  .eHeader-logo-search-container {
    position: relative;
  }
  .bHSearch,
  .bNavWrap {
    will-change: transform;
  }
  .eNav_link,
  .eNav_link:hover {
    color: #fff;
    text-decoration: none;
  }
  .bHeader:after,
  .bNav:after,
  .bNav:before,
  .bNavBtn:after,
  .eNav_sub:after {
    content: "";
  }
  .bHeader {
    height: 2.8125rem;
    position: fixed;
    width: 100%;
    z-index: 101;
  }
  .bHeader:after,
  .bLogo,
  .bNavBtn:after {
    display: block;
    position: absolute;
  }
  .bHeader:after {
    bottom: 0;
    right: 0;
  }
  .bLogo {
    height: 2.5rem;
    position: relative;
    width: 4.6875rem;
    z-index: 101;
  }
  .bLogo img {
    height: auto;
    margin-top: 0.6875rem;
    width: 4.75rem;
  }
  .bSearchBtn {
    background: url(/local/templates/abbot_irs/css/../img/ico/search-mob.png) 50% no-repeat;
    background-size: contain;
    cursor: pointer;
    height: 2.8125rem;
    left: 6.875rem;
    position: absolute;
    top: 0;
    width: 1.5rem;
    z-index: 103;
  }
  .bHSearch {
    -ms-transform: translateX(-100vw);
    -o-transition: transform 0.4s;
    -webkit-transform: translateX(-100vw);
    -webkit-transition: -webkit-transform 0.4s;
    background: rgba(255, 255, 255, 0.8);
    float: none;
    height: auto;
    left: 0;
    margin: 0;
    padding: 0.6875rem 1.25rem;
    position: absolute;
    top: 100%;
    transform: translateX(-100vw);
    transition: transform 0.4s;
    width: 100%;
  }
  .bHSearch input {
    background: #fff;
  }
  .mSearchIsVisible .bHSearch {
    transform: translateX(0);
  }
  .bNavBtn {
    cursor: pointer;
    height: 2.25rem;
    left: 2.4375rem;
    position: absolute;
    top: 0.9375rem;
    width: 3.5rem;
    z-index: 103;
  }
  .bNavBtn:after {
    background-color: #e2e5e7;
    height: 60%;
    right: 3%;
    top: -5%;
    width: 0.0625rem;
  }
  .eNavBtn_ico {
    left: -0.1875rem;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 1.5625rem;
    position: relative;
    width: 1.6875rem;
  }
  .eNavBtn_bar {
    background: #fff;
    border-radius: 0.375rem;
    float: left;
    height: 0.375rem;
    margin: 0 0 0 0.1875rem;
    width: 0.375rem;
  }
  .bNavWrap {
    -ms-transform: translateY(-200%);
    -o-transition: transform 0.6s;
    -webkit-transform: translateY(-200%);
    -webkit-transition: -webkit-transform 0.6s;
    background: #003e78;
    left: 0;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    padding-top: 2.8125rem;
    max-height: 100vh;
    max-height: -webkit-fill-available;
    transform: translateY(-200%);
    transition: transform 0.6s;
  }
  .bNav {
    margin: 0;
  }
  .bNav:after,
  .bNav:before {
    display: table;
  }
  .bNav:after {
    clear: both;
  }
  .eNav_item {
    padding: 0;
    position: relative;
  }
  .eNav_link {
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    background-color: transparent;
    border: 0;
    border-bottom: 0.0625rem solid transparent;
    cursor: pointer;
    display: block;
    font-family: Calibri, sans-serif;
    font-size: 0.8125rem;
    font-weight: 700;
    height: 3rem;
    line-height: 3rem;
    padding: 0.125rem 1.125rem;
    position: relative;
    text-transform: uppercase;
    transition: 0.3s;
  }
  .eNav_sub {
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    background: #e8bb00;
    left: 50%;
    padding-bottom: 0.625rem;
    position: absolute;
    top: 100%;
    transform: translate(-50%);
    z-index: 1;
  }
  .eNav_sub:after {
    border-bottom: 0.0625rem solid #efd04d;
    display: block;
    left: 1.4375rem;
    margin: 0;
    position: absolute;
    right: 1.6875rem;
    top: 0;
  }
  .eNav_sub .eNav_item {
    left: 0;
    margin: 0;
    padding: 0 1.5625rem;
    width: 100%;
  }
  .eNav_sub .eNav_item:first-child {
    margin-top: 0.625rem;
  }
  .eNav_sub .eNav_item:last-child {
    float: left;
  }
  .eNav_sub .eNav_link {
    display: inline-block;
  }
  .eNav_sub .eNav_link:hover {
    color: #003e78;
  }
  .mNavIsVisible .bNavWrap {
    transform: translate(0);
  }
  .sandwich {
    display: block;
    left: 0.5rem;
    top: -0.125rem;
  }
  .sw-bottom,
  .sw-footer,
  .sw-topper {
    height: 0.1875rem;
    width: 1.75rem;
  }
  .sw-footer {
    top: 0.8125rem;
  }
  .sw-bottom {
    top: 0.4375rem;
  }
  .sw-topper {
    top: 0;
  }
  .bLogo {
    height: 2.8125rem;
    margin: 0 auto;
    width: 4.75rem;
  }
  .sandwich.active .sw-bottom {
    top: 0.375rem;
  }
  .sandwich.active .sw-topper {
    top: 0.5625rem;
  }
  .bFooter {
    padding-top: 2.1875rem;
  }
  .eFooter_id,
  .eFooter_logo {
    float: none;
    width: 100%;
  }
  .eFooter_logo {
    text-align: center;
  }
  .eFooter_nav {
    display: block;
    margin-top: 1.25rem;
    width: 100%;
  }
  .eFooter_nav ul {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .eFooter_nav ul li {
    margin-bottom: 1.375rem;
    text-align: center;
    width: 100%;
  }
  .eFooter_nav ul li:first-child {
    -ms-flex-order: 1;
    order: 1;
  }
  .eFooter_nav ul li:nth-child(2) {
    -ms-flex-order: 3;
    order: 3;
  }
  .eFooter_nav ul li:nth-child(3) {
    -ms-flex-order: 4;
    order: 4;
  }
  .eFooter_nav ul li:nth-child(4) {
    -ms-flex-order: 2;
    order: 2;
  }
  .eFooter_nav ul li:nth-child(5) {
    -ms-flex-order: 6;
    order: 6;
  }
  .eFooter_nav ul li:nth-child(6) {
    -ms-flex-order: 5;
    order: 5;
  }
  .eFooter_nav ul li a {
    font-size: 1.625rem;
  }
  .upLink {
    display: block;
  }
  .bFLogo {
    height: 2.5rem;
    margin: 0;
    width: 10.1875rem;
  }
  .eFooter_id {
    font-size: 1.5rem;
    margin-top: 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 1.0625rem;
  }
  .eFooter_inner {
    margin-bottom: 2.125rem;
    position: relative;
  }
  .eFooter_copy {
    border-top: 0.0625rem solid #dcdcdc;
    font-size: 1.125rem;
    line-height: 1.3;
    padding: 1.25rem 0 2.3125rem;
    text-align: center;
  }
  .eSection_inner {
    padding: 2.375rem;
  }
  .mSection_1 .downLink {
    display: block;
  }
  .mSection_1 .eSection_data {
    padding: 0;
    width: 100%;
  }
  .mSection_1 .eSection__logoWrapper {
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 1.25rem;
  }
  .mSection_1 .eSection_note {
    font-family: Calibri, Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    left: 0;
    padding-bottom: 2.6875rem;
    padding-top: 0;
    text-align: center;
    width: 100%;
  }
  .mSection_1 .eSection_icon {
    display: none;
  }
  .mSection_1 .eSection_data {
    margin: 1rem 0;
    text-align: center;
  }
  .mSection_1 .eSection_bg {
    background: url(/local/templates/abbot_irs/css/../img/section_1_mob.jpg) 50% no-repeat;
    background-size: cover;
  }
  .mSection_1 .eSection_title {
    margin: 0 0 2.1875rem;
    padding-bottom: 0.9375rem;
    padding-top: 0.9375rem;
  }
  .mSection_1 .eSection_text {
    font-family: Calibri, Arial, sans-serif;
    font-size: 1.225rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 1.6875rem;
    text-align: left;
  }
  .mSection_1 .eSection_subText {
    position: relative;
    width: 100%;
  }
  .mSection_1 .eSection_link {
    margin: 1.875rem 0;
    text-align: center;
  }
  .mSection_1 .eSection__logoWrapper {
    padding-top: 3.125rem;
  }
  .mSection_1 .mob-package {
    display: block;
  }
  .mSection_2 .eSection_col {
    max-width: none;
    width: 100%;
  }
  .mSection_2 .eSection_data {
    padding: 0;
  }
  .mSection_2 .eSection_bottomText {
    position: static;
  }
  .mSection_2 .eSection_row {
    display: block;
  }
  .mSection_3 .eSection_col {
    margin: 0 auto;
    max-width: 100%;
  }
  .mSection_3 .eSection_title {
    margin-bottom: 1.875rem;
  }
  .mSection_3 .bNumItem {
    display: inline-block;
    vertical-align: top;
    padding-left: 7.5rem;
    width: 100%;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .mSection_3 .eNumItem_num {
    left: 0;
  }
  .mSection_3 .flacon-s-3 {
    display: block;
  }
  .mSection_4 .mColLarge {
    display: inline-block;
    padding-bottom: 0;
  }
  .mSection_4 .mColSmall {
    max-width: 19.375rem;
    position: relative;
    width: 100%;
  }
  .mSection_4 .eCircle_img {
    position: relative;
    top: 0;
    width: 12.5rem;
  }
  .mSection_4 .eCircle_img:after {
    display: none;
  }
  .mSection_4 .eSection_row {
    padding: 0 0 30px;
  }
  .mSection_4 .bCircle {
    position: relative;
    text-align: left;
    margin-bottom: 0;
  }
  .mSection_4 .mColLarge .eCircle_img {
    margin-top: 0;
    max-width: 100%;
    width: 100%;
  }
  .mSection_4 .mColLarge .eCircle_imgInner {
    background: url(/local/templates/abbot_irs/css/../img/mob-flacon.png) 50% no-repeat;
    background-size: 120%;
    border: 0;
    height: 32.8125rem;
    margin: 0 auto;
    overflow: visible;
    width: 20.8125rem;
  }
  .mSection_4 .m1 {
    float: left;
  }
  .mSection_4 .m1 .bCircle {
    padding-left: 0;
    text-align: center;
  }
  .mSection_4 .m1 .eCircle_img {
    left: 0;
    position: relative;
  }
  .mSection_4 .m2 {
    float: right;
  }
  .mSection_4 .m2 .bCircle {
    padding-right: 0;
    text-align: center;
  }
  .mSection_4 .m2 .eCircle_img {
    position: relative;
    right: 0;
  }
  .mSection_5 .eSection_inner {
    padding: 0;
  }
  .mSection_5 .eSection_tableCell {
    position: relative;
  }
  .mSection_5 .eSection_col {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .mSection_5 .eSection_title {
    font-size: 1.8125rem;
  }
  .mSection_6 .eSLink_link {
    width: 50%;
  }
  .mSection_7 .eSection_inner {
    padding: 0;
  }
  .mSection_7 .bSAcc {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .mSection_7 .eSAcc_header {
    padding: 1.4375rem 0;
    position: relative;
  }
  .mSection_7 .eSAcc_header:after {
    background: url(/local/templates/abbot_irs/css/../img/ico/arrow_m.png) 50% no-repeat;
    background-size: 0.5rem 0.375rem;
    border: 0.125rem solid #a7b6c7;
    content: "";
    height: 3.375rem;
    position: absolute;
    right: 0;
    top: 0.3125rem;
    width: 3.375rem;
  }
  .mSection_7 .eSAcc_title {
    margin: 0;
    padding: 0;
  }
  .mSection_7 .eSAcc_body {
    display: none;
  }
  .mSection_7 p {
    font-size: 0.75rem;
  }
  .litres-list-wrap .eSection_link {
    top: -1.4375rem;
  }
  .litres-list-wrap .eSAcc_header:after {
    background: url(/local/templates/abbot_irs/css/../img/ico/arrow_m.png) 50% no-repeat;
    background-size: 0.5rem 0.375rem;
    border: 0.125rem solid #a7b6c7;
    content: "";
    display: block;
    height: 3.375rem;
    position: absolute;
    right: 0;
    top: 0.3125rem;
    width: 3.375rem;
  }
  .litres-list-wrap .eSAcc_body {
    display: none;
  }
  .litres-title {
    font-size: 1.3125rem;
  }
  .instruction-video {
    background-image: none;
    display: block;
    font-size: 1.5rem;
    height: auto;
  }
  .instruction-video > div {
    display: block;
    padding: 1rem;
    text-align: center;
  }
  .video-popup {
    top: 0;
  }
  .video-popup .eSVideo_video video {
    margin-left: 7%;
    margin-top: 12%;
    width: 86%;
    z-index: -100;
  }
  .lechenie-flacon {
    padding-top: 0;
  }
  .lechenie-flacon .flacon-s-3 {
    background-size: contain;
    display: block;
    height: 32.5rem;
    left: 0;
    margin: 0 auto 3.75rem;
    position: relative;
    top: 0;
  }
  .lechenie-flacon .eSection_title {
    margin: 0 0 4.0625rem;
  }
  .md-wrap.md-wrap-deactive {
    max-width: none;
  }
  .eNav_sub,
  .eNav_sub:after {
    display: none;
  }
  .lechenie-table-item {
    height: 12.8125rem;
    padding-left: 0;
    padding-top: 3.75rem;
    text-align: center;
    width: 100%;
  }
  .table-flacon {
    background: url(/local/templates/abbot_irs/css/../img/ico/flack-pack.png) 50% no-repeat #7ca1cb;
    height: 34.375rem;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    position: relative;
    width: 100%;
  }
  .subNav {
    background: url(/local/templates/abbot_irs/css/../img/ico/subNav.png) 50% no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
  }
  .subBtn {
    -webkit-box-sizing: border-box;
    border: 0.125rem solid #fff;
    box-sizing: border-box;
    height: 3.375rem;
    padding: 0.75rem;
    position: absolute;
    right: 2.375rem;
    top: 2.125rem;
    width: 3.375rem;
    z-index: 5;
  }
  .transform {
    transform: rotate(180deg);
  }
  .back-transform,
  .transform {
    transition: 0.7s;
  }
  .back-transform {
    transform: rotate(0);
  }
  .eNav_sub {
    background: #fff;
    padding-bottom: 0;
    position: relative;
  }
  .eNav_sub .eNav_item {
    border-bottom: 0.0625rem solid #d8d8d8;
    height: auto;
    padding: 0;
  }
  .eNav_sub .eNav_item:last-child {
    border-bottom: none;
    float: none;
    height: auto;
  }
  .eNav_sub .eNav_item .eNav_link {
    color: #003e78;
    display: block;
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 7.5rem;
    text-transform: none;
  }
  .eNav_link {
    display: inline-block;
    font-size: 1.875rem;
    height: auto;
    line-height: 7.5rem;
  }
  .eNav_link:hover {
    color: #fec524;
  }
  .eNav_sub .eNav_item:first-child {
    margin-top: 0;
  }
  .eNav_sub .eNav_item a {
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.9375rem;
    padding: 0.125rem 1.125rem;
    text-transform: uppercase;
  }
  .eSection_subText {
    color: rgba(255, 255, 255, 0.6);
    font-family: Calibri, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    padding-left: 5rem;
    padding-right: 5rem;
    position: relative;
    text-transform: none;
  }
  .i {
    display: none !important;
  }
  .diff-banner {
    background-image: url(/local/templates/abbot_irs/css/../img/opisanie-top-mob-new.jpg);
    background-position: 90%;
  }
}
@media (max-width: 940px) {
  .instruction-top-bg .news-top-title {
    float: none;
    padding: 5rem 0 3.125rem;
    text-align: center;
    width: 100%;
  }
  .instruction-top-bg .instruction-pack {
    float: none;
    margin: 0 auto;
    max-width: 26.375rem;
  }
  .instruction-pack {
    position: static;
    width: 100%;
    height: 435px !important;
    margin-top: 50px !important;
  }
}
@media (max-width: 900px) {
  .mSection_2 .eSVideo_video {
    padding-bottom: 56.25%;
  }
  .mSection_2 .eSection_row {
    padding: 0;
  }
  .mSection_2 .eSection_col:first-child {
    float: none;
    height: auto;
    position: relative;
    width: 100%;
  }
  .mSection_2 .eSection_col:last-child {
    float: none;
    height: auto;
    padding-bottom: 0.625rem;
    width: 100%;
  }
  .mSection_5 .eSection_img {
    background-position: top;
    left: 0;
    padding-bottom: 70%;
    position: relative;
  }
  .mSection_5 .eSection_col {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 850px) {
  .lechenie-col-descr {
    float: left;
    width: 50%;
  }
  .lechenie-col-item {
    margin: 0 auto 3.125rem;
    max-width: 70%;
  }
  .lechenie-right-col {
    padding-top: 45vw;
    position: relative;
  }
  .lechenie-center-pack {
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
  }
  .lechenie-left-col {
    padding: 0 2.5rem;
  }
  .shotInstr {
    padding: 0 1.25rem;
  }
  .cLeftcol {
    margin-bottom: 1.5625rem;
    max-width: 100%;
  }
  .cRightcol {
    float: left;
  }
  .cbLeft p {
    margin: 0 0 1.25rem;
  }
  .rCollist {
    margin: 0.625rem 0 1.5625rem 1.25rem;
  }
}
@media (max-width: 768px) {
  .eFooter_warn {
    padding: 1.375rem 0;
  }
  .eFooter_warnImg {
    background-image: url(/local/templates/abbot_irs/css/../img/ico/not_text_m.svg);
    padding-bottom: 21.8%;
  }
  .mSection_3 .eSection_col:last-child .bNumItem {
    margin-bottom: 0;
  }
  .mSection_4 .flacon,
  .mSection_4 .m1 .eCircle_img,
  .mSection_4 .m2 .eCircle_img {
    position: relative;
  }
  .mSection_4 .eSection_inner {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .mSection_4 .m1 .bCircle {
    padding-left: 0;
    text-align: center;
  }
  .mSection_4 .m2 .bCircle {
    padding-right: 0;
    text-align: center;
  }
  .mSection_4 .eCircle_img {
    left: 0;
    margin: 0 auto;
    position: relative;
    right: 0;
  }
  .mSection_4 .mColSmall {
    margin-top: 3.125rem;
    max-width: 100%;
  }
  .mSection_4 .mColSmall .eCircle_text {
    margin-top: 1.25rem;
  }
  .mSection_4 .slick-list {
    padding: 0;
  }
  .mSection_6 .eSLink_link,
  .stepColl {
    width: 100%;
  }
  .stepColl {
    display: block;
  }
  .stepNumber {
    display: none;
  }
  .stepLeftDescr {
    padding-right: 0;
  }
  .stepRightDescr {
    padding-left: 0;
  }
  .rowStepWrap {
    display: block;
  }
  .reverceRow {
    -ms-flex-direction: column-reverse;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
  }
  .bSmWrap {
    padding: 0 2.5rem;
  }
  .mobInfo {
    font-size: 3rem;
    line-height: 1.2em;
    margin: -0.9375rem 0 3.125rem;
    padding-top: 3.5rem;
  }
  .mobInfo:before {
    font-size: 12.5rem;
  }
  .stepDescr,
  .tDescription {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
  .stepImgWrap {
    height: 22.5625rem;
    margin-bottom: 2.6875rem;
  }
  .stepDescr {
    margin-bottom: 4.375rem;
  }
  .stepTitle {
    font-family: "Calibri", Arial, sans-serif;
    margin-bottom: 1.5625rem;
  }
  .stepWrap {
    margin-bottom: 0;
  }
  .mobTitleLine {
    border-bottom: 0.125rem solid #fec524;
    padding-bottom: 1.25rem;
  }
  .mobTitleLine span {
    border-bottom: none;
  }
  .sub_item {
    min-width: 200px;
  }
}
@media (max-width: 760px) {
  .subsections {
    margin-top: 13.75rem;
  }
}
@media (max-width: 640px) {
  .eFooter_logo {
    float: left;
    width: 40%;
  }
  .mSection_2 .bNumItem {
    padding-left: 6.875rem;
  }
  .mSection_2 .eSVideo_play {
    background: url(/local/templates/abbot_irs/css/../img/ico/play-mob.png) no-repeat;
    background-size: cover;
    height: 3.875rem;
    margin-left: -2rem;
    margin-top: -2.4375rem;
    width: 3.875rem;
  }
  .mSection_2 .eSVideo_play:hover {
    background-position: -3.875rem 0;
  }
  .mSection_3 .eSection_data {
    padding-top: 1.25rem;
  }
  .mSection_3 .eSection_title {
    line-height: normal;
    margin: 0;
  }
  .mSection_3 .eSection_col {
    max-width: 100%;
  }
  .mSection_3 .bNumItem {
    padding-left: 6.875rem;
  }
  .mSection_3 .bNumItem,
  .mSection_3 .bNumItem:last-child {
    margin-bottom: 1.375rem;
  }
  .mSection_3 .eNumItem_text {
    font-family: Calibri, Arial, sans-serif;
  }
  .mSection_4 .eSection_text {
    line-height: 1.15em;
    margin-left: 0;
    margin-right: 0;
  }
  .mSection_4 .eSection_title {
    margin-bottom: 2.25rem;
  }
  .mSection_4 .eCircle_text {
    line-height: normal;
  }
  .mSection_5 .eSection_title {
    line-height: 1.1em;
    padding: 2.5rem 2.375rem;
    text-align: left;
  }
  .mSection_5 .eSection_img {
    padding-bottom: 100%;
  }
  .mSection_5 .eSection_subTitle {
    line-height: normal;
  }
  .mSection_5 .eSection_list li {
    line-height: 1.5;
    max-width: 100%;
    padding-right: 0;
  }
  .mSection_5 .eSection_list li:before {
    left: 0;
    top: 2.125rem;
  }
  .mSection_5 .eSection_col {
    padding-top: 3.125rem;
  }
  .mSection_5 .eSection_link {
    text-align: center;
    top: 0;
  }
  .mSection_7 .eSAcc_title {
    font-size: 3rem;
  }
  .mSection_7 p {
    font-size: 1.5rem;
    line-height: 1.33;
  }
  .news-content-wrap blockquote {
    font-size: 3rem;
  }
  .bWrap {
    padding: 0 2.5rem;
  }
  .question-descr blockquote {
    font-size: 3rem;
    text-align: center;
  }
  .question-descr ul {
    margin-left: 0;
  }
  .question-descr ul li {
    font-size: 2.25rem;
    line-height: 3rem;
  }
  .question-descr ul li:before {
    top: 1.125rem;
  }
  .news-top-title {
    line-height: 4.5rem;
    padding: 13.5rem 0 9.375rem;
  }
  .news-question-wrap {
    margin-top: 3.125rem;
  }
  .news-question {
    margin-bottom: 1.25rem;
  }
  .question-descr .number-list li {
    font-size: 1.875rem;
  }
  .question-descr .number-list li:before {
    top: 0.5rem;
  }
  .litres-title {
    font-size: 1.3125rem;
  }
  .news-list-item {
    height: 13.25rem;
    width: 100%;
  }
  .news-list-item .news-list-title {
    z-index: 22;
  }
  .litres-list-wrap .bSAcc h2 {
    font-size: 3rem;
    margin-bottom: 0;
  }
  .litres-list-wrap .eSAcc_header:after {
    top: -0.5rem;
  }
  .news-bg {
    background-position: 50%;
  }
  .top-p {
    color: #fff;
    font-family: Calibri, Arial, sans-serif;
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1.875rem;
    margin-bottom: 1.875rem;
    margin-top: 0;
  }
  .bContent {
    overflow: hidden;
  }
  .static-1,
  .static-2,
  .static-3 {
    -o-transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out;
    display: inline-block;
    text-align: center;
    transition: all 2s ease-in-out;
  }
  .coll-static p {
    display: inline-block;
    line-height: 4.375rem;
    margin: 0;
    min-height: auto;
    padding-left: 0;
    vertical-align: top;
    width: 100%;
  }
  .coll-static:last-child {
    width: 100%;
  }
  .static-1 {
    line-height: 4.375rem;
    width: 7rem;
  }
  .static-2,
  .static-3 {
    line-height: 4.375rem;
    width: 14rem;
  }
  .coll-static,
  .column-row {
    display: block;
  }
  .coll-static {
    margin-bottom: 1rem;
    padding-right: 0;
    text-align: left;
    width: 100%;
  }
  .lechenie-col-descr {
    float: none;
    width: 100%;
  }
  .lechenie-col-item {
    font-size: 1.875rem;
    margin: 0 auto 3.125rem;
  }
  .lechenie-col-title {
    font-family: Calibri, Arial, sans-serif;
    font-size: 1.875rem;
  }
  .lechenie-list li {
    font-size: 1.875rem;
    line-height: 1.2em;
  }
  .cLeftcol,
  .content-body,
  .content-body p,
  .content-list-point li,
  .lechenie-table-item,
  .question-descr,
  .rCollist li,
  .rColtitle,
  .shotInstr p,
  .sub_item_link_wrap {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lechenie-table-item {
    padding-left: 2.5rem;
    text-align: left;
  }
  .subsections {
    margin-top: 1.875rem;
  }
  .sub_item {
    padding: 2.1875rem 0.625rem 0;
    width: 17.5rem;
  }
  .cRightcol {
    max-width: 100%;
  }
  .content-list-point li:before,
  .rCollist li:before {
    top: 0.9375rem;
  }
  .shotInstr {
    padding: 0 2.5rem;
  }
  .irs_text {
    padding: 0 1.25rem;
    text-align: left;
  }
  .parents-wrap .news-question {
    font-size: 3rem;
    text-align: left;
  }
  .eSection_subText {
    color: rgba(255, 255, 255, 0.6);
    font-family: Calibri, Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 300;
    margin-top: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    text-transform: none;
  }
  .accord__item {
    margin-bottom: 20px;
  }
  .accord__trigger:after {
    width: 15px;
    height: 15px;
    top: calc(50% - 7.5px);
  }
}
@media (max-width: 540px) {
  .mSection_1 .eSection_title {
    font-size: 2rem;
    line-height: 2rem;
  }
  .mSection_1 .eSection_note {
    font-size: 1rem;
    padding-bottom: 2.5rem;
  }
  .mSection_1 .downLink {
    content: "";
    height: 3.125rem;
    margin-left: -1.5625rem;
    width: 3.125rem;
    z-index: 1;
  }
  .mSection_1 .eSection__logo {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-right: 0.125rem solid #fcbb00;
    padding-right: 0.75rem;
    width: 9.375rem;
  }
  .mSection_1 .eSection__logoText {
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding-left: 0.75rem;
  }
  .mSection_3 .eSection_title,
  .news-content-wrap blockquote {
    font-size: 2.375rem;
  }
  .eSection_inner {
    padding: 0 1.25rem;
  }
  .question-descr {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .question-descr blockquote {
    font-size: 2.375rem;
    text-align: center;
  }
  .question-descr ul {
    margin-left: 0;
  }
  .question-descr ul li {
    font-size: 1.625rem;
    line-height: 3rem;
  }
  .question-descr ul li:before {
    top: 1.125rem;
  }
  .news-question-wrap {
    margin-top: 3.125rem;
  }
  .news-question {
    font-size: 2.25rem;
    margin-bottom: 1.25rem;
  }
  .question-descr .number-list li {
    font-size: 1.625rem;
    line-height: 2rem;
  }
  .question-descr .number-list li:before {
    top: 0.5rem;
  }
  .news-bg .question-descr ul li {
    font-size: 1.625rem;
    margin-bottom: 1.5625rem;
  }
  .litres-title {
    font-size: 1.4375rem;
  }
  .news-list-item {
    height: 13.25rem;
    width: 100%;
  }
  .news-list-item .news-list-title {
    z-index: 22;
  }
  .litres-list-wrap .bSAcc h2 {
    font-size: 3rem;
    margin-bottom: 0;
  }
  .litres-list-wrap .eSAcc_header:after {
    top: -0.5rem;
  }
  .irs-banner {
    padding-left: 1rem;
    padding-right: 6.25rem;
  }
  .irs-banner-image {
    right: 0;
  }
}
@media (max-width: 480px) {
  .bSearchBtn {
    left: 23%;
  }
  .eSection_text_list {
    font-size: 0.625rem;
  }
  .tel-mob {
    background-size: contain;
    right: 3.4375rem;
    width: 1.5625rem;
  }
  .tel-mob:before {
    right: -0.75rem;
    top: -0.1875rem;
  }
  .bNavBtn {
    left: 0.625rem;
  }
  .eFooter_nav {
    margin-top: 1.875rem;
  }
  .eFooter_nav ul li {
    margin-bottom: 0.5rem;
  }
  .eFooter_nav ul li a {
    font-size: 0.875rem;
  }
  .bFLogo {
    background-position: 0;
    background-size: auto 100%;
    display: block;
    float: left;
    height: 1.5rem;
    margin: 0;
    width: 100%;
  }
  .bFooter {
    padding-top: 0.75rem;
  }
  .eFooter_id {
    font-size: 0.75rem;
  }
  .eFooter_inner {
    margin-bottom: 0.8125rem;
  }
  .eFooter_copy {
    font-size: 0.6875rem;
    padding-bottom: 1rem;
    padding-top: 0.6875rem;
  }
  .eFooter_warn {
    padding: 0.6875rem 0;
  }
  .upLink {
    height: 1.625rem;
    margin-top: -0.8125rem;
    width: 1.625rem;
  }
  .mSection_1 .mSection_4 .eSection_row {
    width: 95%;
  }
  .mSection_1 .eSection_inner {
    max-width: 100%;
  }
  .mSection_1 .eSection_link {
    margin: 1.5rem 0;
  }
  .mSection_1 .eSection__logoWrapper {
    margin-bottom: 0.3125rem;
    padding: 0.9375rem 0 0;
  }
  .mSection_1 .eSection__logo {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-right: 0.125rem solid #fcbb00;
    padding-right: 0.75rem;
    width: 7.5rem;
  }
  .mSection_1 .eSection__logoText {
    font-size: 0.9375rem;
    line-height: 1.25rem;
    padding-left: 0.75rem;
  }
  .mSection_1 .bBtn {
    height: auto;
    line-height: 1.875rem;
    padding: 0.3125rem 1.375rem;
  }
  .mSection_1 .eSection_title {
    font-size: 1.25rem;
    line-height: 1.575rem;
    margin: 0 0 0.625rem;
    padding: 0.3125rem 0;
  }
  .mSection_1 .eSection_text {
    font-size: 0.8125rem;
    line-height: 1.375rem;
    margin: 0 0 1.1875rem;
    padding: 0 0.625rem 1.5625rem;
  }
  .mSection_1 .eSection_note {
    font-size: 0.625rem;
    margin: 0 0 0.625rem;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .mSection_2 .video-poster {
    background-position: 50% 50%;
  }
  .mSection_2 .eSection_data {
    padding: 1.375rem 0 2.3125rem;
  }
  .mSection_2 .eSection_title {
    font-size: 1.5rem;
    line-height: normal;
    padding-bottom: 0;
  }
  .mSection_2 .eSection_text {
    font-size: 0.9375rem;
  }
  .mSection_2 .eSection_text strong {
    font-size: 1.125rem;
  }
  .mSection_2 .eSection_list li {
    font-size: 0.875rem;
    margin-bottom: 0.9375rem;
    padding-left: 0.875rem;
  }
  .mSection_2 .eSection_list li:last-child {
    margin-right: -0.625rem;
  }
  .mSection_2 .eSection_list li:before {
    height: 0.3125rem;
    left: 0;
    top: 0.5625rem;
    width: 0.3125rem;
  }
  .mSection_2 .eSection_list {
    margin-bottom: 1.5625rem;
  }
  .mSection_3 .eNumItem_text br,
  .mSection_3 .hidden-xs {
    display: none;
  }
  .mSection_3 .eSection_title {
    font-size: 1.375rem;
    line-height: normal;
    padding-top: 1.625rem;
  }
  .mSection_3 .eNumItem_text {
    font-size: 0.9375rem;
  }
  .mSection_3 .eSection_data {
    padding-top: 0;
  }
  .mSection_3 .flacon-s-3 {
    background-size: contain;
    height: 15.4375rem;
    margin: 0 auto 1.6875rem;
    width: 4.6875rem;
  }
  .mSection_3 .bNumItem {
    margin-bottom: 0.875rem;
    min-height: 2.375rem;
    padding-left: 3.25rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .mSection_3 .eNumItem_num {
    border: 0.0625rem solid #f2c300;
    font-size: 1rem;
    height: 2.375rem;
    line-height: 2.375rem;
    width: 2.375rem;
  }
  .mSection_4 .eSection_title {
    font-size: 1.5rem;
    line-height: normal;
    margin-bottom: 1.1875rem;
  }
  .mSection_4 .eSection_text {
    margin-bottom: 1.0625rem;
  }
  .mSection_4 .eCircle_title {
    font-size: 1.375rem;
    line-height: normal;
    margin: 0 0 1.25rem;
  }
  .mSection_4 .eCircle_text {
    font-size: 0.9375rem;
    margin: 1.25rem auto 0;
    max-width: 80%;
  }
  .mSection_4 .mColLarge .eCircle_imgInner {
    height: auto;
    width: 10rem;
  }
  .mSection_4 .eCircle_img {
    width: 7.5rem;
  }
  .mSection_4 .mColSmall {
    margin-top: 1.5625rem;
    padding: 0;
  }
  .mSection_4 .bCircle {
    margin-bottom: 0.3125rem;
  }
  .mSection_4 .mColSmall .eCircle_text {
    font-size: 0.875rem;
    margin-top: 2rem;
  }
  .mSection_4 .eCircle_imgInner:before {
    left: -0.625rem;
  }
  .mSection_4 .eCircle_imgInner:after,
  .mSection_4 .eCircle_imgInner:before {
    background-size: contain;
    height: 1.75rem;
    margin-top: -0.3125rem;
    width: 2.6875rem;
  }
  .mSection_4 .eCircle_imgInner:after {
    right: -0.625rem;
  }
  .mSection_5 .eSection_list li {
    font-size: 1rem;
    margin: 0 0 1.5625rem;
    padding: 0 0 0 2.3125rem;
  }
  .mSection_5 .eSection_list li:before {
    height: 1.625rem;
    top: 1.75rem;
    width: 1.625rem;
  }
  .mSection_5 .eSection_title {
    font-size: 1.25rem;
    line-height: normal;
    padding: 1.4375rem 1.25rem;
  }
  .mSection_5 .eSection_subTitle {
    font-size: 1.5rem;
    margin-bottom: 1.375rem;
  }
  .mSection_5 .eSection_col {
    padding: 1.5625rem 0;
  }
  .mSection_5 .eSection_img {
    position: relative;
  }
  .mSection_5 .eSection_link {
    padding-top: 0;
  }
  .mSection_5 .eSection_link .bBtn {
    display: inline-block;
    font-size: 0.75rem;
    height: 2.5625rem;
    line-height: 2.625rem;
    padding: 0 3.8125rem 0 1.375rem;
    width: auto;
  }
  .mSection_5 .eSection_link .bBtn .eBtn_ico {
    display: block;
    height: 0.625rem;
    right: 1.3125rem;
    width: 0.9375rem;
  }
  .mSection_6 .eSLink_title,
  .mSection_7 .eSAcc_title {
    font-size: 1.5rem;
  }
  .mSection_7 .p {
    font-size: 1.125rem;
  }
  .mSection_7 p {
    font-size: 0.75rem;
  }
  .mSection_7 .eSAcc_body {
    padding-top: 1.5625rem;
  }
  .mSection_7 .eSAcc_header {
    padding: 0 0 0.3125rem;
  }
  .mSection_7 .eSAcc_header:after {
    height: 1.75rem;
    right: -0.125rem;
    top: -0.3125rem;
    width: 1.75rem;
  }
  .question-descr {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
  .question-descr blockquote {
    font-size: 1.75rem;
    text-align: center;
  }
  .question-descr ul {
    margin-left: 0;
    margin-top: 0;
  }
  .question-descr ul li {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .question-descr ul li:before {
    top: 0.3125rem;
  }
  .news-question-wrap .eSection_title {
    line-height: 1.875rem;
    font-family: "Calibri", Arial, sans-serif;
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    text-align: center;
  }
  .gradient-bg {
    padding-top: 1.25rem;
  }
  .news-question-wrap {
    font-size: 1.5625rem;
    line-height: 1.8125rem;
    margin-top: 1.375rem;
  }
  .number-list {
    margin-top: 0;
  }
  .question-descr .number-list li {
    font-size: 1rem;
    line-height: 1.1875rem;
    margin-bottom: 1rem;
  }
  .question-descr .number-list li:before {
    top: 0;
  }
  .news-bg .question-descr ul li {
    font-size: 1.625rem;
    margin-bottom: 1.5625rem;
  }
  .news-list-item {
    height: 13.25rem;
    width: 100%;
  }
  .news-list-item .news-list-title {
    z-index: 22;
  }
  .top-p {
    color: #fff;
    font-family: Calibri, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.875rem;
    margin-bottom: 1.25rem;
  }
  .news-top-title {
    font-size: 2.0625rem;
    line-height: normal;
    padding: 10.375rem 0 7.75rem;
  }
  .news-question {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0.625rem;
  }
  .news-content-wrap blockquote {
    font-size: 1.4375rem;
    line-height: 1.8125rem;
    margin: -0.9375rem 0 1.5rem;
    padding-top: 2.3125rem;
  }
  .instruction-top-bg .news-top-title {
    padding: 1.25rem 0;
  }
  .instruction-top-bg .instruction-pack {
    height: 19.813rem !important;
    max-width: 28.875rem;
    background-position: center;
    margin-top: 10px !important;
  }
  .news-question-wrap .eSection_title {
    font-size: 1.4375rem;
  }
  .mb-30 {
    margin-bottom: 0;
  }
  .instruction-title {
    font-size: 1.625rem;
  }
  .instruction-title-descr {
    font-size: 0.75rem;
    line-height: 1.0625rem;
  }
  .product-info {
    line-height: 1.1875rem;
  }
  .bWrap {
    padding: 0 1.25rem;
  }
  .bWrap_top {
    top: 142px;
  }
  .mobInfo {
    font-size: 1.4375rem;
    line-height: 1.8125rem;
    margin: -0.9375rem 0 1.5rem;
    padding-top: 2.3125rem;
  }
  .mobInfo:before {
    font-size: 7.6875rem;
  }
  .stepTitle {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 0;
    padding-bottom: 1.125rem;
  }
  .stepTitle span {
    padding-bottom: 0.5rem;
  }
  .bSmWrap {
    padding: 0 1.25rem;
  }
  .stepDescr,
  .tDescription {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-bottom: 1.875rem;
  }
  .stepDescr {
    line-height: 1.125rem;
    margin-bottom: 1.25rem;
  }
  .stepImgWrap {
    height: 12.5rem;
    margin-bottom: 1.25rem;
  }
  .sub_item_link_wrap {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .content-body {
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin-top: 0;
  }
  .lechenie-col-title,
  .lechenie-list li {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .content-title {
    margin-bottom: 0.625rem;
    padding-bottom: 0.3125rem;
  }
  .back-btn {
    margin: 1.5625rem 0 1.25rem;
  }
  .lechenie-left-col {
    padding: 0 1.25rem;
  }
  .lechenie-col-title {
    margin-bottom: 1.5625rem;
  }
  .lechenie-table-item {
    font-size: 1.5rem;
    height: 10.625rem;
    line-height: 1.875rem;
    padding-left: 1.25rem;
    padding-top: 2.5rem;
  }
  .lechenie-table-wrap {
    margin-bottom: 0;
  }
  .product-info {
    font-size: 0.875rem;
    margin-bottom: 1.875rem;
    margin-top: 1.375rem;
  }
  .ingridient-bottom-descr {
    font-size: 0.875rem;
    margin-top: 1.5625rem;
  }
  .lechenie-col-item {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin: 0 auto 1.875rem;
  }
  .sub_item {
    padding: 2.1875rem 0 0;
    width: 100%;
  }
  .cLeftcol,
  .content-body p,
  .content-list-point li,
  .question-descr,
  .rCollist li,
  .rColtitle,
  .shotInstr p {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .shotInstr {
    padding: 0 1.25rem;
  }
  .subsections {
    margin-top: 0;
  }
  .irs_text img {
    margin: 1.5625rem auto;
    width: 70%;
  }
  .animated-columns {
    margin-top: 1.875rem;
  }
  .parents-wrap .news-question {
    font-size: 1.5625rem;
    line-height: 1.8125rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.25rem;
    text-align: left;
  }
  .subBtn {
    height: 2.1875rem;
    padding: 0.3125rem;
    right: 0.625rem;
    top: 0.5625rem;
    width: 2.1875rem;
  }
  .eNav_link {
    font-size: 0.875rem;
    line-height: 3.125rem;
  }
  .eNav_sub .eNav_item {
    height: 3.75rem;
    padding: 0;
  }
  .eNav_sub .eNav_item .eNav_link {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 3.75rem;
    padding: 0.125rem 1.125rem;
    text-transform: uppercase;
  }
  .eNav_item .eNav_link {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 3.125rem;
  }
  .accord {
    margin: 0 -10%;
  }
  .accord__item {
    margin: 0;
  }
  .accord__trigger {
    font-size: 28px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    word-break: break-word;
  }
}
@media (max-width: 430px) {
  .instruction-top-bg .news-top-title {
    float: none;
    padding: 0.125rem 0 1rem;
    text-align: left;
    width: 100%;
  }
  .instruction-top-bg .instruction-pack {
    background-size: contain;
    float: none;
    height: 27.8125rem;
    margin: 0 auto;
    width: 100%;
  }
  .ingridient-row {
    font-size: 0.8125rem;
  }
  .content-title {
    font-size: 1.5rem;
  }
  .mLeftArrow {
    padding-left: 2.8125rem;
    padding-right: 1.5625rem;
  }
  .mLeftArrow .eBtn_ico {
    left: 1.25rem;
  }
}
@media (max-width: 320px) {
  .mSection_5 .eSection_link .bBtn .eBtn_ico {
    display: block;
    right: 1.3125rem;
  }
  .news-top-title-bg {
    background: url(/local/templates/abbot_irs/css/../img/temp/news-1-bg.jpg) 50% no-repeat;
  }
  .news-top-title {
    font-size: 2.25rem;
  }
  .litres-list-wrap .bSAcc h2 {
    font-size: 1.875rem;
    margin-bottom: 0;
  }
  .litres-list-wrap .eSAcc_header:after {
    top: -0.25rem;
  }
}
.page_not_found .useful_info {
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: center;
  align-items: center;
  margin: 0 0 2.5rem;
  padding: 0 5px;
}
.page_not_found .useful_info a {
  font-size: 2rem;
}
@media screen and (max-width: 500px) {
  .page_not_found .useful_info {
    flex-direction: column;
    gap: 15px;
  }
}

/* End */


/* Start:/local/templates/abbot_irs/css/bootstrap.modal.min.css?16861426673378*/
.modal-open{padding-right:0 !important}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:0.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform 0.3s ease-out;transition:transform 0.3s ease-out;transition:transform 0.3s ease-out, -webkit-transform 0.3s ease-out;-webkit-transform:translate(0, -50px);transform:translate(0, -50px)}@media (prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.2);border-radius:0.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:0.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(0.3rem - 1px);border-top-right-radius:calc(0.3rem - 1px)}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:0.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(0.3rem - 1px);border-bottom-left-radius:calc(0.3rem - 1px)}.modal-footer>*{margin:0.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width: 992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width: 1200px){.modal-xl{max-width:1140px}}

/* End */


/* Start:/local/templates/abbot_irs/css/buy.css?17188970956228*/
.bSection_buy { background: url(/local/templates/abbot_irs/css/../img/mob-buy-bg.jpg) no-repeat; background-size: cover; }
.eSection_order_online_header { padding-bottom: .3em; margin-bottom: 4.15vh; margin-left: .2em; font-size: 2rem; color: #fff; border-bottom-width: .1875rem; }
.eSection_order_online_img { width: 1.226em; height: 1.226em; vertical-align: middle; margin-right: 7px; }
.bSection_buy_inner { margin: 0 auto; padding-left: .9375rem; padding-right: .9375rem; max-width: 101.25rem; }
.bSection_buy_hand_img_container { text-align: right; }
.bSection_buy_hand_img { width: 90%; }
.bSection_buy_data { display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; padding: 2rem 0; }
.row .bSection_pharmacy_row { margin-top: -4.15vh; }
.bSection_pharmacy_col { margin-top: 4.15vh; }
.bSection_pharmacy_link { display: inline-block; vertical-align: top; }
.bSection_pharmacy_img { vertical-align: top; max-height: 100px; width: auto; }

@media (min-width: 768px) {
.bSection_buy { background: radial-gradient(45.96% 116.14% at 96.93% 119.78%, rgba(70, 178, 255, 0.2) 0%, rgba(70, 178, 255, 0) 100%),
linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0) 100%),
linear-gradient(270deg, #10456D 46.5%, #033153 100%); }
.bSection_buy_hand { background: url(/local/templates/abbot_irs/css/../img/hand-flac.png) no-repeat 100% 100%; background-size: auto 80%; }
.bSection_buy_data { width: 53.5%; }
.eSection_order_online_header { font-size: 3rem; }
.bSection_buy_hand_img { display: none; }
}

@media (min-width: 1025px) {
.bSection_buy { display: -webkit-box; display: flex; -webkit-box-flex: 1; flex: 1 0 auto; min-height: calc(100vh - 142px); }
.bSection_buy:after { content: ''; min-height: inherit; font-size: 0; height: 100%; }
.bSection_buy_hand, .bSection_buy_inner { display: -webkit-box; display: flex; -webkit-box-flex: 0; flex: 0 0 100%; }
.eSection_order_online_header { font-size: 3.23vw; }
}

@media (min-width: 1280px) {
.bSection_buy_hand { background-size: auto 100%; }
}

/* ==== BYE ONLINE ==== */

.bSection_bye_online {
background: radial-gradient(45.96% 116.14% at 96.93% 119.78%, rgba(70, 178, 255, 0.2) 0%, rgba(70, 178, 255, 0) 100%),
linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0) 100%),
linear-gradient(270deg, #10456D 46.5%, #033153 100%);
}
.bSection_bye_online_hand { background: url(/local/templates/abbot_irs/img/hand-flac.png) right bottom no-repeat; padding-top: 20px; padding-bottom: 40px; background-size: contain;}
.bSection_bye_online .bWrap { max-width: 85rem; padding: 0 .9375rem; }
.bSection_bye_online_title_outer { padding-left: 6em; background: url(/local/templates/abbot_irs/img/arrow.svg) 0px center no-repeat; padding-top: 2em; background-size: 5em; }
.bSection_bye_online_title { font-family: ''Calibri''; font-weight: bold; font-size: 3.5em; line-height: 120%; color: #fff; display: inline-block; border-bottom: 2px solid #FEC524; padding-bottom: 0.2em; margin-bottom: 0.3em; }
.bSection_bye_online_list { margin-right: 451px; }
.bSection_bye_subtext { color: #fff; line-height: 140%; }
.bSection_bye_subtext p { margin-bottom: 15px; }
.bSection_bye_online_row { margin-top: 26px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.bSection_bye_online_item { width: 25%; padding-left: 10px; padding-right: 10px; margin-bottom: 35px; height: 83px; background-size:  100px; }
.bSection_bye_online_item_link { display: block; height: inherit; background-repeat: no-repeat; background-position: center; background-size: contain; }
@media (max-width: 1700px) {
.bSection_bye_online_hand {background-position-x: 125%;}
}
@media (max-width: 1400px) {
.bSection_bye_online_hand {background-position-x: 140%;}
}
@media (max-width: 1250px) {
.bSection_bye_online_hand {background-position-x: 160%;}
}
@media (max-width: 1100px) {
	.bSection_bye_online_title_outer {font-size: 13px;}
	.bSection_bye_online_list { margin-right: 0;}
	.bSection_bye_online_hand {background:none;}
}
@media (max-width: 820px) {
	.bSection_bye_online_title_outer {font-size: 12px;}
	.bSection_bye_online_item { width: 50%; }

}
@media (max-width: 360px) {
	.bSection_bye_online_title_outer {font-size: 10px;}
	.bSection_bye_online_item { width: 100%; }
}



/* Buy page start */
.bSection_buy .bSection_buy_inner {
	padding: 0 20px;
	width: 70%;
	margin: auto;
	max-width: 1400px;
}

.bSection_buy .bSection_buy_inner .bSection_buy_data {
	width: 80%;
}

.bSection_buy .bSection_buy_hand {
	background-size: auto 60%;
}

.bSection_buy .eSection_order_online_header {
	border: none;
	text-transform: uppercase;
	margin-left: 0;
	margin-bottom: 0px;
	margin-top: 1em;
	font-size: 55px;
}

.order-online-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 30px;
	margin: 20px 0;
}

.order-online-list .order-online-card {
	background-color: white;
	flex-basis: 21%;
	height: 130px;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	position: relative;
}

.order-online-list .order-online-card:hover {
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
}

.order-online-list .order-online-card img {
	max-width: 100%;
	max-height: 100%;
}

.order-online-list .order-online-card a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 1599.98px) {
	.bSection_buy .bSection_buy_hand {
		background-position: 120% 100%;
	}
}

@media (max-width: 1199.98px) {
	.bSection_buy .eSection_order_online_header {
		font-size: 45px;
	}
}

@media (max-width: 1024px) {
	.bSection_buy .bSection_buy_inner {
		width: 100%;
	}
}

@media (max-width: 991.98px) {
	.order-online-list .order-online-card {
		flex-basis: 29%;
		height: 130px;
	}
	.bSection_buy .eSection_order_online_header {
		font-size: 40px;
	}
}

@media (max-width: 767.98px) {
	.bSection_buy .bSection_buy_inner .bSection_buy_data {
		width: 100%;
	}
	.bSection_buy .eSection_order_online_header {
		font-size: 30px;
	}
}

@media (max-width: 575.98px) {
	.order-online-list {
		gap: 20px;
	}
	.order-online-list .order-online-card {
		flex-basis: 46%;
		height: 90px;
	}
	.bSection_buy .eSection_order_online_header {
		font-size: 25px;
	}
}

/* Buy page end */



/* End */


/* Start:/local/templates/abbot_irs/css/home.css?173142264737719*/
.btn__icon{
  width: 1.6rem;
  height: 1rem;
}

.irs19_main {
  transition: all .5s ease-in-out;
  left: 50%;
  overflow: hidden;
  margin-left: -350px;
  position: fixed;
  max-width: 460px;
  max-height: 800px;
  z-index: 999
}

.irs19_main div.i {
  display: block;
  background: url(/local/templates/abbot_irs/css/../img/irs_sprite_20170510.png) no-repeat;
  width: 14000px;
  height: 2400px
}

.irs19_main_puff {
  margin-left: -350px;
  max-width: 700px;
  max-height: 670px;
  top: -39px;
  opacity: 0
}

.irs19_main_puff div.i {
  display: block;
  background: url(/local/templates/abbot_irs/css/../img/mainpage-puff_20170510.png) no-repeat;
  width: 4200px;
  height: 4000px
}

.irs19_main, .irs19_main_puff {
  display: none !important
}

.irs19_desktop {
  display: none
}

.mSection_1 .downLink, .mSection_2 .eSection_list li:before, .mSection_4 .eCircle_img:after, .mSection_5 .eSection_img:before, .mSection_5 .eSection_list li:before, .mSection_6 .eSLink_title:before {
  content: ""
}

.mSection_7 p {
  font-size: .875rem
}

.mSection_2 .eSection_col, .mSection_3 .eSection_col {
  padding-bottom: 0;
  padding-top: 0
}

.mSection_1 .downLink {
  background: url(/local/templates/abbot_irs/css/../img/ico/button.png) 50% no-repeat;
  background-size: contain;
  bottom: 0;
  display: none;
  height: 6.4375rem;
  left: 50%;
  margin-left: -3.1875rem;
  position: absolute;
  width: 6.4375rem;
  z-index: 1
}

.mSection_1 .eSection_bg {
  background: url(/local/templates/abbot_irs/css/../img/section_1.jpg) no-repeat 50% 50%;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.mSection_1 .eSection_icon {
  background: url(/local/templates/abbot_irs/css/../img/ico/mouse.png) 50% no-repeat;
  background-size: cover;
  left: 50%;
  bottom: 7%;
  width: 1.25rem;
  height: 2.6875rem;
  position: absolute
}

.mSection_1 .eSection_inner {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: relative;
  width: 100%
}

.mSection_1 .eSection_data {
  -ms-flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 24, 64, .75);
  padding: 8.5rem 0 0;
  width: 50%
}

.mSection_1 .eSection_data_inner {
  flex: 0 0 auto;
  max-width: 100%;
}

.mSection_1 .eSection_title {
  background-color: rgba(0, 44, 120, .7);
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 0 1rem;
  text-align: center;
}

.eSection_title__who,
.eSection_title__todo {
  display: block;
}

.eSection_title__who {
  font: 1.83em "Calibri";
  line-height: .8;
  margin: 13px;
  margin-top: 30px;
}

.eSection_title__todo {
  font-size: .75em;
  font-family: Calibri, Calibri, sans-serif;
  line-height: 1.2;
  padding: 20px;
  padding-top: 1em;
}

.mSection_1 .eSection__logoText,
.mSection_1 .eSection_text {
  color: #fff;
  font-family: Calibri, Calibri, sans-serif;
  font-weight: 300
}

.mSection_1 .eSection_text {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  font-size: 1.6vw;
  height: 100%;
  line-height: 3.5rem;
  margin: 0;
  padding: 3.75rem 0 6rem 6.4rem;
  text-transform: uppercase
}
.mSection_1 .eSection_text  .eSection_text_list{
    line-height: 1.8rem;
}
.mSection_1 .eSection_text  .eSection_text_list p:first-child{
    line-height: 2.5rem;
  margin-bottom: -14px;
}
@media (max-width: 1900px){
  .mSection_1 .eSection_text  .eSection_text_list p:first-child{
    line-height: 2rem;
  }
}
@media (max-width: 1120px){
  .mSection_1 .eSection_text  .eSection_text_list p, .mSection_1 .eSection_text  .eSection_text_list p:first-child{
    line-height: 1.5rem;
    margin-bottom: 0;
  }
}
.mSection_1 .eSection_subText {
  bottom: 1%;
  font-size: 1rem;
  line-height: 1.33;
  position: absolute;
  width: 45%
}

.eSection_colored_text {
  color: #e6bb29;
  font-size: 1.179em;
  line-height: 1.18;
}

.eSection_colored_text b {
  display: block;
  font-family: Calibri, sans-serif;
  font-weight: normal;
}

.mSection_1 .eSection__logoWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1.786em;
  padding-left: .375rem;
  margin-bottom: 1.7em;
}

.mSection_1 .eSection__logo {
  padding-right: 1rem;
  width: 25%;
  max-width: 13.25rem;
}

.mSection_1 .eSection__logoText {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font: 1.536em "Calibri";
  line-height: 1;
  padding-left: .3em;
  text-align: left;
  text-transform: none
}

.mSection_1 .eSection_link {
  margin-bottom: 1rem;
  margin-top: 2.286em
}

.eSection_link_row {
  margin: 0 -.9375rem;
}

.mSection_1 .eSection_link_col,
.mSection_1 .eSection_link_col + .eSection_link_col:last-child {
  width: auto;
  float: left;
}

.mSection_1 .eSection_link .bBtn {
  padding: 1.30em 2.0em;
  font-size: .671em;
  height: auto;
  border-radius: 2em;
  font-weight: 700;
  line-height: 1;
}

.mSection_3 .eSection_link .bBtn {
  background-color: #fcbb00;
  color: #001840;
  font-weight: 700
}

.mSection_3 .eSection_link .bBtn:hover {
  background: #003e78;
  color: #fff
}

.mSection_2 .eSection_inner {
  position: relative
}

.mSection_2 .eSection_row {
  display: -ms-flexbox;
  display: flex;
  height: 100%
}

.mSection_2 .eSection_col {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.mSection_2 .bSVideo {
  height: 100%;
  position: relative;
}

.mSection_2 .eSVideo_play {
  background: url(/local/templates/abbot_irs/css/../img/ico/play.png) no-repeat;
  background-size: cover;
  height: 7.4375rem;
  left: 50%;
  margin: -3.75rem 0 0 -3.75rem;
  position: absolute;
  top: 50%;
  width: 7.4375rem
}

.mSection_2 .eSVideo_play:hover {
  background-position: -7.4375rem 0
}

.mSection_2 .eSection_data {
  color: #003e78;
  padding: 4.5rem 9.9375rem
}

.mSection_2 .eSection_title {
  font-family: Calibri, Calibri, sans-serif;
  font-size: 2.5rem;
  line-height: 2.625rem;
  margin: 1.25rem 0;
  padding-bottom: .6875rem;
  text-transform: uppercase
}

.mSection_2 .eSection_title sup {
  font-size: 60%
}

.mSection_2 .eSection_list, .mSection_2 .eSection_text {
  font-family: Calibri, Calibri, sans-serif;
  font-size: 1rem;
  line-height: 1.3
}

.mSection_2 .eSection_text {
  margin-bottom: 0;
  max-width: 38.75rem;
  padding-bottom: 0
}

.mSection_2 .eSection_list {
  color: #003e78;
  margin: 1.5625rem 0
}

.mSection_2 .eSection_list li {
  margin: 0 0 .75rem;
  padding: 0 0 0 1.75rem;
  position: relative
}

.mSection_2 .eSection_list li:before {
  background: #f1c200;
  border-radius: 100%;
  display: block;
  height: .625rem;
  left: 0;
  position: absolute;
  top: .4375rem;
  width: .625rem
}

.mSection_2 .eSection_link {
  color: #fff;
  font-size: 3.5rem;
  line-height: 2.625rem;
  margin-left: -.3125rem;
  position: relative
}
.eSection_bottomText_grey{
  color: #a7b6c7;
  font-size: .775rem;
}
.mSection_2 .eSection_bottomText {
  bottom: 1.25rem;
  font-size: .875rem;
  margin-top: .9375rem;
  position: absolute
}
.eSection_bottomText_grey{
  color: #a7b6c7;
  font-size: .775rem !important;
}
.mSection_3 {
  background: #00417e;
  color: #fff
}

.mSection_3 .eSection_title {
  color: #fff;
  font-family: Calibri, Calibri, sans-serif;
  font-size: 2.5rem;
  line-height: 2.625rem;
  margin: 0 0 8.125rem;
  text-align: center;
  text-transform: uppercase
}

.mSection_3 .eSection_title span {
  color: #e8bb00
}

.mSection_3 .eSection_row {
  padding-left: 15px;
  padding-right: 15px
}

.mSection_3 .bNumItem {
  margin-bottom: 4.375rem;
  min-height: 5.375rem;
  position: relative
}

.mSection_3 .eNumItem_text {
  font-size: 1.5rem;
  line-height: 1.3
}

.mSection_3 .flacon-s-3 {
  background: url(/local/templates/abbot_irs/css/../img/flacon-s-3.png) no-repeat;
  display: none;
  height: 32.5rem;
  margin: 0 auto 3.4375rem;
  width: 9.625rem
}

.mSection_3 .eNumItem_num {
  border: .125rem solid #f2c300;
  border-radius: 100%;
  font-size: 2rem;
  font-weight: 700;
  height: 4.6875rem;
  line-height: 4.5rem;
  position: absolute;
  text-align: center;
  top: 0;
  width: 4.6875rem
}

.mSection_3 .eSection_data {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem
}

.mSection_4 .hidden-xs, .mSection_4 .mLarge .eCircle_img:after {
  display: none
}

.mSection_4 .eCircle_title, .mSection_4 .eSection_title, .mSection_5 .eSection_subTitle, .mSection_5 .eSection_title, .mSection_6 .eSLink_title, .mSection_7 .eSAcc_title {
  font-family: Calibri, Calibri, sans-serif;
}

.mSection_4 .eCircle_title, .mSection_4 .eSection_title {
  text-transform: uppercase
}

.mSection_4 {
  overflow: hidden;
  text-align: center
}

.mSection_4 .eSection_inner {
  margin: 0 auto;
  max-width: 77.5rem
}

.mSection_4 .eSection_title {
  font-size: 2.5rem;
  margin-bottom: 1rem
}

.mSection_4 .eSection_text {
  font-size: 1rem;
  line-height: 1.25rem;
  margin: 0 2rem 1.8125rem;
  padding: 0 1.25rem
}

.mSection_4 .eSection_row {
  margin-bottom: 0;
  padding: 0 22rem;
  position: relative
}

.mSection_4 .mColSmall {
  padding-top: 3rem;
  position: absolute;
  top: 0;
  width: 20rem
}

.mSection_4 .mColSmall.m1 {
  left: 0
}

.mSection_4 .mColSmall.m1 .eCircle_img:after {
  left: 100%
}

.mSection_4 .mColSmall.m2 {
  right: 0
}

.mSection_4 .mColSmall.m2 .eCircle_img:after {
  right: 100%
}

.mSection_4 .bCircle {
  margin-bottom: 2rem
}

.mSection_4 .mLarge {
  position: relative;
  z-index: 1
}

.mSection_4 .mLarge .eCircle_img {
  max-width: 34rem
}

.mSection_4 .mLarge .eCircle_imgInner {
  background: #fff
}

.mSection_4 .eCircle_title {
  font-size: 1.475rem;
  font-weight: 700;
  margin: 0 0 2.0625rem
}

.mSection_4 .eCircle_img {
  margin: 0 auto 2.25rem;
  max-width: 15rem;
  position: relative
}

.mSection_4 .eCircle_img:after {
  background: #f2c300;
  display: block;
  height: .125rem;
  margin-top: -.0625rem;
  position: absolute;
  top: 50%;
  width: 100%
}

.mSection_4 .eCircle_imgInner {
  background-position: 50%;
  background-size: cover;
  border: .125rem solid #f2c300;
  border-radius: 100%;
  overflow: hidden;
  padding-bottom: 98%
}

.mSection_4 .eCircle_text {
  font-size: .9375rem;
  line-height: normal;
  margin-top: 0;
  padding: 0 .625rem
}

.mSection_5 .eSection_subTitle, .mSection_5 .eSection_title {
  font-size: 2.5rem
}

.mSection_5 .eSection_inner {
  -ms-flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column
}

.mSection_5 .eSection_title {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  background-color: #003e78;
  color: #fff;
  line-height: 1.2;
  margin: 0;
  padding: 2.625rem 1.25rem 2.4375rem;
  text-align: center
}

.mSection_5 .eSection_data {
  position: relative;
  flex: 1 0 0
}

.mSection_5 .eSection_title span {
  color: #e8bb00
}

.mSection_5 .eSection_col {
  float: left;
  width: 50%
}

.mSection_5 .eSection_subTitle {
  line-height: 2.625rem;
  margin-bottom: 2.3125rem;
  text-transform: uppercase
}

.mSection_5 .eSection_list li {
  font-size: 1rem;
  line-height: 1.25rem;
  margin: 0 0 2.3125rem;
  max-width: 36.25rem;
  padding: 0 5rem;
  position: relative
}

.mSection_5 .eSection_list li:before {
  background: url(/local/templates/abbot_irs/css/../img/ico/yellow_check.png) 50% no-repeat;
  background-size: cover;
  height: 3.375rem;
  left: .125rem;
  margin-top: -1.6875rem;
  position: absolute;
  top: 50%;
  width: 3.375rem
}

.mSection_5 .eSection_link {
  padding: 1.375rem 0 0
}

.mSection_5 .eSection_img {
  background: url(/local/templates/abbot_irs/css/../img/yellow_people.jpg) 50% no-repeat;
  background-size: cover;
  bottom: 0;
  left: 50%;
  position: absolute;
  right: 0;
  top: 0
}

.mSection_5 .eSection_img:before {
  -o-transition: transform .3s;
  -webkit-transition: -webkit-transform .3s;
  background: rgba(26, 59, 100, .2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform .3s;
  z-index: 1
}

.mSection_6 .bSLink {
  overflow: hidden
}

.mSection_6 .eSLink_link {
  float: left;
  height: 18.75rem;
  overflow: hidden;
  position: relative;
  width: 25%
}

.mSection_6 .eSLink_link:before {
  opacity: .8
}

.mSection_6 .eSLink_link:hover .eSLink_title:before {
  height: 100%
}

.mSection_6 .eSLink_img {
  background-position: 50%;
  background-size: cover;
  height: 100%;
  position: relative
}

.mSection_6 .eSLink_title {
  bottom: 0;
  color: #fff;
  font-size: 1.75rem;
  left: 0;
  padding: 1.25rem 1.875rem;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
  z-index: 2
}

.mSection_6 .eSLink_title:before {
  -o-transition: .3s;
  -webkit-transition: .3s;
  background: rgba(0, 0, 0, .4);
  bottom: 0;
  display: block;
  height: 700%;
  left: 0;
  position: absolute;
  transition: .3s;
  width: 100%;
  z-index: -1
}

.mSection_7 {
  background: #e6ebf1;
  color: #4a6689
}

.mSection_7 .bWrap {
  max-width: 85rem;
  padding: 0 .9375rem
}

.mSection_7 .bSAcc {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem
}

.mSection_7 .eSAcc_title {
  color: #a7b6c7;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin: 0 0 1.4375rem
}

.mSection_7 p {
  color: #a7b6c7;
  line-height: 1.25rem;
  margin: 0 0 2.1875rem
}

.mSection_7 p:last-child {
  margin-bottom: 0
}

.close-popup:after, .close-popup:before {
  content: ""
}

.video-popup {
  background: rgba(26, 59, 100, .77);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000000
}

.video-poster {
  -ms-flex-align: center;
  align-items: center;
  background: #000;
  display: -ms-flexbox;
  display: flex;
  position: relative
}

.video-poster-img {
  width: 100%
}

.video-poster .eSVideo_play {
  background: url(/local/templates/abbot_irs/css/../img/ico/play.png) no-repeat;
  background-size: cover;
  cursor: pointer;
  height: 7.4375rem;
  left: 50%;
  margin-left: -3.75rem;
  margin-top: -3.75rem;
  position: absolute;
  top: 50%;
  width: 7.4375rem
}

.video-poster .eSVideo_play:hover {
  background-position: -7.4375rem 0
}

.close-popup {
  cursor: pointer;
  display: block;
  height: 2.5rem;
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  width: 2.5rem;
  z-index: 555555
}

.close-popup:after, .close-popup:before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background: #fff;
  position: absolute;
  transform: rotate(-45deg);
  z-index: 555554
}

.close-popup:before {
  height: 2.5rem;
  left: 1.1875rem;
  top: -.0625rem;
  width: .125rem
}

.close-popup:after {
  height: .125rem;
  right: -.0625rem;
  top: 1.125rem;
  width: 2.5rem
}

.doubleEffect .eSection_title {
  font-weight: 700
}

.lechenie-flacon {
  margin-top: 2.8125rem;
  min-height: 44.3125rem;
  padding-top: 3.4375rem
}

.lechenie-flacon .eSection_title {
  font-weight: 700;
  line-height: normal;
  margin: 0 0 10.3125rem;
  position: relative
}

.lechenie-flacon .eSection_title:before {
  background: none;
  bottom: -.9375rem;
  content: "";
  height: .125rem;
  left: 50%;
  margin-left: -9.375rem;
  position: absolute;
  width: 18.75rem
}

.lechenie-flacon .flacon-s-3 {
  background-size: contain;
  display: block;
  height: 24.8125rem;
  left: 50%;
  margin-left: -4.1875rem;
  position: absolute;
  top: 10rem
}

.lechenie-flacon .eSection_table {
  overflow: visible
}

.doubleEffect {
  margin-top: 3.125rem
}

.doubleEffect .mColLarge .eCircle_imgInner {
  background: url(/local/templates/abbot_irs/css/../img/mob-flacon.png) 50% no-repeat #fff;
  background-size: contain
}

.eSAcc_body {
  font-family: Calibri, sans-serif
}

.eSection_subText {
  color: hsla(0, 0%, 100%, .6);
  font-family: Calibri, Calibri, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: normal;
  margin-top: .5rem;
  padding-right: 5rem;
  text-transform: none
}

.eSection_row .eSection_row_buy {
  padding: 9% 0 50px 0;
  text-align: center;
}


.news-block{
	padding: 100px 0;
	overflow: hidden;
}
.news-block__wrapper{
	padding: 0 .9375rem;
}
.news-block__slider .slick-list{
	margin: 0 -20px;
}
.news-block__slider .slick-track{
	display: flex;
}
.news-block__slider:not(.slick-initialized){
	display: flex;
	max-height: 100%;
	overflow: auto;
}
.news-block__arrow{
	display: inline-block;
	width: 55px;
	height: 55px;
	position: absolute;
	top: calc(50% - 32px - 22.5px);
	z-index: 2;
	cursor: pointer;
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkuMDEiIGhlaWdodD0iNTUuMDYiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI5LjAxIDU1LjA2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0yOS4wMSAyNy41MWMwIDAuNy0wLjMgMS41LTAuOCAyLjFsLTIzIDI0LjVjLTEuMSAxLjItMyAxLjMtNC4yIDAuMS0xLjItMS4xLTEuMy0zLTAuMDk5OTktNC4ybDIxLTIyLjUtMjEuMS0yMi41Yy0xLjEtMS4yLTEuMS0zLjEgMC4xLTQuMiAxLjItMS4xIDMuMS0xLjEgNC4yIDAuMWwyMyAyNC41YzAuNiAwLjYgMC45IDEuNCAwLjkgMi4xeiIgZmlsbD0iIzAwNGM5NyIvPjwvc3ZnPgo=) no-repeat center/contain;
}
.news-block__arrow--prev{
	left: -70px;
	transform: scaleX(-1);
}
.news-block__arrow--next{
	right: -70px;
}
.news-block__arrow.slick-disabled{
	opacity: .3;
	cursor: default;
}
.news-block__dots{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin: 43px 0 0;
	padding: 0;
	list-style: none;
}
.news-block__dots>li{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #FFC72C;
	opacity: .3;
	margin: 7px;
}
.news-block__dots>.slick-active{
	opacity: 1;
}
.news-block__item{
	width: 547px;
	display: flex;
	flex-direction: column;
	flex: 0 0 auto;
	margin: 0 20px;
}
.news-block__item.slick-slide{
	height: auto;
	display: flex;
}
.news-block__item-pic{
	display: block;
	position: relative;
	padding-top: calc(353 / 547 * 100%);
	background-color: #ccc;
	flex: 0 0 auto;
}
.news-block__item-pic img{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.news-block__item-text{
	background: linear-gradient(40deg,#0496d6,#003058);
	color: #fff;
	width: 75%;
	margin: -50px auto 0;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 180px;
	flex: 1 1 auto;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
}
.news-block__item-text:first-child{
	margin-top: 0;
}
.news-block__item-title{
	font-weight: bold;
	font-size: 24px;
	line-height: normal;
	margin: 0 0 1em;
}
.news-block__item-title:last-child{
	margin-bottom: 0;
}

@media (min-width: 1025px) {

  .eSection_inner, .eSection_table {
    position: relative;
    height: 100%;
    width: 100%
  }

  .eSection_inner {
    transform: translateZ(0)
  }

  .eSection_table {
    display: table;
    overflow: hidden;
    table-layout: fixed
  }

  .eSection_tableCell {
    display: table-cell;
    vertical-align: middle;
    height: 100%
  }

  .irs19_desktop {
    display: block;
    background: 50% no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
  }

  .irs19_desktop.screen02 {
    background-image: url(/local/templates/abbot_irs/css/../img/desktop_flacon-02.png);
    width: 9.25rem;
    height: 26rem
  }

  .irs19_desktop.screen03 {
    background-image: url(/local/templates/abbot_irs/css/../img/desktop_flacon-03.png);
    width: 11.375rem;
    height: 25.625rem
  }

  .mSection_2 .bSVideo {
    padding: 2.5rem 0;
    background: url("/local/templates/abbot_irs/css/../video/video-poster.jpg") no-repeat center / cover;
  }

  .mSection_2 .bSVideo .video-poster-img {
    display: none;
  }

  .mSection_3 .eSection_col {
    float: left;
    width: 50%
  }

  .mSection_3 .eSection_col:nth-child(odd) {
    padding-right: 10.125rem;
    clear: left
  }

  .mSection_3 .eSection_col:nth-child(2n) {
    padding-left: 10.125rem
  }

  .mSection_3 .mLeft {
    padding-right: 7.5rem;
    text-align: right
  }

  .mSection_3 .mLeft .eNumItem_num {
    right: 0
  }

  .mSection_3 .mRight {
    padding-left: 7.5rem
  }

  .mSection_3 .mRight .eNumItem_num {
    left: 0
  }

  .mSection_3 .irs19_desktop {
    margin-top: 50px
  }

  .mSection_1 .eSection_title {
    position: absolute;
    width: 50%;
    right: 0;
    top: 8.5rem;
    font-size: 4.95vh;
    background-color: transparent;
  }
}

@media (min-width: 1025px) and (max-height: 900px) {
  .mSection_1 .eSection_title {
    font-size: 1.5em;
  }

  .eSection_title__todo {
    font-size: 1em;
  }
}

@media (min-width: 1366px) {
  .mSection_6 .eSLink_link {
    height: 19.375rem
  }
}

@media (min-width: 1440px) {
  .mSection_1 .eSection_title {
    padding: 0;
  }
}

@media (min-width: 1600px) {
  .eSection_title__who {
    font-size: 2em;
  }

  .mSection_1 .eSection_link .bBtn {
    font-size: .571em;
  }
}
@media (min-height : 1100px) and (max-width: 1800px) {
  .eSection_title__who {
    font-size: 1.79em;
  }
}
@media (max-width: 1600px) {
  .mSection_1 .eSection_text {
    padding: 4rem 0 4rem 3rem;
  }
}

@media(max-width: 1360px){
	.news-block{
		padding: 70px 0;
	}
	.news-block__slider:not(.slick-initialized){
		margin: 0 -7.5px;
	}
	.news-block__slider .slick-list{
		margin: 0 -7.5px;
	}
	.news-block__item{
		width: 453px;
		margin: 0 7.5px;
	}
	.news-block__item-text{
		padding: 20px;
	}
	.news-block__item-text{
		min-height: 0;
	}
	.news-block__item-title{
		font-size: 20px;
	}
	.news-block__dots{
		margin-top: 30px;
	}
}

@media (max-width: 1279px) {
  .mSection_1 .eSection_text {
    font-size: 1rem
  }

  .mSection_2 .eSection_data {
    padding-left: 6.25rem;
    padding-right: 6.25rem
  }
}

@media (max-width: 1024px) {
  .bWrap {
    padding: 0 1.25rem
  }

  .mSearchIsVisible .bHSearch {
    transform: translateX(0)
  }

  .mNavIsVisible .bNavWrap {
    transform: translate(0)
  }

  .eSection_inner {
    padding: 2.375rem
  }

  .mSection_1 {
    /*height: calc(100vh - 2.8125rem);*/
  }

  .isMobile .fp-responsive .fp-auto-height-responsive.fp-section.mSection_1 {
    /*height: calc(var(--vh, 1vh) * 100) !important;*/
  }

  .mSection_1 .eSection_bg,
  .mSection_1 .eSection_inner {
    padding: 0;
    height: 100%;
  }

  .mSection_1 .downLink {
    display: block;
  }

  .mSection_1 .eSection_data {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    background: none;
    height: 100%;
  }

  .mSection_1 .eSection_data_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
  }

  .mSection_1 .eSection_text_list {
    margin: 2em 0;
  }

  .mSection_1 .eSection__logoText {
    font-size: 1.6em;
  }

  .mSection_1 .eSection_icon {
    display: none
  }

  .mSection_1 .eSection_bg {
    background: url(/local/templates/abbot_irs/css/../img/section_tablet_1.jpg) 100% 0 no-repeat;
    background-size: cover;
  }

  .mSection_1 .eSection_title {
    margin: 0;
    padding: .3125rem .5rem;
    flex: 0 0 auto;
    background: none;
  }

  .mSection_1 .eSection_bg,
  .mSection_1 .eSection_title {
    height: 459px;
  }

  .eSection_title__todo {
    font-size: .6em;
  }

  .mSection_1 .eSection_text {
    flex: 0 0 auto;
    height: auto;
    margin: 0;
    text-align: left;
    background-color: #124163;
    font-size: 1.225rem;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 2rem;
    padding-bottom: 90px;
  }

  .mSection_1 .eSection_subText {
    position: relative;
    width: 100%
  }

  .mSection_1 .eSection_link {
    font-size: 1.7rem;
  }


  .mSection_2 .eSection_col {
    max-width: none;
    width: 100%
  }

  .mSection_2 .eSection_data {
    padding: 0
  }

  .mSection_2 .eSection_bottomText {
    position: static
  }

  .mSection_2 .eSection_row {
    display: block
  }

  .mSection_3 .eSection_col {
    margin: 0 auto;
    max-width: 100%
  }

  .mSection_3 .eSection_title {
    margin-bottom: 1.875rem
  }

  .mSection_3 .bNumItem {
    display: inline-block;
    vertical-align: top;
    padding-left: 7.5rem;
    width: 100%;
    padding-top: .6rem;
    padding-bottom: .6rem
  }

  .mSection_3 .eNumItem_num {
    left: 0
  }

  .mSection_3 .flacon-s-3 {
    display: block
  }

  .mSection_4 .mColLarge {
    display: inline-block;
    padding-bottom: 0
  }

  .mSection_4 .mColSmall {
    max-width: 19.375rem;
    position: relative;
    width: 100%
  }

  .mSection_4 .eCircle_img {
    position: relative;
    top: 0;
    width: 12.5rem
  }

  .mSection_4 .eCircle_img:after {
    display: none
  }

  .mSection_4 .eSection_row {
    padding: 0 0 30px
  }

  .mSection_4 .bCircle {
    position: relative;
    text-align: left;
    margin-bottom: 0
  }

  .mSection_4 .mColLarge .eCircle_img {
    margin-top: 0;
    max-width: 100%;
    width: 100%
  }

  .mSection_4 .mColLarge .eCircle_imgInner {
    background: url(/local/templates/abbot_irs/css/../img/mob-flacon.png) 50% no-repeat;
    background-size: 120%;
    border: 0;
    height: 32.8125rem;
    margin: 0 auto;
    overflow: visible;
    width: 20.8125rem
  }

  .mSection_4 .m1 {
    float: left
  }

  .mSection_4 .m1 .bCircle {
    padding-left: 0;
    text-align: center
  }

  .mSection_4 .m1 .eCircle_img {
    left: 0;
    position: relative
  }

  .mSection_4 .m2 {
    float: right
  }

  .mSection_4 .m2 .bCircle {
    padding-right: 0;
    text-align: center
  }

  .mSection_4 .m2 .eCircle_img {
    position: relative;
    right: 0
  }

  .mSection_5 .eSection_inner {
    padding: 0
  }

  .mSection_5 .eSection_tableCell {
    position: relative
  }

  .mSection_5 .eSection_col {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }

  .mSection_5 .eSection_title {
    font-size: 1.8125rem
  }

  .mSection_6 .eSLink_link {
    width: 50%
  }

  .mSection_7 .eSection_inner {
    padding: 0
  }

  .mSection_7 .bSAcc {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }

  .mSection_7 .eSAcc_header {
    padding: 1.4375rem 0;
    position: relative
  }

  .mSection_7 .eSAcc_header:after {
    background: url(/local/templates/abbot_irs/css/../img/ico/arrow_m.png) 50% no-repeat;
    background-size: .5rem .375rem;
    border: .125rem solid #a7b6c7;
    content: "";
    height: 3.375rem;
    position: absolute;
    right: 0;
    top: .3125rem;
    width: 3.375rem
  }

  .mSection_7 .eSAcc_title {
    margin: 0;
    padding: 0
  }

  .mSection_7 .eSAcc_body {
    display: none
  }

  .mSection_7 p {
    font-size: .75rem
  }

  .video-popup {
    top: 0
  }

  .lechenie-flacon {
    padding-top: 0
  }

  .lechenie-flacon .flacon-s-3 {
    background-size: contain;
    display: block;
    height: 32.5rem;
    left: 0;
    margin: 0 auto 3.75rem;
    position: relative;
    top: 0
  }

  .lechenie-flacon .eSection_title {
    margin: 0 0 4.0625rem
  }

  .eSection_subText {
    color: hsla(0, 0%, 100%, .6);
    font-family: Calibri, Calibri, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    padding-left: 5rem;
    padding-right: 5rem;
    position: relative;
    text-transform: none
  }

  .i {
    display: none !important
  }

}

@media (max-width: 1024px) and (max-height: 600px) {
  .mSection_1 .eSection_text_list {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .irs19_main, .irs19_main_puff {
    display: none !important
  }
}

@media (max-width: 900px) {
  .mSection_2 .eSection_row {
    padding: 0
  }

  .mSection_2 .eSection_col:last-child {
    float: none;
    height: auto;
    padding-bottom: .625rem;
    width: 100%
  }

  .mSection_5 .eSection_img {
    background-position: top;
    left: 0;
    padding-bottom: 70%;
    position: relative
  }

  .mSection_5 .eSection_col {
    float: none;
    margin: 0 auto;
    width: 100%
  }
}

@media (max-width: 768px) {
  .mSection_3 .eSection_col:last-child .bNumItem {
    margin-bottom: 0
  }

  .mSection_4 .flacon, .mSection_4 .m1 .eCircle_img, .mSection_4 .m2 .eCircle_img {
    position: relative
  }

  .mSection_4 .eSection_inner {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
  }

  .mSection_4 .m1 .bCircle {
    padding-left: 0;
    text-align: center
  }

  .mSection_4 .m2 .bCircle {
    padding-right: 0;
    text-align: center
  }

  .mSection_4 .eCircle_img {
    left: 0;
    margin: 0 auto;
    position: relative;
    right: 0
  }

  .mSection_4 .mColSmall {
    margin-top: 3.125rem;
    max-width: 100%
  }

  .mSection_4 .mColSmall .eCircle_text {
    margin-top: 1.25rem
  }

  .mSection_6 .eSLink_link {
    width: 100%
  }
	.news-block__slider .slick-track{
		display: block;
	}
	.news-block__item{
		width: auto;
	}
	.news-block__item-text{
		margin-top: 0;
		width: 100%;
		text-align: center;
		padding: 10px 15px;
		flex: 0 1 auto;
	}
}

@media (max-width: 740px) {
  .mSection_1 .eSection_title {
    font-size: 2rem;
  }

  .mSection_1 .eSection__logo {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-right: .75rem;
    width: 9.375rem
  }

  .mSection_1 .eSection__logoText {
    padding-left: .75rem
  }
}

@media (max-width: 640px) {
  .mSection_1 .eSection_link {
    font-size: 1.3rem;
    margin-top: 1em;
  }

  .mSection_1 .eSection_link .bBtn {
    display: block;
    margin: .5rem 0;
  }

  .mSection_2 .eSVideo_play {
    background: url(/local/templates/abbot_irs/css/../img/ico/play-mob.png) no-repeat;
    background-size: cover;
    height: 3.875rem;
    margin-left: -2rem;
    margin-top: -2.4375rem;
    width: 3.875rem
  }

  .mSection_2 .eSVideo_play:hover {
    background-position: -3.875rem 0
  }

  .mSection_3 .eSection_data {
    padding-top: 1.25rem
  }

  .mSection_3 .eSection_title {
    line-height: normal;
    margin: 0
  }

  .mSection_3 .eSection_col {
    max-width: 100%
  }

  .mSection_3 .bNumItem {
    padding-left: 6.875rem
  }

  .mSection_3 .bNumItem, .mSection_3 .bNumItem:last-child {
    margin-bottom: 0.375rem
  }
  .eSection_row .eSection_row_buy {
    padding: 4% 0 50px 0;
  }
  .mSection_3 .eNumItem_text {
    font-family: Calibri, Calibri, sans-serif;
  }

  .mSection_4 .eSection_text {
    line-height: 1.15em;
    margin-left: 0;
    margin-right: 0
  }

  .mSection_4 .eSection_title {
    margin-bottom: 2.25rem
  }

  .mSection_4 .eCircle_text {
    line-height: normal
  }

  .mSection_5 .eSection_title {
    line-height: 1.1em;
    padding: 2.5rem 2.375rem;
    text-align: left
  }

  .mSection_5 .eSection_img {
    padding-bottom: 100%
  }

  .mSection_5 .eSection_subTitle {
    line-height: normal
  }

  .mSection_5 .eSection_list li {
    line-height: 1.5;
    max-width: 100%;
    padding-right: 0
  }

  .mSection_5 .eSection_list li:before {
    left: 0;
    top: 2.125rem
  }

  .mSection_5 .eSection_col {
    padding-top: 3.125rem
  }

  .mSection_5 .eSection_link {
    text-align: center;
    top: 0
  }

  .mSection_7 .eSAcc_title {
    font-size: 3rem
  }

  .mSection_7 p {
    font-size: 1.5rem;
    line-height: 1.33
  }

  .bWrap {
    padding: 0 2.5rem
  }

  .eSection_subText {
    color: hsla(0, 0%, 100%, .6);
    font-family: Calibri, sans-serif;
    font-size: .75rem;
    font-weight: 300;
    margin-top: .5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    text-transform: none
  }
}

@media (max-width: 620px) {
  .mSection_5 .eSection_link {
    text-align: center
  }

  .mSection_7 .eSAcc_title {
    font-size: 2.375rem
  }

  .mSection_7 p {
    line-height: normal
  }
}

@media (max-width: 540px) {
  .mSection_1 .eSection_title {
    font-size: 2rem;
    line-height: 2rem
  }

  .mSection_1 .downLink {
    content: "";
    height: 3.125rem;
    margin-left: -1.5625rem;
    width: 3.125rem;
    z-index: 1
  }

  .mSection_1 .eSection__logo {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-right: .75rem;
    width: 9.375rem
  }

  .mSection_1 .eSection__logoText {
    line-height: 1.5rem;
    padding-left: .75rem
  }

  .mSection_3 .eSection_title {
    font-size: 2.375rem
  }

  .eSection_inner {
    padding: 0 1.25rem
  }

  .mSection_1 .eSection_text {
    padding-bottom: 40px;
  }

}

@media (max-width: 480px) {
  .mSection_1 .eSection_bg {
    background-image: url(/local/templates/abbot_irs/css/../img/section_1_mob.jpg);
    background-size: contain;
  }
    .mSection_4 .mColLarge {
        display: none;
    }
  .eSection_text_list {
    padding-right: 10px;
    font-size: .875rem
  }

  .mSection_1 .eSection_inner {
    max-width: 100%
  }

  .mSection_1 .eSection__logo {
    width: 7.5rem
  }

  .mSection_1 .eSection__logoText {
    font-size: 1.4em;
  }

  .mSection_1 .eSection_title {
    font-size: 1.75rem;
    line-height: 1.575rem;
    padding: 0;
  }

  .mSection_1 .eSection_bg,
  .mSection_1 .eSection_title {
    height: auto;
  }

  .mSection_1 .eSection_bg:before,
  .mSection_1 .eSection_title:before {
    display: block;
    content: "";
    padding-top: 139.6875vw;
  }

  .eSection_title_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: .3125rem .5rem;
  }

  .eSection_title__todo {
    font-size: .71em;
  }
  .mSection_1 .eSection_text {
    line-height: 1.375rem;
    padding: 2rem 0 40px 1.25rem;
  }
  .mSection_1 .eSection__logoWrapper {
    font-size: .9rem;
    }

  .mSection_1 .eSection__logoWrapper {
    padding-left: 0;
  }

  .mSection_1 .eSection_link_col, .mSection_1 .eSection_link_col + .eSection_link_col:last-child {
    width: 100%;
  }

  .mSection_2 .video-poster {
    background-position: 50% 50%
  }

  .mSection_2 .eSection_data {
    padding: 1.375rem 0 2.3125rem
  }

  .mSection_2 .eSection_title {
    font-size: 1.5rem;
    line-height: normal;
  }

  .mSection_2 .eSection_text {
    font-size: .9375rem
  }

  .mSection_2 .eSection_text strong {
    font-size: 1.125rem
  }

  .mSection_2 .eSection_list li {
    font-size: .875rem;
    margin-bottom: .9375rem;
    padding-left: .875rem
  }

  .mSection_2 .eSection_list li:last-child {
    margin-right: -.625rem
  }

  .mSection_2 .eSection_list li:before {
    height: .3125rem;
    left: 0;
    top: .5625rem;
    width: .3125rem
  }

  .mSection_2 .eSection_list {
    margin-bottom: 1.5625rem
  }

  .mSection_3 .eNumItem_text br {
    display: none
  }

  .mSection_3 .eSection_title {
    font-size: 1.375rem;
    line-height: normal;
    padding-top: 1.625rem
  }

  .mSection_3 .eNumItem_text {
    font-size: .9375rem
  }

  .mSection_3 .eSection_data {
    padding-top: 0
  }

  .mSection_3 .flacon-s-3 {
    background-size: contain;
    height: 15.4375rem;
    margin: 0 auto;
    width: 4.6875rem
  }

  .mSection_3 .bNumItem {
    margin-bottom: .875rem;
    min-height: 2.375rem;
    padding-left: 3.25rem;
    padding-top: .7rem;
    padding-bottom: .7rem
  }

  .mSection_3 .eNumItem_num {
    border: .0625rem solid #f2c300;
    font-size: 1rem;
    height: 2.375rem;
    line-height: 2.375rem;
    width: 2.375rem
  }

  .mSection_4 .eSection_title {
    font-size: 1.5rem;
    line-height: normal;
    margin-bottom: 1.1875rem
  }

  .mSection_4 .eSection_text {
    margin-bottom: 1.0625rem
  }

  .mSection_4 .eCircle_title {
    font-size: 1.375rem;
    line-height: normal;
    margin: 0 0 1.25rem
  }

  .mSection_4 .eCircle_text {
    font-size: .9375rem;
    margin: 1.25rem auto 0;
    max-width: 80%
  }

  .mSection_4 .mColLarge .eCircle_imgInner {
    height: auto;
    width: 10rem
  }

  .mSection_4 .eCircle_img {
    width: 7.5rem
  }

  .mSection_4 .mColSmall {
    margin-top: 1.5625rem;
    padding: 0
  }

  .mSection_4 .bCircle {
    margin-bottom: .3125rem
  }

  .mSection_4 .mColSmall .eCircle_text {
    font-size: .875rem;
    margin-top: 2rem
  }

  .mSection_4 .eCircle_imgInner:before {
    left: -.625rem
  }

  .mSection_4 .eCircle_imgInner:after, .mSection_4 .eCircle_imgInner:before {
    background-size: contain;
    height: 1.75rem;
    margin-top: -.3125rem;
    width: 2.6875rem
  }

  .mSection_4 .eCircle_imgInner:after {
    right: -.625rem
  }

  .mSection_5 .eSection_list li {
    font-size: 1rem;
    margin: 0 0 1.5625rem;
    padding: 0 0 0 2.3125rem
  }

  .mSection_5 .eSection_list li:before {
    height: 1.625rem;
    top: 1.75rem;
    width: 1.625rem
  }

  .mSection_5 .eSection_title {
    font-size: 1.25rem;
    line-height: normal;
    padding: 1.4375rem 1.25rem
  }

  .mSection_5 .eSection_subTitle {
    font-size: 1.5rem;
    margin-bottom: 1.375rem
  }

  .mSection_5 .eSection_col {
    padding: 1.5625rem 0
  }

  .mSection_5 .eSection_img {
    position: relative
  }

  .mSection_5 .eSection_link {
    padding-top: 0
  }

  .mSection_5 .eSection_link .bBtn {
    display: inline-block;
    font-size: .75rem;
    height: 2.5625rem;
    line-height: 2.625rem;
    padding: 0 3.8125rem 0 1.375rem;
    width: auto
  }

  .mSection_5 .eSection_link .bBtn .eBtn_ico {
    display: block;
    height: .625rem;
    right: 1.3125rem;
    width: .9375rem
  }

  .mSection_6 .eSLink_title, .mSection_7 .eSAcc_title {
    font-size: 1.5rem
  }

  .mSection_7 p {
    font-size: .75rem
  }

  .mSection_7 .eSAcc_body {
    padding-top: 1.5625rem
  }

  .mSection_7 .eSAcc_header {
    padding: 0 0 .3125rem
  }

  .mSection_7 .eSAcc_header:after {
    height: 1.75rem;
    right: -.125rem;
    top: -.3125rem;
    width: 1.75rem
  }

  .bWrap {
    padding: 0
  }
}

@media (max-width: 400px) {
  .mSection_7 .eSAcc_title {
    font-size: 1.625rem
  }
}

@media (max-width: 320px) {
  .mSection_5 .eSection_link .bBtn .eBtn_ico {
    display: block;
    right: 1.3125rem
  }
}
@media (min-height : 1100px) and (max-width: 1240px) {
  .eSection_title__todo {
    padding-top: 20px;
  }
}
@media (max-width: 1024px) {
  .eSection_title__todo {
    padding-top: 10px;
  }
  .eSection_title__who {
    margin-top: 20px;
  }
}

@media (max-height : 900px) and (max-width: 1600px) {
.eSection_title__todo {
  padding: 0;
}
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .mSection_4 .eSection_text {
    margin-bottom: 3.75rem
  }
}

@media (min-width: 1025px) and (max-height: 730px),(min-width: 1025px) and (max-width: 1367px) {
  .irs19_main, .irs19_main_puff {
    transform: scale(.8)
  }

  .irs19_main {
    margin-left: -325px
  }
}

/* End */


/* Start:/local/templates/abbot_irs/css/ie.min.css?168614266760*/
*:-ms-lang(x),.mSection_5 .eSection_data{-ms-flex:1 0 auto}

/* End */


/* Start:/local/templates/abbot_irs/components/bitrix/menu/top/style.min.css?1638395403490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/abbot_irs/components/bitrix/menu/top/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/abbot_irs/components/bitrix/menu/bottom/style.min.css?1638395403490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/abbot_irs/components/bitrix/menu/bottom/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/abbot_irs/template_styles.min.css?1686142667656*/
.accept-footer-text{margin-top:-20px;padding-bottom:30px}@media (max-width: 480px){.accept-footer-text{margin-top:0}}.not-float{float:none}.mw-100{max-width:100%}.pt-20{padding-top:20px}.pl-15{padding-left:15px}.nav_bc{position:relative;color:#fff;z-index:2}.nav_bc.color_dark{color:#003e78}.nav_bc_wrap{position:absolute;top:13px;left:0}@media (max-width: 1024px){.nav_bc{display:none}}.whereIsBuy{display:flex;justify-content:center;align-items:center;width:180px;position:fixed;bottom:7%;right:3%}.whereIsBuy svg{width:18px;height:18px;margin-inline-end:7px}.whereIsBuy svg g{fill:#003E78;stroke:#003E78}.whereIsBuy:hover svg g{fill:white;stroke:white}

/* End */
/* /local/templates/abbot_irs/css/fonts.min.css?16861426672978 */
/* /local/templates/abbot_irs/css/slider.css?16904167782464 */
/* /local/templates/abbot_irs/css/template.css?175487194054631 */
/* /local/templates/abbot_irs/css/informers.min.css?17235605361628 */
/* /local/templates/abbot_irs/css/slick.min.css?16861426671343 */
/* /local/templates/abbot_irs/css/cookie.min.css?16861426672535 */
/* /local/templates/abbot_irs/css/pages.min.css?173755313768095 */
/* /local/templates/abbot_irs/css/bootstrap.modal.min.css?16861426673378 */
/* /local/templates/abbot_irs/css/buy.css?17188970956228 */
/* /local/templates/abbot_irs/css/home.css?173142264737719 */
/* /local/templates/abbot_irs/css/ie.min.css?168614266760 */
/* /local/templates/abbot_irs/components/bitrix/menu/top/style.min.css?1638395403490 */
/* /local/templates/abbot_irs/components/bitrix/menu/bottom/style.min.css?1638395403490 */
/* /local/templates/abbot_irs/template_styles.min.css?1686142667656 */
