* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html,
body {
    width: 100%;
    min-width: 100%;
}

body {
    background-color: #f5eded;
    color: #222;
    font: 16px/22px 'Roboto-Regular', arial, sans-serif;
    overflow-x: hidden;
}

a {
    color: #28ad3b;
}

a img {
    border: none;
}

.bold,
b {
    font-family: 'Roboto-Bold', arial, sans-serif;
}

p {
    padding: 4px 0 20px 0;
    text-align: justify;
    font: 16px/22px 'Roboto-Regular', arial, sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

input[type="text"]::-webkit-input-placeholder {
    color: #000;
}

input[type="text"]::-moz-placeholder {
    color: #000;
}

input[type="text"]:-moz-placeholder {
    color: #000;
}

h1 {
    clear: both;
    color: #28ad3b;
    font: 41px/48px 'AA-BebasNeue', Impact, sans-serif;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    display: block;
    line-height: 1.2;
}

h2 {
    color: #28ad3b;
    font: 26px/36px 'Roboto-Bold', sans-serif;
    text-transform: uppercase;
    margin: 1px 0 10px 0;
}

h3 {
    color: #28ad3b;
    font: 18px/26px 'Roboto-Regular', sans-serif;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-top: 10px;
}

.m-show {
    display: none;
}

#main-span {
    font: 22px/36px 'Roboto', sans-serif;
    text-transform: none;
    color: #000;
    display: block;
    margin-top: -3px;
    letter-spacing: normal;
}

.green-text {
    color: #28ad3b;
}

.oblique-text {
    font-style: italic;
}

.left-img {
    margin: 9px 20px 0 0;
}

.right-img {
    margin: 0 0 10px 10px;
    max-width: 60%;
}

.center-img {
    margin: 5px auto 10px auto;
    display: block;
    max-width: 100%;
}

.clear {
    clear: both;
    width: 100%;
    height: 1px;
}

.float-block {
    float: left;
    width: 67%;
    font-size: 18px;
}

.float-block p {
    text-align: left;
    padding: 5px;
}

#header {
    position: relative;
    width: 100%;
    padding: 15px 0;
}

#logo {
    position: absolute;
    left: 44px;
    top: 21px;
    font-family: 'Dancing Script', cursive;
    font-size: 27px;
    color: #28ad3b;
}

#nav {
    list-style-type: none;
    width: 100%;
    margin: 0 0 0 290px;
}

#nav li {
    float: left;
    text-align: center;
    margin-right: 32px;
    padding-top: 22px;
    font: 17px/22px 'Roboto-Bold', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

#content {
    position: relative;
    width: 800px;
    max-width: 90%;
    box-shadow: 0 5px 20px #cecece;
    border-top: 2px solid #28ad3b;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 15px 20px 15px;
}

#main {}

.button {
    text-transform: uppercase;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font: 30px/34px 'AA-BebasNeue', Impact, arial, sans-serif;
    background: #d62a2a;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    padding: 16px 5px;
    min-height: 64px;
    display: block;
    margin: 25px auto 25px auto;
    color: #fff;
    text-align: center;
    max-width: 100%;
    width: 500px;
    text-decoration: none;
    box-shadow: 2px 2px 5px #888;
    -webkit-box-shadow: 2px 2px 5px #888;
    -moz-box-shadow: 2px 2px 5px;
}

.button:hover {
    text-decoration: none !important;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.button__span {
    color: #fff;
    padding: 1px 11px 0 12px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-left: 5px;
}

#sidebar {
    width: 26.3%;
    position: absolute;
    right: 23px;
    top: 19px;
    background-color: #e6e7e8;
    padding: 22px 5px 16px 5px;
}

.sidebar img {
    width: 197px;
    height: 197px;
    margin: 0 15px 15px 0;
    background-color: #d8d6d0;
    float: left;
}

#sidebar a {
    font-style: normal;
    text-decoration: none;
    font-size: 17px;
    color: #5b5b5b;
    text-align: center;
    line-height: 120%;
    display: block;
    margin-bottom: 25px;
}

#sidebar a img {
    width: 100%;
}

#sidebar .button {
    color: #fff;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 48px;
    margin-top: -25px;
    height: 64px;
    padding-top: 11px;
}

#comment-title {
    color: #000;
    text-align: left;
    margin: 80px 0 0 0;
    width: 100%;
    text-transform: uppercase;
    border-bottom: 1px solid #c4c4c4;
    font: 18px/37px 'Roboto-Bold', arial, sans-serif;
}

.comment {
    padding: 15px 0 20px 75px;
    position: relative;
    border-bottom: 1px solid #c4c4c4;
    font-size: 100%;
}

.ava {
    position: absolute;
    left: 10px;
    width: 50px;
    height: 50px;
    top: 21px;
}

.comment p {
    font-weight: normal;
    font-size: 16px;
}

.comment .center-img {
    margin-top: 10px;
}

.rdate {
    text-align: left;
    font-size: 14px;
    color: #c7adad;
    float: left;
    width: 100%;
}

