@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

*, *:before, *:after {
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::selection {
  background: #038561;
  color: #fff;
}
*::-moz-selection {
  background: #038561;
  color: #fff;
}
*::-webkit-selection{
  background: #038561;
  color: #fff;
}
::-webkit-scrollbar{
    width:8px;
    height: 8px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb{
    border: none;
    background-color: #038561;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    behavior: url(border-radius.htc);
    width: 20px;
    max-width: 20px;
    margin-left: -10px;
}
::-webkit-scrollbar-thumb:hover{
    background-color: #038561;
    cursor: pointer;
}
::-webkit-scrollbar-thumb:active {
  background: #038561;
}
::-webkit-scrollbar-track{
    border: none;
  background-color: #fefefe;
}
::-webkit-scrollbar-track:hover{
  background-color: #fefefe;
  cursor: pointer;
}
::-webkit-scrollbar-track:active {
  background: #fefefe;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
html{
  margin: 0;
  width: 100%;
}
body{
  margin: 0;
  width: 100%;
  background: #fefefe;
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Lato", sans-serif;
}
body.is-show-popup{
  overflow: hidden;
}
img{
  max-width: 100%;
  height: auto;
}
iframe{
  max-width: 100%;
}

h1,h2,h3,h4,h5,h6{
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
ol,ul{
  padding-left: 20px;
}

#page{
  float: left;
  width: 100%;
  position: relative;
  background: #ecf0fa;
  color: #031b4e;
  overflow: hidden;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  padding-top: 74px;
  padding-left: 350px;
  padding-right: 350px;
}
.error404 #page{
  padding: 0;
}
.open-popup{
  cursor: pointer;
}
.la-anchor{
  position: absolute;
  left: 0;
  top: -40px;
  opacity: 0;
  display: block;
}
.wrap-line{
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
}
.wrap-line-mg{
  padding: 65px 0;
}
.wrap-grid{
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
#cboxOverlay{
  background: #010101;
}
#colorbox,
#colorbox *{
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.fa,
.fa:before{
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
svg,
svg *{
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.iti{
  position: relative;
  z-index: 19;
  font-size: 15px;
}
.iti__country-list{
  font-size: 14px;
  max-width: 300px;
}
.la-code{
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 1;
}
.form-message{
  display: none;
  font-size: 16px;
  line-height: 1.2;
  color: #f00;
  text-align: center;
  margin: 0 0 15px;
  float: left;
  width: 100%;
}
.form-item input,
.form-item textarea,
.form-item select{
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  resize: none;
  padding: 10px 15px;
  width: 100%;
  outline: none;
  color: #212121;
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid #ccc;
  background: #f5f5f5;
  border-radius: 6px;
}
.form-item input,
.form-item select{
  height: 48px;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border-color: #f00 !important;
  background: #fdeeee;
}
.form-item .label{
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 5px;
}
.form-item textarea{
  height: 184px;
  resize: none;
}
.form-item{
  margin: 0 0 20px;
  position: relative;
}
.form-text-info{
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.4;
}
.form-item .wpcf7-not-valid-tip{
  font-size: 12px;
  line-height: 1.2;
  margin: 5px 0 0;
  font-weight: 400;
  padding-left: 0;
}
.form-btns{
  text-align: center;
}

.la-hide{
  display: none !important;
}

.button{
  text-decoration: none;
  outline: none;
  color: #fff;
  background: #00b48d;
  background: linear-gradient(0deg, #038561, #00b48d);
  border: none;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  padding: 17px 25px;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Montserrat", serif;
  position: relative;
  cursor: pointer;
  text-align: center;
  min-width: 245px;
  z-index: 9;
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
      -ms-transition: none;
          transition: none;
}
.button:hover{
  background: rgba(0, 0, 0, 0.6);
  color: #00b48d;
  border: 2px solid #00b48d;
  padding: 15px 23px;
}
.btn-link{
  color: #616161;
  text-decoration: underline;
  outline: none;
  display: inline-block;
  vertical-align: middle;
}
.btn-link:hover{
  color: #685758;
  text-decoration: none;
}

.block{
  float: left;
  width: 100%;
  position: relative;
}
.bl-title{
  float: left;
  width: 100%;
  position: relative;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  color: #031b4e;
  font-family: "Montserrat", serif;
  margin: 0 0 25px;
}
.bl-description{
  float: left;
  width: 70%;
  position: relative;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
  margin-top: 15px;
  margin-left: 15%;
  font-family: "Montserrat", serif;
}
.bl-content{
  float: left;
  width: 100%;
}
.bl-buttons{
  float: left;
  width: 100%;
  margin-top: 45px;
  text-align: center;
}

.info-text{
  font-size: 14px;
  line-height: 1.4;
  color: #717171;
}

.text-format{
  text-align: justify;
}
.text-format hr{
  opacity: 0;
  height: 1px;
  width: 100%;
  clear: both;
}
.text-format p {
  margin: 0.65em 0;
}
.text-format ol{
  margin: 0.65em 0;
}
.text-format ul{
  display: block;
  width: 100%;
  padding: 0;
  margin: 0.65em 0;
  list-style: none;
}
.text-format ol li{
  margin: 0.5em 0;
}
.text-format ul li{
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.text-format ul li:before{
  content: "\f00c";
  font-family: 'FontAwesome';
  width: 30px;
  text-align: center;
  display: inline-block;
  color: #00b48d;
}
.text-format table ul li:before{
  color: #00b48d;
}
.text-format ol{
  padding: 0;
  list-style: none;
  display: block;
  margin: 0.65em 0;
  counter-reset: olCounter;
}
.text-format ol li{
  list-style: none;
}
.text-format ol li:before {
  counter-increment: olCounter;
  content: counter(olCounter) ". ";
  color: #00b48d;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  margin: 0;
  min-width: 30px;
}
.text-format li h1,
.text-format li h2, 
.text-format li h3,
.text-format li h4,
.text-format li h5,
.text-format li h6{
  display: inline;
}
.text-format b,
.text-format strong{
  font-weight: 600;
  color: #031b4e;
}
.text-format p{
  margin: 1em 0;
}
.text-format ul li:nth-child(1),
.text-format ol li:nth-child(1),
.text-format ul:nth-child(1),
.text-format ol:nth-child(1),
.text-format p:nth-child(1){
  margin-top: 0;
}
.text-format ul li:last-child,
.text-format ol li:last-child,
.text-format ul:last-child,
.text-format ol:last-child,
.text-format p:last-child{
  margin-bottom: 0;
}
.text-format h1,
.text-format h2,
.text-format h3,
.text-format h4,
.text-format h5,
.text-format h6{
  font-weight: 700;
  margin: 1em 0 0.4em;
  line-height: 1.2;
  color: #031b4e;
}
.text-format h1 *,
.text-format h2 *,
.text-format h3 *,
.text-format h4 *,
.text-format h5 *,
.text-format h6 *{
  color: #031b4e;
}
.text-format h1{
  font-size: 1.6em;
}
.text-format h2{
  font-size: 1.4em;
}
.text-format h3{
  font-size: 1.2em;
}
.text-format h4{
  font-size: 1.1em;
}
.text-format h5{
  font-size: 1em;
}
.text-format h6{
  font-size: 0.9em;
}
.text-format a,
.text-format p a{
  text-decoration: underline;
  color: #00b48d;
}
.text-format a:hover,
.text-format p a:hover{
  text-decoration: none;
}
.text-format *:first-child{
  margin-top: 0;
}
.text-format img.aligncenter{
  display: block;
  margin: 0 auto;
}
.text-format img.alignleft{
  float: left;
  max-width: 50%;
  margin: 0 20px 15px 0;
}
.text-format img.alignright{
  float: right;
  max-width: 50%;
  margin: 0 0 15px 20px;
}
.text-format a{
  color: #00b48d;
  text-decoration: underline;
  outline: none;
}
.text-format a:hover{
  text-decoration: none;
}
.text-format blockquote{
  border-left: 1px solid #dcdcdc;
  font-style: normal;
  color: #53678d;
  font-size: 16px;
  margin: 20px 0;
  padding: 10px 20px;

  /*background: #dbe0ec;
  border-left: 5px solid #53678d;
  font-style: normal;
  color: #53678d;
  margin: 1.6em 0;
  margin-left: 65px;
  padding: 25px 25px 25px 30px;*/
}

.text-format table{
  width: 100%;
  max-width: 100%;
  background: none;
  font-size: 0.85em;
  line-height: 1.2;
  border: none;
  border-bottom: 3px solid #e0f1e1;
  text-align: left;
  color: #212121;
}
.text-format table tbody,
.text-format table thead{
    background: none;
    border: none;
    text-align: left;
}
.text-format table td{
    background: none;
    border: none;
    padding: 10px 10px;
    text-align: left;
}
.text-format table tr{
    background: #fff;
    border: none;
    text-align: left;
}
.text-format table tr:nth-child(2n+1){
    background: #e0f1e1;
}
.text-format table th{
    background: none;
    border: none;
    background: #53678d;
    color: #fff;
    padding: 15px 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: left;
}
.text-format table td:nth-child(1),
.text-format table th:nth-child(1){
  padding-left: 20px;
}
.bg-green .text-format table th{
  background: #323033;
}
.text-format table,
.text-format table tr,
.text-format table td,
.text-format table th{
  vertical-align: top;
}
.text-format table ul li:before{
  top: 6px;
}

#menu-triger{
  display: none;
  float: left;
  padding: 10px 0;
  margin-top: 7px;
}
.hamburger {
  width: 30px;
  height: 20px;
  position: relative;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  float: left;
}
.hamburger,.hamburger span {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}
.hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #313131;
  border-radius: 1.5px;
  opacity: 1;
  left: 0;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
#menu-close{
  display: none;
  position: fixed;
  z-index: 331;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
#page.open-menu #menu-close{
  display: block;
}
.hamburger span:nth-child(1) {
  top: 0
}
.hamburger span:nth-child(2),.hamburger span:nth-child(3) {
  top: 8px
}
.hamburger span:nth-child(4) {
  top: 16px
}
#page.open-menu .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  left: 50%;
  opacity: 0;
}
#page.open-menu .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
#page.open-menu .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
#page.open-menu .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  left: 50%;
  opacity: 0;
}
#fade-menu{
  display: none;
  z-index: 991;
  background: rgba(0,0,0,0.6);
  left: 0;
  top: 75px;
  right: 0;
  bottom: 0;
  position: fixed;
}
.open-menu #fade-menu{
  display: block;
}

