body {
  position: relative;
  font-size: 16px;
}

.master-menu {
  position: fixed;
  z-index: 1;
  margin: 40px;
  padding: 10px 20px;
  border-radius: 15px;
  border: 1px solid #0c5460;
  display: grid;
  text-align: center;
  background-color: #fff;
}

.master-menu a {
  font-weight: 600;
}

.master-menu a:hover {
  text-decoration: none;
}

.master-prods-list td a:hover {
  text-decoration: none;
}

.form-group.row {
  background-color: rgba(0, 0, 0, 0.05);
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #339999;
  border-radius: 15px;
}

.youtube {
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  overflow: hidden;
  transition: all 200ms ease-out;
  cursor: pointer;
}

.youtube .play {
  background: url("/image/youtube-play-btn.png") no-repeat;
  background-position: 0 -50px;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: absolute;
  height: 50px;
  width: 69px;
  transition: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.youtube:hover .play {
  background-position: 0 0;
}

header, footer, .dark-background-block {
  background-color: #000;
}

header {
  padding: 15px 0;
  position: relative;
}

.master-menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  margin: 0;
  padding: 10px 20px;
  border-radius: 15px;
  border: 1px solid #0c5460;
  display: grid;
  text-align: center;
  background-color: #fff;
}

.phone-list li a {
  color: #fff;
}

.phone-list li a:hover {
  text-decoration: none;
  color: #ffcc33;
}

body {
  background-color: #ffffcc;
}

h1, h2, h3, h4 {
  text-align: center;
  margin: 30px 0;
}

.shema-org {
  display: none;
}

.bold-p {
  font-weight: 700;
}

.btn-success {
  background-color: #006600;
  border-color: #006600;
}

.main-logo {
  color: #fff;
  position: relative;
  margin-bottom: 40px;
  min-height: 67px;
}
.main-logo .logo {
  display: block;
  max-width: 100%;
}
.social-links {
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
}

.social-links-item img {
  height: 32px;
  width: 32px;
}

.social-links-item.facebook {
  margin-right: 8px;
}

.social-links-item:hover {
  text-decoration: none;
}

.top-line {
  justify-content: space-between;
  text-align: center;
}

.top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  transition: 0.7s ease-in-out;
}

.top-menu li {
  display: block;
  margin: auto;
}

.top-menu .current p {
  color: #ffcc33;
}

.top-menu a, .top-menu p {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin: auto;
}

.top-menu a:hover, .top-menu p:hover {
  text-decoration: none;
  color: #ffcc33;
}

ul.top-menu, ul.phone-list, ul.work-info, ul.adress {
  padding: 0;
  margin: 0;
}

.menu-icon {
  display: none;
  width: 45px;
  height: 35px;
  position: relative;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
}

.menu-icon span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.menu-icon span:nth-child(1) {
  top: 0px;
}

.menu-icon span:nth-child(2), .menu-icon span:nth-child(3) {
  top: 13px;
}

.menu-icon span:nth-child(4) {
  top: 26px;
}

.menu.menu-state-open .menu-icon span:nth-child(1),
.menu.menu-state-open .menu-icon span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.menu.menu-state-open .menu-icon span:nth-child(2) {
  transform: rotate(45deg);
}

.menu.menu-state-open .menu-icon span:nth-child(3) {
  transform: rotate(-45deg);
}

.menu.menu-state-open .top-menu {
  height: 160px;
}

