@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..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: #1F2937;
  color: #dfeafa;
}
*::-moz-selection {
  background: #1F2937;
  color: #dfeafa;
}
*::-webkit-selection{
  background: #1F2937;
  color: #dfeafa;
}
::-webkit-scrollbar{
    width:8px;
    height: 8px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb{
    border: none;
    background-color: #7b7b7b;
    -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: #7b7b7b;
    cursor: pointer;
}
::-webkit-scrollbar-thumb:active {
  background: #7b7b7b;
}
::-webkit-scrollbar-track{
    border: none;
  background-color: #000;
}
::-webkit-scrollbar-track:hover{
  background-color: #000;
  cursor: pointer;
}
::-webkit-scrollbar-track:active {
  background: #000;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
html{
  margin: 0;
  padding: 0;
  width: 100%;
  background: #F2F4F8;
}
body{
  margin: 0;
  padding: 0;
  width: 100%;
  background: #F2F4F8;
  color: #485C75;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Inter", 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;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  padding-top: 135px;
}
.error404 #page{
  padding: 0;
}
.wrap-line{
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
}
.wrap-line-mg{
  margin-bottom: 95px;
}
.wrap-grid{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.wrap-grid-sm{
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 840px;
}
#header .wrap-grid{
  max-width: 1400px;
}
svg,
svg *{
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

#main{
  padding: 65px 0 80px;
  min-height: calc(100dvh - 215px);
}
.single-product #main{
  padding-top: 40px;
}

.button{
  min-width: 215px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  outline: none;

  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 15px 25px;

  border-radius: 8px;
  background: #0FA49F;
  box-shadow: 8px 8px 16px rgba(14, 164, 159, 0.10);
}
.button:hover{
/*  background: #1F2937;*/
  background: #13BDB6;
  box-shadow: none;
}

.button.button-secondary{
  color: #0fa49f;
  background: none;
  border: 2px solid #0fa49f;
  padding: 13px 25px;
}

.over-link{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 13;
  text-decoration: none;
  outline: none;
  display: block;
  opacity: 0;
}

.btn-link{
  display: flex;
  align-items: center;
  gap: 6px;
  color: #0FA49F;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
.btn-link svg{
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}
.btn-link:hover{
  text-decoration: underline;
}

.form-item input,
.form-item select,
.form-item textarea{
  display: block;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #E0E6F0;
  background: #fff;
  padding: 12px 15px;
  color: #1F2937;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  outline: none;
}
.form-item textarea{
  resize: none;
  height: 145px;
}
.form-item input.error,
.form-item select.error,
.form-item textarea.error{
  border-color: #e63946 !important;
  background: #fff5f5 !important;
}
.form-item input:focus,
.form-item textarea:focus{
  border-color: #83A0CA !important;
}
.form .btn-form{
  display: block;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 12px 16px;
  border-radius: 8px;
  background: #0FA49F;
  box-shadow: 8px 8px 16px rgba(14, 164, 159, 0.10);
}
.form .btn-form:hover {
/*  background: #1F2937;*/
  background: #13BDB6;
  box-shadow: none;
}
.form-style-line .form-items{
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  gap: 12px;
}
.form-item{
  position: relative;
}
.form-style-line .form-items .form-item{
  width: 100%;
  flex: 1 1 0;
  min-width: 0;
}
.form-style-line .form-btns{
  flex: 0 0 1;
}
.form-style-vertical .form-item{
  margin: 0 0 16px;
}
.form-style-vertical .form-item-group{
  width: 100%;
  display: flex;
  gap: 16px;
}
.form-style-vertical .form-item-group .form-item{
  flex: 1 1 0;
  min-width: 0;
}
.form-item .label{
  display: block;
  margin: 0 0 4px;
  color: #36455B;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.form .form-message{
  display: none;
  align-items: center;
  gap: 10px;
  margin: 15px 0;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #b42318;
  background: #fdecea;
  border: 1px solid #f5c2c0;
  border-radius: 6px;
  animation: errorFade 0.3s ease;
  width: 100%;
}
.form .form-message.show{
  display: flex;
}
.form .form-message svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: #b42318;
}

.block{
  float: left;
  width: 100%;
  position: relative;
}
.block .bl-title{
  color: #1F2937;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
}
.block .bl-content{
  margin-top: 32px;
}
.block .bl-text{
  color: #6D88AE;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.ta-center{
  text-align: center;
}

.text-format{
  text-align: left;
}
.text-format hr{
  opacity: 0;
  height: 1px;
  width: 100%;
  clear: both;
}
.text-format p {
  margin: 1.5em 0;
}
.text-format ol{
  margin: 1.5em 0;
}
.text-format ul{
  display: block;
  width: 100%;
  padding: 0;
  margin: 1.5em 0;
  list-style: none;
}
.text-format ul li{
  display: block;
  width: 100%;
  padding: 0 0 0 27px;
  margin: 0;
  list-style: none;
  position: relative;
}
.text-format ul li:before{
  content: "";
  position: absolute;
  top: 9px;
  left: 12px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0FA49F;
}
.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: #0FA49F;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  margin: 0;
  min-width: 30px;
}
.text-format ol li,
.text-format ul li{
  margin: 0.5em 0;
}
.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;
}
.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: 600;
  margin: 1.5em 0 .5em;
  line-height: 1.2;
  color: #1F2937;
}
.text-format h1{
  font-size: 1.8em;
}
.text-format h2{
  font-size: 1.5em;
}
.text-format h3{
  font-size: 1.3em;
}
.text-format h4{
  font-size: 1.2em;
}
.text-format h5{
  font-size: 1.1em;
}
.text-format h6{
  font-size: 1em;
}
.text-format a,
.text-format p a{
  text-decoration: underline;
  color: #0FA49F;
}
.text-format h1 + p,
.text-format h1 + ul,
.text-format h1 + ol,
.text-format h2 + p,
.text-format h2 + ul,
.text-format h2 + ol,
.text-format h3 + p,
.text-format h3 + ul,
.text-format h3 + ol,
.text-format h4 + p,
.text-format h4 + ul,
.text-format h4 + ol{
  margin-top: 0.5em;
}
.text-format a:hover,
.text-format p a:hover{
  color: #0FA49F;
  text-decoration: none;
}
.text-format *:first-child{
  margin-top: 0;
}
.text-format img{
  border-radius: 16px;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 1em 0;
}
.text-format img.aligncenter{
  display: block;
  margin: 1em auto;
}
.text-format img.alignleft{
  float: left;
  max-width: 50%;
  margin: 1em 20px 1em 0;
}
.text-format img.alignright{
  float: right;
  max-width: 50%;
  margin: 1em 0 1em 20px;
}
.text-format img:first-child{
  margin-top: 1em;
}
.text-format img:last-child{
  margin-bottom: 1em;
}
.text-format a{
  color: #0FA49F;
  text-decoration: underline;
  outline: none;
}
.text-format a:hover{
  text-decoration: none;
  color: #0FA49F;
}
.text-format blockquote{
  color: #485C75;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  border: none;
  margin: 1.5em 0;
  padding: 0 0 0 36px;
  position: relative;
  display: block;
}
.text-format blockquote:before{
  content: "“";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #0FA49F;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.text-format table{
  width: 100%;
  max-width: 100%;
  background: none;
  font-size: 0.85em;
  line-height: 1.2;
  border: none;
  border-bottom: 2px solid #1f2937;
  text-align: left;
  color: #1F2937;
}
.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: #e1e4e9;
}
.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;
}
.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;
}
.text-format table thead tr:nth-child(n){
  background: #1f2937;
  color: #fff;
}

#menu-triger{
  display: none;
  float: left;
  padding: 10px 0;
  margin-top: 3px;
}
.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: #fff;
  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(25, 25, 25, 0.73);
  left: 0;
  top: 85px;
  right: 0;
  bottom: 0;
  position: fixed;
}

#header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 199;
  background: #fff;
}
#header .header-line1{
  padding: 20px 0;
  background: #fff;
  border-bottom: 1px solid #E0E6F0;
  position: relative;
  z-index: 9;
}
#header .header-line2{
  padding: 12px 0;
  background: #fff;
  border-bottom: 1px solid #E0E6F0;
  position: relative;
  z-index: 6;
}
.scrolled #header{
}
.admin-bar #header{
  top: 30px;
}

#block-menu{
  float: left;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  color: #5A7291;
  letter-spacing: 0.07px;
}
#block-menu ul{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-wrap: nowrap;
}
#block-menu ul li{
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
#block-menu ul li a{
  color: #5A7291;
  text-decoration: none;
  outline: none;
  padding: 0;
  font-weight: 500;
  display: block;
  position: relative;
  padding: 5px 10px;
}
#block-menu ul li a:hover{
  color: #1F2937;
}
#block-menu ul li.current-menu-item > a,
#block-menu ul li.current-menu-parent > a{
  color: #0FA49F;
}
#block-menu ul li.menu-item-has-children{
  position: relative;
}
#block-menu ul li.menu-item-has-children > a{
  display: flex;
  align-items: center;
  gap: 6px;
}
#block-menu ul li a .menu-item-arrow{
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}
#block-menu ul li a .menu-item-arrow svg{
  width: 16px;
  height: 16px;
  display: block;
  stroke: #5A7291;
}
#block-menu ul li a:hover > .menu-item-arrow svg{
  stroke: #1F2937;
}
#block-menu ul li.current-menu-item > a .menu-item-arrow svg,
#block-menu ul li.current-menu-parent > a .menu-item-arrow svg{
  stroke: #0FA49F;
}
#block-menu ul li ul{
  position: absolute;
  display: block;
  top: 100%;
  left: -5px;
  margin-top: 12px;
  background: #f2f4f8;
  border: 1px solid #E0E6F0;
  padding: 15px 15px;
  min-width: 200px;
  display: none;
}
#block-menu ul li ul:before{
  content: "";
  height: 14px;
  top: -13px;
  left: 0;
  width: 100%;
  z-index: 3;
  display: block;
  position: absolute;
}
#block-menu ul li:hover > ul{
  display: block;
}
#block-menu ul li ul li{
  padding: 0;
}
#block-menu ul li ul li + li{
  margin-top: 10px;
}
#block-menu ul li ul li a{
  display: inline;
  padding: 0;
}

