@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local(''),
    url('../fonts/open-sans-v34-latin-ext-regular.woff2') format('woff2'),
    url('../fonts/open-sans-v34-latin-ext-regular.woff') format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: local(''),
    url('../fonts/open-sans-v34-latin-ext-500.woff2') format('woff2'),
    url('../fonts/open-sans-v34-latin-ext-500.woff') format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: local(''),
    url('../fonts/open-sans-v34-latin-ext-700.woff2') format('woff2'),
    url('../fonts/open-sans-v34-latin-ext-700.woff') format('woff');
}

.text-grey {
  color: #9a9da1 !important
}

.text-grey:hover {
  color: #9a9da1 !important
}

.text-green {
  color: #73beb9 !important
}

.text-green:hover {
  color: #73beb9 !important
}

a {
  color: #4a64ff;
  -webkit-transition: .5s;
  transition: .5s
}

a:hover {
  color: #3044b5
}

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

body,
dd,
h1,
h2,
h4,
li,
p,
ul[class] {
  margin: 0;
  margin-bottom: 0
}

body {
  line-height: 1.5;
}

button,
input,
textarea {
  font: inherit
}

@media (prefers-reduced-motion:reduce) {
  * {
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    scroll-behavior: auto !important
  }
}

@media (min-width: 320px) {

  .navigation .d-none--1,
  nav .d-none--1 {
    display: none !important
  }
}

@media (min-width: 1440px) {

  .navigation .d-none--1,
  nav .d-none--1 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
}

@media (min-width: 320px) {

  .navigation .d-none--2,
  nav .d-none--2 {
    display: none !important
  }
}

@media (min-width: 1140px) {

  .navigation .d-none--2,
  nav .d-none--2 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .navigation {
    border-bottom: 4px solid #2889c6;
  }

  .nav {
    border-bottom: 1px solid #9a9da1 !important;
  }
}

@media (min-width: 320px) {

  .navigation .d-none--3,
  nav .d-none--3 {
    display: none !important
  }
}

@media (min-width: 992px) {

  .navigation .d-none--3 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
}

@media (min-width: 320px) {

  .navigation .d-none--4,
  nav .d-none--4 {
    display: none !important
  }
}

@media (min-width: 768px) {

  .navigation .d-none--4,
  nav .d-none--4 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
}

@media (min-width: 320px) {
  .d-none-max-1100-inline-block {
    display: none !important
  }
}

@media (min-width: 1100px) {
  .d-none-max-1100-inline-block {
    display: inline-block !important
  }
}

@media (min-width: 320px) {
  input[type=file] {
    color: transparent
  }
}

@media (min-width: 768px) {
  input[type=file] {
    color: inherit
  }
}

@media (min-width: 320px) {
  body {
    padding-top: 80px
  }
}

@media (min-width: 768px) {
  body {
    padding-top: 0 !important
  }
}

a {
  color: #2889c6;
  transition: .2s
}

a:hover {
  color: #1f73a7
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}


footer,
main,
nav,
section {
  display: block
}

body {
  margin: 0;
  font-family: OpenSans, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

h1,
h2,
h4 {
  margin-top: 0;
  margin-bottom: .5rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 20px;
}


ul ul {
  margin-bottom: 0
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

b {
  font-weight: bolder
}

small {
  font-size: 80%
}

a {
  color: #4a64ff;
  text-decoration: none;
  background-color: transparent
}

a:hover {
  color: #0024fd;
  text-decoration: underline
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}

img {
  vertical-align: middle;
  border-style: none
}

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

button,
input,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,
input {
  overflow: visible
}

button {
  text-transform: none
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical
}

progress {
  vertical-align: baseline
}

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

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

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

output {
  display: inline-block
}

.img-fluid {
  max-width: 100%;
  height: auto
}

.d-none {
  display: none
}

.text-center {
  text-align: center !important
}

.text-uppercase {
  text-transform: uppercase !important
}

body,
html {
  font-family: OpenSans, sans-serif;
  font-weight: 400;
  font-size: 10px
}

body ::-webkit-input-placeholder,
html ::-webkit-input-placeholder {
  text-decoration: none
}

body ::-moz-placeholder,
html ::-moz-placeholder {
  text-decoration: none
}

body :-ms-input-placeholder,
html :-ms-input-placeholder {
  text-decoration: none
}

body ::-ms-input-placeholder,
html ::-ms-input-placeholder {
  text-decoration: none
}

body ::placeholder,
body a,
body h1,
body h2,
body input,
body li,
body p,
body span,
body textarea,
html ::placeholder,
html a,
html h1,
html h2,
html input,
html li,
html p,
html span,
html textarea {
  text-decoration: none
}

body ::-webkit-input-placeholder:active,
body ::-webkit-input-placeholder:hover,
html ::-webkit-input-placeholder:active,
html ::-webkit-input-placeholder:hover {
  text-decoration: none;
  color: #000
}

body ::-moz-placeholder:active,
body ::-moz-placeholder:hover,
html ::-moz-placeholder:active,
html ::-moz-placeholder:hover {
  text-decoration: none;
  color: #000
}

body :-ms-input-placeholder:active,
body :-ms-input-placeholder:hover,
html :-ms-input-placeholder:active,
html :-ms-input-placeholder:hover {
  text-decoration: none;
  color: #000
}

body ::-ms-input-placeholder:active,
body ::-ms-input-placeholder:hover,
html ::-ms-input-placeholder:active,
html ::-ms-input-placeholder:hover {
  text-decoration: none;
  color: #000
}

body ::placeholder:active,
body ::placeholder:hover,
body a:active,
body a:hover,
body h1:active,
body h1:hover,
body h2:active,
body h2:hover,
body input:active,
body input:hover,
body li:active,
body li:hover,
body p:active,
body p:hover,
body span:active,
body span:hover,
body textarea:active,
body textarea:hover,
html ::placeholder:active,
html ::placeholder:hover,
html a:active,
html a:hover,
html h1:active,
html h1:hover,
html h2:active,
html h2:hover,
html input:active,
html input:hover,
html li:active,
html li:hover,
html p:active,
html p:hover,
html span:active,
html span:hover,
html textarea:active,
html textarea:hover {
  text-decoration: none;
  color: #000
}

h1 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700
}

h2 {
  font-size: 33px;
  line-height: 39px;
  font-weight: 700
}

h4 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 0
}

