body,
html {
    margin: 0px;
    padding: 0px
}

body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Inter", sans-serif
}

.written {
    padding-top: 48px;
    padding-bottom: 48px
}

.written .outer__written .content p {
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    color: #101828
}

.written .outer__written>.head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 12px
}

.written .outer__written>.head>p {
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #0B4ACB
}

.written .outer__written>.head>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 12px
}

.written .outer__written>.head>span img {
    border-radius: 250px;
    border: 4px solid #fff;
    min-width: 52px;
    max-width: 52px;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08)
}

.container {
    max-width: 1170px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.exclusive {
    padding: 48px 0px
}

.exclusive .outer__exclusive {
    border-radius: 26px;
    border: 4px dashed #0B4ACB;
    padding: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.exclusive .outer__exclusive .desc {
    max-width: 650px
}

.exclusive .outer__exclusive .desc .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.exclusive .outer__exclusive .desc .btn>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid #7F56D9;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: #0B4ACB;
    padding-left: 30px;
    padding-right: 30px
}

.exclusive .outer__exclusive .desc .btn>a:hover {
    opacity: .7
}

.exclusive .outer__exclusive .desc>p {
    margin-top: 0px;
    font-size: 20px;
    line-height: 30px;
    color: #667085;
    margin-bottom: 20px
}

.exclusive .outer__exclusive .desc>p span {
    font-weight: 600
}

.exclusive .outer__exclusive .desc>p:last-child {
    margin-bottom: 0px
}

.exclusive .outer__exclusive .desc>h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 44px;
    color: #101828;
    font-weight: 600
}

.exclusive .outer__exclusive .desc>h2 span {
    color: #1F4594
}

.exclusive .outer__exclusive .media {
    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
}

.exclusive .outer__exclusive .media img {
    max-width: 360px
}

.stories {
    padding-bottom: 48px
}

.stories .outer__stories .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 24px
}

.stories .outer__stories .grid>.elem {
    padding: 32px;
    border: 1px solid #E9E9E9;
    background-color: #0B4ACB;
    border-radius: 24px;
    text-align: center
}

.stories .outer__stories .grid>.elem .stars>h6 {
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 150%;
    font-weight: 600;
    color: #FFFFFF
}

.stories .outer__stories .grid>.elem .stars>p {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 400
}

.stories .outer__stories .grid>.elem .stars>ul {
    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;
    list-style-type: none;
    padding: 0px;
    margin: 0px
}

.stories .outer__stories .grid>.elem .stars>ul>li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.stories .outer__stories>.top {
    margin-bottom: 64px
}

.stories .outer__stories>.top>p {
    margin: 0px 0px 20px 0px;
    font-size: 20px;
    line-height: 30px;
    color: #667085;
    font-weight: 400
}

.stories .outer__stories>.top>h6 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #101828;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600
}

.semibold {
    font-weight: 600
}

.discount__wrapper {
    padding-bottom: 48px
}

.discount__wrapper .outer__discount>.el {
    margin-bottom: 20px
}

.discount__wrapper .outer__discount>.el>h6 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 35px;
    color: #101828;
    font-weight: 600
}

.discount__wrapper .outer__discount>.el>p {
    margin: 0px 0px 20px 0px;
    font-size: 20px;
    line-height: 30px;
    color: #667085;
    font-weight: 400
}

.discount__wrapper .outer__discount>.el:last-child {
    margin-bottom: 0px
}

.discount__wrapper .outer__discount .media {
    margin-bottom: 64px;
    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
}

.discount__wrapper .outer__discount .media>img {
    max-width: 100%
}

.discount__wrapper>a>.top__discount {
    padding: 70px 0px;
    background-color: #0B4ACB;
    margin-bottom: 64px
}

.discount__wrapper>a>.top__discount p {
    margin: 0px;
    font-size: 34px;
    line-height: 44px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center
}

.exclusive .outer__exclusive .media {
    margin-left: 20px
}

.stories .outer__stories .grid>.elem .stars>ul {
    margin-bottom: 20px
}

.description {
    padding: 48px 0px
}

