.header-menu {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.b-header__search-input a {
  padding: 5px 10px;
  background-color: #fff;
  text-decoration: none !important;
  color: #b4b4b4;
}


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

.order_block img {
  width: 20%;
}

.spin-result-wrapper {
  display: none;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: 0.7s ease 0 normal none running pop-up-appear;
}

.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../images/cross.svg);
  background-size: 100%;
  top: -40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  right: -40px;
  cursor: pointer;
}

.pop-up-heading {
  font-size: 40px;
  margin-bottom: 20px;
}

.pop-up-text {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
  text-align: center !important;
}

.pop-up-button {
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 10px 20%;
  font-size: 20px;
  border-radius: 5px;
  background-color: #71c341;
  color: #fff !important;
  border: medium;
  cursor: pointer;
  outline: medium;
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: 0.7s ease 0 normal none running pop-up-appear;
}

.pop-up-window::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #71c341;
  border-radius: 50%;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor #fff #fff;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  transform: rotate(-45deg);
  transition: opacity 1s ease;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

@keyframes pop-up-appear {
  0% {
    transform: translateY(-2000px);
  }

  30% {
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes pop-up-appear-before {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.pop-up-button:hover {
  color: #fff !important;
  text-decoration: none !important;
}

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

a:focus,
a:active {
  outline: none;
}

 

input,
button {
  font-family: sans-serif;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h2,
h3 {
  font-size: inherit;
  font-weight: 400;
}

.pop-up-window {
  top: 13%;
}

.pop-up-window .pop-up-text {
  margin-bottom: 20px !important;
}

.order_block {
  padding: 10px;
}

@media only screen and (max-width: 425px) {
  .pop-up-heading {
    font-size: 34px;
  }

  .pop-up-window .pop-up-text {
    font-size: 18px;
  }

  .close-popup {
    right: 0;
    top: -70px;
  }
}

.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../images/cross.svg);
  background-size: 100%;
  top: -40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  right: -40px;
  cursor: pointer;
}

.spin-result-wrapper {
  display: none;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: 0.7s ease 0 normal none running pop-up-appear;
}

.pop-up-window::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #71c341;
  border-radius: 50%;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor #fff #fff;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  transform: rotate(-45deg);
  transition: opacity 1s ease;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

@keyframes pop-up-appear {
  0% {
    transform: translateY(-2000px);
  }

  30% {
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes pop-up-appear-before {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.pop-up-heading {
  font-size: 40px;
  margin-bottom: 20px;
}

.pop-up-text {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
  text-align: center !important;
}

.pop-up-button {
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 20%;
  font-size: 20px;
  border-radius: 5px;
  background-color: #71c341;
  color: #fff;
  border: medium none;
  cursor: pointer;
  outline: medium none;
}

.pop-up-button:hover {
  color: #fff;
  text-decoration: none;
}

@media all and (max-width: 520px) {
  .close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../images/cross.svg);
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: 0;
    cursor: pointer;
  }
}

.sweet-alert,
.sweet-overlay {
  position: fixed;
  display: none;
}

.instructions,
a {
  text-align: center;
}

.boxes,
.boxes img {
  width: 100%;
}

.instructions {
  padding: 10px;
  background-color: #232f3e;
  border-radius: 4px;
  color: #fff;
  margin-top: 20px;
}

.boxes {
  margin: 10px 0;
}

.boxes>div {
  position: relative;
  display: inline-block;
  width: 32.5%;
  height: 50%;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  cursor: pointer;
}

.boxes>div:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

@media (max-width: 479px) {
  .boxes>div {
    width: 32%;
  }
}

@media (max-width: 319px) {
  .boxes>div {
    width: 48%;
  }
}

.sweet-overlay {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
}

.sweet-alert {
  background-color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  left: 50%;
  top: 35%;
  margin-left: -256px;
  margin-top: -150px;
  overflow: hidden;
  z-index: 99999;
}

@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}

.sweet-alert p {
  color: #797979;
  font-size: 15px;
  font-weight: 300;
  position: relative;
  text-align: center !important;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
}

@keyframes pulseNew {
  0% {
    transform: scale(1);
  }

  30% {
    transform: scale(1.05);
    box-shadow: 0 5px 5px 0 #a1a1a1;
  }

  100% {
    transform: scale(1);
  }
}

.pop-up-button {
  animation: pulseNew 1.5s infinite;
  box-shadow: none;
  display: inline-block;
}

.sweet-alert button {
  background-color: #e84242 !important;
  color: #fff;
  border: none;
  box-shadow: none;
  font-size: 22px;
  font-weight: 700;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0;
  cursor: pointer;

  animation: pulseNew 1.5s infinite;
  box-shadow: none;

}

.sweet-alert button:focus {
  outline: 0;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.sweet-alert button:hover {
  background-color: #7ecff4;
}

.sweet-alert button:active {
  background-color: #5dc2f1;
}

.sweet-alert button::-moz-focus-inner {
  border: 0;
}

.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

.sweet-alert .sa-icon.sa-success {
  border-color: #a5dc86;
}

.sweet-alert .sa-icon.sa-success::after,
.sweet-alert .sa-icon.sa-success::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
}

.sweet-alert .sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.sweet-alert .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  transform-origin: 0 60px;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  -webkit-border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-success {
  border-color: transparent;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.la-ball-fall {
  font-size: 0;
  color: #fff;
  width: 54px;
  height: 18px;
}

@keyframes bounce {

  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes bounceIn {

  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {

  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.la-ball-fall {
  display: block;
}

.opentry {
  display: none;
}

.boxtext {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9,
    0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1),
    0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2),
    0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2),
    0 20px 20px rgba(0, 0, 0, 0.15);
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 800px) {
  .boxtext {
    font-size: 60px;
  }
}

@media screen and (max-width: 600px) {
  .boxtext {
    font-size: 40px;
  }
}

@media screen and (max-width: 360px) {
  .boxtext {
    font-size: 30px;
  }
}

body {
  position: relative;
}

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

  25% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}

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

  25% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}

.bottom__btn--red {
  display: table;
  margin: auto;
  margin-bottom: 25px;
  background-color: red;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 22px;
  padding: 12px 23px;
  border-radius: 8px;
  transition: all 0.25s ease;
  line-height: 1.2;
  animation: pulseNew 1.5s infinite;
  box-shadow: none;
}

.bottom__btn--red:hover {
  opacity: 0.7;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
}

html,
body,
div,
span,
p,
a,
img,
i,
center,
ul,
li {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size-adjust: inherit;
  font-stretch: inherit;
  font-feature-settings: inherit;
  font-language-override: inherit;
  font-kerning: inherit;
  font-synthesis: inherit;
  font-variant: inherit;
  font-size: 100%;
  vertical-align: baseline
}

html {
  line-height: 1
}

ul {
  list-style: outside none none
}

a img {
  border: 0
}

img {
  max-width: 100%
}

.jsTabs {
  position: relative
}

.jsTabs .jsTabs-tabs-list {
  margin: 0 -.5em 1em;
  text-align: left
}

.jsTabs .jsTabs-tabs-list .jsTabs-point {
  -moz-user-select: none;
  position: relative;
  padding: 0 0 .19em;
  margin: 0 .5em;
  white-space: nowrap;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  color: #b7b7b7;
  display: inline-block;
  vertical-align: middle
}

.jsTabs .jsTabs-tabs-list .jsTabs-point span {
  font-size: .75em
}

.jsTabs .jsTabs-tabs-list .jsTabs-point.jsTabs-active {
  cursor: pointer
}

.jsTabs .jsTabs-tabs-list .jsTabs-point.jsTabs-active span {
  color: #62a7d9
}

.jsTabs .jsTabs-tabs-list .jsTabs-point.jsTabs-active:hover {
  text-decoration: none
}

.jsTabs .jsTabs-tabs-list.jsTabs-center {
  text-align: center
}

.jsTabs .jsTabs-content {
  display: none;
  position: relative
}

.jsTabs .jsTabs-content::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden
}

