@font-face {
    font-family: 'Open-sans';
    src: url('/fonts/open-sans/open-sans-300.woff2') format('woff2'),
    url('/fonts/open-sans/open-sans-300.woff') format('woff'),
    url('/fonts/open-sans/open-sans-300.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open-sans';
    src: url('/fonts/open-sans/open-sans-600.woff2') format('woff2'),
    url('/fonts/open-sans/open-sans-600.woff') format('woff'),
    url('/fonts/open-sans/open-sans-600.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open-sans';
    src: url('/fonts/open-sans/open-sans-regular.woff2') format('woff2'),
    url('/fonts/open-sans/open-sans-regular.woff') format('woff'),
    url('/fonts/open-sans/open-sans-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Playflair';
    src: url('/fonts/playflair/playfair-display-regular.woff2') format('woff2'),
    url('/fonts/playflair/playfair-display-regular.woff') format('woff'),
    url('/fonts/playflair/playfair-display-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


* {
    font-family: 'Open-sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.6rem;
}

.modal-o {
    overflow: hidden!important;
}

html {
    font-size: 62.5%;/* 10px*/
    /*overflow-x: hidden;*/
    height: 100%;
}

body {
    height: 100%;
    overflow-x: hidden;
    /*cursor: none;*/
}

.delete-scroll {
    overflow: hidden!important;
}
body::-webkit-scrollbar-track {border-radius: 0;}
body::-webkit-scrollbar { background:transparent; width: 0;}
body::-webkit-scrollbar-thumb {border-radius: 0; background: transparent;}
body:hover::-webkit-scrollbar-thumb {background:transparent;}

.top-active-item {
    background: #2E7E22!important;
}

header {
    padding-top: 10px;
}

.navbar {
    background: #ffffff;
    padding-top:5px;
    padding-bottom: 5px;
}

.logo {
   transition: .3s;
    display: inline-block;
    will-change: transform;
}

.logo img {
    width: 57px;
}

.logo:hover {
    /*opacity: .7;*/
}

.btn-sort  {
  text-align: right;
}

.btn-sort .btn {
    background: transparent;
    border: 0;
    box-sizing: border-box;
    border-radius: 0;
    display: inline-block;
    font-weight: 500;
    padding: 2px 7px 0 5px;
    transition: .3s;
    font-size: 10px;
    text-transform: uppercase;
}

.btn-sort .dropdown-toggle {
    color: #000000;
    position: relative;
}

.btn-sort .btn img {
    display: inline-block;
    width: 8px;
    height: 8px;
    transform: rotate(1deg);
    vertical-align: middle;
    margin-top: -2px;
    transition: .3s;
}

.btn-sort .btn-group.show .btn img {
    transform: rotate(180deg);
    transition: .3s;
}

.btn-sort .btn:after {
    content: '';
    position: absolute;
    top:50%;
    right: 8px;
    background:url('/img/icons/arrow.svg') no-repeat;
    width: 0;
    height: 0;
    margin-top: -4px;
    background-size: contain;
    transform: rotate(90deg);
}

.btn-sort .dropdown-menu {
    width: 100%;
    padding: 0;
    box-shadow: none;
    border: 0;
    text-align: right;
    z-index: 2222;
}

.btn-sort .dropdown-menu .dropdown-item {
    padding: 5px 18px 7px 4px;
    font-weight: 500;
    transition: .3s;
    font-size: 10px;
    border-bottom: 0;
}
.btn-sort .dropdown-menu .dropdown-item span{
   display: inline-block;
    font-weight: 500;
    transition: .3s;
    font-size: 10px;
    border-bottom: 1px solid transparent;
}

.btn-sort .dropdown-menu .dropdown-item:hover span{
    border-bottom: 1px solid #000000;
}

.btn-sort .dropdown-menu .dropdown-item:focus{
    background: transparent;
    border-bottom: 0;
    box-shadow: none;
    outline: none;
    color:transparent;
}

.btn-sort .dropdown-menu .dropdown-item:focus span{
    color:#000000;
    border-bottom: 1px solid #000000;
}

.btn-sort .dropdown-menu .dropdown-item:hover {
    background: transparent;
    border-bottom: 0;
    box-shadow: none;
    outline: none;
}

.navbar-toggler {
    position: relative;
    width: 45px;
    height: 45px;
    outline: none;
}

.navbar-toggler:active,.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler-icon {
    color:#000000;
    width: 30px;
    height: 3px;
    background: #000000;
    position: absolute;
    top:50%;
    left: 50%;
    margin-top:-1px;
    margin-left:-15px;
    opacity: 1;
    transition: .1s;
    display: none;
}

.navbar-toggler:before {
    content: '';
    color:#000000;
    width: 25px;
    height: 3px;
    background: #000000;
    position: absolute;
    top:40%;
    left: 50%;
    margin-left:-15px;
    transition: .2s;
    will-change: transform;
}

.navbar-toggler:after {
    content: '';
    color: #000000;
    width: 25px;
    height: 3px;
    background: #000000;
    position: absolute;
    bottom:33%;
    left: 50%;
    margin-left:-15px;
    transition: .2s;
    will-change: transform;
}

.navbar-toggler.btn-active-menu .navbar-toggler-icon {
    opacity: 0;
    display: none;
}

.navbar-toggler.btn-active-menu:before {
    top:47%;
    left: 50%;
    transform: perspective(1px) translateZ(0) rotate(45deg);
}

.navbar-toggler.btn-active-menu:after {
    bottom: 46.9%;
    transform: perspective(1px) translateZ(0) rotate(-45deg);
}

.menu-lg ul {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}

.menu-lg li {
    display: inline-block;
    border-right: 1px solid rgba(196, 196, 196, .2);
    min-height: 40px;
    padding-left: 11px;
    padding-right: 14px;
}

.menu-lg li:last-child {
    border-right:0;
}

.menu-lg li a {
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 1px solid transparent;
    transition: .3s;
    margin-bottom: 12px;
    padding-top: 15px;
}

.menu-lg li a:hover {
    text-decoration: none;
    border-bottom: 1px solid #000000;
}

.collection-ul ul {
    padding-left: 0;
}

.collection-ul ul li {
    list-style: none;
    margin-top: 15px;
    margin-bottom: 20px;
}

.collection-ul ul li a {
    list-style: none;
    color:rgba(30, 30, 30, .5);
}

.collection-ul ul li:hover {
   text-decoration: none;
}

.collection-ul ul li a:hover {
   text-decoration: none;
}

.dropdown-toggle::after {
    display: none;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    /* border-top: .3em solid; */
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/* --------------------------------*/
.main-page-link {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.search input::placeholder, .search-xs input::placeholder {
    color:#B5B5B5;
    opacity: 1;
    font-size: 14px;
}

.search input::placeholder, .search-xs input::placeholder {
    color: #B5B5B5;
    opacity: 1;
    font-size: 14px;
}

.search input:-ms-input-placeholder, .search-xs input:-ms-input-placeholder  {
    color: #B5B5B5;
    opacity: 1;
    font-size: 14px;
}

.search input::-ms-input-placeholder, .search-xs input::-ms-input-placeholder{
    color: #B5B5B5;
    opacity: 1;
    font-size: 14px;
}

.search input::-webkit-input-placeholder, .search-xs input::-webkit-input-placeholder {
    color:#B5B5B5;
    opacity: 1;
    font-size: 14px;
}

.search input:-moz-placeholder, .search-xs input:-moz-placeholder {
    color: #B5B5B5;
    opacity: 1;
    font-size: 14px;
}

.search input::-moz-placeholder, .search-xs input:-moz-placeholder {
    color:#B5B5B5;
    opacity: 1;
    font-size: 14px;
}
/* --------------------------------*/

.navbar-collapse {
    margin-left: 15px;
    position: fixed;
    z-index: 1000;
}

.navbar-collapse > ul > li {
    display: inline-block;
    width: 70%;
    margin: 0 auto;
    border-bottom: 1px solid rgba(196, 196, 196, .2);
    padding-bottom: 8px;
    padding-top: 10px;
}

.navbar-collapse a {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    text-align: left;
    color: #1E1E1E;
    border-top: 0px solid transparent;
    border-bottom: 1px solid transparent;
    transition: .3s;
    text-transform: uppercase;
}

.active-item {
    border-bottom: 1px solid #1E1E1E!important;
}

.navbar-collapse a:hover {
    color: #1E1E1E;
    border-bottom: 1px solid #1E1E1E;
}

.navbar-collapse > ul > li.menu-social {
    padding-top: 20px;
    padding-bottom: 20px;
}

.menu-social a {
    display: block;
    border-bottom: 1px solid transparent;
}

.menu-social img {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
}

.menu-social a img {
    opacity: .5;
    transition: .4s;
}

.menu-social a:hover {
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.menu-social a:hover img {
   text-decoration: none;
    opacity: 1;
}

.wrap-leaf {
    position: relative;
}

.explore-world {
    margin-top: 15px;
}

.explore-world h1 {
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #3A3A39;
    width: 250px;
    font-family: 'Playflair', serif;
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
    position: relative;
    z-index: 1;
}

.explore-world > img {
    display:block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -5%;
    max-height: 210px;
}

h1 {
    font-size: 40px;
    color: #3A3A39;
    font-family: 'Playflair', serif;
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-transform: uppercase;
}

.wrap-explore-circles {
    position: relative;
    width: 80%;
    margin: 0 auto;
    top:-112px;
    right: -50px;
    text-align: center;
    animation: animation-top-bottom 6s infinite;
    transform-origin:  85%;
    will-change: transform;
    max-height: 50px;
}

.wrap-explore-circles img {
    max-width: 211px;
    position: relative;
    top: 0px;
    right: 7px;
}

@keyframes animation-top-bottom {
    0%{transform: translateY(0) scale(1)}
    50%{transform: translateY(-4px) scale(1) }
    100%{transform: translateY(0) scale(1)}
}

.explore-images-sides {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 100px;
    top:-2%
}

.explore-images-sides div {
    position: absolute;
    z-index: 1;

}
.explore-images-sides div:first-child {
    position: absolute;
    z-index: 1;
    left:0;
    bottom: -10px;
}

.explore-images-sides div:last-child {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom:0;
}

.explore-images-sides div:first-child img {
    height: 45vw;
    display: block;
}

.explore-images-sides div:last-child img {
    height: 36vw;
    display: block;
    text-align: right;
    margin-left: auto;
}

.explore-images-sides {
    max-height: 50px;
}

/*Feel Vibe*/
.feel-vibe {
    margin-top: 20px;
}

.feel-vibe h1 {
    margin-bottom: 40px;
}

.feel-vibe p {
    font-size: 12px;
    line-height: 180%;
    text-align: center;
    color: #1E1E1E;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

.btn-main {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #1E1E1E;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.btn-main:before {
    content: '';
    position: absolute;
    top:53%;
    left: 0;
    background: url('/img/icons/plus-icon.svg') no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    transform: translateY(-51%) ;
}

.btn-main:focus {
    color:#1E1E1E;
}

.btn-main:hover {
    text-decoration: none;
    color: #1E1E1E;
    /*cursor: none;*/
}

.feel-vibe .btn-main {
    margin-top: 20px;
}

.feel-vibe img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}

.collection {
    margin-top: 80px;
}

.collection h1 {
    margin-bottom: 40px;
}

.p-text  {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.p-text > p {
    font-size: 12px;
    line-height: 180%;
    text-align: center;
    color: #1E1E1E;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

.circle-product {
    background: #E6E6E6;
    border-radius: 50%;
    display: block;
    transition: .3s;
    margin: 0 auto;
}

.circle-product img {
    display: block;
    margin: 0 auto;
}

.product-text > span {
    font-size: 10px;
    line-height: 180%;
    text-align: center;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
    display: block;
}

.product-text p {
    font-size: 12px;
    line-height: 180%;
    text-align: center;
    color: #1E1E1E;
    margin-bottom: 15px;
}

.product-text h2 {
    font-family: 'Playflair', serif;
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.product-text .btn-main {
    margin-top: 25px;
}

.product-table table {
    border: 1px solid #C4C4C4;
    width: 100%;
}

.product-table table tr:first-child td {
    border-bottom: 1px solid #C4C4C4;
}

.product-table table tr td {
    border: 0;
    border-right: 1px solid #C4C4C4;
    font-size: 14px;
    padding: 10px;
    width: 50%;
}

.product-table table tr td em {
    color: #C4C4C4;
    font-size: 14px;
    font-style: normal;
}

.collection .row {
    margin-bottom: 80px;
}

.collection > div >.btn-main {
    margin-bottom: 80px;
}

.product-text {
    margin-top: 40px;
}

.main-image-tea {
    margin-top: 100px;
}

.partners {
    margin-top: 80px;
    margin-bottom: 80px;
}

.partners h1 {
    margin-bottom: 40px;
}

.partners h1 > span {
    font-size: 40px;
    color: #3A3A39;
    font-family: 'Playflair', serif;
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-transform: lowercase;
}

footer {
    padding-top: 10px;
    padding-bottom: 40px;
}

footer > .row > div:first-child {
    border-bottom: 0;
}

.footer-logo {
    padding-bottom: 30px;
}

.footer-logo a{
   transition: .3s;
}

.footer-logo a:hover {
   /*opacity: .6;*/
}

footer > .row > div {
    border-bottom: 1px solid rgba(196, 196, 196, .2);
    padding-left: 0;
    padding-right: 0;
}

footer > .row > div:nth-child(2) {
    border-bottom: 0;
}

footer > .row > div:last-child {
    border-bottom: 0;
}

footer > .row > div > ul li {
    border-bottom: 1px solid rgba(196, 196, 196, .2);
}

footer .btn-sort {
    text-align: center;
}

footer ul {
    padding-left: 0;
    margin-bottom: 0;
}

footer ul li {
    padding-left: 0;
    list-style: none;
}

.footer-nav-item {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 1px solid transparent;
    transition: .3s;
    padding-top: 10px;
    margin-bottom: 10px;
}

.footer-nav-item:hover {
    text-decoration: none;
    color: #000000;
    border-bottom: 1px solid #000000;
}

.footer-collection-item {
    list-style: none;
    color:rgba(30, 30, 30, .5);
    border-bottom: 1px solid transparent;
    transition: .3s;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
}

.footer-collection-item:hover {
    text-decoration: none;
    border-bottom: 1px solid #000000;
    color: #000000;
}

.footer-lang-xs {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}

.footer-lang-xs .btn-sort .btn {
   font-size: 14px;
}

.footer-lang-xs .dropdown-menu .dropdown-item {
    font-size: 14px;
}

.footer-lang-xs .btn-sort .dropdown-menu .dropdown-item span {
    font-size: 14px;
}

.footer-social {
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-social >.row > div a{
    display: block;
    opacity: .2;
    transition: .3s;
}

.footer-social >.row > div a:hover {
    text-decoration: none;
    opacity: 1;
}

.footer-social >.row > div a img {
    display: block;
    margin: 0 auto;
    width: 25px;
    height: 25px;
}

.copy {
    font-size: 10px;
    line-height: 16px;
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 575px) {
    .explore-images-sides {
        z-index: -1;
    }
}

@media (min-width: 425px) {
    .explore-images-sides div:first-child img {
        height: 51vw;
        display: block;
    }
}

@media (min-width: 576px) {

    .explore-world h1 {
        font-size: 60px;
        width: 350px;
    }

    h1 {
        font-size: 60px;
    }

    .explore-world > img {
        max-height: 310px;
    }

    .wrap-explore-circles img {
        max-width: 300px;
        top: -50px;
    }

    .explore-images-sides {
        top:0;
    }

    .explore-images-sides div:first-child img {
        height: 49vw;
    }

    .explore-images-sides div:last-child img {
        height: 34vw;
    }

    .feel-vibe p {
        font-size: 14px;
    }

    .p-text>p {
        font-size: 14px;
    }

    .feel-vibe {
        margin-top: 90px;
    }

    .product-text p {
        font-size: 14px;
    }

    .product-text > span {
        font-size: 12px;
    }

    .main-image-tea {
        margin-top: 150px;
    }

    .partners h1 > span {
        font-size: 60px;
    }
}

@media (min-width: 768px) {

    header {
        padding-top: 20px;
    }

    .navbar-expand-lg .navbar-collapse {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .menu-social .row {
        width: 50%;
        margin: 0 auto;
    }

    .wrap-leaf:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 25%;
        height: 100%;
        background: url('/img/icons/leaf.svg') repeat-y;
        background-size:100%;
        z-index: -1;
    }

    .wrap-leaf:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 25%;
        height: 100%;
        background: url('/img/icons/leaf-right.svg') repeat-y;
        background-size: 100%;
        background-position-y: 100px;
        z-index: -1;
    }

    .explore-world {
        margin-top: 20px;
    }

    .explore-world h1 {
        font-size: 80px;
        width: 500px;
    }

    h1 {
        font-size: 80px;
    }

    .explore-world > img {
        max-height: 463px;
    }

    .wrap-explore-circles img {
        max-width: 510px;
        top: -175px;
        right: -15px;
    }

    .explore-images-sides {
        top:0;
    }

    .feel-vibe {
        margin-top: 127px;
    }

    .feel-vibe p {
        width: 59%;
    }

    .p-text {
        width: 59%;
    }

    .feel-vibe img {
        margin-top: 120px;
    }

    .collection {
        margin-top: 160px;
    }

    .product-text h2 {
        font-size: 60px;
    }

    .product-text > span {
        font-size: 12px;
    }

    .product-text {
        margin-top: 0;
    }

    .main-image-tea {
        margin-top: 200px;
    }

    .partners {
        margin-top: 144px;
        margin-bottom: 144px;
    }

    .partners h1 > span {
        font-size: 80px;
    }

    .footer-logo {
        padding-bottom: 0;
    }

    footer > .row > div {
        border-bottom: 0;
        padding-left: 30px;
        padding-right: 15px;
        border-right: 1px solid rgba(196, 196, 196, .2);
    }

    footer > .row > div > ul li {
        border-bottom: 0;
    }

    footer > .row > div.col-md-6 {
        padding-right: 6px;
    }

    footer > .row > div:first-child {
        padding-left: 15px;
    }

    footer > .row > div:last-child {
        padding-left: 20px;
        border-right: 0;
    }

    .footer-nav-item {
        font-size: 11px;
    }

    .footer-collection-item {
        font-size: 11px;
    }

    footer .btn-sort .btn {
        font-size: 12px;
    }

    footer .dropdown-menu .dropdown-item {
        font-size: 12px;
    }

    footer .btn-sort .dropdown-menu .dropdown-item span {
        font-size: 12px;
    }

    .footer-nav-item {
        padding-top: 0;
        margin-bottom: 20px;
    }

    .footer-social {
        padding-top: 0;
        padding-bottom: 0;
    }

    .footer-social >.row > div  {
        margin-top: 15px;
    }

    .footer-social >.row > div a {
        margin-bottom: 10px;
    }

    .footer-social >.row > div a img {
        width: 15px;
        height: 15px;
    }

    footer > .row > div > ul > li:last-child .footer-nav-item {
        margin-bottom: 0;
    }

    footer > .row > div > .row > div > ul > li:last-child .footer-collection-item {
        margin-bottom: 5px;
    }

    .copy {
        font-size: 10px;
        line-height: 16px;
        display: block;
        margin-top: 10px;
        text-align: left;
    }


}

@media (max-width: 991.98px) {

    .offcanvas-collapse {
        position: fixed;
        top: 63px; /* Height of navbar */
        bottom: 0;
        right: 100%;
        width: 100%;
        padding: 15px 10px;
        overflow-y: auto;
        visibility: hidden;
        background-color: #ffffff;
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }

    .offcanvas-collapse.open {
        visibility: visible;
        position: fixed;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        transition: .5s;
    }

    .offcanvas-collapse a {
        display: inline-block;
    }

}

@media (min-width: 992px) {

    .navbar-expand-lg .navbar-collapse {
        display: none!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .btn-sort .btn {
        font-size: 12px;
    }

    .btn-sort .dropdown-menu .dropdown-item span {
        font-size: 12px;
    }

    .logo img {
        width: 100px;
    }

    .explore-world {
        margin-top: 80px;
    }

    .explore-world h1 {
        font-size: 95px;
        width: 550px;
    }

    h1 {
        font-size: 95px;
    }

    .explore-world {
        margin-top: 60px;
    }

    .explore-world > img {
        max-height: 590px;
    }

    .wrap-explore-circles img {
        max-width: 630px;
        top: -241px;
        right: -30px;
    }

    .explore-images-sides div:last-child img {
        height: 34vw;
    }

    .feel-vibe {
        margin-top: 169px;
    }

    .feel-vibe h1 {
        margin-bottom: 60px;
    }

    .feel-vibe p {
        font-size: 18px;
        width: 56%;
    }
    .product-text p {
        font-size: 18px;
    }

    .p-text {
        width: 56%;
    }

    .p-text > p {
        font-size: 18px;
    }

    .btn-main {
        font-size: 18px;
    }

    .feel-vibe img {
        margin-top: 160px;
    }

    .product-text h2 {
        font-size: 70px;
    }

    .main-image-tea img {
        display: block;
        position: relative;
        left: -10%;
    }

    .main-image-tea {
        margin-top: 240px;
    }

    .partners {
        margin-top: 120px;
        margin-bottom: 120px;
    }

    .partners h1 > span {
        font-size: 95px;
    }

    body::-webkit-scrollbar-track {border-radius: 5px;}
    body::-webkit-scrollbar { background:transparent; width: 3px;}
    body::-webkit-scrollbar-thumb {border-radius: 5px; background: #a7a7a7;}
    body:hover::-webkit-scrollbar-thumb {background:#a7a7a7;}

    .footer-nav-item {
        font-size: 12px;
    }

    .footer-collection-item {
        font-size: 12px;
    }

}

@media (min-width: 1200px) {

    .menu-lg li {
        padding-left: 11px;
        padding-right: 14px;
    }

    .menu-lg li a {
        font-size: 15px;
        padding-top: 15px;
        margin-bottom: 12px;
    }

    .btn-sort .btn {
        font-size: 15px;
    }

    .btn-sort .dropdown-menu .dropdown-item span{
        font-size: 15px;
    }

    .wrap-explore-circles img {
        max-width: 630px;
        top: -241px;
        right: -35px
    }

    .explore-images-sides {
        top: 1%;
    }

    .explore-images-sides div:last-child img {
        height: 29vw;
    }

    .feel-vibe {
        margin-top: 240px;
    }

    .feel-vibe h1 {
        margin-bottom: 70px;
    }

    .feel-vibe img {
        margin-top: 140px;
    }

    .collection {
        margin-top: 130px;
    }

}

@media (min-width: 1366px) {

    header {
        padding-top: 30px;
    }

    .explore-world h1 {
        font-size: 130px;
        width: 850px;
    }

    h1 {
        font-size: 130px;
    }

    .explore-world {
        margin-top: 100px;
    }

    .explore-world > img {
        max-height: 828px;
    }

    .wrap-explore-circles img {
        max-width: 842px;
        top: -365px;
        right: -85px;
    }

    .partners h1 > span{
        font-size: 130px;
    }

}

@media (min-width: 1920px) {

    .explore-world h1 {
        font-size: 160px;
        width: 950px;
    }

    h1 {
        font-size: 144px;
    }

    .explore-world {
        margin-top: 110px;
    }

    .explore-world > img {
        max-height: 1388px;
    }

    .wrap-explore-circles img {
        max-width: 1228px;
        top: -752px;
        right: 30px;
    }

    .feel-vibe {
        margin-top: 350px;
    }

    .feel-vibe p {
       width: 53%;
    }

    .p-text {
       width: 53%;
    }

    .product-text > span {
        font-size: 16px;
    }

    .product-text h2 {
        font-size: 68px;
    }

    .collection {
        margin-top: 170px;
    }

    .main-image-tea {
        margin-top: 300px;
    }

    .partners {
        margin-top: 200px;
        margin-bottom: 200px;
    }

    .partners h1 > span {
        font-size: 144px;
    }

    .explore-images-sides {
        top: 2%;
    }

}

/* Collections page */
.breadcrumb {
    margin-bottom: 0;
    background: #FFFFFF;
    border-radius: 0;
    padding: 20px 0 20px 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #6c757d;
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background: #C4C4C4;
    top:50%;
    margin-left: 5px;
    margin-top: -1.5px;
    left: 0;
    border-radius: 50%;
    display: block;
    padding-right: 0;
}

.breadcrumb-item+.breadcrumb-item {
    position: relative;
}

.breadcrumb-item:first-child a {
    padding-left: 0;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 16px;
    text-transform: uppercase;
}

.breadcrumb-item a {
    text-transform: uppercase;
    padding-left: 0;
    font-size: 10px;
    color:#C4C4C4;
    transition: .3s;
    border-bottom: 1px solid transparent;
}

.breadcrumb-item a:hover {
    color: #000000;
    border-bottom: 1px solid #000000;
    text-decoration: none;
}

.breadcrumb-item.active {
    color:#000000;
    padding-left: 15px;
    font-size: 10px;
}

.collection-header {
    padding-top: 10px;
    padding-bottom: 80px;
}

.collection-header img {
    display: block;
    margin: 0 auto;
    margin-bottom: -26%;
}

.collection-header h1 {
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
}

.collection-header p {
   position: relative;
    z-index: 2;
}

.collections .row {
    margin-bottom: 80px;
}

@media (min-width: 576px) {

}
@media (min-width: 768px) {

    .collection-header {
        padding-top: 143px;
        padding-bottom: 50px;
    }

    .collection-header img {
        margin-bottom: 0;
    }

    .collection-header .p-text {
        margin-left:0;
        margin-left: 30px;
    }

    .collection-header {
        margin-bottom: 40px;
        padding-top: 220px;
        background-size: 370px;
        padding-bottom: 80px;
    }

    .collections .row {
        margin-bottom: 160px;
    }

    .collection-header {
        padding-top: 100px;
        padding-bottom: 80px;
        position: relative;
    }

    .collection-header img {
        position: absolute;
        top:0;
        right: 0;
        z-index: 0;
        width:60%;
    }

}
@media (min-width: 992px) {

    .collection-header {
        margin-bottom: 160px;
    }
    .collections .row {
        margin-bottom: 180px;
    }

    .collection-header img {
        width:50%;
    }

    .about-tea h1 > span {
        font-size: 95px;
    }
}
@media (min-width: 1200px) {}


/*One Collection page*/
.collection-item-text {
    margin-top: 30px;
}

.collection-item-text strong, .collection-item-text a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.67);
    text-transform: uppercase;
    font-weight: normal;
}

.collection-item-text a:hover {
    text-decoration: none;
}

.collection-item-text p {
    text-align: center;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    margin-top: 7px;
}

.collection-item-kind {
    color: rgba(0, 0, 0, 0.6)!important;
}

.product-kind {
    color: rgba(0, 0, 0, 0.3)!important;
}

.collection-page .collection-header {
}

.collection-page > .row > div {
    margin-bottom: 80px;
}

.next-collection {
    display: none;
}

@media (min-width: 576px) {

    .collection-page .collection-header {

    }

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

    .collection-item-text strong, .collection-item-text a {
        font-size: 20px;
    }

    .collection-item-text p {
        font-size: 14px;
    }

    .collection-page > .row > div{
        margin-bottom: 120px;
    }

}

@media (min-width: 1200px) {

    .collection-page .circle-product {
        max-width: 500px;
    }
}

@media (min-width: 1366px) {

    .next-collection {
        display: block;
        padding-top: 100px;
        padding-bottom: 175px;
        /*border-top: 1px solid #eeeeee;*/
    }

    .next-collection > span {
        font-size: 12px;
        text-transform: uppercase;
        color: rgba(76, 77, 56, 0.6);
        display: block;
        margin-bottom: 10px;
    }

    .next-collection .btn-main{
        margin-top: 70px;
    }

}

/*Product page*/
.product-page {
    margin-top: 30px;
}

.product-name {
    margin-top: 30px;
}

.product-name strong {
    font-size: 25px;
    font-family: 'Playflair', serif;
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
    text-transform: uppercase;
    display: block;
}

.product-name img {
    display: block;
    margin: 5px 0 0 auto;
    width: 40px;
    height: 40px;
}

.product-name span {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    color: #787878;
    margin-top: 20px;
}
.product-type img {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
}

.product-type {
    border-top: 1px solid rgba(76, 77, 56, 0.2);
    margin-top: 30px;
    padding-top: 28px;
    border-bottom: 1px solid rgba(76, 77, 56, 0.2);
}

.product-type > .row > div {
    margin-bottom: 30px;
}

.product-type span {
    display: block;
    font-size: 8px;
    line-height: 137.7%;
    text-align: center;
    text-transform: uppercase;
    color: #787878;
    margin-top: 12px;
}

.product-tabs .nav  {
    border-bottom: 1px solid rgba(76, 77, 56, 0.2);
    padding-top: 30px;
}

.product-tabs .nav li {
    text-align: center;
    min-width: 30%;
    transition: .3s;
}


.product-tabs a {
    color:#000000;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 2px solid transparent;
    transition: .3s;
}

.nav-link.active {
   border-bottom: 2px solid #000000;
}

#pills-mood p {
    font-weight: 300;
    font-size: 12px;
    line-height: 180%;
    text-align: center;
    color: #1E1E1E;
    margin-top: 20px;
}

.ingredients strong {
    font-size: 14px;
    font-weight: 600;
    color:#000000;
}

.ingredients p {
    font-size: 12px;
    color:#000000;
    font-weight: 300;
}

.ingredients {
    padding-top: 10px;
}

.ingredients > .row {
    margin-bottom: 10px;
}

.table-bordered td, .table-bordered th {
    border-right: 1px solid #dee2e6;
    border-bottom: 0;
    border-top:0;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 0px solid #dee2e6;
    font-size: 12px;
}

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #454d55;
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 1px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
}

.brew {
    padding-top: 10px;
}

.brew > .row {
    margin-bottom: 10px;
}

.brew ul li {
    list-style: none;
    margin-bottom: 10px;
}

.brew img {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

.brew span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    margin-bottom: 0;
    padding-left: 10px;
}

.explore-collection {
    padding-top: 50px;
    padding-bottom: 50px;
}

.explore-collection .btn-main {
    margin-bottom: 50px;
}

.explore-collection > .row > div {
    margin-bottom: 30px;
}

.explore-collection .collection-item-text strong {
    font-size: 15px;
}

.explore-collection .collection-item-text a:hover {
    text-decoration: none;
}

.explore-collection .collection-item-text p {
    font-size: 13px;
    margin-top: 7px;
}

.shop {
    padding-left: 25px;
}

.shop:before {
    background: url('/img/icons/shop-icon.svg') no-repeat;
    width: 20px;
    height: 20px;
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
    .product-page {
        margin-top: 60px;
    }

    .product-name strong {
        font-size: 32px;
    }

    .product-type {
        border-top: 0;
        padding-top: 0;
        border-bottom: 0;
    }

    .product-tabs .nav {
        padding-top: 0;
    }

    .product-type span {
        font-size: 8px;
    }

    #pills-mood p {
        font-size: 14px;
    }

    .ingredients p {
        font-size: 14px;
    }

    .table td, .table th {
        font-size: 14px;
    }

    .brew span {
        font-size: 14px;
    }

    .explore-collection {
        padding-top: 90px;
        padding-bottom: 70px;
    }

    .explore-collection .btn-main {
        margin-bottom: 100px;
    }

}
@media (min-width: 992px) {

    .product-type span {
        font-size: 10px;
    }
    .product-name span {
        font-size: 14px;
    }

    .product-tabs a {
        font-size: 14px;
    }

    .product-name strong {
        font-size: 44px;
    }

    .explore-collection .collection-item-text strong, .explore-collection .collection-item-text a {
        font-size: 20px;
    }

}

@media (min-width: 1200px) {

    #pills-mood p {
        font-size: 16px;
    }

    .product-tabs a {
        font-size: 15px;
    }

    .ingredients p {
        font-size: 16px;
    }

    .ingredients strong {
        font-size: 16px;
    }

     .table th {
        font-size: 16px;
    }

    .table td {
        font-size: 14px;
    }

}

@media (min-width: 1366px) {

    .about-tea h1 > span{
        font-size: 130px;
    }

    .product-name img {
        width: 70px;
        height: 70px;
    }


}

@media (min-width: 1992px) {
    .product-name strong {
        font-size: 56px;
    }

    .explore-collection {
        padding-top: 160px;
        padding-bottom: 140px;
    }

    .explore-collection .btn-main {
        margin-bottom: 120px;
    }


}

/*Contacts page*/
.contacts-info {
    padding-bottom: 100px;
}

.contacts-info .product-tabs .nav li {
    min-width: 50%;
}

#pills-info {
    padding-top: 40px;
    text-align: center;
}

#pills-get-contact {
    padding-top: 40px;
    text-align: center;
}

#pills-info ul {
    padding-left: 0;
    padding-top: 55px;
}

#pills-info ul li {
    list-style: none;
    margin-bottom: 23px;
    font-size: 12px;
    text-transform: uppercase;
}

#pills-info ul li a {
    border-bottom: 1px solid transparent;
    transition: .3s;
    font-size: 12px;
}

#pills-info ul li a:hover {
    border-bottom: 1px solid #000000;
    text-decoration: none;
}

.contacts-social {
    margin-top: 40px;
}

.contacts-social a {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
    margin-right: 10px;
    border-bottom: 1px solid transparent;
}

.contacts-social a:hover {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    border-bottom: 1px solid #000000;
}

.contacts-social a:last-child {
    margin-right: 0;
}

#pills-get-contact form {
    text-align: left;
    margin-top: 50px;
}

#pills-get-contact form label {
    font-size: 10px;
    text-transform: uppercase;
    color: #000000;
}