#header{
  position: fixed;
  left: 0;
  top: 0;
  padding: 10px 0;
  width: 100%;
  height: auto;
  z-index: 199;
  color: #212121;
  background: #fff;
  border-bottom: 1px solid #eae8f1;
}
/*.scrolled #header{
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}*/
.admin-bar #header{
  top: 30px;
}

#block-menu{
  float: left;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Montserrat", serif;
  margin-left: 85px;
  padding: 10px 0;
}
#block-menu ul{
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  text-wrap: nowrap;
}
#block-menu ul li{
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
#block-menu ul li .li-arrow{
  display: none;
}
#block-menu ul li + li{
  margin-left: 40px;
}
#block-menu ul li a{
  color: #212121;
  text-decoration: none;
  outline: none;
  padding: 5px 0;
  display: block;
  position: relative;
}
#block-menu ul li a:hover{
  color: #00b48d;
}

#region-404{
  position: relative;
  background: #3e4148;
}
#region-404 + #footer{
  display: none;
}
#region-404 .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url('../images/bg-404.jpg') center no-repeat;
  background-size: cover;
}
#block-404{
  position: relative;
  z-index: 9;
  padding: 120px 0 20px;
  min-height: 100vh;
  display: flex;
  width: 100%;
  align-items: center;
}
#block-404 .title{
  font-size: 180px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