.jsTabs .jsTabs-content.jsTabs-active {
  display: block
}

html {
  font-size: 100%
}

html,
input {
  font-family: open sans, Arial, sans-serif;
  color: #333
}

*::-moz-selection {
  background: #000 none repeat scroll 0% 0%;
  color: #fff;
  text-shadow: none
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: underline
}

i {
  font-style: italic
}

img {
  vertical-align: middle
}

input {
  font-size: 1em;
  margin: 0;
  vertical-align: baseline
}

input {
  line-height: normal
}

input::-moz-focus-inner {
  border: 0;
  padding: 0
}

html {
  overflow-x: auto;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff none repeat scroll 0% 0%
}

.l-wr-main {
  overflow: hidden
}

.l-page-width {
  margin: 0 auto;
  display: block;
  width: 62.5em;
  position: relative
}

.l-page-width::after {
  content: " ";
  display: block;
  height: 0;
  display: none;
  clear: both;
  overflow: hidden;
  visibility: hidden
}

.l-page-width .l-page-width__ledge {
  margin: 0 1.125em;
  padding: 0 1.125em;
  background: #fff none repeat scroll 0% 0%;
  display: grid;
}

@media only screen and (max-width:500px) {
  .l-page-width .l-page-width__ledge {
    margin: 0;
    padding: 0
  }
}

.l-page-width .l-page-width__ledge::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden
}

.l-main-column {
  width: 45.25em;
  float: left
}

.l-main-column::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  display: none;
  visibility: hidden
}

.l-wr-main {
  position: relative
}

.l-page-width {
  width: 100%;
  max-width: 62.5em;
  position: relative
}

.l-main-column {
  width: 100%;
  float: none
}

@media screen and (min-width:64em) {
  .l-wr-main {
    position: static
  }

  .l-main-column {
    width: 45.25em;
    float: left
  }
}

.b-top-bar {
  background: #000 none repeat scroll 0% 0%;
  color: #fff;
  position: relative;
  padding: .2em 0;
  z-index: 10
}

.b-top-bar::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden
}