#pills-get-contact form label {
    font-size: 10px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 20px;
    font-size: 14px;
    color: #495057;
    border: 1px solid #C8C8C8;
    background-clip: padding-box;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    resize: none;
}

.form-control:focus {
    color: #000000;
    border: 1px solid #000000;
    outline: none;
    box-shadow: none;
}

form-control::placeholder {
    color: #C8C8C8;
    text-transform: uppercase;
    opacity: 1;
    font-size: 12px;
}

.form-control::placeholder {
    color: #C8C8C8;
    opacity: 1;
    text-transform: uppercase;
    font-size: 12px;
}

.form-control:-ms-input-placeholder {
    color: #C8C8C8;
    opacity: 1;
    text-transform: uppercase;
    font-size: 12px;
}

.form-control::-ms-input-placeholder {
    color: #C8C8C8;
    opacity: 1;
    text-transform: uppercase;
    font-size: 12px;
}

.form-control::-webkit-input-placeholder {
    color: #C8C8C8;
    opacity: 1;
    text-transform: uppercase;
    font-size: 12px;
}

.form-control:-moz-placeholder {
    color: #C8C8C8;
    opacity: 1;
    text-transform: uppercase;
    font-size: 12px;
}

.form-control::-moz-placeholder{
    color: #C8C8C8;
    opacity: 1;
    text-transform: uppercase;
    font-size: 12px;
}

