*,
:focus {
  outline: none !important;
}
body,
html {
  height: 100%;
  width: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
}
a,
input[type="radio"],
input[type="checkbox"],
select {
  cursor: pointer;
}

a:disabled,
a[disabled],
.btn:disabled,
.btn[disabled] {
  pointer-events: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.75rem;
  font-weight: 500;
  color: #373cd5;
}

element.style {
}
.wpb_alert p:last-child,
#content .wpb_alert p:last-child,
.wpb_text_column p:last-child,
.wpb_text_column *:last-child,
#content .wpb_text_column p:last-child,
#content .wpb_text_column *:last-child,
.wpb_toggle_content p:last-child {
  margin-bottom: 0;
}
p {
  margin: 0 0 10px;
}
*,
:focus {
  outline: none !important;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
user agent stylesheet p {
  display: block;
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
}

.corp-collums {
  background-color: #373cd5;
  padding: 25px;
  border: 2px #fff solid;
  color: #fff !important;
  text-align: center;
}
@media (min-width: 768px) {
  .corp-collums {
    min-height: 110px !important;
    width: 25% !important;
  }
}
.test img {
  text-align: center !important;
  margin: auto;
}

.form-control {
  height: 44px;
  border-color: #e5ecf0;
  font-size: 14px;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wpb_wrapper p {
  font-size: 15px;
}
.list-group.column-left-categories {
  display: none;
}
.contact-telephone {
  text-align: center;
  font-size: 19px !important;
}
.contact-telephone a {
  font-size: 28px !important;
}
.contact-telephone i {
  font-size: 22px;
  color: #373cd5;
}
form#send-form,
form#send-form-yt {
  text-align: center;
}

.contact-telephone li {
  list-style: none;
}

a {
  color: #000000;
  font-size: 15px;
  text-decoration: none;
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s ease-out;
  -webkit-transition-delay: 0.3s;
  -o-transition: 0.3s ease-out;
  -o-transition-delay: 0.3s;
  -moz-transition: 0.3s ease-out;
  -moz-transition-delay: 0.3s;
  transition: 0.3s ease-out;
  transition-delay: 0.3s;
}
.fa {
  font-size: 20px;
}
img,
figure {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.img-thumbnail {
  border: none;
}
svg {
  max-width: 100%;
  height: auto;
}

.fa,
.fas,
.far,
.fab {
  font-size: 14px;
}

div.required .control-label:before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}

.title {
  color: #373cd5;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 35px;
  line-height: 1.1;
}

.title-sm {
  font-size: 30px;
}

.title-category {
  color: #373cd5;
  font-size: 40px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "montserrat";
}

/* grid */
.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row:after,
.row:before {
  display: table;
  content: " ";
}

/*list*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.well {
  background: transparent;
}

/*main block*/
#content {
  /* min-height: 700px; */
  overflow-x: hidden;
  padding: 0;
}

/* buttons */
.buttons {
  margin: 1em 0;
}
.btn {
  padding: 7.5px 25px;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 5px 5px 5px 0;
  height: 44px;
}

a.btn {
	line-height: 29px;
}

.btn-custom-link,
.modal-body .btn.btn-custom-link {
  padding: 0;
  height: auto;
  background: transparent;
  box-shadow: none;
  color: #373cd5;
  margin: 0;
}

.modal-footer .btn {
  margin-bottom: 0;
}

.btn-sm {
  padding: 7px 10px 5px;
  font-size: 12px;
  height: auto;
}

.btn-default,
.btn-primary {
  color: #ffffff;
  background-color: #373cd5 !important;
  border: none;
}

.btn-primary:hover {
  background-color: #1b20b1 !important;
}

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23a1d1;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* header */

.top-header {
  background: #373cd5;
  color: #fff;
  padding: 5px 0;
}

.top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-menu .fas,
.top-menu .far {
  margin-right: 5px;
}

.top-menu .icon {
  margin-left: 5px;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: initial;
}

.tel-link a,
.tel-link span,
.tel-link .icon,
.top-menu > li > a {
  color: #fff;
}

#phone_button {
  color: #fff;
  border-radius: 50px;
  border: 1px solid #fff;
  padding: 5px 35px;
}
.flex-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-link .icon {
  font-size: 20px;
}

header {
  padding: 0;
  background-color: #373cd526;
}

.flex-header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-header-logo {
  width: auto;
}

.flex-header {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-header,
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 991.98px) {
	.flex-header,
	.menu {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.menu li {
  padding: 0 10px;
}

.menu a {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #262626;
  white-space: nowrap;
  display: block;
  padding: 5px 0;
  font-family: "montserrat", sans-serif;
}

.menu .list-unstyled a {
  display: block;
  padding: 15px 5px;
  text-transform: uppercase;
  font-size: 12px;
}
.language-select {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
}
.language-select-active {
  color: #000;
}

ul.top-menu a {
  color: #fff;
}
div#logo {
  max-width: 110px;
}
.col-lg-3.col-sm-4.col-xs-6.page-categories__item {
  width: 23%;
  margin: 12px;
  background-color: #f8f9fa;
  padding: 15px;
}
.page-categories__image {
  margin: 10% 15%;
}
/* mobile components */
#btn-menu {
  color: #343434;
  padding: 3px 16px;
  background: transparent;
  border: 1px solid;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
  margin-right: 10px;
}
#btn-menu i {
  font-size: 26px;
}
#btn-menu-close {
  color: #343434;
  padding: 0;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
}
.home-title-sectoion {
  padding-bottom: 10%;
  padding-top: 10%;
}
.mobile-top-menu {
  display: none;
}
.modal-header .close {
  margin: 0 !important;
}

/*slider */
.slide {
  width: 100%;
  margin: auto;
}

.slider-main {
  width: 100%;
  padding: 0;
  margin: 0;
}

.slider-main-item {
  min-height: 475px !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  margin: 0;
  position: relative;
}

.slider-text {
  background-color: #000000b0;
  position: absolute;
  bottom: 0;
  /*width: 50%;
    height: 50%;*/
  min-height: 35%;
  color: #fff;
  padding: 15px;
  max-width: 40vw;
}