#logo{
  float: left;
  padding: 0;
}
#logo img{
  height: 44px;
  width: auto;
  display: block;
}


#block-lang{
  float: left;
  position: relative;
  display: block;
  margin-left: 30px;
  padding: 3px 0;
}
#block-lang .lang-current{
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  color: #1F2937;
  display: block;
  margin: 0;
  padding: 8px 12px 8px 15px;
  border: 1px solid #E0E6F0;
  border-radius: 25px;
  list-style: none;
  letter-spacing: -0.16px;
  cursor: pointer;
}
#block-lang .lang-current span{
  padding: 0 22px 0 0;
  background-size: contain;
  position: relative;
}
#block-lang .lang-current svg{
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  right: 0;
  top: 50%;
  margin-top: -8px;
  opacity: 0.6;
}
#block-lang .lang-current:hover,
#block-lang.open .lang-current{
  background: #f2f4f8;
}
#block-lang .lang-current:hover span svg,
#block-lang.open .lang-current span svg{
  opacity: 1;
}
#block-lang.open .lang-current span svg{
  transform: rotate(180deg);
}
#block-lang ul{
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  color: #5A7291;
  background: #f2f4f8;
  text-decoration: none;
  outline: none;
  display: none;
  margin: 0;
  padding: 8px;
  border: 1px solid #e0e6f0;
  border-radius: 16px;
  list-style: none;
  letter-spacing: -0.16px;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 8px;
}
#block-lang.open ul{
  display: block;
}
#block-lang ul li{
  padding: 0;
  display: block;
  margin: 0;
  list-style: none;
  position: relative;
  border-radius: 12px;
}
#block-lang ul li.current-lang{
  background: #e0e6f0;
}
#block-lang ul li.current-lang:before {
  content: "";
  position: absolute;
  display: block;
  right: 16px;
  top: 12px;
  width: 20px;
  height: 20px;
  background: url(../images/lang-check.svg) right center no-repeat;
  background-size: 20px;
}
#block-lang ul li:hover{
  background: #e0e6f0;
}
#block-lang ul li + li{
  margin-top: 5px;
}
#block-lang ul li a,
#block-lang ul li span{
  text-decoration: none;
  outline: none;
  color: #5A7291;
  display: block;
  padding: 12px 45px 12px 15px;
  min-width: 75px;
  position: relative;
  cursor: pointer;
}
#block-lang ul li a:hover{

}

#header .w-right{
  float: right;
}

#header-search{
  float: left;
}
#header-search form{
  position: relative;
  display: block;
}
#header-search form .wrap-input{
  height: 44px;
  width: 300px;
  position: relative;
  z-index: 1;
}
#header-search form .wrap-input input{
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  opacity: 0;
  height: 100%;
  font-size: 14px;
  padding: 0 15px;
  border-radius: 6px;
  border: 1px solid #E0E6F0;
  outline: none;
}
#header-search form .wrap-input input:active,
#header-search form .wrap-input input:focus{
  border-color: #5A7291;
}
#header-search.open-form form .wrap-input input{
  width: 100%;
  opacity: 1;
}
#header-search form .wrap-btns{
}
#header-search form button{
  display: flex;
  position: absolute;
  z-index: 5;
  right: 0;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  border: none;
  background: none;
}
#header-search form button svg{
  display: block;
  width: 16px;
  height: 16px;
}
#header-search form button svg path{
  stroke: #5A7291;
}
#header-search form button:hover svg path{
  stroke: #0FA49F !important;
}

#header-socials{
  display: flex;
  float: left;
  padding: 2px 0;
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}
#header-socials:before{
  content: "";
  left: 0;
  top: 50%;
  height: 24px;
  width: 1px;
  margin-top: -12px;
  display: block;
  position: absolute;
  background: #E0E6F0;
}
#header-socials a{
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  outline: none;
  width: 40px;
  height: 40px;
  position: relative;
}
#header-socials a:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: #f2f4f8;
  border: 1px solid #E0E6F0;
  opacity: 0;
}
#header-socials a:hover:before{
  opacity: 1;
}
#header-socials a + a{
  margin-left: 8px;
}
#header-socials a svg{
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 3;
}

#header-cart{
  float: left;
}
#header-cart .btn-cart{
  margin: 2px 0 2px 10px;
}
#header-cart .btn-cart a{
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  outline: none;
  width: 40px;
  height: 40px;
  position: relative;
}
#header-cart .btn-cart.show a:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: 1px solid #E0E6F0;
}
#header-cart .btn-cart a:hover:before{
  background: #f2f4f8;
}
#header-cart .btn-cart .icon{
  position: relative;
  z-index: 1;
  display: block;
  width: 20px;
  height: 20px;
}
#header-cart .btn-cart .icon svg{
  display: block;
  width: 20px;
  height: 20px;
}
#header-cart .btn-cart .count{
  width: 20px;
  height: 20px;
  position: absolute;
  top: -10px;
  right: -10px;
  color: #fff;
  background: #EF4444;
  border-radius: 50%;
  z-index: 5;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  display: none;
}
#header-cart .btn-cart.show .count{
  display: block;
}

#header-btns{
  float: left;
  margin-left: 20px;
}
#header-btns .btn{
  display: block;
  cursor: pointer;
  text-decoration: none;
  outline: none;

  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 12px 16px;

  border-radius: 8px;
  background: #0FA49F;
  box-shadow: 8px 8px 16px rgba(14, 164, 159, 0.10);
}
#header-btns .btn:hover{
/*  background: #1F2937;*/
  background: #13BDB6;
  box-shadow: none;
}

#home{
  color: #fff;
  background: #1F2937;
  position: relative;
  padding-bottom: 45px;
  margin-bottom: 145px;
}
#home .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#home .bg span{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
#home .bg span:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
}
#block-home{
  padding: 80px 0;
  position: relative;
  z-index: 6;
  min-height: 350px;
  text-align: center;
}
#block-home .title{
  color: #fff;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
#block-home .list{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 24px;
  gap: 12px;
}
#block-home .list span{
  color: #fff;
  font-size: 14px;
  padding: 6px 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(10px);
}
#block-home .wrap-form{
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 9;
}
#block-home .form{
  display: block;
  max-width: 740px;
  margin: 0 auto;
  border-radius: 16px;
  background: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1);
}
#block-home .form-textinfo{
  margin-top: 16px;
  color: #6D88AE;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

#footer{
  color: #A4B8D6;
  background: #1F2937;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 20px 0;
}
#footer .block-footer{
  position: relative;
  min-height: 40px;
  display: flex;
  align-items: center;
}
#footer .copyright{
  width: 100%;
  text-align: center;
}
#footer .logo{
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  z-index: 3;
}
#footer .logo img{
  display: block;
  width: auto;
  height: 40px;
}
#footer .socials{
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: 3;
  display: flex;
}
#footer .socials a{
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
  outline: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#footer .socials a + a{
  margin-left: 10px;
}
#footer .socials a svg{
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  z-index: 3;
}
#footer .socials a:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #141c26;
  border: 1px solid #3a424c;
  opacity: 0;
  transform: scale(0);
  z-index: 1;
  border-radius: 6px;
}
#footer .socials a:hover:before{
  opacity: 1;
  transform: scale(1);
}

#consult{
  position: relative;
  padding: 80px 0;
  color: #E0E6F0;
  background: #1F2937;
}
#consult .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#consult .bg span{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
#consult .bg span:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
}
#block-consult{
  position: relative;
  z-index: 9;
  display: flex;
  gap: 20px;
  width: 100%;
}
#block-consult .bl-content{
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(17px);
  padding: 45px 40px;
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
}
#block-consult .bl-content .title{
  color: #fff;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
}
#block-consult .bl-content .text{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 16px;
}
#block-consult .bl-form{
  width: 360px;
  flex: 0 0 360px;
  border-radius: 16px;
  background: #fff;
  padding: 20px;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1);
}

#about{}
#block-about{
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
#block-about .bl-wrap-cont{
  background: #fff;
  border-radius: 16px;
  z-index: 5;
  position: relative;
  padding: 40px;
}
#block-about .bl-text{
  margin-top: 16px;
  max-width: 640px;
}
#block-about .wrap-btns{
  margin-top: 32px;
}
#block-about .bl-bg-label{
  color: #F2F4F8;
  font-size: 100px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  right: 16px;
  bottom: 5px;
}
#block-about .bl-wrap-advenced{
  padding: 40px;
  position: relative;
  z-index: 1;
}
#block-about .bl-wrap-advenced .bg{
  position: absolute;
  left: 0;
  top: -20px;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: #1F2937;
}
#block-about .bl-wrap-advenced .bg span{
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#block-about .bl-wrap-advenced .bg span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
#block-about .view-advenced{
  position: relative;
  z-index: 3;
}
#block-about .view-advenced .items{
  display: flex;
  width: 100%;
  gap: 20px;
}
#block-about .view-advenced .item{
  display: flex;
  gap: 16px;
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(10px);
  min-height: 64px;
  padding: 10px 16px;
  align-items: center;
  justify-content: space-between;
}
#block-about .view-advenced .item .name{
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
#block-about .view-advenced .item .num{
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