.btn-send {
    text-transform: uppercase;
    color: #C8C8C8;
    transition: .3s;
    cursor: pointer;
    margin-top: 40px;
    display: inline-block;
}

.btn-send:hover {
    text-decoration: none;
    color: #000000;
}

@media (min-width: 768px) {

    .contacts-info {
        padding-bottom: 140px;
    }

    #pills-info ul li {
        font-size: 14px;
    }

    #pills-info ul li a {
        font-size: 14px;
    }

    .contacts-social a {
        font-size: 14px;
    }

    #pills-get-contact h1 {
        font-size: 35px;
    }

}
@media (min-width: 992px) {

    #pills-info ul li {
        font-size: 16px;
    }

    #pills-info ul li a {
        font-size: 16px;
    }

    .contacts-social a {
        font-size: 16px;
    }

    #pills-get-contact h1 {
        font-size: 52px;
    }

    #pills-info {
        padding-top: 70px;
    }

    #pills-get-contact {
        padding-top: 80px;
    }

}

@media (min-width: 1200px) {

    #pills-get-contact h1 {
        font-size: 60px;
    }

}

@media (min-width: 1366px) {
}

@media (min-width: 1992px) {
}

/*About page*/
.about h1 {
    font-size: 40px;
    width: 90%;
    margin: 0 auto;
}