#block-404 .bl-wrap{
  position: relative;
  width: 100%;
  color: #fff;
  padding-right: 50%;
}
#block-404 .text{
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
}
#block-404 .text2{
  font-size: 22px;
  line-height: 1.2;
  margin-top: 7px;
}
#block-404 .wrap-buttons{
  margin-top: 40px;
}

#logo{
  float: left;
  min-width: 265px;
}
#logo a{
  outline: none;
  text-decoration: none;
}
#logo img{
  height: 55px;
  width: auto;
  display: block;
}

#main{
  min-height: 100vh;
  min-height: calc(100vh - 165px);
}
#sidebar-left{
  width: 350px;
  display: block;
  position: fixed;
  left: 0;
  top: 75px;
  bottom: 0;
  background: #fff;
  border-right: 1px solid #eae8f1;
  overflow: auto;
  z-index: 91;
}
#sidebar-right{
  width: 350px;
  display: block;
  position: fixed;
  right: 0;
  top: 75px;
  bottom: 0;
  background: #fff;
  border-left: 1px solid #eae8f1;
  overflow: auto;
  z-index: 91;
  padding: 15px 20px;
}
.admin-bar #sidebar-left,
.admin-bar #sidebar-right{
  top: 105px;
}
#content{
  padding: 30px;
  float: left;
  width: 100%;
}

.block-banner{
  margin: 0 0 20px;
}
.block-banner .img{
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.block-banner .img a{
  display: block;
  width: 100%;
  text-decoration: none;
  outline: none;
}
.block-banner .img img{
  display: block;
  width: 100%;
  height: auto;
}

.view-category-recipe{
  float: left;
  width: 100%;
}
.view-category-recipe .items{
  margin: -10px -10px;
}
.view-category-recipe .item{
  float: left;
  width: 33.3333%;
  padding: 10px;
}
.view-category-recipe .item:nth-child(3n+1){
  clear: both;
}
.view-category-recipe .item .card{
  position: relative;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.view-category-recipe .item .card:hover{
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}
.view-category-recipe .item .img{
  display: block;
  position: relative;
}
.view-category-recipe .item .img img{
  display: block;
  width: 100%;
  height: auto;
}
.view-category-recipe .item a.over-link{
  display: block;
  outline: none;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  text-decoration: none;
  outline: none;
  opacity: 0;
}
.view-category-recipe .item .name{
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #031b4e;
  text-align: center;
  display: block;
  padding: 10px 10px;
}
.view-category-recipe .item .card:hover .name{
  color: #00b48d;
}


#sidebar-category-recipe{
  font-size: 18px;
  line-height: 1.3;
}
#sidebar-category-recipe ul{
  display: block;
  list-style: none;
  margin: 0;
  padding: 20px 0;
  color: #5b6e88;
}
#sidebar-category-recipe ul li{
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar-category-recipe ul li.has-children{
  cursor: pointer;
}
#sidebar-category-recipe ul li.has-children:hover,
#sidebar-category-recipe ul li.has-children.open,
#sidebar-category-recipe ul li.has-children.active{
  color: #00b48d;
}
#sidebar-category-recipe ul li + li{
  margin-top: 15px;
}
#sidebar-category-recipe ul li span{
  display: flex;
  align-items: center;
  padding: 0 20px;
}
#sidebar-category-recipe ul li a{
  color: #5b6e88;
  text-decoration: none;
  outline: none;
}
#sidebar-category-recipe ul li a:hover{
  color: #00b48d;
}
#sidebar-category-recipe ul li.active > span > a{
  color: #00b48d;
}
#sidebar-category-recipe ul li img{
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 10px 0 0;
}
#sidebar-category-recipe ul li ul{
  margin: 17px 0 0;
  padding: 17px 0 17px 35px;
  background: #f1f1f1;
  font-size: 16px;
  display: none;
}
#sidebar-category-recipe ul li.open ul{
  display: block;
}
#sidebar-category-recipe ul li ul li{
  position: relative;
}
#sidebar-category-recipe ul li ul li:before{
  content: "";
  position: absolute;
  width: 30px;
  left: 5px;
  display: block;
  top: 8px;
  background: #5b6e88;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