#solutions{

}
#block-solutions{

}
.view-solutions{
  margin: -10px;
}
.view-solutions .items{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.view-solutions .item{
  width: 25%;
  display: flex;
  padding: 10px;
}
.view-solutions .card{
  width: 100%;
  display: flex;
  align-items: end;
  align-items: flex-end;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  position: relative;
  min-height: 220px;
}
.view-solutions .card .card-icon{
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  background: #E0E6F0;
  padding: 5px;
}
.view-solutions .card .card-icon .icon{
  border-radius: 50%;
  background: #1F2937;
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
}
.view-solutions .card .card-icon .icon span{
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  z-index: 1;
}
.view-solutions .card .card-cont{
  padding-top: 60px;
}
.view-solutions .card .name{
  color: #1F2937;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
}
.view-solutions .card .text{
  color: #5A7291;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 4px;
}
.view-solutions .card .icon-link{
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 1;
}
.view-solutions .card .icon-link svg{
  width: 24px;
  height: 24px;
  display: block;
}
.view-solutions .card:hover{
  background: #0fa49f;
}
.view-solutions .card:hover .name{
  color: #fff;
}
.view-solutions .card:hover .text{
  color: #c0ecea;
}
.view-solutions .card:hover .card-icon{
  background: #c0ecea;
}
.view-solutions .card:hover .icon-link svg,
.view-solutions .card:hover .icon-link svg path{
  stroke: #fff !important;
}


.view-blog{
  margin: -10px;
}
.view-blog .items{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.view-blog .item{
  width: 25%;
  flex: 0 0 25%;
  padding: 0 10px;
  margin: 0 0 20px;
  display: flex;
}
.view-blog .items.items-col-3 .item{
  width: 33.3333%;
  flex: 0 0 33.3333%;
}
.view-blog .items-swiper .item{
  width: 100%;
}
.view-blog .card{
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
}
.view-blog .card .img{
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.view-blog .card .img img{
  display: block;
  width: 100%;
  height: auto;
}
.view-blog .card .card-bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #1F2937;
}
.view-blog .card .card-bg span{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.view-blog .card .card-bg span:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  z-index: 3;
  display: block;
  background: linear-gradient(0deg, #000 0%, rgba(0,0,0,0.5) 80%,  transparent 100%)
}
.view-blog .card .card-cont{
  position: relative;
  z-index: 6;
  padding: 17px 20px 20px;
}
.view-blog .card .name{
  color: #1F2937;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.view-blog .card .text{
  color: #5A7291;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 8px;
}
.view-blog .card .date{
  color: #5A7291;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 7px;
  display: flex;
  width: 100%;
}
.view-blog .card .date span + span{
  position: relative;
  padding-left: 18px;
}
.view-blog .card .date span + span:before{
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  background: #5A7291;
  top: 50%;
  margin-top: -3px;
  left: 7px;
  border-radius: 50%;
}
.view-blog .item-one{
  width: 50%;
  flex: 0 0 50%;
}
.view-blog .item-one .card .card-cont{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-right: 65px;
}
.view-blog .item-one .card .name{
  color: #fff;
  font-size: 24px;
}
.view-blog .item-one .card .date{
  color: #fff;
  font-size: 12px;
  margin: 0 0 7px;
}
.view-blog .item-one .card .date span + span:before{
  background: #fff;
  opacity: 0.8;
}
.view-blog .item-one .card .icon-link {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 1;
}
.view-blog .item-one .card .icon-link svg {
  width: 24px;
  height: 24px;
  display: block;
}
.view-blog .swiper-navs{
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 12px;
}
.view-blog .swiper-navs .swiper-nav{
  display: block;
  cursor: pointer;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background: #fff;
  margin: 0;
  height: auto;
  width: auto;
  padding: 12px;
}
.view-blog .swiper-navs .swiper-nav svg{
  display: block;
  width: 16px;
  height: 16px;
}
.view-blog .swiper-navs .swiper-nav:after{
  display: none;
}
.view-blog .swiper-navs .swiper-nav.swiper-button-disabled{
  opacity: 1;
}

#reviews{}
#block-reviews{}
.view-reviews{
  margin: -10px;
}
.view-reviews .items{

}
.view-reviews .swiper-slide{
  display: flex;
  height: auto;
}
.view-reviews .item{
  padding: 0 10px;
  width: 100%;
}
.view-reviews .swiper-slide .item{
  display: flex;
}
.view-reviews .card{
  border-radius: 16px;
  background: #fff;
  padding: 24px;
  width: 100%;
}
.view-reviews .card .card-label{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #C1CDE3;
}
.view-reviews .card .card-label span{
  border-radius: 999px;
  border: 1px solid #8DA2F9;
  background: #F3F4FF;
  display: inline-block;
  color: #1D4FBF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding: 4px 12px;
}
.view-reviews .card .card-head{
  padding-left: 75px;
  position: relative;
  min-height: 58px;
  display: flex;
  align-items: center;
}
.view-reviews .card .card-head .card-head-w{
  width: 100%;
}
.view-reviews .card .img{
  width: 58px;
  border-radius: 50%;
  background: #E0E6F0;
  padding: 4px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -29px;
}
.view-reviews .card .img img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
}
.view-reviews .card .img .no-img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}
.view-reviews .card .name{
  color: #1F2937;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
}
.view-reviews .card .date{
  color: #5A7291;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.view-reviews .card .text{
  color: #5A7291;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 16px;
}
.view-reviews .swiper-navs{
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 12px;
}
.view-reviews .swiper-navs .swiper-nav{
  display: block;
  cursor: pointer;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background: #fff;
  margin: 0;
  height: auto;
  width: auto;
  padding: 12px;
}
.view-reviews .swiper-navs .swiper-nav svg{
  display: block;
  width: 16px;
  height: 16px;
}
.view-reviews .swiper-navs .swiper-nav:after{
  display: none;
}
.view-reviews .swiper-navs .swiper-nav.swiper-button-disabled{
  opacity: 1;
}



.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 7px;
  display: block;
  width: auto;
  text-align: center;
  text-decoration: none;
  outline: none;
  font-weight: 500;
  border-radius: 6px;
}
.pagination ul li a:hover{
  text-decoration: underline;
}
.pagination ul li a.active{
  background: #0fa49f;
  color: #fff;
  min-width: 36px;
  padding: 8px 5px;
  font-weight: 600;
}


#advanceds{

}
#block-advanceds{

}
.view-advanceds{
  margin: -10px;
}
.view-advanceds .items{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.view-advanceds .item{
  width: 33.3333%;
  display: flex;
  padding: 10px;
}
.view-advanceds .card{
  width: 100%;
  display: flex;
  align-items: end;
  align-items: flex-end;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  position: relative;
  min-height: 220px;
}
.view-advanceds .card .card-icon{
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  background: #E0E6F0;
  padding: 5px;
}
.view-advanceds .card .card-icon .icon{
  border-radius: 50%;
  background: #1F2937;
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
}
.view-advanceds .card .card-icon .icon span{
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  z-index: 1;
}
.view-advanceds .card .card-cont{
  padding-top: 60px;
}
.view-advanceds .card .name{
  color: #1F2937;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.view-advanceds .card .text{
  color: #5A7291;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 4px;
}
.view-advanceds .card .icon-link{
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 1;
}
.view-advanceds .card .icon-link svg{
  width: 24px;
  height: 24px;
  display: block;
}
.view-advanceds .card:hover{
  background: #0fa49f;
}
.view-advanceds .card:hover .name{
  color: #fff;
}
.view-advanceds .card:hover .text{
  color: #c0ecea;
}
.view-advanceds .card:hover .card-icon{
  background: #c0ecea;
}
.view-advanceds .card:hover .icon-link svg,
.view-advanceds .card:hover .icon-link svg path{
  stroke: #fff !important;
}


#numbers{

}
#block-numbers{

}
.view-numbers{
  margin: -10px;
}
.view-numbers .items{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.view-numbers .item{
  width: 50%;
  display: flex;
  padding: 10px;
}
.view-numbers .card{
  width: 100%;
  display: flex;
  align-items: center;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  position: relative;
  min-height: 58px;
}
.view-numbers .card .card-icon{
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  background: #E0E6F0;
  padding: 5px;
}
.view-numbers .card .card-icon .icon{
  border-radius: 50%;
  background: #1F2937;
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
}
.view-numbers .card .card-icon .icon span{
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  z-index: 1;
}
.view-numbers .card .card-cont{
  padding-left: 75px;
  width: 100%;
}
.view-numbers .card .name{
  color: #1F2937;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.view-numbers .card .text{
  color: #5A7291;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 4px;
}
.view-numbers .card .icon-link{
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 1;
}
.view-numbers .card .icon-link svg{
  width: 24px;
  height: 24px;
  display: block;
}
.view-numbers .card:hover{
  background: #0fa49f;
}
.view-numbers .card:hover .name{
  color: #fff;
}
.view-numbers .card:hover .text{
  color: #c0ecea;
}
.view-numbers .card:hover .card-icon{
  background: #c0ecea;
}
.view-numbers .card:hover .icon-link svg,
.view-numbers .card:hover .icon-link svg path{
  stroke: #fff !important;
}


#mission{}
#block-mission{}
#block-mission .text{

}
#block-mission .text-row{
  display: flex;
  width: 100%;
  gap: 30px;
}
#block-mission .text-row .text-col{
  flex: 1 1 0;
  min-width: 0;
}
#block-mission .img{
  margin-top: 30px;
  border-radius: 16px;
  overflow: hidden;
}
#block-mission .img img{
  display: block;
  width: 100%;
  height: auto;
}

