@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-LightItalic.eot');
    src: local('../fonts/Calibri Light Italic'), local('Calibri-LightItalic'),
        url('../fonts/Calibri-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri-LightItalic.woff2') format('woff2'),
        url('../fonts/Calibri-LightItalic.woff') format('woff'),
        url('../fonts/Calibri-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}


@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Italic.eot');
    src: local('../fonts/Calibri Italic'), local('Calibri-Italic'),
        url('../fonts/Calibri-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri-Italic.woff2') format('woff2'),
        url('../fonts/Calibri-Italic.woff') format('woff'),
        url('../fonts/Calibri-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/../fonts/Calibri-Light.eot');
    src: local('../fonts/../fonts/Calibri Light'), local('Calibri-Light'),
        url('../fonts/../fonts/Calibri-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/../fonts/Calibri-Light.woff2') format('woff2'),
        url('../fonts/../fonts/Calibri-Light.woff') format('woff'),
        url('../fonts/../fonts/Calibri-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/../fonts/../fonts/Calibri-Bold.eot');
    src: local('../fonts/../fonts/../fonts/Calibri Bold'), local('Calibri-Bold'),
        url('../fonts/../fonts/../fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/../fonts/../fonts/Calibri-Bold.woff2') format('woff2'),
        url('../fonts/../fonts/../fonts/Calibri-Bold.woff') format('woff'),
        url('../fonts/../fonts/../fonts/Calibri-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.eot');
    src: local('../fonts/Calibri'),
        url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri.woff2') format('woff2'),
        url('../fonts/Calibri.woff') format('woff'),
        url('../fonts/Calibri.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-BoldItalic.eot');
    src: local('../fonts/Calibri Bold Italic'), local('../fonts/Calibri-BoldItalic'),
        url('../fonts/Calibri-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri-BoldItalic.woff2') format('woff2'),
        url('../fonts/Calibri-BoldItalic.woff') format('woff'),
        url('../fonts/Calibri-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}


:root {
   --nsk-font-family-body: 'Calibri', sans-serif;
   --nsk-font-family-headings: 'Calibri', sans-serif;
   --nsk-font-weight-headings: 700;
   --nsk-font-weight-normal: 400;
   --nsk-color-primary: #0f232c;
   --nsk-color-link: #d5a239;
   --link-color: #fff;
   --link-color-rgb: 34, 79, 170;
   --nsk-color-hover: #162e38;
   --body-bg: #fff;
   --body-color: #0f232c;
   --breadcrumb-divider: "-";
   --border-width: 1px;
   --border-radius: 4px;
   --gold: #fff;
  --light-shadow: #d29835;
  --dark-shadow: #985103;
}

/*-----------------------------------*/
html {
   font-size: 16px;
   font-size: 16px;
   overflow-y: scroll!important;
  height: 100%;
  overflow-x: hidden;
}

@media screen and (max-width: 1200px) {
   html {
      font-size: 15px;
   }
}

@media screen and (max-width: 991.98px) {
   html {
      font-size: 14px;
   }
}

.grid-child {
   max-width: 82.5rem;
   flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
   .grid-child {
      padding-left: 30px;
      padding-right: 30px;
   }
}

body {
   font-family: var(--nsk-font-family-body);
}

a,
a:not([class]) {
   color: var(--link-color);
   transition: all .25s ease;
   text-decoration: none;
}

a:hover {
   color: var(--nsk-color-hover);
}

ul {
   padding-left: 0;
}

ol,
ul {
   list-style-type: none;
}

.container-component>*+*, .container-component> :first-child, .container-sidebar-left .sidebar-left:first-child, .container-sidebar-left>*+*, .container-sidebar-left> :first-child, .container-sidebar-right .sidebar-right:first-child, .container-sidebar-right>*+*, .container-sidebar-right> :first-child {
   margin-top: 0;
}

@media screen and (max-width: 1320px) {
   .grid-child {
      max-width: 100%;
   }

   .grid-child,
   .container-header .grid-child {
      padding: 3em;
   }
}

input[type="text"] {
   display: block;
   width: 100% !important;
   height: calc(2.25rem + 2px);
   padding: 0.375rem 0.75rem;
   font-family: inherit;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: #212529;
   background-color: #fff;
   background-clip: padding-box;
   border: 1px solid #bdbdbd;
   border-radius: 0.25rem !important;
   transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type="text"]::placeholder {
   color: #212529;
   opacity: 0.4;
}

input[type="text"]:focus {
   color: #212529;
   background-color: #fff;
   border-color: #bdbdbd;
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.25);
}
.column-4
{
  flex: 4;
}
.column-5 {
   flex: 5;
}
.column-6 {
   flex: 6;
}
.column-7 {
   flex: 7;
}
.column-8
{
  flex: 8;
}
.p-flex {
   display: flex;
   flex-wrap: wrap;
}
.j-fe
{
  justify-content: flex-end;
}

.view-item .pc-item-view .tab-content ul,
.view-article .com-content-article ul {
  padding-left: 30px;
  list-style-type: disc;
}
.view-item .pc-item-view .tab-content ul li,
.view-article .com-content-article ul li {
  margin-bottom: 10px;
  font-size: 1.125rem;
  line-height: 2;
  color: #201f1f;
}


.back-to-top-link {
   position: fixed;
}

.btn,
.consultation #Submit {
   font-size: .9375vw;
   font-weight: 700;
   color: var(--body-bg);
   border: 2.6px solid var(--body-bg);
   border-radius: 4px;
   background: transparent;
   display: flex;
   justify-content: center;
   align-items: center;
   transition: all .25s ease;
}

.btn:hover {
   color: var(--nsk-color-hover);
   border-color: var(--nsk-color-hover);
   background-color: var(--link-color);
}
.grid-child.container-component {
  flex-direction: row;
}
main {
   width: 100%;
}
/*------------navigator--------------------------*/
.navigator {
   background-color: transparent;
   width: 100%;
   padding-top: 1.875rem;
   padding-bottom: 1.875rem;
   margin-top: 7.4rem;
}

.mod-breadcrumbs__wrapper {
   box-sizing: border-box;
}

.breadcrumb {
   display: flex;
   flex-wrap: wrap;
   background-color: transparent;
   padding: 1rem 0 !important;
}

.breadcrumb-item,
.breadcrumb-item a {
   font-size: 1.125rem;
   color: var(--nsk-color-primary);
}

.mod-breadcrumbs__divider.float-start {
   display: none
}

.breadcrumb li:nth-child(2) a {
   font-size: 0;
   line-height: 0;
   color: var(--nsk-color-link);
}

.breadcrumb li:nth-child(2) a::before {
   content: "\f015";
   font-family: "Font Awesome 6 Free";
   font-size: 1.125rem;
   font-weight: 900
}

.breadcrumb-item.active {
   color: var(--nsk-color-primary);
}