.tittle40 {
  font-size: 24px;
  font-weight: 700
}

.tittle30 {
  font-size: 24px;
  line-height: 28.5px;
  text-transform: uppercase
}


a,
input,
p,
textarea {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: #262626
}

.nav p {
  font-size: 13.5px;
  line-height: 18px;
  font-weight: 400;
  color: #262626
}

.btn {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #262626
}

.small {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #262626
}

@media (min-width: 576px) {
  h1 {
    font-size: 25px;
    line-height: 1.3;
    font-weight: 700
  }

  h2 {
    font-size: 33px;
    line-height: 39px;
    font-weight: 700
  }

  h4 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0
  }

  .tittle40 {
    font-size: 30px;
    line-height: 33px;
    font-weight: 700
  }

  .tittle30 {
    font-size: 24px;
    line-height: 28.5px;
    text-transform: uppercase
  }

  .nav p {
    font-size: 13.5px;
    line-height: 18px;
    font-weight: 400;
    color: #262626
  }

  .btn {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #262626
  }

  .small {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #262626
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700
  }

  h2 {
    font-size: 33px;
    line-height: 39px;
    font-weight: 700
  }

  h4 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0
  }

  .tittle40 {
    font-size: 30px;
    line-height: 33px;
    font-weight: 700
  }

  .tittle30 {
    font-size: 24px;
    line-height: 28.5px;
    text-transform: uppercase
  }

  .nav p {
    font-size: 13.5px;
    line-height: 18px;
    font-weight: 400;
    color: #262626
  }

  .btn {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #262626
  }

  .small {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #262626
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700
  }

  h2 {
    font-size: 33px;
    line-height: 39px;
    font-weight: 700
  }

  h4 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0
  }

  .tittle40 {
    font-size: 30px;
    line-height: 33px;
    font-weight: 700
  }

  .tittle30 {
    font-size: 24px;
    line-height: 28.5px;
    text-transform: uppercase
  }

  .nav p {
    font-size: 13.5px;
    line-height: 18px;
    font-weight: 400;
    color: #262626
  }

  .btn {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #262626
  }

  .small {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #262626
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700
  }

  h2 {
    font-size: 33px;
    line-height: 39px;
    font-weight: 700
  }

  h4 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0
  }

  .tittle40 {
    font-size: 30px;
    line-height: 33px;
    font-weight: 700
  }

  .tittle30 {
    font-size: 24px;
    line-height: 28.5px;
    text-transform: uppercase
  }

  .nav p {
    font-size: 13.5px;
    line-height: 18px;
    font-weight: 400;
    color: #262626
  }

  .btn {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #262626
  }

  .small {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #262626
  }
}

@media (min-width: 1920px) {
  h1 {
    font-size: 46.8px;
    line-height: 54px;
    font-weight: 700
  }

  h2 {
    font-size: 39.6px;
    line-height: 46.8px;
    font-weight: 700
  }

  h4 {
    font-size: 28.8px;
    line-height: 28.8px;
    font-weight: 700;
    margin-bottom: 0
  }

  .tittle40 {
    font-size: 36px;
    line-height: 39.6px;
    font-weight: 700
  }

  .tittle30 {
    font-size: 28.8px;
    line-height: 34.2px;
    text-transform: uppercase
  }

  a,
  div,
  input,
  p,
  /* span:not(.order-modal>div>span):not(.users-online>div>span), */
  textarea {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    /* color: #262626 */
  }

  .nav p {
    font-size: 16.2px;
    line-height: 21.6px;
    font-weight: 400;
    color: #262626
  }

  .btn {
    font-size: 21.6px;
    line-height: 28.8px;
    font-weight: 700;
    color: #262626
  }

  .small {
    font-size: 14.4px;
    line-height: 18px;
    font-weight: 400;
    color: #262626
  }
}

