@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=cyrillic");
.text-center {
  text-align: center; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.uppercase {
  text-transform: uppercase; }

body, html {
  color: #253c54;
  font-family: 'Open Sans', sans-serif;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  font-size: 14px;
  padding: 0;
  margin: 0; }

.hero{
    background: url(../img/bk_1.jpg) no-repeat center;
  padding: 0;
  position: relative;
  z-index: -1;
}
.scrolled .scroll_to_top{
  position: fixed;
  width: 40px;
  height: 40px;
  background: #a01d81;
  z-index: 10;
  right: 60px;
  bottom: 20%;
  border-radius: 5px;
}
.scrolled .scroll_to_top:hover{
  background: #233D54;
  cursor: pointer;
}
.scrolled .scroll_to_top:after{
  position: absolute;
    content: "";
    border-left: 3px solid white;
    border-top: 3px solid white;
    width: 10px;
    height: 10px;
    left: 13px;
    top: 15px;
    transform: rotate(45deg);
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

          img.capture{
            height: 30px;
            margin-top: 20px;
          }
.btn {
  background: #a01d81;
  color: white;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  height: 45px;
  margin: 20px 0;
  line-height: 45px;
  display: block;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .btn.linear {
    background: none;
    color: #EA5B0C;
    border: 2px solid #EA5B0C; }
    .btn.linear.white {
      background: none;
      color: white;
      border: 2px solid white; }
  .btn:before {
    content: "";
    position: absolute;
    border: 0px solid #EA5B0C;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-border-radius: 50px;
            border-radius: 50px;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
  .btn:after {
    content: "";
    position: absolute;
    border: 0px solid #a01d81;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-border-radius: 50px;
            border-radius: 50px;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
  .btn:hover {
    background: #d2520b;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .btn:hover:before {
      content: "";
      position: absolute;
      border: 3px solid #EA5B0C;
      left: -8px;
      top: -8px;
      right: -8px;
      bottom: -8px;
      -webkit-border-radius: 50px;
              border-radius: 50px;
      opacity: .5;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .btn:hover:after {
      content: "";
      position: absolute;
      border: 2px solid #EA5B0C;
      left: -15px;
      top: -15px;
      right: -15px;
      bottom: -15px;
      -webkit-border-radius: 50px;
              border-radius: 50px;
      opacity: .2;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .btn.blue {
    background: #3A536C;
    -webkit-box-shadow: 0 2px 10px rgba(0, 138, 230, 0.6);
            box-shadow: 0 2px 10px rgba(0, 138, 230, 0.6); }
    .btn.blue:hover {
      background: #283a4b; }
      .btn.blue:hover:before {
        border: 3px solid #3A536C; }
      .btn.blue:hover:after {
        border: 2px solid #3A536C; }
  .btn.white {
    color: #EA5B0C;
    background: white;
    border: 2px solid white; }
    .btn.white:hover {
      background: none;
      color: white; }
      .btn.white:hover:before {
        border: 3px solid white; }
      .btn.white:hover:after {
        border: 2px solid white; }
  .btn.alt {
    display: inline-block;
    width: auto;
    padding: 0 40px; }

input[type=text], input[type=email], input[type=tel] {
  line-height: 45px;
  border: 2px solid #e2e4e7;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  padding: 0 15px;
  font-size: 14px;
  display: block;
  width: 100%;
  margin: 10px 0; }
  input[type=text]:required, input[type=email]:required, input[type=tel]:required {
    background: white url(../img/required.png) no-repeat right 20px center; }
  input[type=text].error, input[type=email].error, input[type=tel].error {
    border-color: red; }
    .warn_line{
      padding: 2px 5px 20px 5px;
      color: white;
      background-color: #973a9f;
      position: relative;
      top: 0px;
      width: 100%;
      z-index: 200;

  }
  .warn_line a, .warn_line span{
      font-weight: bold;
  }
  .warn_line a{
      color: #8dc53f;
  }
textarea {
  line-height: normal;
  border: 2px solid #e2e4e7;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  padding: 15px 15px;
  font-size: 14px;
  display: block;
  width: 100%;
  margin: 10px 0; }

input[type=submit] {
  height: 45px;
  line-height: 45px;
  width: 100%;
  display: block;
  border: none;
  -webkit-appearance: none; }

.h1, h1 {
  font-size: 24px;
  font-weight: bold; }

.h2, h2 {
  font-size: 20px;
  font-weight: bold; }

.h3, h3 {
  font-size: 18px;
  font-weight: bold; }

.h4, h4 {
  font-size: 16px;
  font-weight: bold; }

p {
  font-size: 14px; }

.slick-next:before, .slick-prev:before {
  display: none; }

.slick-prev {
  left: 50%;
  width: 30px;
  height: 30px;
  bottom: 10px;
  top: auto;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  background: url(../img/arrow-left.svg) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
  z-index: 1; }

.slick-next {
  right: 50%;
  width: 30px;
  height: 30px;
  bottom: 10px;
  top: auto;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  background: url(../img/arrow-right.svg) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
  z-index: 1; }

.img_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .img_wrapper img {
    max-width: 100%;
    max-height: 100%; }
  .img_wrapper.cover {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px; }
    .img_wrapper.cover img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.container {
  width: 100%;
  padding: 0 15px;
  margin: auto; }

header {
  margin-bottom: 40px; }
  header .logo img {
    width: 79px;
    float: left;
    margin-top: 10px;
    margin-right: 10px; }
  header .logo .title {
    font-size: 17px;
    font-weight: bold;
    color: #3A536C; }
  header .logo p {
    display: none; }
  header .addr {
    display: none; }
  header .get_repl {
    font-weight: bold;
    font-size: 13px; }
    header .get_repl span {
      color: #a01d81; }
  header .tel {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #a01d81;
    background: url(../img/icon_tel.png) no-repeat left center;
    padding-left: 14px;
    margin-bottom: 10px; }
    header .tel span {
      display: none; }
  header .mail {
    font-size: 12px;
    color: #959595;
    padding-left: 5px;
    float: right;
    padding-top: 4px; }
  header nav {
    width: 50%;
    float: left;
    margin-left: -15px; }
    header nav #menu_toggle {
      display: none; }
      header nav #menu_toggle:checked ~ label {
        background: #3A536C;
        color: white; }
        header nav #menu_toggle:checked ~ label .burger div {
          background: white;
          -webkit-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
          header nav #menu_toggle:checked ~ label .burger div:nth-child(1) {
            -webkit-transform: translateX(-5px) translateY(8px) rotate(45deg);
                -ms-transform: translateX(-5px) translateY(8px) rotate(45deg);
                    transform: translateX(-5px) translateY(8px) rotate(45deg); }
          header nav #menu_toggle:checked ~ label .burger div:nth-child(2) {
            -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                    transform: rotate(90deg); }
          header nav #menu_toggle:checked ~ label .burger div:nth-child(3) {
            -webkit-transform: translateX(5px) translateY(-2px) rotate(-45deg);
                -ms-transform: translateX(5px) translateY(-2px) rotate(-45deg);
                    transform: translateX(5px) translateY(-2px) rotate(-45deg); }
      header nav #menu_toggle:checked ~ ul {
        display: block;
        position: absolute;
        background: #3A536C url(../img/menu_car.png) no-repeat left 20vw bottom;
        color: white;
        width: 100vw;
        top: 30px;
        text-align: center;
        list-style-type: none;
        margin: 0;
        padding: 30px 0;
        bottom: 0;
        z-index: 1;
        top: 134px; }
        header nav #menu_toggle:checked ~ ul li a {
          color: white;
          text-transform: uppercase;
          text-decoration: none;
          padding: 15px 0;
          display: block; }
    header nav label {
      background: #E2E4E7;
      color: #3A536C;
      position: absolute;
      line-height: 30px;
      height: 30px;
      width: 50vw;
      left: 0;
      text-transform: uppercase;
      padding-left: 35px; }
      header nav label .burger {
        position: absolute;
        left: 15px;
        padding-top: 6px; }
        header nav label .burger div {
          background: #3A536C;
          width: 15px;
          height: 2px;
          margin-top: 3px;
          -webkit-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
    header nav ul {
      display: none; }
  header .serv_nav {
    margin-top: 25px; }
    header .serv_nav #serv_nav_toggle {
      display: none; }
      header .serv_nav #serv_nav_toggle:checked ~ ul {
        display: block;
        position: absolute;
        background: #3A536C url(../img/menu_car.png) no-repeat left 20vw bottom;
        color: white;
        width: 100vw;
        top: 40px;
        text-align: center;
        list-style-type: none;
        margin: 0;
        padding: 30px 0;
        bottom: 0;
        top: 140px;
        margin-left: -15px;
      z-index: 1;}
        header .serv_nav #serv_nav_toggle:checked ~ ul li a {
          color: white;
          text-transform: uppercase;
          text-decoration: none;
          padding: 15px 0;
          display: block; }
      header .serv_nav #serv_nav_toggle:checked ~ label {
        background: #3A536C url(../img/check-mark.png) no-repeat top -30px left 5px;
        color: white;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
    header .serv_nav label {
      background: #E2E4E7 url(../img/check-mark.png) no-repeat top 5px left 5px;
      color: white;
      position: absolute;
      width: 50vw;
      height: 30px;
      left: 50%;
      text-transform: uppercase;
      line-height: 30px;
      color: #3A536C;
      padding-left: 30px;
      border-left: 1px solid white;
      -webkit-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    header .serv_nav ul {
      display: none; }

.hero .slider .slider_in {
  background: none;
  -webkit-background-size: cover;
          background-size: cover;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px;
  display: grid;
  grid-template-areas: "h h" "p iw" "a a"; }
  .hero .slider .slider_in .h1 {
    /*text-transform: uppercase*/;
    font-size: 20px;
    text-align: center;
    grid-area: h; }
  .hero .slider .slider_in p {
    font-size: 12px;
    grid-area: p; }
  .hero .slider .slider_in .order {
    background: #a01d81 url(../img/correct.png) no-repeat left 10px center;
    -webkit-background-size: 20px 20px;
            background-size: 20px;
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: white;
    /*margin-left: -15px;*/
    /*margin-right: -15px;*/
    margin-bottom: -15px;
    padding: 15px 15px 15px 35px;
    text-decoration: none;
    grid-area: a; }
  .hero .slider .slider_in .img_wrapper {
    grid-area: iw;
    width: 100%; }

.pluses {
  background: #3A536C; }
  .pluses ul {
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    display: grid; }
    .pluses ul li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      opacity: 0;
      -webkit-transform: translateY(-50px);
          -ms-transform: translateY(-50px);
              transform: translateY(-50px);
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .pluses ul li .img_wrapper {
        float: left;
        margin-right: 10px; }
      .pluses ul li p {
        color: white; }
      .pluses ul li.animate {
        opacity: 1;
        -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
                transform: translateY(0px);
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }

.selling {
  padding: 20px 0; }
  .selling .nav_f_jbi {
    list-style-type: none;
    padding: 0; }
    .selling .nav_f_jbi li div {
      color: #EA5B0C;
      width: 100%;
      text-align: center;
      padding: 10px;
     /* border: 1px solid #EA5B0C;*/
      -webkit-border-radius: 30px;
              border-radius: 30px;
      margin: 10px 0; }
    .selling .nav_f_jbi li.active div {
      color: #fff;
      background: #a01d81; }
  .selling .slide_f_jbi {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .selling .slide_f_jbi> li {
      overflow: hidden;
      height: 0; }
      .selling .slide_f_jbi> li:nth-child(2) {
        grid-template-areas: "c8" "c4";
        display: grid; }
        .selling .slide_f_jbi> li:nth-child(2) .col-4 {
          text-align: center;
          grid-area: c4; }
        .selling .slide_f_jbi> li:nth-child(2) .col-8 {
          grid-area: c8; }
      .selling .slide_f_jbi> li.active {
        height: auto; }
    .selling .slide_f_jbi .dwnload {
      background: url(../img/download.png) no-repeat left center;
      padding-left: 25px;
      color: #767676; }
    .selling .slide_f_jbi ul {
      padding: 0 0 0 18px; }
    .selling .slide_f_jbi .slick-dots {
      padding: 0; }
    .selling .slide_f_jbi .item {
      border: 2px solid #DCDDE0;
      padding: 15px; }
      .selling .slide_f_jbi .item .title {
        font-weight: bold;
        font-size: 18px;
        text-decoration: underline;
text-align: center;
      min-height: 50px;}
	  .selling .slide_f_jbi .item .title a.more_info{
		  width:auto;
		  padding:0;
		   font-weight: bold;
        font-size: 18px;
        text-decoration: underline;
text-align: center;

color: #253c54;
	  }
      .selling .slide_f_jbi .item table {
        border-top: 1px solid #D8DAE0;
        border-bottom: 1px solid #D8DAE0;
        padding: 15px 0;
        margin: 15px 0;
        width: 100%; }
      .selling .slide_f_jbi .item .price {
        float: left;
        font-size: 24px;
        font-weight: bold;
        margin-top: 5px; }
        .selling .slide_f_jbi .item .price span {
          font-size: 18px;
          margin-left: 5px; }
      .selling .slide_f_jbi .item .btn {
        display: inline-block;
        padding: 0 20px;
        float: right;
        margin: 0; }
      .selling .slide_f_jbi .item .desc {
        display: none; }
      .selling .slide_f_jbi .item .more_info {
        width: 100%;
        text-align: center;
        display: block;
        clear: both;
        padding-top: 10px;
        color: #767676; }

.about {
  background: url(../img/bk_2.jpg) no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
  color: white;
  padding: 20px 0;
  text-align: center; }

.about2 {
  background: url(../img/bk_2.jpg) no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
  color: white;
  padding: 20px 0;
  text-align: center; }

.about2 .link {
    color: #fff;  
}
.linkabout2 {
    color: #fff;  
}
.about2 .a {
    color: #fff;  
}

.bsz {
  text-align: center;
  padding: 20px 0;
  }
  .bsz .h1 {
    text-transform: uppercase;
    margin-bottom: 15px; }
  .bsz .img_wrapper {
    margin-bottom: 5px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .bsz .bs_wrapper {
    border: 1px solid #C2C2C2;
    margin-bottom: 20px; }
  .bsz .blag_slider {
    margin-bottom: 60px; }
    .bsz .blag_slider:after {
      width: 100%;
      height: 1px;
      background: #c2c2c2;
      position: absolute;
      content: "";
      left: 0;
      margin-top: 40px; }
    .bsz .blag_slider:before {
      width: 10px;
      height: 10px;
      content: "";
      position: absolute;
      background: #c2c2c2;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      left: 50%;
      bottom: -55px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      border: 10px solid white;
      z-index: 1; }
  .bsz .partn .img_wrapper {
    width: 95%;
    height: 170px;
    background: white;
    margin: auto; }
  .bsz .partn .slick-prev {
    left: 0;
    width: 30px;
    height: 30px;
    bottom: 70px;
    top: auto; }
  .bsz .partn .slick-next {
    right: 0;
    width: 30px;
    height: 30px;
    bottom: 70px;
    top: auto; }

.pluses_2 {
  padding: 20px 0;
  text-align: center;
  background: #3a536c;
  -webkit-background-size: cover;
          background-size: cover;
  color: white; }
  .pluses_2 .h1 {
    text-transform: uppercase; }
  .pluses_2 ul {
    list-style-type: none;
    padding: 0;
    display: grid;
    grid-gap: 20px; }
    .pluses_2 ul li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      opacity: 0;
      -webkit-transform: translateY(-20px);
          -ms-transform: translateY(-20px);
              transform: translateY(-20px);
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .pluses_2 ul li .img_wrapper {
        border: 1px solid white;
        width: 50px;
        height: 50px;
        -webkit-border-radius: 50%;
                border-radius: 1%;
        padding: 10px;
        margin-right: 10px;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        .pluses_2 ul li .img_wrapper:hover {
          padding: 5px;
          -webkit-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
      .pluses_2 ul li p {
        -webkit-flex-basis: 70%;
            -ms-flex-preferred-size: 70%;
                flex-basis: 70%;
        text-align: left; }
      .pluses_2 ul li.animate {
        opacity: 1;
        -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
                transform: translateY(0px);
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }

.shipment .block .container .h1 {
  text-transform: uppercase;
  font-size: 20px; }

.shipment .block .container .img_wrapper {
  width: 50px;
  margin-top: 10px; }

.steps {
  padding: 20px 0;
  background: url(../img/bk_2.jpg) no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
  color: white;
  text-align: center; }
  .steps .h1 {
    text-transform: uppercase; }
  .steps ul {
    display: grid;
    grid-gap: 15px;
    list-style-type: none;
    padding: 0; }
    .steps ul li {
      background: white;
      overflow: hidden;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      min-height: 100px;
      padding: 10px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .steps ul li .n {
        color: #3A536C;
        opacity: .15;
        position: absolute;
        font-size: 120px;
        font-weight: bold;
        bottom: 40px;
        line-height: 0;
        right: 0; }
      .steps ul li p {
        color: #3A536C; }
      .steps ul li .img_wrapper {
        width: 50px;
        margin-right: 15px; }
      .steps ul li p {
        text-align: left; }
.to-top {
    position: fixed;
    display: none;
    bottom: 147px;
    right: 10px;
    z-index: 100;
}
.to-top .link {
    background: url(../images/pic666.png) no-repeat;
    display: block;
    width: 26px;
    height: 35px;
}

.cont ul {
  list-style-type: none;
  padding: 0;
  text-align: center; }
  .cont ul li {
    padding: 10px 0;
    text-align: center; }
    .cont ul li .img_wrapper {
      width: 50px;
      margin: auto; }
    .cont ul li a {
      color: #253c54; }
    .cont ul li .tel {
      text-decoration: none;
      font-weight: bold;
      font-size: 18px; }

.form_wrapper {
  padding: 20px 0;
   background: url(../img/bk_4.jpg) no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
  text-align: center;
  color: white; }
  .form_wrapper .h1 {
    text-transform: uppercase; }

footer {
  background: #2B4054;
  color: white;
  text-align: center;
  padding: 20px 0 55px 0; }

.helper a {
  display: none; }

.helper a.back_call {
  display: block;
  position: fixed;
  width: 100%;
  line-height: 45px;
  height: 45px;
  background: #EA5B0C;
  color: white;
  z-index: 10;
  bottom: 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  margin: 0; }

.popup_wrapper {
  background: rgba(0, 0, 0, 0.71);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .popup_wrapper.show {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .popup_wrapper.show .popup {
      padding: 20px;
      height: 100%;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .popup_wrapper.show .popup .close {
        -webkit-transform: translateX(0) rotate(0deg);
            -ms-transform: translateX(0) rotate(0deg);
                transform: translateX(0) rotate(0deg);
        -webkit-transition: all 1.3s ease-in-out;
        -o-transition: all 1.3s ease-in-out;
        transition: all 1.3s ease-in-out; }
      .popup_wrapper.show .popup .h1 {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
        width: 80%;
        -webkit-transition: all 1.3s ease-in-out;
        -o-transition: all 1.3s ease-in-out;
        transition: all 1.3s ease-in-out; }
  .popup_wrapper .popup {
    background: white url(../img/popup_bk.jpg) no-repeat right -20px bottom -50px;
    padding: 10px;
    position: relative;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .popup_wrapper .popup .close {
      background: url(../img/close.svg) no-repeat center;
      width: 20px;
      height: 20px;
      position: absolute;
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      right: 20px;
      top: 20px;
      opacity: .6;
      -webkit-transform: translateX(30px) rotate(90deg);
          -ms-transform: translateX(30px) rotate(90deg);
              transform: translateX(30px) rotate(90deg);
      -webkit-transition: all 1.3s ease-in-out;
      -o-transition: all 1.3s ease-in-out;
      transition: all 1.3s ease-in-out; }
      .popup_wrapper .popup .close:hover {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .popup_wrapper .popup .h1 {
      -webkit-transform: translateY(-40px);
          -ms-transform: translateY(-40px);
              transform: translateY(-40px);
      opacity: 0;
      font-size: 18px;
      margin-bottom: 20px;
      -webkit-transition: all 1.3s ease-in-out;
      -o-transition: all 1.3s ease-in-out;
      transition: all 1.3s ease-in-out; }
    .popup_wrapper .popup .input_wrapper {
      display: block;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      text-align: left;
      -webkit-box-align: baseline;
      -webkit-align-items: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; }
      .popup_wrapper .popup .input_wrapper:last-child {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; }
      .popup_wrapper .popup .input_wrapper label {
        width: 100%;
        padding-left: 15px;
        font-size: 13px;
        color: #aeaeae; }
      .popup_wrapper .popup .input_wrapper input[type=text], .popup_wrapper .popup .input_wrapper input[type=email], .popup_wrapper .popup .input_wrapper input[type=tel], .popup_wrapper .popup .input_wrapper textarea {
        width: 100%;
        margin: 3px 0; }
      .popup_wrapper .popup .input_wrapper.capcha {
        position: relative; }
        .popup_wrapper .popup .input_wrapper.capcha .img_wrapper {
          position: absolute;
          left: 0;
          bottom: 0;
          height: 100%;
          margin-left: 10px; }
        .popup_wrapper .popup .input_wrapper.capcha input {
          padding-left: 100px; }

#shop_item .popup {
  overflow: hidden; }

#shop_item .title a {
  color: #253c54;
  cursor: auto;
  text-decoration: none;
}

#shop_item .item_content {
  display: grid;
  overflow: scroll;
  height: -webkit-calc(100% - 20px);
  height: calc(100% - 20px);
  margin-top: 25px;
  grid-template-columns: 1fr;
  grid-template-rows: auto 220px;
  grid-gap: 15px;
  grid-template-areas: "ttl" "img" "tbl" "prc" "btn" "dsc";
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  #shop_item .item_content.slided {
    -webkit-transform: translateX(-120%);
        -ms-transform: translateX(-120%);
            transform: translateX(-120%);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  #shop_item .item_content .img_wrapper {
    grid-area: img;
    border: 2px solid #E2E4E7; }
  #shop_item .item_content .title {
    grid-area: ttl;
    font-weight: bold;
    font-size: 18px;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px); }
  #shop_item .item_content .price {
    grid-area: prc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 24px;
    font-weight: bold; }
    #shop_item .item_content .price span {
      font-size: 14px;
      padding-left: 5px; }
  #shop_item .item_content .btn {
    grid-area: btn;
    margin: 0; }
  #shop_item .item_content table {
    grid-area: tbl;
    border-top: 1px solid #D8DAE0;
    border-bottom: 1px solid #D8DAE0;
    padding: 20px 0;
    width: 100%; }
  #shop_item .item_content .desc {
    grid-area: dsc; }

#shop_item .modal_form_wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: 70px;
  padding: 0px 20px 20px 20px;
  -webkit-transform: translateX(120%);
      -ms-transform: translateX(120%);
          transform: translateX(120%);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  left: 0; }
  #shop_item .modal_form_wrapper .back {
    background: url(../img/back.svg) no-repeat center;
    width: 23px;
    height: 23px;
    position: absolute;
    left: 15px;
    top: -55px; }
  #shop_item .modal_form_wrapper.show {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

[class*="col-"] {
  width: 100%; }

.slide_f_jbi .slick-next{
  top: 50%;
  right: 30px;
}
.slide_f_jbi .slick-prev{
  top: 50%;
  left: 30px;
}
.slick-dots{
  left: 0;
}
#shop_item>.close{
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../img/close_white.svg) no-repeat center;
  z-index: 1;
  margin-left: 850px;
  margin-top: -450px;
  background-size: 20px;
}
#shop_item>.popup>.close{
  display: block;
}
.warn_line{
  padding: 2px 5px 5px 5px;
  color: white;
  background-color: #973a9f;
  position: relative;
  top: 0px;
  width: 100%;
  z-index: 200;
    text-align: center;

}
.warn_line a, .warn_line span{
  font-weight: bold;
}
.warn_line a{
  color: #8dc53f;
}
@media (min-width: 1024px) {
  .h1, h1 {
    font-size: 36px;
    font-weight: bold; }
  .h2, h2 {
    font-size: 24px;
    font-weight: bold; }
  .h3, h3 {
    font-size: 18px;
    font-weight: bold; }
  .h4, h4 {
    font-size: 16px;
    font-weight: bold; }
  p {
    font-size: 14px; }
  .container {
    width: 1000px;
    margin: auto; }
  .col-1 {
    width: 8.33%; }
  .col-2 {
    width: 16.66%; }
  .col-3 {
    width: 25%; }
  .col-4 {
    width: 33.33%; }
  .col-5 {
    width: 41.66%; }
  .col-6 {
    width: 50%; }
  .col-7 {
    width: 58.33%; }
  .col-8 {
    width: 99.66%; }
  .col-9 {
    width: 75%; }
  .col-10 {
    width: 83.33%; }
  .col-11 {
    width: 91.66%; }
  .col-12 {
    width: 100%; }
  .col-offset-1 {
    margin-left: 8.33%; }
  .col-offset-2 {
    margin-left: 16.66%; }
  .col-offset-3 {
    margin-left: 25%; }
  .col-offset-4 {
    margin-left: 33.33%; }
  .col-offset-5 {
    margin-left: 41.66%; }
  .col-offset-6 {
    margin-left: 50%; } }

@media (min-width: 1024px) {
  #shop_item>.popup>.close{
    display: none;
  }
  img.capture{
    height: 30px;
    margin-top: 0;
  }
.hero .slider .slider_in {
  background: url(../img/bk_1.jpg) no-repeat center;
}
  body.scrolled {
    padding-top: 150px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    body.scrolled header {
      position: fixed;
      width: 100%;
      top: 0;
      background: white;
      padding-bottom: 0;
      z-index: 4;
      -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.3);
              box-shadow: 0 3px 25px rgba(0, 0, 0, 0.3); }
      body.scrolled header:before {
        content: "";
        position: absolute;
        /* height: 50px; */
        width: 100%;
        top: 66px;
        background: #E2E4E7;
        left: 0; }
      body.scrolled header .container .row {
        grid-template-areas: "l l l l tel tel tel tel adr adr adr adr"  "l l l l tel tel tel tel adr adr adr adr"  "l l l l tel tel tel tel adr adr adr adr"; }
        body.scrolled header .container .row .logo img {
          width: 117px; }
        body.scrolled header .container .row .logo p {
          display: none; }
        body.scrolled header .container .row .get_repl {
          display: none; }
        body.scrolled header .container .row .mail {
          display: none; }
        body.scrolled header .container .row .tel {
          grid-area: tel;
          text-align: left;
          font-size: 18px;
          margin-bottom: 0px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          body.scrolled header .container .row .tel span {
            font-size: 12px;
            color: #253c54;
            margin-left: 5px;
            display: block;
            text-transform: uppercase; }
  header {
    padding: 5px 0;
    margin-bottom: -5px; }
  header:before {
      content: "";
      position: absolute;
      height: 42px;
      width: 100%;
      top: 155px/*95*/;
      background: #E2E4E7;
      left: 0;
  }
    header .container .row:nth-child(1) {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-template-areas: "l l l l l l adr adr adr gr gr gr"  "l l l l l l adr adr adr tel tel tel"  "l l l l l l adr adr adr ml ml ml"; }
    header .container .row .logo {
      grid-area: l; }
      header .container .row .logo img {
        width: 215px; }
      header .container .row .logo p {
        display: block;
        margin: 0;
        margin-top: 20px;
        font-size: 14px;
        color: #959595; }
      header .container .row .logo .title {
        margin-top: 5px; }
    header .container .row .addr {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      grid-area: adr;
      background: url(../img/pin_addr.png) no-repeat left center;
      color: #959595;
      font-size: 13px;
      padding-left: 19px; }
    header .container .row .get_repl {
      grid-area: gr;
      text-align: center; }
    header .container .row .tel {
      grid-area: tel;
      text-align: right;
      font-size: 24.4px;
      margin-bottom: 0; }
    header .container .row .mail {
      grid-area: ml;
      text-align: right;
      padding: 0; }
    header .container .row nav {
      width: 100%;
      float: none;
      margin: 0;
      position: relative; }
      header .container .row nav label {
        display: none; }
      header .container .row nav> ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        list-style-type: none;
        padding: 0;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
        background: #E2E4E7;
        margin: 10px 0 0 0; }
        header .container .row nav> ul> li {
          width: 25%;
          -webkit-flex-basis: 25%;
              -ms-flex-preferred-size: 25%;
                  flex-basis: 25%;
          text-align: center; }
          header .container .row nav> ul> li> a {
            line-height: 30px;
            text-transform: uppercase;
            color: #3A536C;
            font-size: 16px;
            line-height: 42px;
            text-decoration: none; }
          header .container .row nav> ul> li:hover {
            background: #3A536C; }
            header .container .row nav> ul> li:hover a {
              color: white; }
            header .container .row nav> ul> li:hover .sub {
              display: block;
              position: absolute;
              background: #3a536c;
              text-align: left;
              list-style-type: none;
              margin: 0;
              padding: 20px;
              z-index: 2; }
              header .container .row nav> ul> li:hover .sub li a {
                padding: 10px;
                display: block; }
    header .container .row .serv_nav {
      display: none; }
  .hero {
    background: url(../img/bk_1.jpg) no-repeat center;
    -webkit-background-size: cover;
            background-size: cover;
    padding: 80px 0; }
    .hero .slider .slider_in {
      background: none;
      grid-template-columns: 1fr 1fr;
      margin: 0;
      padding: 0;
      grid-template-areas: "h iw" "p iw" "a iw"; }
      .hero .slider .slider_in .order {
        margin: 0;
        font-size: 18px;
        -webkit-background-size: 30px 30px;
                background-size: 30px;
        padding-left: 50px; }
      .hero .slider .slider_in .h1 {
        font-size: 32px;
    text-align: center;}
      .hero .slider .slider_in p {
        font-size: 18px;
        margin: 40px 0;
    text-align: center;
        display: block; }
  .pluses ul {
    grid-template-columns: 1fr 1fr 1fr; }
    .pluses ul li p {
      font-size: 16px; }
    .pluses ul li .img_wrapper {
      width: 70px; }
  .slick-dots li button:before {
    font-size: 18px; }
  .selling .nav_f_jbi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .selling .nav_f_jbi li {
      font-size: 24px;
      text-transform: uppercase;
      margin: 0 10px; }
      .selling .nav_f_jbi li div {
        padding: 10px 30px;
        font-weight: bold; }
  .shop{
    padding:0 40px;
  }
  .selling .slide_f_jbi {
    padding: 10px 0px; }
    .selling .slide_f_jbi .slick-track {
      padding: 15px 0; }
    .selling .slide_f_jbi> li:nth-child(2) {
      grid-template-areas: "c4 c8" "c4 c8"; }
      .selling .slide_f_jbi> li:nth-child(2) .col-4, .selling .slide_f_jbi> li:nth-child(2) .col-8 {
        width: 100%; }
      .selling .slide_f_jbi> li:nth-child(2) .col-4 {
        padding-right: 15px; }
      .selling .slide_f_jbi> li:nth-child(2) .col-8 {
        padding-left: 15px; }
    .selling .slide_f_jbi .item {
      width: 95%;
      margin: auto;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .selling .slide_f_jbi .item:hover {
        border-color: #EA5B0C;
        -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
                box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
        -webkit-transform: scale(1.01);
            -ms-transform: scale(1.01);
                transform: scale(1.01);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
  .about {
    padding: 80px 0; }
    .about .col-6:nth-child(1){
     display: flex;
    }
    .about .col-6:nth-child(2) a{
      color: #fff;
    }
    .slick-slide{
      outline: none;
    }
    .slick-slide a{
      outline: none;
    }
    .about .row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      text-align: left; }
      .about .row .h1 {
        text-transform: uppercase; }
      .about .row .h3 {
        text-align: center;
        margin: 20px 0 0 0; }
  .bsz {
    padding: 35px 0; }
    .bsz .h1 {
      margin-bottom: 25px; }
    .bsz .bs_wrapper {
      padding: 35px 20px; }
      .bsz .bs_wrapper .slick-prev {
        left: 15px;
        width: 30px;
        height: 30px;
        bottom: auto;
        top: 41%;
        z-index: 5; }
      .bsz .bs_wrapper .slick-next {
        right: 15px;
        width: 30px;
        height: 30px;
        bottom: auto;
        top: 41%;
        z-index: 5; }
  .pluses_2 {
    padding: 80px 0; }
    .pluses_2 ul {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
      margin-top: 40px; }
      .pluses_2 ul li {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .pluses_2 ul li p {
          text-align: center; }
        .pluses_2 ul li .img_wrapper {
          width: 140px;
          height: 140px;
          padding: 40px;
          margin-right: 0px; }
  .shipment {
    display: grid; }
    .shipment .block {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      min-height: 300px; }
      .shipment .block> .img_wrapper {
        position: absolute;
        height: 100%;
        width: 50%;
        overflow: hidden; }
        .shipment .block> .img_wrapper img {
          position: absolute;
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%;
          height: 100%; }
      .shipment .block .container .row {
        margin-left: 54%; }
        .shipment .block .container .row .img_wrapper {
          margin-bottom: 20px; }
      .shipment .block:nth-child(even)> .img_wrapper {
        left: 50%; }
      .shipment .block:nth-child(even) .container .row {
        margin-left: 0%;
        margin-right: 54%; }
        .shipment .block:nth-child(even) .container .row .img_wrapper {
          margin-bottom: 20px; }
      .shipment .block:last-child> .img_wrapper {
        position: absolute;
        height: 100%;
        width: 50%;
        overflow: hidden; }
        .shipment .block:last-child> .img_wrapper img {
          -o-object-fit: contain;

              object-fit: cover;
    width: 100%;
    height: 100%; }
  .steps {
    padding: 80px 0;
    -webkit-background-size: cover;
            background-size: cover; }
    .steps .h1 {
      margin-bottom: 45px; }
    .steps ul {
      grid-template-columns: 1fr 1fr 1fr 1fr; }
      .steps ul li {
        display: block;
        padding: 30px; }
        .steps ul li .img_wrapper {
          height: 70px;
          width: 70px; }
        .steps ul li .n {
          font-size: 210px;
          bottom: 70px;
          line-height: 0;
          right: 0; }
  .cont {
    padding: 40px 0; }
    .cont ul {
      list-style-type: none;
      padding: 0;
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: space-evenly;
      -webkit-justify-content: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
      -webkit-box-align: baseline;
      -webkit-align-items: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; }
      .cont ul li .img_wrapper {
        width: 80px;
        margin: auto;
        margin-bottom: 18px; }
  .form_wrapper {
    padding: 80px 0; }
    .form_wrapper .container .row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .form_wrapper .container .row .h1 {
        width: 100%; }
      .form_wrapper .container .row p {
        width: 100%; }
      .form_wrapper .container .row .col-12 {
        /*text-align: left;*/
        margin-top: -18px;
        margin-left: 10px; }
      .form_wrapper .container .row .input_wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        color: black;
        background: white;
        -webkit-border-radius: 40px;
                border-radius: 40px;
        padding: 0 12px;
        margin: 15px 10px; }
        .form_wrapper .container .row .input_wrapper label {
          margin-right: 10px; }
        .form_wrapper .container .row .input_wrapper input {
          background: none;
          width: auto;
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          margin: 0;
          border: none;
          outline: none; }
        .form_wrapper .container .row .input_wrapper input[type=submit] {
          background: #2B4054;
          border: 2px solid #2B4054;
          margin-left: -12px;
          margin-right: -15px; }
        .form_wrapper .container .row .input_wrapper textarea {
          width: auto;
          outline: none;
          background: none;
          height: 45px;
          line-height: 40px;
          padding: 0 15px;
          min-width: 60%;
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          margin: 0;
          border: none; }
  footer {
    padding: 20px 0; }
    footer .container .row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .helper {
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 3;
    display: grid;
    justify-items: right; }
    .helper a.back_call {
      position: relative;
      width: 54px;
      height: 54px; }
    .helper a {
      width: 54px;
      height: 54px;
      -webkit-border-radius: 35px 0 0 35px;
              border-radius: 35px 0 0 35px;
      display: block;
      margin-top: 4px;
      margin-bottom: 0;
      font-size: 0;
      text-align: right; }
      .helper a:hover {
        width: 64px; }
      .helper a:nth-child(1) {
        background: #EA5B0C url(../img/phone-call.png) no-repeat center;
        -webkit-border-radius: 30px 0 0 30px;
                border-radius: 30px 0 0 30px; }
      .helper a:nth-child(2) {
        background: #626D77 url(../img/discuss-issue.png) no-repeat center;
        -webkit-border-radius: 30px 0 0 30px;
                border-radius: 30px 0 0 30px; }
      .helper a:nth-child(3) {
        background: #a01d81 url(../img/envelope.png) no-repeat center;
        -webkit-border-radius: 30px 0 0 30px;
                border-radius: 30px 0 0 30px; }
  .popup_wrapper {
    background: rgba(0, 0, 0, 0.71);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 12;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .popup_wrapper.show {
      -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
              transform: translateX(0%);
      opacity: 1;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .popup_wrapper.show .popup {
        padding: 70px;
        height: auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .popup_wrapper.show .popup .close {
          -webkit-transform: translateX(0) rotate(0deg);
              -ms-transform: translateX(0) rotate(0deg);
                  transform: translateX(0) rotate(0deg);
          -webkit-transition: all 1.3s ease-in-out;
          -o-transition: all 1.3s ease-in-out;
          transition: all 1.3s ease-in-out; }
        .popup_wrapper.show .popup .h1 {
          -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
                  transform: translateY(0);
          opacity: 1;
          -webkit-transition: all 1.3s ease-in-out;
          -o-transition: all 1.3s ease-in-out;
          transition: all 1.3s ease-in-out; }
    .popup_wrapper .popup {
      background: white url(../img/popup_bk.jpg) no-repeat right -20px bottom -50px;
      padding: 20px;
      position: relative;
      width: 800px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .popup_wrapper .popup .close {
        background: url(../img/close.svg) no-repeat center;
        width: 20px;
        height: 20px;
        position: absolute;
        -webkit-background-size: 100% 100%;
                background-size: 100%;
        right: 20px;
        top: 20px;
        opacity: .6;
        -webkit-transform: translateX(30px) rotate(90deg);
            -ms-transform: translateX(30px) rotate(90deg);
                transform: translateX(30px) rotate(90deg);
        -webkit-transition: all 1.3s ease-in-out;
        -o-transition: all 1.3s ease-in-out;
        transition: all 1.3s ease-in-out; }
        .popup_wrapper .popup .close:hover {
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg);
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
      .popup_wrapper .popup .h1 {
        -webkit-transform: translateY(-40px);
            -ms-transform: translateY(-40px);
                transform: translateY(-40px);
        opacity: 0;
        font-size: 36px;
        margin-bottom: 20px;
        -webkit-transition: all 1.3s ease-in-out;
        -o-transition: all 1.3s ease-in-out;
        transition: all 1.3s ease-in-out; }
      .popup_wrapper .popup .input_wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        text-align: left;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
            -ms-flex-align: baseline;
                align-items: baseline; }
        .popup_wrapper .popup .input_wrapper:last-child {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row; }
        .popup_wrapper .popup .input_wrapper label {
          width: 25%;
          padding-left: 15px;
          font-size: 13px;
          color: #aeaeae; }
        .popup_wrapper .popup .input_wrapper input[type=text], .popup_wrapper .popup .input_wrapper input[type=email], .popup_wrapper .popup .input_wrapper input[type=tel], .popup_wrapper .popup .input_wrapper textarea {
          width: 75%;
          margin: 3px 0; }
        .popup_wrapper .popup .input_wrapper.capcha {
          position: relative; }
          .popup_wrapper .popup .input_wrapper.capcha .img_wrapper {
            position: absolute;
            left: 0;
            bottom: 0;
            height: 100%;
            margin-left: 10px; }
          .popup_wrapper .popup .input_wrapper.capcha input {
            padding-left: 100px; }
  #shop_item .popup {
    overflow: hidden;
    overflow-Y: scroll;
    min-height: 620px;}
  #shop_item .item_content {
    display: grid;
    overflow: visible;
    height: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 30px 50px auto auto;
    grid-gap: 15px;
    grid-template-areas: "img img ttl ttl" "img img prc btn" "img img tbl tbl" "dsc dsc dsc dsc";
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    #shop_item .item_content.slided {
      -webkit-transform: translateX(-120%);
          -ms-transform: translateX(-120%);
              transform: translateX(-120%);
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    #shop_item .item_content .img_wrapper {
      grid-area: img;
      border: 2px solid #E2E4E7; }
    #shop_item .item_content .title {
      grid-area: ttl;
      font-weight: bold;
      font-size: 18px;
      -webkit-transform: translateY(0px);
          -ms-transform: translateY(0px);
              transform: translateY(0px); }
    #shop_item .item_content .price {
      grid-area: prc;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 24px;
      font-weight: bold; }
      #shop_item .item_content .price span {
        font-size: 14px;
        padding-left: 5px; }
    #shop_item .item_content .btn {
      grid-area: btn;
      margin: 0; }
    #shop_item .item_content table {
      grid-area: tbl;
      border-top: 1px solid #D8DAE0;
      border-bottom: 1px solid #D8DAE0;
      padding: 20px 0; }
    #shop_item .item_content .desc {
      grid-area: dsc; }
  #shop_item .modal_form_wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 70px;
    padding: 0px 70px 70px 70px;
    -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
            transform: translateX(120%);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    left: 0; }
    #shop_item .modal_form_wrapper .back {
      background: url(../img/back.svg) no-repeat center;
      width: 23px;
      height: 23px;
      position: absolute;
      left: 15px;
      top: -55px; }
    #shop_item .modal_form_wrapper.show {
      -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
              transform: translateX(0%);
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .hero .slick-dots{
      bottom: -65px;
    }
    }
