@charset "UTF-8";
html,
body{
    overflow-x: hidden;
}
@font-face {
  font-family: "ArvoRegular";
  src: url("../fonts/ArvoRegular/ArvoRegular.eot");
  src: url("../fonts/ArvoRegular/ArvoRegular.eot@") format("embedded-opentype"), url("../fonts/ArvoRegular/ArvoRegular.woff") format("woff"), url("../fonts/ArvoRegular/ArvoRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "ArvoBold";
  src: url("../fonts/ArvoBold/ArvoBold.eot");
  src: url("../fonts/ArvoBold/ArvoBold.eot@") format("embedded-opentype"), url("../fonts/ArvoBold/ArvoBold.woff") format("woff"), url("../fonts/ArvoBold/ArvoBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "ArvoItalic";
  src: url("../fonts/ArvoItalic/ArvoItalic.eot");
  src: url("../fonts/ArvoItalic/ArvoItalic.eot@") format("embedded-opentype"), url("../fonts/ArvoItalic/ArvoItalic.woff") format("woff"), url("../fonts/ArvoItalic/ArvoItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "ArvoBoldItalic";
  src: url("../fonts/ArvoBoldItalic/ArvoBoldItalic.eot");
  src: url("../fonts/ArvoBoldItalic/ArvoBoldItalic.eot@") format("embedded-opentype"), url("../fonts/ArvoBoldItalic/ArvoBoldItalic.woff") format("woff"), url("../fonts/ArvoBoldItalic/ArvoBoldItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
img{
    max-width: 100%;
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90); }

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer; }

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #ff7900;
  background: #fff;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.3em;
  line-height: 0.8;
  color: #fff;
  background: #ff7900;
  transition: all .2s;
  width: 24px;
  height: 24px;
  text-align: center;
  padding-top: 5px; }

[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }
















[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px; }

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer; }

[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #ff7900;
  background: #fff;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }

[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.3em;
  line-height: 0.8;
  color: #fff;
  background: #ff7900;
  transition: all .2s;
  width: 24px;
  height: 24px;
  text-align: center;
  padding-top: 5px; }

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }














.btn:hover {
  box-shadow: 1px 1px 1px 1px black; }

.btn:active {
  box-shadow: 0px 0px 0px 0px black;
  transition: .3s;
  transform: translateY(1px); }

input:focus {
  outline: none; }
.btn:focus{
  outline: none;
}
section,
header,
footer,
body {
  font-family: 'Open Sans'; }

@media (min-width: 1200px) and (max-width: 1460px) {
  .container {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 1040px) {
  .container {
    width: 100%; } }
@media (max-width: 500px) {
  .container {
    padding: 0px; } }
header {
  width: 100%;
  background: white;
  box-shadow: 0px 2px 4px 0px lightgrey;
  position: relative;
  z-index: 1000;
   }
  header .header-top {
	position: relative;
    padding-top: 11px;
    padding-bottom: 10px;
    box-sizing: border-box; }
    header .header-top a {
      font-size: 14pt;
      display: block;
      line-height: 100%;
      color: #1e1e1e;
      text-decoration: none; }
    header .header-top .a1 a {

      text-align: left;
      border-right: 1px #ff7900 solid; }
    header .header-top .a2 a {
      text-align: right; }
    header .header-top .a3 img {
      margin-right: 12px;; }
    header .header-top .a3 a {
      text-align: right; }
      @media (max-width: 1041px) {
        header .header-top .a3 a {
          text-align: center;
          margin-top: 30px; } }
  header .header-middle {
    padding-top: 16px;
    padding-bottom: 16px;
    box-sizing: border-box; }
    header .header-middle .logo {
      width: 100%; }
    header .header-middle h1 {
      font-family: 'ArvoBold', serif;
      font-size: 39px;
      text-align: center;
      color: #aeaeae;
      margin-top: 12px;
      line-height: 100%;
      text-transform: uppercase; }
      @media (max-width: 1041px) {
        header .header-middle h1 {
          text-align: center; } }
      @media (max-width: 770px) {
        header .header-middle h1 {
          font-size: 24px; } }
      @media (max-width: 320px) {
        header .header-middle h1 {
          font-size: 16px; } }
    header .header-middle ul {
      text-align: right;
      margin-top: -7px; }
      header .header-middle ul li {
        list-style: none; }
        header .header-middle ul li img {
          margin-right: 15px; }
        header .header-middle ul li a {
          text-decoration: none;
          color: #1e1e1e;
          font-size: 16px;
          line-height: 150%; }
      @media (max-width: 1041px) {
        header .header-middle ul {
          display: block;
          margin: auto;
          text-align: center; }
          header .header-middle ul li {
            display: block; } }
    @media (max-width: 530px) {
      header .header-middle > div:nth-of-type(1) {
        }
      header .header-middle > div:nth-of-type(3) {
        overflow: hidden;
         }
        header .header-middle > div:nth-of-type(3) ul {

          overflow: hidden;
          margin-left: 0;
          padding: 0; } }
  header .menu {
    width: 100%;
    display: block; }
    header .menu .navbar-toggle {
      position: relative;
      width: 135px;
      display: block;
      margin: auto;
      padding: 9px 10px 0px 10px;
      margin-top: 8px;
      /* margin-right: 87px; */
      margin-bottom: 0px;
      background-color: transparent;
      background-image: none;
      border: 1px solid transparent;
      border-radius: 4px; }
      header .menu .navbar-toggle .icon-bar {
        display: block;
        background-color: #888;
        margin-bottom: 6px;
        width: 22px;
        height: 2px;
        border-radius: 1px; }
        header .menu .navbar-toggle .icon-bar:last-child {
          margin-bottom: 0px; }
      header .menu .navbar-toggle p {
        display: inline-block;
        float: left;
        margin-left: 44px;
        margin-top: -29px;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        color: #1e1e1e; }
      header .menu .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3) {
        display: none; }
      header .menu .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(1) {
        transition: .5s;
        transform-origin: 35% -51%;
        background: black;
        transform: rotate(45deg); }
      header .menu .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
        transition: .5s;
        background: black;
        transform-origin: 12% 50%;
        transform: rotate(-45deg); }
      header .menu .navbar-toggle:focus {
        outline: none; }
    @media (min-width: 960px) {
      header .menu .navbar-toggle {
        display: none; }
      header .menu .collapse {
        display: block;
        height: auto !important; } }
    header .menu ul {
      padding: 0;
      margin: 0;
      border-top: 1px #ff7900 solid; }
      header .menu ul li {
	      padding-bottom: 1px;
        width: 10%;
        display: table-cell;
        box-shadow: inset -1px 0 0 0 #d3d3d3; }
        header .menu ul li:last-child {
          box-shadow: none; }
          header .menu ul li:last-child:hover {
            box-shadow: inset -1px 0 0 0 #d3d3d3, inset 0px -4px 0px 0px #ff7900;
    		 }

        header .menu ul li:hover {
          box-shadow: inset -1px 0 0 0 #d3d3d3, inset 0px -3px 0px 0px #ff7900; 

		  }
          @media (max-width: 960px) {
            header .menu ul li:hover {
              box-shadow: inset 0px 0 0 0 #d3d3d3, inset 0px -3px 0px 0px #ff7900; } }
          header .menu ul li a:hover {
            color: #ff7900; }
        header .menu ul li a {
          text-align: center;
          display: inline-block;
          padding: 16px;
          text-decoration: none;
          color: #1e1e1e;
          width: 100%;
          vertical-align: middle;
          font-weight: bold; }
        @media (max-width: 1220px) {
          header .menu ul li {
            padding: 3px 3px 3px 3px;
            font-size: 10px; } }
        @media (max-width: 960px) {
          header .menu ul li {
            width: 33.3%;
            display: inline-block;
            float: left;
            box-shadow: none;
            font-size: 14px; } }
        @media (max-width: 700px) {
          header .menu ul li {
            width: 25%;
            font-size: 14px; } }
        @media (max-width: 550px) {
          header .menu ul li {
            width: 50%;
            font-size: 16px; } }
      @media (max-width: 960px) {
        header .menu ul {
          padding-top: 0px;
          border-top: none; }
          header .menu ul li {
            padding-left: 48px;
            width: 100%; }
            header .menu ul li a {
              font-size: 14px;
              font-weight: 600;
              text-align: left;
              color: #1e1e1e;
              padding: 8px 16px 8px 16px; } }
    @media (max-width: 960px) {
      header .menu {
        border-top: 1px #ff7900 solid; } }

.section-header-slider {
  background-color: #f5f5f5;
  position: relative;
  margin-top: -106px;
  padding: 0 0 0 0; }
  .section-header-slider .container > .row > div {
    padding: 0; }
  .section-header-slider .carousel .carousel-indicators {
    bottom: -37px;
    width: 100% !important;
    left: 0% !important;
    margin: auto !important; }
    .section-header-slider .carousel .carousel-indicators li {
      width: 8px;
      height: 8px;
      background-color: #ff7900;
      border-radius: 0;
      border: none;
      margin-left: 28px;
      vertical-align: middle; }
    .section-header-slider .carousel .carousel-indicators li.active {
      width: 16px;
      height: 16px;
      margin-top: 4px;
      vertical-align: sub; }
    @media (max-width: 400px) {
      .section-header-slider .carousel .carousel-indicators li {
        margin-left: 15px; } }
  @media (max-width: 1040px) {
    .section-header-slider {
      background-color: #f5f5f5;
      position: relative;
      margin-top: -30px;
      padding: 0px 20px 50px 20px; } }
  @media (max-width: 500px) {
    .section-header-slider {
      margin-top: -15px; }
      .section-header-slider .container {
        padding: 0px; } }

.with-slider ul {
  padding-left: 0;
  margin-top: 30px;
  margin-left: 20px; }
  .with-slider ul li {
    list-style: none;
    display: inline-block; }
    .with-slider ul li a {
      font-size: 14px;
      font-style: italic;
      text-align: left;
      color: #fff; }
      .with-slider ul li a sub {
        font-size: 14px;
        font-style: italic;
        text-align: left;
        color: #fff;
        bottom: 0;
        text-decoration: underline; }
      .with-slider ul li a:after {
        content: '>';
        font-family: monospace;
        margin-left: 10px;
        margin-right: 10px; }
    .with-slider ul li:last-child a {
      color: #ff7900 !important; }
      .with-slider ul li:last-child a:after {
        content: ''; }
.with-slider .carousel .carousel-indicators {
  bottom: -55px; }
  .with-slider .carousel .carousel-indicators li {
    width: 8px;
    height: 8px;
    background-color: #ff7900;
    border-radius: 0;
    border: none;
    margin-left: 28px;
    vertical-align: middle; }
  .with-slider .carousel .carousel-indicators li.active {
    width: 16px;
    height: 16px;
    margin-top: 4px;
    vertical-align: sub; }

.section-main {
  background-color: #f5f5f5;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px; }
  .section-main .news-block {
    padding: 30px;
    box-sizing: border-box;
    background: white; }
    .section-main .news-block h1 {
      margin: 0;
      font-family: "ArvoBold";
      font-size: 24px;
      text-align: left;
      color: #1e1e1e;
      line-height: 150%;
      text-transform: uppercase; }
    .section-main .news-block p {
      font-size: 14px;
      line-height: 150%;
      text-align: left;
      margin-top: 31px;
      margin-bottom: 0;
      color: #1e1e1e; }
      .section-main .news-block p:first-letter {
        color: #ff7900;
        font-size: 24px; }
    @media (max-width: 500px) {
      .section-main .news-block {
        padding: 15px; } }
  .section-main .slider-invoice-block {
    padding: 30px;
    box-sizing: border-box;
    background: white;
    margin-bottom: 30px;
    position: relative; }
    .section-main .slider-invoice-block .title {
      margin: 0;
      font-family: "ArvoRegular";
      font-size: 24px;
      font-weight: 600;
      text-align: left;
      color: #1e1e1e;
      display: inline-block;
      text-transform: uppercase; }
      @media (max-width: 600px) {
        .section-main .slider-invoice-block h1 {
          font-size: 24px;
          font-weight: bold;
          text-align: center;
          color: #1e1e1e;
          display: block; } }
    .section-main .slider-invoice-block .controlls {
      display: inline-block;
      float: right;
      margin-bottom: 30px; }
      .section-main .slider-invoice-block .controlls .prew,
      .section-main .slider-invoice-block .controlls .next {
        display: inline-block;
        cursor: pointer; }
        .section-main .slider-invoice-block .controlls .prew:hover,
        .section-main .slider-invoice-block .controlls .next:hover {
          box-shadow: 0 0 3px 1px lightgray; }
      .section-main .slider-invoice-block .controlls .prew {
        margin-right: 30px; }
      @media (max-width: 600px) {
        .section-main .slider-invoice-block .controlls {
          margin-top: 35%;
          position: absolute;
          width: 100%; }
          .section-main .slider-invoice-block .controlls .prew {
            left: 10px;
            position: absolute; }
          .section-main .slider-invoice-block .controlls .next {
            right: 40px;
            position: absolute; } }
    .section-main .slider-invoice-block .slider-s {
      width: 500px;
      margin: auto;
      display: block; }
      @media (max-width: 1359px) {
        .section-main .slider-invoice-block .slider-s {
          width: 100%;
          height: auto; }
          .section-main .slider-invoice-block .slider-s .main-slide {
            width: 100%;
            height: auto; }
            .section-main .slider-invoice-block .slider-s .main-slide img {
              width: 100%; }
          .section-main .slider-invoice-block .slider-s .list-slide {
            width: 100%;
            height: auto;
            overflow: hidden;
            display: block;
            margin-left: 0px; }
            .section-main .slider-invoice-block .slider-s .list-slide ul {
              width: 100%;
              position: relative;
              display: block;
              margin-top: 10px; }
              .section-main .slider-invoice-block .slider-s .list-slide ul li {
                display: inline-block;
                margin-bottom: 0px;
                cursor: pointer;
                list-style: none;
                width: 81px;
                height: 81px;
                overflow: hidden;
                margin-right: 10px; } }
      @media (max-width: 600px) {
        .section-main .slider-invoice-block .slider-s {
          width: 100%; } }
    .section-main .slider-invoice-block .main-slide {
      width: 365px;
      height: 365px;
      overflow: hidden;
      display: inline-block; }
      @media (max-width: 600px) {
        .section-main .slider-invoice-block .main-slide {
          width: 100%;
          height: auto; }
          .section-main .slider-invoice-block .main-slide img {
            width: 100%; } }
    .section-main .slider-invoice-block .list-slide {
      width: 81px;
      height: 365px;
      overflow: hidden;
      display: inline-block;
      margin-left: 20px; } 

        .section-main .slider-invoice-block .list-slide ul li {
          display: block;
          margin-bottom: 14px;
          cursor: pointer;
          list-style: none;
          width: 81px;
          height: 81px;
          overflow: hidden; }
          .section-main .slider-invoice-block .list-slide ul li:last-child {
            margin-bottom: 0px; }
      @media (max-width: 600px) {
        .section-main .slider-invoice-block .list-slide {
          display: none; } }
    .section-main .slider-invoice-block h3 {
      padding-top: 30px;
      padding-bottom: 36px;
      margin: 0; }
    .section-main .slider-invoice-block .btn {
      width: 46%;
      height: 50px;
      font-weight: 600;
      border: none; }
      @media (max-width: 1250px) {
        .section-main .slider-invoice-block .btn {
          width: 100%;
          display: block;
          margin-bottom: 10px; } }
      @media (max-width: 600px) {
        .section-main .slider-invoice-block .btn {
          width: 100%;
          display: block;
          margin-bottom: 10px; } }
    .section-main .slider-invoice-block .btn-orange {
      margin-right: 30px;
      background: #ff7900;
      color: white; }
    .section-main .slider-invoice-block .btn-transparent {
      background: transparent;
      color: #ff7900;
      border: 1px #ff7900 solid; }
      @media (max-width: 600px) {
        .section-main .slider-invoice-block .btn-transparent {
          border: none;
          text-decoration: underline; } }
    @media (max-width: 1200px) {
      .section-main .slider-invoice-block {
        margin-top: 30px; } }
    @media (max-width: 600px) {
      .section-main .slider-invoice-block {
        padding: 15px; } }
  .section-main .form-invoice-block {
    padding: 30px;
    box-sizing: border-box;
    background: white; }
    .section-main .form-invoice-block h1 {
      font-family: 'ArvoRegular';
      font-size: 24px;
      text-align: left;
      font-weight: 600;
      color: #1e1e1e;
      margin: 0; }
    .section-main .form-invoice-block form {
      padding-top: 20px; }
    .section-main .form-invoice-block textarea {
      resize: none;
      height: 160px; }
    .section-main .form-invoice-block textarea,
    .section-main .form-invoice-block input {
      padding: 16px 15px 16px 15px;
      border: 1px #aeaeae solid;
      width: 100%;
      margin-bottom: 10px; }
    .section-main .form-invoice-block textarea::placeholder,
    .section-main .form-invoice-block input::placeholder {
      color: #1e1e1e; }
    .section-main .form-invoice-block .form-group {
      padding-bottom: 20px;
      padding-top: 5px;
      word-wrap: break-word;
      text-overflow: ellipsis;
      overflow: hidden; }
      .section-main .form-invoice-block .form-group label {
        padding-left: 50px;
        color: #9b9b9b; }
    .section-main .form-invoice-block .btn {
      color: #ff7900;
      font-weight: 600;
      border: 1px #ff7900 solid;
      background: transparent; }
    @media (max-width: 600px) {
      .section-main .form-invoice-block {
        padding: 15px; } }
.f2 ul{
	margin-top: -1px;
}		
.f3 ul{
	margin-top: -7px;
}
.f3 li{
	padding-bottom: 0.3px;
}
.f4 ul{
	margin-top: -7px;
}

footer.footer {
  box-shadow: 0px -2px 4px 0px lightgrey;
  position: relative;
  padding: 40px 30px 38px 30px;
  box-sizing: border-box; }
  footer.footer .logo {
    width: 191px;
    height: 45px; }
    @media (max-width: 1041px) {
      footer.footer .logo {
        display: block;
        margin: auto; } }
    @media (max-width: 320px) {
      footer.footer .logo {
        width: 100%;
        height: auto; } }
  footer.footer .f1 p {
    font-size: 14px;
    line-height: 143%;
    text-align: left;
    color: #1e1e1e;
    margin-top: 30px; }
    @media (max-width: 1041px) {
      footer.footer .f1 p {
        text-align: center; } }
    @media (max-width: 500px) {
      footer.footer .f1 p {
        text-align: left; } }
  footer.footer .f2 ul li {
    list-style: none;
    font-size: 14px;
    text-align: left;
    margin-bottom: 38px; }
    footer.footer .f2 ul li:last-child {
      margin-bottom: 0px; }
    footer.footer .f2 ul li a {
      color: #1e1e1e; }
  @media (max-width: 1041px) {
    footer.footer .f2 ul {
      text-align: center; }
      footer.footer .f2 ul li {
        margin-bottom: 0px;
        display: inline-block;
        text-align: center; } }
  @media (max-width: 500px) {
    footer.footer .f2 ul {
      text-align: left; } }
  footer.footer .f3 ul li {
    list-style: none;
    font-size: 14px;
    text-align: left; }
    footer.footer .f3 ul li a {
      line-height: 210%;
      color: #1e1e1e; }
  @media (max-width: 1041px) {
    footer.footer .f3 ul {
      text-align: center;
      padding: 0;
      margin: 0; }
      footer.footer .f3 ul li {
        display: inline-block; } }
  @media (max-width: 500px) {
    footer.footer .f3 ul {
      text-align: left; } }
  footer.footer .f4 {
    text-align: right;
    font-size: 16px; }
    footer.footer .f4 ul li {
      list-style: none; }
      footer.footer .f4 ul li a {
        line-height: 200%;
        color: #1e1e1e;
        padding-left: 20px; }
      footer.footer .f4 ul li:last-child {
        margin-top: 30px; }
        footer.footer .f4 ul li:last-child a {
          padding-left: 15px; }
    @media (max-width: 1041px) {
      footer.footer .f4 ul {
        text-align: center;
        padding: 0;
        margin: 0; }
        footer.footer .f4 ul li {
          display: inline-block; }
        footer.footer .f4 ul li:last-child {
          margin-top: 30px; } }
    @media (max-width: 500px) {
      footer.footer .f4 ul {
        text-align: left; } }
    footer.footer .f4 p.copyright {
      font-size: 12px;
      text-align: right;
      margin-top: 56px; }
      @media (max-width: 1041px) {
        footer.footer .f4 p.copyright {
          text-align: center;
          margin: 0;
          margin-top: 30px; } }

.carousel-inner .item span {
  position: absolute;
  /* top: 200px; */
  z-index: 100000;
  /* background: red; */
  width: 100%;
  height: 181px;
  box-sizing: border-box;
  bottom: 0;
  padding: 30px 100px 30px 60px;
  font-size: 36px;
  font-family: 'ArvoRegular';
  font-weight: 600;
  color: white;
  text-transform: uppercase; }
  @media (max-width: 320px) {
    .carousel-inner .item span {
      position: absolute;
      /* top: 200px; */
      z-index: 100000;
      /* background: red; */
      width: 100%;
      /* height: 181px; */
      box-sizing: border-box;
      bottom: 30px;
      padding: 20px;
      font-size: 24px;
      font-family: 'ArvoBold';
      font-weight: 600;
      color: white;
      text-align: center;
      text-transform: uppercase; } }

.section-banner {
	overflow-x: hidden;
  padding: 60px 30px 120px 30px;
  background: #f5f5f5; }
  .section-banner .banner {
    border-top: 1px orange solid;
    border-bottom: 1px orange solid;
    height: 100px;
    background: url("../img/banner-left.png") left center no-repeat, url("../img/banner-right.png") right center no-repeat;
    background-position: -12px -12px, 100.8% -12px; }
    .section-banner .banner h1 {
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      color: #1e1e1e;
      padding: 34px 0 34px 0;
      margin: 0; }
      @media (max-width: 600px) {
        .section-banner .banner h1 {
          font-size: 16px;
          padding: 20px; } }
    .section-banner .banner img {
      margin: auto;
      display: block;
      margin-top: -64px; }
      @media (max-width: 320px) {
        .section-banner .banner img {
          margin-top: -19px;
          width: 100%; } }
  @media (max-width: 770px) {
    .section-banner .banner h1 {
      font-size: 18px; } }
  @media (max-width: 600px) {
    .section-banner {
      padding: 30px; } }
  @media (max-width: 450px) {
    .section-banner .banner h1 {
      font-size: 12px; } }

.section-sub-header {
    text-align: center;
  min-height: 50px;
  background: #f5f5f5; }
  .section-sub-header .container {
    padding: 0; }
    @media (max-width: 660px) {
      .section-sub-header .container {

        overflow: hidden; }
        .section-sub-header .container img {
          width: auto;
          height: 100%; } }
  .section-sub-header img {
     }
  .section-sub-header nav {
    padding-left: 20px;
    position: absolute;
    z-index: 100; }
    .section-sub-header nav ul {
      padding-left: 0;
      margin-top: 30px; }
      .section-sub-header nav ul li {
        list-style: none;
        display: inline-block;
        color: #ff7900; }
        .section-sub-header nav ul li a {
          font-size: 14px;
          font-style: italic;
          text-align: left;
          color: #1e1e1e;!important }
          .section-sub-header nav ul li a sub {
            font-size: 14px;
            font-style: italic;
            text-align: left;
            color: #1e1e1e;
            bottom: 0;
            text-decoration: underline; }
          .section-sub-header nav ul li a:after {
            content: '>';
            font-family: monospace;
            margin-left: 10px;
            margin-right: 10px; }
        .section-sub-header nav ul li:last-child a {
          color: #ff7900; }
          .section-sub-header nav ul li:last-child a:after {
            content: ''; }

.secton-calc-form {
  padding: 60px 30px 30px 30px;
  box-sizing: border-box;
  background-color: #f5f5f5; }
  .secton-calc-form .container {
    padding: 0; }
  .secton-calc-form h1 {
    font-family: "ArvoRegular";
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #1e1e1e; }
  .secton-calc-form .calc {
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 30px 111px 36px 110px;
    box-sizing: border-box; }
    .secton-calc-form .calc label {
      display: block;
      margin-top: 15px; }
    .secton-calc-form .calc textarea,
    .secton-calc-form .calc select,
    .secton-calc-form .calc input {
      width: 100%;
      padding: 11px 10px 11px 12px;
      box-sizing: border-box;
      margin-top: 8px;
      margin-bottom: 15px;
      height: 45px;
      overflow: hidden; }
      .secton-calc-form .calc textarea:valid,
      .secton-calc-form .calc select:valid,
      .secton-calc-form .calc input:valid {
        border: 1px #ff7900 solid; }
      .secton-calc-form .calc textarea:invalid,
      .secton-calc-form .calc select:invalid,
      .secton-calc-form .calc input:invalid {
        border: 1px lightgray solid; }
    .secton-calc-form .calc .part-1 {
      width: 100%;
      padding: 15px;
      box-sizing: border-box;
      border: 1px dotted #aeaeae;
      margin-bottom: 40px; }
    .secton-calc-form .calc .btn-orange {
      margin-right: 30px;
      background: #ff7900;
      color: white;
      border: none; }
    .secton-calc-form .calc .btn-transparent {
      background: transparent;
      color: #ff7900;
      border: 1px #ff7900 solid; }
    @media (max-width: 600px) {
      .secton-calc-form .calc {
        padding: 30px; } }
    .secton-calc-form .calc .repair-type label {
      width: 49%;
      display: inline-block; }
    .secton-calc-form .calc .repair-type textarea {
      height: 120px; }
    .secton-calc-form .calc .buttons {
      margin-top: 40px; }

.section-about-us {
  padding: 40px 0px 40px 0px;
  background: #f5f5f5; }
  .section-about-us .container {
    padding: 0; }
  .section-about-us .info-block {
    background: white;
    padding-top: 40px;
    padding-bottom: 114px; }
    .section-about-us .info-block .row {
      margin: 0; }
    .section-about-us .info-block .text img {
      margin-bottom: 30px;
      width: 100%; }
    .section-about-us .info-block .text p {
      padding: 140px 0; }
      @media (max-width: 1200px) {
        .section-about-us .info-block .text p {
          padding: 85px 0; } }
      @media (max-width: 990px) {
        .section-about-us .info-block .text p {
          padding: 0px 0; } }
    .section-about-us .info-block p {
      font-size: 14px;
      line-height: 190%;
      text-align: left;
      color: #1e1e1e; }
      .section-about-us .info-block p:first-letter {
        color: #ff7900;
        font-size: 24px; }

.section-large-title {
  padding-top: 60px;
  background: #f5f5f5; }
  .section-large-title .container {
    background: white;
    padding: 30px;
    box-sizing: border-box; }
  .section-large-title h1 {
    text-align: center;
    text-transform: uppercase;
    font-family: "ArvoRegular";
    font-size: 24px;
    font-weight: 600;
    color: #1e1e1e;
    margin: 0; }
  @media (max-width: 660px) {
    .section-large-title {

      z-index: 1000;
      position: relative;
      background: transparent;
      padding: 20px;
      box-sizing: border-box; }
	  .section-sub-header{
		    padding-bottom: 80px;
	  }
      .section-large-title .container {
        padding: 10px; } }
  @media (max-width: 420px) {
    .section-large-title {
      padding: 5px; } }

.secton-calc-form-2 {
  padding: 30px 30px 30px 30px;
  box-sizing: border-box;
  background-color: #f5f5f5; }
  .secton-calc-form-2 .container {
    padding: 0; }
  .secton-calc-form-2 h1 {
    font-family: "ArvoRegular";
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #1e1e1e; }
  .secton-calc-form-2 .calc {
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 30px 111px 36px 110px;
    box-sizing: border-box; }
    .secton-calc-form-2 .calc p:first-child:first-letter {
      color: #ff7900;
      font-size: 24px; }
    .secton-calc-form-2 .calc label {
      display: block;
      margin-top: 15px; }
    .secton-calc-form-2 .calc textarea,
    .secton-calc-form-2 .calc select,
    .secton-calc-form-2 .calc input {
      width: 100%;
      padding: 11px 10px 11px 12px;
      box-sizing: border-box;
      margin-top: 8px;
      margin-bottom: 15px;
      height: 40px;
      overflow: hidden; }
      .secton-calc-form-2 .calc textarea:valid,
      .secton-calc-form-2 .calc select:valid,
      .secton-calc-form-2 .calc input:valid {
        border: 1px #ff7900 solid; }
      .secton-calc-form-2 .calc textarea:invalid,
      .secton-calc-form-2 .calc select:invalid,
      .secton-calc-form-2 .calc input:invalid {
        border: 1px lightgray solid; }
    .secton-calc-form-2 .calc .part-1 {
      padding: 15px;
      box-sizing: border-box;
      border: 1px dotted #aeaeae;
      margin-bottom: 40px; }
    .secton-calc-form-2 .calc .btn-orange {
      margin-right: 30px;
      background: #ff7900;
      color: white;
      border: none; }
    .secton-calc-form-2 .calc .btn-oval {
      margin-right: 30px;
      background: transparent;
      color: white;
      border-radius: 25px;
      border: 1px #ff7900 solid;
      color: #ff7900;
      padding: 10px;
      text-align: center; }
    .secton-calc-form-2 .calc .fileContainer {
      overflow: hidden;
      position: relative;
      margin-top: 10px;
      width: 100%;
      cursor: pointer; }
    .secton-calc-form-2 .calc .fileContainer [type=file] {
      cursor: inherit;
      display: block;
      font-size: 999px;
      filter: alpha(opacity=0);
      min-height: 100%;
      min-width: 100%;
      opacity: 0;
      position: absolute;
      right: 0;
      text-align: right;
      top: 0; }
    .secton-calc-form-2 .calc .link-group {
      padding-top: 42px; }
      .secton-calc-form-2 .calc .link-group .link {
        padding: 11px 15px 10px 15px;
        color: #ff7900;
        display: inline-block; }
        .secton-calc-form-2 .calc .link-group .link:hover {
          text-decoration-style: dashed; }
        .secton-calc-form-2 .calc .link-group .link:after {
          content: attr(content-type);
          float: left;
          margin-right: 10px;
          background: url(../img/jpeg-icon.png) center no-repeat;
          width: 20px;
          height: 47px;
          background-position-y: 12px;
          margin-top: -17px;
          font-size: 8px;
          padding-top: 26px;
          text-align: center;
          /* padding-right: 13px; */
          color: white; }
    @media (max-width: 600px) {
      .secton-calc-form-2 .calc {
        padding: 15px; } }
  @media (max-width: 320px) {
    .secton-calc-form-2 {
      padding: 5px;
      padding-top: 40px; } }

.section-item-card {
  padding: 30px;
  background: #f5f5f5; }
  .section-item-card img {
    width: 100%; }
  .section-item-card .slider-for {
    width: 100%; }
  .section-item-card .large-photo img {
    padding: 0px 10px 0px 0px; }
  .section-item-card .text-block {
    background: white;
    padding: 20px 30px 0px 20px;
    box-sizing: border-box; }
    .section-item-card .text-block h1 {
      font-family: "ArvoRegular";
      font-size: 22px;
      font-weight: 600;
      text-align: left;
      color: #1e1e1e;
      text-transform: uppercase;
      display: inline-block;
      margin: 0; }
    .section-item-card .text-block strong {
      display: inline-block;
      float: right;
      font-size: 16px;
      text-align: center;
      color: #ff7900;
      border: 1px #ff7900 solid;
      padding: 2px; }
    .section-item-card .text-block table {
      margin-top: 20px;
      width: 100%; }
      .section-item-card .text-block table tr {
        padding: 2px 5px 6px 5px;
        display: block;
        border-bottom: 1px #c8c8c8 dotted;
        font-size: 14px;
        text-align: left;
        color: #1e1e1e; }
        .section-item-card .text-block table tr b {
          font-size: 18px;
          font-weight: 600; }
        .section-item-card .text-block table tr td:nth-child(1) {
          width: 171px; }
        .section-item-card .text-block table tr:last-child {
          border-bottom: none; }
    .section-item-card .text-block form {
      padding-top: 25px; }
      .section-item-card .text-block form .btn {
        width: 46%;
        height: 50px;
        font-weight: 600;
        display: inline-block;
        border: none; }
        @media (max-width: 600px) {
          .section-item-card .text-block form .btn {
            width: 100%;
            display: block;
            margin-bottom: 10px; } }
        @media (max-width: 1290px) {
          .section-item-card .text-block form .btn {
            width: 100%;
            margin-bottom: 10px;
            display: block; } }
      .section-item-card .text-block form .btn-orange {
        margin-right: 30px;
        background: #ff7900;
        color: white; }
      .section-item-card .text-block form .btn-transparent {
        background: transparent;
        color: #ff7900;
        border: 1px #ff7900 solid; }
    .section-item-card .text-block .change-photo {
      padding: 25px 0 20px 0px;
      box-sizing: border-box;
      margin: 0; }
      .section-item-card .text-block .change-photo .slick-arrow {
        display: none !important; }
      .section-item-card .text-block .change-photo .slick-slide {
        margin-right: 20px; }
  .section-item-card .d1 {
    margin-top: 30px; }
  .section-item-card .text-block-2 {
    background: white;
	    margin-top: 30px;
    padding: 30px 20px;
    color: #9b9b9b; }
    .section-item-card .text-block-2 p {
      margin: 0;
      font-size: 14px;
      line-height: 1.57;
      text-align: left;
      color: #000; }
      .section-item-card .text-block-2 h2{
         color: #000;
        margin: 0;
        margin-bottom: 20px;
        font-size: 26px;
      }
    .section-item-card .text-block-2 ul {
      margin: 0;
      margin-top: 20px;
      padding: 0; }
      .section-item-card .text-block-2 ul li {
        list-style: none;
        font-size: 14px;
        line-height: 200%;
        text-align: left;
        color: #9b9b9b; }
  @media (max-width: 320px) {
    .section-item-card {
      padding-top: 50px; } }

.section-samecard-list {
  background: #f5f5f5;
  padding-bottom: 80px; }
  .section-samecard-list h1 {
    font-family: "ArvoBold";
    font-size: 24px;
    text-align: center;
    color: #1e1e1e;
    margin-bottom: 30px; }
  .section-samecard-list .same-slider .slick-prev {
    display: inline-block;
    position: absolute;
    top: 135px;
    left: 15px;
    padding: 20px 20px 20px 20px;
    z-index: 10;
    border: none;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    width: 60px;
    background: white url("../img/arrow-prev.svg") center no-repeat; }
  .section-samecard-list .same-slider .slick-next {
    display: inline-block;
    position: absolute;
    top: 135px;
    right: 0px;
    z-index: 10;
    border: none;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    width: 60px;
    padding: 20px 20px 20px 20px;
    background: white url("../img/arrow-next.svg") center no-repeat; }
  .section-samecard-list .item {
    background: white;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-left: 10px; }
    .section-samecard-list .item img {
      width: 100%; }
    .section-samecard-list .item h3 {
      font-size: 14px;
      font-weight: 600;
      line-height: 1.5;
      text-align: left;
      color: #1e1e1e; }
    .section-samecard-list .item h3,
    .section-samecard-list .item p {
      padding: 0 10px 0 10px; }
    .section-samecard-list .item p {
      color: #9b9b9b;
      margin: 5px 0; }
      .section-samecard-list .item p b {
        color: black;
        font-weight: 600; }
    .section-samecard-list .item .btn {
      width: 100%;
      font-weight: 600;
      border: none;
      padding: 9px;
      box-sizing: border-box;
      display: block; }
    .section-samecard-list .item .btn-transparent {
      background: transparent;
      border: 1px #ff7900 solid;
      font-size: 16px;
      font-weight: 600;
      text-align: center;
      color: #ff7900; }

.section-contact {
  background: #f5f5f5;
  padding: 30px;
  box-sizing: border-box; }
  .section-contact h1 {
    font-family: "ArvoBold";
    font-size: 28px;
    text-align: left;
    color: #1e1e1e;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .section-contact .white-block {
    padding: 30px;
    box-sizing: border-box;
    background: white;
    margin-bottom: 20px; }
    .section-contact .white-block p {
      font-size: 14px;
      text-align: left;
      color: #1e1e1e; }
    .section-contact .white-block ul {
      padding: 0;
      margin: 0; }
      .section-contact .white-block ul li {
        list-style: none; }
        .section-contact .white-block ul li a {
          font-size: 16px;
          text-align: left;
          color: #1e1e1e; }
          .section-contact .white-block ul li a b {
            font-weight: 600; }
    .section-contact .white-block a.email {
      font-size: 16px;
      font-weight: 600;
      text-align: left;
      color: #ff7900; }
    .section-contact .white-block form input {
      padding: 16px;
      box-sizing: border-box;
      width: 100%;
      margin-bottom: 10px;
      border: 1px solid lightgray; }
    .section-contact .white-block form textarea {
      padding: 16px;
      box-sizing: border-box;
      width: 100%;
      resize: none;
      height: 170px;
      margin-bottom: 23px;
      border: 1px solid lightgray; }
    .section-contact .white-block form label {
      color: #9b9b9b;
      display: inline-block;
      margin-bottom: 20px;
      padding-left: 40px; }
    .section-contact .white-block .btn {
      width: 100%;
      height: 50px;
      font-weight: 600;
      border: none; }
      @media (max-width: 600px) {
        .section-contact .white-block .btn {
          width: 100%;
          display: block;
          margin-bottom: 10px; } }
    .section-contact .white-block .btn-orange {
      margin-right: 30px;
      background: #ff7900;
      color: white; }
    .section-contact .white-block .print-map {
      width: 50%;
      margin-top: 30px;
      margin-bottom: 30px;
      margin-right: 0;
      float: right;
      display: inline-block; }
    .section-contact .white-block #map-tabs img {
      width: 100%; }
    .section-contact .white-block #map-tabs ul {
      width: 100%; }
      .section-contact .white-block #map-tabs ul li {
        display: inline-block;
        width: 47%;
        margin-right: 30px;
        background: #f5f5f5;
        padding: 9px;
        box-sizing: border-box;
        text-align: center;
        text-decoration: none; }
        .section-contact .white-block #map-tabs ul li:focus, .section-contact .white-block #map-tabs ul li:active, .section-contact .white-block #map-tabs ul li:hover {
          background: white;
          border-bottom: 2px #ff7900 solid; }
        .section-contact .white-block #map-tabs ul li:last-child {
          margin-right: 0; }
        @media (max-width: 770px) {
          .section-contact .white-block #map-tabs ul li {
            width: 100%;
            display: block;
            margin-bottom: 10px; } }
      .section-contact .white-block #map-tabs ul .ui-tabs-active {
        background: white;
        border-bottom: 2px #ff7900 solid; }
    .section-contact .white-block ul.titles {
      margin-left: 20px; }
      .section-contact .white-block ul.titles li {
        color: #ff7900;
        list-style: square;
        font-size: 23px; }
        .section-contact .white-block ul.titles li p {
          font-size: 14px;
          line-height: 1.57;
          text-align: left;
          color: #1e1e1e;
          margin: 0; }
    @media (max-width: 500px) {
      .section-contact .white-block {
        padding: 15px; } }
  @media (max-width: 500px) {
    .section-contact {
      padding: 10px; } }

.section-catalogue {
  background: #f5f5f5;
  padding: 30px;
  box-sizing: border-box; }
  .section-catalogue h1 {
    font-family: "ArvoBold";
    font-size: 24px;
    text-align: left;
    color: #1e1e1e;
    text-transform: uppercase; }
  .section-catalogue form h3 {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #1e1e1e;
    margin: 30px 0 30px 0; }
  .section-catalogue form select {
    border: 1px #ff7900 solid;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    display: block; }
  .section-catalogue form input {
    display: block; }
  .section-catalogue form label {
    display: block;
    margin-bottom: 15px;
    padding-left: 40px !important; }
  @media (max-width: 990px) {
    .section-catalogue form .b-s {
      display: inline-block;
      vertical-align: top;
      margin-right: 40px; } }
  .section-catalogue .sort-controls * {
    display: inline-block; }
  .section-catalogue .sort-controls ul {
    margin: 0px;
    padding: 0px; }
    .section-catalogue .sort-controls ul li a {
      font-size: 14px;
      text-align: left;
      color: #4a4a4a;
      border-bottom: 1px solid;
      margin-left: 20px;
      cursor: pointer; }
      .section-catalogue .sort-controls ul li a:hover, .section-catalogue .sort-controls ul li a:focus, .section-catalogue .sort-controls ul li a:active {
        color: #ff7900;
        text-decoration: none; }
  @media (max-width: 990px) {
    .section-catalogue .sort-controls {
      background: white;
      padding: 5px 0px 5px 20px; }
      .section-catalogue .sort-controls select {
        -webkit-appearance: none;
        display: inline-block !important;
        width: 105px;
        border: none;
        background: transparent;
        border-bottom: 1px dashed black; }
        .section-catalogue .sort-controls select::focus {
          outline: none; } }
  .section-catalogue .product-list > ul > li {
    background: white;
    padding: 10px 20px;
    box-sizing: border-box;
    margin-top: 30px;
    list-style: none;
    min-height: 320px; }
    .section-catalogue .product-list > ul > li .img-slider {

      display: inline-block;
      float: left;
      width: 300px;
      height: 300px; }
      .section-catalogue .product-list > ul > li .img-slider .slick-prev {
        display: inline-block;
        position: absolute;
        top: 135px;
        left: 5px;
        padding: 20px 20px 20px 20px;
        z-index: 10;
        border: none;
        text-indent: 200%;
        white-space: nowrap;
        overflow: hidden;
        width: 60px;
        background: url("../img/arrow-prev.svg") center no-repeat; }
      .section-catalogue .product-list > ul > li .img-slider .slick-next {
        display: inline-block;
        position: absolute;
        top: 135px;
        right: 5px;
        z-index: 10;
        border: none;
        text-indent: 200%;
        white-space: nowrap;
        overflow: hidden;
        width: 60px;
        padding: 20px 20px 20px 20px;
        background: url("../img/arrow-next.svg") center no-repeat; }

      @media (max-width: 470px) {
        .section-catalogue .product-list > ul > li .img-slider {
          width: 100%; } }
    .section-catalogue .product-list > ul > li .product-content {
	    width: 65%;
	      position: relative;
      display: inline-block;
      padding: 0px 0px 0px 30px;
      box-sizing: border-box; }
      .section-catalogue .product-list > ul > li .product-content h2 {
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        color: #1e1e1e; }
        .section-catalogue .product-list > ul > li .product-content h2 a {
          color: #1e1e1e; }
        .section-catalogue .product-list > ul > li .product-content h2 .number {
          display: inline-block;
          color: #ff7900;
          margin-left: 30px;
          border: 1px #ff7900 solid;
          padding: 0px 8px; }
        .section-catalogue .product-list > ul > li .product-content h2 .btn-print {
          display: inline-block;
          float: right;
          cursor: pointer; }
          .section-catalogue .product-list > ul > li .product-content h2 .btn-print img:hover g {
            stroke: lime;
            stroke-width: 2;
            fill: #333 !IMPORTANT; }
      .section-catalogue .product-list > ul > li .product-content .table {
        display: inline-block;
        width: 270px; }
        .section-catalogue .product-list > ul > li .product-content .table table tr td:nth-child(1) {
          font-size: 14px;
          text-align: left;
          color: #9b9b9b;
          padding-top: 13px;
          padding-right: 30px; }
          @media (max-width: 470px) {
            .section-catalogue .product-list > ul > li .product-content .table table tr td:nth-child(1) {
              padding-right: 0px; } }
        .section-catalogue .product-list > ul > li .product-content .table table tr td:nth-child(2) {
          }
          .section-catalogue .product-list > ul > li .product-content .table table tr td:nth-child(2) a {
            color: #ff7900; }
          @media (max-width: 1450px) {
            .section-catalogue .product-list > ul > li .product-content .table table tr td:nth-child(2) {
              padding-right: 10px; } }
        .section-catalogue .product-list > ul > li .product-content .table table tr:first-child td:nth-child(1) {
          padding-top: 0px; }
        @media (max-width: 470px) {
          .section-catalogue .product-list > ul > li .product-content .table table {
            width: 100%; } }
        @media (max-width: 1450px) {
          .section-catalogue .product-list > ul > li .product-content .table {
            width: 350px; } }
            .section-catalogue .product-list > ul > li .product-content .right-content {
            	width: 39%;
				float: right;
		        display: inline-block;
		        vertical-align: top;
            }
        a.ajax-more {
    color: #ff7900;
    font-weight: bold;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 30px;
    border: 1px solid #ff7900;
}
      .section-catalogue .product-list > ul > li .product-content ul {
        padding: 0;
        margin: 0; 
        display: block;
      }
        .section-catalogue .product-list > ul > li .product-content ul li {
          padding: 0;
          margin: 0;
          font-size: 14px;
          text-align: left;
          color: #9b9b9b;
          list-style: none; }
          .section-catalogue .product-list > ul > li .product-content ul li .btn {
            width: 100%;
            height: 50px;
            font-weight: 600;
            border: none;
            margin-top: 27px; }
          .section-catalogue .product-list > ul > li .product-content ul li .btn-orange {
            background: #ff7900;
            color: white; }
        @media (max-width: 470px) {
          .section-catalogue .product-list > ul > li .product-content ul li {
            display: none; }
            .section-catalogue .product-list > ul > li .product-content ul li:last-child {
              display: block; } }



    @media (max-width: 1450px) and (max-width: 770px) {
      .section-catalogue .product-list > ul > li .product-content ul {
        width: 100%; } }

      @media (max-width: 470px) {
        .section-catalogue .product-list > ul > li .product-content {
          padding: 0px; } }
    @media (max-width: 470px) {
      .section-catalogue .product-list > ul > li {
        padding: 7px; } }
  @media (max-width: 990px) {
    .section-catalogue .product-list > ul {
      padding: 0; } }
  .section-catalogue .product-list .pagination:not(ul) {
    display: block;
    padding-left: 0px;
    margin: 60px auto;


    text-align: center;
	}
    .section-catalogue .product-list .pagination p {
      display: inline-block; }
    .section-catalogue .product-list .pagination ul {
      display: inline-block; }
      .section-catalogue .product-list .pagination ul li {
        background: white;
        display: inline-block;
        margin-left: 20px;
        border: 1px #fff solid;
        cursor: pointer;
        margin-bottom: 10px; }
		.section-catalogue .product-list .pagination ul li:first {
       	 margin-left: 0px;
		 }
        .section-catalogue .product-list .pagination ul li a {
          color: #1e1e1e;
          padding: 3px 8px;
          display: block;
          text-decoration: none; }
		  .disabled span{
          color: #1e1e1e;
          padding: 3px 8px;
          display: block;
          text-decoration: none; 
		  cursor: not-allowed;}
        .section-catalogue .product-list .pagination ul li:hover {
          border: 1px #ff7900 solid; }
          .section-catalogue .product-list .pagination ul li:hover a {
            color: #ff7900; }
      .section-catalogue .product-list .pagination ul li.active {
        background: #ff7900;
        border: 1px #ff7900 solid; }
        .section-catalogue .product-list .pagination ul li.active a {
          color: white; }
    @media (max-width: 600px) {
      .section-catalogue .product-list .pagination {
        padding: 0px;
        margin: 0px; }
        .section-catalogue .product-list .pagination ul {
          padding: 0px;
          margin: 0px; } }



    .section-catalogue .product-list .bottom-block .white-block {
      background: white;
      padding: 20px 30px; }
      .section-catalogue .product-list .bottom-block .white-block p {
        font-size: 14px;
        line-height: 1.57;
        text-align: left;
        color: #1e1e1e; }
        .section-catalogue .product-list .bottom-block .white-block p:first-child {
          margin-top: 0; }
        .section-catalogue .product-list .bottom-block .white-block p:first-child:first-letter {
          color: #ff7900;
          font-size: 23px; }
    @media (max-width: 600px) {
      .section-catalogue .product-list .bottom-block {
        padding: 0;
        margin: 0; }
        .section-catalogue .product-list .bottom-block .white-block {
          padding: 10px; } }

.section-description {
  background: #f5f5f5;
  padding: 30px;
  box-sizing: border-box; }
  .section-description .white-block {
    background: white;
    padding: 30px;
    box-sizing: border-box; }
    .section-description .white-block .p:first-letter {
      font-size: 23px;
      color: #ff7900; }
    .section-description .white-block ul li {
      color: #ff7900;
      list-style: square;
      font-size: 23px; }
      .section-description .white-block ul li p {
        font-size: 14px;
        line-height: 1.57;
        text-align: left;
        color: #1e1e1e;
        margin: 0; }
    .section-description .white-block h3 {
      color: #ff7900; }
    .section-description .white-block hr {
      border: none;
      border-bottom: 2px dotted #ff7900; }

.modal .modal-content {
  padding: 30px;
  box-sizing: border-box;

  border-radius: 0; }
  .modal .modal-content .close {
    position: absolute;
    right: 15px;
    top: 0px;
    border: none;
    background: transparent;
    color: #ff7900;
    font-size: 36px;
    font-weight: 600; }
  .modal .modal-content h1 {
    font-family: "ArvoBold";
    font-size: 24px;
    text-align: left;
    color: #1e1e1e;
    padding: 0;
    margin: 0; }
  .modal .modal-content label {
    display: block;
    font-size: 14px;
    text-align: left;
    color: #1e1e1e;
    margin-top: 10px;
    margin-bottom: 8px; }
  .modal .modal-content input {
    width: 100%;
    height: 40px;
    padding: 10px;
    box-sizing: border-box; }
  .modal .modal-content textarea {
    height: 100px;
    padding: 16px 15px 16px 15px;
    border: 1px #ff7900 solid; 
    width: 100%; }
   #send-invoice .modal-content textarea{
      border-color: rgb(118, 118, 118);
   }
   #send-invoice .modal-content input.required{
     border: 1px #ff7900 solid;   
   }
  .modal .modal-content label[for='not-robot'] {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 40px;
    color: #9b9b9b; }
  .modal .modal-content .btn {
    width: 100%;
    height: 50px;
    font-weight: 600;
    border: none; }
  .modal .modal-content .btn-orange {
    margin-right: 30px;
    background: #ff7900;
    color: white; }
  .modal .modal-content .modal-footer,
  .modal .modal-content .modal-header {
    border: none;
    padding-top: 0px; }
input,textarea,button {
    outline:none;
	padding: 10px!important;
}
input,textarea,select{
  font-size: 12px;
}


.white-content-block{
	background: white; 
	padding: 30px; 
	box-sizing: border-box;
}
.navbar-collapse ul li ul{
  display: none;
  position: absolute;
  margin-top: 1px!important;
  margin-top: -14.5px;
  background: white;  
  box-sizing: border-box;
  width: 300px;
  padding: 10px;
  border-top: none;
}

.navbar-collapse ul li ul li a{
  padding: 5px;
}

.navbar-collapse ul li ul li{
  display: block;
  box-shadow: none;
}

.navbar-collapse ul li ul li:last-child:hover{
  box-shadow: none;
}
.navbar-collapse ul li ul li:hover{
  color: #1e1e1e;
  box-shadow: none;

}
.navbar-collapse ul li ul a{
  text-align: left;
  width: 300px;
}
.navbar-collapse ul li ul li ul{
  display: block;
  position: static;
  border: none;
  padding-left: 40px;
  margin-top: -17px!important;
  width: 260px;
}
.navbar-collapse ul li ul li ul .first{
  padding-top: 10px;
}
.navbar-collapse ul li ul li ul .last a{
  margin-bottom: -10px!important;
}
.navbar-collapse ul li ul li ul li a{
  quotes: "- " " -";
}
.navbar-collapse ul li ul li ul li a:before{
  content: open-quote;
}
@media (max-width: 960px) {
	.navbar-collapse ul li ul{
	  display: block;
	  position: static;
	  width: auto;
	  padding: 0;
	}
	.navbar-collapse ul li ul li ul{
	  padding-left: 0;
	  width: auto;
	  padding: 10px;
	}
}
@media (max-width: 1392px) {
  .right-content{
	width: 100%!important;
    float: left;
    padding-top: 30px;
    border-top: 1px solid;
  }
}
@media (max-width: 1296px) {
  .img-slider{
	vertical-align: middle;

  }
}
.text-carusel .slick-arrow{
	display: none!important;
}
#map-tabs li a:hover{
	    background: #fff!important;
		border: none;
}
#map-tabs li:active{
	    background: #fff!important;
		border: none;
}
.btn-2{
    border: 1px solid #ff7900!important;
    background: #fff;
    color: #ff7900;
}
.change-photo .slick-track{
	width: 100%!important;
}
.change-photo .slick-slide img{
	width: 80px;
    height: 80px;

}
td{
	vertical-align: bottom;
}
.margin-list-img{
    margin: 0 10px 10px 0;
	display: inline-block;
	cursor: pointer;
}

.carousel-inner img{
  width: 100%; 
  height: 100%;
}
.btn-orange2{
    background: #ff7900;
    color: white;
    width: 100%;
    height: 50px;
    font-weight: 600;
    border: none;
    margin-top: 27px;
}
.btn-print:hover{
	box-shadow: none;
} 
.a1 {
	width: 250px!important;
}

 .sisea-search-form {
    border: 1px #ff7900 solid;
    min-height: 20px;
	margin: 0 20px;
   }
   .sisea-search-form input {
    border: none;
    outline: none;
    -webkit-appearance: none; 
    vertical-align: middle;
	width: 90%;
   }
   .sisea-search-form input[type="submit"] {
    float: right;
    margin-top: 7px;
	margin-right: 7px;
    width: 25px;
    height: 25px;
    border: none; 
    background: url(../img/search.png) no-repeat 50% 50%; 
   }

fieldset{
	border: none;
	maegin: 0;
	padding: 0;
}
@media (max-width: 1297px) {
  .section-catalogue .product-list > ul > li .product-content{
	 width: 60%;
  }
  .section-catalogue .product-list > ul > li{
  	 height: auto!important;
	 min-height: 450px!important;
  }
}
@media (max-width: 1247px) {
  .section-catalogue .product-list > ul > li .product-content{
	 width: 63%;
  }
}
@media (max-width: 1234px) {
  .section-catalogue .product-list > ul > li .product-content{
	 width: 60%;
  }
}
@media (max-width: 1200px) {
  .section-catalogue .product-list > ul > li .product-content{
	 width: 54%;
  }
}
@media (max-width: 1023px) {
  .section-catalogue .product-list > ul > li .product-content{
	 width: 53%;
  }
}
@media (max-width: 1041px) {
	.carousel.slide{
		padding-top: 0!important;
	}
}
@media (max-width: 1005px) {
  .section-catalogue .product-list > ul > li .product-content{
	 width: 52%;
  }
}
@media (max-width: 992px) {
  .section-catalogue .product-list > ul > li .product-content{
	 width: 65%;
  }
}
@media (max-width: 987px) {
  .section-catalogue .product-list > ul > li .product-content{
	 width: 60%;
  }
}
@media (max-width: 880px) {
  .section-catalogue .product-list > ul > li .product-content{
	 width: 59%;
  }
}
@media (max-width: 862px) {
  .section-catalogue .product-list > ul > li .product-content{
	 width: 50%;
  }
}
@media (max-width: 730px) {
  .section-catalogue .product-list > ul > li .product-content{
	 width: 45%;
  }
}
@media (max-width: 676px) {
  .section-catalogue .product-list > ul > li .product-content{
	 width: 40%;
  }
}
@media (max-width: 630px) {
  .section-catalogue .product-list > ul > li .product-content{
	 width: 55%;
  }
  .img-slider .slick-slide img{
	 width: 200px!important;
     height: 300px!important;
  }
  .img-slider{
	 width: 200px!important;
  }
}
@media (max-width: 575px) {
  .section-catalogue .product-list > ul > li .product-content{
	 width: 50%;
  }
}
@media (max-width: 530px) {
  .section-catalogue .product-list > ul > li .product-content{
	width: 100%;
	padding: 0;
  }
  .img-slider .slick-slide img{
	 width: 100%;
	 height: auto;
	 margin: auto;
  }
  .img-slider{
	 width: 100%!important;
  }
  .product-list li{
	height: auto!important;
  }
}
@media (max-width: 1024px) {
  .header-top{
	display: none;
  }
  .slider-s .main-slide img{
	width: 500px!important;
    height: 500px!important;
    margin-left: 22%!important;
  }
  .slider-s ul{
	display: inline-flex!important;
    margin-left: 25%!important;
  }
  .slider-s h3{
	text-align: center;
    font-size: 36px;
  }
}
@media (max-width: 960px) {
  .slider-s .main-slide img{
	width: 500px!important;
    height: 500px!important;
    margin-left: 20%!important;
  }
  .slider-s ul{
	display: inline-flex!important;
    margin-left: 25%!important;
  }
}

@media (max-width: 768px) {
  .slider-s .main-slide img{
	width: 500px!important;
    height: 500px!important;
    margin-left: 10%!important;
  }
  .slider-s ul{
	display: inline-flex!important;
    margin-left: 15%!important;
  }
}
@media (max-width: 767px) {
  .slider-s .main-slide img{
	width: 100%!important;
    height: 600px!important;
    margin-left: 0!important;
  }
  .head-title{
      font-size: 18px!important;
  }
  .section-item-card .text-block form .btn-orange{
        width: 100%!important;
    }
    .section-item-card .text-block{
        padding: 20px 20px 0px 20px;
    }
    header .menu ul li:hover{
        box-shadow: none;
    }
}
@media (max-width: 700px) {
  .footer li {
    display: block!important;
  }
  .footer{
	text-align: center!important;
  }
}
@media (max-width: 500px) {
  .footer li {
    display: block!important;
  }
  .footer ul{
	text-align: center!important;
  }
  .footer .f1 p {
    text-align: center!important;
  }
  .section-catalogue .product-list .pagination ul li {
     margin-left: 0; 
  }
  .section-catalogue .product-list .pagination:not(ul) {
	    margin-bottom: 30px;
  }
  .right-content{
	padding: 0;
  }
}
@media (max-width: 366px){
	.sisea-search-form input[type="submit"] {
		margin-right: 0;
	}
}

body{
	overflow-x: hidden!important;
}

.white-block{
    background: #fff;
    padding: 15px;
    margin-top: 50px;
}

.white-block .text{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
	text-transform: uppercase;
}
print{
	display: none;
}
print img{
	display: block!important;
	margin-bottom: 20px;
}
print li {
    list-style-type: none;
}
@media print{
  section, footer, header, div{
	  display: none;
  }
  print{
  	display: block !important;
  }
  print div{
  	display: block !important;
  }
  .no-print, .no-print *{
    display: none !important;
  }
}

.text-carusel .slick-slide{
	opacity: 0;
} 
.text-carusel .slick-active{
	opacity: 1;
}
.main-img{
    position: relative;
    text-align: center;
    height: 645px;
}
.main-img img{
    height: 100%;
    width: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
}
.modal-title, .section-banner .text, .page-title{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    display: block;
}
.section-banner .text{
  margin-top: 30px;
}
.page-title{
	text-align: left;
}
.page-title2{
	font-family: "ArvoBold";
    font-size: 24px;
    text-align: center;
    color: #1e1e1e;
    margin-bottom: 30px;
}

.head-title{
    font-family: 'ArvoBold', serif;
    font-size: 39px;
    text-align: center;
    color: #aeaeae;
    margin-top: 12px;
    line-height: 100%;
    text-transform: uppercase;
}

.article ul li{
    color: #ff8300;
}
.article ul li a{
	color: #1e1e1e;
    font-size: 18px;
}
.hid {display:none}

.product-list li.ajax-item{
    min-height: 450px!important;
    height: auto!important;
}

#go-top{
    position: fixed;
    bottom: 15px;
    left: 15px;
    color: #ff7900;
    font-size: 30px;
    font-weight: 600;
    padding: 5px 10px;
    border: 1px solid #ff7900;
    cursor: pointer;
    opacity: .3;
    transition: .3s;
}
#go-top:hover{
    opacity: 1;
    color: #ff7900;
}

.author-site{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    color: #464646;
    font-size: 12px;
    text-decoration: none;
    margin-top: 20px;
}
.author-site span{
    display: flex;
    margin-right: 15px;
}
.author-site img{
    width: 110px;
}

.product-content .table{
    max-width: 100%;
}
.not-available {
    display: inline-block;
    width: 100%;
    height: 50px;
    font-weight: 600;
    border: none;
    margin-top: 27px;
    background: #3e3e3e;
    color: white;
    text-align: center;
    padding: 15px 0;
}
 .not-available.prod {
    width: 46%;
    margin-right: 30px;
 }
 .microdataWrap{
     display:none;
 }
 
 .callbackWrap{
  margin-bottom: -17px;
  position: relative;
  top: -24px;
 }
 .callbackWrap.callbackWrap a{
    color: #ff7900;
    text-underline-offset: 3px;
    text-decoration: underline;
    font-weight: 600;
    margin-right: 12px;
 }
 #callBackWrap{
     border:unset;
     box-shadow: 1px 1px 10px 5px #ffffff70;
 }
 #callBackWrap::backdrop {
  background-color: hsl(28.47deg 100% 24% / 30%);
}
 #callBackWrap form{
     display:grid;
     gap: 20px;
     padding: 0 30px;
     min-width:550px;
 }
 #callBackWrap form input:not(.hid){
    display: block;
    margin-top: 10px;
    width: 100%;
 }
 #callBackWrap .btn.btn-orange{
     background-color: #ff7900;
     color:#fff;
     text-align: center;
     border:unset;
     font-size:18px;
     transition: all 0.3s ease;
     font-weight:600;
 }
 #callBackWrap .btn.btn-orange:hover{
    box-shadow: 1px 1px 5px 1px #00000075;
 }
 #callBackWrap .close{
     text-align:right;
     font-size: 26px;
     font-weight:700;
     color:#ff7900;
     margin-bottom: 20px;
     cursor:pointer;
     font-family:system-ui;
 }
 #callBackWrap .formTitle{
     font-size: 21px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
 }
 header{
     position: fixed;
 }
 header.header+section{
     padding-top: 345px;
 }
 @media(max-width:991px){
     .head-title{
         font-size: 29px;
     }
     header .header-middle ul{
         display: flex;
         justify-content: space-around;
         align-items: center;
         padding-left: 0;
         flex-wrap: wrap;
     }
     .callbackWrap{
         margin-bottom: 0;
         position: static;
     }
      header.header+section{
         padding-top: 445px;
     }
     header .menu>div>ul{
         overflow-y:scroll;
         overflow-x:clip;
         height: calc(100dvh - 400px);
     }
 }
  @media(max-width:767px){
       header .header-middle ul{
           display: block;
       }
        header.header+section {
        padding-top: 485px;
        }
  }
 @media(max-width:600px){
    #callBackWrap form{
        min-width:100%;
    }
    #callBackWrap{
        width:100vw;
    }
    header .header-middle .logo{
        width: 250px;
        display: block;
        margin: 0 auto;
    }
    header.header+section {
        padding-top: 391px;
    }
 }
.custom_mob_container {
  display: none;
}
.slider_invoice_control {
  display: none;
}
@media (max-width: 991px) {
  .custom_mob_container_hid {
    display: none !important;
  }
  .custom_mob_container {
    display: block;
  }
  .custom_mob_menu_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 12px;
  }
  .custom_mob_menu_btn {
    width: 22px;
    height: 18px;
    cursor: pointer;
    position: relative;
  }
  .custom_mob_menu_btn span {
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 1px;
    background-color: #888;
    transition: .3s;
  }
  .custom_mob_menu_btn::before,
  .custom_mob_menu_btn::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 1px;
    background-color: #888;
    transition: .3s;
  }
  .custom_mob_menu_btn::before {
    top: 0px;
  }
  .custom_mob_menu_btn::after {
    bottom: 0px;
  }

  .custom_mob_menu_logo img {
    width: 120px;
  }
  .custom_mob_menu_soc_list_item img {
    width: 28px;
  }
  .custom_mob_menu_soc_list {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  header.header+section {
    padding-top: 110px !important;
  }

  .custom_mob_menu_list {
    display: none;
  }
  .custom_mob_menu_list > ul {
    overflow-y: scroll;
    overflow-x: clip;
    height: calc(100dvh - 88px);
  }
  .custom_mob_menu_list ul {
    padding-top: 0px;
    border-top: none;
  }
  .custom_mob_menu_list ul li {
    display: inline-block;
    float: left;
    box-shadow: none;
    font-size: 14px;
    padding-left: 48px;
    width: 100%;
  }
  .custom_mob_menu_list ul li a {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #1e1e1e;
    padding: 8px 16px 8px 16px;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    vertical-align: middle;
  }
  .custom_mob_menu_list ul li ul {
    display: block;
    position: static;
    width: auto;
    padding: 0;
    margin-top: 1px !important;
    background: white;
    box-sizing: border-box;
    border-top: none;
  }
  .custom_mob_menu_list ul li ul li {
    display: block;
    box-shadow: none;
    padding-left: 48px;
    width: 100%;
  }
  .custom_mob_menu_list ul li ul a {
    text-align: left;
    width: 300px;
  }
  .custom_mob_menu_list ul li ul li a {
    padding: 5px;
  }
  .custom_mob_menu_list ul li ul li ul {
    width: auto;
    padding: 10px;
    display: block;
    position: static;
    border: none;
    margin-top: -17px !important;
  }
  .custom_mob_menu_list ul li ul li ul .first {
    padding-top: 10px;
  }
  .custom_mob_menu_list ul li ul li ul .last a {
    margin-bottom: -10px!important;
  }
  .custom_mob_menu_list ul li ul li ul li a {
    quotes: "- " " -";
  }
  .custom_mob_menu_list ul li ul li ul li a::before {
    content: open-quote;
  }

  .custom_mob_menu_btn.open_menu::before,
  .custom_mob_menu_btn.open_menu::after {
    bottom: unset;
    top: 50%;
  }
  .custom_mob_menu_btn.open_menu::before {
    transform: translateY(-50%) rotate(45deg);
  }
  .custom_mob_menu_btn.open_menu::after {
    transform: translateY(-50%) rotate(-45deg);
  }
  .custom_mob_menu_btn.open_menu span {
    opacity: 0;
  }
  html.overflow_open_menu {
    overflow: hidden !important;
  }
  .section-header-slider {
    padding-bottom: 10px !important;
  }
  .section-main {
    padding-top: 8px !important;
  }
  .custom_flex_col_reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .custom_flex_col_reverse .slider-s .main-slide img {
    height: auto !important;
  }
  .slider_invoice_control_wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .slider_invoice_control {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    padding: 0px 6px;
    /* flex-basis: 100%; */
  }
  .slider_invoice_control_item {
    align-self: center;
    display: flex;
    align-items: center;
  }
  .slider_invoice_control_item img {
    width: 50px;
  }
  .slider_invoice_control_item_prev {
    transform: rotate(180deg);
  }

  .section-main .slider-invoice-block .title {
    font-size: 18px;
    margin-right: 14px;
    flex: 1;
  }
}