body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

body.home .middle {display: none;}

.metismenu.mod-menu .metismenu-item>a:focus, .metismenu.mod-menu .metismenu-item>button:focus {
    outline-offset: 0px;
    outline: none;
}

.grid-child {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.container-component > main {
    padding: 100px 0px 100px 0px;
}

.container-component>*+* {
    margin-top: 0em;
}

.page-header h1 {
    margin:0px 0px 50px 0px;
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -1.4px;
    vertical-align: middle;
}

.container-header {
    z-index: 10;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
}

.top_banner {
    margin-top: -80px;
    position: relative;
    /*min-height: 800px;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.top_banner.home {
    background: linear-gradient(0deg, rgba(113, 113, 113, 0.1584) 0%, rgba(11, 11, 11, 0.66) 86.23%), url(/templates/cassiopeia/img/top-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.top_banner.product-1 {
    background: linear-gradient(0deg, rgba(113, 113, 113, 0.1584) 0%, rgba(11, 11, 11, 0.66) 86.23%), url(/templates/cassiopeia/img/product-min.jpg);
    min-height: 500px;
    background-size: cover;
    background-position-y: 50%;
}
.top_banner.product-1 .container-banner {min-height: 500px;}

.top_banner.product-2 {
    background: linear-gradient(0deg, rgba(113, 113, 113, 0.1584) 0%, rgba(11, 11, 11, 0.66) 86.23%), url(/templates/cassiopeia/img/product-min.jpg);
    min-height: 500px;
    background-size: cover;
    background-position-y: 50%;
}
.top_banner.product-2 .container-banner {min-height: 500px;}

.top_banner.about {
    background: linear-gradient(0deg, rgba(113, 113, 113, 0.1584) 0%, rgba(11, 11, 11, 0.66) 86.23%), url(/templates/cassiopeia/img/about-min.jpg);
    min-height: 500px;
    background-size: cover;
    background-position-y: 50%;
}
.top_banner.about .container-banner {min-height: 500px;}

.top_banner.conditions {
    background: linear-gradient(0deg, rgba(113, 113, 113, 0.1584) 0%, rgba(11, 11, 11, 0.66) 86.23%), url(/templates/cassiopeia/img/conditions-min.jpg);
    min-height: 500px;
    background-size: cover;
    background-position-y: 50%;
}
.top_banner.conditions .container-banner {min-height: 500px;}

.top_banner.contacts {
    background: linear-gradient(0deg, rgba(113, 113, 113, 0.1752) 0%, rgba(0, 43, 11, 0.73) 86.23%), url(/templates/cassiopeia/img/contacts-min.jpg);
    min-height: 500px;
    background-size: cover;
    background-position-y: 50%;
}
.top_banner.contacts .container-banner {min-height: 500px;}


.top_banner .container-banner {
    margin: 0;
    color: #fff;
    min-height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    z-index: 3;
}

.top_banner .container-banner, .breket .container-banner {
    margin: 0;
}

.breket .custom p {margin: 0px;}

.top_banner .top-shadow {
    background: linear-gradient(0deg, rgba(113, 113, 113, 0.1584) 0%, rgba(11, 11, 11, 0.66) 86.23%);
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.top_banner h1 {
    font-weight: 400;
    font-size: 63.73px;
    line-height: 6rem;
    letter-spacing: -3px;
    text-align: center;
}

.top_banner .stars-white {
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    display: flex;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
}

.top_banner .stars-white span {
    margin:-4px 0px 0px 10px;
}

.top_banner.home .order {
    width:220px;
}


body.contacts .backgreen {
    color: #fff;
    background: #008D44;
    padding: 20px;
}

body.contacts .backgreen .custom {
    display: flex;
}

body.contacts .backgreen .custom > div {
    width: 300px;
}
body.contacts .backgreen .custom h3 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1rem;
    margin: 0px 0px 30px 0px;
}
body.contacts .backgreen .custom p {}
body.contacts .backgreen .custom .pstrong {font-weight: 600;}

.order {
    display: block;
    color: #fff;
    background: #008D44;
    border: 2px solid #008D44;
    border-radius: 25px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1.2px;
    text-align: center;
    vertical-align: middle;
    margin: 50px auto;
    transition: all .15s;
    cursor: pointer;
}

.order:hover {
    color: #008D44;
    background: #fff;
    border: 2px solid #008D44;
}

body.top_banner.home .order {
    width: 250px;
}

body.conditions .order {
    margin: 50px 0px 0px 0px;
    width: 300px;
}

.more {
    display: block;
    color: #fff;
    background: #008D44;
    border: 2px solid #008D44;
    border-radius: 25px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1.2px;
    text-align: center;
    vertical-align: middle;
    margin: 50px auto;
    transition: all .15s;
}

.more:hover {
    color: #008D44;
    background: #fff;
    border: 2px solid #008D44;
}

.reviews .more {width:120px}

.topmenu {
    display: flex;
    align-items: center;
    margin: 0px 20px;
    color: #fff;
}

.tel {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
}

.tel p {
    margin: 0px;
}

.messenger-top {
    display: flex;
    align-items: center;
    margin: 0px 20px;
    color: #fff;
}

.messenger-top > div {
    margin:0px 5px;
}

.messenger-bot {
    display: flex;
    align-items: center;
    margin: 0px 0px;
    color: #fff;
}

.mesege-bot h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.messenger-bot div:first-child {
    margin:0px 5px 0px 0px;
}

.lang {
    display: flex;
    align-items: center;
}

.lang .btn-secondary {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

.advant {
    background: #008D44;
    color:#fff;
    text-transform: uppercase;
    padding: 20px 0px;
    font-weight: 600;
    font-size: 25.59px;
    letter-spacing: 0;
    display: flex;
}

.advant .grid-child {
    justify-content: center;
    align-items: center;
}

.advant p {
    margin: 0px;
}

.way {
    padding: 100px 0px;
}

.way h3 {
    font-weight: 400;
    font-size: 46px;
    line-height: 58px;
    letter-spacing: -1.45px;
    text-align: center;
    vertical-align: middle;
}

.way .list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.way .item {
    padding: 50px;
    text-align: center;
}

.way .item h5 {
    font-weight: 600;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
}

.way .order {
    width:150px;
}

.warm .flex {
    display:flex;
}

.warm .flex > div {
    width: 50%;
}

.warm .backgreen {
    background: #008D44;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 100px;
    text-align: center;
    color: #fff;
}

.warm .backgreen h2 {
    font-weight: 400;
    font-size: 46px;
    letter-spacing: -2px;
}

.warm .backgreen p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.5;
}

.warm .photo {
    overflow: hidden;
}

.warm .photo img {
    width: 100%;
}

.product-section-1 {}

.product-section-1 .flex {
    display:flex;
}

.product-section-1 .flex > div {
    width: 50%;
}

.product-section-1 .backgreen {
    background: #008D44;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 100px;
    color: #fff;
}

.product-section-1 .backgreen h2 {
    font-weight: 400;
    font-size: 46px;
    letter-spacing: -2px;
}

.product-section-1 .backgreen p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.5;
}

.product-section-1 .photo {
    overflow: hidden;
}

.product-section-1 .photo img {
    width: 100%;
}

.product-section-2 .row-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin:50px 0px;
}

.product-section-2 .row-flex > div {
    text-align: center;
    padding: 40px;
}

.product-section-2 h3 {
    text-align: center;
    margin:50px 0px;
    font-weight: 400;
    font-size: 46px;
    line-height: 56px;
    letter-spacing:-1.25px;
}

.product-section-2 h4 {
    font-weight: 700;
    font-size: 20px;
    margin:30px;
}

.product-section-3.blackgreen {
    background: #2D5F3B;
    color: #fff;
    padding: 50px;
}

.product-section-3 .flex {
    display: flex;
    align-items: center;
}

.product-section-3 .flex > div {
    width:50%;
    padding: 30px;
}

.product-section-3 h3 {
    font-weight: 400;
    font-size: 46px;
    line-height: 57.6px;
    letter-spacing: -1.2px;
    margin: 0px 0px 50px 0px
}

.product-section-3 p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.5px;
}


/***********************************************************************************************/
.prime .flex {
    display:flex;
}

.prime .flex > div {
    width: 50%;
}

.prime .backgreen {
    background: #F0FFF3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 100px;
    text-align: center;
    color: #313030;
}

.prime .backgreen h2 {
    font-weight: 400;
    font-size: 46px;
    letter-spacing: -2px;
}

.prime .primedesc {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin:0px 0px 100px 0px;
}

.prime .photo {
    overflow: hidden;
    position: relative;
}

.prime .phototext {
    color: #fff;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: url(/templates/cassiopeia/img/prime.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.primeset {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0px 100px 0px;
    width: 100%;
}

.primeset .item {width:130px;}

/********************************************************************************************************/

.reviews {
    padding: 100px 0px;
}

.reviews h3 {
    font-weight: 400;
    font-size: 46px;
    line-height: 58px;
    letter-spacing: -1.45px;
    text-align: center;
    vertical-align: middle;
}

.reviews .list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.review {
    padding: 20px;
    text-align: center;
}

.review p > img {
    border-radius: 50%;
    width: 100px;
}

.review h4 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 3rem;
}

.review h5 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.4rem;
}

