

/* 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?17659887203079*/
/* 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; }
}

.mSection_6 .slick-prev {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    color: white;
    background: none;
    border: none;
    z-index: 1000;
    cursor: pointer;
}

.mSection_6 .slick-next {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    color: white;
    background: none;
    border: none;
    z-index: 1000;
    cursor: pointer;
}

.mSection_6 .slick-prev:before {
    content: '<';
    font-size: 36px;
}

.mSection_6 .slick-next:before {
    content: '>';
    font-size: 36px;
}
/* End */


/* Start:/local/templates/abbot_irs/css/template.min.css?177391754043992*/
*,: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:30px auto 0}.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:0.35em 0.75em 0.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, Arial, 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:0.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 0.4s ease;-webkit-box-shadow:none;-webkit-transition:all 0.4s ease;background:#003e78;border-radius:3.25rem;box-shadow:none;cursor:pointer;font-size:0.875rem;height:3.25rem;line-height:3.375rem;outline:0;padding:0 2.5rem;text-align:center;transition:all 0.4s ease;white-space:nowrap}.bBtn:hover{background:#e9be00;text-shadow:0 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:0.0625rem;font-family:'Calibri', Arial, sans-serif;font-size:1.0625rem;height:1.875rem;line-height:1.75rem;padding:0 0.3125rem}.bFooter,.bHSearch input,.eFooter_nav a{font-family:Calibri, Arial, 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:0.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:0.9375rem;padding-right:0.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:0.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:0.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:0.75rem;font-weight:400;height:2.125rem;line-height:normal;opacity:0.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:0.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 0.5s, top 0.2s;-webkit-transition:top 0.2s, -webkit-transform 0.5s;border:0;transition:transform 0.5s, top 0.2s}.tel-mob{height:2.3125rem;right:8.125rem;top:0.9375rem;width:2.1875rem;z-index:8}.tel-mob:before{background:#ccd8e4;height:2.5rem;position:absolute;right:-1.5625rem;top:0;width:0.0625rem}.sandwich{bottom:0;left:0;margin:auto;right:0;top:0}.sw-bottom,.sw-footer,.sw-topper{background:#003e78;height:0.25rem;left:0;position:relative;width:3.5rem}.sw-topper{border-radius:0.25rem;top:0.75rem}.sw-bottom,.sw-footer{-o-transition-delay:0.2s, 0s;-webkit-transition-delay:0.2s, 0s;border-radius:0.25rem;top:1.0625rem;transition-delay:0.2s, 0s}.sw-footer{-o-transition:all 0.5s;-o-transition-delay:0.1s;-webkit-transition:all 0.5s;-webkit-transition-delay:0.1s;border:0;top:1.5rem;transition:all 0.5s;transition-delay:0.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:0.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:0.875rem}.bFooter{background:#fff;font-weight:400;padding-top:3.3125rem}.bFooter .bWrap{max-width:85rem}.eFooter_inner{margin-bottom:0.75rem}.eFooter_inner:after,.eFooter_inner:before{content:"";display:table}.eFooter_inner:after{clear:both}.eFooter_logo{float:left;margin-top:0.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:0.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, Arial, 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:0.0625rem -.25rem 0.625rem 0 rgba(0, 0, 0, .1);background-color:#fff;box-shadow:0.0625rem -.25rem 0.625rem 0 rgba(0, 0, 0, .1);color:rgba(0, 62, 120, .3);font-family:'Calibri', Arial, sans-serif;font-size:0;font-weight:400;margin:0;padding:0.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:0.875rem}.mSection_6 .eSLink_title{font-family:''Calibri'', Arial, sans-serif}.mSection_7 .eSAcc_title{font-family:''Calibri'', Arial, 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:0.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:0.3s;-webkit-transition:0.3s;background:rgba(26, 59, 100, .7);bottom:0;display:block;height:700%;left:0;position:absolute;transition:0.3s;width:100%;z-index:-1}.mSection_7{background:#e6ebf1;color:#4a6689}.mSection_7 .bWrap{max-width:85rem;padding:0 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, Arial, sans-serif}body:after{width:0;height:0;overflow:hidden;display:block}.litres-title{font-family:''Calibri'', Arial, 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:0.5;text-align:center}.litres-list-wrap .bSAcc h2{font-family:'Calibri', Arial, 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}.bNav li:nth-child(4) a,.bNav li:nth-child(4) a:hover{color:#fec524}@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: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_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:0.3s;-webkit-transition:0.3s;background-color:transparent;border:0;border-bottom:0.0625rem solid transparent;cursor:pointer;font-family:Calibri, Arial, sans-serif;font-size:0.75rem;font-weight:700;height:3rem;line-height:3rem;padding:0.125rem 0.625rem;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;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:0.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:0.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:0.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 0.4s;-webkit-transform:translateX(-100vw);-webkit-transition:-webkit-transform 0.4s;background:hsla(0, 0%, 100%, .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:8}.bNavBtn:after{background-color:#e2e5e7;height:60%;right:3%;top:-5%;width:0.0625rem}.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_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: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:-.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}.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}.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: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:3}.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.9125rem;font-weight:700;line-height:1.9375rem;padding:0.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: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-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: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%}.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 0}.bFooter{padding-top:0.75rem}.eFooter_id{font-size:0.75rem}.eFooter_inner{margin-bottom:0.8125rem}.eFooter_copy{font-size:0.75rem;padding-bottom:1rem;padding-top:0.6875rem}.eFooter_warn{padding:0.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: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}.mSection_6 .eSLink_title{font-size:1.5rem}.mSection_7 .eSAcc_title{font-size:1.5rem}.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:-.125rem;top:-.3125rem;width:1.75rem}.litres-wrap{margin-top:0}.litres-wrap{padding:1.1875rem 0}.litres-wrap .bWrap{padding:0 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:0.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:Arial, 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:0.5rem;border-bottom:none;border-top-right-radius:0;border-top-left-radius:0}.modal-alert-redirect .modal-body{font-family:Arial, sans-serif;font-size:0.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:0.3125rem;padding-right:0.3125rem;width:50%}.modal-alert-redirect .bBtn{display:block;width:100%;padding:0.3em 0.6em;background-color:#fff;color:#003e78;border:2px solid #003e78;font-size:0.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-body,.modal-alert-redirect .modal-footer,.modal-alert-redirect .modal-header{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:0.9375rem;padding-right:0.9375rem}.modal-alert-redirect .bBtn{display:inline-block;padding:0.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 0.4s ease;border-top:0}.article_link_main a{text-decoration:none;color:#001840;transition:all 0.4s ease;font-family:Calibri, Arial, 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 0.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}}.special-top-bg{width:100%;height:439px;margin-bottom:50px}.main_spec_bg{height:240px}.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;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}.article_list_wrapp,.wrapp_article{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;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}.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 td,.symptoms_table table tr th{border:2px solid #FEC524;padding:5px}.symptoms_table ul,ul.symptoms{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:0 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_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}.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}.article_list_wrapp,.wrapp_article{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}.article_item_text,.article_list,.img_article{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}.article_list,.question_item_content p,.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 0.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}.article_list_wrapp,.wrapp_article{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}}.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:0 0 24px 0 rgba(0, 76, 151, 0.2);-moz-box-shadow:0 0 24px 0 rgba(0, 76, 151, 0.2);box-shadow:0 0 24px 0 rgba(0, 76, 151, 0.2);opacity:0.8;transition:all ease-in-out 0.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 0.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{margin:40px 0}.footer-logos h3{color:#004c97;text-align:center;font-size:1.3em;margin-bottom:0.5em}.footer-logos-container{margin:auto;display:grid;grid-auto-columns:1fr;grid-template-columns:1fr 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%;filter: saturate(0);opacity:0.8;transition:all ease-in-out 0.2s}.footer-logos-item img:hover{filter: saturate(1);opacity:1}@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:0.7s;-webkit-transition:0.7s;transition:0.7s}.back-transform{-webkit-transform:rotate(0);transform:rotate(0)}.popup-exit{display:none;position:fixed;left:0;top:0;width:100%;height:100%;align-items:center;justify-content:center;background-color:rgba(0,0,0,.3);z-index:400;padding:15px}.popup-exit.opened{display:flex}.popup-exit .popup-container{background-color:white;max-width:600px;padding:30px}.popup-exit .popup-container .title{font-family:Calibri,sans-serif;font-weight:700;color:#005891;font-size:1.5em;margin-top:0;line-height:1.2em;text-transform:uppercase}.popup-exit .popup-container p{margin:1em 0}.popup-exit .popup-container .buttons{display:flex;flex-direction:row;gap:20px;justify-content:center}.popup-exit .popup-container .buttons a{color:black;display:inline-block;padding:.7em 1.7em;text-decoration:none;outline:none;font-weight:700;text-transform:uppercase;font-size:18px;text-align:center;letter-spacing:.03em;background:#ffd100;box-sizing:border-box;border-radius:30px;font-family:"Calibri",sans-serif;border:none;cursor:pointer}.popup-exit .popup-container .buttons button{color:#005891;display:inline-block;padding:.7em 1.7em;text-decoration:none;outline:none;font-weight:700;text-transform:uppercase;font-size:18px;text-align:center;letter-spacing:.03em;background:white;box-sizing:border-box;border-radius:30px;font-family:"Calibri",sans-serif;border:none;cursor:pointer}
/* 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/custom.css?17714943755757*/
body {
  margin: 0
}

