.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1182px;
    padding: 0 15px
}

.container,
.text_form_one {
    position: relative
}

#header {
    background: #4C6454
}

.header_bl,
.sale_one_bl,
.countdown,
.text_timer,
.dash.seconds_dash,
.dash.minutes_dash,
.dash.hours_dash {
    display: flex
}

.header_bl,
.sale_one_bl {
    justify-content: space-between
}

.header_bl,
.sale_one_bl,
.countdown,
.dash.seconds_dash,
.dash.minutes_dash,
.dash.hours_dash {
    align-items: center
}

.header_bl {
    flex-wrap: wrap
}

.logo {
    margin-left: 5px
}

.list li {
    display: inline-block;
    margin-right: 31px
}

.list li,
#form2 input,
#form1 input {
    font-size: 16px
}

.list li,
.text_form_one {
    font-family: "Raleway Semi Bold", sans-serif
}

.list li,
.sneakers_one_text,
.sneakers_two_text h1,
#form2 button,
#form1 button {
    text-transform: uppercase
}

.list li:last-child {
    margin-right: 0
}

.sneakers_two {
    margin-right: 0;
}

.list li:last-child a,
.list li a:hover,
.sneakers_two_text h1,
.countdown {
    color: #d19e66
}

.list li a,
#form2 button,
#form1 button {
    transition: background 0.3s
}

.sale_one_block {
    padding-top: 72px;
    padding-bottom: 78px
}

.sneakers_one {
    min-width: 750px;
    margin-right: 20px
}

.sneakers_one_text {
    margin-bottom: -18px
}

.sneakers_one_text h2 {
    font-size: 38px;
    margin-bottom: 25px;
    color: #000;
    text-align: center;
}

.sneakers_one_text h2,
.sneakers_two_text h1,
#form2 button,
#form1 button {
    font-family: "Raleway Extra Bold", sans-serif
}

.sneakers_two_text {
    margin-bottom: 45px;
    margin-left: 15px;
}

.sneakers_two_text h1 {
    font-size: 65px;
    font-weight: 900
}

.sneakers_two_text h1 span {
    font-size: 68px;
    font-family: "Gotham Pro Bold", sans-serif
}

.text_form_one {
    font-size: 30px;
    padding-bottom: 10px
}

.text_form_one,
.text_form_two {
    text-align: center
}

.text_form_one::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 125px;
    height: 2px;
    width: 61px;
    background: url(img/line.jpg)no-repeat
}

.text_form_two {
    margin-top: 17px;
    font-family: "Roboto Light", sans-serif;
    margin-bottom: -5px
}

.text_form_two,
#form2 button,
#form1 button {
    font-size: 18px
}

.countdown {
    font-size: 60px;
    font-family: "Gotham Pro Regular", sans-serif;
    margin-left: 38px
}

.text_timer {
    font-size: 14px;
    justify-content: space-around;
    color: #ccc;
    margin: 0 33px 16px 37px
}

.text_timer,
#form2 input,
#form1 input {
    font-family: "Raleway", sans-serif
}

h6,
h2,
h3,
h4,
h5,
h1 {
    margin: 0
}

#form2,
#form1 {
    width: 381px;
    background: white;
    margin-top: 16px;
    padding-right: 31px;
    padding-left: 35px;
    padding-top: 28px;
    padding-bottom: 38px;
    border: 1px solid #ededed;
    -webkit-box-shadow: 0 0 43px 6px rgba(28, 28, 28, 0.85);
    -moz-box-shadow: 0 0 43px 6px rgba(28, 28, 28, 0.85);
    box-shadow: 0 0 43px 6px rgba(28, 28, 28, 0.85);
}

#form2 input,
#form1 input,
#form2 button,
#form1 button {
    width: 306px;
    height: 53px;
    border-radius: 5px;
    outline: none
}

#form2 input,
#form1 input {
    border: 1px solid #ccc;
    padding-left: 17px;
    margin-bottom: 18px;
    transition: border 0.3s
}

#form2 input:focus,
#form1 input:focus {
    border: 1px solid #d19e66
}

#form2 button,
#form1 button {
    cursor: pointer;
    background: #d19e66;
}

#form2 button {
    color: #fff;
    border: 0
}

#form1 button {
    color: #fff;
    border: 0
}

#form2 button:hover {
    background: #cbb293
}

#form1 button:hover {
    background: #cbb293
}

.list li a {
    color: #fff;
    padding-bottom: 36px;
    border-bottom: 5px solid transparent
}

.list li a:hover {
    border-bottom: 3px solid #d19e66
}

.form-price-one {
    align-items: flex-end;
    margin-bottom: 14px;
    display: block;
    text-align: center;
}

.form-price-one .price_one {
    margin: 0 auto;
}

.form-price-one .price_one p {
    font-size: 20px;
    color: #999;
    text-decoration: line-through;
}

.icon img {
    border-radius: 30px;
}

.quality p {
    color: #4a4a4a;
  line-height: 1.88;
  letter-spacing: 0.5px;
  padding: 30px 0;
}

footer p {
    padding-bottom: 10px;
}

footer a {
    color: #d19e66;
}

.color-fatin{
    width: 100%;
}

.color-bl{
    display: grid;
    grid-template-columns: repeat( auto-fill, minmax(80px, 1fr) );
    gap: 5px;
}

.color-item{
    text-align: center;
    width: 100px;
}

.color-item img{width: 80px;height: auto;}

.color-item h4{
    color: #d19e66;
    font-size: 15px;
}

.color-item span{
    color: #404040;
    font-size: 14px;
}

.color-footer{
    padding-top: 30px;
    text-align: center;
}

.color-footer a{
    text-decoration: underline;
    color:#404040;

}

.color-footer a:hover{
    text-decoration: none;
}

.dn{
    display: none;
}