footer {
    color:#fff;
    background: #008D44;
    padding: 20px 0px;
}

.blocks {
    justify-content: space-between;
}

.fast-sale {
    color:#fff;
    margin: 40px 0px 20px 0px;
}

.fast-sale h3 {
    font-size: 2.75rem;
    font-weight: 400;
    line-height: 1;
}

.fast-sale p {
    margin: 0px;
}

.form {
    margin: 40px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    min-width: 400px;
}

.form label {
    font-size: 12px;
    font-weight: 300;
}

.wrapbtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 50px 0px 20px 0px;
    align-items: center;
}

.wrapinput {
    display: flex;
    flex-direction: column;
    margin: 10px 0px;
}

.wrapinput input {
    border-radius: 20px;
    padding: 10px 15px;
    border:1px solid #fff;
    background: #fff;
    width:100%;
}

.form .formsend {
    border-radius: 20px;
    padding: 10px 20px;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    width: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .15s;
}

.form .formsend:hover {
    color: #333;
    border:2px solid #333;
}

#myform2 {
    margin: 40px 0px 20px 0px;
    display: flex;
    flex-direction: column;
    max-width: 50%;
}

#myform2 .wrapinput input {
    border-radius: 20px;
    padding: 10px 15px;
    border:1px solid #ccc;
    background: #fff;
    width:100%;
}