.description .outer__description>p {
    margin-top: 0px;
    font-size: 20px;
    line-height: 32px;
    color: #171B24;
    font-weight: 500;
    opacity: .7;
    margin-bottom: 25px
}

.description .outer__description>p:last-child {
    margin-bottom: 0px
}

.hero__section {
    padding: 34px 0px;
    background: url("../img/heroimage.webp");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center
}

.hero__section:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: url("../img/linear.svg");
    background-repeat: no-repeat;
    background-size: cover
}

.hero__section .outer__hero {
    text-align: center;
    position: relative;
    z-index: 2
}

.hero__section .outer__hero>h1 {
    margin-top: 0px;
    margin-bottom: 32px;
    font-size: 45px;
    line-height: 61px;
    color: #FFFFFF;
    font-weight: bold
}

.hero__section .outer__hero p {
    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;
    margin: 0px;
    font-size: 20px;
    line-height: 39px;
    color: #FFFFFF;
    font-weight: 400
}

.hero__section .outer__hero p span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 7px
}

header {
    background-color: #0B4ACB
}

header .outer__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

header .outer__header>ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

header .outer__header>ul>li {
    margin-right: 15px
}

header .outer__header>ul>li>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Manrope", sans-serif;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    min-height: 54px;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 400;
    text-transform: uppercase;
    padding-left: 29px;
    padding-right: 29px
}

header .outer__header>ul>li>a:hover {
    background-color: #FFFFFF;
    color: #0B4ACB
}

header .outer__header>ul>li>a.active {
    background-color: #FFFFFF;
    color: #0B4ACB
}

header .outer__header>ul>li:last-child {
    margin-right: 0px
}

header .outer__header>p {
    margin: 0px;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF
}

.best__choice .content {
    padding: 25px 0px
}

.top__rated {
    padding-bottom: 48px
}

.top__rated .rated__list>.elem {
    position: relative;
    margin-bottom: 68px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.top__rated .rated__list>.elem .counter {
    position: absolute;
    width: 56px;
    height: 40px;
    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;
    background-color: #0B4ACB;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px
}

.top__rated .rated__list>.elem .counter p {
    margin: 0px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #FFFFFF
}

.top__rated .rated__list>.elem .vector {
    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;
    position: absolute;
    left: -18px;
    top: 0px
}

.top__rated .rated__list>.elem .vector p {
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 600;
    margin: 0px;
    position: absolute;
    margin-top: -6px;
    margin-left: -15px
}

.top__rated .rated__list>.elem .desc {
    width: 100%
}

.top__rated .rated__list>.elem .desc .main__area {
    width: 100%
}

.top__rated .rated__list>.elem .desc .main__area .text {
    padding-top: 12px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 35px;
    text-align: center
}

.top__rated .rated__list>.elem .desc .main__area .text>p {
    margin: 0px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(23, 27, 36, 0.44)
}

.top__rated .rated__list>.elem .desc .main__area .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
    padding: 24px
}

.top__rated .rated__list>.elem .desc .main__area .list ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px
}

.top__rated .rated__list>.elem .desc .main__area .list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px
}

.top__rated .rated__list>.elem .desc .main__area .list ul li:last-child {
    margin-bottom: 0px
}

.top__rated .rated__list>.elem .desc .main__area .list ul li>p {
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    color: #667085
}

.top__rated .rated__list>.elem .desc .main__area .list ul li>p span {
    font-weight: 600
}

.top__rated .rated__list>.elem .desc .main__area .list ul li>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 12px
}

.top__rated .rated__list>.elem .desc .main__area .list ul li>span img {
    min-width: 24px;
    max-width: 24px
}

.top__rated .rated__list>.elem .desc .top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-bottom: 1px solid rgba(31, 75, 169, 0.17)
}

