@media only screen and (min-device-width: 320px) and (max-device-width: 900px) {
  .left-img-box img {
    float: initial !important;
    margin-right: 20px !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 350px !important;
  }

  .text4 p {
    text-align: center;
  }
}

.SvgIcon,
body {
  position: relative;
}

.Body a:hover,
a {
  color: rgb(184, 139, 88);
}

.Menu-item,
.Menu-link {
  transition: color 0.15s ease-out 0s;
}

.Menu-link,
a {
  text-decoration: none;
}

b,
body,
div,
footer,
h1,
h3,
header,
html,
img,
nav,
p,
span,
strong {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0px;
  font-size: 100%;
  vertical-align: baseline;
  background: 0px 0px;
}

body {
  line-height: 1;
}

.Body:last-child> :last-child {
  margin-bottom: 0px;
}

footer,
header,
nav {
  display: block;
}

a {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.Body {
  font-size: 18px;
  line-height: 22px;
}

@media only screen and (min-width: 48em) {
  .Body {
    font-size: 20px;
    line-height: 27px;
  }
}

.Body>* {
  max-width: 980px;
  font-family: PFRegal, Georgia, serif;
}

.Body p {
  margin-bottom: 15px;
}

.Body p:empty {
  display: none;
}

.Body h3 {
  margin-top: 18px;
  margin-bottom: 12px;
  font-family: "Proxima Nova", Arial, "Helvetica Neue", sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.HeaderButton-link,
.Menu {
  font-family: "Proxima Nova", Arial, "Helvetica Neue", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.SvgIcon {
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.Header,
.MeduzaLogo {
  position: relative;
  z-index: 2;
}

.App-content,
button {
  overflow: visible;
}

.SvgIcon--meduzaLogo {
  margin-top: -2px;
  height: 45px;
  width: 100px;
}

.Menu {
  display: none;
  color: rgb(255, 255, 255);
}

@media only screen and (min-width: 64em) {
  .Menu {
    font-size: 13px;
    height: 45px;
    width: 100%;
    letter-spacing: 1px;
    background-color: rgb(38, 38, 38);
    display: flex;
    justify-content: center;
  }
}

.Menu-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0px;
  text-align: center;
}

@media only screen and (min-width: 64em) {
  .Menu-item {
    padding: 0px 15px;
    border-bottom: 0px none;
  }

  .Menu-item:last-of-type {
    border-right: medium none;
  }

  .Menu-item:hover {
    color: rgb(153, 153, 153);
    background-color: inherit;
  }

  .Header {
    padding: 0px 15px;
  }
}

.Menu-link {
  color: rgb(255, 255, 255);
  position: relative;
  line-height: 45px;
  top: 1px;
}

.Menu-item:hover .Menu-link {
  color: rgb(153, 153, 153);
}

.MeduzaLogo {
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: contain;
}

.Header {
  height: 45px;
  background-color: rgb(38, 38, 38);
  display: flex;
  flex-flow: row nowrap;
}

@media only screen and (max-width: 63.9375em) {
  .Header .HeaderButton--chat {
    display: none;
  }
}

.Header-left {
  display: flex;
  flex-basis: 16%;
  flex-grow: 1;
  height: 100%;
}

.Header-center {
  height: 100%;
  display: none;
}

@media only screen and (min-width: 64em) {
  .Header-center {
    display: flex;
    justify-content: center;
    flex-grow: 2;
  }
}

.Header-right {
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-end;
  flex-basis: 16%;
  flex-grow: 1;
}

.Header-meduzaLogo {
  display: flex;
  height: 45px;
  justify-content: center;
  position: absolute;
  left: 0px;
  right: 0px;
}

@media only screen and (min-width: 64em) {
  .Header-meduzaLogo {
    position: static;
  }
}

.HeaderButton {
  position: relative;
  display: flex;
  min-width: 45px;
  height: 100%;
  padding: 0px 15px;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  fill: currentcolor;
  border: 0px;
  background: 0px 0px;
  margin: 0px;
  cursor: pointer;
}

.HeaderButton:active {
  outline-width: 0px;
}

.HeaderButton:hover {
  color: rgb(153, 153, 153);
}

.HeaderButton::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-right: 1px solid rgb(103, 103, 103);
}

@media only screen and (min-width: 64em) {
  .HeaderButton::after {
    top: 10px;
    bottom: 10px;
  }
}

.HeaderButton-link {
  display: block;
  padding-top: 2px;
  color: inherit;
  cursor: pointer;
}

.HeaderButton-link::before {
  position: absolute;
  inset: 0px;
  content: "";
}

.HeaderButton--chat {
  font-size: 13px;
  letter-spacing: 0.05em;
}

.Copyright {
  padding: 0px 12px;
  line-height: 1.2;
}

@media only screen and (min-width: 64em) {
  .Copyright {
    padding: 0px;
  }
}

.Copyright-container {
  display: flex;
  flex-flow: row wrap;
  margin: 0px auto;
  padding: 13px 0px 12px;
}

.MaterialMeta,
.MaterialTag {
  display: inline-block;
  font-family: "Proxima Nova", Arial, "Helvetica Neue", sans-serif;
}

.Copyright-container a:hover {
  color: rgba(255, 255, 255, 0.5);
}

@media only screen and (min-width: 48em) {
  .Copyright-container {
    max-width: 675px;
    padding: 10px 0px 18px;
    border-top: 1px solid rgb(80, 80, 80);
    flex-wrap: nowrap;
    text-align: left;
  }
}

@media only screen and (min-width: 64em) {
  .Copyright-container {
    max-width: 860px;
  }
}

.Copyright-container a {
  color: rgb(255, 255, 255);
}

.Copyright-block {
  padding-top: 13px;
  font-size: 17px;
  flex: 1 0 20%;
}

@media only screen and (min-width: 48em) {
  .Copyright-block {
    padding-top: 0px;
    border-top: 0px none;
  }
}

.Copyright-block:last-child {
  text-align: right;
}

.MaterialTag {
  position: relative;
  z-index: 30;
  vertical-align: top;
  text-transform: uppercase;
  border: 1px solid;
  border-radius: 2px;
  font-weight: 700;
  line-height: 1;
  color: rgb(184, 139, 88);
}

@media only screen and (max-width: 32em) {
  .MaterialTag {
    height: 15px;
    line-height: 15px;
    padding: 0px 5px;
    font-size: 10px;
    letter-spacing: 0.5px;
  }
}

span.MaterialTag {
  cursor: default;
  pointer-events: none;
}

button,
input[type="submit"] {
  cursor: pointer;
}

@media only screen and (min-width: 32em) {
  .MaterialTag--medium {
    height: 20px;
    line-height: 20px;
    padding: 0px 7px;
    letter-spacing: 1px;
    font-size: 12px;
  }
}

.MaterialTag--solid {
  color: rgb(255, 255, 255);
  background: rgb(184, 139, 88);
  border-color: rgb(184, 139, 88);
  text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
}

.MaterialMeta--time {
  background-image: url("");
}

.MaterialMeta {
  font-size: 12px;
  line-height: 14px;
  color: grey;
  margin-right: 12px;
  padding-left: 18px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px;
  font-weight: 400;
}

@media only screen and (min-width: 48em) {
  .MaterialMeta {
    font-size: 15px;
    line-height: 18px;
    margin-right: 15px;
  }
}

.MaterialMeta--time {
  background-size: 12px 12px;
}

.App,
.App-content,
.App-footer {
  transition: transform 0.25s ease-out 0s, -webkit-transform 0.25s ease-out 0s, -o-transform 0.25s ease-out 0s;
}

.MediaMaterial {
  background-color: rgb(255, 255, 255);
  padding: 12px;
}

.MediaMaterial-header {
  display: flex;
  flex-flow: column wrap;
  max-width: 650px;
  margin: 0px auto 18px;
  align-items: flex-start;
}

@media only screen and (min-width: 63.125em) {
  .MediaMaterial-header {
    max-width: 1000px;
    margin-bottom: 25px;
  }
}

.MediaMaterial-tag {
  margin-bottom: 5px;
}

.MediaMaterial-meta {
  margin-top: 12px;
}

@media only screen and (min-width: 48em) {
  .MediaMaterial {
    padding: 25px 156px 12px;
    background: rgb(247, 247, 247);
  }

  .MediaMaterial-tag {
    margin-bottom: 11px;
  }

  .MediaMaterial-meta {
    margin-top: 12px;
  }

  .MediaMaterial--fullWidth .MediaMaterial-header {
    align-items: center;
    text-align: center;
  }
}

.MediaMaterial-materialContent {
  width: 100%;
  max-width: 650px;
}

.MediaMaterial-body {
  position: relative;
  max-width: 650px;
  margin: 0px auto;
}

@media only screen and (min-width: 63.125em) {
  .MediaMaterial-body {
    max-width: 1000px;
    background: rgb(255, 255, 255);
    padding: 2px 10px 0px;
  }
}

.MediaMaterial--fullWidth .MediaMaterial-materialContent {
  max-width: none;
}

.Material {
  padding: 12px 0px 0px;
}

.Material-shadow {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0px;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.15);
}

.App-content,
.App-footer {
  z-index: 1;
  position: relative;
}

.Material-shadow--top {
  top: 0px;
}

.Material-container {
  background: rgb(255, 255, 255);
  position: relative;
}

@media only screen and (min-width: 48em) {
  .Material {
    padding: 15px 0px 0px;
  }

  .Body h3 {
    margin-top: 1px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 27px;
  }
}

.MaterialContent--bannerless .Body>* {
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
}

.App {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.App-content {
  background-color: rgb(242, 242, 242);
  flex: 1 0 auto;
}

.App-header {
  position: relative;
  z-index: 200;
}

.App--isMaterial .App-content {
  background-color: rgb(230, 230, 230);
}

.Footer {
  color: rgb(153, 153, 153);
  background-color: rgb(37, 37, 37);
  outline: rgb(37, 37, 37) solid 1px;
  font-family: "Proxima Nova", Arial, "Helvetica Neue", sans-serif;
}

.ava-img {
  width: 50px;
  margin-right: 10px;
  display: inline-block;
  float: left;
  margin-top: 5px;
  vertical-align: middle;
}

.Body a {
  box-shadow: rgb(184, 139, 88) 0px -1px inset;
}

.Body a:hover {
  box-shadow: none;
}

html {
  font-family: sans-serif;
}

body {
  margin: 0px;
}

footer,
header,
main,
nav {
  display: block;
}

a {
  background: 0px 0px;
}

a:active,
a:hover {
  outline: 0px;
}

b,
strong {
  font-weight: 700;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0px;
}

img {
  border: 0px;
}

button,
input,
textarea {
  color: inherit;
  font: inherit;
  margin: 0px;
}

button {
  text-transform: none;
}

body {
  font-family: "PT Sans", sans-serif;
}

.contentBox {
  line-height: 1.5;
}

.contentBox p {
  padding-bottom: 10px;
  padding-top: 10px;
}

.contentBox h1 {
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 27px;
}

.contentBox h2 {
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blue-horizontal-box {
  width: 96%;
  padding: 2%;
  color: rgb(22, 83, 145);
  margin-top: 10px;
  margin-bottom: 10px;
  background: rgb(229, 242, 255);
}

.red-horizontal-box {
  width: 96%;
  padding: 2%;
  color: rgb(159, 13, 13);
  margin-top: 10px;
  margin-bottom: 10px;
  background: rgb(255, 238, 238);
}

.left-img-box {
  float: left;
  padding: 2%;
  width: 100%;
  background: rgb(218, 218, 218);
  color: rgb(0, 0, 0);
  margin-top: 10px;
  margin-bottom: 10px;
}

.left-img-box p {
  margin: 0px;
  padding: 0px;
}

.left-img-box img {
  float: left;
  margin-right: 20px;
  width: 100%;
  height: auto;
  max-width: 350px !important;
}

a {
  text-decoration: none !important;
  box-shadow: none !important;
}

.Body p {
  margin-bottom: 0px;
}

.contentBox span,
p,
a,
h1,
h2,
h3 {
  font-family: PFRegal, Georgia, serif !important;
}

.comment-box {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 3px !important;
}

.comment-profile-box {
  margin-bottom: 7px;
}

.comment-text-box img {
  margin: 7px 0px;
}

.MediaMaterial-header {
  display: block;
  text-align: center;
}

.lead-form-box {
  background: url("../images/formbg.jpg") right 0px top 0px / 100% 100% no-repeat white;
  border-bottom: 1px solid rgb(218, 206, 198);
  padding: 20px;
  max-width: 600px;
  font-family: Arial;
  box-shadow: rgba(129, 150, 160, 0.15) 0px 4px 15px 0px;
  box-sizing: border-box !important;
}

.fields-box {
  margin: auto;
  max-width: 320px;
  width: 100%;
}

#lead-form input {
  border: 2px solid rgb(233, 215, 220);
  box-sizing: border-box !important;
  width: 100% !important;
  margin: 0px !important;
  border-radius: 5px !important;
  font-size: 17px !important;
  background: rgb(255, 255, 255) !important;
  padding: 15px !important;
  font-weight: normal !important;
}

.name-field,
.phone-field {
  text-align: left;
  margin-bottom: 10px;
}

.name-field label,
.phone-field label {
  font-size: 12px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  color: rgb(51, 51, 51) !important;
}

.lead-form-box h2 {
  border: none;
  margin: 20px 0px 0px !important;
  padding: 0px !important;
  line-height: 32px !important;
  color: rgb(0, 0, 0) !important;
}

.lead-form-box label {
  width: 100%;
  display: block;
  padding: 5px 0px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.lead-form-box span {
  font-size: 12px;
}

#send-lead {
  width: 100%;
  padding: 15px;
  background: rgb(2, 153, 255);
  text-shadow: rgba(0, 0, 0, 0.1) 1px 3px 3px;
  box-shadow: rgba(129, 150, 160, 0.45) 0px 4px 25px 0px;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  border: none;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold !important;
}

@media screen and (max-width: 600px) {
  .lead-form-box {
    border-left: 1px solid rgb(218, 206, 198);
    border-right: 1px solid rgb(218, 206, 198);
    background-image: url("../images/formbg.jpg");
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 400px) {
  .fields-box {
    padding: 10px;
  }

  .lead-form-box {
    padding: 10px;
  }

  #send-lead {
    padding: 10px;
  }
}

#push-comments #push_mlyjekpdfdd1 {
  background-color: rgb(240, 240, 240);
  box-sizing: border-box;
  font-family: Arial, serif;
  padding: 3rem 2rem;
  transition: all 1s ease 0s;
  width: 100%;
}

#push-comments #push_mlyjekpdfdd1__form {
  box-sizing: border-box;
  margin: auto;
  max-width: 600px;
}