/*------------------------modal------------------------------*/
.overlay {
   position: fixed;
   top: 0;
   left: -9999px;
   z-index: 0;
   opacity: 0;
   background-image: linear-gradient(180deg, #333, #000);
   transition: opacity .5s;
}

.overlay.open {
   right: 0;
   bottom: 0;
   opacity: .5;
   z-index: 999;
}

.modal-my {
   position: fixed;
   top: 20%;
   left: -9999px;
   z-index: 9999;
   max-height: 95vh;
   max-width: 500px;
   min-width: 300px;
   width: 30%;
   background: transparent;
   opacity: 0;
   box-sizing: border-box;
   text-align: left;
   transform: translate(-50%, -50%);
   overflow: auto;
   font-size: 14px;
   transition: transform .3s ease-out, opacity .3s;
   padding: 5px;
}

@media screen and (max-width: 991.98px) {
   .modal-my {
      width: 100%;
   }
}

.modal-my.open {
   left: 50%;
   z-index: 99999;
   opacity: 1;
   transform: translate(-50%, -20%);
}

.modal-my .block-form {
   float: none;
   display: inline-block;
   width: 100%;
   background: #0f232b;
   border: 1px solid #071218;
   padding: 3.125rem 1.875rem;
   height: 100%;
   border-radius: 8px;
}

/* close */
.modal-my .close {
   position: absolute;
   top: 15px;
   right: 15px;
   width: 20px;
   height: 20px;
   box-sizing: border-box;
   z-index: 999;
   opacity: 0.4;
}

.modal-my .close:before,
.modal-my .close:after {
   position: absolute;
   right: 50%;
   top: 50%;
   content: ' ';
   height: 20px;
   width: 3px;
   background-color: #fff;
   margin: -10px 0 0 0px;
   border-radius: 5px;
}

.modal-my .close:before {
   transform: rotate(45deg);
}

.modal-my .close:after {
   transform: rotate(-45deg);
}

.modal-my .close:hover {
   opacity: 1;
}

.mod-finder.js-finder-searchform.form-search {
  width: 100%;
}

.form-search .awesomplete {
  width: 100%;
}

/*-----------------Header-----------------------*/
.container-header {
   background-image: none;
}

.header {
   position: fixed;
   width: 100%;
   top: 0;
   left: 0;
   z-index: 9;
   background-color: rgba(15, 35, 44, 0.5);
   transition: 0.3s linear all;
   padding-top: 10px;
   padding-bottom: 10px;
   border-bottom:    1px solid transparent;
}

.fp-viewing-secondPage .header,
.fp-viewing-3rdPage .header,
.fp-viewing-4rPage .header,
.fp-viewing-5rPage .header,
.view-article .header,
.view-category .header,
.view-item .header,
.view-items .header {
   background-color: #0f232c;;
}



.fp-viewing-secondPage .header,
.fp-viewing-3rdPage .header,
.fp-viewing-4rPage .header,
.fp-viewing-5rPage .header {

border-bottom: 5px solid #264655;
}

.container-header .container-nav {
   padding-top: 0;
   padding-bottom: 0;
   align-items: center;
   height: 100%;
   position: relative;
}

.desktop-button__wrapper {
   display: none;
}

.logo {
   flex-basis: 20%;
   height: auto;
   transition: 0.3s linear all;
}

@media screen and (max-width: 991.98px) {
   .logo {
      flex-basis: unset !important;
      height: 100%;
      width: auto;
   }

}

.logo img {
   height: 100%;
   width: auto;
}

.fp-viewing-secondPage .logo,
.fp-viewing-3rdPage .logo,
.fp-viewing-4rPage .logo,
.fp-viewing-5rPage .logo,
.hBlack .logo {
   /*flex-basis: 5%;*/
}

.header__nav {
   display: flex;
     align-items: center;
     justify-content: start;
     margin-bottom: 0;
     width: 80%;
     list-style-type: none !important;
}

.header__nav li {
   padding-right: 2.2916vw;
}

.header__nav a {
   font-weight: 400;
   font-size: 1.5rem;
   line-height: 1.5;
   text-decoration: none;
   color: #fff;
}

.header__nav a:hover {
   color: #d5a239;
}

.header__nav .home {
   display: flex;
   width: 1.77083vw;
   height: 1.927vw;
}

.header__nav .home span {
  font-size: 0;
}

@media screen and (max-width: 991.98px) {
   .container-header {
      position: fixed !important;
   }

   .header {
      height: 100px !important;
      min-height: 100px !important;

   }

   .header__nav {
      display: none;
   }

   .desktop-button__wrapper {
      display: block;
   }

   .toggle-hamburger {
      color: #fff;
      position: relative;
      overflow: hidden;
      margin: 0;
      font-size: 0;
      box-shadow: none;
      border: none;
      box-sizing: border-box;
      cursor: pointer;
      -webkit-transition: background .3s;
      transition: background .3s;
      background: var(--maincolor);
      height: 40px;
      width: 40px;
      border-radius: 5px;
      display: block;
      padding: 0;
   }

   .toggle-hamburger:focus {
      outline: 0;
   }

   .toggle-hamburger span {
      display: block;
      position: absolute;
      top: 20px;
      left: 0;
      right: 0;
      height: 3px;
      width: 33px;
      background: #fff;
   }

   .toggle-hamburger span::after, .toggle-hamburger span::before {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 3px;
      content: "";
      background-color: #fff;
   }

   .toggle-hamburger span::before {
      top: -8px;
   }

   .toggle-hamburger span::after {
      bottom: -8px;
   }

   .toggle-hamburger.toggle-hamburger__animx span {
      -webkit-transition: background 0s 0.3s;
      transition: background 0s 0.3s;
   }

   .toggle-hamburger.toggle-hamburger__animx span::after,
   .toggle-hamburger.toggle-hamburger__animx span::before {
      -webkit-transition-duration: 0.3s, .3s;
      transition-duration: 0.3s, .3s;
      -webkit-transition-delay: 0.3s, 0s;
      transition-delay: 0.3s, 0s;
   }

   .toggle-hamburger.toggle-hamburger__animx span::before {
      -webkit-transition-property: top, transform;
      transition-property: top, transform;
   }

   .toggle-hamburger.toggle-hamburger__animx span::after {
      -webkit-transition-property: bottom, transform;
      transition-property: bottom, transform;
   }

   .toggle-hamburger.toggle-hamburger__animx.is-active span {
      background: 0 0;
   }

   .toggle-hamburger.toggle-hamburger__animx.is-active span::after,
   .toggle-hamburger.toggle-hamburger__animx.is-active span::before {
      background-color: #fff;
      -webkit-transition-delay: 0s, .3s;
      transition-delay: 0s, .3s;
   }

   .toggle-hamburger.toggle-hamburger__animx.is-active span::before {
      top: 0;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
   }

   .toggle-hamburger.toggle-hamburger__animx.is-active span::after {
      bottom: 0;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
   }

   #header-menu-mob {
      position: absolute !important;
          top: 85px;
          left: 50%;
          padding: 20px 0;
          z-index: 99;
          box-sizing: border-box;
          display: none;
          transform: translateX(-50%);
          width: 322px;
          height: auto;
          background: #0f232c;
          border-radius: 15px;
   }

   #header-menu-mob a {
      font-size: 20px;
          color: #fff;
      display: block;
      padding: 20px 0;
      margin-left: 20px;
      margin-right: 20px;
      text-align: center;
      line-height: 1.5;
   }

   #header-menu-mob li:first-child {
      display: none;
   }

   #header-menu-mob li:not(:last-child) a {
      border-bottom: 1px dotted #eee;
   }

   .container-header .container-nav {
      padding-left: 30px;
      padding-right: 30px;
   }
}

/*-------------search------------------------*/
.container-header .container-search {
position: absolute;
   width: 3.9375rem;
   height: 3.9375rem;
   right: 25%;
}

@media screen and (max-width: 991.98px) {
   .container-header .container-search {
    right: auto;
    left: 100px;
}
}