#webform{
  color: #E0E6F0;
  background: #1F2937;
  padding: 80px 0;
}
#block-webform{
  position: relative;
  z-index: 6;
}
#block-webform .bl-title{
  color: #fff;
}
#block-webform .text{
  max-width: 640px;
  margin: 0 auto;
}
#block-webform .bl-content{
  margin-top: 16px;
}
#block-webform .bl-form{
  max-width: 600px;
  margin: 40px auto 0;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  color: #485C75;
}
#webform .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#webform .bg span{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
#webform .bg span:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: linear-gradient(180deg, rgba(31, 41, 55, 0.50) 0%, #1F2937 100%);
}


#page-head{
  color: #fff;
  background: #1F2937;
  position: relative;
}
#page-head .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#page-head .bg span{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
#page-head .bg span:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
}
#block-page-head{
  padding: 80px 0;
  position: relative;
  z-index: 6;
  text-align: center;
}
#block-page-head .title{
  color: #fff;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
#block-page-head .text{
  color: #E0E6F0;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 8px;
}
#block-page-head .view-advenced{
  position: relative;
  z-index: 3;
  margin-top: 40px;
}
#block-page-head .view-advenced .items{
  display: flex;
  width: 100%;
  gap: 20px;
}
#block-page-head .view-advenced .item{
  display: flex;
  gap: 16px;
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(10px);
  padding: 5px 16px;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
}
#block-page-head .view-advenced .item .name{
  color: #F2F4F8;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
}
#block-page-head .view-advenced .item .num{
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

#block-page .bl-title{
  text-align: center;
}
#block-page .bl-content{
  margin-top: 30px;
}


#history{}
#block-history{
}
.view-history{
  position: relative;
}
.view-history:before{
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 100%;
  height: 1px;
  background: #A4B8D6;
}
.view-history .wrap-items{
  margin: -10px;
}
.view-history .items{

}
.view-history .item{
  padding: 30px 10px 0;
}
.view-history .card{
  padding: 20px 24px;
  border-radius: 16px;
  background: #fff;
  display: block;
  width: 100%;
}
.view-history .card .year{
  color: #0FA49F;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
.view-history .card .name{
  color: #1F2937;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 20px;
}
.view-history .card .text{
  color: #5A7291;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 5;
}
.view-history .card .card-dot{
  position: absolute;
  left: 8px;
  top: 5px;
  border-radius: 50%;
  display: block;
  width: 7px;
  height: 7px;
  background: #0FA49F;
}
.view-history .card .card-dot:before{
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid #A4B8D6;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
  border-radius: 50%;
}
.view-history .swiper-navs{
  position: absolute;
  top: -60px;
  right: 0;
  display: flex;
  gap: 12px;
}
.view-history .swiper-navs .swiper-nav{
  display: block;
  cursor: pointer;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background: #fff;
  margin: 0;
  height: auto;
  width: auto;
  padding: 12px;
}
.view-history .swiper-navs .swiper-nav svg{
  display: block;
  width: 16px;
  height: 16px;
}
.view-history .swiper-navs .swiper-nav:after{
  display: none;
}
.view-history .swiper-navs .swiper-nav.swiper-button-disabled{
  opacity: 1;
}


#offers{

}
#block-offers{

}
.view-offers{
  margin: -10px;
}
.view-offers .items.items-flex{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.view-offers .items .item{
  width: 100%;
  padding: 0 10px;
}
.view-offers .items.items-flex .item{
  width: 33.3333%;
  padding: 0 10px;
  margin: 0 0 20px;
}
.view-offers .card{
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.view-offers .card .img{
  position: relative;
  z-index: 3;
}
.view-offers .card .img:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  z-index: 3;
  display: block;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.5) 80%, transparent 100%);
}
.view-offers .card .img img{
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.view-offers .card .icon-link{}
.view-offers .card .card-cont{
  position: absolute;
  z-index: 6;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 24px 60px 24px 24px;
}
.view-offers .card .date{
  margin: 0 0 4px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.view-offers .card .name{
  color: #fff;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.view-offers .card .icon-link {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 3;
}
.view-offers .card .icon-link svg {
  width: 24px;
  height: 24px;
  display: block;
}
.view-offers .swiper-navs{
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 12px;
}
.view-offers .swiper-navs .swiper-nav{
  display: block;
  cursor: pointer;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background: #fff;
  margin: 0;
  height: auto;
  width: auto;
  padding: 12px;
}
.view-offers .swiper-navs .swiper-nav svg{
  display: block;
  width: 16px;
  height: 16px;
}
.view-offers .swiper-navs .swiper-nav:after{
  display: none;
}
.view-offers .swiper-navs .swiper-nav.swiper-button-disabled{
  opacity: 1;
}


#post-blog{

}
#post-blog .post-title{
  color: #1F2937;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
#post-blog .post-info{
  color: #5A7291;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  margin-top: 12px;
}
#post-blog .post-info .time{
  position: relative;
  padding-left: 20px;
}
#post-blog .post-info .time:before{
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  background: #5A7291;
  top: 50%;
  margin-top: -3px;
  left: 8px;
  border-radius: 50%;
}
#post-blog .post-content{
  margin-top: 24px;
}
#post-blog .post-content .text{
  color: #485C75;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}


#popup-cookies{
  position: fixed;
  z-index: 999;
  left: 20px;
  bottom: 20px;
}
#popup-cookies .block{
  color: #B9B9B9;
  font-size: 13px;
  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: #fff;
}
#popup-cookies .btn{
  position: absolute;
  right: 20px;
  top: 50%;
  line-height: 20px;
  margin-top: -15px;
  color: #f5f5f5;
  background: #0fa49f;
  display: block;
  padding: 5px 15px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 6px;
  cursor: pointer;
}
#popup-cookies .btn:hover{
  background: #05827d;
}


