
.order-sec {
   width: 100%;
   max-width: 100%;
}

.order-sec .product-guarantees {
    padding: 0 20px;
}

.order-sec .header-main-image {
    margin: 0;
    position: relative;
    overflow-x: hidden;
}

.order-sec .header-main-image .product-image {
    width: 100%;
    position: relative;
    z-index: 2;
}

.order-sec .header-title {
    font-family: "PT Serif", serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #494949;
    padding: 50px 20px 0 20px;
}

.order-sec .product-qualities {
    padding: 0 20px;
}

.order-sec .product-quality {
    font-family: "PT Serif", serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: #494949;
    margin-bottom: 28px;
    padding: 10px 0 10px 55px;
    background-image: url(../img/check.png);
    background-repeat: no-repeat;
    background-position: center left;
}

.order-sec .product-guarantees {
    margin: 15px 0 50px 0;
}

.order-sec .product-guarantee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 30px;
    margin-bottom: 20px;
    padding: 20px 22px;
    -webkit-box-shadow: 10px 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 0 20px rgba(0, 0, 0, 0.1);
}

.order-sec .product-guarantee img {
    width: 40px;
}

.order-sec .product-guarantee-text {
    margin-left: 20px;
    font-family: "PT Serif", serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.04em;
    color: #494949;
}

.order-sec .header-main-form {
    display: block;
    min-width: 320px;
    
    width: 100%;
    background: #fff;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.15);
    padding: 0 21px;
    margin: 0 auto 50px auto;
    position: relative;
    z-index: 15;
}

.order-sec .header-main-form.form-top {
    display: none;
}

.order-sec .header-main-form.form-bottom {
    min-width: 320px;
    margin-right: 0;
}