.container-header .container-search .mod-custom {
   width: 100%;
   height: 100%;
}

.btn-search {
   height: 100%;
   width: 100%;
   display: inline-block;
   color: red;
   float: right;
   background: url(../images/search.svg) center center no-repeat;
   text-indent: -10000px;
   border: none;
   position: absolute;
   top: 0;
   right: 0;
   z-index: 2;
   opacity: .9;
   cursor: pointer;
   transition: opacity .4s ease;
}

.ph-search-box .input-group {
   margin-bottom: 15px;
   width: 100%;
}

.ph-search-box .ph-search-radio {
   font-size: 14px;
   line-height: 1.5;
}

/*-----------fullPage----------*/
#fp-nav {
   position: fixed;
   z-index: 100;
   top: 50%;
   opacity: 1;
   transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -webkit-transform: translate3d(0, -50%, 0);
}

#fp-nav.fp-right {
   right: 17px;
}

#fp-nav ul, .fp-slidesNav ul {
   margin: 0;
   padding: 0;
}

#fp-nav ul li, .fp-slidesNav ul li {
   display: block;
   width: 14px;
   height: 13px;
   margin: 7px;
   position: relative;
}

#fp-nav ul li a, .fp-slidesNav ul li a {
   display: block;
   position: relative;
   z-index: 1;
   width: 100%;
   height: 100%;
   cursor: pointer;
   text-decoration: none;
}

.fp-sr-only {
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   overflow: hidden;
   clip: rect(0, 0, 0, 0);
   white-space: nowrap;
   border: 0;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
   border-radius: 50%;
   position: absolute;
   z-index: 1;
   height: 4px;
   width: 4px;
   border: 0;
   background: #333;
   left: 50%;
   top: 50%;
   margin: -2px 0 0 -2px;
   -webkit-transition: all .1s ease-in-out;
   -moz-transition: all .1s ease-in-out;
   -o-transition: all .1s ease-in-out;
   transition: all .1s ease-in-out;
}

#fp-nav ul li a span, #menu-line, .fp-slidesNav ul li a span {
   background: #fff;
   -webkit-box-shadow: 0px 2px 6px 4px rgba(34, 60, 80, 0.3);
   -moz-box-shadow: 0px 2px 6px 4px rgba(34, 60, 80, 0.3);
   box-shadow: 0px 2px 6px 4px rgba(34, 60, 80, 0.3);
}

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
   height: 12px;
   width: 12px;
   margin: -6px 0 0 -6px;
   border-radius: 100%;
}

#fp-nav ul li .fp-tooltip {
   position: absolute;
   top: -2px;
   color: #fff;
   font-size: 14px;
   font-family: arial, helvetica, sans-serif;
   white-space: nowrap;
   max-width: 220px;
   overflow: hidden;
   display: block;
   opacity: 0;
   width: 0;
   cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active+.fp-tooltip {
   -webkit-transition: opacity .2s ease-in;
   transition: opacity .2s ease-in;
   width: auto;
   opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
   right: 20px;
}

.right {
   right: 1.2vw;
}



/*-------------------banner-------------------*/
#section0 {
   background: url(../images/bg_slider1.jpg) no-repeat right;
   background-size: cover;
   padding-bottom: 6.2vw;
}

#section0 .fp-tableCell {
   background: url(../images/drop.png) no-repeat;
   background-size: 30%;
   background-position-x: 100%;
   background-position-y: center;
}
@media screen and (max-width: 991.98px) {
  #section0 .fp-tableCell {
    background: transparent;
  }
}


.index-hero .grid-child {
   height: 100%;
   width: 100%;
}

.index-hero--content {
   z-index: 999;
   position: relative;
}

@media screen and (max-width: 791px) {
   .index-hero--content {
      flex-basis: 100%;
   }

   .index-hero .fp-tableCell {
      background-position-x: 0;
      background-size: cover;
   }
}

.content--wrapper {
   position: absolute;
   width: 100%;
   top: 50%;
   left: 0;
   transform: translateY(-50%);
   padding-top: 6.1942vw;
}

.index-hero--baner {
   position: relative;
}

.index-hero--content h1 {
   position: relative;
     display: inline-block;
     font-weight: 400;
     font-size: 5rem;
     line-height: 1.2;
     letter-spacing: .1174vw;
     text-transform: uppercase;
     margin: 0 0 1.31233vw;
     border-left: 5px solid #d5a239;
     padding-left: 2.62467vw;
}

[data-silver] {
  color: transparent;
  background-image: linear-gradient(to right,#462523 0,#cb9b51 22%,#f6e27a 45%,#f6f2c0 50%,#f6e27a 55%,#cb9b51 78%,#462523 100%);
  -webkit-background-clip: text;
}

.index-hero--content span {
   color: #fff;
   font-weight: 400;
   font-size: 1.5rem;
   line-height: 1.5;
   padding-left: 3.162467vw;
   display: block;
   text-align: justify;
}

.index-hero--content .btn,
.consultation #Submit, #section1 .btn {
   width: 240px;
   height: 65px;
   font-size: 1.2rem;
   box-shadow: 4px 4px 0 #fff;
}
.index-hero--content .btn,
#section1 .btn {
   margin-top: 2.1233vw;
   margin-left: 3.162467vw;
}
.index-hero--content .btn:hover,
.consultation #Submit:hover,
#section1 .btn:hover {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  box-shadow: 4px 4px 0 #6f7271;
}
@media screen and (max-width: 991.89px) {
   .content--wrapper {
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
   }

   .index-hero--content h1 {
      font-size: 50px;
      border-left: 0;
      padding-left: 0;
      text-align: center;
   }

   [data-silver]::before,
   [data-silver]::after,
   .index-hero--content span {
      padding-left: 0 !important;
   }

   .bg {
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
   }

   .index-hero--baner {
      display: none;
   }

   .index-hero--content .btn {
      margin-left: 0;
      margin-top: 60px;
   }
}

@media screen and (max-width: 500px) {
   #section0 .fp-tableCell {
      background: transparent;

   }
   #section0 {
  background: #172f39 url(../images/bg_slider1mob.jpg) right no-repeat;
  background-size: cover;

}
   .index-hero--content h1 {
      font-size: 50px;
   }
}

.b-social {
   margin-top: 5.2083vw;
   margin-left: 3.162467vw;
   width: 240px;
}

.b-social ul {
   justify-content:center;
}

.b-social ul li {
  width: calc(100%/3);
}

.index-hero--bg,
.multiple-items {
   transform: translateX(-50%);
   position: absolute;
}

.index-hero--bg {
   z-index: 98;
   bottom: .1666vw;
   left: 50%;
   width: 100%;
   text-align: center;
}

.index-hero--bg img {
   width: 34.895vw;
   height: auto;
   max-width: 34.58vw;
}

.multiple-items {
   z-index: 999;
   width: 100%;
   height: auto;
   left: 50%;
   bottom: 0;
   margin-bottom: 0 !important;
}

.multiple-items {
   z-index: 999;
   width: 100%;
   height: auto;
   left: 50%;
   bottom: 0;
   margin-bottom: 0 !important
}

.multiple-items .slick-slide {
   display: flex !important;
   justify-content: center
}

.multiple-items .slick-slide img {
   display: block;
   width: 100%;
   max-width: 38.6458vw
}