.view-project{
  margin: -10px;
}
.view-project .items{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.view-project .item{
  width: 25%;
  flex: 0 0 25%;
  padding: 0 10px;
  margin: 0 0 20px;
  display: flex;
}
.view-project .items.items-col-3 .item{
  width: 33.3333%;
  flex: 0 0 33.3333%;
}
.view-project .items-swiper .item{
  width: 100%;
}
.view-project .card{
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
}
.view-project .card .img{
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.view-project .card .img img{
  display: block;
  width: 100%;
  height: auto;
}
.view-project .card .card-bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #1F2937;
}
.view-project .card .card-bg span{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.view-project .card .card-bg span:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  z-index: 3;
  display: block;
  background: linear-gradient(0deg, #000 0%, rgba(0,0,0,0.5) 80%,  transparent 100%)
}
.view-project .card .card-cont{
  position: relative;
  z-index: 6;
  padding: 17px 20px 20px;
}
.view-project .card .name{
  color: #1F2937;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.view-project .card .text{
  color: #5A7291;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 8px;
}
.view-project .card .date{
  color: #5A7291;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 7px;
  display: flex;
  width: 100%;
}
.view-project .card .date span + span{
  position: relative;
  padding-left: 18px;
}
.view-project .card .date span + span:before{
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  background: #5A7291;
  top: 50%;
  margin-top: -3px;
  left: 7px;
  border-radius: 50%;
}
.view-project .item-one{
  width: 50%;
  flex: 0 0 50%;
}
.view-project .item-one .card .card-cont{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-right: 65px;
}
.view-project .item-one .card .name{
  color: #fff;
  font-size: 24px;
}
.view-project .item-one .card .date{
  color: #fff;
  font-size: 12px;
  margin: 0 0 7px;
}
.view-project .item-one .card .date span + span:before{
  background: #fff;
  opacity: 0.8;
}
.view-project .item-one .card .icon-link {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 1;
}
.view-project .item-one .card .icon-link svg {
  width: 24px;
  height: 24px;
  display: block;
}
.view-project .swiper-navs{
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 12px;
}
.view-project .swiper-navs .swiper-nav{
  display: block;
  cursor: pointer;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background: #fff;
  margin: 0;
  height: auto;
  width: auto;
  padding: 12px;
}
.view-project .swiper-navs .swiper-nav svg{
  display: block;
  width: 16px;
  height: 16px;
}
.view-project .swiper-navs .swiper-nav:after{
  display: none;
}
.view-project .swiper-navs .swiper-nav.swiper-button-disabled{
  opacity: 1;
}

.popup-project{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.popup-project.open{
  display: block;
}
.popup-project .btn-close-popup-project{

}
.popup-project .fade-popup-project{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 91;
  background: rgba(31, 41, 55, 0.60);
  backdrop-filter: blur(6px);
}
.popup-project .popup-project-content{
  position: relative;
  z-index: 99;
  width: 90%;
  height: auto;
  max-width: 940px;
  max-height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup-project .bl-block{
  padding: 32px;
  border-radius: 24px;
  background: #F2F4F8;
  display: flex;
  gap: 24px;
}
.popup-project .bl-block .bl-gallery{
  width: 400px;
  max-width: 50%;
}
.popup-project .bl-block .bl-cont{
  flex: 1 1 0;
  min-width: 0;
}
.popup-project .bl-block .bl-cont .bl-cont-wrap{
  overflow: auto;
  max-height: calc(90dvh - 240px);
  margin-right: -20px;
  padding-right: 20px;
}
.popup-project .bl-cont .name{
  color: #1F2937;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  padding-right: 20px;
}
.popup-project .bl-cont .text{
  color: #485C75;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 12px 0 0;
  display: block;
}
.popup-project .bl-cont .params{
  margin: 24px 0 0;
}
.popup-project .bl-cont .param{
  color: #5A7291;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
}
.popup-project .bl-cont .param + .param{
  margin-top: 4px;
}
.popup-project .bl-cont .param .label{
  color: #5A7291;
  font-weight: 400;
}
.popup-project .bl-cont .param .val{
  color: #1F2937;
  font-weight: 600;
}
.popup-project .btn-close-popup-project{
  position: absolute;
  right: 6px;
  top: 6px;
  cursor: pointer;
  display: block;
  padding: 12px;
}
.popup-project .btn-close-popup-project-mob{
  display: none;
}
.popup-project .btn-close-popup-project svg{
  display: block;
  width: 24px;
  height: 24px;
}
.popup-project .btn-close-popup-project:hover svg,
.popup-project .btn-close-popup-project:hover svg path{
  stroke: #0FA49F;
}
.popup-project .bl-gallery .gallery{
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-radius: 16px;
}
.popup-project .bl-gallery .img{
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-radius: 16px;
}
.popup-project .bl-gallery .img img{
  display: block;
  width: 100%;
  height: auto;
}
.popup-project .bl-block-form{
  margin-top: 24px;
  border-radius: 16px;
  padding: 24px;
  background: #1F2937 url('../images/bg-modal-form.jpg') center no-repeat;
  background-size: cover;
}
.popup-project .bl-block-form .bl-block-form-wrap{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.popup-project .bl-block-form .label{
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.popup-project .bl-block-form .text{
  margin: 4px 0 0;
  color: #E0E6F0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.popup-project .bl-block-form .btn{
  display: block;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 12px 16px;
  border-radius: 8px;
  background: #0FA49F;
  box-shadow: 8px 8px 16px rgba(14, 164, 159, 0.10);
  white-space: nowrap;
}
.popup-project .bl-gallery .gallery-swiper-navs .gallery-swiper-nav{
  display: block;
  cursor: pointer;
  position: absolute;
  left: 16px;
  top: auto;
  right: auto;
  bottom: 16px;
  border-radius: 8px;
  background: rgba(31, 41, 55, 0.50);
  margin: 0;
  height: auto;
  width: auto;
  padding: 12px;
  z-index: 9;
}
.popup-project .bl-gallery .gallery-swiper-navs .gallery-swiper-nav:hover{
  background: rgba(31, 41, 55, 1);
}
.popup-project .bl-gallery .gallery-swiper-navs .gallery-swiper-nav.gallery-swiper-button-next{
  left: auto;
  right: 16px;
}
.popup-project .bl-gallery .gallery-swiper-navs .gallery-swiper-nav svg{
  display: block;
  width: 16px;
  height: 16px;
}
.popup-project .bl-gallery .gallery-swiper-navs .gallery-swiper-nav:after{
  display: none;
}
.popup-project .bl-gallery .gallery-swiper-navs .gallery-swiper-nav.swiper-button-disabled{
  opacity: 1;
}


#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;
}
#region-404 .bg:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: linear-gradient(-90deg, rgba(31, 41, 55, 0.50) 0%, #1F2937 100%);
}
#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: 120px;
  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;
}
#block-404 .button:hover{
  background: #13BDB6;
}

#news{}
#block-news{
  position: relative;
}
#block-news .wrap-btns{
  position: absolute;
  right: 0;
  top: 10px;
}

#block-contacts{

}
#block-contacts .bl-wrap{
  display: flex;
  width: 100%;
  gap: 40px;
}
#block-contacts .bl-left{
  width: 50%;
}
#block-contacts .bl-right{
  width: 50%;
}
#block-contacts .contacts{

}
#block-contacts .contacts .item{

}
#block-contacts .contacts .item + .item{
  margin-top: 25px;
}
#block-contacts .contacts .item .label{
  color: #5A7291;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}
#block-contacts .contacts .item .vals{
  color: #1F2937;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 4px;
}
#block-contacts .contacts .item .vals p + p{
  margin-top: 4px;
}
#block-contacts .contacts .item .vals a{
  color: #1F2937;
  outline: none;
  text-decoration: none;
}
#block-contacts .contacts .item .vals a:hover{
  color: #0FA49F;
}
#block-contacts .contacts .item .wrap-show-on-map{
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
}
#block-contacts .contacts .item .wrap-show-on-map a{
  color: #0FA49F;
  text-decoration: underline;
}
#block-contacts .contacts .item .wrap-show-on-map a:hover{
  color: #0FA49F;
  text-decoration: none;
}

#block-contacts .map{
  width: 100%;
  height: 360px;
  background: #ccc;
}
#block-contacts .map iframe{
  display: block;
  width: 100% !important;
  height: 360px !important;
  max-width: 100%;
}

#block-contacts .socials{
  display: flex;
  width: 100%;
  position: relative;
  margin-top: 40px;
}
#block-contacts .socials a{
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  outline: none;
  width: 40px;
  height: 40px;
  position: relative;
  background: #5A7291;
  border-radius: 50%;
}
#block-contacts .socials a:hover{
  background: #0FA49F;
}
#block-contacts .socials a + a{
  margin-left: 12px;
}
#block-contacts .socials a svg{
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 3;
}





#popup-form{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  align-items: center;
  justify-content: center;
  display: none; 
}
#popup-form.open{
  display: flex;
}
#popup-form .popup-cont{
  background: #f5f5f5;
  width: 90%;
  max-width: 500px;
  padding: 30px 40px;
  position: relative;
  text-align: center;
  z-index: 99;
  overflow: auto;
  max-height: 90%;
  border-radius: 12px;
}
#popup-form .popup-close{
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
  opacity: 0.6;
  cursor: pointer;
}
#popup-form .popup-close:hover{
  opacity: 1;
}
#popup-form .popup-close:before,
#popup-form .popup-close:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  margin: -1px 0 0;
  left: 0;
  z-index: 9;
  background: #000;
}
#popup-form .popup-close:before{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#popup-form .popup-close:after{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#popup-form .popup-cont-title{
  font-size: 25px;
  line-height: 1.2;
  font-weight: 600;
  color: #010101;
  margin: 0 0 20px;
}
#popup-form .form-item{
  float: left;
  width: 100%;
  margin: 0 0 12px;
}
#popup-form .form-item textarea{
  height: 120px;
}
#popup-form .form-btns{
  float: left;
  width: 100%;
  margin-top: 10px;
}
#popup-form .popup-form{
  display: inline-block;
  width: 100%;
}
#popup-form .form .form-message{
  margin: 4px 0;
}

#popup-form-mssg{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  align-items: center;
  justify-content: center;
  display: none; 
  background: rgba(0, 0, 0, 0.6);
}
#popup-form-mssg.open{
  display: flex;
}
#popup-form-mssg .popup-cont{
  background: #fff;
  width: 90%;
  max-width: 500px;
  padding: 50px 40px;
  position: relative;
  text-align: center;
  border-radius: 12px;
  z-index: 9;
}
#popup-form-mssg .popup-cont-img{
  width: 80px;
  margin: 0 auto 20px;
}
#popup-form-mssg .popup-cont-img img{
  display: block;
  width: 100%;
  height: auto;
}
#popup-form-mssg .popup-close{
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
  opacity: 0.6;
  cursor: pointer;
}
#popup-form-mssg .popup-close:before,
#popup-form-mssg .popup-close:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  margin: -1px 0 0;
  left: 0;
  z-index: 9;
  background: #000;
}
#popup-form-mssg .popup-close:before{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#popup-form-mssg .popup-close:after{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#popup-form-mssg .popup-cont-title{
  font-size: 25px;
  line-height: 1.2;
  font-weight: 600;
  color: #0FA49F;
}
#popup-form-mssg .popup-cont-text{
  font-size: 18px;
  line-height: 1.4;
  margin: 10px 0 0;
}
.popup-fade{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 91;
  background: rgba(0, 0, 0, 0.6);
}


#btn-telegram{
  display: block;
  position: fixed;
  right: 25px;
  bottom: 30px;
  width: 80px;
  height: 80px;
  z-index: 199;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
}
#btn-telegram a {
  display: block;
  text-decoration: none;
  outline: none;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  border-radius: 50%;
  font-size: 30px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  background: #00b48d;
  -webkit-animation: tg-pulse 2s infinite;
  -moz-animation: tg-pulse 2s infinite;
  -ms-animation: tg-pulse 2s infinite;
  -o-animation: tg-pulse 2s infinite;
  animation: tg-pulse 2s infinite;
}
#btn-telegram a:hover{
  background: #038561;
}
#btn-telegram a span{
  position: absolute;
  left: 20%;
  top: 25%;
  width: 50%;
  height: 50%;
  display: block;
  background: url('../images/icon-telegram.svg') center no-repeat;
  background-size: contain;
}