.top__rated .rated__list>.elem .desc .top .rated {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.top__rated .rated__list>.elem .desc .top .rated ul {
    padding: 0px;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.top__rated .rated__list>.elem .desc .top .rated ul>li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.top__rated .rated__list>.elem .desc .top .rated>p {
    margin-top: 0px;
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 24px;
    color: #171B24;
    font-weight: 600
}

.top__rated .rated__list>.elem .desc .top .link {
    border-right: 1px solid rgba(31, 75, 169, 0.17);
    padding: 28px 15px;
    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
}

.top__rated .rated__list>.elem .desc .top .link>a {
    font-size: 20px;
    line-height: 24px;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    color: #1F4BA9;
    font-weight: bold
}

.top__rated .rated__list>.elem .desc .top .link>a:hover {
    opacity: .7
}

.top__rated .rated__list>.elem .question {
    min-width: 295px;
    max-width: 295px;
    border-left: 1px solid rgba(31, 75, 169, 0.17);
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.top__rated .rated__list>.elem .question .bottom {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top__rated .rated__list>.elem .question .bottom>p {
    margin-top: 12px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
    color: #1F4BA9;
    font-weight: 500
}

.top__rated .rated__list>.elem .question .bottom>p span {
    font-weight: bold
}

.top__rated .rated__list>.elem .question .bottom>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 200px;
    height: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 8px;
    background-color: #0B4ACB;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 600
}

#listbtn {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    color: #0B4ACB;
    font-weight: 600;
    display: block;
    margin: auto;
    border-color: #e3e3e3 !important;
    border-style: solid;
}

.choice-toggle{
    text-align: center !important;
    position: relative !important;
}

.choice-toggle::before {
    position: absolute !important;
    left: 30px;
    content: "";
  height: 2px;
  top: 39px;
  width: calc(50% - 110px);
  color: #838383;
  background-color: #e8e8eb !important;
}

.choice-toggle::after {
    position: absolute !important;
    right: 30px;
    content: "";
  height: 2px;
  top: 39px;
  width: calc(50% - 110px);
  color: #838383;
  background-color: #e8e8eb !important;
}

.top__rated .rated__list>.elem .question .rate>p {
    margin: 0px;
    font-size: 12px;
    line-height: 24px;
    color: rgba(23, 27, 36, 0.44)
}

.top__rated .rated__list>.elem .question .rate>ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    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
}

.top__rated .rated__list>.elem .question .rate>ul>li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.top__rated .rated__list>.elem .question .rate>span {
    display: block;
    text-align: center;
    font-size: 64px;
    line-height: 24px;
    color: #171B24;
    margin-bottom: 15px;
    font-weight: bold
}

.top__rated .rated__list>.elem .question>h6 {
    margin-top: 0px;
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #0B4ACB
}

.top__rated .rated__list>.elem .media {
    min-width: 225px;
    max-width: 225px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 80px;
    border-right: 1px solid rgba(31, 75, 169, 0.17)
}

.top__rated .rated__list>.elem .media .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top__rated .rated__list>.elem .media .image>img {
    max-width: 100%
}

.top__rated .rated__list>.elem .media>h6 {
    margin-top: 0px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 2px;
    text-align: center
}

.top__rated .rated__list>.elem:last-child {
    margin-bottom: 0px
}

.top__rated>.head {
    background: url("../img/pattern.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
    background-color: #0B4ACB;
    margin-bottom: 48px;
    padding: 64px 0px;
    text-align: center
}

.top__rated>.head h2 {
    margin: 0px;
    font-size: 48px;
    line-height: 58px;
    color: #FFFFFF;
    font-weight: bold
}

.top__rated .rated__list>.elem .question .bottom>a {
    -webkit-transition: .4s ease all;
    transition: .4s ease all
}

.top__rated .rated__list>.elem .question .bottom>a:hover {
    opacity: .7
}

.best__choice {
    margin-top: 72px;
    margin-bottom: 48px
}

.best__choice .container {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
    padding-left: 0px;
    padding-right: 0px;
    width: calc(100% - 30px)
}

.best__choice .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.best__choice .content .availability {
    min-width: 295px;
    text-align: center;
    max-width: 295px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 70px;
    padding-bottom: 45px
}

.best__choice .content .availability .btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.best__choice .content .availability .btn>p {
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    color: #171B24;
    font-weight: bold
}

.best__choice .content .availability .btn>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 8px;
    text-decoration: none;
    background-color: #1F4BA9;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #FFFFFF;
    width: 100%;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    margin-bottom: 12px
}

.best__choice .content .availability .btn>a:hover {
    opacity: .7
}

.best__choice .content .availability>p {
    margin-top: 0px;
    margin-bottom: 48px;
    font-size: 20px;
    line-height: 24px;
    color: #171B24;
    font-weight: bold
}

.best__choice .content .availability .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px
}

