.red {
  background-color: #f44336 !important
}

.red.darken-2 {
  background-color: #d32f2f !important
}

.red.darken-4 {
  background-color: #b71c1c !important
}

.red.accent-4 {
  background-color: #d50000 !important
}

.light-blue {
  background-color: #03a9f4 !important
}

.light-blue.darken-2 {
  background-color: #0288d1 !important
}

.light-blue.darken-4 {
  background-color: #01579b !important
}

.light-blue.accent-4 {
  background-color: #0091ea !important
}

.light-blue.accent-5 {
  background-color: #d6d30d !important
}

.light-blue.accent-6 {
  background-color: #9b07fd !important
}

.light-blue.accent-7 {
  background-color: #fd0797 !important
}

.light-blue.accent-8 {
  background-color: #fd0707 !important
}

.teal {
  background-color: #009688 !important
}

.teal.darken-2 {
  background-color: #00796b !important
}

.teal.darken-4 {
  background-color: #004d40 !important
}

.teal.accent-4 {
  background-color: #00bfa5 !important
}

.green {
  background-color: #4caf50 !important
}

.green.darken-2 {
  background-color: #388e3c !important
}

.green.darken-4 {
  background-color: #1b5e20 !important
}

.green.accent-4 {
  background-color: #00c853 !important
}

.yellow {
  background-color: #ffeb3b !important
}

.yellow.darken-2 {
  background-color: #fbc02d !important
}

.yellow.darken-4 {
  background-color: #f57f17 !important
}

.yellow.accent-4 {
  background-color: #ffd600 !important
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
body {
  margin: 0
}

footer,
header {
  display: block
}

h1 {
  font-size: 35px;
  margin: .67em 0
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: rgba(0, 0, 0, .87);
  text-decoration: none !important
}

br {
  font-size: 0
}

b {
  font-weight: bolder
}

ul {
  padding-left: 40px
}

img {
  border-style: none
}

input,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif
}

input {
  overflow: visible
}

textarea {
  overflow: auto;
  width: 100%;
  height: 3rem;
  background-color: transparent
}

*,
:after,
:before,
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

a.link-content {
  border-bottom: .125rem solid #feff02;
  padding-top: .05rem;
  padding-bottom: .05rem;
  background: linear-gradient(to bottom, #feff02 0, #feff02 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 0 0;
  transition: background .4s ease-in-out, color .4s ease-in-out
}

a.link-content:hover {
  background-size: .625rem 3.125rem
}

.btn {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2)
}

.btn:hover {
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2)
}

i {
  line-height: inherit
}

img.responsive-img {
  max-width: 100%;
  display: block;
  margin: 0 auto
}

.header {
  background-color: #d2232e;
  padding: 15px 0
}

.footer a,
.header a {
  text-decoration: none !important;
  border-bottom: none !important
}

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

.icon-menu {
  margin-right: 25px
}

.icon-menu__line {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #fff
}

.icon-menu__line:not(:last-child) {
  margin-bottom: 5px
}

.header__logo {
  margin-right: auto
}

.header__logo svg {
  display: block;
  width: 112px;
  height: 23px
}

.header__subscribe {
  text-transform: uppercase;
  color: #666;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 5.5px 17px;
  border-radius: 2px;
  text-align: center;
  margin-right: 12px
}

.header__sing {
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 13px
}

.footer {
  background-color: #d2232e;
  padding: 30px 0;
  box-shadow: 0 10px 0 0 #d2232e
}

.footer__line-1 {
  display: flex;
  align-items: center
}

.footer__logo {
  margin-right: 9%
}

.footer__logo svg {
  display: block;
  width: 150px;
  height: 31px
}

.footer__social {
  padding-left: 0;
  display: flex;
  margin: 0
}

.footer__social li {
  margin-right: 10px;
  height: 18px;
  list-style: none;
}

.footer__social-link svg {
  width: 18px
}

.footer__social-link.link-twitter svg {
  width: 20px;
  position: relative;
  top: 2px
}

.footer__social-link.link-pinterest svg {
  width: 22px
}

.footer__social-link.link-youtube svg {
  width: 25px;
  position: relative;
  bottom: 2px
}

.footer__menu {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px
}

.footer__menu-item {
  width: 25%;
  padding: 5px 10px 5px 0;
  list-style: none;
}

.footer__menu-item a {
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  transition: color .3s ease-in-out
}

.footer__text {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 5px
}

.footer__image {
  margin-bottom: 5px
}

