

/* Start:/local/templates/xiaojin/css/styles.css?178601059742799*/
@font-face 
{ 
    font-family: "PTRootUI";
    src: url("/local/templates/xiaojin/css/../fonts/PTRootUI/PTRootUI.eot");
    src: url("/local/templates/xiaojin/css/../fonts/PTRootUI/PTRootUI.eot?#iefix")format("embedded-opentype"),
    url("/local/templates/xiaojin/css/../fonts/PTRootUI/PTRootUI.woff") format("woff"),
    url("/local/templates/xiaojin/css/../fonts/PTRootUI/PTRootUI.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

body
{
  margin: 0px;
  background: #000000;
}

input:focus,
textarea:focus
{
  outline: 3px solid #5F9EFF;
}

.hasError
{
  box-shadow: 0px 0px 10px 1px white;
}

*
{
  /*transition: none !important;*/
  font-weight: 700;
  box-sizing: border-box;
  font-family: "PTRootUI", sans-serif;
}

section,
section *
{
  transition: all 0.5s ease;
}

section
{
  margin-top: 120px !important;
}

@media screen and (max-width: 750px)
{
  section
  {
    margin-top: 50px !important;
  }

  .top_section
  {
    margin-top: 100px !important;
  }
}

.wrap 
{
   max-width: 1309px;
   width: 100%;
   margin: 0 auto;
   padding: 0 15px;
}

.high.wrap {
  max-width: 1300px;
}

button
{
  cursor: pointer;
}

button:hover
{
  opacity: 0.8;
}

h1,h2,h3,p
{
  margin: 0px;
} 

a
{
  text-decoration: none;
  color: #ADADAD;
}

a:hover
{
  opacity: 0.8;
}

.show
{
  display: block !important;
}

.hide
{
  display: none !important;
}

.overflow
{
  overflow: hidden;
}

/********************/

/*.univ-button
{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 172px;
  height: 52px;
  border-radius: 44px;
  border: 3px solid #3DC0FF;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
}*/

.univ-button
{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 172px;
  height: 52px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
  position: relative;
}

.univ-button::before 
{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px; 
  padding: 3px; 
  background:linear-gradient(to left,#AD00FF00,#5F9EFF); 
  -webkit-mask: 
  linear-gradient(#fff 0 0) content-box, 
  linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude; 
}

header .univ-button::before
{
  background:linear-gradient(135deg,#5F9EFF,#AD00FF00);
}

.grad-text
{
  font-size: 14px;
  font-weight: 700;
  color: #82D6FF;
  margin-bottom: 30px;

  background: linear-gradient(to right,#82D6FF, #8F00FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

@media screen and (max-width: 750px)
{
  .grad-text
  {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.title
{
  font-size: 100px;
  color: #FFFFFF;
  margin-bottom: 70px !important;
  line-height: 1.1;
}

@media screen and (max-width: 1400px)
{
  .title
  {
    font-size: 50px;
  }
}

@media screen and (max-width: 750px)
{
  .title
  {
    font-size: 24px !important;
    margin-bottom: 30px !important;
  }
}

.top_delimeter
  {
    margin-bottom: 220px;
  }










.policy .text_box,
.policy .text_box *
{
  font-size: 18px;
  color: #ADADAD;
  line-height: 1.5;
}

.policy .text_box a 
{
    color: #84B4FF;
}

.policy .text_box h2
{
  font-size: 20px;
  margin: 30px 0;
}

.policy .title
{
  font-size: 50px;
  text-align: center;
}

.main_wrappper
{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.no_found
{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.no_found .main_ref
{
  font-size: 18px;
  color: white;
}

.no_found .text_box
{
  margin: auto 0;
}

header .menu li a
{
  display: flex;
  align-items: center;
}

header
{
  /*margin-bottom: 130px;*/
  background: #0E0E0E;
  /*background: gray;*/
  box-shadow: 0px 0px 10px 1px #171717;

  position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
}

header .for-mobile
{
  display: flex;
  align-items: center;
}

header .header-wrap
{
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .menu a,
header .menu a span
{
  text-transform: uppercase;
  color: #CECECE;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

header .menu a img
{
  margin-right: 5px;
}

@media screen and (min-width: 1000px)
{
  header .menu a:hover
  {
    background: linear-gradient(to right, #82D6FF, #8F00FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

header .menu li
{
  list-style-type: none;
  margin: 5px 15px;
}

header .menu
{
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

header .contact-box
{
  display: flex;
  align-items: center;
  /*margin-left: 100px;*/
}

header .contact-item
{
  display: flex;
  align-items: center;
  margin-right: 25px;
}

header .contact-item .contact-item-text
{
  margin-left: 10px;
  font-size: 15px;
  color: #CECECE;
  font-weight: 500;
  width: 128px;
}

header .univ-button.popup-quest
{
  height: 44px;
}

header .search_form
{
  position: relative;
  margin: 0 50px 0 30px;
}

header #search_input
{
  width: 220px;
  height: 44px;
  display: block;
  border-radius: 80px;
  border: 1px solid #303030;
  color: #747474;
  font-size: 16px;
  padding: 0 40px;
  background: #0E0E0E;
}

header #search_input::placeholder
{
  color: #747474;
  font-size: 16px;
}

header .loopa
{
  position: absolute;
  left: 15px;
  top: 15px;
  cursor: pointer;
}

header .search_contact
{
  display: flex;
  align-items: center;
}

/****************************/

.standard .text-img-box
{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.standard .politic 
{
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #656565;
    margin-top: 23px;
    margin-left: 90px;
}

.standard .text-box
{
  font-size: 26px;
  color: #ADADAD;
  width: 500px;
  margin-bottom: 50px;
}

.standard .text-img-box .univ-button
{
  width: 220px;
  border-radius: 7px;
  height: 50px;
  border: none;
  background: linear-gradient(to top left, #000000, #489dee);
}

.standard .text-img-box .univ-button::before
{
  display: none !important;
}

.standard .equip
{
  width: calc(100% - 500px - 100px);
}

.standard .standard-form
{
  border-radius: 20px;
  background: #222222;
  padding: 50px;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.standard .form-box
{
  width: calc(100% - 60px - 30px);
}

.standard .form-title
{
  font-size: 40px;
  color: #FFFFFF;
}

.standard .form-sub-title
{
  color: #ADADAD;
  font-size: 22px;
  font-weight: 500;
  margin: 20px 0 45px 0;
  line-height: 1.4;
}

/*.standard .short
{
  width: 100%;
  max-width: 700px !important;
}*/

.standard .input-line
{
  display: flex;
  justify-content: space-between;
}

.standard .input-line .univ-button
{
  width: 220px;
}

.standard .button-line
{
  display: flex;
  justify-content: flex-end;
}

.standard .input-line input
{
  margin-right: 10px;
  background: #333333;
  border-radius: 10px;
  color: #787878;
  font-size: 17px;
  font-weight: 400px;
  height: 52px;
  padding: 0 10px;
  border: none;
  margin: 0 15px 15px 0;
  width: 260px;
}

.standard .input-line input::placeholder
{
  color: #787878;
  font-size: 17px;
}

.standard #client-name
{
  width: 260px;
}

.standard #client-email
{
  width: 300px;
}

.standard #client-phone
{
  width: 200px;
}

.standard #send-order-butt
{
  margin-left: 20px;
  width: 220px;
}

/**********************/
/*Классы для slick-slidera high*/
.high .prev-photo,
.high .next-photo
{
    cursor: pointer;
    position: absolute;
    z-index: 10;
}

.high .prev-photo
{
    top: calc(50% - 35px);
    left: -54px;
}

.high .next-photo
{
    left: calc(50% - 54px);
    top: calc(50% - 35px);
}

/*Классы для slick-slidera*/


.high .shift-text
{
  margin: 70px 0 70px 300px;
  color: #ADADAD;
  font-size: 26px;
  line-height: 1.3;
}

.high .slide-wraper
{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.high .img-box-slider
{
  width: 50%;
  padding-top: 40%;
  position: relative;
}

.high .img-box-slider img
{
   position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.high .about-slide-box
{
  width: calc(50% - 100px);
}

.high .about-slide-text
{
  width: 100%;
  max-width: 383px;
  font-size: 26px;
  line-height: 1.3;
  color: #3F3F3F;
}

.high .about-slide-text ul
{
  margin: 0px;
  padding: 0px;
}

.high .slick-dots li button:before
{
  font-size: 35px !important;
  color: #E4E4E4 !important;
  opacity: 1 !important;
  content: none;
}

.high .slick-dots li
{
  width: 66px;
  height: 5px;
  background: #242424;
  border-radius: 5px;
}

.high .slick-dots li.slick-active
{
  background:  #3DC0FF;
}

.high .slick-dots li.slick-active button:before
{
  color: #004EA4 !important;
}
 
.high .slick-dots
{
  bottom: -40px !important;
  width: 50% !important;
}

.high .advantages
{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.high .adv-item
{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.high .adv-textt
{
  margin-left: 30px;
  font-size: 26px;
  line-height: 1.5;
  color: #FFFFFF;
  width: 100%;
  max-width: 230px;
  display: block !important;
}

/**********************/

.ready .standard-form
{
  margin-top: 150px;
}

.ready .ready-text
{
  font-size: 26px;
  color: #ADADAD;
  margin-bottom: 80px;
}

.ready .ready-text span
{
  color: #FFFFFF;
}

.ready .cart-box
{
  width: calc(100% - 40px);
  margin: 0 20px;
}

.ready .img-box
{
    width: 100%;
    padding-top: 70%;
    position: relative;
}

.ready .img-box img 
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.ready .equip-name
{
  text-transform: uppercase;
  font-size: 28px;
  color: #FFFFFF;
}

.ready .equip-about
{
  text-transform: uppercase;
  font-size: 14px;
  color: #A9A9A9;
  margin-top: 10px;
}

.ready .equip-slider .univ-button
{
  width: 138px;
}

.ready .equip-slider .univ-button::before
{
  background:linear-gradient(to left,#42424200,#6F6F6F);
}

.ready .about-text
{
  width: calc(100% - 138px - 30px);
}

.ready .about-box
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}

.ready .slick-dots li button:before
{
  font-size: 35px !important;
  color: #E4E4E4 !important;
  opacity: 1 !important;
  content: none;
}

.ready .slick-dots li
{
  width: 66px;
  height: 5px;
  background: #242424;
  border-radius: 5px;
}

.ready .slick-dots li.slick-active
{
  background:  #3DC0FF;
}

.ready .slick-dots li.slick-active button:before
{
  color: #004EA4 !important;
}
 
.ready .slick-dots
{
  display: flex;
  bottom: -50px !important;
  /*width: 50% !important;*/
}

/*Классы для slick-slidera high*/
.ready .prev-photo,
.ready .next-photo
{
    cursor: pointer;
    position: absolute;
    z-index: 10;
}

.ready .prev-photo
{
    top: calc(50% - 65px);
    left: -34px;
}

.ready .next-photo
{
    right: -34px;
    top: calc(50% - 65px);
}

/*Классы для slick-slidera*/

/**********************/

.certificates .shift-text
{
  margin: 70px 0 70px 300px;
  color: #ADADAD;
  font-size: 26px;
  line-height: 1.3;
}

.certificates .document-line
{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.certificates .doc-box
{
  width: 100%;
  max-width: 297px;
  margin-bottom: 25px;
  background: #222222;
  border-radius: 20px;
  padding: 25px;
}

.certificates .doc-box a
{
  width: 100%;
}

.certificates .document-line img
{
  width: 100%;
}

.certificates .box-item
{
  width: calc(33.3% - 15px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.certificates .padd-fill
{
  padding: 40px;
  background: #222222;
  border-radius: 20px;
}

.certificates .img-line
{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 5px;
}

.certificates .text-box
{
  width: 100%;
  max-width: 260px;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 1.4;
}

.certificates .boxes
{
  display: flex;
  justify-content: space-between;
}

.certificates .middle
{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.certificates .padd-fill.top
{
  margin-bottom: 25px;
}

.certificates .boxes
{
  margin-top: 60px;
}

/************************/

.premium .main-title
{
  text-transform: uppercase;
  font-size: 50px;
  color: #FFFFFF;
  text-align: center;
}

.premium .big-logo-back
{
  width: 100%;
  position: absolute;
  z-index: -1;
  top: -50px;
  left: 0px;
}

.premium
{
  margin-top: 0px !important;
}

.premium .about-head-equip
{
  display: flex;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  top: 50%;
}

.premium .about-head-equip a
{
  display: flex;
  align-items: center;
}

.premium .equip-name-head
{
  font-size: 24px;
  text-transform: uppercase;
  margin-left: 10px;

  background: linear-gradient(to right,#82D6FF, #8F00FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.premium .head-equip
{
  width: 100%;
  max-width: 650px;
  display: block;
  margin: 0 auto;
}

.premium .head-img-box
{
  position: relative;
  margin: 70px 0 40px 0;
}

.premium .about-head-text
{
  text-align: center;
  font-size: 26px;
  color: #ADADAD;
  width: 100%;
  max-width: 950px;
  margin: 50px auto 0 auto;
}

.premium .icon-text
{
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin: 50px auto 0 auto;
}

.premium .text-ab
{
  font-size: 26px;
  color: #FFFFFF;
  margin-left: 25px;
  width: 100%
}


/************************/
footer
{
  margin-bottom: 40px !important;
  margin-top: 100px !important;
  padding-bottom: 40px !important;
}

footer .ref-line
{
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .map
{
  margin: 0 15px;
}

footer .contacts-box
{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 20px 0 !important;
}

footer .contact-item
{
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

footer .cont-text
{
  margin-left: 15px;
  font-size: 20px;
  color: #A5A5A5; 
}

footer .politic
{
  font-size: 16px;
  color: #525252;
  display: block;
  text-align: center;
}

footer .menu
{
  list-style-type: none;
  display: flex;
  align-items: center;
  padding: 0px;
  margin: 0px;
  flex-wrap: wrap;
}

footer .menu li
{
  margin: 10px 20px;
}

footer .menu a
{
  display: flex;
  align-items: center;
}

footer .menu a img
{
  margin-right: 10px;
}

footer .menu a,
footer .menu a span
{
  font-size: 14px;
  color: #CECECE;
  font-weight: 500;
}

footer .menu_butt
{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

@media screen and (min-width: 1000px)
{
  footer .menu a:hover
  {
    background: linear-gradient(to right, #82D6FF, #8F00FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

footer .univ-button.popup-quest
{
  height: 44px;
  width: 172px;
  margin-left: 20px;
}


/*********Попап************/

.fancybox-bg
{
  background: #000000 !important;
  opacity: 0.7 !important;
}

#popup-equip
{
  border-radius: 20px !important;
  width: 100%;
  max-width: 1280px;
  background: #2D2D2D;
  padding: 0px !important;
  position: relative;
  /*overflow-x: hidden !important;*/
}

#popup-equip .text-box
{
  padding: 50px 50px 20px 50px;
}

#popup-equip .product-name
{
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 40px;
}

#popup-equip .product-descr
{
  color: #82D6FF;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 10px;

  background: linear-gradient(to right,#82D6FF, #8F00FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

#popup-equip .about-product
{
  color: #ADADAD;
  font-size: 18px;
  font-weight: 500;
  margin: 30px 0;
  line-height: 1.5;
}

#popup-equip  .prop-box 
{
    width: 100%;
    max-width: 530px;
}

#popup-equip .prop-row 
{
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    border-bottom: 1px dashed #3C3C3C;
   /* height: 25px;*/
    margin-bottom: 10px;
}

#popup-equip .prop-row div 
{
    position: relative;
}

#popup-equip .erase 
{
    position: absolute !important;
    top: calc(100% - 2px);
    width: calc(100% + 10px);
    height: 4px;
    background: #2D2D2D;;
}

#popup-equip .right-div .erase 
{
    left: -10px;
}

#popup-equip .left-div
{
  color: #ADADAD;
}

#popup-equip .right-div
{
  color: #FFFFFF;
}

#popup-equip .props-boxes
{
  display: flex;
  justify-content: space-between;
}

#popup-equip .delimeter
{
  height: 1px;
  background: #343434;
  margin: 30px 0;
}

#popup-equip .arrow_form
{
  margin-right: 15px;
}

#popup-equip .form-box.form
{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#popup-equip input 
{
    background: #333333;
    border-radius: 10px;
    color: #787878;
    font-size: 17px;
    font-weight: 400px;
    height: 52px;
    padding: 0 10px;
    border: none;
    margin-right: 15px;
}

#popup-equip #popup-name
{
  width: 260px;
}

#popup-equip #popup-mail
{
  width: 300px;
}

#popup-equip #popup-phone
{
  width: 200px;
}

#popup-equip .img-inp
{
  display: flex;
  align-items: center;
}

#popup-equip .univ-button
{
  width: 220px;
}

#popup-equip .politic
{
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #656565;
  margin-top: 23px;
}

#popup-equip .politic a
{
  color: #8A8A8A;
}

#popup-equip .img-box 
{
  width: 600px;
  padding-top: 77%;
  position: relative;
}

#popup-equip .img-box img
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

/*Классы для slick-slidera*/
#popup-equip .prev-photo,
#popup-equip .next-photo
{
    background: #000000B2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    opacity: 0.9;
    cursor: pointer;
    position: absolute;
    z-index: 10;
}

#popup-equip .prev-photo 
{
    top: calc(100% - 22px);
    left: 30px;
}

#popup-equip .next-photo 
{
    right: 30px;
    top: calc(100% - 22px);
}

/*Классы для slick-slidera*/

#popup-equip .fancybox-close-small
{
  display: none !important;
}

#popup-equip #close-popup-button
{
  width: 110px;
  height: 44px;
  background: #000000B2;
  opacity: 0.9;
  border-radius: 80px;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 500;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9999999;
  outline: none;
  border: none;
}

#popup-equip .form-box.succes
{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#popup-equip .form-box.succes .text-img
{
  display: flex;
  align-items: flex-start;
}

#popup-equip .succes-text
{
  font-size: 22px;
  color: #ADADAD;
  width: 100%;
  max-width: 750px;
}

#popup-equip .succes-text span
{
  color: white;
}

@media screen and (max-width: 1100px)
{
  #popup-equip #popup-name,
  #popup-equip #popup-mail,
  #popup-equip #popup-phone
  {
    width: 200px;
  }
}

@media screen and (max-width: 1000px)
{
  #popup-equip .form-box.succes
  {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 760px)
{
  #popup-equip .form-box.succes .text-img
  {
    flex-direction: column;
    align-items: center;
  }

  #popup-equip .succes-text
  {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
  }
}



















@media screen and (max-width: 1200px)
{
  #popup-equip  .prop-box 
  {
    max-width: 490px;
  }

  #popup-equip #popup-name,
  #popup-equip #popup-mail
  {
    width: 200px;
  }
}

@media screen and (max-width: 1110px)
{
  #popup-equip .text-box
  {
    padding: 30px;
  }

  #popup-equip  .prop-box 
  {
    max-width: 450px;
  }
}

@media screen and (max-width: 1000px)
{
  #popup-equip .props-boxes
  {
    flex-direction: column;
  }

  #popup-equip  .prop-box 
  {
    max-width: 100%;
  }

  #popup-equip .form-box.form
  {
    flex-wrap: wrap;
  }

  #popup-equip .univ-button
  {
    margin-top: 10px;
  }
}

@media screen and (max-width: 760px)
{
  #popup-equip .img-box
  {
    width: 250px;
  }

  #popup-equip .prev-photo
  {
    left: 10px;
  }

  #popup-equip .next-photo
  {
    right: 10px;
  }

  #popup-equip .product-name
  {
    font-size: 18px;
  }

  #popup-equip input,
  #popup-equip input::placeholder
  {
    font-size: 16px;
  }

  #popup-equip .prop-row
  {
    font-size: 12px;
  }

  #popup-equip .text-box 
  {
    padding: 20px;
  }

  #popup-equip .about-product
  {
    margin: 20px 0;
  }

  #popup-equip .img-inp,
  #popup-equip .form-box.form
  {
    flex-direction: column;
  }

  #popup-equip input
  {
    width: 100%;
    margin: 0 0 15px 0;
    width: 100% !important;
  }

  #popup-equip .img-inp
  {
    width: 100%;
    max-width: 400px;
  }

  #popup-equip .arrow_form
  {
    margin: 0 0 15px 0;
  }
}


/***Анимация**/
.animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/*********Попап************/

.main_info
{
  margin-top: 200px !important;
}

.main_info .img_text
{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
 
.main_info .big_logo
{
  width: 85%;
}

.main_info .about_text
{
  width: 60%;
}

.main_info .img_box
{
  width: 40%;
  padding-right: 100px;
  display: flex;
  justify-content: flex-end;
}

.main_info .big_text
{
  font-size: 26px;
  color: #FFFFFF;
  line-height: 1.4;
}

.main_info .small_text
{
  font-size: 18px;
  color: #ADADAD;
  line-height: 1.5;
}

.main_info .advs_box
{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.main_info .advs_box
{
  margin: 120px 0;
}

.main_info .adv_item
{
  width: 100%;
  max-width: 400px;
  display: flex;
  align-items: center;
  margin: 0 10px 20px 10px;

  padding: 0px 10px 40px 40px;
  background: #222222;
  border-radius: 20px;
}

.main_info .adv_img
{
  width: 95px;
}

.main_info .adv_text
{
  width: calc(100% - 95px - 10px);
  font-size: 26px;
  color: #FFFFFF;
  margin-top: 80px;
}

.main_info .small_logo
{
  width: 70%;
}

.main_info .site_ref
{
  display: flex;
  align-items: center;
}

.main_info .site_ref .grad-text
{
  margin: 0 20px 0 0;
}

.main_info .site_ref
{
  margin-top: 30px;
}

.main_info .ofice_img
{
  width: 100%;
  display: block;
  margin-top: 90px;
  border-radius: 20px;
}

.main_info .ofice_name
{
  font-size: 18px;
  text-align: center;
  color: #ADADAD;
  font-weight: 500;
  margin-top: 20px; 
}

/************************/

.documents_slider .doc-box
{
  max-width: 2000px !important;
  margin: 0 15px;
}

.documents_slider
{
  flex-direction: row !important;
}

.documents_slider .prev-photo
{
    position: absolute;
    top: calc(50% - 35px);
    left: -70px;
    cursor: pointer;
    z-index: 99;
}

.documents_slider .next-photo
{
    position: absolute;
    right: -70px;
    top: calc(50% - 35px);
    cursor: pointer;
    z-index: 99;
}

/**************************/

.contacts .cont_text
{
  display: flex;
}

.contacts .mail_line
{
  display: flex;
  flex-wrap: wrap;
}

.contacts .left_box
{
  width: 60%;
  padding-right: 50px;
}

.contacts .right_box
{
  width: 40%;
  display: flex;
}

.contacts .cont_item.main_mail
{
  margin-right: 80px;
}

.contacts .cont_label
{
  font-size: 18px;
  color: #ADADAD;
  font-weight: 500;
}

.contacts .cont_item
{
  margin-bottom: 50px;
}

.contacts .cont_ref
{
  display: block;
  font-size: 40px;
  color: #FFFFFF;
}

.contacts .sverka
{
  color: #ADADAD;
}

.contacts .title
{
  font-weight: 700;
}

.contacts .rekv
{
  font-size: 18px;
  font-weight: 500;
}

.contacts .white
{
  color: #FFFFFF;
}

.contacts .gray
{
  color: #ADADAD;
}

.contacts .doc_reff
{
  width: 70px;
}

.contacts .doc_img
{
  width: 100%;
}

.contacts .rekv
{
  width: calc(100% - 70px);
  padding-left: 30px;
}

.contacts .rekv span
{
  line-height: 1.5;
}

.contacts #map_box
{
  height: 530px;
  /*background: gray;*/
  border-radius: 20px;
  margin: 30px 0 50px 0;
  filter: invert(100%);
  -ms-filter: invert(100%);
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  -o-filter: invert(100%);
}

#map_box > ymaps 
{
  border-radius: 20px;
  overflow: hidden;
}

.ymaps-2-1-79-map-copyrights-promo > ymaps:nth-child(1)
{
  display: none;
}

.contacts #map_box *
{
  transition: none !important;
}

.contacts .citys_title
{
  font-size: 18px;
  color: #ADADAD;
  text-align: center;
  margin-bottom: 20px;
}

.contacts .citys_box
{
  display: flex;
  flex-wrap: wrap;
}

.contacts .city_item
{
  background: #222222;
  border-radius: 20px;
  font-size: 26px;
  color: #FFFFFF;
  padding: 30px 40px;
  margin: 0 15px 15px 0;
  min-width: 200px;
  text-align: center;
}























/***********медиа запросы*********************/
@media screen and (max-width: 1400px)
{ 
  .contacts .cont_ref
  {
    font-size: 30px;
  }
}

@media screen and (max-width: 1000px)
{
  .contacts .left_box 
  {
    width: 50%;
    padding-right: 20px;
  }

  .contacts .right_box
  {
    width: 50%;
  }
}

@media screen and (max-width: 750px)
{
  .contacts
  {
    margin-top: 100px !important;
  }

  .contacts .cont_text
  {
    flex-direction: column;
  }

  .contacts .left_box 
  {
    width: 100%;
    padding-right: 0px;
  }

  .contacts .cont_label
  {
    font-size: 16px;
  }

  .contacts .rekv
  {
    font-size: 14px;
    padding-left: 10px;
  }

  .contacts .cont_ref 
  {
    font-size: 20px;
  }

  .contacts .right_box
  {
    width: 100%;
  }

  .contacts .city_item
  {
    font-size: 20px;
  }

  .contacts .cont_item 
  {
    margin-bottom: 20px;
  }

  .contacts #map_box
  {
    height: 400px;
  }

  .contacts .city_item
  {
    min-width: 100%;
    margin: 0 0 20px 0;
    padding: 20px;
  }
}

/*******************************/

@media screen and (max-width: 1430px)
{
  .documents_slider .prev-photo
  {
    left: -15px;
  }

  .documents_slider .next-photo
  {
    right: -15px;
  }
}

@media screen and (max-width: 1300px)
{
  .main_info .img_box 
  {
    padding-right: 50px;
  }
}

@media screen and (max-width: 1000px)
{
  .main_info .big_text
  {
    font-size: 18px;
  }

  .main_info .img_box 
  {
    padding-right: 30px;
  }

  .main_info .big_logo
  {
    width: 100%;
  }

  .main_info .advs_box 
  {
    margin: 50px 0 30px 0;
  }

  .main_info .adv_text
  {
    font-size: 18px;
  }

  .main_info 
  {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 750px)
{
  .main_info .img_text
  {
    flex-direction: column;
  }

  .main_info .img_box
  {
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
  }

  .main_info .about_text
  {
    width: 100%;
    font-size: 16px;
  }

  .main_info .small_logo
  {
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
  }

  .main_info .ofice_img
  {
    margin-top: 30px;
  }

  .main_info .ofice_name
  {
    font-size: 16px;
  }

  .certificates.company
  {
    margin-top: 50px !important;
  }
}

/****************************/
@media screen and (max-width: 1680px)
{
  /*header .contact-box
  {
    margin-left: 10px;
  }*/

  header .header-wrap
  {
    padding: 20px 15px;
  }
}

@media screen and (max-width: 1550px)
{
  header .search_form 
  {
    margin: 0 20px 0 10px;
  }
}

@media screen and (max-width: 1440px)
{
  .head-logo
  {
    width: 120px;
  }

  header .menu a,
  header .contact-item .contact-item-text,
  header .menu a span
  {
    font-size: 12px;
  }

  header .menu li
  {
     margin: 5px 10px;
  }

  header .univ-button
  {
    font-size: 14px;
    width: 130px;
    height: 40px;
  }

  header .contact-item
  {
    margin-right: 10px;
  }

  header .contact-item .contact-item-text
  {
    margin-left: 5px;
  }
}

@media screen and (max-width: 1100px)
{
  header .menu a,
  header .contact-item .contact-item-text,
  header .menu a span
  {
    font-size: 10px;
  }

  header .contact-item .contact-item-text
  {
    width: 100px;
  }

  header .univ-button
  {
    font-size: 12px;
    width: 130px;
    height: 40px;
  }
}

@media screen and (max-width: 1000px)
{
  header .contact-item .contact-item-text
  {
    width: auto;
  }

  header .loopa
  {
    left: 15px;
  }

  header .search_contact
  {
    flex-direction: column;
    align-items: flex-start;
  }

  header #search_input
  {
    width: 200px;
    padding: 0 20px 0 40px;
  }

  header .search_form
  {
    margin: 0 0 20px 0;
  }

  .top_delimeter
  {
    margin-bottom: 120px;
  }

  header .mobile-burger
  {
    display: block !important;
    width: 40px;
    cursor: pointer;
  }

  header .mobile-burger div
  {
    height: 3px;
    background: white;
    margin: 10px 0;
  }

  header .mobile-burger div.middle
  {
    margin: 10px 0;
  }

  header .header-wrap
  {
    padding: 10px 15px;
  }

  /*********меню моб*********/
  header .header-wrap
  {
    position: relative;
  }

  header .for-mobile
  {
    position: absolute;
    z-index: 1000000000;
    top: 100%;
    left: -250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #0E0E0E;
    width: 250px;
    padding: 15px 15px 60px 15px;
    align-items: flex-start;

    height: calc(100vh - 69px);
    overflow-y: auto;
  }

  header .for-mobile.active
  {
    left: 0px;
  }

  header .menu,
  header .contact-box
  {
    flex-direction: column;
  }

  header .contact-box
  {
    align-items: flex-start;
  }

  header .contact-item
  {
    margin: 7px 0;
  }

  header .contact-item.ofice
  {
    transform: translateX(-4px);
  }

  header .mobile-shade
  {
    position: absolute;
    z-index: 10000000;
    top: 100%;
    left: 0px;
    background: #000000;
    width: 100%;
    height: calc(100vh - 69px);
    opacity: 0.7;
    transition-timing-function: linear !important;
  }

  header .menu a, 
  header .contact-item .contact-item-text,
  header .menu a span
  {
    font-size: 14px;
  }

  header .univ-button
  {
    font-size: 16px;
    margin-top: 15px;
  }

  header .menu li
  {
    margin: 0 0 10px 0;
  }

  header .contact-box
  {
    margin: 0px;
  }
}

/**************************/
@media screen and (max-width: 750px)
{
  .premium .main-title
  {
    font-size: 18px;
  }

  .premium .head-equip
  {
    max-width: 250px;
  }

  .premium .head-img-box
  {
    margin: 30px 0;
  }

  .premium .big-logo-back
  {
    top: -20px;
  }

  .premium .about-head-equip
  {
    position: static;
    justify-content: center;
  }

  .premium .equip-name-head,
  .premium .about-head-text,
  .premium .text-ab
  {
    font-size: 16px;
  }

  .premium .icon-text img
  {
    width: 100px;
  }

  .premium .icon-text
  {
    margin-top: 30px;
  }
}

/**************************/

@media screen and (max-width: 1200px)
{
  .standard #client-name,
  .standard #client-email,
  .standard #client-phone
  {
    width: 180px;
  }
}

@media screen and (max-width: 1150px)
{
  .standard .equip 
  {
    width: calc(100% - 500px - 30px);
  }
}

@media screen and (max-width: 1000px)
{
  .standard .text-img-box
  {
    flex-direction: column;
  }

  .standard .text-box
  {
    width: 100%;
  }

  .standard .equip
  {
    width: 100%;
    max-width: 500px;
    margin: 20px auto 0 auto;
  }
}

@media screen and (max-width: 750px)
{
  .standard .text-box
  {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1000px)
{
  .standard .input-line 
  {
    flex-wrap: wrap;
    justify-content: center;
  }

  .standard #send-order-butt
  {
    margin: 20px 0 0 0;
  }

  .standard #client-name, 
  .standard #client-email, 
  .standard #client-phone 
  {
    width: 160px;
  }
}

@media screen and (max-width: 1280px)
{
  .standard .input-line input
  {
    width: 160px;
  }

  .standard .input-line .univ-button
  {
    width: 160px;
  }
}



@media screen and (max-width: 1000px)
{
  .standard .input-line .univ-button
  {
    margin-top: 15px;
  }
}

@media screen and (max-width: 820px)
{
  .standard .input-line input
  {
    width: 160px;
  }
}

@media screen and (max-width: 755px)
{

  .standard .button-line
  {
    justify-content: center;
  }

  .standard .standard-form .politic
  {
    width: 100%;
    margin-left: 0px;
  }

  .standard .input-line .univ-button
  {
    margin: 15px auto 0 auto;
  }

  .standard .input-line
  {
    flex-direction: column;
  }

  .standard .form-title
  {
    font-size: 18px;
  }

  .standard .form-sub-title
  {
    font-size: 16px;
  }

  .standard .standard-form
  {
    position: relative;
    padding: 20px;
  }

  .standard .form-img
  {
    position: absolute;
  }

  .standard .form-box
  {
    width: 100%;
  }

  .standard .form-title
  {
    margin: 10px 0 50px 80px;
  }

  .standard .input-line input
  {
    display: block;
    width: 100% !important;
    margin: 0 0 15px 0;
    font-size: 16px;
  }

  .standard .input-line input::placeholder
  {
    font-size: 16px;
  }

  .standard .form-sub-title
  {
    margin: 20px 0;
  }
}

/***********************************/

@media screen and (max-width: 1400px)
{
  .high .about-slide-box 
  {
    width: calc(50% - 50px);
  }
}

@media screen and (max-width: 1400px)
{
  .high .prev-photo svg, 
  .high .next-photo svg 
  {
      width: 50px;
  }

  .high .prev-photo 
  {
    left: -14px;
  }

  .high .next-photo 
  {
    left: calc(50% - 34px);
  }
}

@media screen and (max-width: 750px)
{
   .high .prev-photo 
  {
    left: -14px;
  }

  .high .next-photo 
  {
    left: calc(100% - 34px);
  }
}

@media screen and (max-width: 1170px)
{
  .high .adv-item
  {
    width: 100%;
  }

  .high .adv-textt
  {
    max-width: 100%;
  }
}

@media screen and (max-width: 1000px)
{
  .high .shift-text
  {
    margin-left: 0px;
  }

  .high .about-slide-text
  {
    font-size: 20px;
  }
}

@media screen and (max-width: 750px)
{
  .high .shift-text
  {
    font-size: 16px;
    margin: 20px 0;
  }

  .high .slide-wraper
  {
    flex-direction: column;
  }

  .high .img-box-slider
  {
    width: 100%;
      padding-top: 70%;
  }

  .high .about-slide-box
  {
    width: 100%;
    margin-top: 20px;
  }

  .high .about-slide-text
  {
    font-size: 16px;
  }

  .high .slick-dots 
  {
    bottom: -30px !important;
    width: 100% !important;
  }

  .high .slick-dots li
  {
    width: 30px;
  }

  .high .shift-text.second
  {
    margin-top: 50px;
  }

  .high .adv-item img
  {
    width: 100px;
  }

  .high .adv-textt 
  {
    margin-left: 10px;
    font-size: 16px;
  }

  .high .about-slide-text
  {
    max-width: 100%;
  }
}

/************/
@media screen and (max-width: 1350px)
{
  .ready .prev-photo svg,
  .ready .next-photo svg
  {
    width: 50px;
  }

  .ready .prev-photo
  {
    left: -10px;
  }

  .ready .next-photo
  {
    right: -10px;
  }

  .ready .about-text 
  {
    width: calc(100% - 138px - 10px);
  }
}

@media screen and (max-width: 1000px)
{
  .ready .equip-name
  {
    font-size: 18px;
  }
}

@media screen and (max-width: 750px)
{
  .ready .cart-box 
  {
    width: 100%;
    margin: 0px;
  }

  .ready .slick-dots li
  {
    width: 30px;
  }

  .ready .slick-dots 
  {
    bottom: -40px !important;
  }

  .ready .ready-text 
  {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .ready .slick-dots
  {
    justify-content: center;
  }
}

/***************/
@media screen and (max-width: 1000px)
{
  .certificates .text-box
  {
    font-size: 18px;
  }

  .certificates .shift-text
  {
    margin-left: 0px;
  }
}

@media screen and (max-width: 750px)
{
  .certificates
  {
    margin-top: 100px !important;
  }

  .certificates .shift-text
  {
    font-size: 16px;
    margin: 20px 0;
  }

  .certificates .boxes
  {
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .certificates .box-item
  {
    width: 100%;
    margin-bottom: 25px;
  }

  .certificates .img-line 
  {
      justify-content: center;
  }

  .certificates .text-box
  {
    font-size: 16px;
    text-align: center;
    max-width: 100%;
    margin-top: 15px;
  }

  .certificates .document-line
  {
    flex-direction: column;
    align-items: center;
  }
}

/******************/
@media screen and (max-width: 850px)
{
  footer .footer-logo,
  footer .map,
  footer .hualian-logo
  {
    width: 32%;
    margin: 0px;
  }

  footer .footer-logo img,
  footer .hualian-logo img
  {
    width: 100%;
  }

  footer .ref-line
  {
    justify-content: space-between;
  }

  footer .cont-text,
  footer .politic
  {
    font-size: 13px;
  }

  footer
  {
    margin-top: 50px;
  }

  footer .contacts-box
  {
    margin: 30px 0;
  }
}

@media screen and (max-width: 750px)
{
  footer .menu,
  footer .menu_butt
  {
    flex-direction: column;
  }

  footer .univ-button.popup-quest
  {
    margin: 20px 0 0 0;
  }

  footer
  {
    padding-bottom: 20px !important;
  }
}


/*********Попап задать вопрос **********/
#popup-quest
{
  border-radius: 20px !important;
  width: 100%;
  max-width: 918px;
  background: #2D2D2D;
  position: relative;
  padding: 60px 60px 40px 60px;
}

#popup-quest .fancybox-close-small
{
  display: none !important;
}

#popup-quest .popup-title
{
  font-size: 40px;
  color: #FFFFFF;
}

#popup-quest #close-popup-button-quest
{
    width: 110px;
    height: 44px;
    background: #000000B2;
    opacity: 0.9;
    border-radius: 80px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9999999;
    outline: none;
    border: none;
}

#popup-quest .popup-sub-title
{
  color: #ADADAD;
  font-size: 22px;
  font-weight: 500;
  margin: 20px 0 50px 0;
  line-height: 1.7;
}

#popup-quest .input-line
{
  display: flex;
  justify-content: space-between;
}

#popup-quest .input-line .all-input 
{
    background: #3A3A3A;
    border-radius: 10px;
    color: #787878;
    font-size: 17px;
    font-weight: 400px;
    height: 52px;
    padding: 0 20px;
    border: none;
}

#popup-quest .input-line::placeholder
{
  color: #787878;
  font-size: 17px;
}

#popup-quest input[name="fio"]
{
  width: 260px;
}

#popup-quest input[name="email"]
{
  width: 300px;
}

#popup-quest input[name="phone"]
{
  width: 200px;
}

#popup-quest textarea
{
  width: 100%;
  background: #3A3A3A;
  border-radius: 10px;
  color: #787878;
  font-size: 17px;
  font-weight: 400px;
  height: 194px;
  padding: 20px;
  border: none;
  margin-top: 15px;
}

#popup-quest .univ-button
{
  width: 220px;
  margin: 30px auto 30px auto;
}

#popup-quest .last-text
{
  font-size: 14px;
  font-weight: 500px;
  text-align: center;
  color: #656565;
  line-height: 1.4;
}

#popup-quest .polite
{
  color: #8A8A8A;
}

#popup-quest .smile_img
{
  display: block;
  width: 110px;
  margin: 90px auto 20px auto;
}

#popup-quest .form-box.succes .popup-title
{
  text-align: center;
  margin: 25px 0;
}

#popup-quest .form-box.succes .popup-sub-title
{
  text-align: center;
  width: 100%;
  max-width: 578px;
  margin: 0 auto;
}

#popup-quest .form-box.succes .univ-button
{
  margin-top: 100px;
  margin-bottom: 56px;
}

@media screen and (max-width: 1000px)
{
  #popup-quest .input-line .all-input
  {
    width: calc(33.3% - 10px);
  }
}

@media screen and (max-width: 750px)
{
  #popup-quest .popup-title
  {
    font-size: 18px;
  }

  #popup-quest .popup-sub-title
  {
    font-size: 16px;
    margin: 20px 0;
  }

  #popup-quest .input-line
  {
    flex-wrap: wrap;
  }

  #popup-quest .input-line .all-input
  {
    width: 100%;
    margin-bottom: 20px;
  }

  #popup-quest textarea
  {
    margin-top: 0px;
  }

  #popup-quest
  {
    padding: 70px 25px 25px 25px;
  }
}

/*********Попап задать вопрос **********/


.repeat-form::before
{
  background:linear-gradient(to left,#42424200,#6F6F6F);
}


.catalog_block_products_pages_in_inner .catalog_block_products_pages_in_inner_act {
	background: linear-gradient(127deg, #3dc0ff -5.25%, rgba(144, 0, 255, 0.644) 87.14%) !important;
}

.catalog_block_products_pages_in_inner a:hover {
	background: linear-gradient(127deg, #3dc0ff -5.25%, rgba(144, 0, 255, 0.644) 87.14%) !important;
}

.page_prev_next:hover {
	background: linear-gradient(127deg, #3dc0ff -5.25%, rgba(144, 0, 255, 0.644) 87.14%) !important;
}

header .more {
	position: relative;
}

header .more::after {
	position: absolute;
	content: "";
	top: 50%;
	right: -22px;
	width: 16px;
	height: 8px;
	transform: translateY(-50%);
	background: url(/local/templates/xiaojin/css/../img/header-arrow.svg) no-repeat;
	transition: all 0.3s ease;
}

header .more:hover::after {
	transform: rotate(180deg) translateY(50%);
}

.faq-heading {
  color: #ffffff;
  margin-bottom: 70px;
  line-height: 1.1;
  text-align: center;
  font-size: 50px;
}

.tab_item {
  background: #222222;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  cursor: pointer;
}

.arrow {
  margin-top: 10px;
  transition: all 0.3s ease;
}

.text_box {
  width: calc(100% - 20px);
  padding-left: 30px;
}

.quest {
  font-size: 26px;
  color: #ffffff;
  font-weight: 700;
}

.answer {
  font-size: 18px;
  color: #adadad;
  margin-top: 30px;
  transition: none !important;
}
.answer a {
  text-decoration: none;
  color: #adadad;
}
.answer p:not(:last-child) {
  margin-bottom: 20px;
}

.quest_box .answer * {
  font-weight: 500;
}

.arrow.active {
  transform: rotate(180deg);
}

header .menu {
	margin-right: 160px;
}

.about_pay .tab_item {
	display: block;
	border-radius: 20px;
	background: radial-gradient(136.86% 141.25% at 9.76% 8.43%, #222 0%, rgba(62, 62, 62, 0.00) 100%);
}
/* End */


/* Start:/local/templates/xiaojin/css/styles-ik.css?178601059717909*/
.contacts .cont_item.main_phone {
    margin-right: 60px;
}
.contacts .work-mode {
    color: #ADADAD;
}
.contacts .work-mode span{
	font-size:18px;
	margin-left:8px
}

.product-delivery-ik{
}
.product-delivery-ik__items{
	display:flex;
	flex-direction:row;
	align-items:stretch;
	justify-content:flex-start;
	flex-wrap:wrap;
	column-gap:24px;
	row-gap:24px;
}
.product-delivery-ik__item{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:flex-end;
	position:relative;
	width: calc(33.33% - 16px); 
	height: 218px; 
	row-gap:15px;
	box-sizing:border-box;
	border-radius: 20px;
	background: radial-gradient(136.86% 141.25% at 9.76% 8.43%, #222 0%, rgba(62, 62, 62, 0.00) 100%);
	padding:15px 35px 35px 50px;
}
.product-delivery-ik__item:before{
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: radial-gradient(64.33% 60.74% at 92.5% 1.43%, #3E90FF 0%, rgba(76, 76, 76, 0.13) 100%);
	opacity: 0;
	border-radius: 20px;
	transform:rotate(180deg);
	z-index:5;
	transition: .3s all ease-out;
	
}
.product-delivery-ik__item:hover:before{
	opacity: 0.3;
}
.product-delivery-ik__heading{
	display:block;
	position:relative;
	color: #FFF;
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
	z-index:10;
}
.product-delivery-ik__link{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:flex-start;
	position:relative;
	column-gap:14px;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	background:  linear-gradient(115deg, #82D6FF 19.89%, #8F00FF 109.29%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: .3s all ease-out;
	z-index:10;
}
.product-delivery-ik__link:hover{
	opacity:.7;
}
.product-delivery-ik__item:after{
	content:'';
	display:block;
	position:absolute;
	z-index:10;
}
.product-delivery-ik__item.item-1:after{
	top:33px;
	right:31px;
	width: 135px;
	height: 104px;
	background:url('/local/templates/xiaojin/css/../img/product-delivery-item-1.svg') no-repeat center / 135px auto;
}
.product-delivery-ik__item.item-2:after{
	top:33px;
	right:32px;
	width: 109px;
	height: 71px;
	background:url('/local/templates/xiaojin/css/../img/product-delivery-item-2.svg') no-repeat center / 109px auto;
}
.product-delivery-ik__item.item-3:after{
	top:34px;
	right:44px;
	width: 86px;
	height: 114px;
	background:url('/local/templates/xiaojin/css/../img/product-delivery-item-3.svg') no-repeat center / 86px auto;
}
.not-available-label-gradient{
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	border-radius: 20px;
	background: radial-gradient(43.85% 41.38% at 92.5% 1.43%, #FF7846 0%, rgba(76, 76, 76, 0.13) 100%);
	opacity: 0.3; 
	z-index: -1;
}
.wait-arrival-label-gradient{
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	border-radius: 20px;
	background: radial-gradient(64.33% 60.74% at 92.5% 1.43%, #3E90FF 0%, rgba(76, 76, 76, 0.13) 100%);
	opacity: 0.3;
	z-index: -1;
}
.product-item-label{
	display:flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	top:10px;
	right:10px;
	min-height:28px;
	padding:5px 12px;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	border-radius: 23px; 
}
.available{
	background: radial-gradient(190.39% 142.74% at 6.86% 100%, #FF4646 0%, #FF7E46 100%);
}
.not-available{
	background: #1C1C1C; 
}
.wait-arrival{
	border-radius: 23px;
	background: radial-gradient(305.33% 111.63% at 88.78% 85.76%, #3B8DFF 0%, #5EB6FF 100%);
}
.catalog_block_products_flex_in_txt{
	height:69px;
	overflow:hidden;
}
.catalog_block_products_flex_in{
	padding-bottom: 140px !important;
}
.catalog_block_products_flex_in_btns_price{
	white-space:nowrap;
}
.product-item-description{
	display:block;
	position:absolute;
	bottom:76px;
	left:0;
	width:100%;
	padding: 0 20px 0 30px;
	color: #929292;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	height:48px;
	overflow:hidden;
}
.product-slider{
	margin-top:100px;
}
.product-slider__head{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.product-slider__title{
	color: #FFF;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px;
}
.product-slider__control{
	display:flex;
	align-items:center;
	justify-content:flex-end;
	column-gap:12px;
}
.product-slider__prev,.product-slider__next{
	display:flex;
	align-items:center;
	justify-content:center;
	width: 44px;
	height: 44px; 
	border-radius:50%;
	background: #252525;
	cursor:pointer;
	backdrop-filter: blur(9.5px); 
}
.product-slider__prev:before,.product-slider__next:before{
	content:'';
	display:block;
	width:10px;
	height:19px;
	margin-top:-1px;
	background-color:#A1A1A1;
	transition: .3s all ease-out;
}
.product-slider__prev:before{
	margin-left:-4px;
	mask:url('/local/templates/xiaojin/css/../img/slider-prev.svg') no-repeat center / 10px auto;
	-webkit-mask:url('/local/templates/xiaojin/css/../img/slider-prev.svg') no-repeat center / 10px auto;
}
.product-slider__next:before{
	margin-right:-4px;
	mask:url('/local/templates/xiaojin/css/../img/slider-next.svg') no-repeat center / 10px auto;
	-webkit-mask:url('/local/templates/xiaojin/css/../img/slider-next.svg') no-repeat center / 10px auto;
}
.product-slider__prev:not(.slick-disabled):hover:before,.product-slider__next:not(.slick-disabled):hover:before{
	background:linear-gradient(to right, #82D6FF, #8F00FF);
}
.product-slider__prev.slick-disabled,.product-slider__next.slick-disabled{
	opacity:.15;
}
.product-slider__wrap{
	margin:30px auto 0;
	width:1340px;
	max-width:100%;
	padding-left:20px;
	padding-right:20px;
}
.product-slider__items{
	padding-bottom:30px;
	margin-bottom:0 !important;
	margin-left:-10px;
}
.product-slider .slick-list {
    margin:0 -10px;
}
.product-slider .slick-slide{
	margin: 0 10px;
}
.product-slider__item .catalog_block_products_flex_in{
	width:100%;
	margin-bottom:0;
}
.product-slider .slick-dots{
	bottom:0;
}
.product-slider button:before{
	display:none !important;
}
.site-breadcrumbs{
	padding-bottom:20px;
	padding-top:20px;
}
.site-breadcrumbs ul{
	display:block;
	list-style:none;
	padding:0 20px;
	margin:0;
	text-align:center;
}
.site-breadcrumbs li{
	display:inline-block;
	vertical-align:middle;
}
.site-breadcrumbs a,.site-breadcrumbs a span, .site-breadcrumbs span{
	display:inline-block;
	vertical-align:middle;
	color: #707070;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	text-decoration:none;
	transition: .3s all ease-out;
}
.site-breadcrumbs a:hover span{
	color: #C3C3C3; 
}
.site-breadcrumbs .dot{
	padding-left:12px;
	padding-right:12px;
}
header + .site-breadcrumbs{
	padding-top: 118px;
	padding-bottom:0;
	margin-bottom:-75px;
}

header .menu > li{
	position:relative;
	margin:0 15px;
	padding:5px 0;
}
header .menu > li:hover > a {
    background: linear-gradient(to right, #82D6FF, #8F00FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
header .menu > li > ul{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:flex-start;
	position:absolute;
	row-gap:14px;
	left:-28px;
	top:100%;
	padding:17px 32px 17px 32px;
	background: #292929;
	filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.40));
	border-radius:16px;
	z-index:10;
	visibility:hidden;
	opacity:0;
	transition: .3s all ease-out;
}
header .menu > li:hover > ul{
	visibility:visible;
	opacity:1;
}
header .menu > li > ul > li{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:flex-start;
}
header .menu > li > ul > li > a {
	display:block;
	position:relative;
	color: #ADADAD;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	text-transform:none;
	white-space:nowrap;
	transition: .3s all ease-out;
}
header .menu > li > ul > li > a:hover{
	color: #FFF; 
	background:transparent;
	-webkit-background-clip: unset;
    -webkit-text-fill-color: #FFF;
}
header .menu > li > ul > li > a > span{
	display:block;
	position:absolute;
	left:100%;
	top:0;
	margin-left:4px;
	color: #ACACAC;
	font-size: 14px;
	font-weight: 500;
	line-height:1;
	opacity:0;
	transition: .3s all ease-out;
}
header .menu > li > ul > li > a:hover span{
	opacity:1;
    -webkit-text-fill-color: #ACACAC;
}
header .menu > li > ul > li > a:hover{
}
header .menu > li > ul > li > ul{
	display:none;
}

.footer-catalog-menu{
	margin-top:20px;
	border-top:1px solid #232323;
	border-bottom:1px solid #232323;
	padding-top:24px;
	padding-bottom:24px;
}
.footer-catalog-menu ul{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	column-gap:28px;
	row-gap:14px;
	list-style:none;
	margin:0;
	padding:0;
}
.footer-catalog-menu li{
	display:block;
}
.footer-catalog-menu a{
	color: #9B9B9B;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	transition: .3s all ease-out;
	text-decoration:none;
}
.footer-catalog-menu a:hover{
	color: #FFF; 
}
.footer-contacts{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	margin-top:36px;
	column-gap:40px;
	row-gap:16px;
	padding-bottom:20px;
}
.footer-contacts__item{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:flex-start;
	column-gap:12px;
}
.footer-contacts__item svg{
	display:block;
	width:24px;
	height:auto;
	fill:#fff;
}
.footer-contacts__item a, .footer-contacts__item  p{
	color: #A5A5A5;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	text-decoration:none;
}
header .search_form{
	width: 220px;
	height: 44px;
}
header #search_input{
	position:absolute;
	right:0;
	top:0;
	width:100%;
	transition: .3s all ease-out;
}
header .loopa{
	transition: .3s all ease-out;
}
header .search_form.focused #search_input{
	width:930px;
}
header .search_form.focused .loopa{
	left:calc(235px - 930px);
}
header .search-list{
	display:none;
	position:absolute;
	box-sizing:border-box;
	padding:20px 40px;
	top:100%;
	right:0;
	width:930px;
	background: #292929;
	border-radius:16px;
	filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.40));
}
header .search_form.focused .search-list.open{
	display:block;
}
header .search-list ul{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:flex-start;
	row-gap:10px;
	margin:0;
	padding:0;
	list-style:none;
}
header .search-list li{
	display:block;
}
header .search-list li a{
	color: #ADADAD;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px; 
}
header .search-list li a:hover{
	opacity:1;
	color: #FFF; 
}
header .search-list li span{
	color: #ADADAD;
	font-size: 19px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px;
}
header .search-list li b,
header .search-list li mark{
	font-weight: normal;
	background:transparent;
	color: #8D9FFF;
}
header .search-list__all{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	margin-top:10px;
	column-gap:8px;
	color: #ADADAD;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
	text-decoration:none;
	transition: .3s all ease-out;
}
header .search-list__all:after{
	content:'';
	display:block;
	margin-top:2px;
	width:7px;
	height:12px;
	background-color:#ADADAD;
	mask:url('/local/templates/xiaojin/css/../img/link.svg') no-repeat center / 7px auto;
	-webkit-mask:url('/local/templates/xiaojin/css/../img/link.svg') no-repeat center / 7px auto;
	transition: .3s all ease-out;
}
header .search-list__all:hover{
	opacity:1;
	color: #FFF; 
}
header .search-list__all:hover:after{
	background-color: #FFF; 
}
.video-gallery{
}
.video-gallery__big-slider{
}
.video-gallery__big-slide{
}
.video-gallery__link{
	display:block;
	position:relative;
	text-decoration:none;
	opacity:1 !important;
	overflow:hidden;
}
.video-gallery__link:before{
	content:'';
	display:block;
	padding-top:56.25%;
}
.video-gallery__link:after{
	content:'';
	display:flex;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0.8;
	background:url('/local/templates/xiaojin/css/../img/play.svg') no-repeat center / 130px auto;
	z-index:8;
	transition: .3s all ease-out;
}
.video-gallery__link:hover:after{
	background-size: 110px auto;
	opacity:1;
}
.video-gallery__link img{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit: cover;
    -o-object-fit: cover;
	border-radius: 20px;
	z-index:5;
}
.video-gallery__heading{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:flex-end;
	position:absolute;
	width:100%;
	padding:0 40px 26px;
	left:0;
	bottom:0;
	color: #CDCDCD;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	z-index:10;
	background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 85.71%);
	border-radius:0 0 20px 20px;
}
.video-gallery__thumbs-slider{
	margin:30px auto 0;
	width:calc(100% - 140px);
}
.video-gallery__thumb-slide{
	position:relative;
	cursor:pointer;
}
.video-gallery__thumb-slide:before{
	content:'';
	display:block;
	padding-top:56.25%;
}
.video-gallery__thumb-slide img{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit: cover;
    -o-object-fit: cover;
	border-radius: 12px;
	opacity: 0.7; 
	z-index:5;
}
.video-gallery__thumbs-slider .slick-list {
    margin:0 -10px;
}
.video-gallery__thumbs-slider .slick-slide{
	margin: 0 10px;
	
}
.video-gallery__thumb-slide.slick-current img{
	opacity:1;
	top:2px;
	left:2px;
	width:calc(100% - 4px);
	height:calc(100% - 4px);

}
.video-gallery__thumb-slide.slick-current:after{
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:3;
	border-radius: 12px;
	background: linear-gradient(115deg, #82D6FF 19.89%, #8F00FF 109.29%); 
}
.video-gallery__thumbs-slider .slick-prev{
	left:-70px;
}
.video-gallery__thumbs-slider .slick-next{
	right:-70px;
}
.catalog-text-block{
	margin-top:50px;
	padding-bottom:
}
.catalog-text-block + .ctlg_block3{
	margin-top:80px;
}
.ft > *{
	margin-top:30px;

}
.ft > *:first-child{
	margin-top:0;
}
.ft p,.ft ul,.ft ol{
	font-size: 18px;
    color: #ADADAD;
    line-height: 1.5;
}
.ft h1,.ft h2,.ft h3,.ft h4,.ft h5,.ft h6{
	color: #FFFFFF;
    line-height: 1.4;
}
.ft img{
	display:block;
	max-width:100%;
	height:auto;
}
@media screen and (max-width: 1600px){
	header .search_form.focused #search_input{
		width:57vw;
	}
	header .search_form.focused .loopa{
		left:calc(235px - 57vw);
	}
	header .search-list{
		width:57vw;
	}
}
@media screen and (max-width: 1440px){
	header .search_form.focused #search_input{
		width:65vw;
	}
	header .search_form.focused .loopa{
		left:calc(235px - 65vw);
	}
	header .search-list{
		width:65vw;
	}
}
@media screen and (max-width: 1320px){
	header .search_form.focused #search_input{
		width:60vw;
	}
	header .search_form.focused .loopa{
		left:calc(235px - 60vw);
	}
	header .search-list{
		width:60vw;
	}
}
@media screen and (max-width: 1280px){
	
	.product-delivery-ik__item.item-1:after{
		top:20px;
		right:31px;
		width: 90px;
		height: 70px;
		background-size:90px auto;
	}
	.product-delivery-ik__item.item-2:after{
		top:20px;
		right:32px;
		width: 72px;
		height: 47px;
		background-size: 72px auto;
	}
	.product-delivery-ik__item.item-3:after{
		top:20px;
		right:30px;
		width: 50px;
		height: 76px;
		background-size:50px auto;
	}
	header .menu > li > ul{
		left:-10px;
		top:100%;
		padding:10px;
		row-gap:8px;
		border-radius:16px;
	}
	header .menu > li > ul > li > a {
		font-size: 16px;
		line-height: 20px;
	}
}
@media screen and (max-width: 1024px){
	.product-delivery-ik__item{
		width:calc(50% - 12px);
	}
	.product-slider__wrap{
		width:100%;
	}
	.product-slider__items{
		margin-left:0;
	}
	header .menu{
		align-items:flex-start;
	}
	header .menu > li{
		margin:0 0 10px 0;
		padding:0;
	}
	header .menu > li > ul{
		justify-content:center;
		position:relative;
		row-gap:0;
		left:auto;
		top:auto;
		padding:8px 0 0 12px;
		background: none;
		filter: none;
		border-radius:0;
		visibility:visible;
		opacity:1;
	}
	header .menu > li > ul > li{
		display:flex;
		flex-direction:row;
		align-items:center;
		justify-content:flex-start;
	}
	header .menu > li > ul > li > a {
		color: #ADADAD;
		font-size: 14px;
		font-weight: 500;
		line-height: 20px;
		white-space:break-spaces;
	}
	
	header .menu > li > ul > li > a > span{
		display:none;
	}
	header .search_form{
		position:fixed;
		top:12px;
		right:80px;
		width: calc(100vw - 240px);
		height: 44px;
	}
	header .search_form.focused #search_input{
		width: calc(100vw - 240px);
	}
	header .search_form.focused .loopa{
		left:15px;
	}
	header .search-list{
		padding:20px;
		right:-60px;
		width:calc(100vw - 40px);
	}
	header .search-list ul{
		max-height:calc(100vh - 300px);
		overflow:auto;
	}

}
@media screen and (max-width: 767px){
	header + .site-breadcrumbs{
		padding-top: 85px;
		padding-bottom:0;
	}
	.product-delivery-ik__item{
		width:100%;
		height:auto;
		padding:24px 124px 24px 24px;
	}
	.video-gallery__link:after{
		background:url('/local/templates/xiaojin/css/../img/play.svg') no-repeat center / 80px auto;
	}
	.video-gallery__link:hover:after{
		background-size: 60px auto;
	}
	.video-gallery__heading{
		padding:20px;
		font-size: 16px;
		line-height: 24px;
	}
}
@media screen and (max-width: 750px){
	.contacts .cont_item.main_phone {
		margin-right: 27px;
	}
	.product-slider__items{
		padding-bottom:0;
	}
}
/* End */


/* Start:/fonts/font.css?17860106001597*/
@font-face {
  font-family: 'PT Root UI';
  src: local('PT Root UI Light'), local('PT-Root-UI-Light'), url('/fonts/PTRootUI-Light.woff2') format('woff2'), url('/fonts/PTRootUI-Light.woff') format('woff'), url('/fonts/PTRootUI-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'PT Root UI';
  src: local('PT Root UI Regular'), local('PT-Root-UI-Regular'), url('/fonts/PTRootUI-Regular.woff2') format('woff2'), url('/fonts/PTRootUI-Regular.woff') format('woff'), url('/fonts/PTRootUI-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'PT Root UI';
  src: local('PT Root UI Medium'), local('PT-Root-UI-Medium'), url('/fonts/PTRootUI-Medium.woff2') format('woff2'), url('/fonts/PTRootUI-Medium.woff') format('woff'), url('/fonts/PTRootUI-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'PT Root UI';
  src: local('PT Root UI Bold'), local('PT-Root-UI-Bold'), url('/fonts/PTRootUI-Bold.woff2') format('woff2'), url('/fonts/PTRootUI-Bold.woff') format('woff'), url('/fonts/PTRootUI-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Golos Text';
  src: url('/fonts/GolosText-Regular.eot');
  src: url('/fonts/GolosText-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/GolosText-Regular.woff2') format('woff2'), url('/fonts/GolosText-Regular.woff') format('woff'), url('/fonts/GolosText-Regular.ttf') format('truetype'), url('/fonts/GolosText-Regular.svg#GolosText-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* End */


/* Start:/local/templates/xiaojin/libraries/fancybox/jquery.fancybox.min.css?178601059612795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/xiaojin/libraries/slick/slick.css?17860105961895*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/xiaojin/libraries/slick/slick-theme.css?17860105963349*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/xiaojin/libraries/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/xiaojin/libraries/slick/./fonts/slick.eot');
    src: url('/local/templates/xiaojin/libraries/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/xiaojin/libraries/slick/./fonts/slick.woff') format('woff'), url('/local/templates/xiaojin/libraries/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/xiaojin/libraries/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/css/font-awesome.css?178601055239739*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* End */


/* Start:/css/select2.min.css?178601055216264*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:300px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* End */


/* Start:/css/reset.css?17860105521071*/
/*reset*/
html,
body,
div,
span,
object,
iframe,
img,
strong,
b,
u,
i,
table,
tbody,
tfoot,
thead,
td,
th,
tr form,
label,
legend,
article,
section,
aside {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
html,
body {
  width: 100%;
  height: 100%;
}
.clear {
  clear: both;
  font-size: 0;
}
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}
* {
  box-sizing: border-box;
}
button,
input[type="button"],
input[type="submit"] {
  cursor: pointer;
}
table,
td,
th,
tr {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select,
textarea,
button {
  font-family: arial, helvetica, sans-serif;
  font-weight: 400;
  color: #000;
}
* {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
* {
  outline: 0 !important;
  /*transition: all 0.3s ease;*/
}
/*reset*/

/* End */


/* Start:/css/style.css?178601055215615*/
body {
  font-family: "PT Root UI";
  font-weight: 400;
  color: #fff;
  background: #171717;
  position: relative;
}
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
.main_block {
  padding: 55px 0 55px 0;
}
.ctlg_block1 {
  margin: 0 0 75px 0;
}
.heading {
  font-size: 50px;
  margin: 0 0 40px 0;
  text-align: center;
  font-family: "PT Root UI";
  font-weight: 700;
}
.heading span {
  color: #b1b1b1;
}
.catalog_nav {
  margin: 0 0 35px 0;
}
.catalog_nav_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.catalog_nav_flex a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  margin: 0 6px 10px 6px;
  font-size: 17px;
  text-decoration: none;
  color: #fff;
  border-radius: 7px;
  background: linear-gradient(
    127deg,
    rgba(142, 142, 142, 0.2) -5.25%,
    rgba(156, 156, 156, 0) 87.14%
  );
}
.catalog_nav_flex a span {
  display: inline-block;
  margin: 0 0 0 5px;
  color: #9f9f9f;
}
.catalog_nav_flex .catalog_nav_flex_act {
  background: linear-gradient(
    127deg,
    #3dc0ff -5.25%,
    rgba(143, 0, 255, 0) 87.14%
  );
}
.catalog_nav_flex a:hover {
  background: linear-gradient(
    127deg,
    #3dc0ff -5.25%,
    rgba(143, 0, 255, 0) 87.14%
  );
}
.catalog_block {
  max-width: 1380px;
  margin: 0 auto 0;
  padding: 0 20px;
}
.catalog_block .container {
  padding: 0;
}
.show_select {
  width: 265px;
  margin: 0 0 25px 0;
}
.show_select select {
  width: 100%;
}
.show_select .select2-container--default .select2-selection--single {
  background: transparent;
  border: none;
  border-radius: 0;
  height: auto;
}
.show_select
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: normal;
  color: #a4a4a4;
  font-family: "PT Root UI";
  font-weight: 500;
  font-size: 18px;
  padding: 0 20px 0 0;
}
.show_select
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  width: 12px;
  height: 6px;
  background: url(/css/../img/arr1.svg) center no-repeat;
  top: 50%;
  margin-top: -3px;
}
.show_select
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}
.select2-dropdown {
  width: 300px;
  background-color: #2d2d2d;
  filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.4));
  border: none;
}
.select2-container--open .select2-dropdown {
  left: -20px;
  top: 10px;
  overflow: hidden;
  border-radius: 20px;
  width: 300px !important;
  padding: 15px 50px;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent;
  color: #fff;
}
.select2-container--default .select2-results__option--selected {
  background-color: transparent;
  color: #fff;
}
.select2-results__option--selectable {
  color: #adadad;
  font-size: 18px;
  padding: 10px 0;
}
.catalog_block_products {
  margin: 0 -7px 100px;
}
.catalog_block_products_flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
}
.catalog_block_products_flex_in {
  width: 23.95%;
  min-height: 432px;
  margin: 0 7px 20px;
  background: radial-gradient(
    138.56% 141.03% at 11.91% 9.59%,
    #323232 0%,
    rgba(76, 76, 76, 0.13) 100%
  );
  padding: 15px 30px 85px;
  border-radius: 20px;
  position: relative;
}
.catalog_block_products_flex_in_img {
  text-align: center;
  margin: 0 0 20px 0;
}
.catalog_block_products_flex_in_img img {
  display: inline-block;
  width: auto;
  height: 240px;
}
.catalog_block_products_flex_in_txt {
  color: #adadad;
  font-size: 18px;
  font-weight: 500;
}
.catalog_block_products_flex_in_txt span {
  display: none;
}
.catalog_block_products_flex_in_btns {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 20px 30px;
}
.catalog_block_products_flex_in_btns_price {
  font-size: 21px;
  color: #fff;
  font-weight: 700;
}
.btn_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 141px;
  height: 50px;
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  border-radius: 80px;
}
.btn_1::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 3px;
  background: linear-gradient(to left, #ad00ff00, #5f9eff);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.catalog_block_products_flex_in:hover .catalog_block_products_flex_in_img img {
  height: 220px;
}
.catalog_block_products_flex_in:hover .catalog_block_products_flex_in_txt {
  color: #fff;
}
.catalog_block_products_flex_in:hover .catalog_block_products_flex_in_txt span {
  display: inline;
}
.btn_1:hover {
  background: linear-gradient(
    127deg,
    #3dc0ff -5.25%,
    rgba(143, 0, 255, 0) 87.14%
  );
}
.btn_1:hover:before {
  display: none;
}
.catalog_block_products_pages {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.catalog_block_products_pages_in {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page_prev_next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 50px;
  flex-shrink: 0;
  background: linear-gradient(
    127deg,
    rgba(142, 142, 142, 0.2) -5.25%,
    rgba(156, 156, 156, 0) 87.14%
  );
  border-radius: 7px;
}
.page_prev_next img {
  display: block;
  width: 9px;
  height: 18px;
}
.page_prev {
  margin: 0 10px 0 0;
}
.page_next {
  margin: 0 0 0 10px;
}
.catalog_block_products_pages_in_inner {
  display: flex;
  justify-content: center;
}
.catalog_block_products_pages_in_inner a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 50px;
  border-radius: 7px;
  background: #202020;
  margin: 0 5px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}
.catalog_block_products_pages_in_inner a:hover {
  background: linear-gradient(
    127deg,
    #3dc0ff -5.25%,
    rgba(143, 0, 255, 0) 87.14%
  );
}
.catalog_block_products_pages_in_inner
  .catalog_block_products_pages_in_inner_act {
  background: linear-gradient(
    127deg,
    #3dc0ff -5.25%,
    rgba(143, 0, 255, 0) 87.14%
  );
}
.page_prev_next:hover {
  background: linear-gradient(
    127deg,
    #3dc0ff -5.25%,
    rgba(143, 0, 255, 0) 87.14%
  );
}
.catalog_block_products_pages .btn_1 {
  width: 400px;
  height: 52px;
}
.ctlg_block1_inner_txt {
  /*display: flex;*/
  justify-content: flex-end;
  padding-top: 35px;
}
.ctlg_block1_inner_txt p {
  max-width: 1059px;
  font-size: 26px;
  color: #adadad;
  font-weight: 700;
  line-height: 1.36em;
  margin: 0;
}
.ctlg_block2 {
  margin: 0 0 20px 0;
}
.standard .standard-form {
  border-radius: 20px;
  background: #222222;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.standard .form-box {
  width: calc(100% - 60px - 30px);
}
.standard .form-title {
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
  margin: 0 0 12px 0;
}
.standard .form-sub-title {
  color: #adadad;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 20px 0;
  line-height: 1.4;
}
.standard .input-line {
  display: flex;
  justify-content: space-between;
}
.standard .input-line input {
  background: #333333;
  border-radius: 10px;
  color: #787878;
  font-size: 17px;
  font-weight: 400px;
  height: 52px;
  padding: 0 10px;
  border: none;
  margin-right: 15px;
  width: 260px;
}
.univ-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 172px;
  height: 52px;
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  position: relative;
}
.univ-button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 3px;
  background: linear-gradient(to left, #ad00ff00, #5f9eff);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.standard .input-line .univ-button {
  width: 220px;
}
.hide {
  display: none !important;
}
.standard .button-line {
  display: flex;
  justify-content: flex-end;
}
.standard .button-line .univ-button {
  width: 220px;
}
.standard .politic {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #656565;
  margin-top: 23px;
  margin-left: 90px;
}
.standard .politic a {
  text-decoration: none;
  color: #adadad;
}
.ctlg_block3 .boxes {
  display: flex;
  justify-content: space-between;
}
.ctlg_block3 .box-item {
  width: calc(33.3% - 15px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ctlg_block3 .padd-fill {
  padding: 40px;
  background: #222222;
  border-radius: 20px;
}

.ctlg_block3 .img-line {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 5px;
}
.ctlg_block3 .text-box {
  width: 100%;
  max-width: 260px;
  font-size: 26px;
  color: #ffffff;
  line-height: 1.4;
}
.ctlg_block3 .padd-fill.top {
  margin-bottom: 25px;
}
footer {
  padding: 100px 15px 40px;
}
.wrap {
  max-width: 1309px;
  width: 100%;
  margin: 0 auto;
}
footer .ref-line {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .map {
  margin: 0 15px;
}
footer .contacts-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 0 60px 0;
}
footer .contact-item {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
footer .cont-text {
  margin: 0;
  margin-left: 15px;
  font-size: 20px;
  color: #a5a5a5;
  text-decoration: none;
}
footer .cont-text a {
  text-decoration: none;
}
footer .politic {
  font-size: 16px;
  color: #525252;
  display: block;
  text-align: center;
}
.heading_block {
  position: relative;
}
.heading_block .btn_1 {
  width: 161px;
  height: 52px;
  position: absolute;
  top: 10px;
  left: 0;
}
.heading_block .btn_1::before {
  background: linear-gradient(to left, #ad00ff00, #6f6f6f);
}
.card_block {
  margin: 0 0 100px 0;
}
.card_block_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.card_block_flex_left {
  width: 53%;
  padding: 0 65px 0 100px;
}
.slider_card {
  width: 100%;
}
.slider_card_inner_in img {
  display: block;
  width: 100%;
  height: auto;
}
.slick-prev:before,
.slick-next:before {
  display: none !important;
}
.slick-prev,
.slick-next {
  width: 50px;
  height: 50px;
  z-index: 10;
}
.slick-prev {
  background: url(/css/../img/slid_prev.svg) center no-repeat !important;
  left: -100px;
}
.slick-next {
  background: url(/css/../img/slid_next.svg) center no-repeat !important;
  right: -65px;
}
.slick-dots {
  bottom: -40px;
}
.slick-dots li {
  width: auto;
  height: auto;
}
.slick-dots li button {
  width: 66px;
  height: 5px;
  border-radius: 18px;
  background: #242424;
  padding: 0;
}
.slick-dots .slick-active button {
  background: linear-gradient(
    125deg,
    #3dc0ff -5.71%,
    rgba(143, 0, 255, 0.73) 110.73%
  );
}
.card_block_flex_right {
  width: 45%;
}
.card_price_btn {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 0 35px 0;
}
.card_price_btn_left {
  margin: 0 45px 0 0;
}
.card_price_btn_left span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  background: linear-gradient(115deg, #82d6ff 19.89%, #8f00ff 109.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 6px 0;
}
.card_price_btn_left p {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.card_price_btn_right span {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #6a6a6a;
  margin: 0 0 6px 0;
}
.btn_2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 195px;
  height: 52px;
  border-radius: 80px;
  background: linear-gradient(
    127deg,
    #3dc0ff -5.25%,
    rgba(143, 0, 255, 0) 87.14%
  );
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}
.card_block_flex_right_in {
  background: radial-gradient(
    143.33% 145.61% at 10.48% 8.43%,
    #222 0%,
    rgba(62, 62, 62, 0) 100%
  );
  border-radius: 20px;
  padding: 25px 40px;
  margin: 0 0 40px 0;
}
.card_block_flex_right_in_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.card_block_flex_right_in_inner p {
  font-size: 18px;
  color: #adadad;
  margin: 0;
  font-weight: 500;
}
.card_block_flex_right_in_inner span {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.card_block_flex_right_in_txt {
  font-size: 18px;
  color: #adadad;
  font-weight: 500;
  padding: 0 40px 0;
  line-height: 1.5em;
}
.card_block2 {
  margin: 0 0 80px 0;
}
.card_block2_flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 20px 0;
}
.card_block2_flex_left {
  width: 220px;
  flex-shrink: 0;
  padding: 5px 0 0 0;
}
.card_block2_flex_left p {
  font-size: 14px;
  margin: 0;
  font-weight: 700;
  line-height: 1.5em;
  background: linear-gradient(115deg, #82d6ff 19.89%, #8f00ff 109.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.card_block2_flex_right p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0 0 10px 0;
  color: #adadad;
}
.card_block2_flex_right p > span {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
}
.card_block2_flex_right ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0 0 10px 0;
  color: #adadad;
}
.card_block2_flex_right ul li span {
  color: #fff;
}
.card_block2_flex_right_video {
  position: relative;
  padding: 0 0 50px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #2a2a2a;
}
.card_block2_flex_right_video img {
  display: block;
  width: 100%;
  height: auto;
}
.play_vid {
  display: block;
  width: 130px;
  height: 130px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -80px 0 0 -70px;
  background: url(/css/../img/play_ic.svg) center no-repeat;
}
.card_block2_flex_right_img {
  max-width: 1100px;
}
.card_block2_flex_right_img_slider {
  width: 100%;
  border-radius: 15px;
}
.card_block2_flex_right_img_slider_inner_in {
  padding: 0 10px;
  border-radius: 15px;
  overflow: hidden;
}
.card_block2_flex_right_img_slider_inner_in img {
  display: block;
  width: 100%;
  height: auto;
}
.card_block2_flex_right_img_slider .slick-prev {
  background: url(/css/../img/slid_prev2.svg) center no-repeat !important;
  left: -16px;
}
.card_block2_flex_right_img_slider .slick-next {
  background: url(/css/../img/slid_next2.svg) center no-repeat !important;
  right: -26px;
}

.text-content {
	color: #adadad;
    font-family: "PTRootUI", Sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.text-content h2 {
	color: #fff;
    font-family: "PTRootUI", Sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 56.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.text-content strong {
    font-weight: 700;
}

.text-content b {
    font-weight: 700;
}

.text-content i {
    font-style: italic;
}

.text-content ul,
.text-content ol {
	padding-left: 22px;
}

.text-content li {
	color: #adadad;
    font-family: "PTRootUI", Sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.text-content ol li {
	list-style-type: auto;
}

.text-content ul li {
	list-style-type: disc;
}
/* End */


/* Start:/css/media.css?17860105525074*/
@media screen and (max-width: 1768px) {
}
@media screen and (max-width: 1680px) {
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
  .catalog_block_products_flex_in {
    width: 23.85%;
  }
  .card_block2_flex_right_img {
    max-width: 1060px;
  }
}
@media screen and (max-width: 1360px) {
}
@media screen and (max-width: 1280px) {
  .catalog_block_products_flex_in {
    width: 32.15%;
  }
  .standard .input-line input {
    width: 180px;
  }
  .heading_block .btn_1 {
    position: relative;
    top: 0;
    margin: 0 0 10px 0;
  }
  .card_block2_flex_right_img {
    max-width: 1060px;
  }
}
@media screen and (max-width: 1100px) {
  .card_block_flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .card_block_flex_left {
    margin-bottom: 50px;
  }
  .card_block_flex_right {
    width: 100%;
  }
  .card_block2_flex_right_img {
    max-width: 720px;
  }
}
@media screen and (max-width: 1024px) {
  .catalog_block_products_flex_in {
    width: 31.85%;
  }
  .catalog_block_products_pages {
    flex-wrap: wrap;
    justify-content: center;
  }
  .catalog_block_products_pages_in {
    width: 100%;
    justify-content: center;
    margin: 0 0 20px 0;
  }
  .standard .input-line .univ-button {
    width: 160px;
  }
}
@media screen and (max-width: 980px) {
  .catalog_block_products_flex_in {
    width: 31.75%;
  }
  .standard .input-line {
    flex-wrap: wrap;
    justify-content: center;
  }
  .standard .input-line .univ-button {
    margin-top: 15px;
  }
  .card_block_flex_left {
    width: 100%;
  }
  .card_block2_flex_right_img {
    max-width: 690px;
  }
}
@media screen and (max-width: 768px) {
  .catalog_block_products {
    margin: 0 0 100px 0;
  }
  .catalog_block_products_flex {
    justify-content: space-between;
  }
  .catalog_block_products_flex_in {
    width: 49%;
    margin: 0 0 20px;
  }
  .ctlg_block3 .text-box {
    font-size: 18px;
  }
  footer .contacts-box {
    margin: 30px 0;
  }
  footer .footer-logo,
  footer .map,
  footer .hualian-logo {
    width: 32%;
    margin: 0px;
  }
  footer .footer-logo img,
  footer .hualian-logo img {
    width: 100%;
  }
  footer .cont-text,
  footer .politic {
    font-size: 13px;
  }
  .heading {
    font-size: 18px;
  }
  .card_block2_flex_left {
    width: 180px;
  }
  .card_block2_flex_right p > span {
    font-size: 16px;
  }
  .card_block2_flex_right p {
    font-size: 16px;
  }
  .play_vid {
    width: 80px;
    height: 80px;
    background-size: contain;
    margin: -67px 0 0 -40px;
  }
  .card_price_btn {
    justify-content: space-between;
  }
  .card_price_btn_left p {
    font-size: 36px;
  }
  .heading_block .btn_1 {
    margin: 0 0 20px 0;
  }
  .card_block2_flex_right_img {
    max-width: 520px;
  }
}
@media screen and (max-width: 767px) {
  .standard .standard-form {
    position: relative;
    padding: 20px;
  }
  .standard .form-box {
    width: 100%;
  }
  .standard .form-img {
    position: absolute;
  }
  .standard .form-title {
    margin: 10px 0 50px 80px;
    font-size: 18px;
  }
  .standard .form-sub-title {
    margin: 20px 0;
    font-size: 16px;
  }
  .standard .input-line input {
    display: block;
    width: 100% !important;
    margin: 0 0 15px 0;
    font-size: 16px;
  }
  .standard .input-line {
    flex-direction: column;
  }
  .standard .input-line .univ-button {
    margin: 15px auto 0 auto;
  }
  .ctlg_block1_inner_txt p {
    font-size: 16px;
  }
  .ctlg_block3 .boxes {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .ctlg_block3 .box-item {
    width: 100%;
    margin-bottom: 25px;
  }
  .slick-dots li button {
    width: 30px;
  }
}
@media screen and (max-width: 645px) {
  .page_prev_next {
    width: 40px;
    height: 40px;
  }
  .catalog_block_products_pages_in_inner a {
    width: 40px;
    height: 40px;
  }
  .catalog_block_products_flex_in {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .card_block {
    margin: 0 0 60px 0;
  }
  .catalog_nav_flex a {
    font-size: 14px;
    padding: 10px 10px;
  }
  .card_block_flex_right_in {
    padding: 25px 20px;
  }
  .card_block_flex_right_in_inner p {
    font-size: 16px;
  }
  .card_block_flex_right_in_inner span {
    font-size: 16px;
  }
  .card_block_flex_right_in_txt {
    padding: 0;
    font-size: 16px;
  }
  .card_block2_flex {
    flex-wrap: wrap;
    margin: 0 0 30px 0;
  }
  .card_block2_flex_left p {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .card_block2_flex_left p br {
    display: none;
  }
  .card_block2_flex_right {
    width: 100%;
  }
  .card_block2_flex_right_img {
    width: 100%;
    padding: 0 20px;
  }
  .card_block2_flex_right_img_slider .slick-next {
    right: -20px;
  }
}
@media screen and (max-width: 480px) {
  .card_price_btn_left p {
    font-size: 30px;
  }
}

/* End */
/* /local/templates/xiaojin/css/styles.css?178601059742799 */
/* /local/templates/xiaojin/css/styles-ik.css?178601059717909 */
/* /fonts/font.css?17860106001597 */
/* /local/templates/xiaojin/libraries/fancybox/jquery.fancybox.min.css?178601059612795 */
/* /local/templates/xiaojin/libraries/slick/slick.css?17860105961895 */
/* /local/templates/xiaojin/libraries/slick/slick-theme.css?17860105963349 */
/* /css/font-awesome.css?178601055239739 */
/* /css/select2.min.css?178601055216264 */
/* /css/reset.css?17860105521071 */
/* /css/style.css?178601055215615 */
/* /css/media.css?17860105525074 */