.best__choice .content .availability .image>img {
    max-width: 130px
}

.best__choice .content .availability .rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.best__choice .content .availability .rate>p {
    margin: 0px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(23, 27, 36, 0.44)
}

.best__choice .content .availability .rate ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center
}

.best__choice .content .availability .rate>span {
    display: block;
    text-align: center;
    font-size: 64px;
    line-height: 24px;
    font-weight: bold;
    color: #171B24;
    display: block;
    margin-bottom: 15px
}

.best__choice .content .desc {
    width: 100%;
    margin-right: 20px
}

.best__choice .content .desc ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px
}

.best__choice .content .desc ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px
}

.best__choice .content .desc ul li:last-child {
    margin-bottom: 0px
}

.best__choice .content .desc ul li>p {
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    color: #667085
}

.best__choice .content .desc ul li>p span {
    font-weight: 600
}

.best__choice .content .desc ul li>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 12px
}

.best__choice .content .desc ul li>span img {
    min-width: 24px;
    max-width: 24px
}

.best__choice .content>.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 290px;
    margin-right: 20px
}

.best__choice .content>.media img {
    max-width: 215px
}

.best__choice .content>.media>h6 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 30px;
    color: #0B4ACB;
    font-weight: 600
}

.best__choice .bottom {
    padding: 58px 16px;
    background-color: #F3F5F9;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px
}

.best__choice .bottom>.el {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.best__choice .bottom>.el .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.best__choice .bottom>.el .desc>p {
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    color: #171B24
}

.best__choice .bottom>.el .desc>span {
    font-size: 16px;
    line-height: 24px;
    color: #171B24
}

.best__choice .bottom>.el .media {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 8px
}

.best__choice .bottom>.el .media img {
    min-width: 32px;
    max-width: 32px
}

.best__choice .best__head {
    text-align: center;
    padding: 54px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url("../img/patternright.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top right;
    background-color: #0B4ACB;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}

.best__choice .best__head>img {
    max-width: 48px;
    min-width: 48px;
    margin-bottom: 10px
}

.best__choice .best__head>h6 {
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #FFFFFF
}

.best__choice .best__head>p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #FFFFFF
}

.articles__wrapper {
    padding-bottom: 96px;
    margin-top: 96px
}

.articles__wrapper .article__desc>h6 {
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 44px;
    color: #0B4ACB;
    font-weight: 600
}

.articles__wrapper .article__desc .bottom__info {
    margin-top: 64px
}

.articles__wrapper .article__desc .bottom__info>h6 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 44px;
    font-weight: 600;
    color: #101828;
    font-style: italic
}

.articles__wrapper .article__desc .bottom__info>p {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
    color: #667085;
    font-weight: 400
}

.articles__wrapper .article__desc .bottom__info>p .semibold {
    font-weight: 600
}

.articles__wrapper .article__desc>h4 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 44px;
    color: #101828;
    font-weight: 400
}

.articles__wrapper .article__desc>h4 .underline {
    text-decoration: underline
}

.articles__wrapper .article__desc>h4 span.bold {
    font-weight: bold
}

.articles__wrapper .article__desc>p {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
    color: #667085;
    font-weight: 400
}

.articles__wrapper .article__desc>p .semibold {
    font-weight: 600
}

.articles__wrapper .elem__article {
    margin-bottom: 96px
}

.articles__wrapper .elem__article:last-child {
    margin-bottom: 0px
}

.articles__wrapper .elem__article .desc>h5 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 44px;
    font-weight: 600;
    color: #101828
}

.articles__wrapper .elem__article .desc>h5.italic {
    font-style: italic
}

.articles__wrapper .elem__article .desc>h4 {
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 44px;
    color: #101828;
    font-weight: 600
}

.articles__wrapper .elem__article .desc>p {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
    color: #667085
}

.articles__wrapper .elem__article .desc>p a {
    font-weight: 600;
    color: #0B4ACB
}