.footer__menu-2 {
  padding-left: 0;
  display: flex;
  margin-bottom: 15px
}

.footer__menu-2-item {
  padding-right: 15px;
  list-style: none;
}

.footer__menu-2-item a {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  transition: color .3s ease-in-out
}

a.footer__btn {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  transition: .3s ease-in-out;
  padding: 15px;
  border: 1px solid #fff !important;
  text-align: center;
  display: inline-block
}

.like-icon {
  display: inline-block;
  position: relative;
  top: 4px
}

.table__caption {
  text-align: center;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px
}

.table__caption.caption-1 {
  background-color: #fde9d9
}

.table__caption.caption-2 {
  background-color: #daeef3
}

.table__caption.caption-3 {
  background-color: #eaf1dd
}

.table__caption.caption-4 {
  background-color: #f2dbdb
}

.table__wrapper {
  display: flex;
  background-color: #edf6fa
}

.table__content {
  padding: 5px 15px
}

.table__column {
  width: 25%
}

.table__column:not(:last-child) {
  border-right: 1px solid #000
}

.collection {
  margin: .5rem 0 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative
}

.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
  list-style: none;
}

.collection .collection-item.avatar {
  padding-left: 72px;
  position: relative
}

.collection .collection-item.avatar .title {
  font-size: 16px
}

.collection .collection-item.avatar p {
  margin: 0;
  padding-right: 60px
}

.collection .collection-item.avatar .secondary-content {
  position: absolute;
  bottom: 10px;
  right: 16px;
  border-bottom: none !important
}

.collection .collection-item:last-child {
  border-bottom: none
}

.collection .collection-item.active {
  background-color: #26a69a;
  color: #eafaf9
}

.collection .collection-item.active .secondary-content {
  color: #fff
}

.secondary-content {
  color: #26a69a
}

.secondary-content:hover {
  text-decoration: none
}

.collection a.collection-item {
  display: block;
  -webkit-transition: .25s;
  transition: .25s;
  color: #26a69a
}

.collection a.collection-item:not(.active):hover {
  background-color: #ddd
}

.center-align {
  text-align: center
}

.container {
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 15px
}

.testosteron {
  max-width: 620px !important;
  width: 100%
}

li::marker {
  font-weight: 700
}

.accent {
  color: red;
  font-weight: 700
}

.order {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 20px !important
}

.upper {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px !important;
  margin-top: 0
}

.order__btn {
  background: red;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto !important;
  transition: .3s;
  text-decoration: none;
  border-bottom: none !important
}

.order__btn:hover {
  background-color: #cf1919;
  text-decoration: underline !important
}

ol {
  counter-reset: num;
  padding-left: 40px
}

ol li::before {
  /* content: counter(num) '. ';
  counter-increment: num; */
  font-weight: 700
}

.col .row {
  margin-left: -.75rem;
  margin-right: -.75rem
}

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px
}

.row:after {
  content: "";
  display: table;
  clear: both
}

.row .col {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 .75rem;
  min-height: 1px
}

.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto
}

.row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto
}

.content {
  font-family: Charter, Georgia, Times, Serif
}

@media only screen and (min-width:601px) {
  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
  }
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, .87);
  font-size: 18px
}

h1,
h4,
h5 {
  font-weight: 400;
  line-height: 1.3
}

h1 a,
h4 a,
h5 a {
  font-weight: inherit
}

h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 25px 0 20px
}

h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 1.0933333333rem 0 .656rem
}

.glava {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  list-style-type: disc
}

.btn {
  border: none;
  border-radius: 2px;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
  -webkit-tap-highlight-color: transparent;
  margin: 0 auto;
  display: block;
  width: 116px;
  font-size: 14px;
  outline: 0;
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: .5px;
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  cursor: pointer
}

.btn:disabled {
  pointer-events: none;
  background-color: #dfdfdf !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #9f9f9f !important;
  cursor: default
}

.btn:disabled:hover {
  background-color: #dfdfdf !important;
  color: #9f9f9f !important
}

.btn i {
  font-size: 1.3rem;
  line-height: inherit
}

.btn:focus {
  background-color: #1d7d74
}

.btn:hover {
  background-color: #2bbbad
}

.waves-effect {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out
}

.waves-effect img {
  position: relative;
  z-index: -1
}

input:not([type]),
input[type=date]:not(.browser-default),
input[type=text]:not(.browser-default),
input[type=time]:not(.browser-default) {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: 0;
  height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border .3s, -webkit-box-shadow .3s;
  transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s
}