#push-comments #push_mlyjekpdfdd1__title {
  color: rgb(67, 160, 71);
  border-bottom: 0px solid;
  box-shadow: rgb(204, 204, 204) 1px 4px 10px -7px;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 0px;
  margin-bottom: 16px;
}

#push-comments #push_mlyjekpdfdd1__message {
  border: 1px solid rgb(67, 160, 71);
  box-shadow: rgb(35, 122, 39) 0px 2px 4px -3px;
  font-size: 16px;
  box-sizing: border-box;
  padding: 10px 20px;
  height: 120px;
  width: 100%;
}

#push-comments #push_mlyjekpdfdd1__submit {
  background: rgb(67, 160, 71);
  border: none;
  box-shadow: rgb(0, 0, 0) 0px 2px 4px -3px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  border-radius: 25px;
  display: table;
  margin: 20px 0px 0px;
  height: 50px;
  transition: all 0.5s ease 0s;
  text-align: center;
  text-shadow: rgb(35, 122, 39) 0px 0px 1px;
  font-size: 18px;
  max-width: 280px;
  width: 100%;
}

#push-comments #push_mlyjekpdfdd1__submit:hover {
  background: rgb(35, 122, 39);
  text-shadow: none;
  box-shadow: none;
}

.prod {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}

.textcom {
  margin-left: 60px;
}