.comment__name {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.comment__name a {
    text-decoration: none;
    color: inherit;
}

.comment--0 {
    padding-left: 105px;
}

.comment--0 .ava {
    left: 40px;
}

@media screen and (max-width:1110px) {
    h1 {}

    #main-span {}
}

@media screen and (max-width:900px) {
    .rdate {
        width: 100%;
    }

    .comment__name {
        width: 100%;
    }

    .button__span {
        display: none;
    }
}

@media screen and (max-width:820px) {

    #nav,
    #sidebar {
        display: none;
    }

    #main {
        width: 100%;
        border: none;
        padding-right: 0;
    }

    h1 {
        margin-right: 0;
    }

    .left-img {
        max-width: 36%;
        margin-right: 12px;
    }

    #header {
        background-position: left 67px;
    }

    h1 {
        font-size: 35px;
    }
}

@media screen and (max-width:620px) {
    .m-hide {
        display: none;
    }

    #content,
    #header {
        max-width: 100%;
        width: 100%
    }

    .comment--0 {
        padding-left: 75px;
    }

    .oblique-text {
        text-align: left;
    }

    .comment--0 .ava {
        left: 10px;
    }

    #logo {
        position: absolute;
        left: 5%;
        top: 263px;
    }

    h2 {
        font-size: 22px;
        line-height: 28px;
    }

    p {
        padding-bottom: 10px;
    }

    .m-show {
        display: block !important;
    }

    h3 {
        font-size: 15px;
        line-height: 22px;
        padding-bottom: 10px;
    }

    h1 {
        font-size: 30px;
    }

    #main-span {
        font-size: 17px;
    }
}

.privacy__block {
    text-align: center;
}

.privacy__block a {
    color: #d62a2a;
}

.author {
    display: flex;
    padding: 15px;

    background-color: #eee;
}

.spec__img {
    margin-right: 15px;
}

.img__author {
    width: 250px;
    height: 250px;
    margin-right: 15px;
}

@media (max-width: 480px) {
    .author {
        display: block;
    }

    .img__author {
        max-width: 100%;
        margin-right: 0;
        height: auto;
    }
}

.prod__img {
    margin-top: 30px;
    margin-bottom: 25px;
    text-align: center;
}

.form {
    margin-bottom: 40px;
    position: relative;
    z-index: 100;
    width: 430px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    color: #000;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1px #d8d8d8, 0 0 0 15px #fff;
    box-shadow: 0 0 0 1px #d8d8d8, 0 0 0 15px #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

.input {
    color: #404040;
    font-size: 1rem;
    font: 400 16px/1.5 'PT Sans', sans-serif;
}

.form__title {
    font-size: 22px;
    line-height: 26px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0 10px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #9e0e00;
}

.timer__red {
    color: #ff0000;
}

.form__text {
    color: #333;
    font-size: 20px;
    line-height: 160%;
    line-height: 19px;
    text-align: center;
    margin: 5px 0 25px 0;
}

.timer {
    margin-bottom: 65px;
    margin-top: 15px;

    position: relative;
}

/* .timer__text__one {
    position: absolute;
    left: 21px;
    top: 43px;
    z-index: 1;
}

.timer__text__two {
    position: absolute;
    left: 110px;
    top: 43px;
    z-index: 1;
}

.timer__text__tre {
    position: absolute;
    left: 207px;
    top: 43px;
    z-index: 1;
} */

.hour, .minute, .second {
    border: 2px dotted #ebd50c;
    border-radius: 50%;
    padding: 9px 3px 9px 9px;
    margin: 0 10px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 900;
    color: #1b478a!important;
}

.second {
    padding: 10px 12px 10px 12px;
}

.tochka {
    color: #1b478a;
    font-size: 25px;
    line-height: 0;
    font-weight: 900;
}

.timer__text {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    margin-left: 22px;
}

.timer__text p {
    font-size: 16px !important;
    line-height: 15px !important;
    color: #000 !important;
    margin-top: 15px;
    font-weight: bold;
    color: #1b478a !important;
}

.form-wrapper {
    background-color: #eaeeff;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.prices p:first-child {
    font-size: 20px !important;
    text-align: center;
    font-weight: 600;
    color: gray !important;
}

.newprice {
    color: red;
}

.prices p:last-child {
    font-size: 20px;
    font-weight: 600;
}

.form__input-container {
    position: relative;
}

.form__input-container::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: 20px;
    left: 20px;
    background-image: url(../img/name.png);
}

input::placeholder {
    color: #000;
}

.form__input {
    width: 240px;
    font-size: 19px;
    line-height: 22px;
    color: #000;
    height: auto;
    text-align: center;
    border: none;
    padding: 20px;
    border: 1px solid grey;
    margin-bottom: 10px;
    background-color: #fff;
}

.form__input-container--tel::before {
    background-image: url(../img/phone.png);
}

.form__btn {
    font-size: 23px;
    line-height: 26px;
    font-weight: 990;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #00a31e;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00d228), to(#00ab20));
    background-image: linear-gradient(180deg, #00d228 0%, #00ab20 100%);
    -webkit-box-shadow: 0 5px 0 -2px #007906;
    box-shadow: 0 5px 0 -2px #007906;
    cursor: pointer;
    margin-top: 10px;
}

@media (max-width: 480px) {
    .form {
        width: 100%;
    }

    .prices p:first-child {
        font-size: 17px !important;
    }

}

.comment__img {
    max-width: 350px;
}

@media (max-width: 480px) {
    .comment__img {
        max-width: 190px;
    }
}