@font-face {
    font-family: 'Circe';
    src: url(../fonts/circe/Circe-Regular.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Circe';
    src: url(../fonts/circe/Circe-Bold.woff2);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Circe';
    src: url(../fonts/circe/Circe-ExtraBold.woff2);
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: 'Circe',sans-serif;
    font-weight: 400;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
    text-decoration: none;
    color: #000;
}
.phones {
    display: flex;
    justify-content: center;
    font-size: 1.491vw;
    font-weight: 700;
    gap: 4.27vw;
    padding: 2.512vw 0 1.381vw;
    background-color: #fff;
    color: #421017;
}
.banner-content {
    position: absolute;
    width: 100%;
    text-align: center;
    padding-top: 3.2%;
}
.banner-content h1 {
    font-size: 2.801vw;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 1);
    text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px;
    margin-top: 2.5%;
}
.main {
    background-image: url(../img/bg.svg);
    background-position: center;
    margin-top: -5%;
    height: 6000px;
}
img {
    max-width: 100%;
}
a.logo img {
    width: 9.143vw;
}
.main {
    position: relative;
}
.main-flowers {
    position: absolute;
}
.main-flowers {
    position: absolute;
    top: -7vw;
}
.content {
    background-color: #fff;
    min-height: 1000px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    top: 0.942vw;
    padding: 130px 1.491vw 47px;
    background-image: url(../img/gradient1.png);
    background-repeat: repeat-x;
    background-size: 34px;
    border-radius: 0 45px;
}
.content::after {
    content:'';
    display: block;
    width: 110px;
    height: 130px;
    background-image: url('../img/paper-bottom.svg');
}
* {
    box-sizing: border-box;
}
.cont1-img {
    display: block;
    margin: 0 auto 93px;
}
h2 {
    font-size: 38px;
    line-height: 51px;
    font-weight: 700;
    color: #231F20;
    text-align: center;
}
.s-title {
    font-size: 38px;
    line-height: 56px;
    color: #231F20;
    text-align: center;
    font-weight: 400;
}
.section2 {
    padding-top: 70px;
}
.s-title2 {
    font-size: 38px;
    line-height: 56px;
    color: #231F20;
    text-align: center;
    font-weight: 700;
}
img.cont2-img {
    margin-top: 55px;
}
.btn {
    font-size: 31.5px;
    line-height: 37px;
    background: rgb(202, 34, 32);
    background: linear-gradient(180deg, rgba(202, 34, 32, 1) 0%, rgba(142, 0, 18, 1) 100%);
    color: #fff;
    font-weight: 700;
    font-family: 'PT Sans';
    padding: 10px 43px 15px;
    border-radius: 50px;
}
.btn-wrap {
    text-align: center;
}
a.btn {
    display: flex;
    gap: 20px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    position: relative;
    
}
a.btn img {
    position: relative;
    top: 3px;
    left: 1px;
}
a.btn::before {
    content: '';
    display: block;
    width: calc(100% - 27px);
    margin: 0 auto;
    position: absolute;
    background-image: url(../img/btn-bg.png);
}
.text {
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    margin-top: 57px;
    padding: 0 58px;
}
strong {
    font-weight: 700;
}