#send-lead:hover {
  background: rgb(44, 110, 154);
  color: rgb(255, 255, 255);
}

#ouibounce-modal {
  font-family: "Open Sans", sans-serif;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#ouibounce-modal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  animation: 0.5s ease 0s 1 normal none running fadein;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.over-window {
  font-family: Roboto, serif;
  width: 650px;
  z-index: 9999;
  padding: 10px 0px 0px;
  cursor: default;
  background: none 0% 0% repeat scroll rgb(255, 255, 255);
  position: fixed;
  top: 5%;
  left: 60%;
  margin: 0px 0px 0px -391px;
  border: 3px solid rgb(62, 62, 62);
}

.ex-logo {
  color: rgb(17, 17, 17);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 38px;
  margin: 15px auto 10px;
  padding: 0px 15px;
  text-align: center;
  font-weight: bold !important;
}

.footer-button {
  color: rgb(174, 18, 16);
  font-family: "Roboto Condensed", Georgia, "Century Schoolbook L", serif;
  font-size: 46px;
  line-height: 56px;
  margin: 5px auto 0px;
  padding: 0px 15px;
  text-align: center;
}

.footer-button a {
  font-family: Arial;
  cursor: pointer;
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  display: block;
  margin: 5px auto 10px;
  color: rgb(255, 255, 255);
  font-size: 30px;
  text-decoration: none;
  text-align: center;
  height: 51px;
  line-height: 51px;
  background: rgb(231, 76, 60);
  font-weight: normal;
  border-bottom: 2px solid rgb(192, 57, 43);
  border-radius: 9px;
  width: 380px;
}