@-webkit-keyframes tg-pulse {
  0% {
      -webkit-box-shadow: 0 0 0 0 rgba(0,180,141,.8)
  }
  70% {
      -webkit-box-shadow: 0 0 0 25px rgba(0,180,141,0)
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(0,180,141,0)
  }
}
@-moz-keyframes tg-pulse {
  0% {
      -moz-box-shadow: 0 0 0 0 rgba(0,180,141,.8)
  }
  70% {
      -moz-box-shadow: 0 0 0 25px rgba(0,180,141,0)
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(0,180,141,0)
  }
}
@-ms-keyframes tg-pulse {
  0% {
    -ms-box-shadow: 0 0 0 0 rgba(0,180,141,.8)
  }
  70% {
    -ms-box-shadow: 0 0 0 25px rgba(0,180,141,0)
  }
  100% {
    -ms-box-shadow: 0 0 0 0 rgba(0,180,141,0)
  }
}
@-o-keyframes tg-pulse {
  0% {
    -o-box-shadow: 0 0 0 0 rgba(0,180,141,.8)
  }
  70% {
    -o-box-shadow: 0 0 0 25px rgba(0,180,141,0)
  }

  100% {
    -o-box-shadow: 0 0 0 0 rgba(0,180,141,0)
  }
}
@keyframes tg-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0,180,141,.8)
  }

  70% {
    box-shadow: 0 0 0 25px rgba(0,180,141,0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0,180,141,0)
  }
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
#preloader.active{
  display: block;
}
#preloader .wrap {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -60px 0 0 -40px;
  z-index: 91;
  padding: 0;
}
#preloader .wrap span {
  display: block;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  z-index: 9;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 0 10px #000;
}
.lds-default {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes lds-default {
  0%, 20%, 80%, 100% {
      transform: scale(1);
  }

  50% {
      transform: scale(1.5);
  }
}



/* SHOP STYLES */
#product{
  position: relative;
}
#product .bl-wrap{
  position: relative;
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 30px;
}
#product .product-gallery{
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 165px;
  width: 45%;
  flex: 0 0 45%;
}
#product .product-gallery .product-gallery-main{
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #D9DEFE;
}
#product .product-gallery .product-gallery-main-link{
  display: block;
  cursor: zoom-in;
}
#product .product-gallery img{
  display: block;
  width: 100%;
  height: auto;
}
#product .product-gallery .product-gallery-wrap{
  position: relative;
  padding-left: 95px;
  width: 100%;
}
#product .product-gallery .product-gallery-wrap.is-single{
  padding-left: 0;
}
#product .product-gallery .product-gallery-thumbs-wrap{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: grid;
  grid-template-rows: 38px minmax(0, 1fr) 38px;
  gap: 8px;
  overflow: hidden;
}
#product .product-gallery .product-gallery-thumbs{
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 100%;
  overflow: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
#product .product-gallery .product-gallery-thumbs::-webkit-scrollbar{
  display: none;
}
#product .product-gallery .product-gallery-thumbs .product-thumb{
  display: block;
  width: 75px;
  height: 75px;
  flex: 0 0 75px;
  cursor: pointer;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 8px;
  background: #D9DEFE;
  transition: border-color .2s ease, opacity .2s ease, transform .2s ease;
}
#product .product-gallery .product-gallery-thumbs .product-thumb:hover,
#product .product-gallery .product-gallery-thumbs .product-thumb.is-active{
  border-color: #0FA49F;
}
#product .product-gallery .product-gallery-thumbs .product-thumb:focus-visible,
#product .product-gallery .product-gallery-arrow:focus-visible,
#product .product-gallery .product-gallery-main-link:focus-visible{
  outline: 2px solid #0FA49F;
  outline-offset: 3px;
}
#product .product-gallery .product-gallery-thumbs .product-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#product .product-gallery .product-gallery-arrow{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  min-height: 38px;
  cursor: pointer;
  color: #5A7291;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  transition: color .2s ease, opacity .2s ease, box-shadow .2s ease;
}
#product .product-gallery .product-gallery-arrow:hover{
  color: #0FA49F;
  box-shadow: 0 6px 18px rgba(15, 164, 159, 0.14);
}
#product .product-gallery .product-gallery-arrow:disabled{
  cursor: default;
  opacity: .35;
  box-shadow: none;
}
#product .product-gallery .product-gallery-arrow svg{
  display: block;
}
#product .product-gallery .product-gallery-arrow-prev svg{
  transform: rotate(90deg);
}
#product .product-gallery .product-gallery-arrow-next svg{
  transform: rotate(90deg);
}
#product .product-info{
  flex: 1 1 0;
  min-width: 0;
  width: 100%;
  padding-left: 20px;
}
#product .product-status{
  color: #485C75;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 12px;
}
#product .product-status .status-in-stock{
  color: #0fa49f;
}
#product .product-status .status-preorder{
  color: #f39c12;
}
#product .product-status .status-out{
  color: #e74c3c;
}
#product .product-sku{
  color: #485C75;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 2px;
}
#product .product-title{
  color: #1F2937;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
}
#product .product-price{
  color: #1F2937;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 5px;
}
#product .product-price .old-price{
  text-decoration: line-through;
  color: #888;
  font-size: 0.6em;
  color: #d51111;
}
#product .price .symbol{
  font-style: normal;
  font-size: 0.8em;
}
#product .old-price .symbol{
  font-style: normal;
}
#product .product-buttons{
  margin: 24px 0 0;
}
#product .btn-product{
  display: block;
  cursor: pointer;
  text-decoration: none;
  outline: none;

  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 12px 16px;

  border-radius: 8px;
  background: #0FA49F;
  box-shadow: 8px 8px 16px rgba(14, 164, 159, 0.10);
}
#product .btn-product:hover{
/*  background: #1F2937;*/
  background: #13BDB6;
  box-shadow: none;
}
#product .btn-product-disabled,
#product .btn-product-disabled:hover{
  color: #5A7291;
  background: #E0E6F0;
  box-shadow: none;
}
#product .product-text{
  margin: 40px 0 0;
}
.product-lightbox-open{
  overflow: hidden;
}
.product-lightbox{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 86px;
  background: rgba(15, 23, 42, .9);
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease;
}
.product-lightbox.is-open{
  opacity: 1;
  visibility: visible;
}
.product-lightbox-img{
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .3);
}
.product-lightbox-close,
.product-lightbox-nav{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, .14);
  transition: background .2s ease, opacity .2s ease;
}
.product-lightbox-close:hover,
.product-lightbox-nav:hover{
  background: rgba(255, 255, 255, .24);
}
.product-lightbox-close{
  top: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
}
.product-lightbox-close span{
  position: absolute;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}
.product-lightbox-close span:first-child{
  transform: rotate(45deg);
}
.product-lightbox-close span:last-child{
  transform: rotate(-45deg);
}
.product-lightbox-nav{
  top: 50%;
  width: 52px;
  height: 52px;
  transform: translateY(-50%);
}
.product-lightbox-prev{
  left: 24px;
}
.product-lightbox-next{
  right: 24px;
}
.product-lightbox-nav svg{
  display: block;
}