.red-title {
    font-size: 60px;
    line-height: 68px;
    text-align: center;
    font-weight: 700;
    color: #D02222;
    margin-top: 85px;
    padding: 0 44px;
    background: #D02222;
    background: linear-gradient(to bottom right, #D02222 0%, #820210 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cont3-img {
    margin: 0 auto;
    display: block;
}

.cont3-img {
    margin: 70px auto 105px;
    display: block;
    padding-left: 90px;
}
.mt-85 {
    margin-top: 85px;
}
.cont4-img {
    display: block;
    margin: 70px auto 0;
}
img.cont5-img {
    display: block;
    margin: 59px auto 40px;
}
.footer-details {
    display: flex;
    font-size: 60px;
    line-height: 88px;
    justify-content: space-between;
    font-weight: 700;
}

.footer-details a {
    color: #E02020;
}
.content::after {
    content: '';
    display: block;
    width: 110px;
    height: 130px;
    background-image: url(../img/paper-bottom.svg);
    position: absolute;
    bottom: 0px;
    right: -110px;
}
.content::before {
    content: '';
    display: block;
    width: 110px;
    height: 130px;
    background-image: url(../img/paper-top.svg);
    position: absolute;
    top: 0px;
    left: -110px;
    z-index: 2;
}
.section2::after {
    content: '';
    display: block;
    width: 58px;
    height: 58px;
    position: absolute;
    top: 0;
    left: -58px;
    background-image: url(../img/gradient1.png);
    background-repeat: repeat-x;
    background-size: 34px;
    background-color: #fff;
}
.footer-flowers {
    position: absolute;
    bottom: 0;
    width: 100vw;
}
.text1 {
    display: none;
}
.text2 {
    display: none;
}
.agrements ul {
    display: flex;
    justify-content: center;
    gap: 31px;
    text-decoration: underline;
}
.agrements {
    font-size: 24px;
    flex-direction: column;
    margin-bottom: 20px;
}
@media screen and (max-width: 1300px) and (min-width:768px) {
    .content {
        background-color: #fff;
        min-height: 1000px;
        max-width: 700px;
        margin: 0 auto;
        position: relative;
        top: 0.942vw;
        padding: 130px 1.491vw 47px;
        background-image: url(../img/gradient1.png);
        background-repeat: repeat-x;
        background-size: 34px;
        border-radius: 0 45px;
    }
    .main {
        height: auto!important;
        padding-bottom: 100px;
    }
    .footer-details {
        font-size: 43px;
        line-height: 38px;
        justify-content: space-between;
        font-weight: 700;
    }
}
@media screen and (max-width: 767px){
    main {
        height: auto!important;
    }
    .content {
        background-color: #fff;
        min-height: 1000px;
        max-width: calc(100% - 70px);
        margin: 0 auto;
        position: relative;
        top: 0.942vw;
        padding: 50px 4.491vw 17px;
        background-image: url(../img/gradient1.png);
        background-repeat: repeat-x;
        background-size: 34px;
        border-radius: 0 25px;
    }
    .content::before {
        content: '';
        display: block;
        width: 30px;
        height: 40px;
        background-image: url(../img/paper-top.svg);
        position: absolute;
        top: 0px;
        left: -30px;
        z-index: 2;
        background-size: contain;
    }
    .section2::after {
        content: '';
        display: block;
        width: 18px;
        height: 18px;
        position: absolute;
        top: 0;
        left: -18px;
        background-image: url(../img/gradient1.png);
        background-repeat: repeat-x;
        background-size: 34px;
        background-color: #fff;
    }
    .content::after {
        content: '';
        display: block;
        width: 30px;
        height: 35px;
        background-image: url(../img/paper-bottom.svg);
        position: absolute;
        bottom: 0px;
        right: -30px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .cont1-img {
        display: block;
        margin: 0 auto 40px;
    }
    h2 {
        font-size: 18px;
        line-height: 26px;
        font-weight: 700;
        color: #231F20;
        text-align: center;
    }
    .section2 {
        padding-top: 50px;
    }

    .s-title {
        font-size: 24px;
        line-height: 56px;
        color: #231F20;
        text-align: center;
        font-weight: 400;
    }
    .s-title2 {
        font-size: 24px;
        line-height: 28px;
        color: #231F20;
        text-align: center;
        font-weight: 700;
    }
    img.cont2-img {
        margin-top: 45px;
    }
    .btn {
        font-size: 24px;
        
    }
    h2 br {
        display: none;
    }
    .text {
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        margin-top: 57px;
        padding: 0;
    }
    .red-title {
        font-size: 30px;
        line-height: 38px;
        text-align: center;
        font-weight: 700;
        color: #D02222;
        margin-top: 45px;
        padding: 0 0px;
        background: #D02222;
        background: linear-gradient(to bottom right, #D02222 0%, #820210 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .cont3-img {
        margin: 40px auto 55px;
        display: block;
        padding-left: 20px;
    }
    .footer-details {
        font-size: 18px;
        line-height: 28px;
        justify-content: space-between;
        font-weight: 700;
    }
    .main {
        padding-bottom: 59px;
    }
    .phones {
        justify-content: center;
        font-size: 2.3vw;
        font-weight: 700;
        gap: 3.27vw;
        padding: 2.512vw 0 1.381vw;
        background-color: #fff;
        color: #421017;
    }
    h2 {
        font-size: 26px;
        line-height: 36px;
        font-weight: 700;
        color: #231F20;
        text-align: center;
    }
    .banner-content h1 {
        font-size: 3.801vw;
    }
    .main {
        background-image: url(../img/mobile-bg.svg);
        background-position: center;
        margin-top: -5%;
        height: 6000px;
        background-size: contain;
    }
}