.text-bold {
  font-weight: 700
}

.nav {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  /* border-bottom: 1px solid #9a9da1; */
  border-bottom: 4px solid #2889c6;
  z-index: 2
}

@media (min-width: 320px) {
  .nav {
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0
  }
}

@media (min-width: 768px) {
  .nav {
    width: 100%;
    position: static;
    background-color: #fff;
  }
}

.nav__logo {
  width: 20%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s;
  transition: .5s;
  margin: 0;
  cursor: pointer
}

@media (max-width: 320px) {
  .nav__logo {
    width: 100%
  }
}

@media (min-width: 321px) {
  .nav__logo {
    width: 100%
  }
}

@media (min-width: 768px) {
  .nav__logo {
    width: inherit;
  }
}

@media (min-width: 1200px) {
  .nav__logo {
    width: 25%
  }
}

.nav__logo a {
  text-decoration: none
}

.nav__logo h2 {
  text-align: center;
}

.nav__logo .tittle30 {
  font-weight: 400;
  color: #2889c6
}

.nav__logo .tittle40 {
  color: #2889c6
}

.nav__menu {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width: 320px) {
  .nav__menu {
    width: 0%
  }
}

@media (min-width: 321px) {
  .nav__menu {
    width: 0%
  }
}

@media (min-width: 1200px) {
  .nav__menu {
    width: 55%
  }
}

@media (min-width: 1440px) {
  .nav__menu {
    width: 65%
  }
}

@media (min-width: 768px) {
  .nav__menu {
    width: inherit
  }
}

.nav .menu__item {
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.nav .menu__item p {
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  color: #262626;
  -ms-touch-action: manipulation;
  touch-action: manipulation
}

.nav .menu__item a:hover {
  text-decoration: none
}

.nav .menu__item p:hover {
  color: #2889c6
}

.nav .menu__item .active {
  color: #2889c6
}

.nav .menu__item img {
  margin: 0 5px
}

.nav__search {
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

@media (min-width: 768px) {
  .nav__search {
    width: 60%;
    display: flex;
    justify-content: flex-start;
  }
}

@media (min-width: 1440px) {
  .nav__search {
    width: 15%
  }
}

@media (min-width: 1600px) {
  .nav__search {
    width: 10%
  }
}

.nav__mailBox,
.nav__mobileMenu,
.nav__searchBox {
  margin: 0 10px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s;
  transition: .5s
}

.nav__logo:hover,
.nav__mailBox:hover,
.nav__mobileMenu:hover,
.nav__searchBox:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  /* border-bottom: 4px solid #2889c6; */
  margin: 20px auto;
}

.navigation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 10px
}

.navigation__item p {
  font-weight: 900
}

.navigation__item a:hover p {
  color: #919191
}

.navigation__item a:hover p:after {
  color: #919191
}

.navigation__item p:hover p.after:after {
  color: #919191
}

.navigation__item p.after {
  padding-right: 35px
}

.navigation__item p.after:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 51%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20enable-background%3D%22new%200.5%200.5%2016%2012%22%20height%3D%2212%22%20viewBox%3D%220.5%200.5%2016%2012%22%20width%3D%2216%22%20version%3D%221.1%22%3E%0A%20%3Cmetadata%20id%3D%22metadata9%22%2F%3E%0A%20%3Cpath%20id%3D%22path3%22%20d%3D%22m0.5%200.5%208%2012%208-12h-16zm8%207.208-2.795-4.208h5.592l-2.797%204.208z%22%2F%3E%0A%3C%2Fsvg%3E%0A)
}

.navigation__item a.relative {
  position: relative
}

.main {
  background-attachment: fixed
}

.no-webp .main {
  background-image: url(../images/bg.jpg);
}

.webp .main {
  background-image: url(../images/bg.webp);
}

.main p {
  margin: 20px 0
}

.main .content-container {
  max-width: 1220px;
  margin: 0 auto;
  background-color: #fff
}

a {
  font-weight: 700;
  color: #2175eb;
  text-decoration: underline
}

.small.text-grey a {
  font-size: 12px;
}

a:hover {
  color: #165fc5
}

img {
  margin: 10px 0
}

.content {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 20px 0
}

@media (min-width: 320px) {
  .content {
    padding: 20px 15px;
  }
}

@media (min-width: 768px) {
  .content {
    padding: 20px
  }
}

.content__text {
  width: 66.6%
}

@media (min-width: 320px) {
  .content__text {
    width: 100%
  }
}

@media (min-width: 1100px) {
  .content__text {
    width: calc(100% - 330px)
  }

  .nav {
    padding: 20px;
    justify-content: space-between;
  }

  .nav__logo {
    max-width: 200px;
    width: 100%;
  }

  .nav__search {
    max-width: 130px;
    width: 100%;
  }

  .nav__logo h2 {
    margin: 0;
  }
}

.content__text h1 {
  text-transform: uppercase;
  margin-bottom: 20px
}