h1, h2 {
  line-height: 1
}

.bWrap {
  max-width: 1180px
}

@media screen and (max-width: 1680px) {
  .bWrap {
    max-width: 1110px
  }
}

@media screen and (max-width: 1440px) {
  .bWrap {
    max-width: 1040px
  }
}

@media screen and (max-width: 1360px) {
  .bWrap {
    max-width: 950px
  }
}

@media screen and (max-width: 1280px) {
  .bWrap {
    max-width: 882px
  }
}

.animated-columns {
  background: url(/local/templates/abbot_irs/css/../img/snowmen.jpg) top center no-repeat #304766;
  background-size: cover;
  min-height: 968px;
  color: #fff;
  text-align: center;
  margin-bottom: 250px;
  margin-top: 80px !important;
  overflow-y: visible
}

.animated-columns .row {
  max-width: 882px;
  margin: 0 auto
}

.animated-columns__header {
  padding-bottom: 17px;
  text-transform: uppercase;
  text-align: left
}

@media (max-width: 767px) {
  .animated-columns {
    margin-bottom: 0;
    min-height: 1000px
  }

  .animated-columns__header {
    font-size: 1.875rem
  }
}

.animated-columns__items {
  position: relative;
  height: 280px;
  margin: 5px -20px 0
}

.animated-columns__items__container {
  display: table;
  height: 280px
}

