 

* {
    margin: 0;
    padding: 0;
    outline-style: none;
    font-family: Roboto, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.wrapper {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto
}

header {
    background: #382e31;
    font-size: 14px;
    overflow: hidden;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0
}

header .wrapper {
    display: flex
}

header a {
    text-decoration: none;
    color: #FFF;
    display: block;
    padding: 25px 20px
}

header a:hover {
    background: #f27967
}

header ul {
    list-style: none;
    display: flex;
    width: 84%;
    height: 60px;
    align-items: center
}

header ul li:nth-of-type(1) {
    font-size: 25px
}

header ul li:nth-of-type(3) {
    background: #4c3e42
}

header .search {
    display: flex;
    flex-direction: row;
    height: 60px;
    align-items: center
}

.main {
    margin-top: 90px
}

.main .date {
    margin-bottom: 20px
}

.main ol,
.main p,
.main ul {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 23px
}

.main ol,
.main ul {
    padding-left: 40px
}

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

.main .quote {
    text-align: center;
    font-size: 14px;
    margin-bottom: 23px
}

.main .tftable {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 23px
}

.main .tftable td {
    padding: 10px
}

.main .btn {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    background: #f27967;
    color: #FFF;
    display: block;
    max-width: 320px;
    width: 100%;
    padding: 15px 0;
    margin: 0 auto 23px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border:0;
    outline:none;
    transition: .3s;
    cursor: pointer;
}
.main .btn:hover{
     background: #e13318;
}
.main .comments .comment {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 20px 0
}

.main .comments .comment .avatar {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    margin-right: 15px
}

.main .comments .comment .comment__post {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 80px)
}

.main .comments .comment .comment__post .user_name {
    font-weight: 700;
    margin-bottom: 10px
}

@media all and (max-width:1023px) {
    .wrapper {
        padding: 0 10px
    }

    header .search {
        display: none
    }
}

@media all and (max-width:599px) {
    header ul {
        width: 100%
    }

    header ul li {
        display: none
    }

    header ul li:nth-of-type(1) {
        display: block;
        margin: 0 auto
    }
}
 .form-block{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px auto;
  max-width: 600px;
}
 
.form-block
input,.form-block select{
height: 45px;
margin-bottom: 15px;
padding: 0 15px;
box-sizing: border-box;
width: 100%;
min-width: 300px;
display: block;
font-family: inherit;
border:1px solid #ccc;font-size: 14px;
}
.form-block img{
  max-height: 400px;
  display: block;
  margin: auto;
}
.form__title{
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}input::-ms-clear {
   display: none;
}
select::-ms-expand {
  display: none;
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
      -ms-appearance: none;
          appearance: none!important;
background-image: url(../img/sel.png);
  background-repeat:no-repeat;
  background-position: 96% 50%;
}
.price{
  margin: 20px 0;
  text-align: center;
}
.price__old{
  text-decoration: line-through;
}
.price__new{
  font-weight: 700;
  color:red
}
.form__btn{
width: 100%;
    cursor: pointer;
    text-align: center;
    padding: 20px 30px;
    color: #fff;
    font-weight: 700;
    background: #5d097f;
    font-size: 21px;
    border:0;
}
form{
  max-width: 300px;
  margin: auto;
}
@media(max-width:767px){
  .form-block{
    display: block;
  }
  .form-block__left,.form-block__right{
    width: 100%;
  }.form-block__left{
    margin-bottom: 30px;
  }
}
@media(max-width:991px){
    .comment:nth-child(-n+10){
        display: none;
    }
}