.b-top-bar a {
  color: #fff
}

.b-top-bar .b-top-bar__home {
  flex-shrink: 0;
  float: left;
  display: block;
  padding: 0px 0.5em 0 1.63em;
  position: relative;
}

.b-top-bar .b-top-bar__home span {
  width: 11.25em;
  display: block;
  padding: .313em 0
}

.b-top-bar .b-top-bar__home span img {
  display: block;
  width: 100%;
  margin: 8px 0 0;
}

.b-top-bar .b-top-bar__projects_list {
  height: 42px;
  overflow: hidden;
  display: block;
  text-align: center;
  position: relative
}

.b-top-bar .b-top-bar__projects_list li {
  display: inline-block;
  border-left: 1px solid #3e3e3e
}

.b-top-bar .b-top-bar__projects_list li a {
  padding: 10px 20px;
  display: block
}

.b-top-bar .b-top-bar__projects_list li a:hover {
  color: #fff;
  opacity: 0.6;
}

.b-top-bar .b-top-bar__projects_list li a span {
  font-size: 1.1em;
  font-weight: 600
}

.b-top-bar .b-top-bar__projects_list li:first-child {
  border: 0
}

@media screen and (min-width:64em) {
  .b-top-bar .b-top-bar__projects_list {
    display: block;
    margin: 5px 0;
    box-sizing: border-box
  }
}


.b-header::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden
}

.b-header .l-page-width .l-page-width__ledge {
  background: #f4f4f4 none repeat scroll 0% 0%;
  position: relative
}

.b-header .b-header__layer {
  overflow: hidden;
  height: 5.625em
}

.b-header .b-header__search {
  position: relative;
  float: right;
  width: 12em;
  margin: 1.25em 1.063em 0 1em;
  overflow: hidden
}

.b-header .b-header__search .b-header__search-input {
  position: relative;
  margin-right: 1.69em
}

.b-header .b-header__search .b-header__search-input input[type=text] {
  position: relative;
  float: right;
  border: 0;
  background: #fff none repeat scroll 0% 0%;
  margin: 0;
  font-size: 1em;
  outline: 0;
  padding: .55em;
  display: block;
  font-weight: 600;
  cursor: pointer
}

.b-header .b-header__social {
  float: right;
  position: relative;
  margin: 1.25em 0 0;
  padding-top: .19em
}

.b-header .b-header__social ul {
  float: right;
  overflow: hidden;
  white-space: nowrap;
  width: 7em;
  height: 1.31em;
  transition-duration: .3s;
  transition-property: width
}

.b-header .b-header__social ul li {
  display: inline-block;
  margin-right: .44em
}

.files_reviews {
  margin-bottom: 0 !important
}

.b-header .b-header__social ul li a {
  display: block
}

.b-header {
  overflow: hidden;
  height: 3.625em
}

.b-header .b-header__layer {
  height: 3.625em
}

.b-header .b-header__search {
  position: absolute;
  margin: 0;
  top: 0;
  right: 4.063em;
  height: 3.625em;
  width: auto;
  float: none;
  z-index: 100;
  transition: left .5s ease 0s
}

.b-header .b-header__search .b-header__search-input {
  margin-right: 2.625em;
  margin-top: .5em;
  transition: margin-right .25s ease 0s
}

.b-header .b-header__search .b-header__search-input input[type=text] {
  width: 0;
  padding: .667em 0 .734em;
  font-size: .937em;
  transition: width .25s ease 0s
}

.b-header .b-header__social {
  display: none
}

@media screen and (min-width:30em) {
  .b-header {
    height: 4.375em
  }

  .b-header .b-header__layer {
    height: 4.375em
  }

  .b-header .b-header__search .b-header__search-input {
    margin-top: .875em
  }
}

@media screen and (min-width:35em) {
  .b-header .b-header__layer {
    position: relative
  }

  .b-header .b-header__search {
    height: 4.375em;
    right: 0
  }
}

@media screen and (min-width:54em) {
  .b-header .b-header__search {
    left: 55%
  }

  .b-header .b-header__search .b-header__search-input {
    margin-right: 2.625em
  }

  .b-header .b-header__search .b-header__search-input input[type=text] {
    width: 100%;
    padding: .667em .667em .734em
  }
}

@media screen and (min-width:64em) {
  .b-header {
    height: 5.625em;
    overflow: visible
  }

  .b-header .b-header__layer {
    height: 5.625em
  }

  .b-header .b-header__search {
    position: relative;
    left: auto;
    float: right;
    display: block;
    width: 12em;
    margin: 1.25em 1.063em 0 1em;
    height: auto
  }

  .b-header .b-header__search .b-header__search-input {
    position: relative;
    margin-right: 1.69em;
    margin-top: 0
  }

  .b-header .b-header__search .b-header__search-input input[type=text] {
    width: 100%;
    font-size: 1em;
    padding: .55em;
    cursor: pointer
  }

  .b-header .b-header__social {
    display: block;
  }

}

.b-main-nav {
  display: block
}