.footer-button a:hover {
  background: rgb(231, 92, 78);
}

.footer-button a:hover {
  color: rgb(255, 255, 255);
}

.ppubtxt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
  width: 650px;
  padding: 0px;
  color: rgb(17, 17, 17);
  margin-top: 0px;
  text-align: center !important;
}

.exitprod-img {
  width: 230px;
  margin: 15px 15px 0px;
  float: left;
  text-align: center;
}

.exit-form {
  width: 370px;
  float: left;
}

.exit-form-text {
  margin: 10px 0px 20px;
}

.exit-form-text .subhead {
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  color: rgb(120, 43, 43);
}

.exit-form-text .subhead ul {
  list-style: outside none none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: normal;
  padding-left: 10px;
}

.exit-form-text .subhead ul li {
  background: url("../images/bul.png") 0px 10px no-repeat scroll transparent;
  margin-top: 10px;
  padding-left: 30px;
  padding-bottom: 10px;
  text-align: left;
}

.close-ex {
  height: 52px;
  width: 52px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: -26px;
  background: url("../images/close.png") no-repeat;
}

.clr {
  clear: both;
}

@media (max-width: 654px) {
  #ouibounce-modal .underlay {
    display: none;
  }

  .over-window {
    display: none;
  }
}

.alex_zevsa_wcih4ECQW {
  position: relative;
  margin: 0px auto;
  width: 960px;
  padding: 0px 20px;
}

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