input:not([type]):disabled,
input[type=date]:not(.browser-default):disabled,
input[type=text]:not(.browser-default):disabled,
input[type=time]:not(.browser-default):disabled {
  color: rgba(0, 0, 0, .42);
  border-bottom: 1px dotted rgba(0, 0, 0, .42)
}

input:not([type]):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]) {
  border-bottom: 1px solid #26a69a;
  -webkit-box-shadow: 0 1px 0 0 #26a69a;
  box-shadow: 0 1px 0 0 #26a69a
}

.input-field {
  margin-top: 1rem;
  margin-bottom: 1rem
}

.switch,
.switch * {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.icon {
  width: 40px;
  height: 25px;
  position: absolute;
  margin-top: 5px;
  top: 5px;
  background: url(../images/menu.png) 0 2px/200px auto no-repeat;
  cursor: pointer;
  border-right: 1px solid rgba(0, 0, 0, .4)
}

.content>p {
  font-size: 20px;
  line-height: 25px;
  width: 100%;
  margin: 20px auto;
  text-align: justify
}

.ava {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-size: 22px
}

span.title {
  font-weight: 700
}

ul.collection {
  padding-left: 0;
  border: none !important
}

.commentbox__title {
  margin: 20px 0 10px;
  text-align: center
}

.commentbox {
  position: relative;
  margin: 0 0 10px;
  border: 1px solid #a8a8a8
}

.comments {
  width: 100%;
  margin: auto;
  border-bottom: 1px dashed #9e9e9e
}

.my-textarea {
  width: 100% !important;
  position: relative
}

@media screen and (max-width:1040px) {

  .comments,
  .content>p {
    width: 100%
  }
}

@media screen and (max-width:1500px) {
  .commentbox-wrap {
    padding-left: 0
  }

  .content>p {
    width: 100%
  }

  .rev-img-wrap {
    max-width: 600px
  }

  .comments {
    width: 100%
  }
}

.rub-ramka {
  background: rgba(3, 224, 0, .04);
  padding: 6px 13px !important;
  border-radius: 2px;
  border: 4px double rgba(21, 160, 37, .32);
  font-family: open sans, arial;
  line-height: 28px;
  font-size: 16px;
  max-width: 100%;
  margin: 0 auto 18px;
  font-weight: 400;
  color: #4a4a4a
}

.rub-ramka a {
  color: #ce5353;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  border-bottom: 1px dashed;
  text-shadow: 0 0 0;
  margin-left: 2px;
  margin-right: 2px;
  padding-bottom: 1px;
  box-shadow: none
}

.rub-ramka a:hover {
  border-bottom: 1px solid
}

.rub-ramka span.color {
  color: #ce5353;
  text-shadow: 0 0 0;
  border-bottom: 1px dashed
}

.main-button-wrap {
  text-align: center;
  margin: 20px 0
}

.main-button {
  text-align: center;
  font-size: 30px;
  color: red;
  line-height: 1.2;
  text-decoration: none;
  border-bottom: none !important
}

.main-button:hover {
  text-decoration: underline !important
}

.rev-img-wrap {
  margin-top: 10px;
  display: block;
  max-width: 300px;
  width: 100%
}

@media screen and (max-width:1300px) {
  .rev-img-wrap {
    max-width: 600px
  }
}

@media screen and (max-width:400px) {
  .collection .collection-item.avatar {
    padding-left: 62px
  }

  .ava {
    left: 5px
  }
}

.city {
  font-size: 16px
}

.input {
  width: 50% !important
}

.add__file {
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%)
}

.icon__file,
.icon__file-load {
  cursor: pointer;
  display: none
}

.icon__file-load.show,
.icon__file.show,
.message__error.show,
.reviews-popup.show {
  display: block
}

.message__error {
  display: none;
  text-align: center;
  margin-bottom: 20px
}

.reviews-popup {
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  display: none
}

.reviews-popup__inner {
  width: auto;
  min-width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 3px solid green;
  padding: 20px;
  text-align: center
}

.reviews-popup__text {
  font-size: 25px;
  line-height: 1;
  font-weight: 700
}

.reviews-popup__big {
  display: block;
  text-align: center;
  font-size: 30px;
  margin-bottom: 5px
}

.hide__file {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden
}

.input__message {
  padding-right: 50px !important
}

.button-row {
  padding: 0 .75rem;
  margin-bottom: 20px
}