.order-sec .timer {
    background: -o-linear-gradient(318.14deg, #fa709a 0, #fee140 100%);
    background: linear-gradient(131.86deg, #fa709a 0, #fee140 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 22px 20px 18px 20px;
    color: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin: 0 -21px;
}

.order-sec .timer-text {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 11px;
    text-transform: uppercase;
}

.order-sec .countdown-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.order-sec .timer__wrapp {
    font-family: "Open Sans", sans-serif;
    width: 64px;
    height: 50px;
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.order-sec .timer__item {
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    line-height: 41px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.order-sec .timer__dots {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 0.04em;
    margin: 0 20px;
}

.order-sec .timer__text {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 8px;
    line-height: 11px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.order-sec .form-refund {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    background: rgba(251, 118, 150, 0.17);
    color: #fd624e;
    margin: 0 -21px;
}

.order-sec .form-refund img {
    margin-top: 5px;
    margin-right: 5px;
    max-width: 60px;
    max-height: 60px;
}

.order-sec .prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "PT Serif", serif;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 21px 0;
}

.order-sec .price-digits {
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    letter-spacing: 0.04em;
}

.order-sec .old-price {
    color: #9e9e9e;
    position: relative;
}

.order-sec .old-price::after {
    content: "";
    display: block;
    position: absolute;
    width: 95px;
    height: 1px;
    top: 50%;
    left: -5%;
    background-color: #d2d2d2;
    -webkit-transform: rotate(-38deg);
    -ms-transform: rotate(-38deg);
    transform: rotate(-38deg);
}

.order-sec .new-price {
    color: red;
}

.order-sec .price {
    text-align: center;
}

.order-sec .price-title {
    font-weight: 700;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.order-sec form {
    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;
}

select,
.order-sec form input[type="tel"],
.order-sec form input[type="text"] {
    width: 60%;
    height: 60px;
    margin-bottom: 15px;
    padding: 21px 5px 21px 59px;
    border: 1px solid #d2d2d2;
    border-radius: 30px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.04em;
    color: #717171;
    background-repeat: no-repeat;
    background-position: 22px center;
}

.country_select {
    background-image: url(../img/geo.svg);
    background-size: 15px;
}

.order-sec form input[type="text"] {
    background-image: url(../img/name.svg);
}

.order-sec form input[type="tel"] {
    background-image: url(../img/phone.svg);
}

.order-sec form input[type="tel"]:focus,
.order-sec form input[type="text"]:focus {
    outline: 0;
    color: #717171;
}

.order-sec form input[type="tel"]::-webkit-input-placeholder,
.order-sec form input[type="text"]::-webkit-input-placeholder {
    color: #717171;
}

.order-sec form input[type="tel"]::-moz-placeholder,
.order-sec form input[type="text"]::-moz-placeholder {
    color: #717171;
}

.order-sec form input[type="tel"]:-ms-input-placeholder,
.order-sec form input[type="text"]:-ms-input-placeholder {
    color: #717171;
}

.order-sec form input[type="tel"]::-ms-input-placeholder,
.order-sec form input[type="text"]::-ms-input-placeholder {
    color: #717171;
}

.order-sec form input[type="tel"]::placeholder,
.order-sec form input[type="text"]::placeholder {
    color: #717171;
}

.order-sec form .checkbox-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 0 0;
}

.order-sec form .checkbox-container label {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.02em;
    color: #000;
}

.order-sec form .checkbox-container label a {
    color: #000;
    text-decoration: none;
}

.section-order__checkbox {
    position: absolute;
    top: 452px;
    left: 23px;
    opacity: 0;
    z-index: -1;
}

.section-order__checkbox:checked+.section-order__label::before {
    border: 1px solid #f44545;
    background-color: #f44545;
    content: "\2714";
    color: #fff;
    line-height: 15px;
}

.section-order__label::before {
    content: "";
    margin-right: 18px;
    width: 15px;
    height: 15px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    text-align: center;
    background-color: #fff;
}

.order-sec form .checkbox-group,
.order-sec form .fake-cb,
.order-sec form .real-cb {
    width: 15px;
    height: 15px;
}

.order-sec form .checkbox-group {
    margin-right: 18px;
    position: relative;
}

.order-sec form .fake-cb {
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    position: absolute;
}

.order-sec form .real-cb {
    visibility: hidden;
}

.order-sec form .fc-checked {
    border: 1px solid #f44545;
    background: #f44545;
}

.order-sec form .fc-checked::before {
    content: "\2714";
    color: #fff;
    position: absolute;
    line-height: 15px;
}

.order-sec form .form-order-btn {
    width: 60%;
    height: 60px;
    background: -webkit-gradient( linear, left top, right top, color-stop(1.77%, #ff6363), to(#c92d2d));
    background: -o-linear-gradient(left, #ff6363 1.77%, #c92d2d 100%);
    background: linear-gradient(90deg, #ff6363 1.77%, #c92d2d 100%);
    border-radius: 30px;
    border: none;
    font-family: "PT Serif", serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #fff;
    margin: 24px 0 22px 0;
    cursor: pointer;
}

.order-sec form .form-order-btn:hover {
    background: -webkit-gradient( linear, left bottom, left top, from(#ff6363), to(#ff6363));
    background: -o-linear-gradient(bottom, #ff6363, #ff6363);
    background: linear-gradient(0deg, #ff6363, #ff6363);
}

.order-sec form .form-order-btn:active {
    background: #c92d2d;
}

.order-sec .refund2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #494949;
    background: rgba(255, 200, 176, 0.26);
    margin: 0 -21px;
}

.order-sec .safe-delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 16px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.order-sec .safe-delivery p {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: red;
    margin-left: 13px;
}

.order-sec .free-delivery {
    margin: 0 -21px;
    background: #f8f8f8;
    padding: 20px 20px 13px 20px;
}

.order-sec .free-delivery .free-delivery-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #343434;
    text-align: center;
}

.order-sec .free-delivery .free-delivery-subtitle {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #343434;
    text-align: center;
}

.order-sec .payment-systems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 7px;
}

.order-sec .payment-systems img {
    margin: 0 6px;
    width: 45px;
    height: 30px;
}

.order-sec .security {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 0 20px 0;
}

.order-sec .security img {
    margin: 0 9px;
}