#sidebar-category-recipe ul li ul li + li {
  margin-top: 7px;
}


.view-category-recipe-small{
  margin: 0 -5px;
}
.view-category-recipe-small .items{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.view-category-recipe-small .item{
  padding: 5px;
  flex: 0 0 20%;
  display: flex;
}
.view-category-recipe-small .item .card{
  width: 100%;
  position: relative;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #eae8f1;
  padding: 0;
}
.view-category-recipe-small .item .card:hover{
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}
.view-category-recipe-small .item .img{
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 60px;
}
.view-category-recipe-small .item .img img{
  display: block;
  width: 100%;
  height: auto;
}
.view-category-recipe-small .item a{
  display: block;
  width: 100%;
  outline: none;
  text-decoration: none;
  padding: 15px 10px 20px;
}
.view-category-recipe-small .item .name{
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  color: #031b4e;
  text-align: center;
  display: block;
  padding: 0;
  margin-top: 10px;
}

.view-blog{
  margin: 0 -10px;
}
.view-blog .items{
  display: flex;
  flex-wrap: wrap;
}
.view-blog .item{
  width: 33.3333%;
  padding: 0 10px;
  display: flex;
}
.view-blog .item:nth-child(3n+1){
  clear: both;
}
.view-blog .item:nth-child(n+4){
  margin-top: 20px;
}
.view-blog .card{
  position: relative;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.view-blog .item .card:hover{
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}
.view-blog .item .img{
  display: block;
  position: relative;
}
.view-blog .item .img img{
  display: block;
  width: 100%;
  height: auto;
}
.view-blog .item a.over-link{
  display: block;
  outline: none;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  text-decoration: none;
  outline: none;
  opacity: 0;
}
.view-blog .item .name{
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #031b4e;
  display: block;
  padding: 10px 15px;
}
.view-blog .item .card:hover .name{
  color: #00b48d;
}
.view-blog .item .type{
  font-size: 11px;
  line-height: 1;
  padding: 0 15px 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.view-blog .item .type span{
  display: inline-block;
  padding: 5px 7px;
  color: #fff;
  background: #067632;
  border-radius: 3px;
}
.view-blog .item .type.type-post span{
  background: #020791;
}
.view-blog .item .type.type-review span{
  color: #fff;
  background: #e34015;
}


.view-multicookers{
  margin: 0 -10px;
}
.view-multicookers .items{
  display: flex;
  flex-wrap: wrap;
}
.view-multicookers .item{
  width: 33.3333%;
  padding: 0 10px;
  display: flex;
}
.view-multicookers .item:nth-child(3n+1){
  clear: both;
}
.view-multicookers .item:nth-child(n+4){
  margin-top: 20px;
}
.view-multicookers .card{
  position: relative;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.view-multicookers .item .card:hover{
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}
.view-multicookers .item .img{
  display: block;
  position: relative;
}
.view-multicookers .item .img img{
  display: block;
  width: 100%;
  height: auto;
}
.view-multicookers .item a.over-link{
  display: block;
  outline: none;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  text-decoration: none;
  outline: none;
  opacity: 0;
}
.view-multicookers .item .name{
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #031b4e;
  display: block;
  padding: 10px 15px;
}
.view-multicookers .item .card:hover .name{
  color: #00b48d;
}


.view-recipes{
  margin: 0 -10px;
}
.view-recipes .items{
  display: flex;
  flex-wrap: wrap;
}
.view-recipes .item{
  width: 50%;
  padding: 0 10px;
  display: flex;
}
.view-recipes .item:nth-child(n+3){
  margin-top: 20px;
}
.view-recipes .card{
  position: relative;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.view-recipes .item .card:hover{
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}
.view-recipes .item .img{
  display: block;
  position: relative;
}
.view-recipes .item .img img{
  display: block;
  width: 100%;
  height: auto;
}
.view-recipes .item a.over-link{
  display: block;
  outline: none;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  text-decoration: none;
  outline: none;
  opacity: 0;
}
.view-recipes .item .name{
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: #031b4e;
  display: block;
  padding: 10px 15px;
}
.view-recipes .item .card:hover .name{
  color: #00b48d;
}

#sidebar-menu{
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  padding: 0 20px;
  padding-bottom: 15px;
}
#sidebar-menu ul{
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar-menu ul li{
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar-menu ul li + li{
  margin-top: 10px;
}
#sidebar-menu ul li a{
  color: #5b6e88;
  text-decoration: none;
  outline: none;
}
#sidebar-menu ul li a:hover{
  color: #00b48d;
}
#sidebar-menu ul li.current-menu-item a,
#sidebar-menu ul li.current_page_item a{
  color: #00b48d;
}

#footer{
  margin: 0;
  background: #fff;
  padding: 15px 0;
  border-top: 1px solid #eae8f1;
  text-align: center;
}
#footer-bottom{
  color: #5b6e88;
  font-size: 13px;
  line-height: 1.2;
}
#footer .copyright{
  margin-top: 5px;
}
#footer .developer{
  margin-top: 5px;
}
#footer .developer a{
  color: #5b6e88;
  text-decoration: underline;
  outline: none;
}
#footer .developer a:hover{
  color: #00b48d;
}