.content__text .imgBox {
  width: 100%;
  max-width: 533px;
  margin: 20px 0;
  height: auto;
  text-align: center;
}

.imgBox em {
  font-size: 14px;
}

@media (min-width: 320px) {
  .content__text .imgBox {
    margin: 30px auto
  }
}

@media (min-width: 1100px) {
  .content__text .imgBox {
    width: 100%;
    margin: 20px auto
  }
}

.content__text .imgBox img {
  margin: 0 auto 5px;
  display: block;
  max-width: 100%;
}

.content__text .imgBox .product,
.product {
  max-width: 300px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.red {
  color: red;
  font-weight: bold;
}

.content__side {
  max-width: 311px;
  width: 100%;
  position: relative
}

.content__side img {
  margin: 0 auto;
  display: flex;
  max-width: 311px;
  width: 100%;
}

@media (min-width: 320px) {
  h4 {
    margin-left: 0
  }
}

@media (min-width: 1440px) {
  nav .d-none--3 {
    display: flex !important
  }

  .nav {
    box-sizing: border-box;
  }
}

.sticky {
  position: fixed;
  top: 20px;
  max-width: 366px;
}

.add-comment-container {
  width: 99%
}

#add-comment {
  height: 100px
}

#add-warn {
  background: #dc143c;
  color: #fff;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 25px
}

#add-success {
  background: #50c878;
  color: #fff;
  padding: 15px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 25px
}

.comments {
  font-size: 15px;
  font-family: OpenSans, sans-serif
}

.commentsinfo {
  font-size: 20px !important;
  width: 25%;
  text-align: center !important;
  margin: 7px 0
}


.commentsinfo {
  text-decoration: none;
  color: #3b5998 !important;
  font-weight: 700
}

.commentsinfo {
  font-size: 18px !important;
  width: 25%;
  text-align: center !important;
  margin: 7px 0
}

.forum img {
  vertical-align: unset;
  width: 100%;
}

.forum__header-filter-button {
  color: #2f3036;
  cursor: pointer;
  display: inline-block;
  font-family: OpenSans, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 0 26px 0 10px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.forum__header-filter-button:active,
.forum__header-filter-button:hover {
  background-color: #ededed
}

.forum__header-filter-button:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 100%;
  right: 5px;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20enable-background%3D%22new%200.5%200.5%2016%2012%22%20height%3D%2212%22%20viewBox%3D%220.5%200.5%2016%2012%22%20width%3D%2216%22%3E%0A%20%3Cpath%20d%3D%22m.5.5l8%2012%208-12h-16m8%207.208l-2.795-4.208h5.592l-2.797%204.208%22%2F%3E%0A%3C%2Fsvg%3E%0A) no-repeat center center
}

.list {
  border: 4px solid #2889c6;
  background-color: rgb(247, 247, 247);
  border-radius: 5px;
}

.content__text .list p {
  padding-left: 0;
}

ul.list {
  padding-left: 20px;
  padding-right: 20px;
}

.numeric__list {
  font-size: 18px;
  padding-left: 25px;
}

.forum__comment-action {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #ebf0f0;
  color: #41908b;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-family: OpenSans, Arial, sans-serif;
  line-height: 22px;
  min-height: 42px;
  margin-left: 5px;
  padding: 7px 5px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: bottom;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}


.forum__add-content-input {
  background-color: #ededed;
  border: 0;
  color: #2f3036;
  font-weight: 400;
  font-size: 15px;
  font-family: OpenSans, Arial, sans-serif;
  outline: 0;
  padding: 15px;
  width: 100%;
  min-height: 120px;
  border: 1px solid #bfbfbf
}

.forum {
  min-height: 60px;
  font-family: OpenSans, Arial, sans-serif
}

.forum__top {
  margin-top: 40px
}

