* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

body{
  padding: 0;
  margin: 0;
}

.cr-anchor {
  text-decoration: none;
}

p{
  font-size: 18px;
  font-family: 'Arial', sans-serif;
  line-height: 1.3;
  margin: 0 0 15px;
}

h1{
  font-size: 36px;
  font-weight: bold;
  font-family: 'Arial', sans-serif;
  line-height: 1.3;
  margin: 0 0 15px;
}
h3{
  font-size: 30px;
  font-weight: bold;
  font-family: 'Arial', sans-serif;
  line-height: 1.3;
  margin: 0 0 15px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  border: 0;
  padding: 0;
}

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

.header__container {
  margin: 0 auto;
  background: #fff;
  border-bottom: 1px solid #d1d1d1;
  -webkit-box-shadow: 0 0 6px 1px #d1d1d1;
  box-shadow: 0 0 6px 1px #d1d1d1;
}

.header__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  padding: 10px 15px;
  margin: 0 auto;
}

.header__bar-left,
.header__bar-right,
.header__bar-center {
  width: calc(33.33% - 5px);
}

.header__bar-center{
  text-align: center;
}

.header__bar-left,
.header__bar-right {
  position: relative;
}

.header__bar-right{
  text-align: right;
}

.header__button {
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color: #111;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  display: flex;
  align-items: center;
}

.header__button.header__button--newsletter{
  justify-content: flex-end;
}

.header__button img{
  width: 30px;
  display: inline-block;
  margin-right: 5px;
}

.header__button span{
  padding-top: 5px;
  display: inline-block;
}

.header__logo {
  width: 280px;
  min-width: 280px;
}

.header__nav {
  padding: 0 15px;
  background: #fff;
  max-width: 100%;
  margin: 0 auto;
  width: 1000px;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__nav a{
  display: inline-block;
  padding: 7px 8px;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  transition: .5s all ease;
  text-align: center;
}

.header__nav li:last-child a{
  border: none !important;
}

.header__nav a:hover{
  border-bottom: 2px solid #000;
}

.page-content .container{
  padding: 30px 15px;
  max-width: 100%;
  width: 1000px;
  margin: 0 auto;
}

.photo-block{
  margin: 0 0 15px;
  text-align: center;
}

.photo-block figure{
  font-size: 18px;
  width: 100%;
  text-align: center;
  padding: 10px;
  background: #d1d8e7;
  border-top: 1px dotted black;
  border-right: 1px dotted black;
  border-bottom: 1px dotted black;
  border-left: 5px solid #5171b4;
  margin: 7px 0 0;
}

.footer {
  font-size: 16px;
  padding: 25px 0;
  background: #102734;
}

.footer__wrapper {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1000px;
  width: 100%;
  text-align: center;
}

.footer__property-copyright {
  text-align: center;
  color: #fff;
}

.al-form {
  padding: 25px;
  max-width: 350px;
  width: 100%;
  margin: 10px 0;
  border: 2px dashed #5171b4;
  border-radius: 6px;
}

.wheel_input {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid grey;
  padding: 0 10px;
  height: 45px;
  border-radius: 10px;
  outline: none;
  font-family: Arial, Helvetica, sans-serif;
}

.comment {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #5171b4;
  display: flex;
  align-items: flex-start;
}

.comment__imgs {
  margin-right: 15px;
  flex-shrink: 0;
}

.comment h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
}

.comment p {
  margin: 0 0 7px;
}

.ttl {
  font-size: 30px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #5171b4;
}

.tc {
  text-align: center;
}

.btn {
  display: block;
  width: 100%;
  background: #da0000;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  outline: none;
  font-size: 24px;
  border: none;
  height: 50px;
  line-height: 50px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.comment__img {
  margin-top: 5px;
}

.btn:hover {
  color: #fff;
  text-decoration: none;
}

.btn1 {
  max-width: 330px;
  margin: auto;
}

.block-red {
  background-color: #a8c1f4;
  padding: 7px;
  border-radius: 4px;
  border: 2px dashed #5171b4;
}

main a {
  color: #005cb7;
  text-decoration: none;
}

main a:hover {
  color: #005cb7;
  text-decoration: underline;
}

main ul.color-list {
  margin: 0 0 15px;
  list-style-type: none;
  background: #dbe6ff;
  border: 2px solid #00089e;
  padding: 15px;
}

main ul li {
  padding: 0 0 0 22px;
  margin: 0 0 10px 0;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
}

main ul li:last-child {
  margin-bottom: 0;
}

main ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 6px;
  width: 9px;
  height: 9px;
  border-radius: 10px;
  background: #04af8e;
}