.view-products{
  margin: -10px;
}
.view-products .items{
  width: 100%;
}
.view-products .item{
  padding: 0 10px;
  margin: 0 0 20px;
}
.view-products .card{
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
}
.view-products .card .img{
  background: #D9DEFE;
}
.view-products .card .img img{
  display: block;
}
.view-products .card .card-cont{
  padding: 16px;
}
.view-products .card .name{
  color: #263344;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}
.view-products .card .price{
  color: #263344;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 8px;
}
.view-products .card .price .old-price{
  text-decoration: line-through;
  color: #888;
  font-size: 0.6em;
  color: #d51111;
}
.view-products .card .price .symbol{
  font-style: normal;
  font-size: 0.8em;
}
.view-products .card .price .old-price .symbol{
  font-style: normal;
  font-size: 1em;
}
.view-products .card .status{
  color: #6D88AE;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 4px;
}
.view-products.catalog{
  padding-top: 10px;
}
.view-products.catalog .items{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.view-products.catalog .item{
  width: 33.3333%;
}
.view-products.catalog .items.items-col-4 .item{
  width: 25%;
}
/*.view-products .card .status .status-in-stock{
  color: #0fa49f;
}
.view-products .card .status .status-preorder{
  color: #f39c12;
}
.view-products .card .status .status-out{
  color: #e74c3c;
}*/

.view-products .swiper-navs{
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 12px;
}
.view-products .swiper-navs .swiper-nav{
  display: block;
  cursor: pointer;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background: #fff;
  margin: 0;
  height: auto;
  width: auto;
  padding: 12px;
}
.view-products .swiper-navs .swiper-nav svg{
  display: block;
  width: 16px;
  height: 16px;
}
.view-products .swiper-navs .swiper-nav:after{
  display: none;
}
.view-products .swiper-navs .swiper-nav.swiper-button-disabled{
  opacity: 1;
}
.view-products-empty .text{
  border-radius: 16px;
  background: #fff;
  padding: 20px;
}
.view-products-empty .wrap-btns {
  margin-top: 24px;
}


.view-card{

}
.view-card .item{

}
.view-card .item + .item{
  margin: 12px 0 0;
}
.view-card .card{
  border-radius: 16px;
  background: #fff;
  padding: 16px;
  display: flex;
  align-items: center;
  position: relative;
}
.view-card .card .card-cont{
  display: flex;
  align-items: center;
}
.view-card .card .card-actions{
  display: flex;
  align-items: center;
}
.view-card .laweb-cart-img{
  flex: 0 0 75px;
  width: 75px;
}
.view-card .laweb-cart-img a{
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 8px;
  overflow: hidden;
  background: #D9DEFE;
  text-decoration: none;
  outline: none;
}
.view-card .laweb-cart-img img{
  display: block;
  width: 100%;
  height: auto;
}
.view-card .laweb-cart-name{
  flex: 1 1 0;
  min-width: 0;
  padding-left: 16px;
  text-wrap: pretty;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.view-card .laweb-cart-name a{
  color: #263344;
  text-decoration: none;
  outline: none;
}
.view-card .laweb-cart-name a:hover{
  color: #0FA49F;
  text-decoration: underline;
}
.view-card .laweb-cart-price{
  color: #485C75;
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  white-space: nowrap;
  padding: 0 30px 0 0;
  flex: 0 0 180px;
}
.view-card .laweb-cart-price .symbol{
  font-size: 0.6em;
  font-style: normal;
}
.view-card .laweb-cart-qty{
  position: relative;
  padding: 0 42px;
}
.view-card .laweb-cart-qty .btn-qty{
  cursor: pointer;
  padding: 12px;
}
.view-card .laweb-cart-qty .btn-qty-minus{
  left: 0;
  top: 0;
  display: block;
  position: absolute;
}
.view-card .laweb-cart-qty .btn-qty-plus{
  right: 0;
  top: 0;
  display: block;
  position: absolute;
}
.view-card .laweb-cart-qty .btn-qty svg{
  display: block;
  width: 16px;
  height: 16px;
}
.view-card .laweb-cart-qty input{
  border-radius: 12px;
  border: 1px solid #E0E6F0;
  background: #fff;
  display: block;
  text-align: center;
  width: 60px;
  outline: none;
  color: #1F2937;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 11px 5px;
}
.view-card .laweb-cart-sum{
  color: #485C75;
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  white-space: nowrap;
  padding: 0 20px 0 0;
  flex: 0 0 180px;
}
.view-card .laweb-cart-sum .symbol{
  font-size: 0.6em;
  font-style: normal;
}
.view-card .laweb-cart-remove{
  display: block;
  padding: 12px;
  cursor: pointer;
  flex: 0 0 40px;
  width: 40px;
}
.view-card .laweb-cart-remove svg{
  display: block;
  width: 16px;
  height: 16px;
  stroke: #5A7291;
}

.view-card-empty{

}
.view-card-empty .text{
  border-radius: 16px;
  background: #fff;
  padding: 20px;
}
.view-card-empty .wrap-btns{
  margin-top: 24px;
}

.laweb-cart-summary{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  margin-top: 32px;
}
.laweb-cart-summary .laweb-cart-summary-row{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
}
.laweb-cart-summary .laweb-cart-summary-row .label{
  color: #5A7291;
  text-align: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.laweb-cart-summary .laweb-cart-summary-row .val{
  color: #263344;
  text-align: right;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
.laweb-cart-summary .laweb-cart-summary-row .val .symbol{
  font-size: 0.6em;
  font-style: normal;
}

#cart{

}
#cart .bl-title .count{
  font-style: normal;
  color: #5A7291;
}

#modal-cart{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  align-items: center;
  justify-content: center;
  display: none; 
}
#modal-cart.open{
  display: flex;
}
#modal-cart .popup-cont{
  background: #f5f5f5;
  width: 90%;
  max-width: 980px;
  padding: 30px 40px;
  position: relative;
  text-align: left;
  z-index: 99;
  overflow: auto;
  max-height: 90%;
  border-radius: 12px;
}
#modal-cart .popup-close{
  position: absolute;
  right: 16px;
  top: 16px;
  width: 16px;
  height: 16px;
  opacity: 0.6;
  cursor: pointer;
}
#modal-cart .popup-close:hover{
  opacity: 1;
}
#modal-cart .popup-close:before,
#modal-cart .popup-close:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  margin: -1px 0 0;
  left: 0;
  z-index: 9;
  background: #000;
}
#modal-cart .popup-close:before{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#modal-cart .popup-close:after{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#modal-cart .laweb-cart-title{
  color: #1F2937;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
}
#modal-cart .count{
  color: #5A7291;
}
#modal-cart .laweb-cart-content{
  margin-top: 24px;
}
#modal-cart .view-card{
  padding-right: 20px;
  margin-right: -20px;
  max-height: calc(85vh - 195px);
  overflow: auto;
}

.view-card-sm{

}
.view-card-sm .item{

}
.view-card-sm .item + .item{
  margin-top: 16px;
}
.view-card-sm .card{
  display: flex;
  width: 100%;
  gap: 16px;
}
.view-card-sm .card .laweb-cart-img{
  width: 75px;
  flex: 0 0 75px;
}
.view-card-sm .card .laweb-cart-img a{
  display: block;
  width: 75px;
  height: 75px;
  text-decoration: none;
  outline: none;
  background: #D9DEFE;
  border-radius: 8px;
  overflow: hidden;
}
.view-card-sm .card .laweb-cart-img img{
  display: block;
  width: 100%;
  height: auto;
}
.view-card-sm .card .laweb-cart-cont{
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
}
.view-card-sm .card .laweb-cart-remove{
  position: absolute;
  right: 0;
  top: 0;
}
.view-card-sm .card .laweb-cart-remove .laweb-cart-remove-btn{
  display: block;
  cursor: pointer;
  z-index: 9;
  padding: 5px;
  position: relative;
  top: -5px;
  right: -5px;
}
.view-card-sm .card .laweb-cart-remove svg{
  display: block;
  width: 14px;
  height: 14px;
}
.view-card-sm .card .laweb-cart-name{
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  padding-right: 25px;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.view-card-sm .card .laweb-cart-name a{
  color: #263344;
  text-decoration: none;
  outline: none;
}
.view-card-sm .card .laweb-cart-name a:hover{
  color: #0FA49F;
}
.view-card-sm .card .laweb-cart-info{
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 2px;
}
.view-card-sm .card .laweb-cart-qty{
  color: #1F2937;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.view-card-sm .card .laweb-cart-sum{
  color: #5A7291;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.view-card-sm .card .laweb-cart-sum .symbol{
  font-style: normal;
  font-size: 0.8em;
}



#popup-modal-mssg{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  align-items: center;
  justify-content: center;
  display: flex; 
}
#popup-modal-mssg .popup-cont{
  background: #fff;
  width: 90%;
  max-width: 600px;
  padding: 30px 40px;
  position: relative;
  text-align: center;
  z-index: 99;
  overflow: auto;
  max-height: 90%;
  border-radius: 12px;
}
#popup-modal-mssg .popup-cont.style-sm{
  max-width: 400px;
}
#popup-modal-mssg .popup-close{
  position: absolute;
  right: 16px;
  top: 16px;
  width: 16px;
  height: 16px;
  opacity: 0.6;
  cursor: pointer;
}
#popup-modal-mssg .popup-close:hover{
  opacity: 1;
}
#popup-modal-mssg .popup-close:before,
#popup-modal-mssg .popup-close:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  margin: -1px 0 0;
  left: 0;
  z-index: 9;
  background: #000;
}
#popup-modal-mssg .popup-close:before{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#popup-modal-mssg .popup-close:after{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#popup-modal-mssg .popup-mssg-title{
  font-size: 25px;
  line-height: 1.2;
  font-weight: 600;
  color: #010101;
  margin: 0 0 20px;
}
#popup-modal-mssg .popup-mssg-title{
  font-size: 25px;
  line-height: 1.2;
  font-weight: 600;
  color: #010101;
  margin: 0 0 12px;
}
#popup-modal-mssg .popup-mssg-text{
  font-size: 16px;
  line-height: 1.6;
}
#popup-modal-mssg .popup-mssg-buttons{
  margin-top: 24px;
  display: flex;
  width: 100%;
  gap: 20px;
  justify-content: center;
  align-items: center;
}


#checkout{}
#checkout .bl-wrap{
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  width: 100%;
  gap: 32px;
  background: #f2f4f8;
}
#checkout .bl-cart{
  width: 360px;
  flex: 0 0 360px;
  position: sticky;
  right: 0;
  top: 165px;
}
#checkout .bl-checkout{
  flex: 1 1 0;
  min-width: 0;
}
#checkout .bl-cart-summary-mob{
  display: none;
}

#block-checkout-cart{
  padding: 24px;
  border-radius: 16px;
  background: #fff;
}
#block-checkout-cart .bl-cart-title{
  color: #1F2937;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}
#block-checkout-cart .bl-cart-title .count{
  color: #5A7291;
}
#block-checkout-cart .bl-cart-content{
  margin-top: 15px;
  padding-top: 20px;
  border-top: 1px solid #E0E6F0;
}
#block-checkout-cart .bl-cart-summary{
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #E0E6F0;
}
#block-checkout-cart .bl-cart-summary .laweb-cart-summary-row{
  color: #1F2937;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#block-checkout-cart .bl-cart-summary .laweb-cart-summary-row .symbol{
  font-style: normal;
  font-size: 0.8em;
}
#block-checkout-cart .bl-cart-summary .laweb-cart-actions{
  margin-top: 15px;
}
#block-checkout-cart .bl-cart-summary .laweb-cart-actions .button{
  width: 100%;
  text-align: center;
}
#block-checkout-cart .view-card-sm{
  max-height: calc(95vh - 400px);
  overflow: auto;
  margin-right: -12px;
  padding-right: 12px;
}

#laweb-checkout-form .form-item-group{
  padding: 24px;
  width: 100%;
  border-radius: 16px;
  background: #fff;
}
#laweb-checkout-form .form-item-group + .form-item-group{
  margin-top: 16px;
}
#laweb-checkout-form .form-item-group .form-item-group-label{
  color: #1F2937;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #E0E6F0;
}

