* {
  padding: 0;
  margin: 0;
  outline: 0 none;
  box-sizing: border-box;
}
body {
  background: rgba(0, 0, 0, 0) none no-repeat fixed center top;
  font-family: "Open Sans", Arial, serif, Arial, serif;
}
div#__main__ {
  position: relative;
  width: 100%;
}
.mOut {
  width: 100%;
  position: relative;
}
.mIn {
  width: 1200px;
  margin: 0 auto;
  float: none;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  div.mIn {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  div.mIn {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
div.visible {
  display: block;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
a,
img {
  border: medium none;
  outline: 0 none;
}
.h1 {
  font-size: 2em;
}
.h2 {
  font-size: 1.5em;
}
.h3 {
  font-size: 1.17em;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
[class^="col-"] {
  position: relative;
  display: block;
  float: left;
  min-height: 1px;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 20px;
}
.col-20 {
  width: 20%;
}
.col-50 {
  width: 50%;
}
.col-80 {
  width: 80%;
}
@media only screen and (min-width: 320px) and (max-width: 736px) {
  [class^="col-"] {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.center {
  text-align: center;
}
.trans02 {
  transition: all 0.2s ease-in-out 0s;
}
header.blockHeader {
  float: left;
  width: 100%;
  border-bottom: 2px solid #161616;
  margin-bottom: 20px;
}
header.blockHeader .blockHeaderName {
  display: inline-block;
  padding: 5px 20px;
  margin: 0 !important;
  font-size: 1.17em;
  background-color: #161616;
}
header.blockHeader .blockHeaderName a {
  color: #fff;
  text-decoration: none;
  font-size: 0.8em;
  text-transform: uppercase;
  cursor: default;
}
header.blockHeader .blockHeaderName a[href] {
  cursor: pointer;
}
header.blockHeader .blockHeaderName a[href]:hover {
  text-decoration: underline;
}
header.blockHeader a.more {
  font-family: "Open Sans", Arial, sans-serif;
  float: right;
  margin-top: 5px;
  background: #f3f3f3 none repeat scroll 0 0;
  color: grey;
  font-size: 0.8em;
  font-weight: 400;
  padding: 4px 6px;
  border-radius: 2px;
}
header.blockHeader a.more:hover {
  background: #161616 none repeat scroll 0 0;
  color: #fff;
  text-decoration: none;
}
header.blockHeader a.more::before {
  float: right;
  margin: 3px 0 0 5px;
}
.news {
  float: left;
  width: 100%;
}
.news .listHeader {
  margin-bottom: 14px;
  color: red;
}
.news img.header {
  margin-bottom: 20px;
}
.news .section {
  display: block;
  float: left;
  width: 100%;
}
.news .section article {
  position: relative;
  float: left;
  display: block;
  list-style: outside none none;
  width: 100%;
  margin-bottom: 20px;
}
.news .section article img {
  width: 100%;
  height: auto;
}
.news .section article div.img {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 1px;
}
.news .section article .meta {
  position: relative;
  float: left;
  width: 100%;
  color: grey;
}
.news .section article .meta time {
  display: block;
  color: grey;
  padding: 15px 0 9px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 0.7em;
}
.news .section article .meta time::before {
  font-family: icons;
  content: "3";
  margin-right: 7px;
}
.news .section article .meta .categories {
  float: right;
}
.news .section article .meta .categories a {
  display: inline-block;
  color: grey;
  font-size: 0.8em;
  margin-left: 10px;
  text-decoration: none;
  line-height: 1;
}
.news .section article .meta .categories a:hover {
  color: #444;
}
.news .section article .linkName {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.news .section article .linkName a {
  display: inline-block;
  color: #161616;
  text-decoration: none;
}
.news .section article .caption {
  color: grey;
  font-size: 0.8em;
}
.news .section article:last-child {
  margin-bottom: 0 !important;
  border-bottom: 0 none !important;
}
.news .section article p {
  margin-bottom: 0;
}
.news .section.news article {
  margin-bottom: 0;
  padding-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
}
.news .section.news article .content {
  position: relative;
  width: 100%;
  float: left;
  color: #444;
  font-size: 1em;
  margin: 20px 0;
}
.news .section.news article .content h1,
.news .section.news article .content h2,
.news .section.news article .content h3,
.news .section.news article .content p {
  width: 100%;
  margin-bottom: 0;
}
.news .section.news article .content p {
  margin-bottom: 20px;
}
.news .section.news article .content .meta {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  padding: 11px 0;
  margin-bottom: 15px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.news .section.news article .content .meta time {
  display: inline-block;
  padding: 0;
  line-height: 1;
  text-transform: uppercase;
  font-size: 0.7em;
  margin-right: 20px;
}
.news .section.news article .content .meta time::before {
  margin-right: 4px;
}
.news .section.news article .content .caption {
  font-size: 1em;
  color: #444;
}
.news .section.news article .content h3 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 520px) {
  .news .section.news article {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.news .section.news article .content p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 520px) {
  .news .section article {
    width: 100% !important;
  }
}
.contentImg {
}
.blur.active .picture18 {
  display: none;
}
.blur.active .contentImg {
  display: block;
  margin: 0 auto;
}
.vk-container {
  font-family: tahoma, arial, verdana, sans-serif;
  font-size: 15px;
  color: #000;
  text-decoration: none;
}
.vk-header {
  background: #dae2e8 none repeat scroll 0 0;
  padding: 4px 4px 4px 6px;
  margin-bottom: 10px;
}
.vk-logo {
  background: transparent none no-repeat scroll 0 0;
  width: 16px;
  height: 16px;
  float: right;
  margin-top: -1px;
}
.vk-header-text {
  padding: 2px 3px 1px;
  line-height: 100%;
  color: #45688e;
  font-weight: 700;
}
.vk-comment,
.vk-comment-load {
  margin-bottom: 25px;
  position: relative;
  border-bottom: 1px solid #dae1e8;
  padding-bottom: 5px;
}
.vk-avatar img {
  float: left;
  margin-right: 10px;
}
.vk-comment-name {
  color: #2b587a;
  font-weight: 700;
  font-size: 12px;
}
.vk-comment-text {
  margin-left: 59px;
  margin-top: 3px;
}
.vk-comment-date {
  display: none;
  margin-left: 59px;
  color: #999;
  font-size: 13px;
}
div.blur {
  position: relative;
  background: #eee;
  padding: 10px;
}
.mIn {
  width: 1400px;
}
@media screen and (max-width: 1400px) {
  div.mIn {
    width: 100% !important;
  }
}
h1,
h2,
h3 {
  font-weight: 500;
}
h1 {
  font-size: 2.5em;
  line-height: 110%;
  font-weight: 400;
}
body {
  overflow-x: hidden;
  font-family: "Segoe UI", "Open Sans", Arial, sans-serif;
}
#__main__ {
  transition: all 0.3s ease-in-out 0s;
}
#mobile_menu {
  position: fixed;
  margin: 0;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  background: #036 none repeat scroll 0 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out 0s;
}
#mobile_menu.active {
  left: 0;
}
#header {
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  width: 99%;
  color: #fff;
  background-repeat: repeat;
  background-position: 0 0;
  background-color: #036;
  background-attachment: scroll;
  z-index: 999;
  transition: all 0.3s ease-in-out 0s;
  max-width: 1340px;
  margin: 0 auto;
  padding: 3px 5px;
}
#header > div > div {
  float: left;
  margin: 10px 0 0;
}
#header .mobile_menu {
  display: none;
}
#header .logo {
  margin-left: 50px;
  margin-right: 30px;
  color: #fff;
  font-size: 24px;
}
#header a {
  text-decoration-color: #fff;
}
#header .logo img {
  height: 40px;
  width: auto;
}
@media screen and (max-width: 736px) {
  #header .logo {
    margin-left: 40px;
    margin-right: 0;
  }
}
#header.active {
  margin-left: 300px;
}
#upB {
  background-color: #eee;
  padding-top: 15px;
}
#upB > div div:first-child {
  padding-left: 0;
}
#upB > div div:last-child {
  padding-right: 0;
}
@media screen and (max-width: 736px) {
  #upB {
    padding-top: 45px;
  }
  #upB > div {
    display: none;
  }
}
#body {
  position: relative;
  min-height: 700px;
  background-color: #eee;
}
#body #left {
  padding-left: 0;
}
#body #left > div > div {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#body > #center {
  padding-left: 0;
}
#body > #center p {
  margin-bottom: 20px;
}
#body #right {
  padding-right: 0;
}
#body #right > div > div {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#body #right ._company div.news {
  margin-bottom: 10px;
}
#body #right ._company div.news header.categoryImg {
  background: #fff none repeat scroll 0 0;
}
#body #right ._company div.news img.header {
  float: none;
  margin: 0 auto;
  display: block;
  padding: 20px 20px 0;
  width: 80%;
  height: auto;
}
#body > #center .vk-comment-text p {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 736px) {
  #body ._company > header a {
    text-decoration: underline;
  }
  #body ._company div.news {
    display: none;
  }
  #body .sidebn {
    padding-left: 15px;
    padding-right: 15px;
  }
}
header.blockHeader {
  margin-top: -3px;
  border: medium none;
  margin-bottom: 10px;
}
header.blockHeader .blockHeaderName {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  padding: 0;
}
@media screen and (max-width: 736px) {
  header.blockHeader .blockHeaderName {
    padding: 0 20px;
  }
}
header.blockHeader .blockHeaderName a {
  color: #222;
  font-weight: 700;
}
header.blockHeader > a {
  display: none;
}
#left .section > article,
#right .section > article,
body.index ._interview .section > article {
  padding: 20px 5px 10px;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #eee;
}
#left .section > article div.img,
#right .section > article div.img,
body.index ._interview .section > article div.img {
  border: medium none;
  margin-bottom: 10px;
}
#left .section > article .linkName,
#right .section > article .linkName,
body.index ._interview .section > article .linkName {
  color: #222;
  font-size: 14px;
  font-weight: 400;
}
#left .section > article .meta,
#right .section > article .meta,
body.index ._interview .section > article .meta {
  display: none;
}
#left .section > article .caption,
#right .section > article .caption,
body.index ._interview .section > article .caption {
  display: none;
}
@media screen and (max-width: 736px) {
  #right,
  ._newsBN {
    display: none;
  }
}
._content h1,
._content h2,
._content h3,
._content p {
  margin-bottom: 20px;
}
._content h2 {
  color: red;
}
.hh {
  position: absolute;
  font-size: 0;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
._content .news.current,
._content .news.lenta {
  margin-bottom: 0;
}
._content .news.current .section article,
._content .news.lenta .section article {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 0;
  padding-bottom: 40px;
}
._content .news.current .section article h1,
._content .news.lenta .section article h1 {
  padding: 0 20px 0 60px;
}
@media screen and (max-width: 736px) {
  ._content .news.current .section article h1,
  ._content .news.lenta .section article h1 {
    padding: 20px 20px 0;
    font-size: 1.5em;
  }
}
._content .news.current .section article h3.linkName,
._content .news.lenta .section article h3.linkName {
  padding: 20px 20px 0 60px;
  margin: 0;
  font-size: 1.5em;
}
@media screen and (max-width: 1024px) {
  ._content .news.current .section article h3.linkName,
  ._content .news.lenta .section article h3.linkName {
    padding: 20px 20px 5px;
  }
}
._content .news.current .section article div.gallery,
._content .news.lenta .section article div.gallery {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  min-height: 150px;
}
._content .news.current .section article div.gallery > img,
._content .news.lenta .section article div.gallery > img {
  width: 100%;
  height: auto;
  font-size: 0;
}
._content .news.current .section article div.gallery .caption,
._content .news.lenta .section article div.gallery .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 60px;
  font-size: 20px;
  color: #fff;
  margin: 0 !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)) repeat scroll 0 0;
}
@media screen and (max-width: 1024px) {
  ._content .news.current .section article div.gallery .caption,
  ._content .news.lenta .section article div.gallery .caption {
    position: relative;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #000;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    font-size: 18px;
  }
}
._content .news.current .section article .categories,
._content .news.lenta .section article .categories {
  padding: 0 20px 0 60px;
}
@media screen and (max-width: 736px) {
  ._content .news.current .section article .categories,
  ._content .news.lenta .section article .categories {
    padding: 0 20px;
  }
}
._content .news.current .section article .categories a,
._content .news.lenta .section article .categories a {
  text-decoration: none;
  color: #fff;
  background: #eb0254 none repeat scroll 0 0;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-right: 10px;
}
._content .news.current .section article time,
._content .news.lenta .section article time {
  display: block;
  padding: 0 20px 20px 60px;
  color: grey;
  font-size: 0.8em;
}
._content .news.current .section article > p,
._content .news.lenta .section article > p {
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 736px) {
  ._content .news.current .section article > p,
  ._content .news.lenta .section article > p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
._content .news.current .section article .news_content,
._content .news.lenta .section article .news_content {
  float: left;
  width: 75%;
  padding: 0 20px 0 60px;
}
@media screen and (max-width: 736px) {
  ._content .news.current .section article .news_content,
  ._content .news.lenta .section article .news_content {
    padding: 0 20px;
    width: 100%;
  }
}
._content .news.current .section article {
  padding-bottom: 0 !important;
}
._content .news.current .section article > p {
  padding: 0 !important;
}
._content .news.current .section article time {
  display: inline-block;
  padding-left: 0;
}
._content .news.current .section article time::after {
  content: "РЇР РќРћР’РћРЎРўР";
  margin-left: 20px;
}
._content .news_content {
  float: left;
  width: 75%;
  padding: 0 20px 0 60px !important;
}
@media screen and (max-width: 736px) {
  ._content .news_content {
    padding: 0 20px !important;
    width: 100%;
  }
}
._content .news_content .section article .beforeContent {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
._content .news_content .section article .beforeContent .categories {
  padding: 0;
  margin: 0;
  float: left;
}
._content ._newsBN {
  float: right;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  border-left: 1px solid #dedede;
}
@media screen and (max-width: 736px) {
  ._content ._newsBN {
    width: 100%;
    padding: 0 20px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 736px) {
  ._content .news.lenta .section article time {
    padding: 0 20px 10px;
    text-align: right;
  }
}
._content {
  position: relative;
  float: left;
  width: 100%;
  background: #fff none repeat scroll 0 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 736px) {
  ._content {
    padding-top: 20px;
  }
}
._content > * {
  padding: 0 40px;
}
._content > h1 {
  margin-bottom: 30px;
}
._content > .news {
  padding: 0;
}
._content > .news > h1.listHeader {
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 736px) {
  ._content > .news > h1.listHeader {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.6em;
  }
}
#subfooter {
  background: #0d3d6e none repeat scroll 0 0;
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 14px;
  color: #708aa5;
}
#subfooter a {
  color: #708aa5;
  text-decoration: none;
}
#subfooter ._copy {
  float: left;
  margin-top: 5px;
}
@media screen and (max-width: 736px) {
  #subfooter {
    padding: 20px;
  }
}
#body #left .ynst_5c18cb8f4e503:nth-child(2n) {
  margin-top: 10px;
  margin-bottom: 10px;
}
#body #right .ynst_5c18cb8f4e503:nth-child(2n + 1) {
  margin-top: 10px;
  margin-bottom: 10px;
}
div[class^="ynst_"] {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  font-size: 1px;
}
div[class^="ynst_"] a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div[class^="ynst_"] img {
  width: 100%;
  height: auto;
}
.theiaStickySidebar::after {
  content: "";
  display: table;
  clear: both;
}
@media screen {
  .no-webp #header {
    background: rgba(0, 0, 0, 0) url(../images/shapka.jpg) no-repeat scroll 100% -11px;
  }
  .webp #header {
    background: rgba(0, 0, 0, 0) url(../images/shapka.webp) no-repeat scroll 100% -11px;
  }
}
@media screen and (max-width: 1200px) {
  .no-webp #header {
    background: rgba(0, 0, 0, 0) url(../images/shapka1.jpg) repeat scroll 100% -11px;
  }
  .webp #header {
    background: rgba(0, 0, 0, 0) url(../images/shapka1.webp) repeat scroll 100% -11px;
  }
}
@media screen and (max-width: 920px) {
  .no-webp #header {
    background: rgba(0, 0, 0, 0) url(../images/shapka2.jpg) repeat scroll 100% -11px;
  }
  .webp #header {
    background: rgba(0, 0, 0, 0) url(../images/shapka2.webp) repeat scroll 100% -11px;
  }
}
.header-burger {
  display: none;
}
@media screen and (max-width: 780px) {
  .no-webp #header {
    background: #036;
  }
  .webp #header {
    background: #036;
  }
  #header {
    position: relative;
  }
  .header-burger {
    position: relative;
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 5px;
    background-color: #fff;
  }
  .header-burger:after,
  .header-burger:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    border-radius: 5px;
    background-color: #fff;
    left: 0;
  }
  .header-burger:after {
    top: -8px;
  }
  .header-burger:before {
    bottom: -8px;
  }
  .header-wrapper {
    width: 100%;
    display: flex;
    padding-right: 20px;
    align-items: center;
    justify-content: space-between;
  }
}
#product-block {
  height: 338px;
  width: 100% !important;
  display: block;
  margin: 0 !important;
  margin: 0 0 20px !important;
  text-align: center;
}
.no-webp #product-block {
  background: url(../images/product-pack-tab.png) center center no-repeat;
  background-size: contain;
}
.webp #product-block {
  background: url(../images/product-pack-tab.webp) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #product-block {
    width: 100% !important;
    height: 224px !important;
    margin: 0 !important;
  }
}
.greenlink {
  background: green;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
  border-radius: 5px;
  text-shadow: 0 4px 3px rgba(0, 0, 0, 0.4), 0 8px 13px rgba(0, 0, 0, 0.1), 0 18px 23px rgba(0, 0, 0, 0.1);
  font-size: 26px;
  line-height: 1.4em;
  box-shadow: 0 30px 30px -30px #00000070;
}
a.n-underline {
  text-decoration: none;
}
.gradient {
  background-color: #7ac44d;
  background-image: url(../fonts/bg.svg);
  background-image: url(../fonts/bg.svg),
    -webkit-gradient(radial, left bottom, 0, left bottom, 723, color-stop(0, #f3ef15), color-stop(1, #009885));
  background-image: -webkit-repeating-radial-gradient(left bottom, ellipse farthest-corner, #f3ef15 0, #009885 100%);
  background-image: repeating-radial-gradient(ellipse farthest-corner at left bottom, #f3ef15 0, #009885 100%);
  background-image: -ms-repeating-radial-gradient(left bottom, ellipse farthest-corner, #f3ef15 0, #009885 100%);
}
.gradient {
  transition: 0.3s;
}
.gradient:hover {
  background: #27f713;
  transition: 0.3s;
}
@media (max-width: 480px) {
  .greenlink {
    font-size: 19px;
    padding: 20px 0;
  }
}
.active p {
  display: none;
}
.inL_711162 {
  background-color: #eee !important;
  transform: none;
}
.inL_851493 {
  transform: none;
}
.inL_381413 {
  transform: none;
}
.inL_872783 {
  font-style: italic;
}
.inL_827570 {
  text-align: left;
}
.inL_185085 {
  max-width: 100%;
}
.inL_875070 {
  margin-bottom: 0;
  margin-top: 30px;
}
.inL_123577 {
  max-width: 500px;
  width: 100%;
}
.inL_713009 {
  max-width: 500px;
  width: 100%;
}
.inL_853613 {
  margin-bottom: 0;
  margin-top: 30px;
}
.inL_438076 {
  max-width: 500px;
  width: 100%;
}
.inL_452742 {
  max-width: 500px;
  width: 100%;
}
.inL_622428 {
  margin-bottom: 0;
  margin-top: 30px;
}
.inL_250462 {
  max-width: 500px;
  width: 100%;
}
.inL_50023 {
  max-width: 500px;
  width: 100%;
}
.inL_864925 {
  margin-bottom: 0;
  margin-top: 30px;
}
.inL_295279 {
  max-width: 500px;
  width: 100%;
}
.inL_738640 {
  max-width: 500px;
  width: 100%;
}
.inL_945558 {
  max-width: 300px;
}
.inL_317389 {
  max-width: 100%;
  width: 100%;
}
.inL_709918 {
  max-width: 100%;
  width: 100%;
}
.inL_310062 {
  color: #c71585;
}
.inL_891577 {
  font-weight: 700;
}
.inL_869349 {
  font-size: 21px;
}
.inL_856142 {
  width: 100%;
  max-width: 340px;
  margin-top: 5px;
}
.inL_103798 {
  width: 100%;
  max-width: 340px;
  margin-top: 5px;
}
.inL_285572 {
  width: 100%;
  margin-top: 5px;
}
.inL_406083 {
  width: 100%;
  margin-top: 5px;
}
.inL_854864 {
  margin-top: 5px;
  max-width: 100%;
}
.inL_699770 {
  font-size: 21px;
}
.inL_32974 {
  position: relative;
  overflow: visible;
  box-sizing: border-box;
  min-height: 1px;
}
.inL_284770 {
  padding-top: 0;
  padding-bottom: 1px;
  position: static;
  transform: none;
}
.inL_580663 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
  visibility: hidden;
}
.inL_299179 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
  visibility: hidden;
}
.inL_642712 {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0s ease 0s;
  width: 278px;
  height: 4485px;
}
.inL_547322 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
  visibility: hidden;
}
.inL_618516 {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0s ease 0s;
  width: 200%;
  height: 200%;
}
#comebacker_main_div {
  display: none !important;
  height: 0px !important;
}
#subfooter {
  outline: 2px solid #0d3d6e;
}