.forum__header {
  border-bottom: 1px solid #eee;
  color: #1e1f23;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 1px;
  line-height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.forum__header-label {
  display: inline-block;
  font-family: OpenSans, Arial, sans-serif;
  font-size: 15px;
}

.forum__header-label-text {
  display: inline-block;
  text-transform: uppercase
}

.forum__header-label-count {
  display: inline-block;
  margin-left: 5px;
  min-width: 26px;
  text-align: center
}

.forum__add {
  margin-top: 15px;
  margin-bottom: 15px
}

.forum__add-content {
  font-size: 0
}

.forum--is-big .forum__add-content {
  padding-left: 0
}

@media (min-width: 768px) {
  .forum--is-big .forum__add-content {
    padding-left: 25px
  }

  .content__text .numeric__list p {
    padding-left: 0;
  }
}

.forum__add-content-input {
  margin-bottom: 15px
}

.forum--is-big .forum__list {
  margin-left: -20px;
  margin-bottom: 30px;
}

.forum--is-big .forum__list {
  margin-left: 65px
}

.forum__premium .forum__comment {
  margin-bottom: 5px
}

.forum__comment-block {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative
}

.button {
  display: none;
  border: none;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  margin: 0;
  width: 100%;
  max-width: 250px;
  background-color: #aaa4a4;
  border: 0;
  border-radius: 7px;
  transition: all .4s;
  font-weight: 700;
  padding: 15px 10px;
}

.button:hover {
  background-color: #787474;
}

.forum--is-big .forum__comment-block {
  padding: 15px 15px;
  padding-left: 0;
}

.forum__comment-header {
  position: relative;
  line-height: 0
}

.forum__comment-option {
  position: absolute;
  right: 0;
  top: 2px
}

.forum__comment-option-abuse,
.forum__comment-option-link {
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  width: 30px
}

.forum__comment-option-abuse:hover,
.forum__comment-option-link:hover {
  background-color: #ebf0f0
}

.forum__comment-option-link {
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017%209%22%20enable-background%3D%22new%200%200%2017%209%22%3E%0A%20%3Cpath%20fill%3D%22%2341908b%22%20d%3D%22m2%204.5c0-1.381%201.119-2.5%202.5-2.5h3c1.381%200%202.5%201.119%202.5%202.5%200%20.171-.018.338-.051.5h2c.019-.167.051-.329.051-.5%200-2.485-2.02-4.5-4.5-4.5h-3c-2.485%200-4.5%202.02-4.5%204.5s2.02%204.5%204.5%204.5h.5v-2h-.5c-1.381%200-2.5-1.119-2.5-2.5m10.5-4.5v2c1.381%200%202.5%201.119%202.5%202.5s-1.119%202.5-2.5%202.5h-2c-1.381%200-2.5-1.119-2.5-2.5%200-.171.018-.338.05-.5h-2c-.018.167-.05.329-.05.5%200%202.485%202.02%204.5%204.5%204.5h2c2.485%200%204.5-2.01%204.5-4.5s-2.02-4.5-4.5-4.5%22%2F%3E%0A%3C%2Fsvg%3E%0A) no-repeat center center;
  background-size: 18px auto;
  display: none
}

.forum__comment-option-abuse {
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2013%22%20enable-background%3D%22new%200%200%2010%2013%22%3E%0A%20%3Cpath%20fill%3D%22%2341908b%22%20d%3D%22M8%2C11.361H6V4H4v7.361H2V4H0v9h10V4H8V11.361z%20M7.971%2C1L6.044%2C0H3.911L1.956%2C1H0v2h10V1H7.971z%22%2F%3E%0A%3C%2Fsvg%3E%0A) no-repeat center center;
  background-size: 10px auto
}

.forum__comment-avatar {
  display: block
}

.forum--is-big .forum__comment-avatar {
  display: block;
  height: 47px;
  width: 47px;
  position: absolute;
  top: 5px;
  left: -65px
}

.forum__comment-avatar--guest {
  background-size: 100% 100%;
  background-repeat: no-repeat
}

.no-webp .forum__comment-avatar--guest {
  background-image: url(../images/message.png);
}

.webp .forum__comment-avatar--guest {
  background-image: url(../images/message.webp);
}

.forum__comment-avatar--1 {
  background-size: 100% 100%;
  background-repeat: no-repeat
}

.no-webp .forum__comment-avatar--1 {
  background-image: url(../images/1.jpg);
}

.webp .forum__comment-avatar--1 {
  background-image: url(../images/1.webp);
}

.forum__comment-avatar--2 {
  background-size: 100% 100%;
  background-repeat: no-repeat
}

.no-webp .forum__comment-avatar--2 {
  background-image: url(../images/2.jpg);
}

.webp .forum__comment-avatar--2 {
  background-image: url(../images/2.webp);
}

.forum__comment-avatar--3 {
  background-size: 100% 100%;
  background-repeat: no-repeat
}

.no-webp .forum__comment-avatar--3 {
  background-image: url(../images/3.jpg);
}

.webp .forum__comment-avatar--3 {
  background-image: url(../images/3.webp);
}

.forum__comment-avatar--4 {
  background-size: 100% 100%;
  background-repeat: no-repeat
}

.no-webp .forum__comment-avatar--4 {
  background-image: url(../images/4.jpg);
}

.webp .forum__comment-avatar--4 {
  background-image: url(../images/4.webp);
}

.forum__comment-avatar--5 {
  background-size: 100% 100%;
  background-repeat: no-repeat
}

.no-webp .forum__comment-avatar--5 {
  background-image: url(../images/5.jpg);
}

.webp .forum__comment-avatar--5 {
  background-image: url(../images/5.webp);
}

.forum__comment-avatar--6 {
  background-size: 100% 100%;
  background-repeat: no-repeat
}

.no-webp .forum__comment-avatar--6 {
  background-image: url(../images/6.jpg);
}

.webp .forum__comment-avatar--6 {
  background-image: url(../images/6.webp);
}

.forum__comment-avatar--7 {
  background-size: 100% 100%;
  background-repeat: no-repeat
}

.no-webp .forum__comment-avatar--7 {
  background-image: url(../images/7.jpg);
}

.webp .forum__comment-avatar--7 {
  background-image: url(../images/7.webp);
}