.animated-columns__item {
  display: table-cell;
  float: none;
  vertical-align: bottom;
  font-weight: 400
}

.animated-columns__item--green .animated-columns__column {
  background: #3dd87c
}

.animated-columns__item--blue .animated-columns__column {
  background: #00b8f2
}

.animated-columns__item--red .animated-columns__column {
  background: #ea4e2a
}

.animated-columns__column {
  height: 80px
}

.animated-columns__column--big {
  height: 160px
}

.animated-columns__percent {
  font-size: 2.625rem
}

.animated-columns__title {
  font-size: .9375rem;
  padding: 18px 0 15px;
  line-height: 130%
}

@media (min-width: 1024px) {
  .animated-columns__title {
    height: 40px;
    line-height: 160%
  }
}

.animated-columns__description {
  margin-bottom: -40px;
  height: 27px;
  vertical-align: bottom;
  font-size: .6875rem;
  padding-top: 13px;
  line-height: 125%
}

.animated-columns__header, .irs_text__center, .irs_text__left, .irs_text__right {
  line-height: 123%;
  font-family: "'Calibri'", sans-serif;
  font-weight: 700;
  font-size: 48px
}

.animated-columns__arrow {
  margin: 0 auto;
  width: 452px;
  height: 164px;
  max-width: 100%;
  position: relative
}

.animated-columns__arrow:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: url(/local/templates/abbot_irs/css/../img/snowman--arrow.png) right center no-repeat;
  position: absolute;
  right: 0
}

@media (max-width: 380px) {
  .animated-columns .animated-columns__items__container {
    display: block
  }

  .animated-columns .animated-columns__items {
    margin: 44px -20px 0
  }

  .animated-columns .animated-columns__column--big {
    height: 115px
  }
}