.clearfix::after {
  clear: both;
}

.katyakoncakova_FtFDdVex .Natali0610_RVdHBJiwC,
.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe {
  font-family: PFDinTextCondProMedium, Helvetica, Arial !important;
}

.katyakoncakova_FtFDdVex {
  position: relative;
  z-index: 15;
}

.katyakoncakova_FtFDdVex .Natali0610_RVdHBJiwC {
  margin-top: 40px;
  float: left;
  width: 360px;
  text-decoration: none;
  color: rgb(0, 0, 0);
  display: block;
  position: relative;
}

.katyakoncakova_FtFDdVex .Natali0610_RVdHBJiwC img {
  width: 74px;
  height: 80px;
  float: left;
}

.katyakoncakova_FtFDdVex .Natali0610_RVdHBJiwC h1 {
  font-size: 18px;
  margin-top: 17px;
  margin-left: 18px;
  width: 265px;
  float: left;
  text-transform: uppercase;
  line-height: 1;
}

.katyakoncakova_FtFDdVex .vasilusya_rfYcdWbD {
  float: right;
  font-size: 12px;
  margin-top: 5px;
}

.katyakoncakova_FtFDdVex .mikstroy_hlTMvYzPJs {
  width: 330px;
  float: right;
  margin-top: 60px;
}

