
.btn{
  position: relative;
  overflow: hidden;
  transition: all 0.35s;
}
input:invalid{
  box-shadow: none;
}
.loading-icon {
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  background: #2F4320;
  content: '<i class="fa fa-spinner fa-spin fa-3x fa-fw"></i>';
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn:disabled{
  opacity: 0.5;
  pointer-events: none;
}
.loading-icon:before {
  content: "\f110";
  font-family: FontAwesome, sans-serif;
  font-size: 16px;
  /* transform: translate(-50%, -50%); */
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  color: white;
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}
@font-face {
  font-family: 'FontAwesome';
  src: url("../../fonts/fontawesome-webfont.eot");
  src: url("../../fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("../../fonts/fontawesome-webfont.woff2") format("woff2"), url("../../fonts/fontawesome-webfont.woff") format("woff"), url("../../fonts/fontawesome-webfont.ttf") format("truetype"), url("../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
footer.flexed{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none!important;
}

*:after, *:before {
  display: block;
  line-height: 1; }

.close {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 11px;
  top: 13px;
  opacity: 1;}
.close:before, .close:after {
  content: '';
  width: 15px;
  height: 2px;
  background-color: #333333;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -1px auto 0;
  -webkit-transition: 300ms;
  transition: 300ms; }
.close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.close:hover:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }
.close:hover:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.modal {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99; }
.modal .modal__layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
.modal .modal__block {
  text-align: center;
  background-color: #FAF6F2;
  width: 32rem;
  border-radius: 16px;
  position: absolute;
  padding: 2rem 3rem;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modal .modal__block .g-recaptcha {
  transform-origin: center center;
}
.modal_title {
  font-family: 'Vetrino', sans-serif;
  font-size: 1.7rem;
  text-align: center;
  padding: 0;
  margin: 1.5rem 0;
  text-transform: uppercase;
}
.modal_title.sm{
  font-size: 1.3rem;
}
.modal form {
  display: block;
}

.load *{
  transition: none!important;
}

.test{
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0.5;
  z-index: -1;
}

.loader{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader img{

}
.flex{
  display: flex;
  justify-content: space-between;
}
.center{
  justify-content: center;
}
.start{
  justify-content: flex-start;
}
.end{
  justify-content: flex-end;
}
.wrap{
  flex-wrap: wrap;
}
.align-center{
  align-items: center;
}
.align-start{
  align-items: flex-start;
}
.align-end{
  align-items: flex-end;
}
.text-center{
  text-align: center;
}
.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}
a{
  -webkit-transition: all 0.35s;
  -moz-transition:  all 0.35s;
  -ms-transition:  all 0.35s;
  -o-transition:  all 0.35s;
  transition: all 0.35s;
  text-decoration: none;
  color: black;
  outline: none!important;
}
a:hover, a.active, .active a{
  text-decoration: none;
  color: #F26009
}
.content a{
  color: #D5621D;
  text-decoration: underline;
}
.content a:hover{
  text-decoration: none;
}
input, button{
  border: none;
  outline: none;
  font-size: 1rem;
}
button{
  cursor: pointer;
}
select{
  border: none;
  outline: none;
  font-size: 1rem;
}

hr {
  height: 1px;
  background-color: #cccccc;
  border: none;
  width: 100%;
  margin: 2rem 0;
}
.container {
  width: 1120px;
  margin: 0 auto;
  padding: 0;
  max-width: unset;
}
.rel{
  position: relative;
}
.mob_block{
  display: none!important;
}
.menu_toggle{
  background: transparent;
  font-size: 1.7rem;
  line-height: 1;
  color: red;
}
.menu_toggle .fa-times, .phone--show .fa-times{
  display: none;
}
.menu_toggle.active .fa-bars, .phone--show.active .fa-phone{
  display: none;
}
.menu_toggle.active .fa-phone, .menu_toggle.active .fa-search{
  display: none;
}
.menu_toggle.active .fa-times, .phone--show.active .fa-times{
  display: block;
}
.shadow{
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05), inset 0 -1px 0 rgba(0,0,0,0.15);
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Vetrino', sans-serif;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-weight: normal;
}

p{
  margin-bottom: 1rem;
}
.slick-dotted.slick-slider{
  margin: 0!important;
}

.slick-dots li button:before{
  display: none!important;
}
.slick-dots li{
  width: auto!important;
  height: auto!important;
}

.breadcrumbs {
  margin-bottom: 1.8rem;
}
.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs ul li {
  /*padding: 2px 0;*/
  color: #4F4F4F;
  display: inline;
  vertical-align: top;
}
.full{
  width: 100%;
}

.breadcrumbs ul li a img {
  margin-right: 0.5rem;
}

.breadcrumbs ul li:last-child:after{
  display: none;
}
.breadcrumbs ul li:after {
  content: "/";
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-left: 0.4rem;
  color: #4F4F4F;
  margin-top: -0.2rem;
}
.mb_30{
  margin-bottom: 20px;
}
.pagination{
  justify-content: center;
  margin-top: 2rem;
  align-items: center;
  display: flex;
  list-style-type: none;
  overflow: hidden;
}

.pagination li.disabled a{

  pointer-events: none;
  background-color: #EFF0F4;
}

.pagination li a img{
  filter: grayscale(1);
  opacity: 0.7;
  transition: all 0.35s;
}
.pagination li a:hover img{
  filter: grayscale(0);
  opacity: 1;
}
.pagination li {
  margin: 0 0.3rem;
}
/*.pagination li.prev{*/
/*  margin-left: -0.8rem;*/
/*}*/
/*.pagination li.next{*/
/*  margin-right: -0.8rem;*/
/*}*/
.pagination a {
  font-size: 1.1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 4px;
  background-color: white;
}
.pagination li.prev a{

}
.pagination li.next a{

}
.pagination li.active a {
  background-color: #2F4320;
  color: white;
  pointer-events: none;
}
.pagination a:hover{
  background-color: #D5621D;
  color: white;
}

.cover_img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 15;
}
.slick-next:before, .slick-prev:before{
  display: none!important;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

h1{
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3{
  font-size: 1.7rem;
}
h4{
  font-size: 1.5rem;
}
h5{
  font-size: 1.3rem;
}
h6{
  font-size: 1.1rem;
}
.mb-0{
  margin-bottom: 0!important;
}
.col-md-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.col-md-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.col-md-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.col-md-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.col-md-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.col-md-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.col-md-8{
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.col-md-9{
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.col-md-12{
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.content img{
  max-width: 100%;
  height: auto!important;
}
@media screen and (max-width:1050px) {
  .content img{
    max-width: 100%!important;
    margin: 0 auto!important;
    margin-bottom: 1.5rem!important;
    float: none!important;
    display: block;
  }
}
.content p, .content img, .content ol, .content ul, .content table {
  margin-bottom: 0.7rem;
  line-height: 1.2;
}
.content table{
  width: 100%!important;
  border-collapse: collapse!important;
  border: none!important;
}
.content table td, .content table th{
  border: 1px solid #D5621D!important;
  padding: 1rem!important;
}
.content ol {
  margin-left: 3rem;
}
.content ol li{
  margin-bottom: 0.5rem;
}
.content ol li::marker{
  color: #D5621D;
  font-weight: 600;
}
.content li:last-child{
  margin-bottom: 0;
}
.compensate-for-scrollbar, .fancybox-enabled body{
  margin-right: 0!important;
  overflow: visible!important;
}
.fancybox-enabled {
  overflow: visible!important;
}
.content ul{
  margin-left: 0.8rem;
  list-style-type: none;
}
.content ul li {
  position: relative;
  padding-left: 0.7rem;
  margin-bottom: 0.5rem;
}
/*.ser_about_text .content ul{
  margin-bottom: 0;
}*/
.ser_about_text .content ul li{
  margin-bottom: 0.2rem;
}
.content p.sm_mar{
  margin-bottom: 0.3rem;
}
.content ul li:after{
  position: absolute;
  content: "";
  left: 0;
  top: 0.4rem;
  width: 5px;
  height: 5px;
  background-color: #D5621D;
  border-radius: 50%;
}
.pl-0{
  padding-left: 0!important;
}
.pr-0{
  padding-right: 0!important;
}
.pb-0{
  padding-bottom: 0!important;
}


.whatsapp.cart{
  bottom: 15.8rem;
  background: #D5621D;
}
.whatsapp.cart:after, .whatsapp.cart:before{
  border-color: #D5621D!important;
/*  animation: none;*/
}
.whatsapp.call{
  bottom: 6.4rem;
  background: #136F63;
}
.whatsapp.call:after, .whatsapp.call:before{
  border-color: #136F63!important;
}
.whatsapp .btn_count {
    top: -0.2rem;
    right: -0.2rem;
    bottom: unset;
    z-index: 2;
    background: #f60505;
    font-size: 0.8rem;
}
.whatsapp {
  position: fixed;
  right: 2.4rem;
  bottom: 11.1rem;
  color: #ffffff;
  height: 3rem;
  width: 3rem;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  z-index: 50;
  cursor: pointer;
  border-radius: 50%;
  text-decoration: none !important;
}

.whatsapp:after, .whatsapp:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 5px solid #25d366;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  left: 0%;
  animation-iteration-count: infinite;
  animation-duration: 1.2s;
  animation-name: ring;
  outline: none;
  box-sizing: border-box;
}
.whatsapp:before {
  animation-delay: 0.8s;
  border: 5px solid #25d366;
  border-radius: 50%;
}
.whatsapp:after {
  animation-delay: 0.6s;
}
.whatsapp i {
  display: block;
  color: #fff;
}
@keyframes ring {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.7);
  }
}

.back i{
  color: #ED1C24;
  font-size: 0.8rem;
  margin-right: 0.25rem;
}
.mt-0{
  margin-top: 0!important;
}