.multiple-items .my-dots {
   position: absolute;
   display: block;
   width: 7.8125vw;
   padding: 0;
   list-style: none;
   text-align: center;
   bottom: -.26041vw;
   left: 50%;
   transform: translate(-50%)
}

.multiple-items .my-dots li {
   position: relative;
   display: inline-block;
   width: 1.0416vw;
   height: 1.0416vw;
   margin: 0 .26vw;
   padding: 0;
   cursor: pointer
}

.multiple-items .my-dots li button {
   font-size: 0;
   line-height: 0;
   display: block;
   width: .78125vw;
   height: .78125vw;
   cursor: pointer;
   color: transparent;
   outline: 0;
   background: #D9D9D9;
   border-radius: 50%;
   border: .88px solid #D9D9D9
}

.multiple-items .my-dots li button:not([aria-selected=true]) {
   background: rgba(17, 17, 17, .85)
}

.multiple-items .my-dots li button:focus,
.multiple-items .my-dots li button:hover {
   outline: 0
}

.multiple-items .slide-arrow {
   position: absolute;
   bottom: -1.0416vw;
   left: 50%;
   transform: translateX(-50%);
   width: 9.375vw
}

.multiple-items .slide-arrow svg {
   width: 1.4583vw;
   height: 2.552vw
}

.multiple-items .slide-arrow_prev {
   text-align: left
}

.multiple-items .slide-arrow_next {
   text-align: right
}


/*--------------------katalog-----------------------*/

#section1 {
   background-color: #172f39 !important;
   padding-bottom: 6.2vw;
   overflow: hidden;
}

.katalog .fp-tableCell {
     padding-top: 137px;
     padding-bottom: 0;
     position: relative;
}

.katalog__wrapper {
   display: flex;
   flex-wrap: wrap;
   flex-direction: column;
   height: 100%;
}
.m-circle {
   position: absolute;
     width: 700px;
     height: 700px;
     border-radius: 50%;
     background:#fff;
     top: 0;
     left: 55%;
     z-index: 0;
}
.b-circle {
   position: absolute;
     width: 900px;
     height: 900px;
     border-radius: 50%;
     background: rgba(255, 255, 255, 0.1);
     bottom: 0;
     left: 43%;
     z-index: 0;
}

#section1 .items-inner {
   position: absolute;
     width: 100%;
     height: 100%;
     transform: translate(-50%,-50%);
     top: 50%;
     left: 50%;
     display: flex;
     justify-content: center;
     align-content: center;
     flex-direction: column;

}
#section1 h3 {
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.495px;
  line-height: 1.2;
  color: #d5a239;
  border-left: 5px solid #d5a239;
    padding-left: 2.62467vw;
    margin-bottom: 1.31233vw;
}
#section2 .service__nav--title {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.495px;
  line-height: 1.2;
  border-left: 5px solid #d5a239;
    padding-left: 2.62467vw;
    margin-bottom: 1.31233vw;
}
#section1 .ls-text {
   color: #fff;
     font-weight: 400;
     font-size: 1.5rem;
     line-height: 1.5;
     display: block;
     padding-left: 2.62467vw;
     text-align: justify;

}
#section2 .ls-text {
     font-weight: 400;
     font-size: 1.5rem;
     line-height: 1.5;
     display: block;
     padding-left: 0;
     text-align: justify;

}
.com-content-article .left.item-image {
  padding-right: 2em;
}
.section__title {
   font-size: 3rem;
     font-weight: 300;
     line-height: 1.2;
     color: #d5a239;
     border-left: 5px solid #d5a239;
     padding-left: 2.62467vw;
     letter-spacing: .5px;
  margin-bottom: 1.31233vw;

}



@media (max-width: 991px) {
   .section__title {
      margin-bottom: 50px;
   }
}

@media (max-width: 680px) {
   .section__title {
      margin-bottom: 15px;
   }
}

.katalog__wrapper .section__title {
   text-align: right;
}

@media (max-width: 680px) {
   .katalog__wrapper .section__title {
      text-align: center;
   }
}



.cat-row {
   display: flex;
   flex-wrap: wrap;
   width: 100%;
}
.katalog__wrapper .cat-row {
   height: 100%;
}
.cat-picture {
   position: relative;
   width: 100%;
   height: 100%;
   flex: 0 0 50%;
   max-width: 50%;
   padding-left: 1.04986vw;
}
.cat-picture .ls-layer {
   position: absolute;
   width: 100%;
   height: auto;
   transform: translate(-50%, -50%);
   top: 50%;
   left: 50%;
}
.cat-items {
   position: relative;
   width: 100%;
   flex: 0 0 50%;
   max-width: 50%;
}

@media (max-width: 1200px) {
   .cat-picture {
      flex: 0 0 30%;
      max-width: 30%;
   }

   .cat-items {
      flex: 0 0 70%;
      max-width: 70%;
   }
}

@media (max-width: 992px) {
   .grid-child
{
    padding: 2em;
  }
   .cat-picture {
      display: none;
   }

   .cat-items {
      flex: 0 0 100%;
      max-width: 100%;
   }

   .katalog .fp-tableCell {
      background-size: cover;
      padding-top: 100px;
   }
}

.page-header__preview {
   margin-bottom: 30px;
}

@media (min-width: 992px) {
   .page-header__preview {
      background: url(../images/preview-dots.svg) no-repeat;
      background-size: auto;
      background-size: cover;
   }
}

.page-header__preview {
   display: none;
}

@media (min-width: 1200px) {
   .page-header__preview {
      display: block;
   }
}

.page-header__preview {
   margin-left: 0;
   background-position: 290px 261px;
   padding-top: 80.40057%;
}

.page-header__preview::before {
   content: "";
   display: block;
   width: 25.572vw;
   height: 21.7708vw;
   background-color: #f9f9f9;
   position: absolute;
   top: 20px;
   left: -86px;
   z-index: -1;
}

.page-header__preview::before {
   background-color: transparent;
}




.icons-menu__list {
   display: flex;
   flex-wrap: wrap;
   margin-right: -15px;
   margin-left: -15px;
   list-style: none;
   padding: 0;
}

.icons-menu__list .nav-item {
   flex: 0 0 50%;
   max-width: 50%;
   position: relative;
   width: 100%;
   padding-right: 15px;
   padding-left: 15px;
}

.icons-menu__list .nav-item a {
   padding: 1.6498vw 1.0498vw;
   /*box-shadow: 0 16px 34px rgba(0, 0, 0, .5);*/
   box-shadow: 4px 4px 0 #424443;
   border-radius: 5px;
   border: 1px solid #6f7271;
   background-color: #6f7271;
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: flex-start;
   margin-bottom: 1.5748vw;
   transition: color .5s ease;
}
.icons-menu__list .nav-item a:hover {
   box-shadow: 4px 4px 0 #919392;
}
.icons-menu__list .nav-item a img {
   width: 25%;
   height: auto;
   margin-right: 1.0498vw;
}

.icons-menu__list .nav-item a span {
   font-size: 1rem;
   font-weight: 600;
   line-height: 1.5;
   color: #fff;
   text-transform: uppercase;
   text-align: left;
   width: 85%;
   display: block;
}

.cat--linck {
   font-size: 1.25rem;
   font-weight: 600;
   color: #000;
   text-decoration: none;
   background: transparent;
   margin-top: 0.7874vw;
   margin-bottom: 0.7874vw;
}

.cat--linck::after {
   content: '→';
   margin-left: 10px;
}

