/*===== FONTS =====*/
@font-face {
  font-family: Montserrat;
  src: url("/views/base_template/fonts/Montserrat/Montserrat-Bold.woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url("/views/base_template/fonts/Montserrat/Montserrat-SemiBold.woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url("/views/base_template/fonts/Montserrat/Montserrat-Medium.woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url("/views/base_template/fonts/Montserrat/Montserrat-Regular.woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 400;
}
/*===== FONTS =====*/

hr, img, legend {
  border: 0;
}

.center_wrap img, .img-thumbnail {
  max-width: 100%;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

caption, img, td, th {
  vertical-align: middle;
}

html {
  line-height: 1;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

caption, td, th {
  text-align: left;
  font-weight: 400;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

a {
  outline: 0 !important;
  background-color: transparent;
  text-decoration: none;
}

.dropdown-toggle:focus, .open > a, a:active, a:hover {
  outline: 0;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, optgroup, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

.img-thumbnail, body {
  background-color: #fff;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre, textarea {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-size: 15px;
  line-height: 1.42857143;
  color: #333;
  position: relative;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}



html, body {
  height: 100%;
}

body{
  min-width: 300px;
}

.container_full {
  padding: 0px 120px;
}

.container_s {
  max-width: 1300px;
}

.container_xs {
  max-width: 1000px;
}

p, body {
  color: #111;
}

a{color:#969696}

a:hover{color:#222;}

.h_link{margin-bottom: 15px;}

.indent-m {
  padding-top: 50px;
  padding-bottom: 50px;
}
.indent-l {
  padding-top: 65px;
  padding-bottom: 65px;
}

.sub_h1 {
  font-size: 16px;
  letter-spacing: 0.04em;
}

.text_center{
  text-align: center;
}



@media (max-width: 1400px) {
  .container_full {
    padding: 0px 20px;
    width: 1080px;
    margin: 0 auto;
  }
}

@media (max-width: 1200px) {
  body{
    padding-left: 0;
  }

  .container_full {
    width: 970px;
  }
}


.text_block, .text_block p{font-size: 15px; line-height: 1.7;}
.text_block p{
  margin-bottom: 20px;
  margin-top: 10px;
}


.text_block li{
  margin-bottom: 10px;
}


.text_block h2{
  font-size: 23px;
  font-weight: 500;
  color: #111;
}


/*===== button =====*/

.btn {
  font-size: 14px;
  padding: 12px 31px 15px;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.02em;
  position: relative;
  text-decoration: none;
  outline:none;
}

body .btn-no_active, body .btn-no_active:hover{
  background-color: #bdbdbd!important;
}

.link {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #087cd5;
  text-decoration: underline;
}

.link:hover{
  text-decoration: none;
}

.pseud_link{
  display: inline;
  border-bottom: 1px dotted #262626;
  cursor:pointer;
}

.pseud_link:hover{
  border:none;
  margin-bottom: 1px;
}


.btn-one {
  color: #1a171b;
  transition: all .15s ease;
  border: none;
  padding: 10px 32px 12px;
  box-shadow: none;
  border: 1px solid #1a171b;
  font-weight: 400;
  background: none;
}

.btn-one.btn-insert{
  border-color: white;
  color:white;
}

.btn-two {
  background-color: #f62f2f!important;
  font-size: 15px;
  font-weight: 500;
  color: white;
  transition: all .15s ease;
  border-bottom: none;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  box-shadow: none;
  box-shadow: 0 2px 8px -1px rgb(246 47 47 / 30%), 0 0 16px 4px rgb(246 47 47 / 0.3), 0 0 6px 2px #f62f2f00;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 16px 30px 22px;
}

.btn-two:hover {
 box-shadow: 0 2px 8px -1px rgb(246 47 47 / 0), 0 0 16px 4px rgb(246 47 47 / 0), 0 0 6px 2px #f62f2f00;
 color:white;
}


.btn-two_white{
  background-color: white!important;
  font-size: 15px;
  font-weight: 500;
  color: #222;
  transition: all .15s ease;
  border-bottom: none;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 16px 30px 22px;
}

.btn-two_white:hover {
  box-shadow: 0 2px 8px -1px rgb(255 255 255 / 0%), 0 0 16px 4px rgb(255 255 255 / 0%), 0 0 6px 2px #ffffff00;
}

.btn-three {
  background: none;
  font-size: 14px;
  padding: 16px 30px 20px;
  color: #4e6271;
  letter-spacing: 0.2px;
  border-bottom: none;
  box-shadow:none;
  border: 1px solid #596e7e;
  -webkit-transition: all 0.3s ease!important;
  -moz-transition: all 0.3s ease!important;
  -ms-transition: all 0.3s ease!important;
  -o-transition: all 0.3s ease!important;
  transition: all 0.3s ease!important;
}


.btn-three:hover{
  background-color: #596e7e;
  color:white;
}

.btn-four {
  background-color: #596f7e!important;
  font-size: 15px;
  font-weight: 500;
  color: white;
  transition: all .15s ease;
  border-bottom: none;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  box-shadow: none;
  box-shadow: 0 2px 8px -1px rgb(89 111 126 / 15%), 0 0 16px 4px rgb(89 111 126 / 15%), 0 0 6px 2px rgb(89 111 126 / 15%);
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -ms-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  padding: 16px 30px 22px;
}

.btn-four:hover {
  box-shadow: 0 2px 8px -1px rgb(89 111 126 / 0%), 0 0 16px 4px rgb(89 111 126 / 0%), 0 0 6px 2px rgb(89 111 126 / 0%);
  color:white;
}

.btn-card{
  font-size: 14px;
  padding: 12px 30px 14px 30px;
}


@media (max-width: 1599px) {
  .btn-two, .btn-three, .btn-four {
      font-size: 14px;
  }
}

/*===== button =====*/

.input-animate::-webkit-input-placeholder {
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
  transform-origin: 0 50%;
}

.input-animate {
  overflow: hidden;
}
.input-animate:focus::-webkit-input-placeholder {
  -moz-transform: translateX(70%);
  -ms-transform: translateX(70%);
  -webkit-transform: translateX(70%);
  transform: translateX(70%);
  opacity: 0;
}

input:not(:disabled):not([type="submit"]), textarea {
  padding: 12px 0px;
  border: none;
  font-size: 14px;
  outline: none;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #d5d5d5;
  color: #111;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
  box-shadow: none;
  background: none;
}


/* Chrome/Opera/Safari */
input::-webkit-input-placeholder { 
  letter-spacing: 0.04em;
}
/* Firefox 19+ */
input::-moz-placeholder {
  letter-spacing: 0.04em;
}
/* IE 10+ */
input:-ms-input-placeholder { 
  letter-spacing: 0.04em;
}
/* Firefox 18- */
input:-moz-placeholder { 
  letter-spacing: 0.04em;
}


input.placeholder_white{
  color:white!important;
  border-bottom: 1px solid white!important;
}
/* Chrome/Opera/Safari */
.placeholder_white::-webkit-input-placeholder { 
  color: white;
}
/* Firefox 19+ */
.placeholder_white::-moz-placeholder {
  color: white;
}
/* IE 10+ */
.placeholder_white:-ms-input-placeholder { 
  color: white;
}
/* Firefox 18- */
.placeholder_white:-moz-placeholder { 
  color: white;
}

/*===== scroll_downs =====*/
.scroll_downs {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  margin: auto;
  width: 25px;
  height: 39px;
  z-index: 50;
}

.mousey {
  width: 4px;
  padding: 6px 10px;
  height: 38px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 25px;
  opacity: 0.75;
}

.scroller {
  width: 2px;
  height: 8px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
  position: relative;
  left: -1px;
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
/*===== scroll_downs =====*/


/*===== h =====*/
.h1{
  font-size: 30px;
  font-weight: 600;
  color:#363b3e;
  line-height: 1.6;
}

.h2{
  font-size: 28px;
  font-weight: 500;
  color:#363b3e;
}

@media screen and (max-width: 1599px) {
  .h1{
    font-size: 28px;
  }
}

@media screen and (max-width: 599px) {
  .h1{
    font-size: 24px;
  }
}

/*===== h =====*/



/*===== hamburger =====*/
.hamburger {
  padding: 15px 20px 14px 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger__box {
  width: 28px;
  height: 24px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.hamburger__inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger__inner, .hamburger__inner::before, .hamburger__inner::after {
  width: 23px;
  height: 3px;
  background-color: #262626;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.mobile_nav .hamburger__inner, .mobile_nav .hamburger__inner::before, .mobile_nav .hamburger__inner::after {
  background-color: #f96f13;
}

.hamburger__inner::before, .hamburger__inner::after {
  content: "";
  display: block;
}

.hamburger__inner::before {
  top: -7px;
}

.hamburger__inner::after {
  bottom: -7px;
}

/*Squeeze*/
.hamburger-squeeze .hamburger__inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-squeeze .hamburger__inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger-squeeze .hamburger__inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-squeeze.is-active .hamburger__inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger-squeeze.is-active .hamburger__inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger-squeeze.is-active .hamburger__inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*===== hamburger =====*/
/*===== mobile_nav =====*/
.mobile_nav {
  display: block;
  overflow: hidden;
  width: 40%;
  height: 100%;
  position: fixed;
  z-index: 1200;
  top: 0px;
  left: -40%;
  background: white;
  overflow-y: auto;
  visibility: hidden;
  -webkit-transition: all .5s cubic-bezier(0.6,0,0.5,1);
  -moz-transition: all .5s cubic-bezier(0.6,0,0.5,1);
  transition: all .5s cubic-bezier(0.6,0,0.5,1);
}

.mobile_nav__row{
      height: 100%;
}

.mobile_nav.active{
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
    visibility: visible;
}

.mobile_nav__item {
  padding: 30px 30px;
  border-bottom: 1px solid gainsboro;
}

.mobile_nav__title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
}

.mobile_nav ul {
  padding-top: 25px;
  padding-bottom: 0px;
  background-color: #fff;

}

.mobile_nav ul ul{
  padding-top: 0px;
  padding-bottom: 15px;
  margin-left: 10px;
  display: none;
}

.mobile_nav ul ul a{
  font-weight: 400;
}

.mobile_nav ul a {
  color: #222;
  font-weight: 600;
  display: block;
  padding: 15px 30px 15px 30px;
  text-decoration: none;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  -ms-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
  text-align: center;
  font-size: 15px;
}


.mobile_nav .active a {
  background: #f3f3f3;
}

.mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #596f7e;
  display: none;
  z-index: 900;
}

.mobile_nav .hide_show_menu {
  position: absolute;
  right: 1px;
  top: 4px;
  z-index: 10;
}

.hide_show_menu {
  display: none;
}



.mobile_nav__list a{
  font-size: 44px;
  text-transform: uppercase;
  color:white;
  height: 100%;
}

.mobile_nav__top li a{
  font-size: 17px;
  padding: 20px 30px 20px 30px;
}


.mobile_nav__contact{
  color: #222;
  text-align: center;
}

.mobile_nav__contact ul{
background: white;
}

.mobile_nav__phone{
  margin-bottom: 20px;
  text-align: center;
  padding-top: 35px;
}

.mobile_nav__drop{
  margin-bottom: 40px;
  text-align: center;
}

.mobile_nav__drop_item {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.mobile_nav__drop_item a{
  padding: 5px 10px 7px;
  border-radius: 3px;
}

.mobile_nav__phone a{
  color: #222222;
  font-weight: 600;
  font-size: 16px;
}

.mobile_nav__phone_item{
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
}

.mobile_nav__phone_item span{
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin-top: 4px;
}

.mobile_nav__address{
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 40px;
}


@media (min-width: 1200px) {
  .mobile_nav, .mask {
    display: none !important;
  }
}

@media (max-width: 800px) {
  .mobile_nav {
    width: 100%;
    left: -100%;
  }
}

@media (max-width: 576px) {
  .mobile_nav__top li a {
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/*===== mobile_nav =====*/




/*===== toggle_wrap =====*/
.toggle_btn-style{
  background-color: #eaf7fd;
  padding: 15px 70px 15px 25px;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  color: #404040;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}

.toggle_item.active .toggle_btn-style:before{
  -moz-transform: scale(1) rotate(-180deg);
-webkit-transform: scale(1) rotate(-180deg);
-o-transform: scale(1) rotate(-180deg);
-ms-transform: scale(1) rotate(-180deg);
transform: scale(1) rotate(-180deg);
}

.toggle_btn-style:before{
  content: "";
  right: 20px;
  top: 21px;
  background: url(/views/base_template/img/toggle_target.png) no-repeat 0 0;
  width: 16px;
  height: 10px;
  position: absolute;
}

.toggle_btn-style span{
  border-bottom: 1px dotted #4d4d4d;
}

.toggle_btn-style:hover{
  cursor:pointer;
}

.toggle_btn-style:hover span, .toggle_item.active .toggle_btn-style span{
  border-bottom: none;
  margin-bottom: 1px;
}

.toggle_btn-style:hover i{
      border-left: 7px solid #ffffff;
}

.toggle_btn-style i{
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 7px solid #4d4d4d;
    display: block;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 20px;
    right: 30px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.toggle_target{
  display: none;
}

.cart .toggle_btn-style{
  font-weight: 400;
  background-color: transparent;
}

.toggle_target-style{
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 23px 28px;
  background: #ffffff;

}

.toggle_item-style{
  margin-bottom: 10px;
}

.toggle_item-style.active i{
-moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}

.toggle_item-style.active .toggle_target{
  display: block;
}
/*===== toggle_wrap =====*/


/*===== return-to-top =====*/
#return-to-top {
  position: fixed;
  bottom: 100px;
  right: 30px;
  background: rgba(34, 111, 203, 0.3);
  width: 47px;
  height: 47px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 18px;
  top: -9px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 11px solid white;
}

#return-to-top:hover {
  background: rgba(34, 111, 203, 0.9);
}

@media screen and (max-width: 767px) {
#return-to-top{
  right: 20px!important;
  bottom: 88px!important;
}
}
/*===== return-to-top =====*/

/*===== table =====*/
.table__wrap{display: table; width: 100%;}
.table__tr{display: table-row;}
.table__td{display: table-cell;}
/*===== table =====*/

/*===== quantity =====*/
.quantity{
  display: inline-block;
}

.quantity input {
  width: 80px;
  height: 34px;
  line-height: 1.65;
  padding: 0;
  margin: 0;
  padding-left: 20px!important;
  text-align: center;
  padding-right: 5px!important;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  position: relative;
  height: 0px;
  width: 100%;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  line-height: 1.7;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 32px;
  bottom: 0px;
  border-bottom: 1px solid #e7e7e7;
  background: #d8d8d8;
  padding-top: 3px;
  right: 0px;
}

.quantity-button.quantity-down {
  position: absolute;
  height: 32px;
  border-bottom: 1px solid #e7e7e7;
  bottom: 0;
  background: #d8d8d8;
  padding-top: 3px;
  left: 0px;
}

.quantity_status-yes{
  font-size: 13px;
  color: #65c410;
  padding-left: 15px;
}

.quantity_status-no{
  font-size: 13px;
  color: #e70000;
  padding-left: 15px; 
}
/*===== quantity =====*/

/*===== close =====*/
.close_btn {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 23px;
  height: 23px;
  background-color: #bcbcbc;
  -webkit-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
}
.close_btn:hover {
  background-color: #333;
}
.close_btn:before, .close_btn:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 12px;
  width: 3px;
  background-color: white;
  top: 5px;
  left: 10px;
}

.close_btn:before {
  transform: rotate(45deg);
}

.close_btn:after {
  transform: rotate(-45deg);
}
/*===== close =====*/




/*===== pulse =====*/

.pulse-box{
  position: fixed;
  z-index: 1000;
  left: -2px;
  bottom: 30px;
}
svg.pulse-svg{overflow:visible}
svg.pulse-svg .first-circle,svg.pulse-svg .second-circle,svg.pulse-svg .third-circle{fill:#ff0062;transform:scale(.5);transform-origin:center center;animation:pulse-me 3s linear infinite}
svg.pulse-svg .second-circle{animation-delay:1s}svg.pulse-svg .third-circle{animation-delay:2s}
.pulse-css{
  width:47px;height:47px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #333333;
  position: relative;
  cursor: pointer;
  display: block;
  background-size: 23px;
}
.pulse-css img{
  z-index: 10;
  width: 21px;
  left: 13px;
  top: 11px;
  position: relative;
}
a.pulse-mob-css{display:none}
a.pulse-desk-css{display:none}
 /* .pulse-css:after,.pulse-css:before{content:'';width:50px;height:50px;-webkit-border-radius:55px;-moz-border-radius:55px;border-radius:55px;background-color:#1fc8ee;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;transform:scale(.5);transform-origin:center center;animation:pulse-me 3s linear infinite}
  .pulse-css:after{animation-delay:2s}@keyframes pulse-me{0%{transform:scale(.5);opacity:0}50%{opacity:.1}70%{opacity:.09}100%{transform:scale(3);opacity:0}}*/
 
  @media only screen and (max-width:420px){/*a.pulse-desk-css{display:none}*/ a.pulse-mob-css{display:block!important} .pulse-box{    left: 15px;
    bottom: 15px;}}
/*===== pulse =====*/


/*----------------------------------------------------------------------------------------------------
singleInputDynamic
----------------------------------------------------------------------------------------------------*/
@-webkit-keyframes fstAnimationEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0); } }

@-moz-keyframes fstAnimationEnter {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, -1em, 0); }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0); } }

@keyframes fstAnimationEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    -moz-transform: translate3d(0, -1em, 0);
    -ms-transform: translate3d(0, -1em, 0);
    -o-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fstElement {
  display: inline-block;
  position: relative;
  border: 1px solid #D7D7D7;
  box-sizing: border-box;
  color: #232323;
  font-size: 1.1em;
  background-color: #fff; }
  .fstElement > select,
  .fstElement > input {
    position: absolute;
    left: -999em; }

.fstToggleBtn {
    font-size: 14px;
    font-weight: 400;
    background: #f6f6f6;
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: .71429em 1.42857em .71429em .71429em;
    min-width: 14.28571em;
    cursor: pointer;}
  .fstToggleBtn:after {
    position: absolute;
    content: "";
    right: 0.71429em;
    top: 50%;
    margin-top: -0.17857em;
    border: 0.35714em solid transparent;
    border-top-color: #cacaca; }

.fstQueryInput {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  box-sizing: border-box;
  background: transparent;
  border: 0; }

.fstResults {
  position: absolute;
  left: -1px;
  top: 100%;
  right: -1px;
  max-height: 30em;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #D7D7D7;
  border-top: 0;
  background-color: #FFF;
  display: none; }

.fstResultItem {
  font-size: 14px;
  display: block;
  padding: 10px 20px;
  margin: 0;
  cursor: pointer;
  border-top: 1px dotted #e7e7e7;
}

.fstResultItem:hover{
  background: #f3f3f3;
}

.fstResultItem.fstUserOption {color: #707070; }
.fstResultItem.fstFocused {
  color: #fff;
  background-color: #333;
  border-color: #333; 
}

.fstResultItem.fstSelected {
  color: #fff;
  background-color: #2694f1;
  border-color: #73baf6;
}

.fstGroupTitle {
  font-size: 1.4em;
  display: block;
  padding: 0.5em 0.71429em;
  margin: 0;
  font-weight: bold; }

.fstGroup {
  padding-top: 1em; }
  .fstGroup:first-child {
    padding-top: 0; }

.fstNoResults {
  font-size: 14px;
  display: block;
  padding: 0.71429em 0.71429em;
  margin: 0;
  color: #999; }

/*----------------------------------------------------------------------------------------------------
Single Mode
----------------------------------------------------------------------------------------------------*/
.fstSingleMode .fstControls {
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
  padding: 0.5em;
  border: 1px solid #D7D7D7;
  background-color: #fff;
  display: none; }

.fstSingleMode .fstQueryInput {
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 0.5em 0.35714em;
  color: #999;
  border: 1px solid #D7D7D7; }

.fstSingleMode.fstActive {
  z-index: 100; }
  .fstSingleMode.fstActive.fstElement,
  .fstSingleMode.fstActive .fstControls,
  .fstSingleMode.fstActive .fstResults {
    box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.1); }
  .fstSingleMode.fstActive .fstControls {
    display: block; }
  .fstSingleMode.fstActive .fstResults {
    display: block;
    z-index: 10;
    margin-top: -1px; }

/*----------------------------------------------------------------------------------------------------
Multiple mode
----------------------------------------------------------------------------------------------------*/
.fstChoiceItem {
  display: inline-block;
  font-size: 14px;
  position: relative;
  margin: 0 0.41667em 0.41667em 0;
  padding: 0.33333em 0.33333em 0.33333em 1.5em;
  float: left;
  border-radius: 0.25em;
  border: 1px solid #43A2F3;
  cursor: auto;
  color: #fff;
  background-color: #43A2F3;
  -webkit-animation: fstAnimationEnter 0.2s;
  -moz-animation: fstAnimationEnter 0.2s;
  animation: fstAnimationEnter 0.2s; }
  .fstChoiceItem.mod1 {
    background-color: #F9F9F9;
    border: 1px solid #D7D7D7;
    color: #232323; }
    .fstChoiceItem.mod1 > .fstChoiceRemove {
      color: #a4a4a4; }

.fstChoiceRemove {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  font-size: 1.16667em;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.28571em;
  line-height: 1.28571em;
  margin-top: -0.64286em;
  text-align: center;
  color: #fff; }
  .fstChoiceRemove::-moz-focus-inner {
    padding: 0;
    border: 0; }

.fstMultipleMode .fstControls {
  box-sizing: border-box;
  padding: 0.5em 0.5em 0em 0.5em;
  overflow: hidden;
  width: 20em;
  cursor: text; }

.fstMultipleMode .fstQueryInput {
  font-size: 15px;
  float: left;
  padding: 0.28571em 0;
  margin: 0 0 0.35714em 0;
  width: 2em;
  color: #999; }

.fstMultipleMode .fstQueryInputExpanded {
  float: none;
  width: 100%;
  padding: 0.28571em 0.35714em; }

.fstMultipleMode .fstFakeInput {
  font-size: 1.4em; }

.fstMultipleMode.fstActive,
.fstMultipleMode.fstActive .fstResults {
  box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.1); }

.fstMultipleMode.fstActive .fstResults {
  display: block;
  z-index: 10;
  border-top: 1px solid #D7D7D7; }
/*----------------------------------------------------------------------------------------------------
singleInputDynamic
----------------------------------------------------------------------------------------------------*/



/*==================chat==================*/
.chat_widget{
  position: fixed;
  z-index: 100;
  right: 25px;
  bottom: 25px;
}

.chat_widget__btn{
  cursor: pointer;
  background-color: #79dbe0;
  height: 60px;
  width: 60px;
  border: 0px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
  margin-top: 5px;
}

.chat_widget > .chat_widget__btn {display: none;}

.chat_widget__btn img{
  width: 35px;
}

.chat_widget__list{display: block;}
.chat_widget__item:hover{
  text-decoration: none;
}
.chat_widget.active .chat_widget__list{display: block;}

.chat_widget .viber{
  width: 35px;
  height: 35px;
  background: url(/views/base_template/img/chat/viber.svg) no-repeat center;
}

.chat_widget .ms{
  width: 35px;
  height: 35px;
  background: url(/views/base_template/img/chat/ms.svg) no-repeat center;
}


.chat_widget .wh{
  width: 43px;
  height: 43px;
  background: url(/views/base_template/img/chat/whats.svg) no-repeat center;
}

.chat_widget .tg{
  width: 35px;
  height: 35px;
  background: url(/views/base_template/img/chat/telega.svg) no-repeat center;
}

.chat_widget .chat{
  width: 35px;
  height: 35px;
  background: url(/views/base_template/img/chat/chat.svg) no-repeat center;
}

.chat_widget__btn.active .chat{
  background: url(/views/base_template/img/chat/close.svg) no-repeat center;
}

@media screen and (max-width: 767px){
.chat_widget {
  right: 14px;
  bottom: 15px;
}
}
/*==================chat==================*/

.ul li{
  position: relative;
  /*padding-left: 25px;*/
}

.ul li:before{
  position: absolute;
  left: 0;
  top:2px;
  content: "";
  width: 15px;
  height: 11px;
  background: url("/views/base_template/img/ul.svg") no-repeat center;
}