.animated-columns .animated-columns__arrow:before, .animated-columns .animated-columns__column, .animated-columns .animated-columns__description, .animated-columns .animated-columns__percent, .animated-columns .animated-columns__title {
  transition: all 2s ease-in-out
}

.animated-columns--start .animated-columns__column {
  height: 0
}

.animated-columns--start .animated-columns__description, .animated-columns--start .animated-columns__percent, .animated-columns--start .animated-columns__title {
  opacity: 0
}

.animated-columns--start .animated-columns__arrow:before {
  width: 0
}

.animated-columns .col-md-6 {
  max-width: 882px;
  margin: 0 auto
}

.animated-columns__items__container {
  width: 100%
}

.animated-columns__item {
  padding: 0 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%
}

.animated-columns__header {
  padding: 40px 0 17px
}

.irs_text {
  position: relative;
  min-height: 300px;
  width: 100%
}

.irs_text__center, .irs_text__left, .irs_text__right {
  border-bottom: 2px solid #e9be3c
}

.irs_text__flacon {
  background: url(/local/templates/abbot_irs/css/../img/flacon_box.png) no-repeat;
  width: 295px;
  height: 513px;
  background-size: contain;
  left: 50%;
  position: absolute;
  top: 130px;
  margin-left: -16%;
  max-width: 50vw
}

@media (max-width: 380px) {
  .animated-columns .animated-columns__items__container {
    display: block;
    width: 100%
  }

  .animated-columns .animated-columns__items {
    margin: 44px -20px 0
  }

  .animated-columns .animated-columns__column--big {
    height: 115px
  }

  .animated-columns {
    margin-bottom: 0;
    min-height: 1200px
  }

  .animated-columns__header, .irs_text__center {
    font-size: 1.875rem
  }
}

@media (max-width: 420px) {
  .animated-columns {
    margin-bottom: 0;
    min-height: 1100px
  }

  .animated-columns__header, .irs_text__center {
    font-size: 1.875rem
  }
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table
}

.clearfix:after {
  clear: both
}

.lechenie-left-col, .lechenie-list, .lechenie-right-col {
  float: none;
  max-width: 100%
}

.mSection_6 .eSLink_link:before {
  opacity: .8
}

.search-page hr {
  margin: 1em auto
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .mSection_4 .eSection_text {
    margin-bottom: 3.75rem
  }
}

.mSection_3 .eSection_title span {
  color: #e8bb00
}

html body .question-descr ul li:before {
  top: .4025rem;
}

.eFooter_warn .bWrap {
  max-width: 85rem;
  padding: 0 .9375rem;
}

.eFooter_warnImg {
  background-size: 100% 100%;
  padding-bottom: 0;
  height: 12vh;
  width: 100%;
  margin-top: 20px;
}

/* 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/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/breadcrumb/breadcrumb-irs/style.min.css?1765988720500*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin:10px 10px 10px 0;line-height:13px;vertical-align:middle;}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Calibri","Helvetica Neue",Helvetica,sans-serif;font-size:13px}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}@media screen and (max-width: 900px){.bx-breadcrumb{margin: 10px 0 10px 20px !important;}}

/* 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.css?1769510498989*/
.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;
}

.eFooter_id {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    text-align: left;
}

/* breadcrumps styles */
.nav_bc {
    position: relative; color:#fff; z-index: 2;
}
.nav_bc.color_dark {
    color:#003e78;
}
.nav_bc_wrap {
    position: absolute;
    top: 13px;
    left:0;
}

.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?17659887203079 */
/* /local/templates/abbot_irs/css/template.min.css?177391754043992 */
/* /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/custom.css?17714943755757 */
/* /local/templates/abbot_irs/css/pages.min.css?173755313768095 */
/* /local/templates/abbot_irs/components/bitrix/menu/top/style.min.css?1638395403490 */
/* /local/templates/abbot_irs/components/bitrix/breadcrumb/breadcrumb-irs/style.min.css?1765988720500 */
/* /local/templates/abbot_irs/components/bitrix/menu/bottom/style.min.css?1638395403490 */
/* /local/templates/abbot_irs/template_styles.css?1769510498989 */