.slider-text > h3 {
  font-size: 45px;
  font-weight: 700;
  margin: 0 0 20px;
}

.slider-text > p {
  font-size: 30px;
}

.prev1,
.next1 {
  width: 50px;
  /*background: #3A84C1;*/
  background: #373cd5;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  border: none;
  color: #fff;
  z-index: 2;
}
.next1 .fa,
.prev1 .fa {
  font-size: 50px;
}

.next1 {
  bottom: 0px;
  right: 10px;
}

.prev1 {
  bottom: 0px;
  right: 70px;
}
.prev2,
.next2 {
  font-size: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #999;
  border: none;
  outline: none;
  background: transparent;
}

.next2 {
  right: 0px;
}

.prev2 {
  left: 0px;
}

.next2 .fa,
.prev2 .fa {
  font-size: 20px;
  color: #373cd5;
}

.brand-slider {
  margin: 20px;
  width: calc(100% - 30px);
  display: block;
}
.brand-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slick-dots li button:before {
  color: #29bdbe;
  /*font-size: 10px;*/
  font-size: 8px;
}
.slick-dots li.slick-active button:before {
  color: #373cd5;
}

.align-items-center {
  align-items: center;
}

.mb1 {
  margin-bottom: 75px;
  display: block;
}

.mb-20 {
  margin-bottom: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-40 {
  padding-bottom: 40px;
}

/*advantage */
.advantage-block {
  background: #f8f9fa;
  color: #fff;
}
.advantage-item h3 {
  color: #373cd5;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  margin-bottom: 5px !important;
}

.advantage-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
}
.advantage-item img {
  max-width: 55px;
  /*margin-right: 10px;*/
}
.advantage-item h3 {
  font-size: 15px;
  font-weight: 700;
}
.advantage-item p {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
}

/* search module*/
#search-column {
  margin-bottom: 20px;
  padding: 10px 0;
}
#search-column .input-lg {
  height: 40px;
  line-height: 20px;
  margin-top: 5px;
  border: 1px solid #373cd5;
  border-radius: 0;
}
#search-column .btn-lg {
  font-size: 18px;
  font-weight: 500;
  height: 40px;
  text-transform: uppercase;
  line-height: 18px;
  padding: 10px 15px 10px 30px;
  border-radius: 0;
}

#search-column .input-lg::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: #000000;
}
#search-column .input-lg::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: #000000;
}
#search-column .input-lg:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: #000000;
}
#search-column .input-lg:-moz-placeholder {
  /* Firefox 18- */
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: #000000;
}

#search-column .fa {
  margin-right: 15px;
}

/* cat wall */

#content {
  width: 100%;
}

.breadcrumb {
  text-align: center;
}

.title-category {
  text-align: center;
}

.category-wall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-item {
  position: relative;
  background-position: center center;
  background-size: cover;
  margin: 15px;
  width: 255px;
  height: 290px;
}