#footer-menu{

}
#footer-menu ul{
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer-menu ul li{
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
#footer-menu ul li + li{
  margin-left: 15px;
}
#footer-menu ul li a{
  color: #5b6e88;
  text-decoration: underline;
  outline: none;
}
#footer-menu ul li a:hover{
  color: #00b48d;
}

#head-socials{
  float: right;
  padding: 10px 0;
  min-width: 330px;
}
#head-socials .socials{
  float: right;
}
#head-socials a{
  display: block;
  float: left;
} 
#head-socials a img{
  display: block;
  width: 35px;
  height: 35px;
}
#head-socials a + a{
  margin-left: 10px;
}

#breadcrumbs{
  padding: 0;
  margin: 0 0 25px;
  float: left;
  width: 100%;
}
#breadcrumbs ul{
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  color: #515151;
  overflow: hidden;
  text-overflow: ellipsis;
}
#breadcrumbs ul li{
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  white-space: nowrap;
  text-wrap-mode: nowrap;
}
#breadcrumbs ul li + li{
  margin-left: 10px;
  padding-left: 10px;
}
#breadcrumbs ul li + li:before{
  content: "";
  position: absolute;
  left: -5px;
  width: 10px;
  top: 50%;
  margin: -3px 0 0;
  height: 8px;
  background: url('../images/arrow.svg') center no-repeat;
  background-size: contain;
  opacity: 0.9;
}
#breadcrumbs ul li a{
  text-decoration: none;
  outline: none;
  color: #515151;
}
#breadcrumbs ul li a:hover{
  color: #00b48d;
  text-decoration: underline;
}

.view-empty{
  width: 100%;
  position: relative;
  color: #5b6e88;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #eae8f1;
  padding: 15px 30px;
}
.view-empty .text{
  font-size: 18px;
  line-height: 1.4;
}

#head-search{
  float: right;
  margin-right: 20px;
  position: relative;
  height: 55px;
  display: flex;
  align-items: center;
}
#head-search form{
  position: relative;
  display: block;
}
#head-search form input{
  display: block;
  width: 100%;
  color: #031b4e;
  background: #ecf0fa;
  border: 1px solid #eae8f1;
  font-size: 15px;
  line-height: 20px;
  height: 40px;
  border-radius: 20px;
  outline: none;
  padding: 5px 45px 5px 18px;
  position: relative;
  z-index: 3;
  width: 240px;
}
#head-search form input:placeholder{
  opacity: 0.4;
  color: #031b4e;
}
#head-search form input::placeholder{
  opacity: 0.4;
  color: #031b4e;
}
#head-search form button{
  display: block;
  position: absolute;
  width: 40px;
  height: 38px;
  top: 0;
  right: 3px;
  z-index: 6;
  outline: none;
  border: none;
  border-radius: none;
  background: none;
  color: #b4bdce;
  font-size: 16px;
  text-align: center;
}
#head-search form button:hover{
  color: #00b48d;
}


#block-search{
  margin: 0 0 30px;
}
#block-search form{
  position: relative;
  display: block;
  max-width: 465px;
  width: 100%;
}
#block-search form input{
  display: block;
  width: 100%;
  color: #031b4e;
  background: #fff;
  border: 1px solid #eae8f1;
  font-size: 16px;
  line-height: 20px;
  height: 46px;
  border-radius: 25px;
  outline: none;
  padding: 5px 45px 5px 18px;
  position: relative;
  z-index: 3;
}
#block-search form input:placeholder{
  opacity: 0.4;
  color: #031b4e;
}
#block-search form input::placeholder{
  opacity: 0.4;
  color: #031b4e;
}
#block-search form button{
  display: block;
  position: absolute;
  width: 45px;
  height: 44px;
  top: 0;
  right: 3px;
  z-index: 6;
  outline: none;
  border: none;
  border-radius: none;
  background: none;
  color: #b4bdce;
  font-size: 20px;
  text-align: center;
}
#block-search form button:hover{
  color: #00b48d;
}