@media screen and (max-width: 999px) {
  .top-line {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .menu-icon {
    display: inline-block;
  }

  .top-menu {
    display: block;
    height: 0;
    overflow: hidden;
  }

  .top-menu li {
    margin-bottom: 8px;
  }

  .top-menu a,
.top-menu p {
    font-size: 20px;
  }
}
.phone-list li, .work-info li, .adress li {
  list-style-type: none;
  color: #fff;
}

.contacts-phone button {
  padding: 2px 4px;
  font-size: 14px;
}

.breadcrumb {
  margin: 20px 0 20px 15px;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  background-color: transparent;
}
.breadcrumb li {
  padding-right: 7px;
}
.breadcrumb li + li:before {
  content: ">";
}
.breadcrumb li a {
  color: #ffcc33;
  text-decoration: none;
}
.breadcrumb li a:hover {
  color: #cca11f;
}

.disabled {
  pointer-events: none;
  cursor: default;
  color: black !important;
}

.btn-success {
  text-transform: uppercase;
  font-weight: 700 !important;
}

.img-main-block img {
  width: 100%;
  max-width: 730px;
}

.call-back-block {
  padding-top: 50px;
}

.callback-form form {
  background-color: rgba(100, 100, 100, 0.5);
  padding: 15px;
  border-radius: 10px;
  text-align: center;
}

.callback-form .like-h3 {
  color: #fff;
  margin: 10px 0;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.callback-form p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.callback-form input {
  margin-bottom: 20px;
}

.service-container {
  min-height: 477px;
}

.service-block {
  justify-content: space-between;
  text-align: center;
  margin: 40px 0;
}

.service-item {
  padding: 10px;
  width: 20%;
}

.service-item-img-block {
  min-height: 60px;
}

.service-item img {
  max-width: 60px;
}

.service-item p {
  font-weight: 600;
  padding: 0 0 10px 0;
  margin: 0;
}

.small-img-box img {
  height: 90px;
}

.ytb-video {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 45%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ytb-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.like-h2 {
  font-size: 36.8px;
  font-weight: 500;
}

.device-name {
  font-size: 25.6px;
  min-height: 62px;
}

.device-name a {
  color: #000;
  text-decoration: none;
}

.device-name a:hover {
  color: #17a2b8;
}

.device-img {
  min-height: 350px;
  position: relative;
}

.device-img img {
  width: 100%;
  border-radius: 15px;
}

.device-img img.product-img-options-img,
img.product-img-options-img {
  width: 64px;
  height: auto;
}

.product-img-options {
  position: absolute;
  top: 0;
  left: 0;
}

.product-img-options ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

div.tooltip-inner {
  max-width: 220px;
  background-color: #17a2b8;
  font-size: 15px;
  font-weight: 700;
}

div.arrow::before {
  border-right-color: #17a2b8 !important;
}

.product-page-first-img {
  padding-left: 15px;
}

.recommended-device-img {
  position: relative;
}

.buttons-row {
  justify-content: space-around;
}

.buttons-row a,
.buttons-row button {
  max-width: 110px;
  width: 100%;
}

.page-inner-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 25px;
}

.page-inner-links a {
  margin-right: 15px;
  color: #006600;
  font-weight: 600;
}

.page-inner-links a:last-child {
  margin-right: 0;
}

.page-inner-links a:hover {
  text-decoration: none;
  color: #004200;
}

.product-options {
  text-align: center;
}

.price {
  font-size: 36px;
}

.availability {
  margin: 0 auto 40px auto;
  font-size: 24px;
}

.availability span {
  font-size: 28px;
  font-weight: 600;
  color: #28a745;
}

.label-reg-number {
  margin-bottom: 30px;
}

.label-reg-number p {
  color: #006600;
  margin: 5px 0;
  font-size: 14px;
  font-weight: bold;
}

.label-reg-number p:first-child {
  font-size: 18px;
  font-weight: bolder;
}

.product-info .btn-success {
  padding: 10px 70px !important;
}

.prod-short-info ul {
  padding: 20px 0 0 80px;
  margin-bottom: 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
}

.prod-short-info .manufacturer + ul {
  padding-top: 0;
}

.prod-short-info li {
  padding: 7px 0;
  font-size: 16px;
  font-weight: 700;
}

.inctruction-link {
  display: inline-block;
  padding-left: 30px;
  margin-top: 15px;
  color: #28a745;
  background-image: url("/image/pdf-pic.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
}

.inctruction-link:hover {
  text-decoration: none;
  color: #218838;
}

.product-description a {
  color: #28a745;
}

.product-description p,
.product-description ul {
  text-align: left;
}

.product-description .prod-attributes-table {
  border: solid 1px #000;
  padding: 3px 5px;
  border-collapse: collapse;
  width: 100%;
}

.product-description .prod-attributes-table tr td:first-child {
  color: #000000;
  font-weight: bold;
  text-align: right;
  width: 30%;
}

.product-description .prod-attributes-table tr td {
  border: solid 1px #000;
  padding: 3px 5px;
}

.registration-documents {
  margin-top: 50px;
  text-align: center;
}

.registration-documents h4 {
  font-weight: 600;
  font-size: 33px;
}

.registration-documents img {
  width: 100%;
  max-width: 420px;
  margin-bottom: 15px;
}

.payment-delivery {
  padding-top: 40px;
  padding-bottom: 40px;
}

.payment-delivery h4 {
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 33px;
}

.payment-delivery .block {
  text-align: center;
}

.payment-delivery p {
  text-align: center;
}

.payment-delivery p.bold {
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.special-offer {
  border: 2px solid #218838;
  margin-top: 25px;
  border-radius: 15px;
}

.special-offer-block {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.special-offer-title {
  margin: 0 0 15px;
  padding: 10px;
}

.special-offer-block .item-box {
  text-align: center;
}

.special-offer-device-img {
  margin-bottom: 10px;
}

.special-offer-device-name {
  max-width: 227px;
}

.special-offer-math {
  font-size: 100px;
}

.special-offer-price {
  font-weight: 700;
  font-size: 22px;
}

.special-offer-full-price {
  font-weight: 600;
  font-size: 26px;
  color: red;
  text-decoration: line-through;
}

.special-offer-total-price {
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 5px;
}

.special-offer-price-benefit {
  font-size: 13px;
}

.special-offer-button {
  padding: 10px 35px;
}

.recommended, .recommended p {
  text-align: center;
}

.recommended .item-box {
  min-height: 366px;
  border: 2px solid #28a745;
  border-radius: 5px;
  margin: 0 3px 5px 3px;
  padding-top: 1rem;
}

.recommended img,
.special-offer-device-img img {
  display: block;
  max-height: 227px;
  max-width: 90%;
  margin: auto;
  border-radius: 5px;
}

.recommended p {
  font-size: 20px;
  font-weight: 600;
  margin: 8px 0;
  color: black;
  text-decoration: none;
}

.recommended a:hover {
  text-decoration: none;
}

.device:hover {
  color: #00ad76;
}

.popup-callback .modal-title {
  margin: auto;
}

.popup-callback button.close {
  position: absolute;
  top: 10px;
  right: 15px;
}

#toTop {
  background: url("/image/totop.png") center no-repeat;
  background-size: cover;
  width: 70px;
  height: 70px;
  text-align: center;
  padding: 5px;
  position: fixed;
  bottom: 50px;
  left: 50px;
  cursor: pointer;
  display: none;
  color: #333;
  font-size: 11px;
}

.error-page-404 {
  margin-bottom: 220px;
}

.info-row-404 {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: last baseline;
  -ms-flex-align: last baseline;
  align-items: last baseline;
}

.header-404 {
  font-size: 10em;
  font-weight: 600;
  color: #228b22;
  float: left;
}

.text-block-404 {
  font-size: 16px;
  font-weight: 600;
}

.text-block-404 a {
  font-size: 18px;
  color: #228b22;
}

.text-block-404 a:hover {
  text-decoration: none;
}

.text-404 {
  font-size: 3em;
  font-weight: 600;
  color: #228b22;
}

footer {
  padding: 15px 0;
  margin-top: 30px;
}

.form-group {
  position: relative;
}

.form-group .price-label {
  color: #9c9c9c;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

footer .consumables-page-link {
  font-size: 17px;
  font-weight: 700;
  color: #ffcc33;
  display: inline-block;
  margin-right: 40px;
}

footer .consumables-page-link:hover {
  color: #cca11f;
  text-decoration: none;
}

footer .callback-btn {
  margin: auto;
}

.thanks-page {
  padding: 50px 0 100px;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

@media (max-width: 1199px) {
  .service-container {
    min-height: 407px;
  }

  .device-img {
    min-height: 290px;
  }
}
@media (max-width: 991px) {
  .service-container {
    min-height: auto;
  }

  .service-block {
    justify-content: space-evenly;
  }

  .service-item {
    width: 33%;
  }

  .device-img {
    min-height: 210px;
  }
}
@media (max-width: 767px) {
  .service-item {
    width: 50%;
  }

  .special-offer-block {
    flex-direction: column;
  }

  .special-offer-title {
    margin: 15px;
    padding: 0;
  }

  .phone-list a {
    font-size: 22px;
    margin-top: 10px;
  }

  .phone-list a:last-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .text-block-404 {
    margin: 0 15px;
  }

  .breadcrumbs {
    display: none;
  }
}
@media (max-width: 460px) {
  .page-inner-links {
    -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;
  }

  .page-inner-links a {
    margin-right: 0;
  }
}
@media (max-width: 455px) {
  .service-item {
    width: 100%;
  }
}
@media (max-width: 420px) {
  #toTop {
    width: 55px;
    height: 55px;
    left: 15px;
  }
}
@media (max-width: 365px) {
  h1, .like-h2 {
    font-size: 2.1rem;
  }
}
.menu {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 999px) {
  .menu {
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.menu .language {
  position: relative;
  top: -3px;
}
.menu .language ul {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 999px) {
  .menu .language ul {
    margin-bottom: 10px;
  }
}
.menu .language ul li a {
  displey: block;
  padding: 3px 5px;
  opacity: 0.5;
  color: #fff;
}
.menu .language ul li a:hover {
  text-decoration: none;
  opacity: 1;
}
.menu .language ul li a.active {
  opacity: 1;
}
.pagination {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.pagination li {
  display: block;
  padding: 0 5px;
}
.pagination li a {
  display: block;
}
.pagination li.active span {
  display: block;
}

.articles .articles-item {
  margin-bottom: 20px;
}
.articles .articles-item .title a {
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
.admin-menu {
  background-color: #fff;
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
  box-shadow: 2px 1px 4px #aaa;
  min-width: 170px;
  position: fixed;
  right: -170px;
  top: 0;
  z-index: 2000;
  list-style: none;
  padding: 0;
  transition: right 0.5s;
}
.admin-menu:hover {
  right: 0;
}
.admin-menu:after {
  cursor: pointer;
  position: absolute;
  left: -46px;
  width: 60px;
  height: 30px;
  background: #079107b5;
  top: 15px;
  content: "MENU";
  padding: 2px 8px;
  color: #fff;
  font-weight: bold;
  transform: rotate(270deg);
  text-align: center;
}
.admin-menu li {
  margin: 0;
  padding: 0;
}
.admin-menu li a {
  color: #666;
  display: block;
  padding: 5px 10px;
  text-align: left;
  transition: none 0s ease 0s;
  font-size: 12px;
  line-height: 1.2em;
  text-decoration: none;
}
.admin-menu li a:hover {
  background: #ffffcc;
}
.admin-menu li.delimiter {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0.7px 1px rgba(0, 0, 0, 0.1);
}

.linked-categories {
  list-style: none;
  margin: 20px 0 20px 0;
  padding: 0;
}
.linked-categories li {
  display: inline-block;
}
.linked-categories li a {
  display: inline-block;
  margin-right: 20px;
}
.linked-categories li:not(:last-child) a:after {
  content: ", ";
}

/*# sourceMappingURL=main.css.map */