.cat-name {
  position: absolute;
  line-height: 20px;
  color: #fff;
  padding: 20px;
  background-color: #373cd5d6;
  width: 100%;
  min-height: 90px;
  font-size: 25px;
  font-weight: 600;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.cat-name:hover {
  color: #fff;
  background-color: #f54;
}

/*newsblock*/
.newsblock1 p {
  margin: 10px 0;
}

.newsblock1 p i {
  color: #373cd5;
  font-size: 12px;
  margin-right: 5px;
}
.newsblock1 a {
  color: #000000 !important;
  font-size: 17px;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}
.newsblock-btn {
  font-size: 13px;
  font-weight: 600;
  fill: #373cd5;
  color: #373cd5;
  background-color: #4cb37700;
  border-style: dotted;
  border-width: 1px 1px 1px 1px;
  border-radius: 50px 50px 50px 50px;
  padding: 5px 15px 5px 15px;
}
.link-news {
  font-size: 16px;
  font-weight: 600;
  fill: #373cd5;
  color: #373cd5;
  background-color: #4cb37700;
  border-style: dotted;
  border-width: 1px 1px 1px 1px;
  border-radius: 50px 50px 50px 50px;
  padding: 10px 35px 10px 35px;
  margin: 35px auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.newsblock3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsblock3 .image,
.newsblock3 .caption {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.image {
  padding-right: 10px;
}
.caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.newsblock3 h4 {
  color: #000000;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
}

/*rev*/
.rev-layout {
  background-color: #ffffff;
  -webkit-box-shadow: 9px 11px 14px 0px rgb(0 0 0 / 10%);
  box-shadow: 9px 11px 14px 0px rgb(0 0 0 / 10%);
  padding: 30px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 15px;
  z-index: 1;
  overflow: hidden;
}

.ang {
  position: absolute;
  top: -80px;
  right: -80px;
  background-color: #373cd5;
  width: 160px;
  height: 160px;
  border-radius: 62%;
  font-size: 20px;
  display: block;
}
.ang i {
  position: absolute;
  top: 100px;
  font-size: 20px;
  right: 100px;
}

.rev-layout img {
  margin-bottom: 20px;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.fa-stack {
  margin: 0 2px;
  width: 20px;
  color: #fec42d;
}

.name {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
}
#button-upload {
  margin-left: 5px;
}
/* more*/
.text-about-homepage {
  text-align: center;
  font-size: 16px;
}
.text-more div {
  height: 80px;
  overflow-y: hidden;
  text-align: center;
  font-size: 16px;
}
.more-show div {
  height: auto !important;
}
#button-more {
  font-size: 16px;
  font-weight: 600;
  fill: #373cd5;
  color: #373cd5;
  background-color: #4cb37700;
  border-style: dotted;
  border-width: 1px 1px 1px 1px;
  border-radius: 50px 50px 50px 50px;
  padding: 10px 35px 10px 35px;
  margin: 35px auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*footer */
footer {
  /*background: #000000;
	color: #fff;*/
  background: #f9f9f9;
  padding: 40px 0 10px 0;
}
.footer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}
.site-footer .footer-block a {
  font-size: 13px;
  font-weight: 600;
}
.site-footer .bottom-footer a {
  font-size: 13px;
}
.tel-block {
  font-weight: 600;
}
.cat-footer li,
.inf-footer li {
  padding-top: 2px;
  padding-bottom: 2px;
}
/* footer a {
	 color: #fff!important;
 }*/
.footer-block .logo {
  max-width: 150px;
  margin-right: 10px;
}

.cat-footer {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  padding: 0 15px;
}
.tel-block {
  white-space: nowrap;
}
.tel-block .fas {
  color: #373cd5;
  font-size: 12px;
  margin-right: 5px;
}
.tel-block .flex-link {
  margin-top: 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.tel-block .flex-link a {
  margin-left: 10px;
}

.bottom-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 10px;
}

@media (min-width: 992px) {
  .site-footer .col-footer-40 {
    width: 40%;
    padding: 10px;
    margin: 0;
  }

  .site-footer .col-footer {
    width: 20%;
    padding: 10px;
    margin: 0;
  }

  .footer-block .logo {
    max-width: initial;
  }
}

/*recall*/
.modal-custom {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-custom.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal-custom.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-custom.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal-custom {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-custom .modal-body {
  max-height: none;
}

.modal-custom .modal-full-height {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 400px;
  height: auto;
  min-height: 100%;
  margin: 0;
}

.modal-custom .modal-full-height.modal-left {
  left: 0;
}

.modal-custom .modal-full-height.modal-right {
  right: 0;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.modal-custom.fade .modal-dialog.modal-left {
  -webkit-transform: translate(-25%,0);
  -ms-transform: translate(-25%,0);
      transform: translate(-25%,0);
}

.modal-custom.fade .modal-dialog.modal-right {
  -webkit-transform: translate(25%,0);
  -ms-transform: translate(25%,0);
      transform: translate(25%,0);
}

.modal-custom.in .modal-dialog.modal-left,
.modal-custom.in .modal-dialog.modal-right {
  -webkit-transform: none;
  -ms-transform: none;
      transform: none;
}

.modal-full-height .modal-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;

  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  outline: 0;
}

.modal-full-height.modal-right .modal-content {
  border: 0;
  border-left: 1px solid #dee2e6;
}

.modal-full-height .modal-body {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 0.5rem;
}

.modal-content {
  border-radius: 0;
  width: 100%;
}

.modal-custom .modal-header,
.modal-custom .modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

.modal-custom .modal-title {
  font-weight: bold;
  font-size: 15px;
  color: #000;
}

.modal-custom .modal-title__contrast {
  font-weight: bold;
  font-size: 20px;
  color: #373cd5;
}

.modal-custom .modal-footer {
  text-align: right;
}

.buttons-wrapper {
  text-align: center;
}

#send-form input,
#send-form select,
#send-form-yt input,
#send-form-yt select {
  /*min-height: 40px;
    margin-bottom: 10px;
	border: 1px solid #373cd5;*/
  /*width: calc(100% - 40px);*/
  /*width: 100%;*/
  border-radius: 0;
  height: 40px;
}
#send-form textarea {
  border-radius: 0;
}
/*.datetime,
.datetime2 {
	display: flex;
	margin-right: 20px;
}*/
.datetime .btn,
.datetime2 .btn {
  min-width: 50px;
  min-height: 40px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
}
/*breadcrumb*/
.breadcrumb {
  display: none;

  padding: 0;
  margin: 0;
  background-color: transparent;
  font-size: 13px;
  color: #7a7a7a;
}

.breadcrumb > li + li:before {
  content: ">";
  padding-left: 3px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  color: #8c8c8c;
}

.breadcrumb a {
  font-size: 13px;
}

#content .breadcrumb {
  display: block;
}

.bg-gray {
  background-color: #f9f9f9;
  margin-bottom: 20px;
}

.bg-gray #search-column {
  margin-bottom: 0;
}

/*category*/
.category-image {
  /*max-height: 450px;*/
  margin: auto;
  display: block;
  width: 100%;
}

/*  media */
@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n + 1),
  #content .col-lg-2:nth-child(6n + 1),
  #content .col-lg-3:nth-child(4n + 1),
  #content .col-lg-4:nth-child(3n + 1),
  #content .col-lg-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n + 1),
  #content .col-md-2:nth-child(6n + 1),
  #content .col-md-3:nth-child(4n + 1),
  #content .col-md-4:nth-child(3n + 1),
  #content .col-md-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n + 1),
  #content .col-sm-2:nth-child(6n + 1),
  #content .col-sm-3:nth-child(4n + 1),
  #content .col-sm-4:nth-child(3n + 1),
  #content .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }

  #column-left + #content .product-layout .col-md-3 {
    width: 50%;
  }

  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }

  #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
}
#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
}
.input-group .form-control[name^="quantity"] {
  min-width: 50px;
}