.about-block {
    position: relative;
}

.about-block {
    position: relative;
}

.about-images img {
    display: block;
    margin: 0 auto;
    width: 80%;
}

.about-images-sides {
    display: none;
}

.about .collection-header {
    padding-bottom: 50px;
}

.about-collection {
    padding-top: 60px;
}

.about-collection h1 {
    width: 90%;
    margin-bottom: 40px;
}

.about-collection .btn-main {
    margin-top: 35px;
}

.about-middle-img {
    margin-top: 80px;
}

.about-middle-img img{
    display: block;
    margin: 0 auto;
}

.about-tea {
    margin-top: 80px;
    padding-bottom: 120px;
}

.about-tea img {
    display: block;
    margin: 0 auto;
    width: 60%;
    position: relative;
    top: -20px;
    z-index: -1;
}

.about-tea h1 {
    width: 90%;
}

.about-tea h1 > span {
    font-size: 40px;
    color: #3A3A39;
    font-family: 'Playflair', serif;
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-transform: lowercase;
}

.about-tea .p-text {
    margin-top: 23px;
}


@media (min-width: 425px) {

    .about h1 {
        width: 80%;
    }
}

@media (min-width:576px) {

    .about-tea h1 > span {
        font-size: 60px;
    }

}

@media (min-width: 768px) {

    .about h1 {
        font-size: 80px;
        width: 85%;
    }

    .about .collection-header img {
        top: 50px;
        width: 55%;
    }

    .about-images img {
        width: 90%;
    }

    .about-images {
        width: 50%;
    }

    .about-images-sides {
        display: block;
    }

    .about-images-sides {
        display: block;
    }

    .about-block {
        position: relative;
    }

    .about-images-sides div:first-child {
        position: absolute;
        top: 30%;
        left: 0;
        width: 13%;
        text-align: left;
    }

    .about-images-sides div:last-child {
        position: absolute;
        top: 28%;
        right: 0;
        width: 20%;
        text-align: right;
    }

    .about .collection-header {
        padding-bottom: 100px;
    }

    .about-collection {
        padding-top: 130px;
    }

    .about-collection h1 {
        width: 100%;
        margin-bottom: 70px;
    }

    .about-middle-img {
        margin-top: 120px;
    }

    .about-tea h1 > span {
        font-size: 80px;
    }

    .about-tea {
        margin-top: 220px;
        padding-bottom: 160px;
    }

    .about-tea h1 {
        width: 80%;
    }

    .about-tea img {
        top: -30px;
    }

    .about-tea .p-text {
        width: 73%;
    }

}