#result-search{

}
#result-search .title{
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 25px;
  font-weight: 400;
  color: #5b6e88;
}
#result-search .title span{
  font-weight: 600;
  color: #00b48d;
}
#result-search .result-item + .result-item{
  margin-top: 40px;
}
#result-search .result-item .result-item-label{
  margin: 0 0 12px;
  line-height: 1.2;
  color: #5b6e88;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

#block-main-page{
  position: relative;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 40px 30px;
  border: 1px solid #eae8f1;
  box-shadow: -8px 12px 18px 0 #dadee8;
}
#block-main-page .bl-title{
  color: #031b4e;
  font-size: 32px;
}

.addtoany_list a.addtoany_share{
  display: none;
}

#popup-cookies{
  position: fixed;
  z-index: 999;
  left: 20px;
  bottom: 20px;
}
#popup-cookies .block{
  color: #B9B9B9;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  background: #1b1b1b;
  padding: 10px 15px;
  border-radius: 10px;
  width: 320px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
}
#popup-cookies .text{
  padding-right: 65px;
}
#popup-cookies .text a{
  color: #B9B9B9;
  text-decoration: underline;
}
#popup-cookies .text a:hover{
  text-decoration: none;
  color: #00b48d;
}
#popup-cookies .btn{
  position: absolute;
  right: 20px;
  top: 50%;
  line-height: 20px;
  margin-top: -15px;
  color: #f5f5f5;
  background: #00b48d;
  display: block;
  padding: 5px 15px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 6px;
  cursor: pointer;
}
#popup-cookies .btn:hover{
  background: #038561;
}


.block-post{}
.block-post .bl-wrap-title{
  width: 100%;
  position: relative;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  color: #031b4e;
  font-family: "Montserrat", serif;
  margin: 0 0 20px;
}
.block-post .bl-ingredients{
  margin: 0 0 20px;
}
.block-post .bl-ingredients .bl-wrap-title{
  margin: 0 0 5px;
}
.block-post .bl-ingredients .bl-wrap{
  position: relative;
  color: #736458;
  background-color: #FBF9E7;
  border-radius: 6px;
  margin: 0 auto;
  padding: 20px 30px;
  text-align: left;
}
.block-post .bl-ingredients.col-1 .bl-wrap{
  max-width: 750px;
}
.block-post .bl-ingredients.col-2 .items{
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  align-items: flex-start;
  width: 100%;
}
.block-post .bl-ingredients .item{
  padding: 15px 0;
  position: relative;
  cursor: pointer;
  line-height: 1.4;
  position: relative;
  padding-left: 27px;
}
.block-post .bl-ingredients .item + .item{
  border-top: 1px solid #e9e5c9;
}
.block-post .bl-ingredients .item:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  margin: -9px 0 0;
  border-radius: 50%;
  border: 2px solid #DEDAB6;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
}
.block-post .bl-ingredients .item.check:before {
  border: 2px solid #9AD093;
  background: #9AD093;
  -webkit-box-shadow: inset 0px 0px 0px 2px #FBF9E7;
  box-shadow: inset 0px 0px 0px 2px #FBF9E7;
}
.block-post .bl-ingredients .item .val{
  display: inline-block;
}
.block-post .bl-ingredients .item.check .val{
  text-decoration: line-through;
}
.block-post .bl-ingredients.col-2 .item{
  width: 50%;
  padding-right: 25px;
}
.block-post .bl-ingredients.col-2 .item:nth-child(2){
  border: none;
}