@media (max-width: 1200px) {
  .product-btn-block .btn {
    max-width: 80%;
  }
  .advantage-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slider-text {
    max-width: 50vh;
  }
  .top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .op {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    -webkit-box-flex: 30%;
    -ms-flex: 30%;
    flex: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tel-link {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -webkit-box-flex: 30%;
    -ms-flex: 30%;
    flex: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .mod {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
/*    -webkit-box-flex: 30%;
    -ms-flex: 30%;
    flex: 30%;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .link-c {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .link-a {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 30%;
    -ms-flex: 30%;
    flex: 30%;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .flex-link {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
/*    -webkit-box-flex: 10%;
    -ms-flex: 10%;
    flex: 10%;
    margin-bottom: 10px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .flex-header .menu li {
    padding: 0 5px;
  }

  .flex-header .menu a.dropdown-clickable {
    font-size: 10px;
  }
}

@media (max-width: 991px) {
  #btn-menu,
  #btn-menu-close {
    display: block;
  }
  #btn-menu-close {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .show-menu > ul {
    left: 0 !important;
    -webkit-transition: all 400ms cubic-bezier(0.22, 0.61, 0.24, 1) 0ms;
    -o-transition: all 400ms cubic-bezier(0.22, 0.61, 0.24, 1) 0ms;
    transition: all 400ms cubic-bezier(0.22, 0.61, 0.24, 1) 0ms;
  }
  .show-menu-over {
    display: block;
    position: fixed;
    left: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 92;
    background-color: rgba(51, 51, 51, 0.5);
    -webkit-transition: all 600ms cubic-bezier(0.22, 0.61, 0.24, 1) 0ms;
    -o-transition: all 600ms cubic-bezier(0.22, 0.61, 0.24, 1) 0ms;
    transition: all 600ms cubic-bezier(0.22, 0.61, 0.24, 1) 0ms;
  }
  .show-menu > .show-menu-over {
    left: 0 !important;
    -webkit-transition: all 600ms cubic-bezier(0.22, 0.61, 0.24, 1) 0ms;
    -o-transition: all 600ms cubic-bezier(0.22, 0.61, 0.24, 1) 0ms;
    transition: all 600ms cubic-bezier(0.22, 0.61, 0.24, 1) 0ms;
  }

  .flex-header > ul {
    position: fixed;
    left: -100%;
    top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    background: #fff;
    z-index: 99;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: scroll;
    padding: 10px 25px;
    min-width: 300px;
    width: 100%;
    -webkit-transition: all 400ms cubic-bezier(0.22, 0.61, 0.24, 1) 0ms;
    -o-transition: all 400ms cubic-bezier(0.22, 0.61, 0.24, 1) 0ms;
    transition: all 400ms cubic-bezier(0.22, 0.61, 0.24, 1) 0ms;
  }
  .flex-header.dropdown:hover .dropdown-menu {
    display: block;
    position: relative;
    top: 0;
    min-width: 300px;
  }
  .dropdown-menu {
    min-width: 220px;
    -webkit-box-shadow: 0px 10px 30px 0px rgb(45 45 45 / 20%);
    box-shadow: 0px 10px 30px 0px rgb(45 45 45 / 20%);
    border: 1px solid #dadada;
    border-radius: 0;
    background-color: #f4f4f4;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    left: auto;
  }
  .flex-header > ul > li {
    margin-bottom: 10px;
  }
  .advantage-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }
  .advantage-block .advantage-item {
    width: 50% !important;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .advantage-item p {
    margin-bottom: 0;
  }

  .category-item {
    width: 40%;
  }
  .newsblock1,
  .newsblock2,
  .newsblock3,
  .caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .mobile-top-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 !important;
  }

  .top-menu .menu {
    display: none;
  }
}

@media (max-width: 768px) {
  .flex-header-block > .col-sm-3 {
    /* width: 100%; */
    margin-right: auto;
  }

  #logo {
    max-width: 150px;
  }
  .caption {
    padding: 20px;
  }
}


.block-cart-button {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 150;
}

.block-cart-button > .btn {
  padding: 20px 25px 15px;
  height: auto;
  position: relative;
}

.block-cart-button .fa-shopping-cart {
  font-size: 25px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -7px;
}

.block-cart-button #cart-total {
  margin-left: 12px;
}

.block-cart-button .cartQty {
  position: absolute;
  top: 5px;
  left: 45px;
  background: #e5ecf0;
  color: #111;
  font-size: 11px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
}

