@font-face {
    font-family: 'OpenSans';
    src: url("../fonts/OpenSansRegular.woff2") format("woff2"), url("../fonts/OpenSansRegular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    src: url("../fonts/OpenSansSemiBold.woff2") format("woff2"), url("../fonts/OpenSansSemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JosefinSans';
    src: url("../fonts/josefinsans.woff2") format("woff2"), url("../fonts/josefinsans.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JosefinSans';
    src: url("../fonts/JosefinSans-SemiBold.woff2") format("woff2"), url("../fonts/JosefinSans-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JosefinSans';
    src: url("../fonts/josefinsansbold.woff2") format("woff2"), url("../fonts/josefinsansbold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Candara';
    src: url("../fonts/Candara.woff2") format("woff2"), url("../fonts/Candara.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html,body {
    background-color: #53a189;
    color: #53a189;
    font-weight: 400;
    font-family: "OpenSans", sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    line-height: normal;
}

a {
    color: #53a189;
    text-decoration: none;
}

ul {
    list-style: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.main {
    width: 100%;
    max-width: 480px;
    background-color: #f6fbfe;
    min-height: 100vh;
    margin: 0 auto;
    position: relative;
}

.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    background-color: #fff;
    position: fixed;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    top: 0;
    left: calc(50% - 240px);
    z-index: 1;
    padding: 0 15px;
    border-bottom: 1px solid #53a189;
}

.top .title {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
}

.top .subtitle {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

.top .order a {
    font-size: 14px;
    font-weight: 700;
    display: block;
}

.hero {
    position: relative;
}

.hero a {
    position: absolute;
    width: 130px;
    text-align: center;
    bottom: 20px;
    left: calc(50% - 65px);
    border: 2px solid #53a189;
    padding: 10px 0;
    background-color: #fff;
    color: #53a189;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.advantages {
    background-color: #f9fafe;
}

.advantages p {
    font-size: 26px;
    text-align: center;
}

.advantages .advantages1 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.advantages .advantages2 {
    font-weight: 700;
    margin-bottom: 50px;
}

.advantages .advantages-list {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
}

.advantages .advantages-list .advantage-item {
    width: 30%;
}

.advantages .advantages-list .advantage-item:nth-child(2) {
    border-left: 2px solid #53a189;
    border-right: 2px solid #53a189;
}

.advantages .advantages-list .advantage-item img {
    margin: 0 auto;
}

.advantages .advantages-bottom {
    background-color: #efefef;
    padding: 20px 10px;
}

.params {
    background: linear-gradient(#efefef, #b2b3b5);
    padding: 20px 15px 15px;
}

.desc-wrp {
    padding: 0 15px;
}

.desc {
    text-align: justify;
    font-size: 16px;
    margin-bottom: 30px;
}

.params .params-wrp {
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    margin-top: 20px;
}

.params .params-wrp .params-title {
    background-color: #53a189;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.params .params-wrp .params-list-wrp {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    columns: 2;
}

.params .params-wrp .params-list-wrp .param-item {
    margin-bottom: 15px;
    font-size: 13px;
}

.params .params-wrp .params-list-wrp .param-item p {
    border-bottom: 1px solid #f7e6d4;
}

.ac {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f9fafe;
    padding-left: 15px;
    padding-right: 15px;
}

.ac .title {
    text-align: center;
    font-size: 30px;
    font-family: "JosefinSans", sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}

.ac .title .c-rouse {
    font-weight: 700;
}

.ac__wrap {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ds {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    background-color: #F54E60;
    border: 4px solid #FFFFFF;
    width: 27rem;
    height: 27rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    margin: 0 auto;
}

.ds__content {
    margin: auto;
    color: #fff;
    text-align: center;
}

.ds__title {
    font-family: "Candara", sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
}

.ds__stitle {
    font-family: "Candara", sans-serif;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
    position: relative;
    padding-left: 1rem;
}

.ds__num {
    font-family: "JosefinSans", sans-serif;
    font-size: 8rem;
    font-weight: 400;
    line-height: 1;
}

.ds__tr {
    position: absolute;
    font-size: 6rem;
    top: 1rem;
    margin-left: -1.6rem;
    font-family: "JosefinSans", sans-serif;
}

.ds__tx {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1rem;
}

.cnt {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 20px;
}

.cnt__title {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 20px;
}

.counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.counter__item {
    margin: 0 1rem;
    min-width: 5rem;
}

.counter__num {
    color: #F54E60;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
    font-family: "JosefinSans", sans-serif;
    display: block;
}

#products {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#products .product {
    width: calc(49.6% - 2px);
    margin-bottom: 3px;
    border: 1px solid #53a189;
}

#products .product .product-title {
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

#products .product .prices {
    display: flex;
    justify-content: space-around;
    margin: 10px 0 20px 0;
}

#products .product .prices > div {
    font-size: 20px;
}

#products .product .prices .old-price {
    color: #9F9F9F;
    text-decoration: line-through;
}

#products .product .prices .new-price {
    color: #F54E60;
    font-weight: 700;
}

#products .product-order {
    display: flex;
    width: 80%;
    margin: 0 auto 10px;
    color: #fff;
    background-color: #53a189;
    transition: 0.3s;
    justify-content: center;
    font-size: 20px;
    padding: 10px 0;
}

.oid-wrp {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

.video video {
    display: block;
    margin: 50px auto;
}

.oid-wrp .oid {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #53a189;
    color: #fff;
    padding: 5px 0;
}

.ac2 {
    padding: 0 !important;
    margin-top: 50px;
}

.ac2 .cnt {
    display: flex;
    justify-content: space-between;
    background-color: #53a189;
    color: #fff;
}

.ac2 .cnt h3 {
    width: 30%;
    font-size: 18px;
    padding: 0 5px;
}

.ac2 .cnt h3 strong {
    font-size: 20px;
    color: #000;
}

.ac2 .cnt .counter__num {
    font-size: 30px;
}

#form {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 20px 15px;
    width: 100%;
    max-width: 450px;
}

#form .form-title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#form input {
    display: block;
    width: calc(100% - 15px);
    margin-bottom: 30px;
    padding: 10px 5px;
    background-color: #fff;
    color: #53a189;
    border: 2px solid #53a189;
    outline: none;
}

#form button {
    display: flex;
    width: 100%;
    max-width: 450px;
    margin: 0 auto 10px;
    color: #fff;
    background-color: #53a189;
    transition: 0.3s;
    justify-content: center;
    font-size: 30px;
    padding: 10px 0;
    text-transform: uppercase;
    border: none;
    outline: none;
}

.footer {
    position: static;
    background-color: #53a189;
    color: #fff;
    border: 1px solid #fff;
    margin-bottom: 50px;
}

.footer .order a {
    color: #fff;
}

.thanks .desc-wrp {
    padding-top: 200px;
}

.thanks .desc-wrp .desc {
    text-align: center;
}