.forum__comment-avatar--8 {
  background-size: 100% 100%;
  background-repeat: no-repeat
}

.no-webp .forum__comment-avatar--8 {
  background-image: url(../images/8.jpg);
}

.webp .forum__comment-avatar--8 {
  background-image: url(../images/8.webp);
}

.forum__comment-avatar--9 {
  background-size: 100% 100%;
  background-repeat: no-repeat
}

.no-webp .forum__comment-avatar--9 {
  background-image: url(../images/9.jpg);
}

.webp .forum__comment-avatar--9 {
  background-image: url(../images/9.webp);
}

.forum__comment-avatar--10 {
  background-size: 100% 100%;
  background-repeat: no-repeat
}

.no-webp .forum__comment-avatar--10 {
  background-image: url(../images/10.jpg);
}

.webp .forum__comment-avatar--10 {
  background-image: url(../images/10.webp);
}

.forum__comment-avatar--11 {
  background-size: 100% 100%;
  background-repeat: no-repeat
}

.no-webp .forum__comment-avatar--11 {
  background-image: url(../images/11.jpg);
}

.webp .forum__comment-avatar--11 {
  background-image: url(../images/11.webp);
}

.forum__comment-author {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-family: OpenSans, Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  padding-top: 10px;
  padding-right: 60px;
  padding-bottom: 10px;
  width: 100%
}

.forum--is-big .forum__comment-author {
  font-size: 17px;
  padding-top: 0;
  padding-bottom: 15px
}

.forum__comment-author-name {
  color: #1e1f23;
  margin-right: 5px;
  font-family: OpenSans, Arial, sans-serif;
  padding: 5px 0;
  text-decoration: none;
  word-wrap: break-word;
  display: block;
}

.forum__comment-author-name[href]:hover {
  color: #41908b;
  text-decoration: underline
}

.forum__comment-author-date {
  display: inline-block;
  white-space: nowrap;
  font-size: 15px;
}

.forum__comment-content {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 15px;
  word-wrap: break-word
}


.forum__comment-content>a {
  font-family: OpenSans, Arial, sans-serif;
  padding: 2px 2px 2px 0;
  text-decoration: none
}


.forum__comment-content>a:hover {
  text-decoration: underline
}

.forum__comment-bottom {
  clear: both;
  overflow: hidden
}

.forum__comment-actions {
  float: right;
  text-align: right;
  white-space: nowrap
}

.forum__comment-action:hover {
  background-color: #ebf0f0
}

.forum--is-big .forum__comment-action {
  padding-left: 10px;
  padding-right: 10px
}

.forum__comment-action--voteup {
  color: #44ad37
}

.forum__comment-action--voteup:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 16px;
  margin-right: 5px;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012%2016%22%20width%3D%2212%22%20height%3D%2216%22%20enable-background%3D%22new%200%200%2012%2016%22%3E%0A%20%3Cpath%20fill%3D%22%23bdc0c2%22%20d%3D%22m10.8%206.7h-3.3c-.7%200-1.2-.4-1.2-1.1%200-.5.9-3.6%201.2-4.1.1-.6-.3-1.2-.8-1.5-.2%200-.3%200-.4%200-.4.1-.8.4-1.1.8-.4.5-2.8%204.9-3.3%205.5-.4.4-.6.6-1.9.6v9.1h8.5c.4%200%20.9-.4%201.1-.7%200%200%202.4-6.7%202.4-7.5%200-.6-.4-1.1-1.2-1.1%22%2F%3E%0A%3C%2Fsvg%3E%0A) no-repeat left center
}


.forum__comment-action--voteup:active:before,
.forum__comment-action--voteup:hover:before {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%20viewBox%3D%220%200%2012%2016%22%20width%3D%2212%22%20height%3D%2216%22%20enable-background%3D%22new%200%200%2012%2016%22%20version%3D%221.1%22%3E%0A%20%3Cmetadata%20id%3D%22metadata10%22%2F%3E%0A%20%3Cpath%20fill%3D%22%2344ad37%22%20d%3D%22m10.8%206.7h-3.3c-.7%200-1.2-.4-1.2-1.1%200-.5.9-3.6%201.2-4.1.1-.6-.3-1.2-.8-1.5-.2%200-.3%200-.4%200-.4.1-.8.4-1.1.8-.4.5-2.8%204.9-3.3%205.5-.4.4-.6.6-1.9.6v9.1h8.5c.4%200%20.9-.4%201.1-.7%200%200%202.4-6.7%202.4-7.5%200-.6-.4-1.1-1.2-1.1%22%20id%3D%22path4%22%2F%3E%0A%3C%2Fsvg%3E%0A)
}

.forum__comment-action--votedown {
  color: #cf2400
}

