html {
  min-width: 320px
}

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

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0
}

body {
  font-family: sans-serif;
  background: #fafafa
}

a {
  color: #23527c;
  text-decoration: underline
}

a:hover {
  color: #b0493b
}

.container {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  position: relative
}

.pointer {
  cursor: pointer
}

.nav {
  background: #0b2161;
  line-height: 40px
}

.top_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0
}

.nav li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 9px
}

.nav li a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s
}

.nav li a:hover {
  color: #ef0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s
}

.content {
  background: #fff;
  padding: 25px 20px
}

.content h1 {
  text-align: center;
  margin-bottom: 16px;
  color: red
}

.content h1,
.content img,
.content p {
  margin-bottom: 16px
}

.content p {
  line-height: 1.5625
}

.content img {
  display: block;
  margin-right: auto;
  margin-left: auto
}

.content .list {
  margin-bottom: 16px
}

.content .list p {
  margin-bottom: 0
}

.quantity {
  color: #45688e;
  font-size: 18px;
  font-weight: 700;
  padding: 8px 15px;
  background: #dae2e8;
  margin-bottom: 20px
}

.comment {
  border-bottom: 1px solid #dae1e8;
  padding-bottom: 15px;
  margin-bottom: 15px
}

.content .comment .avatar {
  width: 48px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top
}

.comm_text {
  display: inline-block;
  vertical-align: top;
  width: -webkit-calc(100% - 65px);
  width: -moz-calc(100% - 65px);
  width: calc(100% - 65px)
}

.content .comm_text .user_name {
  color: #2b587a;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0
}

.content .comm_text .text {
  font-size: 15px
}

.content .comm_text .time {
  font-size: 14px;
  color: #23527c;
  margin-bottom: 0
}

.footer {
  padding: 20px 1.5%;
  margin: 15px auto 0;
  background: #ebebeb none repeat scroll 0 0;
  text-align: center
}

.bold {
  font-weight: 700;
  font-size: 115%
}

.prod_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px
}

.content .prod_img {
  max-width: 250px;
  width: 100%;
  height: auto;
  margin-bottom: 20px
}

.content .content__img-2 {
  margin-bottom: 10px
}

.content .lt23 {
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 16px
}

.btn_order {
  display: block;
  width: 300px;
  max-width: 100%;
  padding: 15px;
  margin: 0 auto;
  background: red linear-gradient(to left, red, orange);
  color: #222;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  cursor: pointer
}

.btn_order:hover {
  color: #ccc;
  text-decoration: none !important;
  background: red linear-gradient(to left, orange, red);
  box-shadow: 1px 1px 6px 1px #bbb
}

@media all and (max-width:1000px) {
  .top_nav {
    padding: 5px 0
  }

  .content .prod_img {
    max-width: 220px
  }

  .content {
    width: 100%
  }

  .content h1 {
    font-size: 22px
  }
}

@media (max-width:1000px) {
  .content img {
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto
  }
}

.align_center {
  margin-left: auto;
  margin-right: auto
}

.delivery-info {
  display: flex;
  background-color: #ffffffde;
  align-items: center;
  text-align: center;
  border: 1px solid #000;
  border-top: 0 !important;
  border-radius: 0 0 10px 10px;
  margin: 0 auto;
  padding: 10px
}

.delivery-info>svg {
  width: 200px;
  margin: 0 20px
}

@media (max-width:800px) {
  .delivery-info {
    width: 100%;
    font-size: 12px
  }

  .delivery-info>svg {
    margin: 0 10px
  }
}

@media (max-width:479px) {
  .content p {
    line-height: 1.2
  }
}

@media (max-width:674px) {
  .top_nav li:nth-child(7) {
    display: none
  }
}

@media (max-width:590px) {
  .content .prod_img {
    max-width: 200px
  }

  .top_nav li:nth-child(6) {
    display: none
  }
}

@media (max-width:500px) {
  .top_nav li:nth-child(5) {
    display: none
  }
}

@media (max-width:370px) {
  .top_nav li:nth-child(4) {
    display: none
  }
}

.color {
  color: red
}



.inL_397940 {
  margin: 30px 10px 25px;
  border: 2px solid #0299ff;
  padding: 10px;
}

#order_form .order_form_pole--first {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

