@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
    scroll-behavior: smooth;
}

a {
	text-decoration: none;
    transition: 0.3s;
}

a:hover {
    transform: scale(1.01);
}

button {
	cursor: pointer;
	border: none;
}

.body {
    background-color: #FFFFFF;
}

.wrapper {
    max-width: 466px;
    margin: 0 auto;
    width: 100%;
}

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

/**/

.section1 img,
.section2 img,
.section3 img,
.section4 img,
.section5 img {
    width: 100%;
    display: block;
}

.section2 .buttonWrapper {
    background-color: #FFFFFF;
}

/**/

.video {
    display: flex;
    justify-content: center;
    background-color: #F6F6F6;
}

.video video {
    max-width: 383px;
    border-radius: 30px;
}

/**/

.form {
    background-color: #BDDFFF;
    padding-top: 40px;
    padding-bottom: 40px;
}

.form .title {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    color: #243F62;
    text-align: center;
    max-width: 387px;
    margin: 0 auto;
}

.form .title span {
    color: #F4DD71;
}

/**/

.form .price {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    margin: 20px;
}

.form .price h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #19212B;
}

.form .price p {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: #95200A;
}

.form .price .old p {
    color: #FFFFFF;
    text-decoration: line-through;
}

.form .price img {
    width: 22px;
    min-width: 22px;
}

/**/

.form .discount {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #2B2525E5;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column-gap: 3px;
}

.form .discount span {
    background-color: #022C91;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    min-width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFFE5;
}

.form form {
    display: flex;
    flex-direction: column;
    grid-row-gap: 15px;
    max-width: 280px;
    width: 100%;
    margin: 16px auto 0;
}

.form input {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #19212B;
    text-align: center;
    background-color: #ADCFEE;
    height: 45px;
    width: 100%;
    border-radius: 30px;
    border: none;
    outline: none;
}

.form input::placeholder {
    font-weight: 500;
    color: rgba(25,33,43,0.7);
}

.form .button,
.buttonWrapper .button {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    height: 45px;
    width: 100%;
    border-radius: 30px;
    border: none;
    background: linear-gradient(267.22deg, #D03907 -4.95%, #911F0B 93.42%);
    position: relative;
}

.buttonWrapper {
    display: flex;
    justify-content: center;
}

.buttonWrapper .button {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 280px;
}

/**/

.comments {
    padding-top: 58px;
    padding-bottom: 65px;
    background-color: #F6F6F6;
    position: relative;
}

.comments img {
    border-radius: 14px;
}

.comments h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #243F62;
    text-align: center;
    text-transform: uppercase;
}

.comments p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin-top: 16px;
}

.comments .buttonWrapper {
    padding-top: 40px;
    position: relative;
    z-index: 10;
}

.comments .buttonWrapper .button {
    background: #012D92;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
}

.comments .buttonWrapper .image {
    position: absolute;
    right: -10px;
    bottom: -50px;
}

/**/

.owl-carousel {
    position: static;
    max-width: 90%;
    margin: 0 auto;
}

.owl-stage-outer {
    z-index: 2;
}

.comments .carousel {
    margin-top: 16px;
}

.owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.owl-nav button {
    font-size: 100px;
    background-color: transparent;
}

.owl-dots {
    display: flex;
    justify-content: center;
    grid-column-gap: 8px;
    margin-top: 16px;
}

.owl-dots .owl-dot {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: #000000;
    opacity: 0.3;
    transition: 0.3s;
}

.owl-dots .owl-dot.active {
    opacity: 1;
}

/**/

.section5 {
    position: relative;
    z-index: 11;
}

/**/

.loaderWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background-color: #FFFFFF;
}

.loader {
    width: 48px;
    height: 48px;
    border: 3px dotted #E47A8C;
    border-style: solid solid dotted dotted;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 2s linear infinite;
}

.loader::after {
    content: '';  
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px dotted #F1D65B;
    border-style: solid solid dotted;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    animation: rotationBack 1s linear infinite;
    transform-origin: center center;
}
    
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
} 