.forum__comment-action--votedown:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012%2016%22%20width%3D%2212%22%20height%3D%2216%22%20enable-background%3D%22new%200%200%2012%2016%22%3E%0A%20%3Cpath%20fill%3D%22%23bdc0c2%22%20d%3D%22m10.8%209.3h-3.3c-.7%200-1.2.4-1.2%201.1%200%20.5.9%203.6%201.2%204.1.1.6-.3%201.2-.8%201.5-.2%200-.3%200-.4%200-.4-.1-.8-.4-1.1-.8-.4-.5-2.8-4.9-3.3-5.5-.4-.4-.6-.6-1.9-.6v-9.1h8.5c.4%200%20.9.4%201.1.7%200%200%202.4%206.7%202.4%207.5%200%20.6-.4%201.1-1.2%201.1%22%2F%3E%0A%3C%2Fsvg%3E%0A) no-repeat left center
}

.forum__comment-action--votedown:before:active,
.forum__comment-action--votedown:before:hover {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%20viewBox%3D%220%200%2012%2016%22%20width%3D%2212%22%20height%3D%2216%22%20enable-background%3D%22new%200%200%2012%2016%22%20version%3D%221.1%22%3E%0A%20%3Cmetadata%20id%3D%22metadata10%22%2F%3E%0A%20%3Cpath%20fill%3D%22%23cf2400%22%20d%3D%22m10.8%209.3h-3.3c-.7%200-1.2.4-1.2%201.1%200%20.5.9%203.6%201.2%204.1.1.6-.3%201.2-.8%201.5-.2%200-.3%200-.4%200-.4-.1-.8-.4-1.1-.8-.4-.5-2.8-4.9-3.3-5.5-.4-.4-.6-.6-1.9-.6v-9.1h8.5c.4%200%20.9.4%201.1.7%200%200%202.4%206.7%202.4%207.5%200%20.6-.4%201.1-1.2%201.1%22%20id%3D%22path4%22%2F%3E%0A%3C%2Fsvg%3E%0A)
}


.forum__comment-action--votedown:active:before,
.forum__comment-action--votedown:hover:before {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%20viewBox%3D%220%200%2012%2016%22%20width%3D%2212%22%20height%3D%2216%22%20enable-background%3D%22new%200%200%2012%2016%22%20version%3D%221.1%22%3E%0A%20%3Cmetadata%20id%3D%22metadata10%22%2F%3E%0A%20%3Cpath%20fill%3D%22%23cf2400%22%20d%3D%22m10.8%209.3h-3.3c-.7%200-1.2.4-1.2%201.1%200%20.5.9%203.6%201.2%204.1.1.6-.3%201.2-.8%201.5-.2%200-.3%200-.4%200-.4-.1-.8-.4-1.1-.8-.4-.5-2.8-4.9-3.3-5.5-.4-.4-.6-.6-1.9-.6v-9.1h8.5c.4%200%20.9.4%201.1.7%200%200%202.4%206.7%202.4%207.5%200%20.6-.4%201.1-1.2%201.1%22%20id%3D%22path4%22%2F%3E%0A%3C%2Fsvg%3E%0A)
}

.forum__comment {
  position: relative
}

.imgBox-80 {
  margin: 20px auto !important
}

.imgBox-60 {
  width: 60% !important;
  margin: 20px auto !important
}

.imgBox-40 {
  width: 40% !important;
  margin: 20px auto !important
}

.footer {
  padding: 40px 0;
  width: 100%;
  background-color: #000
}

.footer p,
.footer span {
  color: #b5b5b5 !important;
  margin: 0
}

.btn {
  padding: 15px 10px;
  border: none
}

ul li {
  list-style: none
}

:root {
  --swiper-theme-color: #007aff;
}