@media (max-width: 650px) {
  .block-cart-button {
    bottom: auto;
    right: 100px;
    top: 4px;
    z-index: 1000;

    transition: all .3s;
  }
  .menuOpened .block-cart-button {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .block-cart-button > .btn {
    margin: 0;
    padding: 10px 20px !important;
  }
  .block-cart-button .fa-shopping-cart {
    font-size: 20px !important;
    margin-top: 0px !important;
  }
  .block-cart-button #cart-total {
    font-size: 12px
  }
  .block-cart-button .cartQty {
    top: 0px;
    left: 33px;
    font-size: 9px;
    width: 22px;
    height: 22px
  }
  .top-header {
    display: none;
  }
  .mobile-top-menu {
    display: block !important;
  }
  .mobile-top-menu a {
    color: #373cd5 !important;
  }

  .top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .language-select {
    font-size: 20px;
  }
  .flex-link {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .top-menu > li {
    margin-bottom: 10px;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer-block,
  .bottom-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-block > ul {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 10px;
    padding: 0;
  }
  .bottom-footer > a {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*margin: 10px;*/
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mobile-top-menu {
    display: block !important;
  }
  .mobile-top-menu a {
    color: #373cd5 !important;
  }
  .language-select {
    font-size: 15px;
  }
  .flex-link {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .top-menu > li {
    margin-left: 10px;
    margin-right: 10px;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    margin-bottom: 10px;
    /*flex: 100%;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .top-menu > li.op {
    display: none;
  }
  .top-menu li.link-c a,
  .top-menu li.link-a a {
    font-size: 0;
  }
  .top-menu li.link-c i,
  .top-menu li.link-a i {
    font-size: 30px;
  }
  .top-menu li.mod {
    margin-left: 0;
    margin-right: 0;
  }

  .menu .list-unstyled a {
    padding: 10px;
    white-space: normal;
  }
  .slider-text {
    /*top: 0;*/
    max-width: 100vh;
    height: auto;
    width: 100%;
  }
  /*.advantage-block .advantage-item {
    width: 50%!important;
}*/
  .search-column,
  #search-column .btn-lg {
    padding: 10px;
  }
  .category-item {
    width: 90%;
  }
  .newsblock1 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .newsblock2,
  .newsblock3,
  .caption {
    margin: 10px 0;
  }
  .newsblock1 .image,
  .newsblock2 .image,
  .newsblock3 .image {
    padding-right: 0;
  }
  .title {
    font-size: 30px;
  }

  .brand-slider {
    margin: 15px;
  }
}

@font-face {
  font-family: "elementskit";
  src: url("elementskit.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Oswald-Regular";
  src: url("Oswald-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Oswald-Medium";
  src: url("Oswald-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.icon:before {
  font-family: "elementskit" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

element.style {
}
.wpb_column.vc_column_container {
  z-index: 1;
}
.vc_custom_1649772777735 {
  padding: 25px !important;
}
@media (min-width: 768px) .vc_col-sm-4 {
  width: 33.33333333%;
}
@media (min-width: 768px) .vc_col-sm-1,
  .vc_col-sm-2,
  .vc_col-sm-3,
  .vc_col-sm-4,
  .vc_col-sm-5,
  .vc_col-sm-6,
  .vc_col-sm-7,
  .vc_col-sm-8,
  .vc_col-sm-9,
  .vc_col-sm-10,
  .vc_col-sm-11,
  .vc_col-sm-12 {
  float: left;
}
.vc_col-xs-1,
.vc_col-sm-1,
.vc_col-md-1,
.vc_col-lg-1,
.vc_col-xs-2,
.vc_col-sm-2,
.vc_col-md-2,
.vc_col-lg-2,
.vc_col-xs-3,
.vc_col-sm-3,
.vc_col-md-3,
.vc_col-lg-3,
.vc_col-xs-4,
.vc_col-sm-4,
.vc_col-md-4,
.vc_col-lg-4,
.vc_col-xs-5,
.vc_col-sm-5,
.vc_col-md-5,
.vc_col-lg-5,
.vc_col-xs-6,
.vc_col-sm-6,
.vc_col-md-6,
.vc_col-lg-6,
.vc_col-xs-7,
.vc_col-sm-7,
.vc_col-md-7,
.vc_col-lg-7,
.vc_col-xs-8,
.vc_col-sm-8,
.vc_col-md-8,
.vc_col-lg-8,
.vc_col-xs-9,
.vc_col-sm-9,
.vc_col-md-9,
.vc_col-lg-9,
.vc_col-xs-10,
.vc_col-sm-10,
.vc_col-md-10,
.vc_col-lg-10,
.vc_col-xs-11,
.vc_col-sm-11,
.vc_col-md-11,
.vc_col-lg-11,
.vc_col-xs-12,
.vc_col-sm-12,
.vc_col-md-12,
.vc_col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.paket {
  background-color: #e5ecf0;
  border: 2px #373cd5 dotted;
  margin-left: 2% !important;
  width: 29% !important;
  margin-right: 2% !important;
  border-radius: 20px;
}
.ads-etap {
  border: 1px #c4c4c4 solid;
  background-color: #f9f9f9;
  padding: 20px;
  margin: 5px 2%;
  width: 21% !important;
  border-radius: 25px;
}
.ads-img {
  width: 60%;
  margin: auto;
}

.icon.icon-chevron-up::before {
  content: "\e873";
}
.icon.icon-chevron-down::before {
  content: "\e874";
}
.icon.icon-twitter-1::before {
  content: "\eb6f";
}
.icon.icon-linkedin-1::before {
  content: "\eb72";
}
.icon.icon-linkedin::before {
  content: "\eb45";
}
.icon-facebook-1:before {
  content: "\eb6d";
}
.icon-instagram1:before {
  content: "\e97d";
}
.icon-youtube-1:before {
  content: "\eb71";
}

.icon-down-arrow1:before {
  content: "\e994";
}
.icon-quote1:before {
  content: "\e99a";
}

.page-categories {
  min-width: 100%;
}

.page-categories__item {
  margin-bottom: 15px;
}

.page-categories__link {
  text-align: center;
  display: block;
  padding-top: 5px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
  color: #373cd5;
  font-family: "Montserrat", sans-serif;
}
.page-categories__link {
  text-align: center;
  display: block;
  padding-top: 5px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #373cd5;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.home-title-sectoion h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 65px;
}
h3.title {
  font-family: "Montserrat", sans-serif;
}
p.name {
  font-family: "Montserrat", sans-serif;
  color: #373cd5;
}

.page-categories__link:hover {
  color: #373cd5;
}

.column-left-categories .list-group-item:first-child,
.column-left-categories .list-group-item:last-child {
  border-radius: 0;
}

.column-left-categories .list-group-item {
  border: none;
  background: #ececec;
  margin-bottom: 5px;
  font-size: 14px;
  color: #000;
}

.column-left-categories .children {
  padding-left: 15px;
}

.column-left-categories .children .list-group-item {
  font-size: 12px;
  line-height: 1.2;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  color: #fff;
  background-color: #373cd5;
  border-color: #373cd5;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Styles */

  .col-lg-3.col-sm-4.col-xs-6.page-categories__item {
    width: 48% !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .col-lg-3.col-sm-4.col-xs-6.page-categories__item {
    width: 22% !important;
  }
}

@media (min-width: 992px) {
  .menu .dropdown-menu {
    margin-top: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    top: 150%;
    border-radius: 0;
    border: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .col-lg-3.col-sm-4.col-xs-6.page-categories__item {
    width: 22%;
    margin: 15px;
    background-color: #f8f9fa;
    padding: 15px;
  }
  .page-categories__link {
    font-size: 17px;
  }

  .menu .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    top: 170%;
    background-color: #e5ecf0;
  }

  .dropdown-menu li {
    padding: 0 !important;
  }

  .menu .list-unstyled a:hover {
    color: #373cd5;
    background-color: #fff;
  }
}

@media (max-width: 991px) {
  .menu li {
    width: 100%;
  }
  .menu .dropdown li {
    margin-bottom: 3px;
  }
}

@media (max-width: 480px) {
  .menu .list-unstyled a {
    padding: 5px 10px;
  }
}

.contact-map {
  height: 425px;
  overflow: hidden;
}

.contact-map iframe {
  border: 0;
  margin-bottom: 20px;
  display: block;
  position: relative;
  top: -55px;
}

.modal-top-space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 60px);
}

.modal-top-space .modal-content {
  width: 100%;
}

.block-locations {
  margin-top: 40px;
  margin-bottom: 40px;
}

.block-locations__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  font-size: 14px;
  font-weight: 500;
  color: #000000;
  min-height: 68px;
}

.block-locations__item:nth-child(odd) {
  background-color: #f7f7f7;
}

.block-locations__item > div {
  padding: 10px 5px;
}

.block-locations__address {
  width: 100%;
}

.block-locations__address address {
  margin: 0;
}

.block-locations__district {
  color: #373cd5;
}

.block-locations__phone {
  width: 45%;
}

.block-locations__open {
  width: 55%;
}

.block-locations__map {
  width: 100%;
}

@media (min-width: 600px) {
  .block-locations__item {
    font-size: 15px;
  }

  .block-locations__item > div {
    padding: 10px;
  }

  .block-locations__address {
    width: 100%;
  }

  .block-locations__phone {
    width: 30%;
  }

  .block-locations__open {
    width: 40%;
  }

  .block-locations__map {
    width: 30%;
  }
}

@media (min-width: 1200px) {
  .block-locations__address {
    width: 40%;
  }

  .block-locations__phone {
    width: 18%;
  }

  .block-locations__open {
    width: 25%;
  }

  .block-locations__map {
    width: 17%;
  }
}

.block-locations__map .btn-link {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
}

.block-locations__map .modal-body {
  padding: 0;
}

.block-locations__map .modal-body .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: #fff;
  opacity: 1;
  font-size: 35px;
  width: 40px;
  height: 40px;
  display: block;
  line-height: 1;
}

.block-locations__map .modal-body .close:hover {
  opacity: 0.7;
}

.block-locations__map .modal-body iframe {
  display: block;
  width: 100%;
}

.block-locations__hr {
  margin-top: -20px;
  margin-bottom: 40px;
}

.search-field-wrapper {
  margin-bottom: 20px;
}

.price-filter-list button.active-item {
  background: #373cd5;
  color: #fff;
}

.section-price .table thead th {
  background: #373cd5;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
}
.section-price .table th,
.section-price .table td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.section-price .table .price-name-title {
  width: 50%;
}
.section-price .table .price-name-title,
.section-price .table .price-name {
  padding: 10px 20px;
}

@media screen and (max-width: 767px) {
  .section-price .table thead th {
    padding: 10px;
    font-size: 14px;
    width: 100%;
  }
  .section-price .table th,
  .section-price .table td {
    float: left;
    width: 33.3333%;
  }
  .section-price .table .price-name-title,
  .section-price .table .price-name {
    padding: 10px;
    white-space: initial;
    width: 100%;
  }
}

.section-price tbody tr {
  position: relative;
}

.block-popup span {
  border-bottom: 1px dotted;
}

.block-popup .far {
  vertical-align: middle;
}

.block-popup__hidden {
  opacity: 0;
  visibility: hidden;

  min-width: 250px;
  font-size: 13px;
  font-weight: normal;

  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  padding: 5px 10px;
  z-index: 100;
  white-space: initial;

  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .block-popup {
    position: relative;
    cursor: help;
  }

  .block-popup__hidden {
    min-width: 350px;
  }

  .block-popup__hidden {
    left: auto;
  }

  .block-popup:hover .block-popup__hidden {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 767px) {
  .block-popup__hidden.show {
    opacity: 1;
    visibility: visible;
  }
}

.btn-to-top {
  position: fixed;
  bottom: -100%;
  right: 20px;
  width: 40px;
  height: 40px;
  padding-bottom: 4px;
  text-align: center;
  color: #fff;
  background-color: #373cd5;
  border: 0px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.75s ease-in-out, bottom 0.35s linear;
  -o-transition: opacity 0.75s ease-in-out, bottom 0.35s linear;
  transition: opacity 0.75s ease-in-out, bottom 0.35s linear;
}

.btn-to-top .fa {
  font-size: 20px;
  line-height: 40px;
}

.btn-to-top.show {
  opacity: 0.6;
  bottom: 20px;
  -webkit-transition: opacity 0.75s ease-in-out, bottom 0.35s linear;
  -o-transition: opacity 0.75s ease-in-out, bottom 0.35s linear;
  transition: opacity 0.75s ease-in-out, bottom 0.35s linear;
}
.btn-to-top:hover {
  opacity: 1;
}

.mb20 {
  margin-bottom: 20px;
}
.p25 {
  padding: 25px;
}
.newsblock2 .image {
  position: relative;
}
.newsblock2 .image img {
  width: 100%;
}
.newsblock2 .image span {
  position: absolute;
  right: 10px;
  background-color: #009f9e;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 15px;
  bottom: 28px;
}

.newsblock2:nth-child(even) .image span {
  bottom: auto;
  top: 29px;
}

@media (max-width: 991px) {
  .flex-header-block .menu .dropdown-menu {
    position: static;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    width: 100%;
  }
  .paket {
    width: 96% !important;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .ads-etap {
    width: 96% !important;
  }
  .ads-etap-row {
    margin-bottom: 0px !important;
  }

  .col-lg-3.col-sm-4.col-xs-6.page-categories__item {
    width: 47%;
    margin: 5px;
  }
  .home-title-sectoion h1 {
    font-size: 35px;
  }
  .home-title-sectoion h3 {
    font-size: 16px;
  }
  .flex-header-block .menu .dropdown-backdrop {
    display: none;
  }
  .slider-text > h3 {
    font-size: 32px;
  }
  .slider-text > p {
    font-size: 20px;
  }
  .advantage-block .advantage-item {
    text-align: center;
  }
  .footer-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-block .col-footer,
  .footer-block .col-footer-40 {
    margin-bottom: 1rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .footer-block .logo {
    max-width: none;
  }
  .footer-block .logo img {
    width: 170px;
  }
}
.footer-block .logo img {
  border: 10px solid #fff;
  background: #fff;
  max-width: 170px;
}

@media (max-width: 480px) {
  .page-categories {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-categories__item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .page-categories__link {
    font-size: 14px;
  }
  #content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .information-contact #content,
  .common-home #content {
    padding: 0;
  }
  .section-price {
    margin-left: -10px;
    margin-right: -10px;
  }

  .section-price .block-popup {
    font-size: 12px;
  }
}

.header-fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}

body {
  height: auto;
}

@media (min-width: 768px) {
  body {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .site-footer {
    margin-top: auto;
  }
}

.header-fixed header {
  background-color: #e5ecf0;
}
.flex-link .fab,
.flex-link .fa-telegram-plane {
  font-size: 20px;
  display: block;
  margin-left: 4px;
  margin-top: -3px;
}

.flex-link a {
  margin: 0 2px;
}

.flex-link .fa-whatsapp {
  font-size: 23px;
}

.footer-block .flex-link .fab,
.footer-block .flex-link .fa-telegram-plane {
  margin-bottom: -5px;
  margin-top: 0;
}

/* Product */
.product-layout {
  margin-bottom: 30px;
}
.product-thumb {
  padding: 15px;
  background-color: #f8f9fa;
  border: 1px #ccc dotted;
  border-radius: 0;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-image {
  margin: 0 auto;
}

.product-name {
  margin-top: 20px;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  overflow: hidden;
}

.package-name {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  background: #373cd5;
  color: #fff;
  margin: -15px -15px 20px;
  padding: 20px 15px 15px;
}

.product-description {
  font-weight: 500;
  font-size: 14px;
}

.package-product-description {
  margin-bottom: 10px;
}

.package-product-description ul {
  min-height: 120px;
  text-align: left;
}

.package-product-description ul li {
  padding: 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.package-product-description ul li + li {
  border-top: 1px dotted #cdcdcd;
}

.package-product-description ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 7px;
  padding-top: 3px;
  color: #373cd5;
}

.product-price-title {
  margin-top: auto;
}

.product-price {
  font-weight: 700;
  font-size: 16px;
  min-height: 46px;
}

.product-price-old {
  text-decoration: line-through;
  font-size: 14px;
  color: #888;
}

.product-price-unit {
  font-weight: 400;
  font-size: 14px;
  color: #888;
}

.product-btn {
  border-color: #373cd5;
  color: #373cd5;
  margin-top: 15px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.product-btn:hover {
  background-color: #373cd5;
  border-color: #373cd5;
  color: #fff;
  -webkit-transition: 0.3s ease-out;
  -webkit-transition-delay: 0s;
  -o-transition: 0.3s ease-out;
  -o-transition-delay: 0s;
  -moz-transition: 0.3s ease-out;
  -moz-transition-delay: 0s;
  transition: 0.3s ease-out;
  transition-delay: 0s;
}

.my-4 {
  margin-top: 24px;
  margin-bottom: 24px;
}

#showHeaderCart .modal-header .close {
  position: absolute;
  right: 20px;
  top: 15px;
}

.cart-product-name {
  margin-top: 5px;
  margin-bottom: 0;
}

.panel-button {
  padding: 0 10px 15px;
  text-align: right;
}

.currency-select {
  width: 100%;
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #262626;
  white-space: nowrap;
  padding: 5px 0;
  font-family: "Montserrat", sans-serif;
  padding: 3px 10px;
  text-transform: none;
  text-align: left;
  background-color: transparent;
}

.btn-currency {
  margin: 0;
  padding: 3px 5px;
  color: #fff;
  background-color: transparent;
}

.btn-currency:hover {
  color: #fff;
}

.btn-group.open .btn-currency.dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#form-currency .dropdown-menu {
  left: auto;
  right: -20px;
}

@media (min-width: 992px) {
  #form-currency .dropdown-menu {
    margin-top: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    top: 150%;
    border-radius: 0;
    border: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  #form-currency .btn-group:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    top: 110%;
  }
}

.currency-block li {
  padding: 0;
}

.currency-block .btn {
  color: #fff;
  padding: 0 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.currency-block .btn.active {
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.products-top-space {
  margin-top: 5px;
  padding-top: 20px;
  border-top: 3px dotted #373cd5;
}

/* Product Page */
.productPage {
  margin: 30px 0;
}
@media (min-width: 576px) {
  .productPage {
    margin: 30px 15px;
    -webkit-box-shadow: 0 0 15px 0 #e5ecf0;
    box-shadow: 0 0 15px 0 #e5ecf0;
    border-radius: 20px;
  }

  #content.productPage {
    padding: 20px;
    width: auto;
  }
}

.productPage__contrast {
  border: 1px solid #f9f9f9;
  background-color: #373cd5;
  text-align: center;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 20px;
}

.productPage__title {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
}

.productPage__danger {
  color: #a94442;
  font-weight: 500;
  margin-top: 5px;
}

.productPage__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.productPage__image {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.productPage__image img {
  max-width: 100%;
  height: auto;
}

.productPage__content {
  width: 100%;
  padding-top: 15px;
}

@media (min-width: 768px) {
  .productPage__title {
    font-size: 24px;
  }

  .productPage__info {
    padding: 0 15px;
  }

  .productPage__image {
    width: 25%;
  }

  .productPage__content {
    width: 75%;
    padding-left: 25px;
  }
}

.productPage__description {
  text-align: justify;
  margin-top: 35px;
  line-height: 1.5;
}

.productPage__title--small {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.productPage__total {
  margin-top: 15px;
  font-weight: 500;
  font-size: 16px;
  color: #888;
}

.productTotalPrice {
  font-weight: 700;
  font-size: 20px;
  color: #373cd5;
}

.productTotalTitle {
  font-size: 18px;
  color: #000;
}

.pQuantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pQuantity__wrapper {
  position: relative;
}

.pQuantity__input {
  padding-right: 35px;
  min-width: 120px;
}

.pQuantity__btns {
  position: absolute;
  top: 0;
  right: 0;
}

.pQuantity__btn {
  margin: 0;
  padding: 0;
  display: block;
  width: 32px;
  height: 22px;
  background-color: transparent;
}

.pQuantity__btn .icon {
  margin-left: 1px;
  padding-top: 2px;
}

.productPage__btns {
  margin-left: 30px;
}

.productPage__cart {
  margin: 0;
}

.pPrice {
  margin-bottom: 15px;
  font-size: 20px;
}

.pPrice__price {
  margin-left: 5px;
  font-weight: bold;
  font-size: 18px;
  color: #373cd5;
  vertical-align: middle;
}

.pPrice__old {
  font-size: 15px;
  color: #888;
  text-decoration: line-through;
}

.pPrice__unit {
  font-weight: 500;
  font-size: 15px;
  color: #888;
}

/* Header cart */
.table-cart-products td {
  padding: .5rem;
  vertical-align: middle;
}

.table-cart-products>tbody>tr>td {
  border: none;
}

.table-cart-products>tbody>tr+tr td {
  border-top: 1px solid #ddd;
}

.table-cart-products .product-name a {
  font-weight: 300;
  display: block;
  line-height: 1.3;
  font-size: 15px;
  margin-bottom: 7px;
}

.table-cart-products .product-name .cart-price {
  font-size: 15px;
}

.table-cart-totals {
  margin-top: 2rem;
  text-align: right;
  font-size: 15px;
}

/* Cart Quantity */
.cart-price,
.block-quantity,
.input-group-append, 
.input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}

.block-quantity .form-control {
  width: 60px;
  padding-top: 0;
  height: 25px;
  padding-bottom: 0;
  border: none;
  border-bottom: 1px solid #989898;
  color: #555;
  text-align: center;

  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 12px;
  padding-right: 12px;
}

.block-quantity .btn {
  padding-top: 0;
  height: 25px;
  padding-bottom: 0;
  padding: 0.375rem 0.75rem;
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 0;
}

.cart-total {
  margin-top: 10px;
}

.cart-option-data {
  display: block;
}
.cart-option-data {
  margin-top: 5px;
}
.cart-option-name {
  display: block;
  font-weight: 500;
}

#phone_button {
  font-size: 15px;
  cursor: pointer;
}

.panel-heading a[data-toggle="collapse"] {
  display: block;
  background: #373cd5;
  margin: -10px -15px;
  padding: 10px 15px;
  font-weight: bold;
  color: #fff;
}

.panel-heading a.collapsed {
  background: #f5f5f5;
}

.btn-sign-in {
  font-weight: bold;
  background-color: transparent;
  border: none;
}

.btn-sign-in .fas {
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px 7px;
  margin-right: 0;
  margin-left: 3px;
  transition: all .15s ease-in;
}

.btn-sign-in:hover .fas {
  background: #fff;
  /* color: #373cd5; */
  color: #000;
}

/* Account */
.customer-logged .header-fixed {
  top: -48px;
}

.header-btn-logged {
  text-align: right;
  margin-bottom: 3px;
}

.header-btn-logged__in {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.btn-sign-in__email {
  display: block;
  padding-right: 10px;
  font-weight: 400;
  font-size: 15px;
  color: #e2e2e2;
}

.btn-sign-in__wallet {
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.btn-sign-in__wallet .far {
  font-size: 22px;
}

.header-btn-logged .btn-sign-in {
  color: #fff;
}

.s-account__list {
  margin: 10px 10px 30px;
  padding: 15px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
  border-radius: 15px;
  overflow: hidden;
}

.s-account__greeting {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 16px;
}

.s-account__list .list-group {
  margin-bottom: -10px;
}

.s-account__list .list-group-item {
  margin: 0 -15px -1px;
  border-right: none;
  border-left: none;
}

.s-account__list .list-group-item:first-child,
.s-account__list .list-group-item:last-child {
  border-radius: 0;
}

.s-account__list .list-group-item:last-child {
  border-bottom: none;
}

.s-account__list a i {
  width: 1.25em;
  font-size: 15px;
  margin-right: 3px;
  color: #373cd5;
}

.s-account__list a:hover {
  color: #373cd5;
}
.s-account__list a.active i {
  color: #fff;
}

.s-account-grid {
  display: block;
  margin-bottom: 20px !important;
  padding: 15px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
  border-radius: 15px !important;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  min-height: 240px;
}

.s-account-grid__img {
  display: block;
  margin-bottom: 10px;
}

.s-account-grid__icon {
  display: flex;
  justify-content: center;
  min-height: 150px;
  align-items: center;
  font-size: 70px;
}

.s-account-grid__icon i {
  font-size: 80px;
  color: #373cd5;
}

@media (max-width: 1200px) {
  .h-login {
    order: 10;
  }

  .btn-sign-in .btn-sign-in__hide {
    display: none;
  }

  #phone_button {
    padding: 5px 20px;
  }

  .mobile-top-menu .btn-sign-in {
    height: auto;
  }
}

@media (max-width: 650px) {
  .customer-logged .top-header {
    display: block;
  }
  .customer-logged .top-header .top-menu {
    display: none;
  }

  .customer-logged .block-cart-button {
    top: 71px;
  }
  
  .customer-logged .header-fixed {
    top: 0;
  }

  .s-account-grid {
    min-height: 200px;
  }
}
.notifyCust {
  z-index: 1500 !important;
}

.s-hiw {
  padding-top: 15px;
}

.s-hiw__item {
  display: block;
  background: #f0f0f0;
  margin-bottom: 20px !important;
  padding: 15px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
  border-radius: 15px !important;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  min-height: 170px;
  margin: 10px;
}

.s-hiw__number {
  font-size: 60px;
  font-weight: bold;
  color: #373cd5;
  margin-bottom: 15px;
}

.s-hiw__title {
  line-height: 1.3;
  font-weight: 500;
  font-size: 13px;
}

@media (min-width: 768px) {
  .s-hiw__item {
    min-height: 240px;
  }
}

@media (min-width: 1200px) {
  .s-hiw__number {
    font-size: 70px;
    margin-top: 10px;
  }
  .s-hiw__title {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  .s-hiw {
    margin: 0;
  }

  .s-hiw .col-sm-4 {
    padding: 0;
  }

  .section-html {
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  #logo img {
    min-width: 150px;
  }
}