.product-block img{
  max-width: 350px;
  width: 100%;
}

footer,
header,
main {
  display: block;
}

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: 700;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

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

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

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

input {
  line-height: normal;
}

.product-block.photo-block{
  margin: 10px 0;
}

.product-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.prices-block{
  display: flex;
  justify-content: space-around;
  margin-bottom: 15px;
  align-items: baseline;
}

.prices-block > p{
  margin: 0;
  font-size: 30px;
  color: #798c88;
  position: relative;
  text-align: center;
}

.prices-block > p.old-price:before {
  content: '';
  display: block;
  border-top: 2px solid #da0000;
  height: 1px;
  width: 100%;
  position: absolute;
  top: calc(50% + 12px);
  left: 0;
  transform: rotate(-12deg);
}

.prices-block > p.old-price::after {
  content: '';
  display: block;
  border-top: 2px solid #da0000;
  height: 1px;
  width: 100%;
  position: absolute;
  top: calc(50% + 12px);
  left: 0;
  transform: rotate(12deg);
}

.prices-block p.new-price{
  font-weight: bold;
  font-size: 36px;
  color: #da0000;
}

.x_currency{
  display: inline-block;
  margin-left: 5px;
}

span.price-name {
  font-size: 14px;
  text-align: center;
  display: block;
  margin-bottom: 5px;
}

.old-price .price-name{
  margin-bottom: 8px;
}

@media (max-width: 1023px) {
  .header__nav{
    display: none;
  }
  .header__bar-left, .header__bar-right {
    width: calc(25% - 5px);
  }
  .header__bar-center{
    width: calc(50% - 5px);
  }
}

@media (max-width: 1000px) {
  .footer__property-copyright p:last-child{
    display: none;
  }
  .footer__property-copyright p{
    margin-bottom: 0;
  }
  .footer{
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  .header__logo {
    width: 180px;
    min-width: 180px;
  }
  .header__button {
    font-size: 14px
  }
  .header__button img{
    width: 22px;
  }
  .header__button span{
    padding-top: 2px;
  }
  .header__button.header__button--newsletter span{
    padding-top: 0px;
  }
  .page-content .container{
    padding: 15px 15px 30px;
  }
}

@media (max-width: 639px) {
  .product-wrapper{
    flex-wrap: wrap;
  }

  .comment-section{
    margin-top: 20px;
  }

}

@media (max-width: 576px) {
  .comment__imgs {
    width: 60px;
  }

  .comment h3 {
    font-size: 16px;
  }

  main h1 {
    font-size: 24px;
    line-height: 1.2;
  }

  h3{
    font-size: 20px;
  }
  p{
    font-size: 16px;
  }
  .header__button span{
    display: none;
  }
  .header__button.header__button--newsletter span{
    display: inline-block;
  }
  .header__button.header__button--newsletter img{
    display: none;
  }
  .header__bar-left{
    width: 30px;
  }
  .header__bar-center{
    text-align: left;
    padding-top: 5px;
    width: calc(55% - 5px);
  }
  .header__bar-right{
    width: calc(40% - 5px);
    padding-top: 2px;
  }
  h3.tc{
    margin: 15px 0;
  }
  .expert-title{
    text-align: center;
  }
}

@media (max-width: 375px) {
  .header__bar-right{
    display: none;
  }
  .header__bar{
    justify-content: flex-start;
  }
  .header__bar-center{
    width: 100%;
  }
  .al-form{
    padding: 15px;
  }
  .prices-block > p{
    text-align: center;
    font-size: 26px;
  }
  .prices-block p.new-price {
    font-size: 32px;
  }
}