@media (min-width: 992px) {

    .about h1 {
        font-size: 100px;
    }

    .about-collection {
        padding-top: 200px;
    }

    .about-collection h1 {
        width: 100%;
    }

    .about-middle-img {
        margin-top: 160px;
    }

    .about-tea h1 > span {
        font-size: 100px;
    }

    .about-tea h1{
        width: 70%;
    }

    .about-tea img {
        top: -40px;
    }

    .about-tea {
        margin-top: 240px;
    }

}

@media (min-width: 1200px) {

    .about h1 {
       width: 80%;
    }

    .about-collection h1 {
        width: 80%;
    }

    .about-tea h1{
        width: 62%;
    }

    .footer-social {
        width: 65%;
        margin: 0 auto;
    }

}

@media (min-width: 1366px) {

    .about h1 {
        font-size: 110px;
    }

    .about-collection h1 {
        width: 90%;
    }

    .about-tea h1 > span {
        font-size: 110px;
    }
}

@media (min-width: 1992px) {
    .about h1 {
        font-size: 130px;
    }

    .about-collection h1 {
        width: 90%;
    }

    .about-middle-img {
        margin-top: 240px;
    }

    .about-tea h1 > span {
        font-size: 130px;
    }

    .about-tea {
        margin-top: 240px;
    }
}

