* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
    overflow-x: hidden;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button,
input,
textarea {
    outline: 0;
}
button {
    border: 0;
    outline: 0;
}
[type="number"] {
    -moz-appearance: textfield;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
body,
.body {
    font-family: "TTNorms-Regular", "Work Sans", sans-serif;
    cursor: default;
}
.container {
    width: 1420px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
.container .container {
    max-width: 100% !important;
}
.container_m-b-60 {
    margin-bottom: 60px;
}
.container_m-t {
    margin-top: 35px;
}
.container_m-b {
    margin-bottom: 60px;
}
.container_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.container_flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.container_full {
    width: 100%;
}
.container_full.cream-back .container::before {
    display: none;
}
.container_relative {
    position: relative;
}
.container_a-i-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.container_flex-s-b {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1500px) {
    .container {
        width: 1200px;
    }
}
@media (max-width: 1220px) {
    .container {
        width: 991px;
    }
}
@media (max-width: 1000px) {
    .container {
        width: 769px;
    }
}
@media (max-width: 770px) {
    .container {
        width: 610px;
    }
}
@media (max-width: 620px) {
    .container {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}
.cream-back {
    background: #fef1e7;
}
.hidden {
    display: none;
}
a,
a:hover {
    text-decoration: none;
    color: #b25d5d;
}
.table {
    width: 100%;
    font-size: 16px;
}
.table_equal-td {
    table-layout: fixed;
}
.tr {
    border-bottom: 1px solid #dedede;
}
.td {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 420px) {
    .g-recaptcha {
        -webkit-transform: scale(0.8) translateX(-30px);
        -ms-transform: scale(0.8) translateX(-30px);
        transform: scale(0.8) translateX(-30px);
    }
}

.to-top-btn {
    position: fixed;
    right: 62px;
    width: 40px;
    height: 40px;
    background-color: #fbdace;
    background-image: url(../img/icons/arrow-right-red.svg);
    background-position: center;
    background-size: 60%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-repeat: no-repeat;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
    visibility: hidden;
    bottom: -100px;
    z-index: 5;
}
.to-top-btn:hover {
    background-color: #fef1e7;
}
.to-top-btn.active {
    bottom: 140px;
    opacity: 1;
    visibility: visible;
}
@media (max-width: 1220px) {
    .to-top-btn {
        right: 60px;
    }
}
@media (max-width: 767px) {
    .to-top-btn {
        right: 23px;
    }
    .to-top-btn.active {
        bottom: 90px;
    }
}
.close-btn {
    width: 20px;
    height: 20px;
    background: url(../img/icons/close.svg) center/100% no-repeat;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.close-btn:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.btn {
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    border: 0;
    background: 0 0;
    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;
    line-height: 1.2;
}
.btn.desctop-hidden {
    display: none;
}
.btn_padding {
    padding: 15px 20px;
}
.btn_small {
    padding: 10px 0;
    font-size: 14px;
}
.btn_cream {
    background: #fef1e7;
    color: #b25d5d;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.btn_cream:hover {
    color: #444;
    background: #fedfc9;
}
.btn_dark-cream {
    background: #fedfc9;
    color: #b25d5d;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.btn_dark-cream:hover {
    background: #fec59c;
}
.btn_pink {
    background: #f28c97;
    color: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.btn_pink:hover {
    background: #fbb13c;
}
.btn.btn_pink:hover {
    color: #fff;
}
.btn_hover-yellow:hover {
    color: #fff;
    background: #fbb13c;
}
.btn_transparent {
    border: 1px solid #dedede;
    color: #b25d5d;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.btn_transparent:hover {
    background-color: #fedfc9;
    border: 1px solid #fedfc9;
}
.basket-btn-checkout {
    font-family: TTNorms-Regular, "Work Sans", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    font-size: 16px;
}
.btn_170 {
    width: 170px;
}
.btn_290 {
    width: 290px;
}
.btn.btn_first-click {
    height: 30px;
    width: 120px;
    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;
}
.btn_inline {
    display: inline;
}
.large-button {
    font-size: 20px;
    padding: 15px 30px;
}