/*----------------service--------------------------*/
.service {
   background: #172f39 !important;
}

.service .fp-tableCell {
   padding-top: 8.9238vw;

   background-repeat: no-repeat;
   background-size: contain;
   background-position-x: 100%;
   background-position-y: center;
   position: relative;
   display: flex;
   align-items: center;
}


.service .grid-child {

  padding-top: 50px;
  padding-bottom: 30px;
  position: relative;
}
.service__nav {
   flex-basis: 50%;
   width: 50%;
   box-shadow: rgba(0, 0, 0, 0.16) 0px 8px 16px;
   background: rgb(255, 255, 255);
   z-index: 3;
   padding: 2.6246vw;
}
.service .ls-layer {
   width: 40%;
     height: 90%;
     left: 0;
     top: 5%;
     transform: matrix3d(.965926,.258819,0,0,-.258819,.965926,0,0,0,0,1,0,0,0,0,1);
     transform-origin: 50% 50% 0;
     opacity: 1;
     position: absolute;
     z-index: 0;
     background: #d5a239;
}
.service__images {

   flex-basis: 50%;
     width: 50%;
     padding-left: 5.24934vw;



}
.service__images h2 {
  width: 100%;
  text-align: center;
  color: #d5a239;
  margin-bottom: 3.1496vw;
  font-size: 3rem;
  letter-spacing: .67px;
  line-height: 1.2;
  font-weight: 300;
}

.service .section__content {
   line-height: 1.5;
   font-size: 1.25rem;
   font-weight: 500;
   color: #000;
   margin-bottom: 2vw;
}

.djslider-default img.dj-image {
   border-radius: 15px;
}
#navigation149 {
   top: 35%!important;
}
.service__nav .nav {
   display: flex;
   flex-wrap: wrap;
}
.service__nav  ul {
   column-count: 2;
}
.markers li::marker {
	color: red;
	font-size: 18px;
}
.service__nav li {
     position: relative;
     margin-bottom: 1.0498vw;

}
.service__nav li:not(:last-child) {
   padding-bottom: 0.0498vw;
}
.service__nav li p {
   font-size: 1.5rem;
   line-height: 1.2;
   color: #44424a;
   margin-bottom: 5px;
}
.service__nav li span {
   font-size: 1.2rem;
   line-height: 1.2;
   color: #969696;
}
.service__list li img {
  position: absolute;
  left: 0;
 width: 3.67454vw;
  height: auto;
}
.service__nav--title {
   font-size: 1.5rem;
  color: #44424a;
  font-weight: 300;
  line-height: 1.2;
 margin-bottom: 1.0498vw;
font-weight: bold;
}
/*------------------advantages-----------*/
.advantages {
background: #172f39 !important;
}
.advantages .fp-tableCell
{
   padding-top: 8.9238vw;
     padding-bottom: 4.46194vw;
     display: flex;
     align-items: center;

}

.advantages .section__title span
{
  color: #fff;
  text-transform: none;
}
.b-advantages__text
{
   position: relative;
     padding: 0 0 0 2.62467vw;
     color: #fff;
     font-weight: 400;
     font-size: 1.5rem;
     line-height: 1.5;
     text-align: justify;
}

.b-advantages__blocks .item
{
  flex: 1;
}
.b-advantages__blocks .item__img
{
  width: 10.8854vw;
  height: 10.8854vw;
  border-radius: 50%;
  position: relative;
  padding: .9375vw;
}
.b-advantages__blocks .item .item__img
{
  background: url(../images/ellipse.svg) 40% 50% no-repeat #264655;
}
.b-advantages__blocks .item__img img
{
  position: absolute;
  top: 1.0416vw;
  left: -.2604vw;
}
.b-advantages__blocks .item__img span
{
  display: block;
  width: 10.9375vw;
  position: absolute;
  font-size: 1.5rem;
    font-weight: 300;
  color: #FFF;
  top: 42%;
  left: 20%;
}
/*------------------consultation-------------------*/
.consultation .fp-tableCell
{
  padding-top: 8.9238vw;
  padding-bottom: 4.46194vw;
  display: flex;
  align-items: center;
  background: url(../images/bg5.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.consultaciy .rsform-block-consult {
   font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  color: #fff;
}
.consultation .rsform-input-box
{
   line-height: 1.3;
  color: #9D9D9D;

  height: 3.125vw;
    border-radius: 4px;
    box-sizing: border-box;
    padding-left: 7.552vw;

  width: 17.7083vw;
  border: 1px solid #C5C2C2;
  font-size: .83333vw;
  text-align: left;

}
.consultation #Submit {
   margin-top: 1rem;
   width: 100%;
}
.consultation__wrapper
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
.consultation__cont .mod-custom h2 {
   font-size: 2.5rem;
     font-weight: 300;
     line-height: 1.2;
     color: #fff;
     letter-spacing: .5px;
  margin-bottom: 1.31233vw;
  text-align: left;

}
.consultation__cont,
.consultation__form {
   width: 50%;
   flex-basis: 50%;
}
.consultation__form
{
  display: flex;
  justify-content: center;
}
.consultaciy .formVertical .formSpan12 {
   display: flex;
  flex-direction: column;
}
.consultaciy div.formBody
{

  float: none;
  position: relative;
  color: #fff;
}
.consultaciy div.formBody a {
   color: #eee;
}
.consultaciy div.formBody a:hover {
   color: #707372;
}
.consultaciy .rsform-block
{
  max-width: 22.0472vw;
}
.consultaciy .formBody img
{
  position: absolute;
  left: 1.875vw;
  top: 50%;
  transform: translatey(-50%);
}
.consultation__cont
{
   color: #fff;
     font-size: 1.5rem;
     line-height: 1.5;
     border-left: 5px solid #d5a239;
     padding: 0 0 0 2.62467vw;
     text-align: justify;
}
.rsform-block-consult {
   margin-bottom: 2rem;
}
.rsform-block-consult p
{
  margin-bottom: 0;
  line-height: 1.5;
  letter-spacing: .67px;
  line-height: 1.3;
  font-weight: 300;
  color: #fff;
  font-size: 2.5rem;
}
.cr-child {
  width: 100%;
padding: 2.5rem .5em;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  max-width: 82.5rem;
  transform: translateX(-50%);
  font-size: 1.2rem;
}
/*-----------------kategory-------------------*/
.view-category #phItemTopBoxForm {
   display: none;
}
.ph-header
{
  margin-bottom: 2.62467vw;
  text-align: center;
}
.view-category.has-sidebar-left main
{
  margin-left: 2em;
  margin-bottom: 2em;
}
 .pc-category-view {
    margin: 0;
}
.row-item-subcategory {
   margin-bottom: 15px;
}
.ph-item-subcategory-box
{
  height: 100%;
  padding: 0;
}
.ph-item-subcategory-box a {
     box-shadow: 4px 4px 0 #424443;
     border-radius: 5px;
     border: 1px solid #6f7271;
     background-color: #6f7271;
     width: 100%;
     display: flex;
     align-items: center;
     justify-content: flex-start;
     margin-bottom: 1.5748vw;
     transition: color .5s ease;
     height: 100%;
     padding: 1.6498vw 1.0498vw;
}
.ph-item-subcategory-box a:hover {
   box-shadow: 4px 4px 0 #919392;
}
.ph-item-subcategory-box a img
{
  width: 25%;
  height: auto;
  margin-right: 1.0498vw;
}