#myform2 .wrapinput textarea {
    border-radius: 20px;
    padding: 10px 15px;
    border:1px solid #ccc;
    background: #fff;
    width:100%;
    height: 300px;
}

#myform2 .wrapbtn {display: block;}

#myform2 .formsend {
    border-radius: 20px;
    padding: 10px 20px;
    border: 2px solid #008D44;
    background: #008D44;
    color: #fff;
    width: 200px;
    display: block;
    transition: all .15s;
}

#myform2 .formsend:hover {
    color: #008D44;
    background: #fff;
    border: 2px solid #008D44;
}

.mesege-bot, .menu-bot {margin: 50px 20px 20px 20px;}

.menu-bot .grid-child {
    flex-direction: column;
}

.menu-bot h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.menu-bot a {
    color:#fff;
}



.copyright {
    color:#fff;
    margin: 20px 0px;
}

.copyright p {
    margin: 0px;
}

.menu-bot .mod-list li.active > a {
    text-decoration: none;
}



body.about .com-content-article .order {
    width: 250px;
}

body.about .flex {
    display: flex;
    align-items: center;
}

body.about .flex > div {
    width:50%;
    padding: 20px;
    margin: 20px;
}

body.about .flex h3 {
    font-weight: 400;
    margin: 0px 0px 30px 0px;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -1.4px;
}

body.about .flex p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.25px;
}

.wrapmenubot {display: flex;}