#checkout-group-base .form-item-group-content{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-columns: repeat(2, minmax(0, 1fr)); 
  gap: 20px;
}
#checkout-group-base .form-item-group-content .form-item{
  min-width: 0;
  width: 100%;
}
#checkout-group-address .form-item-group-content{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-columns: repeat(2, minmax(0, 1fr)); 
  gap: 20px;
}
#checkout-group-address .form-item-group-content .form-item{
  min-width: 0;
  width: 100%;
}

#checkout-group-delivery{

}
#checkout-group-delivery .checkout-delivery-item{
  display: block;
  width: 100%;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid #fff;
}
#checkout-group-delivery .checkout-delivery-item.is-active{
  padding: 16px;
  border: 1px solid #0FA49F;
}
#checkout-group-delivery .checkout-delivery-item + .checkout-delivery-item{
  margin-top: 16px;
}
#checkout-group-delivery .checkout-delivery-item .checkout-delivery-radio{
  cursor: pointer;
}
#checkout-group-delivery .checkout-delivery-item .checkout-delivery-fields{
  display: none;
  width: 100%;
}
#checkout-group-delivery .checkout-delivery-item.is-active .checkout-delivery-fields{
  display: block;
  margin-top: 12px;
}
#checkout-group-delivery .checkout-delivery-item .checkout-delivery-fields .delivery-selected-location{
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.2;
}

.select2-container,
.select2-container *{
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
      -ms-transition: none;
          transition: none;
}
.select2-container{
  font-size: 14px;
}
.select2-container--default .select2-selection--single{
  border-radius: 16px;
}   

#breadcrumbs{
  color: #83A0CA;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 16px;
}
.single #breadcrumbs{
  margin: 0 0 24px;
}
.single-product #breadcrumbs{
  margin: 0 0 24px;
}
#breadcrumbs ul{
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 5px;
}
#breadcrumbs ul li{
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 5px;
}
#breadcrumbs ul li + li:before{
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: url('../images/icon-breadcrumbs.svg') center no-repeat;
  background-size: contain;
}
#breadcrumbs ul li a{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  outline: none;
  color: #83A0CA;
}
#breadcrumbs ul li a:hover{
  color: #5A7291;
}
#breadcrumbs ul li.current a,
#breadcrumbs ul li.current span{
  color: #263344;
}
#breadcrumbs ul li:nth-child(1) a span{
  display: none;
}
#breadcrumbs li:last-child {
  min-width: 0;
  flex: 1;
}

#breadcrumbs li:last-child span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#breadcrumbs ul li svg{
  display: block;
  width: 16px;
  height: 16px;
  stroke: #83A0CA;
}

#block-catalog{

}
#block-catalog .bl-catalog-head{
  margin: 0 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#block-catalog .bl-content{
  margin-top: 20px;
}
#block-catalog .view-products-found{
/*  color: #263344;*/
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
#block-catalog .view-products-sort{
  position: relative;
  width: 265px;
}
#block-catalog .view-products-sort form{
  color: #1F2937;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: block;
  width: 100%;
}
#block-catalog .bl-catalog{
  display: flex;
  width: 100%;
  position: relative;
  align-items: flex-start;
  gap: 30px;
}
#block-catalog .bl-catalog-sidebar{
  width: 25%;
  flex: 0 0 25%;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 165px;
}
#block-catalog .bl-catalog-content{
  flex: 1 1 0;
  min-width: 0;
}
#block-catalog .bl-catalog-sidebar .bl-catalog-sidebar-wrap-fade{
  display: none;
}
#block-catalog .btn-view-products-filter-mob{
  display: none;
}
#block-catalog .bl-catalog-sidebar-popup-close{
  display: none;
}

.catalog-filter{
  display: block;
  width: 100%;
}
.catalog-filter + .catalog-filter{
  border-top: 1px solid #C1CDE3;
  padding-top: 24px;
  margin-top: 24px;
}
.catalog-filter .catalog-filter-label{
  color: #1F2937;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.catalog-filter .catalog-filter-cont{

}
.catalog-filter .catalog-filter-cont ul{
  padding: 16px 0 0;
  color: #1F2937;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.catalog-filter .catalog-filter-cont ul li{
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  padding-left: 24px;
}
.catalog-filter .catalog-filter-cont ul li + li{
  margin-top: 10px;
}
.catalog-filter .catalog-filter-cont ul li a{
  color: #1F2937;
  text-decoration: none;
  outline: none;
}
.catalog-filter .catalog-filter-cont ul li a:hover{
  color: #0FA49F;
}
.catalog-filter .catalog-filter-cont ul li a:before{
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #C1CDE3;
  top: 2px;
  left: 0;
}
.catalog-filter .catalog-filter-cont ul li a:after{
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  top: 2px;
  left: 0;
  background: url('../images/input-check.svg') center no-repeat;
  background-size: 12px;
  opacity: 0;
}
.catalog-filter .catalog-filter-cont ul li.active a:before{
  background: #13BDB6;
  border-color: #13BDB6;
}
.catalog-filter .catalog-filter-cont ul li.active a:after{
  opacity: 1;
}

#block-view-catalog .view-products-load-more{
  margin-top: 30px;
  text-align: center;
}
#block-view-catalog .view-products-load-more .btn-catalog-load-more{
  color: #0FA49F;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}
#block-view-catalog .view-products-load-more .btn-catalog-load-more svg{
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  stroke: #0FA49F;
  fill: none;
}

#block-view-catalog .view-products-pagination{
  margin-top: 30px;
}
.view-products-pagination .catalog-pagination{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 50px;
  margin: 0;
  gap: 8px;
  position: relative;
}
.view-products-pagination .catalog-pagination a{
  color: #263344;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 20px;
  padding: 5px 5px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  outline: none;
  font-weight: 500;
  border-radius: 6px;
  border: 1px solid #E0E6F0;
  background: #FFF;
}
.view-products-pagination .catalog-pagination a:hover{
  color: #5A7291;
  border-color: #5A7291;
}
.view-products-pagination .catalog-pagination a.active{
  background: #fff;
  color: #0FA49F;
  border-color: #0FA49F;
  font-weight: 600;
}
.view-products-pagination .catalog-pagination a svg{
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  fill: none;
  stroke: #6D88AE;
}
.view-products-pagination .catalog-pagination .pagination-prev{
  position: absolute;
  left: 0;
  top: 0;
}
.view-products-pagination .catalog-pagination .pagination-next{
  position: absolute;
  right: 0;
  top: 0;
}


#block-view-catalog {
  position: relative;
}

#block-view-catalog.is-loading {
  opacity: 0.6;
  pointer-events: none;
}

#block-view-catalog.is-loading::after {
  content: "";
  position: absolute;
  top: 40px;
  right: 40px;
  width: 28px;
  height: 28px;
  border: 2px solid rgba(15, 164, 159, 0.25);
  border-top-color: #0FA49F;
  border-radius: 50%;
  animation: lawebCatalogSpin 0.8s linear infinite;
  z-index: 5;
  background: transparent;
}

.btn-catalog-load-more.is-loading {
  opacity: 0.6;
}

@keyframes lawebCatalogSpin {
  to {
    transform: rotate(360deg);
  }
}


#checkout {
  position: relative;
}
#block-checkout-cart .bl-cart-summary-mob{
  display: none;
}

#checkout.is-loading {
  pointer-events: none;
}

#checkout.is-loading::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 24px;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(15, 164, 159, 0.25);
  border-top-color: #0FA49F;
  border-radius: 50%;
  animation: lawebCheckoutSpin 0.8s linear infinite;
  z-index: 20;
}

.js-laweb-checkout-submit.is-loading {
  opacity: 0.7;
}

@keyframes lawebCheckoutSpin {
  to {
    transform: rotate(360deg);
  }
}


.laweb-cart-message{
  display: none;
  align-items: center;
  gap: 10px;
  margin: 6px 0 0;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.4;
  color: #b42318;
  background: #fdecea;
  border: 1px solid #f5c2c0;
  border-radius: 6px;
  animation: errorFade 0.3s ease;
  width: 100%;
}
.laweb-cart-message.show{
  display: flex;
}
.laweb-cart-message svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: #b42318;
}

#block-thanks{}
#block-thanks .bl-wrap-cont {
  background: #fff;
  border-radius: 16px;
  z-index: 5;
  position: relative;
  padding: 40px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
#block-thanks .text{
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.5;
}
#block-thanks .text b{
  color: #0fa49f;
}
#block-thanks .wrap-buttons{
  margin-top: 30px;
  display: flex;
  width: 100%;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}


#block-search-form{
  margin: 0 0 25px;
}
#block-search-form form{
  position: relative;
  display: block;
  max-width: 465px;
  width: 100%;
}
#block-search-form 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 form input:placeholder{
  opacity: 0.4;
  color: #031b4e;
}
#block-search-form form input::placeholder{
  opacity: 0.4;
  color: #031b4e;
}
#block-search-form form button{
  display: flex;
  align-items: center;
  justify-content: center;
  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 form button:hover{
  color: #00b48d;
}
#block-search-form form button svg {
  display: block;
  width: 16px;
  height: 16px;
}

#result-search{

} 
#result-search .not-result {
  border-radius: 16px;
  background: #fff;
  padding: 20px;
}
#result-search .title{
  margin: 0 0 25px;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}
#result-search .title span{
  color: #0FA49F;
  font-weight: 600;
}
#result-search .result-item{

}
#result-search .result-item + .result-item{
  margin-top: 45px;
}
#result-search .result-item-label{
  margin: 0 0 16px;
  color: #1F2937;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
#result-search .result-item-contents{
  padding-top: 10px;
}
#result-search .result-item-contents .view-products.catalog{
  padding-top: 0;
}