@media (min-width: 768px) {
    .cursor {
        display: none;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        /*border: 1px solid #000000;*/
        position: fixed;
        z-index: 10000;
        transform: translate(-50%, -50%);
        pointer-events: none;
        transition: all 0.3s ease; /*0.5s cubic-bezier(0.75, -1.27, .3, 2.33);*/
        transition-property: background, transform;
        transform-origin: 100% 100%;
        user-select: none;
    }

    .link-grow {
        transform: scale(1.7);
        background: rgba(0, 0, 0, 0.15);
    }

    .hovered-link {
        /*color: #ffffff!important;*/
    }
}

#contacts-form-sent {
    display: none;
}

#email-error {
    color: #e91010;
    display: none;
}

#music-promo-btn {
    position: absolute;
    top: 133px;
    right: 133px;
    z-index: 3;
}

#music-promo-btn > img {
    width: 80px;
    height: 80px;
}

#music-promo-btn:hover img {
    opacity: 0.8;
}

#music-promo-text {
    color: #431b63;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    top: 220px;
    right: 106px;
    z-index: 3;
    text-align: center;
}

#music-promo-product-text {
    color: #431b63;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    top: 143px;
    right: 15px;
    z-index: 3;
    text-align: center;
}

@media (max-width: 1991px) {
    #music-promo-product-text {
        top: 132px;
    }
}