.visible-tel {display: none;}

.wrapbtntelmenu {
    justify-content: center;
    align-items: center;
}
.wrapbtntelmenu .button_tel {
    margin: 0px 25px 0px 0px;
}

/*********************************************************************************************************************************************/

.metismenu.mod-menu .mm-toggler {
    padding: 0px 6px 0px 0px;
}

.metismenu.mod-menu .mm-toggler:after {
    content: "";
    width: 0;
    height: 0;
    margin-inline-start: .5em;
    transition: all .3s ease-out;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: -5px 0px 0px 10px;
}

.metismenu.mod-menu .mm-toggler[aria-expanded=true]:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin: 5px 0px 0px 10px;
}

.topmenu .metismenu.mod-menu .metismenu-item > ul {
    background-color: #008D44;
    border-radius: 10px;
    padding: 10px 0px 10px 0px !important;
    top: 120% !important;
    left: -30%;
}
.topmenu .metismenu.mod-menu .metismenu-item > ul:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent #008D44 transparent;
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
}
.topmenu .metismenu.mod-menu .metismenu-item > ul li {
    border-bottom: 2px solid #fff;
    margin:0px 10px 0px 10px;
    color:#fff;
}
.topmenu .metismenu.mod-menu .metismenu-item > ul li:last-child {
    border-bottom:0px;
}
.topmenu .metismenu.mod-menu .metismenu-item > ul li a {
    color:#fff;
    text-decoration: none;
    text-align: center;
}

.container-header .metismenu > li.active > a:after {opacity: 1;}
.container-header .metismenu > li > a:after, .container-header .metismenu > li > button:before {opacity: 1;}

.menu-bot .metismenu .metismenu-item {padding: 0px;}

/*********************************************************************************************************************************************/

.tel .metismenu.mod-menu .metismenu-item > ul {
    background-color: #008D44;
    border-radius: 10px;
    padding: 10px 0px 10px 0px !important;
    top: 120% !important;
}
.tel .metismenu.mod-menu .metismenu-item > ul:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent #008D44 transparent;
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
}
.tel .metismenu.mod-menu .metismenu-item > ul li {
    border-bottom: 2px solid #fff;
    margin:0px 10px 0px 10px;
    color:#fff;
}
.tel .metismenu.mod-menu .metismenu-item > ul li a {
    color:#fff;
    text-decoration: none;
    text-align: center;
}
.tel .metismenu.mod-menu .metismenu-item > ul li:last-child {
    border-bottom:0px;
}

.tel .mm-toggler {
    padding: 0px 6px 0px 0px;
    font-weight: 600;
}



/************************************************************* hidden **********************************************************************/

.hidden {display: none;}
.topmenu > ul > li:first-child {display: none !important;}
.nav li:first-child {display: none !important;}
.menu-bot .metismenu li:first-child {display: none !important;}
.menu-bot .metismenu li:nth-child(2) {display: none;}
body.about .page-header {display: none;}

/************************************************************* hidden **********************************************************************/