.articles__wrapper .elem__article .desc>p span {
    font-weight: 600
}

.articles__wrapper .elem__article .desc>p span.underline {
    text-decoration: underline
}

.articles__wrapper .elem__article .desc>p:last-child {
    margin-bottom: 0px
}

.articles__wrapper .elem__article .desc>h6 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
    color: #101828;
    font-weight: 600
}

.articles__wrapper .elem__article .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 64px
}

.articles__wrapper .elem__article .media>img {
    max-width: 100%
}

.articles__wrapper .elem__article .title {
    margin-bottom: 64px
}

.articles__wrapper .elem__article .title>h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 36px;
    line-height: 44px;
    color: #101828;
    font-weight: 600
}

.articles__wrapper .elem__article:last-child {
    margin-bottom: 0px
}

@media (max-width: 1200px) {
    .top__rated .rated__list>.elem .question {
        min-width: 240px;
        max-width: 240px
    }

    .stories .outer__stories .grid>.elem {
        padding: 32px 24px
    }

    .stories .outer__stories>.top {
        margin-bottom: 48px
    }
}

.menu__button {
    display: none
}

@media (max-width: 991px) {
    .top__rated .rated__list > .elem .counter {
        top: 0;
        left: 0;
    }
    .top__rated .rated__list > .elem .desc .top {
        grid-template-columns: auto;
        padding-bottom: 15px;
    }

    .articles__wrapper {
        margin-top: 60px;
        padding-bottom: 60px
    }

    .articles__wrapper .elem__article .title>h6 {
        font-size: 30px;
        line-height: 38px
    }

    .articles__wrapper .elem__article .title {
        margin-bottom: 34px
    }

    .articles__wrapper .elem__article .media {
        margin-bottom: 34px
    }

    .articles__wrapper .elem__article .desc>h6 {
        font-size: 20px;
        line-height: 28px
    }

    .articles__wrapper .elem__article .desc>p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px
    }

    .articles__wrapper .elem__article .desc>h6 {
        margin-bottom: 15px
    }

    .articles__wrapper .elem__article .desc>h6 {
        font-size: 18px;
        line-height: 28px
    }

    .articles__wrapper .elem__article {
        margin-bottom: 60px
    }

    .articles__wrapper .elem__article .desc>h4 {
        font-size: 30px;
        line-height: 38px
    }

    .articles__wrapper .elem__article .desc>h5 {
        font-size: 20px;
        line-height: 37px;
        margin-bottom: 15px
    }

    .articles__wrapper .article__desc>h6 {
        font-size: 30px;
        line-height: 38px
    }

    .articles__wrapper .article__desc>p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px
    }

    .articles__wrapper .article__desc>h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px
    }

    .articles__wrapper .article__desc .bottom__info {
        margin-top: 32px
    }

    .articles__wrapper .article__desc .bottom__info>h6 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px
    }

    .articles__wrapper .article__desc .bottom__info>p {
        font-size: 18px;
        line-height: 28px
    }

    .articles__wrapper {
        margin-top: 35px;
        padding-bottom: 35px
    }

    .best__choice .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .best__choice .content>.media {
        margin-right: 0px;
        max-width: 100%;
        width: 100%
    }

    .best__choice .content .desc {
        margin-right: 0px;
        padding: 15px
    }

    .best__choice .content .availability {
        padding-top: 24px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0px
    }

    .best__choice .bottom {
        padding: 30px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .best__choice .bottom>.el {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px
    }

    .best__choice .bottom>.el:last-child {
        margin-bottom: 0px
    }

    .top__rated .rated__list>.elem {
        margin-bottom: 25px
    }

    .top__rated .rated__list>.elem .media .image>img {
        max-width: 290px;
        width: 100%
    }

    .top__rated .rated__list>.elem .desc .top .link {
        border-right: 0px
    }

    .top__rated .rated__list>.elem .question {
        min-width: 0px;
        padding-top: 20px;
        max-width: 360px;
        width: 100%;
        padding-bottom: 25px;
        border-left: 0px
    }

    .top__rated .rated__list>.elem {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .top__rated .rated__list>.elem .media {
        min-width: 0px;
        max-width: 100%;
        border-right: 0px;
        width: 100%;
        padding-top: 60px
    }

    .top__rated>.head h2 {
        font-size: 40px;
        line-height: 48px
    }

    .top__rated>.head {
        padding: 40px 0px;
        margin-bottom: 36px
    }

    .menu__button {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .menu__button>a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 30px;
        max-width: 30px;
        min-height: 30px;
        max-height: 30px
    }

    .hero__section .outer__hero>h1 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 24px
    }

    header .outer__header>ul {
        display: none
    }

    header .outer__header {
        padding: 15px 0px
    }

    .hero__section .outer__hero p {
        font-size: 17px;
        line-height: 26px
    }

    .hero__section .outer__hero p span img {
        max-width: 20px
    }

    header .outer__header>p {
        font-size: 18px;
        line-height: 28px
    }

    .description .outer__description>p {
        font-size: 18px;
        line-height: 28px
    }

    .description {
        padding: 30px 0px
    }

    .discount__wrapper>a>.top__discount {
        padding: 48px 0px;
        margin-bottom: 48px
    }

    .discount__wrapper .outer__discount .media {
        margin-bottom: 48px;
        width: calc(100% + 30px);
        margin-left: -15px
    }

    .stories .outer__stories .grid {
        grid-template-columns: 1fr
    }

    .stories {
        padding-bottom: 0px
    }

    .stories .outer__stories>.top>p,
    .discount__wrapper .outer__discount>.el>p {
        font-size: 18px;
        line-height: 28px
    }

    .exclusive .outer__exclusive {
        padding: 24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .exclusive .outer__exclusive .desc {
        max-width: 100%
    }

    .exclusive .outer__exclusive .media img {
        max-width: 100%
    }

    .written {
        padding-top: 0px
    }

    .exclusive .outer__exclusive .media {
        margin-left: 0px
    }

    .best__choice {
        margin-bottom: 25px
    }
}

.best__choice .best__head>p {
    margin: 0px
}

@media (max-width: 767px) {
    .articles__wrapper .elem__article .title>h6 {
        font-size: 24px;
        line-height: 30px
    }

    .articles__wrapper .elem__article .title {
        margin-bottom: 25px
    }

    .articles__wrapper .elem__article .media {
        margin-bottom: 25px
    }

    .articles__wrapper .elem__article .desc>h6,
    .articles__wrapper .elem__article .desc>p {
        font-size: 16px;
        line-height: 26px
    }

    .articles__wrapper .elem__article {
        margin-bottom: 40px
    }

    .articles__wrapper .elem__article .desc>h4,
    .articles__wrapper .article__desc>h6 {
        font-size: 24px;
        line-height: 30px
    }

    .articles__wrapper .article__desc>h4 {
        font-size: 18px;
        line-height: 30px
    }

    .articles__wrapper .article__desc .bottom__info>h6 {
        font-size: 18px;
        line-height: 28px
    }

    .articles__wrapper .elem__article .desc>h5 {
        font-size: 18px;
        line-height: 30px
    }

    .best__choice .best__head {
        padding: 25px 15px
    }

    .best__choice .best__head>h6 {
        font-size: 20px;
        line-height: 20px
    }

    .best__choice .best__head>p {
        font-size: 16px;
        line-height: 20px
    }

    .best__choice .bottom>.el .desc>p {
        font-size: 20px;
        line-height: 20px
    }

    .hero__section {
        padding: 24px 0px
    }

    .hero__section .outer__hero>h1 {
        font-size: 30px;
        line-height: 38px
    }

    .discount__wrapper>a>.top__discount p {
        font-size: 27px;
        line-height: 34px
    }

    .stories .outer__stories>.top>h6 {
        font-size: 30px;
        line-height: 38px
    }

    .exclusive .outer__exclusive .desc>h2 {
        font-size: 30px;
        line-height: 38px
    }

    .exclusive .outer__exclusive .desc>p {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 15px
    }

    .top__rated>.head h2 {
        font-size: 34px;
        line-height: 42px
    }

    .top__rated>.head {
        background-size: auto 100%
    }
}

@media (max-width: 640px) {
    .top__rated .rated__list>.elem .desc .top {
        grid-template-columns: 1fr
    }

    .top__rated .rated__list>.elem .desc .top .link {
        margin-bottom: 10px
    }

    .top__rated .rated__list>.elem .desc .top .link {
        padding: 10px 15px
    }

    .top__rated .rated__list>.elem .desc .top {
        padding-bottom: 15px
    }

    .top__rated .rated__list>.elem .desc .main__area .list {
        padding: 15px;
        grid-template-columns: 1fr;
        grid-row-gap: 10px
    }
}

@media (max-width: 480px) {
    .top__rated>.head h2 {
        font-size: 28px;
        line-height: 34px
    }

    .hero__section .outer__hero>h1 {
        font-size: 24px;
        line-height: 30px
    }

    .hero__section .outer__hero p {
        font-size: 16px
    }

    .discount__wrapper>a>.top__discount p {
        font-size: 22px;
        line-height: 28px
    }

    .discount__wrapper>a>.top__discount {
        padding: 30px 0px;
        margin-bottom: 30px
    }

    .discount__wrapper .outer__discount .media {
        margin-bottom: 30px
    }

    .discount__wrapper .outer__discount>.el>h6 {
        font-size: 20px;
        line-height: 27px
    }

    .stories .outer__stories>.top>h6 {
        font-size: 24px;
        line-height: 30px
    }

    .stories .outer__stories .grid>.elem {
        padding: 24px 16px
    }

    .exclusive .outer__exclusive {
        padding: 16px
    }

    .exclusive .outer__exclusive .desc>h2 {
        font-size: 24px;
        line-height: 30px
    }
}

.contact__form .outer__contact {
    min-height: calc(100vh - 130px);
    width: 100%;
    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;
    padding: 40px 0px;
  }
  .contact__form .outer__contact .contact__box {
    width: 100%;
    max-width: 645px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 8px 56px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 8px 56px rgba(0, 0, 0, 0.08);
    padding: 32px;
  }
  .contact__form .outer__contact .contact__box > h2 {
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 48px;
    line-height: 56px;
    color: #000000;
    font-family: "Inter", sans-serif;;
  }
  .contact__form .outer__contact .contact__box > p {
    margin: 0px;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
  }
  .contact__form .outer__contact .contact__box form {
    margin-top: 30px;
    width: 100%;
  }

  @media (max-width: 991px) {
    .contact__form .outer__contact .contact__box > p {
        font-size: 18px;
        line-height: 28px;
      }
    
      .contact__form .outer__contact .contact__box > h2 {
        font-size: 40px;
        line-height: 56px;
      }
  }

  @media (max-width: 767px) {
    .contact__form .outer__contact .contact__box > p {
        font-size: 16px;
        line-height: 24px;
      }
    
      .contact__form .outer__contact .contact__box form {
        margin-top: 20px;
      }
    
      .contact__form .outer__contact .contact__box {
        padding: 24px;
      }
    
      .contact__form .outer__contact .contact__box > h2 {
        font-size: 32px;
        line-height: 40px;
      }
  }

  @media (max-width: 480px) {
    .contact__form .outer__contact .contact__box > h2 {
        font-size: 26px;
        line-height: 34px;
      }
      .contact__form .outer__contact .contact__box {
        padding: 20px 15px;
      }
  }

  .group__input {
    width: 100%;
    margin-bottom: 25px;
  }
  .group__input > textarea {
    width: 100%;
    height: 60px;
    resize: none;
    outline: none;
    padding: 8px 16px;
    border: 1px solid #c9ccd8;
    color: #000;
    font-size: 16px;
    line-height: 24px;
  }
  .group__input > input {
    width: 100%;
    height: 40px;
    outline: none;
    border: 1px solid #c9ccd8;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    color: #000;
    font-size: 16px;
    line-height: 24px;
  }

  .group__submit {
    width: 100%;
  }
  .group__submit > button {
    width: 100%;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #0B4ACB;
    border: 0px;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    color: white;
    font-weight: bold;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    border-radius: 8px;
  }
  .group__submit > button:hover {
    opacity: .7;
  }