.ph-item-subcategory-box a span
{
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  width: 85%;
  display: block;
}
.ph-product-header a
{
  text-decoration: none;
  -webkit-transition: all linear .2s;
  -o-transition: all linear .2s;
  transition: all linear .2s;
  display: table;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  overflow: hidden;
  padding: 0;
  text-align: left;
  color: #000;
}
.ph-category-action-buttons {
   margin-top: 0;
}
.ph-category-price-box {
  display: flex;

}
.ph-category-action-buttons .ph-button-ask-question-box a {
   height: 50px;
   width: 100%;
   font-size: 14px;
}
.ph-category-price-box {
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
}
/*-----------------copyright---------------------*/
.box-footer__copyright {
   padding-top: 20px;
   padding-bottom: 20px;
   background-color: var(--ast-global-color-4);
   background-image: none;
   min-height: 80px;
   border-style: solid;
   border-width: 1px 0 0;
   border-top-color: #eaeaea;
   display: flex;
   align-items: center;
}
/*-----------------kontakty-----------------------*/

.com-content-article__body
{
  position: relative;
  text-align: justify;
}
.com-content-article .page-header
{
  margin-bottom: 2.62467vw;
}
.contacts__section
{
  margin-bottom: 4.199475vw;
  padding: 2.0997vw;
  background: #264655;
}
.contacts__section--contacts-info
{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.0997vw;
  background: #264655;
   width: 100%;
}
.section__col
{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.wrp-bg
{
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-size: 70%;
  background-repeat: no-repeat;
}
.wrp-bg--1
{
  background: url(../images/lit.svg) center no-repeat #fff;
}
.wrp-bg--2
{
  background: url(../images/map.svg) center no-repeat #fff;
}
.wrp-bg--3
{
  background: url(../images/email.svg) center no-repeat #fff;
}
.wrp-bg--4
{
  background: url(../images/man.svg) center no-repeat #fff;
}
.wrp-btn
{
  display: flex;
  flex-direction: column;
  padding-left: 1.2598vw;
}
.wrp-btn span
{
   font-size: 1.25rem;
     font-weight: 600;
     margin-bottom: 10px;
     line-height: 1.5;
     color: #d5a239;
}
.wrp-btn p {
   font-size: 1.25rem;
     line-height: 1.5;
     color: #fff;
}
.sm-link
{
 padding: 0;
 box-sizing: border-box;
 cursor: pointer;
 text-decoration: none;
 white-space: nowrap;
  display: inline-flex;
  transition: color .3ms,opacity .3ms;
  align-items: center;
  color: #fff;
  background-color: rgba(0,0,0,0);
  border: none;
  outline: 0;
  font-size: 1.2rem;
}
.sm-link:hover {
   color: #fff!important;
   text-decoration: underline;
}
.politika-pers .sm-link,
.politika-pers .com-content-article a {
   color: #000;
}
.politika-pers .sm-link:hover,
.politika-pers .com-content-article a:hover {
   color: #eee!important;
}
.icons {
   display: none;
}
.wrp-soc
{
  display: flex;
  justify-content: flex-start;
}
.wrp-soc a
{
   width: 32px;
     height: 32px;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 6px;
     background-color: #d5a239;
     color: #fff;
     border: 1px solid #d5a239;
     margin-right: 5px;
}
#b-adress {
  margin-bottom:80px
}
.flexbox #Submit {
   font-weight: 700;
     color: #000;
     border-radius: 4px;
     background: #fff;
     width: 240px;
      height: 65px;
    font-size: 1rem;
    border: 2px solid #000; /* Параметры рамки */
  box-shadow: 4px 4px 0 #000; /* Параметры тени */
  text-shadow: none;
}