.block-post .bl-video{

}
.block-post .bl-video iframe{
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.block-post .bl-reczept{
  position: relative;
  background: #fff;
  border-radius: 6px;
  margin: 0 0 20px;
  padding: 25px 30px;
  text-align: left;
}
.block-post .bl-reczept .item{
  display: flex;
  gap: 20px;
}
.block-post .bl-reczept .item + .item{
  margin-top: 20px;
}
.block-post .bl-reczept .item .num{
  flex: 0 0 50px;
  width: 50px;
  padding-top: 40px;
  background: url('../images/icon-cooker4.svg') center top no-repeat;
  background-size: 40px;

  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Montserrat", serif;
}
.block-post .bl-reczept .item .val{
  min-height: 58px;
  display: flex;
  width: 100%;
  align-items: center;
}

.bl-bottom-info{
  margin-top: 40px;
  display: inline-block;
  width: 100%;
}
.bl-bottom-info .la-share{
  float: left;
}
.bl-bottom-info .la-share .la-share-label{
  font-size: 13px;
  line-height: 1.2;
  margin: 0 0 7px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.bl-bottom-info .la-share .la-share-cont{
  
}
.bl-bottom-info .la-share .addtoany_list a{
  padding: 0 8px 0 0;
}
.bl-bottom-info .la-stars{
  float: right;
  position: relative;
  padding-top: 5px;
}
.bl-bottom-info .la-stars .la-stars-label{
  font-size: 13px;
  line-height: 1.2;
  margin: 0 0 7px;
  display: block;
  font-weight: 700;
  text-align: right;
}
.bl-bottom-info .la-stars .la-stars-cont{

}
.bl-bottom-info .la-stars .rmp-widgets-container.rmp-wp-plugin.rmp-main-container{
  margin: 0;
}
.bl-bottom-info .la-stars .la-stars-cont .rmp-heading--title,
.bl-bottom-info .la-stars .la-stars-cont .rmp-heading--subtitle,
.bl-bottom-info .la-stars .la-stars-cont .js-rmp-hover-text,
.bl-bottom-info .la-stars .la-stars-cont .rmp-rating-widget__results{
  display: none;
}
.bl-bottom-info .la-stars .la-stars-cont .rmp-rating-widget__not-rated{
  margin: 5px 0 0;
  position: absolute;
  font-size: 12px;
  line-height: 1.2;
  text-wrap-mode: nowrap;
  white-space: nowrap;
  text-align: right;
  right: 0;
  top: 100%;
}
.bl-bottom-info .la-stars .la-stars-cont .js-rmp-msg{
  margin: 5px 0 0;
  position: absolute;
  font-size: 12px;
  line-height: 1.2;
  text-wrap-mode: nowrap;
  white-space: nowrap;
  text-align: right;
  right: 0;
  top: 100%;
}
.rmp-rating-widget .rmp-icon--ratings{
  font-size: 25px;
  line-height: 1;
}
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons{
  margin: 0;
  line-height: 1;
}
.rmp-rating-widget .rmp-icon--full-highlight{
  color: #ffd450;
}
.rmp-rating-widget .rmp-icon--half-highlight{
  background: linear-gradient(90deg,#ffd450 50%,#ccc 50%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.bl-tags{
  font-size: 16px;
  line-height: 1.4;
}
.bl-tags span{
  font-weight: 700;
}
.bl-tags ul{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 10px;
}
.bl-tags ul li{
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.bl-tags ul li a{
  color: #5b6e88;
  text-decoration: none;
  outline: none;
}
.bl-tags ul li a:hover{
  color: #00b48d;
  text-decoration: underline;
}

.bl-post-head{
  position: relative;
  background: #fff;
  border-radius: 6px;
  margin: 0 0 20px;
  text-align: left;
  overflow: hidden;
}
.bl-post-head .img{
  width: 100%;
}
.bl-post-head .img img{
  display: block;
  width: 100%;
  height: auto;
}
.bl-post-head .cont{
  padding: 20px 40px 40px;
}
.bl-post-head .title{
  color: #031b4e;
  font-size: 32px;
  line-height: 1.2;
  font-family: "Montserrat", serif;
}
.bl-post-head .bl-tags{
  margin-top: 10px;
}
.bl-post-head .bl-text{
  margin-top: 20px;
}
.bl-post-head .date{
  font-size: 14px;
  line-height: 1.2;
  color: #5b6e88;
}
.bl-post-head .date .fa{
  margin: 0 5px 0 0;
}

.bl-sidebar-right{

}
.bl-sidebar-right + .bl-sidebar-right{
  margin-top: 35px;
}
.bl-sidebar-right .title{
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 12px;
  color: #5b6e88;
  text-transform: uppercase;
  font-family: "Montserrat", serif;
}
.bl-sidebar-right .items{

}
.bl-sidebar-right .item{}
.bl-sidebar-right .item + .item{
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eae8f1;
}
.bl-sidebar-right .item .card{
  display: flex;
  width: 100%;
  align-items: start;
  align-items: flex-start;
}
.bl-sidebar-right .item .img{
  width: 40%;
  flex: 0 0 40%;
  padding-right: 15px;
}
.bl-sidebar-right .item .img a{
  display: block;
  overflow: hidden;
  border-radius: 4px;
  width: 100%;
  text-decoration: none;
  outline: none;
}
.bl-sidebar-right .item .img img{
  display: block;
  width: 100%;
  height: auto;
}
.bl-sidebar-right .item .name{
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}
.bl-sidebar-right .item .name a{
  color: #5b6e88;
  text-decoration: none;
  outline: none;
}
.bl-sidebar-right .item .name a:hover{
  color: #00b48d;
  text-decoration: underline;
}

.bl-fulltext{
  position: relative;
  background: #fff;
  border-radius: 6px;
  margin: 0 0 20px;
  text-align: left;
  padding: 30px 40px;
}

.bl-comments,
.bl-comments *{
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
      -ms-transition: none;
          transition: none;
}

#block-post-review .bl-post-head{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
#block-post-review .params{
  font-size: 16px;
  line-height: 1.2;
  margin-top: 15px;
}
#block-post-review .param{
  width: 100%;
}
#block-post-review .param + .param{
  margin-top: 7px;
}
#block-post-review .params .label{
  color: #5b6e88;
}
#block-post-review .params .val{

}
#block-post-review .bl-post-head .img{
  flex: 0 0 45%;
  width: 45%;
}
#block-post-review .bl-post-head .cont{
  flex: 0 0 55%;
  width: 55%;
}
#block-post-review .program-list .label{
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 7px;
  color: #5b6e88;
  text-transform: uppercase;
}
#block-post-review .program-list{
  width: 100%;
  flex: 0 0 100%;
  padding: 20px 40px 40px;
  font-size: 16px;
  line-height: 1.4;
}
#block-post-review .program-list ul{
  display: flex;
  flex-wrap: wrap;
  gap: 4px 20px;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