#order_form .order_form_pole {
  padding: 10px;
  margin: 10px;
}

.inL_740097 {
  margin-bottom: 10px;
}

.inL_867559 {
  max-width: 100px !important;
}

p {
  font-size: 18px !important;
}

[scroll="goScrollToForm"] {
  cursor: pointer;
}

#form-section,
#form-section * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}

#form-section {
  max-width: 550px;
  margin: 20px auto;
  padding: 30px;
  text-align: center;
  color: #232323;
}

#form-section .form-section-product {
  display: block;
  width: 60%;
  max-width: 190px;
  margin: 0 auto 20px;
}

#form-section #form-timer {
  color: #f80000;
  font-weight: 600;
  margin: 0 auto;
  font-size: 23px;
  line-height: 1;
}

#form-section .form-section-text {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 15px;
}

#form-fields .form-field {
  height: 50px;
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 13px auto;
  padding: 0 15px;
  transition: border-color 0.25s ease 0s;
  border: 1.5px solid #c2c1c1;
  border-radius: 4px;
  outline: none;
  font-size: 17px;
  line-height: 50px;
  color: #232323;
}

#form-fields select.form-field {
  padding: 0 11px;
}

#form-fields .form-field:hover,
#form-fields .form-field:focus {
  border-color: #c2c1c1;
}

#form-fields .form-button {
  color: #fff;
  padding: 13px 20px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  outline: none;
  border-radius: 5px;
  border: none;
  background-color: #f80000;
  display: block;
  width: 100%;
  letter-spacing: 0.5px;
  text-shadow: 0 0 7px rgb(234, 2, 2);
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  max-width: 400px;
  margin: 0 auto;
}

#form-fields .form-button:hover {
  background-color: rgb(234, 2, 2);
}

#form-fields .form-footnote {
  font-size: 15px;
  margin-top: 5px;
}

#form-section .ru-prices {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
  font-size: 22px;
  font-weight: 600;
  font-family: sans-serif;
  margin: 15px auto 20px;
}

#form-section .ru-prices-old {
  position: relative;
}

#form-section .ru-prices-old::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 12px;
  left: 0;
  background: #000;
  transform: rotate(10deg);
}

#form-section .ru-prices-old::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 12px;
  left: 0;
  background: #000;
  transform: rotate(-10deg);
}

#form-section .ru-prices-new span {
  color: #f80000;
}

@media (max-width: 700px) {
  #form-section {
    padding: 25px 15px;
  }

  #form-section .form-section-text {
    font-size: 19px;
  }

  #form-fields .form-field {
    font-size: 16px;
  }

  #form-fields .form-button {
    font-size: 20px;
  }
}

[scroll="goScrollToForm"] {
  cursor: pointer;
}

.ring-loading {
  width: 10px;
  height: 10px;
  padding: 15px !important;
  border: 7px dashed #000;
  border-radius: 100%;
  display: none;
  margin: 10px auto !important;
  animation: 1.5s cubic-bezier(.17, .37, .43, .67) .3s infinite loadingD
}

@keyframes loadingD {
  0% {
    transform: rotate(0)
  }

  50% {
    transform: rotate(180deg)
  }

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



#comments {
  margin-top: 120px
}

#comments h2 {
  padding-left: 40px;
  color: #000;
  border-bottom: 0 solid;
  border-color: #000;
  text-transform: uppercase;
  padding-bottom: 10px
}

#comments .coment_ava {
  float: left;
  margin-right: 15px
}

#comments .coment_ava img {
  margin: 0;
  width: 50px;
  height: 50px;
  border-radius: 5px
}
.name {
  font-weight: 700;
}

.pg {
  position: relative;
  padding-left: 65px;
  margin-bottom: 33px;
}

#order_form input {
  padding: 10px;
    display: block;
    margin: 10px auto;
    border: 2px solid grey;
    border-radius: 5px;
    width: 460px;
    max-width: 100%;
}

#order_form button {
  display: block;
    margin: 20px auto;
    padding: 20px;
    font-size: 20px;
    text-decoration: none;
    background-color: #de0606;
    text-align: center;
    color: #fff !important;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    width: 95%;
}

.info img {
  margin-left: 0;
  margin-right: auto;
}