.flexbox #Submit:hover {
    box-shadow: 4px 4px 0 #eee; /* Параметры тени */
}
#b-feedback
{
  margin-bottom: 0;
}
.flexbox
{
  border-bottom: 1px solid #eee;
  padding: 40px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
  background: #fdfaf1;
}
#b-adress
{
  margin-bottom: 80px;
}
.contacts__section--adress h2
{
   font-weight: 400;
   font-size: 30px;
  margin: 1.83727vw 0;
}
.b-row
{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.adress-line
{
  border-bottom: 1px solid #eee;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.b-col-3
{
  flex-basis: 20%;
}
.b-col-8
{
  flex-basis: 80%;
}
.b-row .b-col-8
{
  padding-left: 80px;
}
.politika-conf {
   font-weight: 600;
   color: #000;
}
.rsform-block-agree
{
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: justify;
}
/*--------articul---------------*/
.com-content-article__body
{
  font-size: 1.5rem;
  line-height: 2;
}
.com-content-category-blog h1,
.ph-header
{
  margin-bottom: 2.62467vw;

}
.page-header > h2 > a {
   color: #000;
}
.blog-items .blog-item {
   align-items: center;
   flex-direction: row;
}
.blog-items .item-image {
   margin: 0 20px 0 0;
   float: none;
}
.com-content-article
{
  padding-bottom: 2.62467vw;
}

.l-servis .blog
{
  padding: 25px;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #eee;
}
.l-servis .blog-items {
   padding: 1.6498vw 1.0498vw;
  background-color: #fff;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2.5748vw;
  transition: color .5s ease;
  display: flex!important;
  border-bottom: 1px solid #6f7271;
}

.l-servis .blog-items .blog-item
{
  align-items: center;
  flex-direction: row;
}
.l-servis .item-content
{
  display: flex;
  flex-direction: row;
}
.l-servis .page-header {
   padding-right: 15px;
   width: 40%;
}
.l-servis .page-header > h2 {
   margin: 0;
}
.l-servis .page-header > h2 > a
{
  font-size: 1.25rem;
  display: block;
  line-height: 1.5;
}
.l-servis .readmore > a
{
  font-size: 0;
  border: 1px solid #000;
  color: #000;
  border-radius: 50%;
  display: flex;
  width: 46px;
  height: 46px;
}
.l-servis .readmore > a span {
   font-size: 18px;
}
.l-servis .readmore > a:hover {
   background: #000;
   color: #828080;
}
.com-content-article__body a {
   color: #828080;
}
.com-content-article__body a:hover {
   color: #969696;
   text-decoration: none;
}
/*--------------zakazat-sozh-------------------*/
.zakazat-sozh h1,
.page-header h1 {
   color: #44424a;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}
.zakazat-sozh .com-content-article__body {
   padding: 40px;
  border: 1px solid #264655;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
  border-radius: 4px;
  margin-bottom: 100px;
  background: #264655;
}
.about-us .com-content-article__body {
   background: #264655;
   color: #fff;
   margin-bottom: 4.199475vw;
  padding: 2.62467vw;
}
.about-us .com-content-article__body ul li {
   color: #fff!important;
}
.about-us .com-content-article__body ul li::marker {
  color: #d5a239;
}
.zakazat-sozh .com-content-article__body h2
{
  font-weight: 400;
  font-size: 30px;
  padding: 0;
  color: #d5a239;
  line-height: 1.35;
  margin-bottom: 1rem;
}
.zakazat-sozh .formControlLabel, .zakazat-sozh .formControls label {
  color: #fff;
}

.zakazat-sozh .com-content-article__body .formResponsive .rsform-input-box,
.zakazat-sozh .com-content-article__body .formResponsive .rsform-text-box
{
  width: 100%;
  max-width: 600px;
  opacity: 1;
  border: 1px solid #262728;
  font-size: 1rem;
  line-height: 1.5;
  color: #262728;
  height: 50px;
  box-sizing: border-box;
  font-weight: 400;
  position: relative;
  outline: 0;
  padding: 1em;
  border-radius: 5px;
  transition: .3s ease;
}
.zakazat-sozh #Submit
{
   text-shadow: none;
    font-weight: 700;
    color: var(--body-bg);
    border: 2.6px solid var(--body-bg);
    border-radius: 4px;
    background: 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .25s ease;
    width: 240px;
    height: 65px;
    font-size: 1.2rem;
    box-shadow: 4px 4px 0 #fff;
}
.zakazat-sozh #Submit:hover {
   color: #fff;
  border-color: #fff;
  background-color: transparent;
  box-shadow: 4px 4px 0 #6f7271;
}
/*----------------------filter-----------------*/
.ph-filter-box
{
  padding-bottom: 40px;
}
.ph-filter-box .panel
{
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.ph-filter-box .panel:not(:last-child)
{
  border-bottom: 1px solid #eee;
}
.panel-heading {
   margin-bottom: 10px;
}
.panel-title .panel-collapse
{
  font-family: var(--body-font-family);
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
  line-height: 1.5;
}

.ph-filter-box .controls
{
  padding-left: 30px;
  position: relative;
}
.ph-checkbox-container
{
  position: relative;
}
.checkbox
{
  width: 100%;
  padding-left: 1.71875vw;
  margin-bottom: .52083vw;
  min-height: .78125vw;
  margin-top: .52083vw;
}
.box-adv__body, .checkbox, .checkbox label::before, .header, .is_ajaxsearch, .is_ajaxsearch .form-inline, .logo, .mainmenu__nav a, div, input[type="checkbox"], input[type="radio"], input[type="search"], section
{
  box-sizing: border-box;
}
input[type="checkbox"], input[type="radio"]
{
  padding: 0;
}
.ph-filter-box .checkbox
{
  position: absolute;
  width: 1px;
  height: 1px;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.ph-checkout-checkbox-confirm input[type="checkbox"], .ph-checkbox-container input[type="checkbox"]
{
  margin-right: 0.3em;
}
.ph-checkbox-checkmark
{
  width: 20px;
  height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: background-color .1s linear,border-color .1s linear;
  display: inline-block;
  margin: -20px 10px calc(-8px + .22em) -30px;
  border: 1px solid #e0e0eb;
  background-color: #f7f7fa;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 95%;
}
.ph-checkbox-container
{
  position: relative;
  line-height: 1.5;
  font-size: 1.2rem;
}
/*---------------------------------item-----------------*/
body.view-item.has-sidebar-left .site-grid .container-component,
body:not(.has-sidebar-left) .site-grid .container-component
{
  grid-column-start: main-start;
}
.ph-item-view-image-box
{
  display: flex;
}
.ph-item-image-full-box
{
  order: 2;
}
.ph-corner-icon.ph-corner-icon-featured::before
{
  font-size: 20px;
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  color: #000;
  content: "\f164";
}
.ph-item-image-add-box
{
  order: 1;
  max-width: 80px;
}
.ph-image-full
{
  display: block;
}
.pc-item-view .img-thumbnail
{
  padding: .25rem;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.ph-item-view-data-box
{
  position: relative;
  padding: 2em;
}
.pc-item-view .btn-cat, h2 span
{
  line-height: 2.5;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.pc-item-view .btn-cat
{
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  color: #dd1f6f;
  display: block;
}
.ph-item-price-panel h1.ph-header
{
  text-align: left;
  margin: 0 0 1rem;
}
.product-info-top
{
 display: flex;
 align-items: center;
}
.product-info-top
{
  justify-content: space-between;
  margin-bottom: 1rem;
  position: relative;
}
.pc-item-view .ph-manufacturer-txt, .ph-item-sku-box .ph-sku-txt, .wrp-btn-rel img
{
  margin-right: 5px;
}
.ph-item-price-box
{
  display: flex;
}
.pc-item-view .ph-desc
{
  font-size: 1.2rem;
  line-height: 1.5;
}
.ph-item-tag-box
{
  display: flex;
  flex-direction: row;
}
.badge.bg-info
{
   display: flex;
     flex-shrink: 0;
     align-items: center;
     justify-content: center;
     width: 150px;
     padding: 5px 15px;
     border: 2px solid #000;
     transition: border-color .3s;
     color: #000;
     font-size: 1rem;
     line-height: 2;
     font-weight: 500;
     border-radius: 4px;
     font-weight: 600;
}
.badge.bg-info:first-child {
   margin-right: 10px;
}
.ph-button-ask-question-box a {
   font-weight: 700;
     color: #000;
     border-radius: 4px;
     background: #fff;
     width: 310px;
     height: 65px;
     font-size: 1rem;
     border: 2px solid #000;
     text-shadow: none;
}
.tab-content {
  padding:0;
  margin:0
}
.ph-item-bottom-box .nav-tabs+.tab-content {
  padding:2rem 0 0!important;
  background:#fff;
  border:transparent;
  border-radius:0!important;
  -webkit-box-shadow:none;
  box-shadow:none
}
.nav.nav-tabs {
  border:1px solid transparent;
  border-bottom:1px solid #d7d7d7;
  border-radius:0;
  -webkit-box-shadow:none
}
.nav.nav-tabs .nav-link {
  position:relative;
  padding:.75em 1em .8125rem;
  color:#888;
  border:0;
  font-size:1.2rem;
  line-height:2;
  box-shadow:none!important
}
.nav.nav-tabs,
.nav.nav-tabs .nav-link.active {
  background-color:transparent;
  list-style: none;
  box-shadow:none
}
.nav.nav-tabs .nav-link.active {
  background-image:none;
  border-right:0;
  border-left:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  color:#000;
  font-weight:500
}
.nav.nav-tabs .nav-item:first-of-type .nav-link.active {
  border-radius:0
}
.nav.nav-tabs .nav-item:last-of-type .nav-link {
  box-shadow:none!important
}

.nav.nav-tabs .nav-link.active::after
{
  content: "";
  background-color: #000;
  opacity: .8;
  height: 5px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
#phspecification {
  max-width: 43.75rem;
}
.tab-content p {
   font-size: 1.2rem;
  line-height: 1.5;
}
.dots-leaders-item {
  margin: 0 0 16px;
  clear: both;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.dots-leaders-item::after {
  display: block;
  overflow: hidden;
  height: 1em;
  border-bottom: 1px dotted #888;
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.dots-leaders-item__left {
  padding: 0 6px 0 0;
}
.ph-spec-title {
  font-weight: 700;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
.dots-leaders-item__right {
  order: 3;
}
.ph-spec-value {
  text-align: end;
}
.ph-item-view-image-box {
  display: flex;
}
.b-warning {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 50px;
  font-style: italic;
}
#phContainerPopup .modal-dialog {
  width: 500px;
  max-width: 97%;
}
#phAskAQuestionPopup h5 {
  display: none;
}
#ph-pc-question-box {
   padding: 0;
}


#ph-pc-question-box .ph-header {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
}
.wrp-imgblock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.ph-item-image-modal {
  width: 25%;
}
.wrp-imgblock h2 {
  display: block;
  width: 75%;
  font-size: 1.25rem;
  line-height: 22px;
  color: #000;
  font-weight: 500;
}
.img-responsive {
  width: auto;
  height: auto;
}
#phAskAQuestionPopup .modal-content {
   padding: 2rem 2rem 0;
   border-radius: 4px;
}
.modal-body {
  padding: 0;
}
.modal-header {
  padding: 0;
}
#ph-pc-question-box {
  margin: 0!important;
}
.wrp-askquestionform input {
  width: 100%;
  max-width: 600px;
  opacity: 1;
  border: 1px solid #262728;
  font-size: 1rem;
  line-height: 1.5;
  color: #262728;
  height: 50px;
  box-sizing: border-box;
  font-weight: 400;
  position: relative;
  outline: 0;
  padding: 1em;
  border-radius: 5px;
  transition: .3s ease;
}
.wrp-askquestionform .btn {
   font-weight: 700;
  color: #000;
  border-radius: 4px;
  background: #fff;
  width: 100%;
  height: 65px;
  font-size: 1rem;
  border: 2px solid #000;
  box-shadow: 4px 4px 0 #000;
  text-shadow: none;
}
.wrp-askquestionform .btn:hover {
   box-shadow: 4px 4px 0 #eee;
}
.modal-footer {
  padding: 0!important;
}
.view-category .b-warning {
   display: none;
}
.ph-row-flex.grid .row-item {
   width: calc(100%/3);
}
.ph-tag-box {
   display: flex;
}
.ph-tag-box .badge.bg-info {
   width: 80px;
   border: 2px solid #6f7271;
   font-size: 14px;
   font-weight: 500;
   padding: 0;
}
.ph-row-flex.grid .row-item .ph-item-box {
   border: 1px solid transparent;
   border-radius: 4px;
   overflow: hidden;
}
.ph-row-flex.grid .row-item .ph-item-box:hover {
   border: 1px solid #eee;
}
.ph-item-box .ph-item-content {
  padding: 2rem;
}
 .ph-category-price-box .ph-price-brutto {
    color: #6f7271;
}
.ph-filter-box .checkbox:checked ~ .ph-checkbox-checkmark {
  border-color: #2e9aff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' fill='%23fff'%3E%3Cpath d='M8.883 0L3.344 5.7 1.116 3.41 0 4.56l2.228 2.29L3.342 8l1.113-1.15 5.54-5.7z' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #2e9aff;
}
.mfp-figure::after {
   background: #fff;
}
.my.item-image {
  background: #eee;
  text-align: center;
}
/*-----------------------media------------------*/
@media (max-width: 1236px) {
.index-hero--content h1 {
   font-size: 4rem;
}
.b-advantages__blocks .item__img {
  width: 15vw;
  height: 15vw;
 }
 .content--wrapper {
    padding-top: 8.1942vw;
}
}

@media (max-width: 992px) {
   .page-header__image {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 5;
      margin-top: -0.78125vw;
   }
   .service__nav {
      flex-basis: 100%;
  width: 100%;
   }
.service__images {
   display: none;
}
.service .fp-tableCell {
   background-size: cover;
   padding-top: 100px;
}
.icons-menu__list .nav-item a {
   height: 80px;
   margin-bottom: 20px;
}

.service__nav .section__title {
   font-size: 22px;
}
.service__nav li {
   width: 100%;
}
.b-advantages__text,
.b-advantages__blocks {
   width: 100% !important;
  flex: unset;
}
.b-advantages__text {
   margin-bottom: 25px;
}
.b-advantages__blocks .item
{
  flex: unset;
  width: 100%;
  justify-content: flex-start;
}
.b-advantages__blocks .item .item__img {
   background: none;
   width: 100%;
  height: 60px;
  border-radius: none;
  padding: 10px;
}
.b-advantages__blocks .item__img img {
   width: 50px;
   top: 20px;
}
.b-advantages__blocks .item__img span {
   left: 25%;
}

.consultation .fp-tableCell {
   padding-top: 100px;
}
.consultation__cont
{
  width: 100%;
  flex-basis: 100%;
}
.consultation__form
{
  display: none;
}
.contacts__section--contacts-info
{
grid-template-columns: 1fr 1fr;
gap: 30px;
}
.adress-line {
   flex-wrap: wrap;
}
.b-col-3
{
   margin-bottom: 25px;
  flex-basis: 100%;
}
.b-col-8
{
  flex-basis: 100%;
}
.b-row .b-col-8
{
  padding-left: 0;
}
.flexbox #Submit {
   width: 100%;
}
}
@media screen and (max-width: 791px) {
   .b-social {
      margin-left: 0;
   }
   .contacts__section--contacts-info
{
  grid-template-columns: 1fr;
  gap: 30px;
}
.site-grid {
   grid-gap: 0 0;
}
.navigator {
   padding-bottom: 0;
}
.com-content-article .page-header h1 {
   margin-bottom: 2em;
}
.l-servis .blog-items {
   padding: 25px;
}
.l-servis .readmore
{
display: none;
}
.l-servis .blog-items .blog-item {
   flex-wrap: wrap;
   justify-content: center;
}
.blog-items .item-image {
   margin-bottom: 15px;
}
.l-servis .item-content {
   flex-wrap: wrap;
}
.l-servis .page-header {
   width: 100%;
   margin-bottom: 10px;
}
.btn {
   font-size: 14px;
}
}

@media (max-width: 600px) {
   .section__title {
      font-size: 30px;
   }

   .icons-menu__list {
      justify-content: center;
   }

   .icons-menu__list .nav-item {
      flex: 0 0 100%;
      max-width: 100%;
   }

   .icons-menu__list .nav-item a img {
      max-width: 50px;
   }
   .ph-row-flex.grid .row-item {
  width: 100%;
}
.view-category.has-sidebar-left main {
  margin-left: 0;

}
.ph-item-view-data-box {
   padding: 0;
}
#section1 h3,
.service__nav .section__title {
   font-size: 40px;
   letter-spacing: 0;
   padding-bottom: 0;
}
#section2 h3 {
   font-size: 40px;
   letter-spacing: 0;
   padding-bottom: 0;
}
.service .grid-child {
   padding: 10px;
}
.service__nav {
   padding: 15px;
}
#section2 .service__nav--title {
   font-size: 25px;
}
.service__nav li {
   padding-left: 50px;
   margin-bottom: 30px;
}
.service__nav li:not(:last-child) {
   padding-bottom: 5px;
   border-bottom: 1px solid #eee;
}
.service__list li img {
   width: 40px;
   top: 10%;
}
.advantages .section__title span,
.consultation__cont .mod-custom h2 {
   font-size: 40px;
}
#section2 .service__nav--title {
   margin-bottom: 15px;
}
.service__nav ul {
  column-count: 1;
}
.service__nav li {
  padding-left: 2.62467vw;
  margin-bottom: 5px;
}
.com-content-article .left.item-image {
  padding-right: 0;
}
.service .ls-layer {
   z-index: -1;
}
.index-hero--content .btn {
   margin-top: 5px;
 }
 .b-social ul {
    margin-bottom: 0;
}
.content--wrapper {
   padding-top: 60px;
}
.index-hero--content span,
.service__nav li,
.b-advantages__text,
.b-advantages__blocks .item__img span,
.consultation__cont {
   font-size: 20px;
}
.section__title {
   font-size: 25px;
    font-weight: 600;
}
.b-advantages__text {
   margin-bottom: 15px;
}
.consultation .fp-tableCell {
   padding-top: 0;
}
.consultation__cont .mod-custom h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
