body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, button, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

fieldset, img {
    border: 0;
}

img, object, embed {
    vertical-align: bottom;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

a * {
    cursor: pointer;
}

input,
textarea {
    outline: none;
}

a {
    text-decoration: none;
}

input {
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}

* {
    outline: none;
}

* {
    box-sizing: border-box;
}

*:before, *:after {
    box-sizing: border-box;
}

i {
    backface-visibility: hidden;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body,
html {
    height: 100%;
}

body {
    background: #f2f2f2;
    font: 400 14px/1.2 'Poppins', sans-serif;
}

.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

header {
    flex: 0 0 auto;
}

main {
    flex: 1 0 auto;
}

footer {
    flex: 0 0 auto;
}

.header-top {
    text-align: center;
    background: #181B21;
}

.header-top .text {
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    padding: 15px 0;
}

@media (max-width: 480px) {
    .header-top .text {
        font-size: 15px;
    }
}

.header-top .text a {
    color: #01B3BE;
}

.header-bottom {
    background: #ffffff;
}

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

.header {
    margin-bottom: 30px;
}

.header-bottom {
    display: flex;
    justify-content: center;
}

.header-bottom .logo {
    max-width: 50%;
    width: 100%;
}

.logo.top{
    margin-top:15px;
    margin-bottom:18px;
}

@media (max-width: 425px) {
    .header-bottom .logo {
        max-width: 100%;
        width: 100%;
    }
    .logo.top{
        margin-top:18px;
        margin-bottom:20px;
    }
    .logo{
        width:80% !important;
    }
}

.header-bottom .logo a {
    display: block;
}

.logo a img {
    width: 100%;
}

.banner-holder {
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .banner-holder {
        margin-bottom: 30px;
    }
}

.banner-inner {
    border: 4px dashed #01B3BE;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 43px 50px 24px 50px;
}

@media (max-width: 1024px) {
    .banner-inner {
        padding: 18px 45px 14px 45px;
    }
}

.banner-inner .title {
    font-weight: 800;
    font-size: 50px;
    line-height: 20px;
    text-transform: uppercase;
    color: #01B3BE;
    margin-bottom: 31px;
    position: relative;
    text-align: center;
    display: block;
}

@media (max-width: 1184px) {
    .banner-inner .title {
        line-height: 45px;
        font-size: 42px;
        margin-bottom: 8px;
    }
}

@media (max-width: 1024px) {
    .banner-inner .title {
        font-size: 26px;
        line-height: 24px;
    }
}
@media (max-width: 375px) {
    .banner-inner {
        padding: 18px 30px 14px 30px;
    }
    .banner-inner .title {
        font-size: 20px;
    }
}

.banner-inner .title:before {
    content: '';
    background: url("../images/double-chevron-right.svg");
    background-size: cover;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    top: 50%;
    transform: translate3d(-50px, -20px, 0);
}

.banner-inner .title:after {
    content: '';
    background: url("../images/double-chevron-left.svg");
    background-size: cover;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 50%;
    transform: translate3d(50px, -20px, 0);
}

@media (max-width: 1024px) {
    .banner-inner .title:before {
        width: 30px;
        height: 30px;
        transform: translate3d(-40px, -16px, 0);
    }
    .banner-inner .title:after {
        width: 30px;
        height: 30px;
        transform: translate3d(40px, -16px, 0);
    }
}

@media (max-width: 375px) {
    .banner-inner .title:before {
        width: 25px;
        height: 25px;
        transform: translate3d(-20px, -16px, 0);
    }
    .banner-inner .title:after {
        width: 25px;
        height: 25px;
        transform: translate3d(20px, -16px, 0);
    }
}

.banner-inner .sub-title {
    text-align: center;
    color: #555555;
    font-weight: 600;
    font-size: 18px;
}

@media (max-width: 1024px) {
    .banner-inner .sub-title {
        font-size: 14px;
    }
}

.banner-inner .sub-title .red {
    color: #E72948;
}

.banner-inner .sub-title .red.second {

}

.banner-inner .sub-title .bold {
    font-weight: 700;
    color: #000000;
}


.heading {
    margin-bottom: 26px;
}

.heading .title {
    font-weight: 700;
    font-size: 26px;
    color: #000000;
}

@media (max-width: 460px) {
    .heading .title {
        font-size: 20px;
    }
}

@media (max-width: 375px) {
    .heading .title {
        font-size: 18px;
    }
}

.thumb-wrapper {
    margin-bottom: 50px;
}

@media (max-width: 1024px) {
    .thumb-wrapper {
        margin-bottom: 10px;
    }
}

.thumb-holder {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.thumb {
    width: 33.33%;
    padding: 0 6px;
    margin-bottom: 12px;
}

.thumb a {
    display: block;
}

@media (min-width: 1025px) {
    .thumb a:hover .thumb-bottom .title-wrap .title {
        color: #E72948;
    }
}

@media (max-width: 767px) {
    .thumb {
        width: 50%;
    }
}

@media (max-width: 460px) {
    .thumb {
        width: 100%;
    }
}

.thumb .img {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 53%;
    background: #e8e8e8;
}

.tip {
    position: absolute;
    top: 0;
    left: 0;
    background: #01B3BE;
    display: flex;
    flex-direction: column;
    padding: 8px 10px;
    border-radius: 20px 0 20px 0;
    z-index: 2;
}

.tip.second {
    content: '';
    position: absolute;
    width: 100px;
    height: 85px;
    background: #E72948;
    border-radius: 20px;
    z-index: 1;
    top: 5px;
    left: 12px;
}

.tip .text {
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
}

.tip .tip-price {
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
}

.thumb .img img {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.thumb-bottom {
    background: #ffffff;
    padding: 15px;
    border-radius: 0 0 20px 20px;
}

.thumb-bottom .title-wrap {
    display: flex;
    align-items: center;
}

.thumb-bottom .title-wrap .title {
    font-weight: 700;
    font-size: 22px;
    color: #000000;
    flex-grow: 1;
    flex-shrink: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s;
}

.thumb-bottom .title-wrap.second {
    margin-bottom: 15px;
}

.thumb-bottom .title-wrap.second .title {
    font-weight: 500;
    font-size: 12px;
    color: #E72948;
}

.thumb-bottom .title-wrap .price {
    font-weight: 700;
    font-size: 30px;
    color: #01B3BE;
}

.thumb-bottom .title-wrap.second .price {
    font-weight: 500;
    font-size: 12px;
    text-decoration-line: line-through;
    color: #555555;
}

.btn {
    background: #01B3BE;
    width: 100%;
    border-radius: 20px;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    padding: 15px;
    transition: background-color .3s;
}

@media (min-width: 1025px) {
    .btn:hover {
        background: #E72948;
    }
}

.description {
    margin-bottom: 42px;
}

.description .text {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    margin-bottom: 30px;
}

.description .text:last-child {
    margin-bottom: 0;
}

.footer {
    background: #ffffff;
}

.footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
}

.footer-inner .logo {
    max-width: 267px;
    width: 100%;
}

.footer-inner .logo a {
    display: block;
}

.footer-inner .logo img {
    width: 100%;
}

.footer-inner .text {
    font-weight: 400;
    font-size: 14px;
    color: #555555;
}

.top-line{
    max-width: 1260px;
    width:100%;
    border-top:3px solid #01B3BE!important;
    position:absolute;
}