@media (max-width: 1024px) {
    #music-promo-btn {
        top: 64px;
    }

    #music-promo-text {
        top: 160px;
        right: 110px;
    }

    #music-promo-product-text {
        top: 115px;
    }
}

@media (max-width: 768px) {
    #music-promo-btn {
        top: 64px;
    }

    #music-promo-btn > img {
        width: 70px;
        height: 70px;
    }

    #music-promo-text {
        top: 140px;
        right: 103px;
    }

    #music-promo-product-text {
        top: 105px;
    }
}

@media (max-width: 425px) {
    #music-promo-btn {
        top: 110px;
        right: 43%;
    }

    #music-promo-btn > img {
        width: 60px;
        height: 60px;
    }

    #music-promo-text {
        top: 178px;
        right: 37%;
        font-size: 14px;
    }

    #music-promo-product-text {
        font-size: 14px;
        top: 110px;
    }
}

@media (max-width: 320px) {
    #music-promo-btn {
        right: 42%;
    }

    #music-promo-btn > img {
        width: 50px;
        height: 50px;
    }

    #music-promo-text {
        top: 168px;
        right: 34%;
        font-size: 12px;
    }
}

.product-shops {
    display: none;
    padding: 0;
}

.product-shops li {
    list-style: none;
    padding: 5px 0;
}