:root {
  --swiper-navigation-size: 44px;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

:root {
  --swiper-theme-color: #007aff
}

:root {
  --swiper-navigation-size: 44px
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.inL_833078 {
  display: block;
  padding: 25px;
  max-width: 700px;
  margin: 20px auto 40px;
  border: 10px outset #dd1616;
  background-color: rgba(216, 216, 216, .671);
  border-radius: 25px;
}

.inL_508631 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.text-wrap {
  display: block;
}

@media screen and (min-width: 479px) {
  .text-wrap {
    display: inline;
  }
}

@media screen and (min-width: 576px) {
  .inL_833078 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 15px;
  }

  .inL_508631 {
    margin: 0;
    width: 70%;
  }
}

.left img {
  width: 100%;
}

.inL_522885 {
  font-size: 24px;
  color: #dd1616;
}

.inL_694730 {
  font-size: 32px !important;
  color: green !important;
  font-weight: bold !important;
}

.price-block {
  text-align: center;
  font-size: 18px;
}

.price-block li:first-child {
  margin-bottom: 10px;
}

.inL_924222 {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
}

.inL_317731 {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.inL_973908 {
  padding-top: 10px;
  margin-bottom: 15px;
}

.inL_624673,
.inL_306078 {
  margin: 5px auto;
  border: none;
  border-bottom: 1px solid #d3d3d3;
  text-align: center;
  padding: 10px 20px;
  width: 100%;
  border-radius: 25px;
  font-size: 21px;
  box-shadow: 0 3px 0 0 grey;
}

.inL_904912 {
  padding: 15px;
  font-size: 24px;
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  background-color: #c01e14;
  margin: 0;
  border-radius: 10px;
  border: 0;
  box-shadow: 0 15px 5px -4px rgb(74 24 21 / 75%);
  width: 100%;
  transition: 0.3s;
}

.inL_904912:hover {
  background-color: #a21b14;
}

.number span {
  text-decoration: none;
  color: #ffffff;
}

.number {
  width: 160px;
  background: #00bbb7;
  padding: 6px;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
  font-size: 16px;

  display: flex;
  justify-content: center;
  align-items: center;
}

@media(max-width:1360px) {

  .number span {
    text-decoration: none;

    color: #ffffff;
  }

  .number {
    display: flex;
    width: 100%;
    background: #00bbb7;
    padding: 6px;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    font-size: 20px;
  }
}

.bg_10s {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  backdrop-filter: blur(5px);
  z-index: 10;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.d-none {
  display: none;
}

.red {
  color: red;
}

@media(max-width: 1235px) {
  .d-none {
    display: none;
  }

  .bg_10s {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    backdrop-filter: blur(5px);
    z-index: 10;
  }

  .img-fluid {
    max-width: 100%;
    height: auto;
  }
}

.new__price {
  color: green;
  font-size: 150%;
  font-weight: 700;
}

.inL_571430 {
  color: #2889c6
}

.inL_285571 {
  color: #2889c6
}

.inL_961026 {
  color: #2889c6
}

.inL_337232 {
  font-size: 150%;
}

.inL_141869 {
  color: #2889c6
}

.inL_7115 {
  color: #2889c6
}

.inL_90140 {
  color: #2889c6
}

.inL_509686 {
  color: #2889c6
}

.inL_927259 {
  color: red
}

.inL_882748 {
  color: red
}

.inL_470771 {
  padding: 0;
}

.inL_972670 {
  color: red
}

.inL_536265 {
  padding: 0;
}

.inL_563739 {
  display: none;
}

.inL_365108 {
  display: none;
}

.inL_905691 {
  max-width: 300px;
  height: auto;
  display: block;
}

.button.show {
  display: block
}

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

.comment-create__wrapper {
  display: none;
  margin-bottom: 30px;
}

.comment-create__form {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto
}

.comment-create__form.show {
  display: flex
}

.create-comment__image-wrapper {
  display: flex;
  align-items: center
}

.create-comment__image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e5e5e5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
  background-image: url(../images/com-ava.png);
  background-position: center;
  background-repeat: no-repeat
}

.create-comment__image-text {
  margin-left: 10px;
  cursor: pointer;
  text-decoration: underline;
  font-size: 16px;
}

.comment-create__text {
  resize: none;
  height: 100px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #838383;
  overflow: auto;
  padding: 10px;
  font-size: 16px;
  font-family: Inter, sans-serif;
  margin-bottom: 10px
}

.comment-create__age,
.comment-create__city,
.comment-create__name {
  font-family: Inter, sans-serif;
  border-radius: 5px;
  border: 1px solid #838383;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px;
  width: 49%
}

.comment-create__age:focus,
.comment-create__city:focus,
.comment-create__name:focus,
.comment-create__text:focus {
  border: 1px solid #000;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .5)
}

.comment__info-image-wrapper {
  margin-bottom: 10px;
  width: 48%
}

.comment-create__btn {
  height: 55px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #0252bb;
  border-radius: 7px;
  font-weight: 700;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  display: block;
  max-width: 300px;
  width: 100%;
  transition: .3s
}

.comment-create__btn:hover {
  background-color: #044396
}

.comment_moderate {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  display: none;
  padding: 20px 0;
  border-top: 1px solid #dc143c;
  border-bottom: 1px solid #dc143c
}

.comment__notice {
  font-size: 18px;
  text-align: center;
  display: none;
  padding-bottom: 10px;
  width: 100%;
  color: #8b0000;
  font-weight: 700
}

@media (max-width: 479px) {

  .comment-create__age,
  .comment-create__city,
  .comment-create__name {
    width: 100%
  }

  .list--padding {
    padding-left: 0;
  }

  .comment__info-image-wrapper {
    width: 100%
  }

  .inL_833078 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.comment-create__form.show {
  display: flex
}

.comment_moderate.show {
  display: block;
}

.comment__notice.show {
  display: block
}

.button.show {
  display: block;
  margin-bottom: 30px;
}

.comment-create__wrapper.show {
  display: block
}

.create-comment__image.added {
  background-image: url(../images/check.png)
}


.footer__product {
  margin-bottom: 20px;
}

.footer__btn {
  display: block;
  text-align: center;
  color: white !important;
  max-width: 280px;
  margin: 0 auto 40px;
  text-transform: uppercase;
}

.footer__btn:hover {
  color: white;
  text-decoration: none;
}

:active,
:focus,
:hover,
:visited,
a,
a:active,
a:focus,
a:hover,
a:visited {
  outline: 0 !important;
}

::-moz-focus-inner,
::-moz-focus-outer {
  border: 0;
  padding: 0;
}

input:invalid,
textarea:invalid {
  outline: none;
  box-shadow: none;
}

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

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