@media screen and (max-width:650px) {
  .input {
    width: 50% !important
  }

  .textarea {
    width: 100% !important
  }
}

@media screen and (max-width:767px) {
  .content>p {
    text-align: left
  }
}

.commentbox .row-1,
.commentbox .row-1 .input,
.commentbox .row-2 {
  margin-bottom: 0
}

@media screen and (max-width:450px) {
  .input {
    width: 100% !important;
    display: block
  }

  .textarea {
    width: 100% !important
  }

  .reviews-popup__inner {
    width: 300px
  }

  .header__sing,
  .header__subscribe {
    display: none
  }

  .header__wrapper {
    justify-content: center;
    position: relative
  }

  .header__logo {
    margin-right: 0
  }

  .icon-menu {
    margin-right: 0;
    position: absolute;
    left: 0
  }

  .commentbox {
    margin-left: 0;
    width: 100%
  }

  .footer__line-1 {
    flex-direction: column
  }

  .footer__logo {
    margin: 0 0 20px
  }

  .footer__text {
    text-align: center
  }

  .footer__image {
    margin-bottom: 15px
  }
}

.input-field {
  position: relative
}

.modal-popup {
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 390
}

.modal-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%
}

.modal-block {
  z-index: 5;
  width: 750px;
  border-radius: 5px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'Open sans', sans-serif;
  overflow: hidden;
  color: #222;
  cursor: default
}