.product-article {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.product-article h1 {
    font-size: 25px;
}

.product-article-text {
    margin-bottom: 50px;
    margin-top: 50px;
}

.product-article-text > p {
    text-align: justify
}

.product-article-text > p img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .product-article h1 {
        font-size: 32px;
    }
}

@media (min-width: 992px) {
    .product-article h1 {
        font-size: 44px;
    }
}

@media (min-width: 1400px) {
    .product-article h1 {
        font-size: 56px;
    }
}

.action-block {
    position: relative;
    text-align: right;
}

.action-text-block {
    position: absolute;
    top: 30px;
    left: 60px;
    text-align: left!important;
    z-index: 1;
}

.action-block h3 {
    font-size: 144px;
    color: #3A3A39;
    font-family: 'Playflair', serif;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.action-block p {
    color: #c90b14;
    font-size: 52px;
    text-transform: uppercase;
    line-height: 70px;
}

.action-block p span {
    color: #3a3a39;
    font-size: 68px;
    text-transform: uppercase;
}

.action-block img {
    max-height: 880px;
}

.action-btn {
    background-color: #eb030c;
    position: absolute;
    bottom: 40px;
    right: 40px;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s;
    padding-top: 20px;
}

.action-btn span {
    font-size: 16px;
}

@media (max-width: 991px) {
    .action-block h3 {
        font-size: 80px;
        margin-bottom: 30px;
    }

    .action-block p {
        font-size: 32px;
        line-height: 44px;
    }

    .action-block p span {
        font-size: 44px;
    }
}

@media (max-width: 767px) {
    .action-block h3 {
        font-size: 60px;
    }

    .action-block p {
        font-size: 28px;
        line-height: 38px;
    }

    .action-block p span {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .action-block h3 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .action-block p {
        font-size: 24px;
        line-height: 30px;
    }

    .action-block p span {
        font-size: 28px;
    }

    .action-btn {
        font-size: 12px;
        line-height: 22px;
        width: 100px;
        height: 100px;
        padding-top: 15px;
    }

    .action-btn span {
        font-size: 10px;
    }
}

@media (max-width: 420px) {
    .action-text-block {
        left: 30px;
    }

    .action-block h3 {
        font-size: 36px;
    }

    .action-block p {
        font-size: 20px;
        line-height: 26px;
    }

    .action-block p span {
        font-size: 24px;
    }
}

@media (max-width: 350px) {
    .action-btn {
        font-size: 10px;
        line-height: 16px;
        width: 72px;
        height: 72px;
        padding-top: 10px;
    }
}

.modal-title {
    font-size: 24px;
    text-transform: uppercase;
}

.modal-header .close span {
    font-size: 36px;
}