@import url("reset.css");
/* font-family: "GothamProRegular"; */
@font-face {
  font-family: "GothamProRegular";
  src: url("GothamProRegular.eot");
  src: url("GothamProRegular.eot")
      format("embedded-opentype"),
    url("GothamProRegular.woff") format("woff"),
    url("GothamProRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

/* font-family: "GothamProBold"; */
@font-face {
  font-family: "GothamProBold";
  src: url("GothamProBold.eot");
  src: url("GothamProBold.eot")
      format("embedded-opentype"),
    url("GothamProBold.woff") format("woff"),
    url("GothamProBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

/* font-family: "GothamProBlack"; */
@font-face {
  font-family: "GothamProBlack";
  src: url("GothamProBlack.eot");
  src: url("GothamProBlack.eot")
      format("embedded-opentype"),
    url("GothamProBlack.woff") format("woff"),
    url("GothamProBlack.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

/* font-family: "GothamProLight"; */
@font-face {
  font-family: "GothamProLight";
  src: url("GothamProLight.eot");
  src: url("GothamProLight.eot")
      format("embedded-opentype"),
    url("GothamProLight.woff") format("woff"),
    url("GothamProLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

body {
  font: 1em "GothamProRegular", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666;
  margin-left: 150px;
}

input:focus,
select:focus,
a:focus,
a:active,
a {
  outline: none;
  text-decoration: none;
}

a {
  color: #666;
}
a:hover {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

nav {
  background: #f6f8f9;
  padding: 10px 0;
}

nav .row {
  align-items: center;
}

.work-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.work-day {
  border-left: 1px solid #c2c2c2;
  padding: 23px 15px 23px 15px;
  text-align: center;
}
.work-day span {
  color: #8277ea;
}
.logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.logo img {
  margin-right: 15px;
}

.logo-title {
  font: 2.1em GothamProBlack, sans-serif;
  color: #8277ea;
}
.logo p {
  color: #ff9591;
  font-size: 0.4em;
  text-transform: uppercase;
}

.border-left {
  padding: 10px 15px;
  border-left: 1px solid #c2c2c2;
}

.tel-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.tel-top img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.tel-top span {
  font: 35px "GothamProBlack", sans-serif;
  color: #ff9591;
  line-height: 28px;
}

.mail-top {
  clear: both;
  display: block;
  margin: 5px auto 0;
  text-align: center;
}
.mail-top span {
  text-decoration: underline;
}
.mail-top img {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: -5px;
  margin-right: 10px;
}

/* ========================================================================
 ****************************** header *************************************
 * ======================================================================== */
header {
  padding-top: 30px;
  background: #f6f8f9;
}
header h1 {
  font: 42px "GothamProBlack", sans-serif;
  color: #8277ea;
  text-align: center;
}

.top-girl {
  position: relative;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.top-girl img {
  width: 100%;
}

.price-abs {
  background: url("price.png") no-repeat;
  width: 128px;
  height: 67px;
  position: absolute;
  top: 100px;
  left: 30px;
  color: #fff;
  text-align: center;
  padding-top: 7px;
}
.price-abs p {
  font: 27px "GothamProBold", sans-serif;
}
.price-abs p span {
  font-size: 15px;
}

.header-txt {
  padding-left: 30px;
}

.hot-offer {
  border: 2px solid #ff9591;
  text-align: center;
  margin-top: 25px;
  padding: 0 35px;
}
.hot-offer h4 {
  font: 32px "GothamProBlack", sans-serif;
  color: #ff9591;
  display: inline-block;
  padding: 0 20px;
  background: #f6f8f9;
  position: relative;
  top: -20px;
}

.offer-head {
  color: #8277ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -15px;
}

.thirty {
  font: 4em "GothamProBlack", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: right;
}
.thirty span {
  font-size: 0.5em;
}

.discount-txt {
  font-size: 25px;
  margin-left: 20px;
}

.timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.timer li {
  display: inline-block;
  width: 50px;
  margin: 0 10px;
}
.timer p {
  font: 35px "GothamProBlack", sans-serif;
  color: #ff9591;
}
.timer span {
  font-size: 15px;
}

.some-txt {
  padding: 10px;
}

.main_form .svg {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  background: #f6f8f9;
  text-align: center;
  padding-top: 9px;
  border-right: 1px solid;
}
.main_form .svg.active {
  background: #8277ea;
}
.main_form .svg.active path,
.main_form .svg.active polygon,
.main_form .svg.active rect {
  fill: #fff;
}

.main_form svg {
  width: 20px;
  height: 20px;
  top: 10px;
  left: 10px;
}

.main_form .form-group {
  display: block;
  margin: 0 auto 20px;
}

.main_form input {
  border: none;
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 50px;
}

.main_form .input-wrp {
  border: 1px solid;
  overflow: hidden;
  display: inline-block;
  position: relative;
  max-width: 370px;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  margin: 0 auto;
}

.main_form .button-wrp {
  background: #f6f8f9;
  display: inline-block;
  padding: 0 20px;
  position: relative;
  top: 20px;
}

.main_form button {
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 5px 12px 0px rgba(255, 149, 145, 0.5);
  box-shadow: 0px 5px 12px 0px rgba(255, 149, 145, 0.5);
  width: 212px;
  height: 40px;
  text-transform: uppercase;
  color: #fff;
  background: #ff9591;
  border: none;
}

/* ========================================================================
 ****************************** stufs *************************************
 * ======================================================================== */
.stufs {
  padding: 30px;
  text-align: center;
  margin-top: 30px;
}
.stufs .col-md {
  margin-bottom: 20px;
}
.stufs img {
  height: 70px;
  margin-bottom: 10px;
}

/* ========================================================================
 ****************************** types *************************************
 * ======================================================================== */
.types {
  padding: 30px 0;
  background: #f6f8f9;
}

.tabs-menu1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}
.tabs-menu1 li:first-child a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.tabs-menu1 li:last-child a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.tabs-menu1 a {
  display: inline-block;
  padding: 10px 15px;
  color: #999;
  border: 1px solid;
  font-size: 14px;
  margin-left: -1px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tabs-menu1 a:hover,
.tabs-menu1 a.active {
  background: #8277ea;
  color: #fff;
  border: 1px solid #8277ea;
}

.tabs-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}
.tabs-menu li:first-child a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.tabs-menu li:last-child a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.tabs-menu a {
  display: inline-block;
  padding: 10px 15px;
  color: #999;
  border: 1px solid;
  font-size: 14px;
  margin-left: -1px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tabs-menu a:hover,
.tabs-menu a.active {
  background: #8277ea;
  color: #fff;
  border: 1px solid #8277ea;
}

.tab-img {
  width: 100%;
}

.tab-info h2 {
  font: 35px "GothamProBlack", sans-serif;
  color: #ff9591;
}

.four-i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  margin-top: 30px;
}
.four-i li {
  width: 50%;
  margin: 15px auto;
}
.four-i li img {
  width: 50px;
  float: left;
  margin-right: 15px;
}
.four-i li p {
  font-size: 15px;
}

.field-price {
  text-align: center;
  margin-top: 30px;
}
.field-price p {
  display: inline-block;
  margin-right: 20px;
}
.field-price p span {
  color: #8277ea;
  font-size: 25px;
}
.field-price a {
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 12px 0px rgba(130, 119, 234, 0.5);
  box-shadow: 0px 5px 12px 0px rgba(130, 119, 234, 0.5);
  padding: 10px 20px;
  display: inline-block;
  background: #8277ea;
  color: #fff;
  text-transform: uppercase;
}

.tab-cont {
  display: none;
}

#t1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ========================================================================
 ****************************** zamer *************************************
 * ======================================================================== */
.zamer {
  padding: 60px 0;
}
.zamer h2 {
  font: 35px "GothamProBlack", sans-serif;
  color: #ff9591;
  display: inline-block;
  background: #fff;
  margin: -20px 0 0 30px;
  padding: 0 20px;
}
.zamer .zamer-layer {
  border: 2px solid #ff9591;
  background: url("zamerchik.png") no-repeat bottom right;
}
.zamer .row {
  margin-top: 40px;
}
.zamer form {
  text-align: center;
  margin-top: 62px;
}
.zamer .button-wrp {
  background: #fff;
  margin: 30px auto -25px;
  position: relative;
  top: 10px;
}

/* ========================================================================
 ****************************** calc *************************************
 * ======================================================================== */
.calc {
  padding: 30px 0;
  background: #f6f8f9;
}
.calc h2 {
  font: 35px "GothamProBlack", sans-serif;
  color: #8277ea;
  text-align: center;
  padding-bottom: 30px;
}

.jfon {
  position: relative;
}

#jimg {
  width: 100%;
}

.nazvanie {
  position: absolute;
  width: 145px;
  height: 67px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.3);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  padding: 10px 0 0 10px;
  z-index: 2;
}

#zalName {
  text-transform: uppercase;
  margin-top: 15px;
  color: #000;
}

.styled-select select {
  background: #fff;
  width: 200px;
  margin-right: 10px;
  padding: 5px;
  font-size: 16px;
  border: 1px solid;
  height: 34px;
  border-radius: 5px;
}

.ro-title {
  padding-bottom: 20px;
}
.ro-title h3 {
  font: 25px "GothamProRegular", sans-serif;
  color: #ff9591;
  display: inline-block;
}

.num {
  color: #fff;
  background: #ff9591;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  text-align: center;
  border-radius: 50%;
  font: 20px "GothamProBold", sans-serif;
  margin-right: 15px;
}

.ro-body {
  padding-bottom: 30px;
  padding-left: 55px;
}
.ro-body .lc {
  display: inline-block;
}
.ro-body input {
  border: 1px solid #dadada;
  border-radius: 3px;
  width: 100px;
  height: 30px;
  display: inline-block;
  padding-left: 15px;
}

.param {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 10px;
}
.param .param-inpt {
  border-radius: 0;
  font-size: 16px;
  border: 1px solid #dadada;
  outline: 0;
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 60px;
  height: 35px;
  padding-left: 10px;
}

.param__desc {
  margin: 5px 0 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: #858585;
}

.param-btn-minus,
.param-btn-plus {
  position: absolute;
  right: 0;
  width: 30px;
  height: 50%;
  border: 1px solid #ccc;
  background-color: #ebe9e9;
  outline: 0;
  cursor: pointer;
}

.param-btn-minus:hover,
.param-btn-plus:hover {
  background-color: #ccc;
}

.param-btn-plus {
  top: 0;
}

.param-btn-minus {
  bottom: 0;
  border-top: 0;
}

.param-cross {
  display: inline-block;
  padding: 4px 8px 0 12px;
  font-size: 30px;
  text-align: center;
}

.param-label {
  font-size: 16px;
  display: inline-block;
  margin: 30px auto 10px;
}

.cou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row1 {
  padding-left: 50px;
}

.price-layer {
  border: 1px dashed #8277ea;
  position: relative;
  width: 280px;
  height: 80px;
  margin: 30px auto 0;
}
.price-layer div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  right: -50px;
}
.price-layer b {
  color: #fff;
  background: #8277ea;
  position: relative;
  top: -15px;
  display: block;
  left: 20px;
  width: 70px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.price-layer b::after {
  content: "";
  position: absolute;
  border-left: 15px solid #8277ea;
  border-top: 15px solid transparent;
  border-bottom: 16px solid transparent;
  right: -14px;
  top: 0;
}

.persent {
  color: #fff;
  background: #ff9591;
  position: relative;
  display: block;
  width: 70px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.persent::before {
  content: "";
  position: absolute;
  border-right: 15px solid #ff9591;
  border-top: 15px solid transparent;
  border-bottom: 16px solid transparent;
  left: -14px;
  top: 0;
}

#price {
  font-size: 25px;
  color: #8277ea;
}

.calc-menu {
  margin-top: 30px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.calc-menu a {
  display: block;
  width: 47px;
  height: 47px;
  margin: 10px 0 10px 10px;
  border: 2px solid #e6e8e8;
  border-radius: 10px;
}
.calc-menu a:hover,
.calc-menu a.active {
  border-color: #ff9591;
}

.j1 {
  background-color: #f3aa7c;
}

.j2 {
  background-color: #f9f9f9;
}

.j3 {
  background-color: #813438;
}

.j4 {
  background-color: #9bb0c4;
}

.j5 {
  background-color: #fdc447;
}

.j6 {
  background-color: #a8c46b;
}

.j7 {
  background-color: #f32720;
}

.j8 {
  background-color: #d8824c;
}

.j9 {
  background-color: #cca988;
}

.j10 {
  background-color: #8f8339;
}

.j11 {
  background-color: #fd933c;
}

.j12 {
  background-color: #d48d96;
}

.j13 {
  background-color: #fef6b7;
}

.j14 {
  background-color: #d2ccbf;
}

.j15 {
  background-color: #4a6095;
}

.j16 {
  background-color: #706b67;
}

.j17 {
  background-color: #474956;
}

.j18 {
  background-color: #b84d2d;
}

.j19 {
  background-color: #4e403d;
}

.wood1 {
  background-image: url("w1.jpg");
}

.wood2 {
  background-image: url("w2.jpg");
}

.wood3 {
  background-image: url("w3.jpg");
}

.wood4 {
  background-image: url("w4.jpg");
}

.wood5 {
  background-image: url("w5.jpg");
}

.wood6 {
  background-image: url("w6.jpg");
}

.wood7 {
  background-image: url("w7.jpg");
}

.wood8 {
  background-image: url("w8.jpg");
}

.wood9 {
  background-image: url("w9.jpg");
}

.wood10 {
  background-image: url("w10.jpg");
}

.wood11 {
  background-image: url("w11.jpg");
}

.wood12 {
  background-image: url("w12.jpg");
}

.wood13 {
  background-image: url("w13.jpg");
}

.wood14 {
  background-image: url("w14.jpg");
}

#color-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#wood-menu {
  display: none;
}

.style-info {
  margin-top: 15px;
}

/* ========================================================================
 ****************************** delivery *************************************
 * ======================================================================== */
.delivery {
  padding: 60px 0;
}
.delivery form {
  text-align: center;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
.delivery .button-wrp {
  background: #fff;
  margin-top: 5px;
  position: relative;
  top: 10px;
}
.delivery .button-wrp button {
  background: #8277ea;
  -webkit-box-shadow: 0px 5px 12px 0px rgba(130, 119, 234, 0.5);
  box-shadow: 0px 5px 12px 0px rgba(130, 119, 234, 0.5);
}
.delivery h2 {
  font: 35px "GothamProBold", sans-serif;
  color: #8277ea;
  margin: -30px 0 0 20px;
  display: inline-block;
  background: #fff;
  padding: 0 20px;
}
.delivery .delivery-layer {
  border: 2px solid #8277ea;
  background: url("delivery.png") no-repeat right bottom;
}

.deliv {
  position: relative;
}
.deliv img {
  position: absolute;
  left: -130px;
  top: 10px;
}

/* ========================================================================
  ****************************** plisse *************************************
  * ======================================================================== */
.plisse {
  background: #f6f8f9;
  padding: 60px 0;
}
.plisse .pop {
  display: inline-block;
  margin-top: 20px;
}

.plisse p {
  padding-left: 20px;
}

.pliss-menu {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.pliss-menu li {
  float: left;
  text-transform: uppercase;
}

.pliss-menu li:first-child a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0;
}

.pliss-menu li:last-child a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.pliss-menu a {
  padding: 10px 20px;
  border: 2px solid;
  color: #ff9591;
}

.pliss-menu a.active {
  background: #ff9591;
  color: #fff;
  border-color: #ff9591;
}

.pliss-menu::after {
  content: "";
  display: block;
  clear: both;
}

.z-pr {
  background: url("zpr.png") no-repeat;
  width: 128px;
  height: 67px;
  color: #fff;
  position: absolute;
  padding-top: 7px;
}
.z-pr p {
  font: 27px "GothamProBold", sans-serif;
}
.z-pr p span {
  font-size: 15px;
}

.tissen {
  position: relative;
}
.tissen img {
  width: 100%;
}

.r-3 {
  right: -9px;
  top: 100px;
}

.r-4 {
  bottom: 274px;
  left: 5px;
}

.zpr {
  position: absolute;
  right: 56px;
  top: 206px;
  width: 128px;
  height: 67px;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  font-size: 1.3em;
}

.zpr strong {
  font-weight: bold;
}

.zal-p img {
  width: 100%;
}

.zal-p h2 {
  font: 35px "GothamProBold", sans-serif;
  color: #8277ea;
  text-align: center;
}

.zal-p a {
  border-radius: 5px;
  background-color: #ff9591;
  -webkit-box-shadow: 0px 5px 12px 0px rgba(255, 149, 145, 0.5);
  box-shadow: 0px 5px 12px 0px rgba(255, 149, 145, 0.5);
  padding: 10px 20px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
}

.plis .uni-plus p {
  padding-left: 40px;
}

.uni-plus li {
  position: relative;
  margin-top: 10px;
}

.plis .uni-plus li::after {
  content: "\f055";
  font-family: "FontAwesome";
  position: absolute;
  top: 2px;
  left: 0;
  left: 15px;
  color: #8277ea;
}

#z2 {
  display: none;
}

.tabz h2 {
  font: 35px "GothamProBold", sans-serif;
  color: #ff9591;
}

.tabz a {
  border-radius: 5px;
  background-color: #8277ea;
  -webkit-box-shadow: 0px 5px 12px 0px rgba(130, 119, 234, 0.5);
  box-shadow: 0px 5px 12px 0px rgba(130, 119, 234, 0.5);
  padding: 10px 20px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
}

/* ========================================================================
   ****************************** portfolio *************************************
   * ======================================================================== */
.testimonials {
  padding: 40px 0;
}

.testimonials h2 {
  color: #8277ea;
  font: 35px "GothamProBold", sans-serif;
  text-align: center;
  margin-bottom: 30px;
}

.slider-for {
  background: #fff;
  padding: 20px;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  font-style: italic;
  font-family: serif;
  border: 1px solid #999;
  position: relative;
  z-index: 2;
}
.slider-for::before {
  content: "";
  display: block;
  border-top: 11px solid #999;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -11px;
}
.slider-for::after {
  content: "";
  display: block;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -10px;
}

.slider-for p {
  line-height: 1.5;
}

.slider-for span {
  display: block;
  text-align: center;
  font-weight: bold;
}

.slider-nav {
  max-width: 450px;
  width: 100%;
  text-align: center;
  margin: 30px auto;
}
.slider-nav .slick-list {
  padding: 10px 0;
}
.slider-nav .slick-slide {
  max-width: 70px;
  margin: 0 10px;
}
.slider-nav .slick-slide.slick-current {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.slider-nav img {
  cursor: pointer;
}

.slick-slide img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  border-radius: 50%;
}

.slick-current img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

#map {
  height: 400px;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-top: 1px solid #000;
}

/* ========================================================================
 ****************************** footer *************************************
 * ======================================================================== */
footer {
  padding: 10px 0;
  background: #2b2b2b;
}
footer .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer img {
  width: 20px;
}
footer p,
footer .logo .tit {
  color: #999;
}
footer .logo img {
  width: 62px;
}
footer .foot-tel a {
  color: #fff;
}
footer .work-day span {
  color: #fff;
}
footer .foot-adr p {
  color: #fff;
  font-size: 14px;
}
footer .foot-adr span {
  display: block;
  color: #999;
}

.fix-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 150px;
  background-color: white;
  -webkit-box-shadow: 10px 0px 10px 0px rgba(130, 119, 234, 0.25);
  box-shadow: 10px 0px 10px 0px rgba(130, 119, 234, 0.25);
  z-index: 9999;
  -webkit-transform: translateX(-150px);
  -ms-transform: translateX(-150px);
  transform: translateX(-150px);
  -webkit-transition: -webkit-transform 0.7s ease-in-out;
  transition: -webkit-transform 0.7s ease-in-out;
  -o-transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}
.fix-menu ul {
  display: -ms-grid;
  display: grid;
  grid-template-rows: repeat(auto-fit, minmax(40px, 1fr));
  height: 100vh;
}
.fix-menu li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fix-menu svg {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.fix-menu svg path {
  fill: #8277ea;
}
.fix-menu a {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #666;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.fix-menu a::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background: #aaa;
  text-align: center;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.fix-menu a:hover,
.fix-menu a.active {
  background: #8277ea;
}
.fix-menu a:hover path,
.fix-menu a.active path {
  fill: #fff;
}
.fix-menu a:hover span,
.fix-menu a.active span {
  color: #fff;
}

.pop,
button {
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
}

.pop:hover,
form button:not(.slick-arrow):hover {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.18),
    0 8px 16px rgba(0, 0, 0, 0.36) !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36) !important;
}

/* ========================================================================
 ****************************** modal *************************************
 * ======================================================================== */
.hiden {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 3;
  overflow: hidden;
  display: none;
}

.modal-layer {
  padding: 40px 25px;
  width: 100%;
  max-width: 320px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -250%);
  -ms-transform: translate(-50%, -250%);
  transform: translate(-50%, -250%);
  z-index: 4;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.modal-layer.active {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#close-bt {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 1.3em;
  color: #000;
}

body #line_block {
  width: 1000px;
  padding: 25px 10px;
  position: relative;
}

.tabs-menu1 a {
  position: absolute;
  width: 450px;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.tabs-menu1 {
  margin-bottom: 20px;
}