.modal-content {
  width: 100%;
  background: #3c72b5;
  background: -webkit-gradient(left top, right bottom, color-stop(0, #3c72b5), color-stop(100%, #7b9fcc));
  background: -webkit-linear-gradient(-45deg, #3c72b5 0, #7b9fcc 100%);
  background: -o-linear-gradient(-45deg, #3c72b5 0, #7b9fcc 100%);
  background: -webkit-linear-gradient(315deg, #3c72b5 0, #7b9fcc 100%);
  background: -o-linear-gradient(315deg, #3c72b5 0, #7b9fcc 100%);
  background: linear-gradient(135deg, #3c72b5 0, #7b9fcc 100%);
  position: relative;
  border: 5px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.modal-close {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 40px;
  cursor: pointer;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2
}

.modal-content-text {
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  display: block;
  color: #fff;
  text-align: center;
  margin: 10px 0 0
}

.modal-main {
  display: flex;
  align-items: center;
  padding: 15px 20px
}

.modal-main::after {
  clear: both;
  content: '';
  display: table
}

.modal-main-block {
  display: block;
  width: 30%;
  margin: 0 auto
}

.modal-main-img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 15px
}

.modal-main-text {
  width: 65%;
  float: right;
  margin-left: 5%;
  margin-top: 25px
}

.modal-main-text_p {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  margin: 0;
  text-align: left;
  color: #fff;
  font-size: 22px;
  padding-bottom: 5px
}

.my-com-date {
  color: #5b5f65;
  text-shadow: 0 0 0 #000;
  font-weight: 600;
  line-height: 34px;
  padding: 1px 4px;
  background: #fdfdfd;
  border-radius: 3px;
  font-size: 20px
}

.modal-btn {
  display: block;
  max-width: 341px;
  margin: 10px auto 20px;
  font-size: 23px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 700;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 5px;
  padding: 15px 20px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.modal-btn:hover {
  background: #fff;
  color: #b0493b
}

@media screen and (max-width:800px) {
  .modal-popup {
    display: none !important
  }
}

.fil1 {
  fill: none
}

.fil0 {
  fill: #fff;
  fill-rule: nonzero
}

.mod-1 {
  font-size: 35px;
  margin: 20px auto;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 45px;
  color: #000
}

.mod-2 {
  color: #383838
}

.mod-2,
.note__author {
  display: flex;
  align-items: center
}

.note__photo {
  display: block;
  margin-right: 15px
}

.mod-nowrap {
  white-space: nowrap
}

.mod-center {
  text-align: center
}

.content__inner {
  display: flex
}

.left__content {
  margin-right: 20px
}

.right__content {
  flex-shrink: 0;
  width: 240px
}

.btn__side {
  display: block;
  text-transform: none;
  padding: 10px;
  width: 100%;
  line-height: 1.1;
}

.sidebar__inner {
  width: 240px;

  padding: 10px;
  background-color: #dadada
}

@media only screen and (max-width:1199px) {
  .mod-1 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: left
  }

  .mod-2 {
    margin-top: 0
  }

  .note__author {
    margin: 20px 0;
    line-height: 1.2
  }

  .content>p {
    font-size: 18px;
    line-height: 1.2
  }

  img.responsive-img.image-prod {
    max-width: 280px
  }

  .footer__line-1,
  .footer__menu,
  .footer__menu-2,
  .footer__text,
  a.footer__btn {
    display: none
  }

  .footer__image {
    display: block;
    margin: 0 auto
  }

  .footer {
    padding: 15px 0
  }

  .mod-center {
    line-height: 1.2
  }

  .upper {
    font-size: 16px
  }

  .table__content {
    padding: 5px 10px
  }

  .collection .collection-item.avatar p {
    line-height: 1.2
  }

  .collection .collection-item.avatar .secondary-content {
    bottom: 7px
  }

  .table__caption {
    line-height: 1.2;
    height: 73px
  }
}

@media (max-width:1023px) {
  .right__content {
    display: none
  }

  .left__content {
    margin-right: 0
  }
}

@media only screen and (max-width:767px) {
  .mod-1 {
    font-size: 26px
  }

  .content>p {
    font-size: 16px;
    line-height: 1.3;
    margin: 10px 0
  }

  html {
    font-size: 16px
  }

  img.responsive-img.image-prod {
    max-width: 240px
  }

  .table__wrapper {
    flex-wrap: wrap
  }

  .table__column {
    width: 50%
  }

  .table__column:nth-child(2) {
    border-right: none
  }

  .table__caption {
    height: 58px
  }

  .note__author,
  h5 {
    margin: 10px 0
  }

  .mod-2 {
    margin-bottom: 10px
  }
}

@media only screen and (max-width:479px) {
  .mod-1 {
    font-size: 24px
  }

  img.responsive-img.image-prod {
    max-width: 100%
  }

  .table__column {
    border-right: none;
    width: 100%
  }

  .table__column:nth-child(odd) {
    border-right: none
  }

  .table__caption {
    height: 40px
  }
}

::-ms-clear {
  display: none
}

#comebacker_main_div {
  height: 0 !important;
  display: none !important
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .left__content {
    width: calc(100% - 240px)
  }
}

.logo-img {
  display: block
}

.sticky {
  position: fixed;
  z-index: 101
}

.fixed {
  position: fixed
}

.stop {
  position: relative;
  z-index: 101
}

@media (max-width:479px) {
  .mod-1 {
    font-size: 22px
  }

  .mod-2 {
    font-size: 18px
  }

  h5 {
    font-size: 20px
  }

  .collection .collection-item.avatar .secondary-content {
    right: 3px
  }

  .collection .collection-item.avatar {
    padding-left: 53px
  }

  .ava {
    left: 0
  }

  .collection .collection-item.avatar p {
    padding-right: 40px
  }

  .main-button {
    font-size: 27px
  }
}

@media (min-width:480px) and (max-width:767px) {
  h5 {
    font-size: 22px
  }
}

img.responsive-img.image-prod {
  max-width: 320px;
  margin-bottom: 15px;
}

.image__prod-side {
  width: 100%;
}

@media (min-width:1024px) {

  li,
  p {
    text-align: justify
  }
}

@media (max-width:650px) {
  img.responsive-img.image-prod {
    max-width: 200px
  }
}

@media (min-width:651px) and (max-width:1023px) {
  img.responsive-img.image-prod {
    max-width: 250px
  }
}

@media (max-width:767px) {
  .table__wrapper {
    margin-bottom: 16px
  }
}

@media (max-width:1023px) {

  .mod-1,
  h5 {
    text-align: center
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .footer__social-link.link-youtube svg {
    width: 29px !important;
    height: 22px !important;
    top: 0
  }
}

.sidebar__inner {
  padding-top: 20px;
}

.comment-img {
  max-width: 100%;
  padding-right: 35px;
  display: block;
  margin-top: 7px;
}

.mod-center {
  font-family: Arial, Helvetica, sans-serif;
  color: #555;
  font-style: italic;
}

.table__caption {
  font-weight: bold;
  text-align: left;
  line-height: 1.3;
}

.table__content {
  line-height: 1.3;
  padding-bottom: 15px;
}

.table__content ul {
  margin: 0;
  padding-left: 20px;
  list-style: disc;
}

.table__content li {
  margin-bottom: 5px;
  text-align: left !important;
}

.br {
  display: block;
  margin-bottom: 7px;
}