.b-main-nav::after {
  content: "";
  max-width: 64.75em;
  height: 1px;
  background: #e7e7e7 none repeat scroll 0% 0%;
  display: block;
  clear: both;
  margin: 0 auto;
  position: relative
}

.b-main-nav .b-main-nav__main {
  position: relative;
  display: inline-flex;
  margin: auto;
}

.b-main-nav .b-main-nav__main::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item {
  float: left;
  height: 2.375em;
  white-space: nowrap
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-link {
  display: block;
  padding: .68em 0.625em .625em;
  color: #282828;
  text-transform: uppercase;
  overflow: hidden
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-link span {
  font-size: 12.5px;
  font-weight: 600;
  display: block
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item:first-child .b-main-nav__main-link {
  padding-left: 1.063em
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item:last-child .b-main-nav__main-link {
  padding-right: 1.063em
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item.m-active .b-main-nav__main-link {
  color: #62a7d9
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item:hover .b-main-nav__main-link {
  color: #62a7d9;
  text-decoration: underline
}

@media screen and (min-width:64em) {
  .b-slide {
    height: auto !important
  }
}

.b-content-body {
  position: relative
}

@media screen and (max-width:63.938em) {
  .b-main-nav::after {
    height: 0;
    line-height: 0
  }

  .b-main-nav .l-page-width .l-page-width__ledge {
    margin: 0;
    padding: 0;
    background: transparent none repeat scroll 0 center
  }

  .b-main-nav .b-main-nav__main .b-main-nav__main-item {
    float: none;
    height: auto;
    border-bottom: 1px solid #f4f4f4
  }

  .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-link {
    padding: .75em 1.063em .625em
  }

  .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-link span {
    font-size: .937em;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .b-slide {
    display: none;
  }

  .b-slide .b-slide-menu {
    position: relative
  }
}

@media screen and (min-width:64em) {
  .b-content-body {
    position: static
  }
}

.b-footer {
  margin: 1em 0 0;
  padding: 1em 0 0;
  position: relative;
  display: block;
  background: #282828 none repeat scroll 0% 0%;
  color: #fff
}

.b-footer .b-footer__nav {
  position: relative
}

.b-footer .b-footer__nav::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden
}

.b-footer .b-footer__nav .b-footer__wr-items {
  display: table;
  width: 100%
}

.b-footer .b-footer__nav .b-footer__wr-items .b-footer__nav-item {
  display: table-cell;
  overflow: hidden
}

.b-footer .b-footer__nav .b-footer__wr-items .b-footer__nav-item a {
  float: left;
  padding: .56em 1.06em .625em;
  cursor: pointer;
  color: #7c7c7c;
  white-space: nowrap;
  font-weight: 700;
  text-transform: uppercase
}

.b-footer .b-footer__nav .b-footer__wr-items .b-footer__nav-item a:hover {
  text-decoration: underline
}

.b-footer .b-footer__nav .b-footer__wr-items .b-footer__nav-item a span {
  font-size: .81em;
  display: block;
  cursor: pointer
}


.b-footer .b-footer__nav .b-footer__wr-items .b-footer__nav-item.m-active a:hover {
  text-decoration: none;
  cursor: default
}

.b-footer .b-footer__nav .b-footer__nav-content {
  width: 100%;
  margin: 15px 0;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
}

.b-footer .b-footer__nav .b-footer__nav-content.m-active {
  visibility: visible
}

.b-footer .b-footer__nav .b-footer__nav-content .b-footer__column {
  float: left;
  width: 25%
}

.b-footer .b-footer__nav .b-footer__nav-content .b-footer__column .b-footer__item {
  padding-left: 1.06em;
  line-height: 1;
  margin-bottom: .625em
}

.b-footer .b-footer__nav .b-footer__nav-content .b-footer__column .b-footer__item a {
  color: #62a7d9
}

.b-footer .b-footer__nav .b-footer__nav-content .b-footer__column .b-footer__item a span {
  font-size: .81em
}

@media screen and (max-width:47.938em) {
  .b-footer .b-footer__nav {
    display: none
  }
}


.b-comments::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden
}

.b-comments .b-comments__title {
  padding: 0.31em 0 .31em;
  font-weight: 700;
  text-transform: uppercase
}

.b-comments .b-comments__title span {
  font-size: 1.25em;
  letter-spacing: .025em
}

.b-comments .b-comments__users-stat {
  margin: 0 0 1em;
  font-weight: 600;
  color: #7c7c7c
}

.b-comments .b-comments__users-stat span {
  font-size: .75em
}

.b-comments .b-comments__users-stat i {
  color: #282828;
  font-style: normal;
  font-weight: 700
}

.b-comments .b-comments__button-comment {
  display: block;
  text-align: center;
  padding-bottom: 1em
}

.b-comments .b-comments__button-comment a {
  background: transparent none repeat scroll 0 center;
  display: inline-block;
  border: 1px solid #62a7d9;
  color: #62a7d9;
  padding: 0 .75em .19em;
  line-height: 1.4;
  cursor: pointer;
  min-width: 2.5em;
  text-align: center;
  position: relative;
  -moz-user-select: none
}

.b-comments .b-comments__button-comment a span {
  font-size: .75em;
  font-weight: 600;
  text-transform: uppercase
}

.b-comments .b-comments__button-comment a:hover {
  text-decoration: none;
  background: #62a7d9 none repeat scroll 0% 0%;
  color: #f4f4f4
}

.b-comments .b-comments__create-top-place {
  position: relative
}

.b-comments .b-comments__create-top-place .b-comments__button-comment {
  display: none;
  padding-bottom: 1.5em
}

.b-comments .b-comments__lists-place {
  border-top: 1px solid #dfdfdf;
  padding-top: 1em
}


.b-comments .b-comments__list::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden
}

.b-comments .b-comments__list ul {
  padding: 0;
  margin: 0;
  display: block
}

.b-comments .b-comments__list ul::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden
}

.b-comments .b-comments__list .b-comments__item {
  display: block;
  position: relative;
  margin: 0 0 1em;
  padding-left: 0;
}

.b-comments .b-comments__list .b-comments__item .b-comments__comment {
  position: relative
}

.b-comments .b-comments__list .b-comments__item .b-comments__comment::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-avatar {
  display: block;
  float: left;
  width: 50px !important;
  height: auto;
  margin-top: 2px;
  /* margin-right:1em; */
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-ind {
  margin-left: 4.125em;
  display: flex;
  flex-direction: column
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-head {
  margin: 0 0 .31em
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-head .b-comments__item-author {
  font-weight: 700;
  margin-right: .5em;
  font-size: 1.2em;
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-head .b-comments__item-author:hover {
  cursor: default
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-text {
  margin: 0 0 .5em;
  font-size: 1.2em;
  text-align: justify;
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-info {
  margin: 0 0 .75em;
  min-height: 1.5em
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-info::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-time {
  float: left;
  font-weight: 700;
  color: #62a7d9;
  margin-right: .5em
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-likes-view {
  display: none;
  font-size: 1em;
  position: relative;
  padding-left: 1.25em;
  margin: 0 1em 0 0
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-likes-view.m-like {
  display: inline-block
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-ind {
  margin-left: 0
}

.b-comments .b-comments__button-comment a {
  padding: .438em .75em .563em
}

.b-comments .b-comments__button-comment a span {
  font-size: .875em
}

@media screen and (min-width:30em) {
  .b-comments .b-comments__list .b-comments__item .b-comments__item-ind {
    margin-left: 4.125em;
  }
}

@media screen and (min-width:64em) {
  .b-comments .b-comments__button-comment a {
    padding: 10px 70px;
    font-size: 25px
  }

  .b-comments .b-comments__button-comment a span {
    font-size: .75em
  }
}

.b-article__main {
  width: 100%;
  display: block;
  /* padding:0 2em 1.063em; */
  box-sizing: border-box
}

.b-article__ind {
  max-width: 40em
}

.b-article__ind {
  margin: 0 auto
}

@media screen and (min-width:64em) {
  .b-article__ind {
    margin: 0
  }
}

.b-article__body {
  padding-bottom: 1em;
  max-width: 40em
}

.b-article__body::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden
}

.b-article__body p {
  margin-bottom: 1.2em;
  text-align: justify;
}

.b-article__body a {
  color: #62a7d9;
  text-decoration: underline
}

.b-article__body a:hover {
  text-decoration: none
}

.b-article__body ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-bottom: .5em
}

.b-article__body li {
  margin-left: 2em;
  margin-bottom: .5em
}

.b-article__body img {
  padding-bottom: 15px;
  width: 100%;
}

img.box-empty {
  width: 200px;
}

.b-article__body a:hover {
  color: #da1942
}

.b-header {
  display: flex;
  align-items: center
}

.b-header img {
  max-width: 190px;
  /* height:20px; */
  cursor: pointer;
  transition: all .2s linear
}

.b-header img:hover {
  transform: scale(1.05)
}

.b-header .b-header__social ul {
  width: auto;
  height: auto
}

.b-header .l-page-width .l-page-width__ledge {
  background-size: cover
}

.b-header .b-header__layer {
  height: auto
}

.b-header {
  height: auto
}

.b-header .b-header__social,
.b-header .b-header__search {
  margin-top: 10px;
  margin-bottom: 10px
}

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

.b-header .b-header__search {
  float: none;
  width: 100px;
  margin-right: 0
}


.d-fl {
  display: flex;
  align-items: center
}

.left-col,
.right-col {
  padding: 15px 15px;
}

.left-col {
  width: 100%;
  max-width: 335px;
  flex-shrink: 0;
}

.title {
  font-size: 24px;
  color: red;
  line-height: 33px;
}

.b-article__ind,
.b-article__body,
.l-main-column {
  max-width: 100%;
  margin: auto;
  width: 100%
}

.l-page-width .l-page-width__ledge {
  padding: 0 2.5em;
}

.b-comments .b-comments__list .b-comments__item {
  box-shadow: 0 0 7px rgba(0, 0, 0, .5);
  padding: 20px 15px;
  border-radius: 8px
}

.b-comments__item--reply {
  margin-left: 60px !important;
  position: relative;
}

.b-comments__item--reply::before {
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  width: 50px;
  height: 50px;
  background: url(../images/reply-arrow.png);
  z-index: 10;
}

@media only screen and (max-width:1100px) {
  .l-page-width .l-page-width__ledge {
    padding: 0 1.5em
  }

  .title {
    font-size: 26px
  }
}

@media only screen and (max-width:991px) {
  .d-fl {
    flex-direction: column-reverse
  }

  .left-col,
  .right-col {
    width: 100%;
    padding: 10px 15px
  }

  .title {
    font-size: 32px;
    margin: 10px 5px
  }

  .left-col img {
    max-width: 550px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
  }

  .b-header .b-header__social {
    display: block
  }

  .b-header .b-header__search .b-header__search-input {
    margin: 0;
    height: auto
  }

  .b-header .b-header__search {
    left: auto
  }

  .b-header .b-header__search .b-header__search-input input[type=text] {
    width: 100%;
    padding: .4em .667em
  }
}

@media only screen and (max-width:768px) {
  .left-col img {
    max-width: 100%
  }

  .title {
    font-size: 28px;
    margin: 10px 5px
  }

}

@media only screen and (max-width:600px) {
  .b-header .b-header__search {
    width: 200px
  }

  .b-header .b-header__search {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    height: auto
  }
}

@media only screen and (max-width:500px) {
  .title {
    font-size: 22px;
    margin: 10px 5px;
    line-height: 27px;
  }

  .l-page-width .l-page-width__ledge {
    padding: 0 15px;
    padding-top: 15px;
  }

  body {
    font-size: 16px
  }

  .left-col,
  .right-col {
    padding: 0
  }

  .right-col {
    margin-top: 5px;
    margin-bottom: 10px
  }

  .b-comments .b-comments__list .b-comments__item .b-comments__item-text {
    margin: 0 0 .5em;
    font-size: 16px;
    line-height: 1.5
  }
}

@media only screen and (max-width:350px) {
  .b-header .b-header__search {
    width: 150px
  }

  .l-page-width .l-page-width__ledge {
    padding: 0 15px;
  }

  .title {
    font-size: 19px;
    margin: 10px 5px;
    line-height: 25px;
  }
}

@media screen and (max-width:64em) {
  .b-top-bar .b-top-bar__home span img {
    margin: 4px 0;
  }
}

p {
  margin: 0 0 14px;
}

img {
  margin: 0 0 5px;
  border: 0;
}

a {
  text-decoration: underline;
  color: #0f315d;
}

a:hover {
  text-decoration: none;
}

h2 {
  margin: 0;
  color: #1f4278;
  /* padding: 0 0 5px; */
}

h2 {
  clear: both;
  font-weight: 700;
}

h2 {
  font-size: 18px;
  margin-top: 22px;
  margin-bottom: 22px;
}

h2 a {
  text-decoration: none;
  cursor: pointer;
}

h2 a {
  color: #4f4f4f;
}

@media only screen and (max-width: 770px) {
  img {
    margin: 3px 17px 5px 0;
    border: 0;
    float: none;
    max-width: 100%;
  }
}

p {
  padding-bottom: 7px;
}

ul {
  font-size: 14px;
}

a:hover {
  text-decoration: underline;
}

body {
  font-family: pt sans, sans-serif;
}

p {
  margin: 0 !important;
}

h2 {
  border: none !important;
}

button:active,
button:focus {
  outline: none;
}


body,
html {
  margin: 0;
}

html {
  margin: 0 auto;
}

body {
  margin: 0;
  font-size: 17px;
  color: #252626;
  line-height: 1.4;
}

p {
  margin: 0 0 14px;
}

img {
  height: auto;
  margin: 0 0 5px;
  border: 0;
}

a {
  text-decoration: underline;
  color: #0f315d;
}

a:hover {
  text-decoration: none;
  color: #1f4278;
}

h2 {
  margin: 0;
  color: #1f4278;
  /* padding: 0 0 5px; */
}

h2 {
  clear: both;
  font-weight: 700;
}

h2 {
  font-size: 18px;
  margin-top: 22px;
  margin-bottom: 15px !important;
  margin: 0px;
}

h2 a {
  text-decoration: none;
  cursor: pointer;
}

h2 a {
  color: #4f4f4f;
}

@media only screen and (max-width: 770px) {
  img {
    margin: 3px 17px 10px 1px;
    border: 0;
    float: none;
    max-width: 100%;
  }
}

p {
  padding-bottom: 15px;
}

ul {
  font-size: 14px;
}

a:hover {
  text-decoration: underline;
}

body {
  font-family: pt sans, sans-serif;
}

p {
  margin: 0 !important;
}

h2 {
  border: none !important;
}

button:active,
button:focus {
  outline: none;
}

body,
html {
  margin: 0;
}

html {
  margin: 0 auto;
}

body,
html {
  padding: 0;
  margin: 0
}

.instructions,
a {
  text-align: center
}

.boxes,
.boxes img {
  width: 100%;
  max-width: 529px;
  margin: auto;
}

.instructions {
  padding: 10px;
  background-color: #232f3e;
  border-radius: 4px;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 15px
}

.boxes {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center
}

.boxes>div {
  position: relative;
  display: inline-block;
  width: 32.5%;
  height: 50%;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  cursor: pointer
}

.boxes>div:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1)
}

.myh1 {
  font-size: 17px;
  padding: 15px;
  text-shadow: 0 0 0 #c00;
  background-color: #389938;
  color: #fff;
  margin: 10px auto;
  text-align: center;
  border-radius: 4px;
  font-weight: 400;
  text-transform: none;
  font-style: italic
}

.myh1 span {
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 5px;
  display: block
}

@media only screen and (max-width:500px) {
  .instructions {
    padding: 10px 5px;
    margin-bottom: 10px;
  }
}

input {
  outline: none;
}

input:active {
  outline: none;
}

button:active,
button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

.form {
  display: inline-block;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  padding: 20px 30px;
  background: url(../images/formbg.jpg) no-repeat 0 0/100% 100%;
}

.form-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-intro {
  padding: 10px 20px;
  border: 1px solid rgb(240, 98, 98);
  width: 100%;
  max-width: 550px;
  text-align: center !important;
  background-color: rgb(255, 240, 240);
  font-size: 18px;
  margin-bottom: 20px !important;
}

@media screen and (max-width: 480px) {
  .form-intro {
    font-size: 16px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 480px) {
  .form {
    padding: 20px 15px;
    background: #f4f2f0;
    border: 5px solid #d4c5c2;
  }
}

.form-title {
  margin: 10px 0;
  font-size: 22px;
  text-align: center;
}

@media screen and (max-width: 580px) {
  .form-title {
    font-size: 20px;
    margin: 5px 0;
  }
}

.form-orders {
  color: rgb(0, 0, 255);
  text-align: center !important;
  font-size: 14px;
}

@media screen and (max-width: 580px) {
  .form-orders {
    margin: 5px 0;
  }
}

.form-accent {
  width: 100%;
  padding: 10px 10px;
  border: 2px solid #0299ff;
  font-size: 14px;
  font-weight: 600;
  text-align: center !important;
}

@media screen and (max-width: 480px) {
  .form-accent {
    padding: 10px 5px;
    font-size: 12px;
  }
}

.form-price {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  margin: 15px 0 15px;
}

@media screen and (max-width: 480px) {
  .form-price {
    font-size: 18px;
    line-height: 1.2;
    margin: 15px 0 15px;
  }
}

.form-price span {
  font-weight: 600;
}

.form-price__old {
  font-size: 1.1rem;
  text-decoration: line-through;
  white-space: nowrap;
}

.form-price__new {
  white-space: nowrap;
  font-size: 1.45rem;
  color: red;
}

.form-inputs {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-inputs select,
.form-inputs input {
  margin: 5px 0;
  border-radius: 4px;
  border: 1px solid rgb(55, 25, 5);
  font-size: 1rem;
  padding: 8px 10px;
  width: 100%;
  max-width: 270px;
}

@media screen and (max-width: 480px) {
  .form-inputs select,
  .form-inputs input {
    font-size: 16px;
    padding: 8px 8px;
  }
}

.form-inputs label {
  margin-top: 10px;
  font-size: 16px;
}

@media screen and (max-width: 480px) {
  .form-inputs label {
    font-size: 14px;
  }
}

.form-inputs button {
  margin-top: 20px;
  width: 100%;
  max-width: 270px;
  border: none;
  margin-bottom: 10px;
  color: #fff;
  background-color: #158cdd;
  font-size: 22px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 8px 10px;
  transition: transform .4s;
  box-shadow: 0px 3px 3px 0 #1844c1;
}

.form-inputs button:hover,
.form-inputs button:active {
  transform: scale(.95);
}

@media screen and (max-width: 480px) {
  .form-inputs button {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

.form-bottom {
  border: 2px solid #0299ff;
  padding: 8px 10px;
  width: 100%;
  max-width: 550px;
  margin-top: 20px;
  margin: 10px auto;
  margin-bottom: 0;
  text-align: center !important;
  border-radius: 4px;
  background-color: rgba(2, 154, 255, 0.137254902);
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .form-bottom {
    font-size: 14px;
  }

  .form-bottom p {
    margin: 10px 0;
  }
}

.form-bottom__title {
  font-weight: 600;
  text-align: center !important;
}

.form-bottom__order {
  font-size: 14px;
  font-weight: 600;
}

.form-instock {
  font-size: 1.2em;
  color: coral;
  transition: opacity 0.4s;
}

.form__count {
  width: 100%;
  max-width: 270px;
  box-sizing: border-box;
}

.order_block {
  display: none;
  text-align: center !important;
}

.order_block h3 {
  font: bold 18px arial !important;
  background: transparent;
}

.items {
  font-size: 14px;
  top: -14px;
  font-style: italic;
  text-align: center !important;
  position: relative;
  padding-bottom: 0px
}

.inL_618454 {
  background: #e7e7e7;
  max-width: 1200px;
  margin: auto;
}

.inL_926201 {
  height: 100%;
  display: block;
}

.inL_772827 {
  color: white;
}

.inL_733914 {
  color: white;
}

.inL_34635 {
  color: white;
}

.inL_899153 {
  color: white;
}

.inL_42433 {
  color: white;
}

.inL_975721 {
  height: 100%;
}

.inL_285195 {
  background: #e7e7e7;
}

.inL_716643 {
  height: 100%;
  width: 301px;
}

.inL_769898 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 600px;
  height: 100%;
}

.inL_84255 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 600px;
  height: 100%;
}

.inL_376589 {
  color: blue;
}

.inL_808600 {
  color: blue;
}

.inL_870269 {
  color: red;
}

.inL_637053 {
  text-align: center;
}

.inL_771140 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  width: 100%;
  max-width: 190px;
  height: 100%;
  padding: 0 !important;
}

.inL_427477 {
  color: blue;
}

.inL_158341 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 600px;
  height: 100%
}

.inL_393459 {
  color: blue;
}

.inL_652255 {
  color: blue;
}

.inL_879619 {
  margin-bottom: -10px;
}

.inL_683720 {
  color: blue;
}

.inL_869009 {
  margin-left: -40px;
}

.inL_833921 {
  text-align: center;
  font-size: 17px;
  line-height: 27px;
}

.inL_855750 {
  color: red
}

.inL_1426 {
  padding: 0 !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
  max-width: 190px;
  height: 100%;
}

.inL_55935 {
  height: 100%;
}

.inL_977951 {
  height: 100%;
}

.inL_682311 {
  height: 100%;
}

.inL_837251 {
  height: 100%;
}

.inL_475629 {
  height: 100%;
}

.inL_617846 {
  height: 100%;
}

.inL_831199 {
  height: 100%;
}

.inL_723344 {
  height: 100%;
}

.inL_945487 {
  height: 100%;
}

.inL_239063 {
  height: 100%;
}

.inL_407038 {
  height: 100%;
}

.inL_223625 {
  height: 100%;
}

.inL_422488 {
  height: 100%;
}

.inL_476401 {
  height: 100%;
}

.inL_955912 {
  height: 100%;
}

.inL_815108 {
  height: 100%;
}

.inL_972486 {
  height: 100%;
}

.inL_985956 {
  height: 100%;
}

.inL_180819 {
  opacity: 1.03;
  display: none;
}

.inL_90237 {
  display: inline-block;
  box-shadow: rgba(140, 212, 245, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset;
  background-color: #FFA400;
}

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

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

.inL_697503 {
  padding: 0 !important;
  text-align: center !important;
}

.inL_155284 {
  display: inline-block;
}

.inL_596820 {
  height: 100%;
}

.inL_164347 {
  display: inline-block;
}

.inL_757205 {
  height: 100%;
}

.inL_529073 {
  display: block;
  text-align: center;
  margin: auto;
}

.inL_467209 {
  text-align: center;
}

.inL_412348 {
  color: red;
}


@media screen and (min-width: 768px) {
  .rev {
    display: block;
    margin-left: 0;
    margin-right: auto;
    width: 100%;
    max-width: 400px !important;
  }
}

@media screen and (max-width: 991px) {
  .b-header {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .rev {
    display: block;
    margin-left: 0;
    margin-right: auto;
    width: 100%;
    max-width: 250px !important;
  }

  .b-footer {
    margin: 1em 0 0;
    padding: 0em 0 0;
    position: relative;
    display: block;
    background: #282828 none repeat scroll 0% 0%;
    color: #fff;
  }

  .b-article__body p,
  .b-comments .b-comments__list .b-comments__item .b-comments__item-text {
    text-align: left;
  }


}

.form-inputs button:hover {
  background-color: #0e80cd;

}

@media only screen and (min-device-width: 767px) and (max-device-width: 1050px) {
  .foot {
    display: none !important;
  }

  .b-footer .b-footer__nav .b-footer__wr-items {
    display: block !important;
    width: 100%;
  }
}

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

  .b-comments .b-comments__list .b-comments__item .b-comments__item-text {
    font-size: 14px !important;
    margin-left: 0px;
  }

  .b-top-bar .b-top-bar__home {
      position: relative;
   }

  .b-comments .b-comments__list .b-comments__item .b-comments__item-ind {
    margin-left: 0px;
    display: block;
    flex-direction: column;
  }

  .b-comments .b-comments__list .b-comments__item .b-comments__item-avatar {
    display: block;
    float: left;
    width: 50px !important;
    height: auto;
    margin-top: 2px;
    /* margin-right: 1em; */
    margin-bottom: 2px;
    padding-bottom: 0px;
  }

  .header-menu {
    flex-direction: column;
  }

  .bottom__btn--red {
    font-size: 18px;
  }
}

input[type='text'] {
  font-size: 16px;
}

input[type='tel'] {
  font-size: 16px;
}