#block-post-review .program-list ul li{
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
#block-post-review .program-list ul li:before{
  content: "\f00c";
  font-family: 'FontAwesome';
  width: 30px;
  text-align: center;
  display: inline-block;
  color: #00b48d;
}

#block-main-contacts{

}
#block-main-contacts .bl-content{
  display: flex;
  width: 100%;
  gap: 20px;
}
#block-main-contacts .item-contacts{
  position: relative;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  padding: 25px 25px;
  flex: 1;
}
#block-main-contacts .item-contacts .socials{
  display: inline-block;
  width: 100%;
}
#block-main-contacts .item-contacts .socials a{
  display: block;
  float: left;
  margin: 0 10px 10px 0;
} 
#block-main-contacts .item-contacts .socials a img{
  display: block;
  width: 35px;
  height: 35px;
}
#block-main-contacts .item-contacts .text{
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 12px;
  color: #5b6e88;
  text-transform: uppercase;
  font-family: "Montserrat", serif;
}
#block-main-contacts .item-contacts .mail{
  margin: 0 0 15px;
}
#block-main-contacts .item-contacts .mail a{
  color: #031b4e;
  text-decoration: none;
  outline: none;
}
#block-main-contacts .item-contacts .mail a:hover{
  color: #00b48d;
  text-decoration: none;
}

#block-post-blog .text-full{
  margin-top: 25px;
}


.pagination{
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.pagination ul{
  display: block;
  max-width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.pagination ul li{
  display: inline-block;
  padding: 0;
  margin: 0 2px 10px;
  list-style: none;
  vertical-align: middle;
}
.pagination ul li a{
  color: #515151;
  background: none;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 5px;
  display: block;
  width: auto;
  text-align: center;
  text-decoration: none;
  outline: none;
  font-weight: 500;
}
.pagination ul li a:hover{
}
.pagination ul li a.active{
  background: #00b48d;
  color: #fff;
  min-width: 36px;
  padding: 8px 5px;
  font-weight: 600;
}
#content .block{
  margin: 0 0 60px;
}
.wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-editor-buttons-right{
  display: none !important;
}
#wpdcom .wc-field-submit .wpd_label{
  display: none !important;
}
#wpdcom .wpd-thread-filter .wpdf-reacted,
#wpdcom .wpd-thread-filter .wpdf-hottest{
  display: none !important;
}
#wpdcom .wpd-comment-header .wpd-comment-share,
#wpdcom .wpd-comment-footer .wpd-vote{
  display: none !important;
}

#block-menu-mobile{
  position: fixed;
  right: -400px;
  top: 75px;
  bottom: 0;
  overflow: auto;
  width: 360px;
  z-index: 9999;
  background: #ecf0fa;
  padding: 20px 30px;
}
#page.open-menu #block-menu-mobile{
  right: 0;
}
#block-menu-mobile .menu ul{
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}
#block-menu-mobile .menu ul li{
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#block-menu-mobile .menu ul li + li{
  margin-top: 15px;
}
#block-menu-mobile .menu ul li a{
  color: #212121;
  text-decoration: none;
  outline: none;
}
#block-menu-mobile .menu ul li a:active{
  color: #00b48d;
}
#block-menu-mobile .mail{
  margin-top: 10px;
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
}
#block-menu-mobile .mail a{
  color: #00b48d;
  text-decoration: underline;
  outline: none;
}
#block-menu-mobile .socials{
  float: left;
  width: 100%;
  margin-top: 20px;
}
#block-menu-mobile .socials a{
  display: block;
  float: left;
} 
#block-menu-mobile .socials a img{
  display: block;
  width: 35px;
  height: 35px;
}
#block-menu-mobile .socials a + a{
  margin-left: 10px;
}

#mob-search {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 40px;
}
#mob-search form{
  position: relative;
  display: block;
}
#mob-search form input{
  display: block;
  width: 100%;
  color: #031b4e;
  background: #fff;
  border: 1px solid #fff;
  font-size: 15px;
  line-height: 20px;
  height: 40px;
  border-radius: 20px;
  outline: none;
  padding: 5px 45px 5px 18px;
  position: relative;
  z-index: 3;
}
#mob-search form input:placeholder{
  opacity: 0.4;
  color: #031b4e;
}
#mob-search form input::placeholder{
  opacity: 0.4;
  color: #031b4e;
}
#mob-search form button{
  display: block;
  position: absolute;
  width: 40px;
  height: 38px;
  top: 0;
  right: 3px;
  z-index: 6;
  outline: none;
  border: none;
  border-radius: none;
  background: none;
  color: #b4bdce;
  font-size: 16px;
  text-align: center;
}
#mob-search form button:hover{
  color: #00b48d;
}