.katyakoncakova_FtFDdVex .mikstroy_hlTMvYzPJs .mansurovan_vUZn4RQN {
  text-align: right;
  font-size: 12px;
  text-transform: uppercase;
  float: right;
}

.katyakoncakova_FtFDdVex .mansurovan_vUZn4RQN .Dulov_V_V_du3BxPsUO {
  font-weight: 700;
  color: rgb(53, 55, 70);
}

.katyakoncakova_FtFDdVex .mansurovan_vUZn4RQN a {
  color: rgb(53, 55, 68);
}

.katyakoncakova_FtFDdVex .mansurovan_vUZn4RQN a:hover {
  color: rgb(176, 73, 61);
}

.katyakoncakova_FtFDdVex .mansurovan_vUZn4RQN .udav_t_slEtc0GR {
  margin: 0px 5px;
}

.katyakoncakova_FtFDdVex .mikstroy_hlTMvYzPJs .tata_soboleva_XjcqhmYZ7 {
  margin-top: 25px;
  position: relative;
  text-align: right;
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe {
  margin-top: 10px;
  background: none 0px 0px repeat scroll rgb(0, 0, 0);
  height: 57px;
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe .main-menu-blk {
  list-style: outside none none;
}

.katyakoncakova_FtFDdVex .main-menu-blk>li {
  float: left;
  margin-right: 23px;
  position: relative;
  padding: 17px 10px;
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe a {
  text-transform: uppercase;
  font-size: 12px;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe .submenu-btn {
  color: rgb(207, 79, 58);
  font-style: normal;
  margin-left: 4px;
}

.web-s {
  font-family: WebSymbols;
}

li {
  margin-left: 15px;
}

.search_in {
  font-size: 13px;
  color: rgb(68, 68, 68);
  background: rgb(255, 255, 255);
  border: 1px solid rgb(34, 34, 34);
  padding: 3px 100px 3px 10px;
  text-transform: lowercase;
  text-decoration: none !important;
}

.search_in:hover {
  color: rgb(68, 68, 68);
}

@media screen and (max-width: 1020px) {
  .alex_zevsa_wcih4ECQW {
    width: auto;
  }

  .main-menu-blk {
    width: 100%;
    margin: 0px auto;
  }

  .katyakoncakova_FtFDdVex .main-menu-blk>li {
    width: 16.666%;
    float: left;
    margin: 0px;
    display: block;
    padding: 0px;
    text-align: center;
    height: 100%;
  }

  .katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe {
    height: auto;
  }

  .katyakoncakova_FtFDdVex .main-menu-blk>li a {
    line-height: 50px;
    font-size: 10px;
  }

  .katyakoncakova_FtFDdVex .mikstroy_hlTMvYzPJs {
    width: 180px;
  }

  .alex_zevsa_wcih4ECQW,
  .main-menu-blk {
    height: 100%;
  }

  .web-s {
    display: none;
  }

  body img {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .katyakoncakova_FtFDdVex .main-menu-blk>li {
    width: 33.333%;
  }

  .katyakoncakova_FtFDdVex .mikstroy_hlTMvYzPJs {
    display: none;
  }

  li {
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .katyakoncakova_FtFDdVex .main-menu-blk>li {
    width: 50%;
  }

  body img {
    max-width: 100%;
  }

  .katyakoncakova_FtFDdVex .Natali0610_RVdHBJiwC {
    width: 100%;
  }

  .katyakoncakova_FtFDdVex .Natali0610_RVdHBJiwC h1 {
    width: 160px;
    font-size: 16px;
  }
}

.doc-text {
  margin-left: 330px !important;
}

.doc p {
  text-align: left !important;
}

.city {
  margin-left: -15px;
}

@media screen and (max-width: 1020px) {
  body img {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .doc-text {
    margin-left: 0px !important;
  }

  .gelat_Bb6MhOHv {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}

img.ak {
  padding-right: 14px;
  float: left;
  margin-top: -4px;
}

.renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 p {
  text-indent: 20px;
  color: rgb(0, 0, 0);
  text-align: justify;
  margin: 15px;
  line-height: 25px;
}

.doc-text {
  margin-top: -300px;
  margin-left: 325px !important;
}

.doc p {
  text-align: left !important;
}

.city {
  margin-left: -15px;
}

@media screen and (max-width: 1020px) {
  body img {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .MaterialContent--bannerless .Body>* {
    margin-right: auto;
    margin-left: auto;
    padding: 3px !important;
  }

  .doc-text {
    margin-left: 0px !important;
  }

  .gelat_Bb6MhOHv {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}

.renul_seDwyoGn57 .gelat_Bb6MhOHv {
  float: left;
  padding-right: 30px;
  margin-bottom: -5px;
  font-size: 12px;
  font-style: italic;
  color: rgb(161, 161, 168);
}

@media screen and (max-width: 968px) {
  .text2 p {
    text-align: center !important;
  }

  .doc p {
    text-align: center !important;
  }

  img.text2 {
    float: inherit;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0px !important;
  }
}

.img2 {
  float: left;
  padding-right: 20px;
  padding-top: 15px;
}

.linkProd {
  width: 100%;
  display: block;
  border-radius: 10px;
  margin: 0px auto;
  max-width: 422px;
  background: rgb(226, 40, 20);
  font-weight: 700;
  font-size: 15px;
  padding: 16px;
  text-transform: uppercase;
  font-family: Arial;
  color: rgb(255, 255, 255) !important;
  text-align: center !important;
}

.MediaMaterial-body {
  max-width: 1000px;
  background: rgb(255, 255, 255);
  padding: 2px 10px 0px;
}

@media screen and (max-width: 370px) {
  .text3 {
    font-size: 14px !important;
  }
}

  @media screen and (max-width: 650px) {
    .text4 p {
      text-align: center !important;
    }

    img.text4 {
      float: inherit;
      display: block !important;
      margin-left: auto !important;
      margin-right: auto !important;
      padding: 0px !important;
    }

  }

  .prod {
    max-width: 250px !important;
  }

  @media screen and (max-width: 1023px) {
    .prod {
      max-width: 200px !important;
    }
  }
  @media screen and (max-width: 479px) {
    .prod {
      max-width: 170px !important;
    }
  }
  .comment-text-box img {
    max-width: 280px !important;
  }