/************************************************************* mobile menu **********************************************************************/
.hidden-menu {
  display: block;
  position: fixed;
  list-style:none;
  padding: 10px;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  background: #008D44;
  color:#fff;
  height: 100%;
  top: 0;
  left: -100%;
  transition: left .2s;
  z-index: 2;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.hidden-menu-ticker {
  display: none;
}

.btn-menu {
    color: #fff;
    padding: 5px;
    /*position: fixed;*/
    top: 20px;
    right: 20px;
    cursor: pointer;
    transition: left .23s;
    z-index: 3;
    width: 40px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}

.btn-menu span {
  display: block;
  height: 5px;
  background-color: #fff;
  margin: 5px 0 0;
  transition: all .1s linear .23s;
  position: relative;
}

.btn-menu span.first {
  margin-top: 0;
}

.btn-menu span:nth-child(2) {
    width:80%;
}

.hidden-menu-ticker:checked ~ .btn-menu {
  left: 85%;
}

.hidden-menu-ticker:checked ~ .hidden-menu {
  left: 0;
}

.hidden-menu-ticker:checked ~ .btn-menu span.first {
  -webkit-transform: rotate(45deg);
  top: 10px;
}

.hidden-menu-ticker:checked ~ .btn-menu span.second {
  opacity: 0;
}

.hidden-menu-ticker:checked ~ .btn-menu span.third {
  -webkit-transform: rotate(-45deg);
  top: -10px;
}


.mobile-menu {margin: 50px 0px 0px 0px;}

/************************************************************* mobile menu **********************************************************************/


.product {
    display: flex;
    align-items: center;
}

.product > div {
    width:50%;
    padding: 0px 50px 0px 50px;
}

.product h3 {
    font-weight: 400;
    font-size: 48px;
    letter-spacing: -1.4px;
    margin: 0px 0px 30px 0px;
}

.product p {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0%;
}

.product .pprice .count {
    color:#008D44;
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 0%;
    margin:0px 0px 0px 50px;
}

.product .pprice {
    display: flex;
    align-items: center;
}

.product .order {
    width: 220px;
    margin: 50px 0px;
}


/************************************ @media screen and (min-width: 320px) and (max-width: 600px) ******************************************/


@media screen and (max-width: 680px) {

    header .tophead {
        position: fixed;
        background: #2D5F3B;
        width: 100%;
    }
    .visible-tel {display: flex;}
    .top_banner {padding: 20px; margin:0px}
    .top_banner .container-banner {min-height: 600px;}
    .top_banner h1 {font-size: 40px; line-height: 49px;}
    .blocks {justify-content: normal; flex-direction: column;}
    .reviews {padding: 20px;}
    .reviews .list {flex-direction: column;}
    .way .list {flex-direction: column;}
    .warm .flex {flex-direction: column;}
    .warm .flex > div {width: 100%;}
    .warm .backgreen {padding: 20px;}
    .topmenu, .tel, .messenger-top, .lang {display:none;}
    .visible-tel .lang {display: flex;}
    .prime .flex {flex-direction: column;}
    .prime .flex > div {width: 100%;}
    .prime .backgreen > p {margin: 0px 0px 50px 0px;}
    .primeset {flex-direction: column;}
    .prime .backgreen {padding: 20px 20px;}
    .advant {font-size: 20px; padding: 20px;}
    .way {padding: 0px 0px;}
    .way h3 {padding: 0px 20px;}
    .fast-sale {margin: 0px; padding: 20px;}
    .fast-sale h3 {margin: 20px 0px;}
    form {margin: 0px; padding: 20px;}
    .form {margin: 0px;}
    .wrapmenubot {justify-content: space-between;}
    .copy {align-items: center; justify-content: center; text-align: center;}
    .visible-tel .mesege-bot,.visible-tel .menu-bot,.visible-tel .lang {margin: 20px 20px 20px 20px;}
    .container-component > main { padding: 0px 0px 0px 0px;}
    .product {flex-direction: column;}
    .product > div {width: 100%; padding: 0px 10px 0px 10px;}
    .product h3 {font-weight: 400;font-size: 44px;letter-spacing: -1.4px;}
    .product-section-1 .flex {flex-direction: column;}
    .product-section-1 .backgreen {padding: 20px;}
    .product-section-1 .flex > div {width:100%}
    .product-section-2 {padding: 20px;}
    .product-section-2 .row-flex {flex-direction: column;}
    .product-section-3.blackgreen {padding: 10px;}
    .product-section-3 .flex {flex-direction: column;}
    .product-section-3 .flex > div {width:100%}
    .product-section-3 .flex .photo {order:2}
    .page-header h1 {margin: 20px 0px 30px 0px; font-size: 40px;}
    body.about .flex {flex-direction: column;}
    body.about .flex > div {width: 100%; padding: 20px; margin: 0px;}
    body.about .flex h3 {font-size: 40px;}
    body.conditions .com-content-article__body {margin: 0px 0px 100px 0px;}
    body.contacts .com-content-article__body {margin: 50px 0px 20px 0px;}
 
}

@media screen and (min-width: 681px) {

}