/* formmm */

.form-wrapper {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form {
  width: 100%;
  max-width: 300px;
  border: 2px solid #2b6a43;
  border-radius: 5px;
  padding: 20px;
}
.form__inner {
  width: 100%;
}
.form-input__wrapper {
  margin-bottom: 15px;
  position: relative;
}
.form-input__wrapper:before {
  content: "";
  position: absolute;
  left: 17px;
  top: 12px;
  width: 22px;
  height: 22px;
}
.form-input__wrapper--name:before {
  background: url(../images/man-user.png) center center no-repeat;
  background-size: contain;
}
.form-input__wrapper--phone:before {
  background: url(../images/call.png) center center no-repeat;
  background-size: contain;
}
.form input {
  width: 100%;
  padding: 11px 11px 11px 50px;
  border: 1px solid #2b6a43;
  border-radius: 3px;
}
.prices {
  display: flex;
  justify-content: space-between;
}
.prices p {
  font-weight: 700;
  text-align: center !important;
  font-size: 18px;
  line-height: 1.5;
}
.prices p span.x_price_current,
.prices p span.x_price_previous {
  font-weight: 400;
  font-size: 22px;
}
.x_price_previous {
  position: relative;
}
.x_price_previous:after,
.x_price_previous:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: red;
}
.x_price_previous:before {
  transform: rotate(-15deg);
}
.x_price_previous:after {
  transform: rotate(15deg);
}
.prices p span.x_currency {
  font-size: 16px;
}
.btn {
  width: 100%;
  padding: 12px;
  font-size: 22px;
  border: none;
  background-color: red;
  color: #fff;
  font-weight: 700;
  border-radius: 3px;
  transition: background-color 0.5s ease;
}
.btn:hover {
  background-color: #e90738;
}
@media (max-width: 479px) {
  .form-wrapper {
    flex-direction: column;
  }
  .form-wrapper img {
    width: 100%;
    max-width: 250px;
  }
}
@media (min-width: 1024px) {
  body p {
    text-align: justify !important;
  }
}
@media (max-width: 639px) {
  .form-wrapper img {
    width: 100%;
    max-width: 250px;
  }
  .form-wrapper {
    flex-direction: column;
  }
}
