/* */
/*-------------------------------------------------------------*/
/*
	0. Custom Style
	1. Header
	2. Window 1
	3. Modal menu
	4. Modal thx
	5. Window 2
	6. Window 3
	7. Window 4
	8. Window 5
	9. Footer */
/*---------------------------------------------------------------*/
/* */
/* */
/*--------------------------0. CUSTOM STYLE----------------------*/
/* */
*::-webkit-input-placeholder {
  color: #666;
  opacity: 1; }

*:-moz-placeholder {
  color: #666;
  opacity: 1; }

*::-moz-placeholder {
  color: #666;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #666;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #666; }

::-moz-placeholder {
  color: #666; }

::-ms-input-placeholder {
  color: #666; }

::placeholder {
  color: #666; }

::-moz-selection {
  background-color: #C89C2E;
  color: #fff; }

::selection {
  background-color: #C89C2E;
  color: #fff; }

body input:focus:required:invalid,body textarea:focus:required:invalid {
  color: #666; 
}

.off-form{
	pointer-events: none;
}

body input:required:valid,
body textarea:required:valid {
  color: #666; }

html, body {
  height: 100%; }

body {
  font-size: 16px !important;
  min-width: 320px;
  position: relative;
  line-height: 1.75 !important;
  overflow-x: hidden;
  background: #fcfcfc;
  opacity: 1;
  padding: 0;
  margin: 0; }
  body input, body textarea {
    border: #666 1px solid;
    outline: none; }

	body input:focus:required:invalid ~ .input-image, body textarea:focus:required:invalid ~ .input-image{
		background: #591700;
	}
	/*body input:required:valid ~ .input-image, body textarea:required:valid ~ .input-image {
		background: #185900; 
	}*/

.form-input.invalid .input-image{
	background: #591700 !important;
}

.elementor-element-77755cb2 .elementor-nav-menu--main > .elementor-nav-menu > li > a {
  padding: 28px 20px!important;
}

.elementor-icon-list-item a {
  color: #c89c2e!important;
}

.elementor-286 .elementor-element.elementor-element-345be1d .elementor-icon-list-text:hover {
  color: #c89c2e;
}

.elementor-widget .elementor-icon-list-item a:hover {
  text-decoration: underline!important;
}

.elementor-286 .elementor-element.elementor-element-127a0e15 .elementor-nav-menu--dropdown {
  background-color: rgba(0,0,0,0.45)!important;
}

a {
  text-decoration: none!important;
}

/*.elementor-286 .elementor-element.elementor-element-34db8afc {
  padding: 10px 0!important;
}*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

@media screen and (min-width: 1025px) {
  .elementor-element-77755cb2 .elementor-element-populated, .elementor-286 .elementor-element.elementor-element-77755cb2 {
    padding: 0!important;
  }
}

.elementor-element-e112554 .elementor-element-populated {
  padding: 10px!important;
}

.elementor-286 .elementor-element.elementor-element-127a0e15 .elementor-nav-menu--main .elementor-item.elementor-item-active {
  border-bottom: 2px solid #c89c2e;
}

.elementor-286 .elementor-element.elementor-element-127a0e15 .elementor-nav-menu--main .elementor-item:hover {
  box-shadow: inset 0 -2px 0 0 #c89c2e;
}

.elementor-nav-menu--main .elementor-nav-menu a {
  -webkit-transition: none!important;
  -o-transition: none!important;
  transition: none!important;
}

/*ul.elementor-nav-menu--dropdown a:hover {
  background-color: !important;
}*/

.bootstrap-datetimepicker-widget i {
  color: #C89C2E!important;
}

.btn[data-action="togglePeriod"] {
  background-color: #C89C2E!important;
  box-shadow: none!important;
}

a, button, input, textarea {
  padding: 0;
  margin: 0;
  outline: none;
  text-shadow: none;
 }

a:hover, button:hover, input:hover, textarea:hover, a:focus, button:focus, input:focus, textarea:focus, a:active, button:active, input:active, textarea:active {
  outline: none;
  text-shadow: none; }

h1, h2, h3, h4, h5, h6, p, ul, li, a, span, form, input, textarea {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none; }

b, strong {
  font-weight: bold; }
  
.site-content {
    min-height: calc(100vh - 591px);
}

.wrapper {
  max-width: 1034px;
  margin: 0 auto; }

.common-title {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  display: block;
  margin-left: 15px;
  margin-right: 15px;
  background: #313131;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  padding: 6px 30px;
  margin-bottom: 30px; }
  .common-title h2 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }

.section {
  padding-top: 50px; }

  .poly-custom a {
    -webkit-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
  }

/* */
/*-------------------------0. SUB-HEADER-------------------------*/
/* */
.sub-header {
  background: #313131;
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #C89C2E;
  position: relative;
  z-index: 300; }
  .sub-header .wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.sub-header-contact {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .sub-header-contact a {
    font-size: 14px;
    line-height: 19px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    display: inline-table; }
    .sub-header-contact a img {
      position: relative;
      top: -1px; }
    .sub-header-contact a:last-child {
      margin-right: 0; }
    .sub-header-contact a.sub-header-page {
      color: #C89C2E;
      text-decoration: underline; }
      .sub-header-contact a.sub-header-page:hover {
        color: #fff;
        text-decoration: none; }
    .sub-header-contact a:hover {
      color: #C89C2E;
      text-decoration: underline; }
    .sub-header-contact a img {
      width: 18px;
      margin-right: 9px; }

.sub-header-lang {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .sub-header-lang .sub-header-lang-item {
    margin-left: 15px;
    position: relative; }
#poly-top a{
	position:relative;
}
    #poly-top a:hover span.plsfe-language-name {
      opacity: 1;
      -webkit-transform: translateY(39px);
          -ms-transform: translateY(39px);
              transform: translateY(39px); }

    #poly-top span.plsfe-language-name {
      position: absolute;
      width: 100px;
      font-weight: 300;
      text-align: center;
      padding: 3px 7px;
      background-color: #000;
      color: #fff;
      -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
              box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
      border-top: 2px solid #C89C2E;
      display: block;
      z-index: 2;
      left: -36px;
		height: 29px;
      -webkit-transform: translateY(50px);
          -ms-transform: translateY(50px);
              transform: translateY(50px);
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      opacity: 0;
      pointer-events: none; }
      #poly-top span.plsfe-language-name:before {
        position: absolute;
        content: "";
        border: 8px solid transparent;
        top: -17px;
        width: 1px;
        height: 1px;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-bottom: 8px solid #C89C2E; }
  .sub-header-lang a {
    display: inline-block;
    width: 27px;
    height: 27px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 2px solid #979797;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    opacity: .5;
    margin-left: 15px;
    overflow: hidden;
    position: relative;
    top: 5px; }
    .sub-header-lang a:hover, .sub-header-lang a.active {
      opacity: 1; }
    .sub-header-lang a:first-child {
      margin-left: 0; }
    .sub-header-lang a:hover {
      opacity: 1; }
    .sub-header-lang a img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      display: block; }

/* */
/*-------------------------1. HEADER-----------------------------*/
/* */
.header {
  background: #353334;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-box-shadow: 0 0px 5px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0px 5px 5px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
  background-image: url("../img/p.jpg"); }
  .header .wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.header-logo {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .header-logo a {
    display: table; }
    .header-logo a img {
      max-width: 263px;
      width: 100%; }

.header-menu {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .header-menu li {
    display: inline-table;
    position: relative; }
    .header-menu li:last-child ul {
      left: auto;
      right: 0; }
      .header-menu li:last-child ul:before {
        left: auto;
        right: 20px; }
    .header-menu li:hover ul {
      pointer-events: all;
      opacity: 1;
      -webkit-transform: translateY(0px);
          -ms-transform: translateY(0px);
              transform: translateY(0px); }
    .header-menu li > a {
      padding: 35px 0; }
    .header-menu li ul {
      position: absolute;
      top: 55px;
      left: 0px;
      width: 318px;
      font-weight: 300;
      text-align: center;
      padding: 3px 7px;
      background-color: rgba(0, 0, 0, 0.4);
      color: #fff;
      -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
              box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
      border-top: 3px solid #C89C2E;
      display: table;
      z-index: 2;
      margin: 0 auto;
      -webkit-transform: translateY(25px);
          -ms-transform: translateY(25px);
              transform: translateY(25px);
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      opacity: 0;
      pointer-events: none;
      padding: 0 15px; }
      .header-menu li ul li {
        border-bottom: 1px solid #C89C2E;
        display: block; }
        .header-menu li ul li:last-child {
          border-bottom: none; }
      .header-menu li ul a {
        font-weight: 300;
        color: #fff;
        position: relative;
        padding: 15px 0;
        display: block;
        margin: 0; }
        .header-menu li ul a:hover {
          font-weight: 400; }
          .header-menu li ul a:hover:before {
            opacity: 1;
            left: -25px;
            right: -25px; }
        .header-menu li ul a:before {
          position: absolute;
          content: "";
          top: 0px;
          z-index: -1;
          left: 0px;
          right: 0px;
          -webkit-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease;
          opacity: 0;
          bottom: 0;
          background-color: #313131;
          -webkit-box-shadow: 0 5px 4px 1px rgba(0, 0, 0, 0.5);
                  box-shadow: 0 5px 4px 1px rgba(0, 0, 0, 0.5); }
      .header-menu li ul:before {
        position: absolute;
        content: "";
        border: 8px solid transparent;
        top: -17px;
        width: 1px;
        height: 1px;
        left: 60px;
        margin: 0 auto;
        border-bottom: 8px solid #C89C2E; }
    .header-menu li:first-child a {
      margin-left: 0; }
    .header-menu li a {
      color: #fff;
      font-size: 16px;
      margin-left: 41px;
      text-decoration: none;
      -webkit-transition: color .3s ease;
      -o-transition: color .3s ease;
      transition: color .3s ease;
      font-weight: 400;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
      .header-menu li a:hover {
        color: #C89C2E; }

/* */
/*------------------------2. WINDOW1-----------------------------*/
/* */
.window1 {
  position: relative; }
  .window1 .wrapper {
    position: relative; }
  .window1 h1 {
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 400;
    font-size: 80px;
    line-height: 65px;
    font-family: "Cinzel", serif;
    color: #fff; }
    .window1 h1 b {
      font-weight: 700; }

.window-1-bgimage {
  padding-top: 242px;
  padding-bottom: 175px;
  background-image: url(../img/bg.jpg);
  -webkit-background-size: cover;
          background-size: cover;
  background-position: bottom; }

.window1-form {
  background: #414141;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: -140px;
  left: 0;
  right: 0;
  z-index: 10; }

.window1-form-title {
  padding: 10px 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #313131; }

.window1-form-title-toggle div {
  color: #fff;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  font-weight: 300; }
  .window1-form-title-toggle div.active {
    color: #C89C2E;
    font-weight: 400; }

.window1-form-title-text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 30px;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }

.window1-form-title-toggle {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-weight: 300;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.window1-form-title-center {
  width: 65px;
  height: 29px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  border: 1px solid #C89C2E;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
  margin-left: 30px;
  margin-right: 30px;
  cursor: pointer; }
  .window1-form-title-center:hover {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
  .window1-form-title-center.active:before {
    left: 38px; }
  .window1-form-title-center:before {
    width: 20px;
    height: 20px;
    background-color: #C89C2E;
    content: "";
    position: absolute;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    left: 4px;
    top: 4px;
    z-index: 1;
    -webkit-border-radius: 30px;
            border-radius: 30px;
    border: 1px solid rgba(49, 49, 49, 0.2);
    -webkit-box-shadow: inset 0 0px 4px rgba(0, 0, 0, 0.5);
            box-shadow: inset 0 0px 4px rgba(0, 0, 0, 0.5); }

.off-form .window1-form-title-center:before{
	background-color: rgba(49, 49, 49, 0.5); 
}


.slider-one {
  display: none;
  height: 273px; }

.form-slider {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px; }
  .form-slider .window1-form-comment {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 15px;
    width: 27%; }
    .form-slider .window1-form-comment button {
      background: #313131;
      color: #fff;
      text-transform: uppercase;
      font-size: 17px;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      height: 51px;
      border: 1px solid #C89C2E;
      padding: 0px 10px;
      width: 100%;
      position: relative;
      cursor: pointer;
      -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0);
              box-shadow: 0 2px 4px rgba(0, 0, 0, 0);
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      -webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.82);
              box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.82); }
      .form-slider .window1-form-comment button img {
        width: 16px;
        position: absolute;
        left: 15px;
        top: 17px; }
      .form-slider .window1-form-comment button:hover {
        background-image: -webkit-gradient(linear, left bottom, left top, from(#E6CB5B), to(#C89C2E));
        background-image: -webkit-linear-gradient(bottom, #E6CB5B 0%, #C89C2E 100%);
        background-image: -o-linear-gradient(bottom, #E6CB5B 0%, #C89C2E 100%);
        background-image: linear-gradient(0deg, #E6CB5B 0%, #C89C2E 100%);
        border: 1px solid #C89C2E;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 2px 3px 2px 0 rgba(255, 255, 255, 0.5);
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 2px 3px 2px 0 rgba(255, 255, 255, 0.5); }
      .form-slider .window1-form-comment button:active {
        background-image: -webkit-gradient(linear, left bottom, left top, from(#E6CB5B), to(#C89C2E));
        background-image: -webkit-linear-gradient(bottom, #E6CB5B 0%, #C89C2E 100%);
        background-image: -o-linear-gradient(bottom, #E6CB5B 0%, #C89C2E 100%);
        background-image: linear-gradient(0deg, #E6CB5B 0%, #C89C2E 100%);
        border: 1px solid #C89C2E;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); }
.form-slider .window1-form-comment button.active{
	background: #185900;
	border: 1px solid #C89C2E;
	box-shadow: inset 0 1px 10px 0 rgba(0,0,0,0.82);
	pointer-events: none;
}
  .form-slider .form-textarea {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .form-slider textarea {
    font-size: 16px;
    color: #414141;
    padding: 2.5px 10px;
    background-color: #fff;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    border: 1px solid #C89C2E;
    resize: none;
    width: 100%;
    height: 127px;
    margin-bottom: 30px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
            box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5); }

.window1-slider {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 15px;
  overflow: hidden;
  width: 395px; }
  .window1-slider .owl-dots {
    display: none !important; }
  .window1-slider .owl-nav {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 50%; }
    .window1-slider .owl-nav button {
      background: #313131 !important;
      color: #fff;
      text-transform: uppercase;
      position: absolute;
      font-size: 20px;
      margin-top: -25px;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      height: 51px;
      display: table !important;
      border: 1px solid #C89C2E;
      padding: 0px 10px;
      width: 50px;
      height: 50px;
      color: #fff !important;
      cursor: pointer;
      text-align: center;
      background: #313131 !important;
      border: 1px solid #C89C2E;
      -webkit-box-shadow: inset 0 1px 10px 0 rgba(0, 0, 0, 0.82);
              box-shadow: inset 0 1px 10px 0 rgba(0, 0, 0, 0.82); }
      .window1-slider .owl-nav button.owl-prev {
        left: -5px; }
      .window1-slider .owl-nav button.owl-next {
        right: -5px; }
      .window1-slider .owl-nav button:hover {
        background-image: -webkit-gradient(linear, left bottom, left top, from(#E6CB5B), to(#C89C2E)) !important;
        background-image: -webkit-linear-gradient(bottom, #E6CB5B 0%, #C89C2E 100%) !important;
        background-image: -o-linear-gradient(bottom, #E6CB5B 0%, #C89C2E 100%) !important;
        background-image: linear-gradient(0deg, #E6CB5B 0%, #C89C2E 100%) !important;
        border: 1px solid #C89C2E;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 2px 3px 2px 0 rgba(255, 255, 255, 0.5);
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 2px 3px 2px 0 rgba(255, 255, 255, 0.5); }
      .window1-slider .owl-nav button:active {
        background-image: -webkit-gradient(linear, left bottom, left top, from(#E6CB5B), to(#C89C2E)) !important;
        background-image: -webkit-linear-gradient(bottom, #E6CB5B 0%, #C89C2E 100%) !important;
        background-image: -o-linear-gradient(bottom, #E6CB5B 0%, #C89C2E 100%) !important;
        background-image: linear-gradient(0deg, #E6CB5B 0%, #C89C2E 100%) !important;
        border: 1px solid #C89C2E;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); }
      .window1-slider .owl-nav button span {
        width: 20px;
        height: 20px;
        display: inline-block;
        position: relative;
        left: -1px;
        top: -1px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        border: 1px solid #fff;
        line-height: 1.06; }

.tab-form-list-2{
	display: block;
}

.tab-form-list-1{
	display: none;
}

.form-slider-box-img {
  width: 50%;
  padding: 0 15px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.form-slider-box-img img{
	transition: all .3s ease;
	filter: blur(0px);
    opacity: 1;
}

.form-slider textarea{
	transition: all .3s ease;
}

.off-form .window1-form-title-toggle div.active,.off-form .window1-form-title-toggle div{
	color: rgba(255,255,255,0.50);
}

.off-form .form-slider-box ul li a{
	color: #000;
}

.off-form .form-slider-box-item{
	opacity: .4;
}

.off-form .window1-form-title-center{
	    border: 1px solid rgba(255,255,255,0.50);
}

.off-form .form-slider textarea{
	border: 1px solid rgba(49,49,49,0.50);
}

.off-form .form-slider-box-img img{
	filter: blur(10px);
    opacity: .4;
}

.form-slider-box-item {
  width: 50%;
  padding: 0 15px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-left: 2px solid #C89C2E; }

.form-slider-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  position: relative;
  padding: 24.5px 0; }
  .form-slider-box h3 {
    font-size: 18px;
    color: #C89C2E;
    margin-bottom: 10px; }
  .form-slider-box ul li {
    color: #313131;
    font-size: 16px;
    font-weight: 400;
    padding-top: 2px;
    padding-bottom: 2px; }
    .form-slider-box ul li a {
      text-decoration: none;
      color: #C89C2E;
      display: block; }
    .form-slider-box ul li img {
      width: 20px !important;
      display: inline-block !important;
      position: relative;
      top: -2px;
      height: 20px;
      margin-right: 10px; }

.form-body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px; }
  .form-body button {
    background: #313131;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    height: 51px;
    border: 1px solid #C89C2E;
    padding: 0px 10px;
    width: 100%;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.82);
            box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.82); }

    .form-body button img {
      width: 16px;
      position: absolute;
      left: 15px;
      top: 17px; }
    .form-body button:hover {
      background-image: -webkit-gradient(linear, left bottom, left top, from(#E6CB5B), to(#C89C2E));
      background-image: -webkit-linear-gradient(bottom, #E6CB5B 0%, #C89C2E 100%);
      background-image: -o-linear-gradient(bottom, #E6CB5B 0%, #C89C2E 100%);
      background-image: linear-gradient(0deg, #E6CB5B 0%, #C89C2E 100%);
      border: 1px solid #C89C2E;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 2px 3px 2px 0 rgba(255, 255, 255, 0.5);
              box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 2px 3px 2px 0 rgba(255, 255, 255, 0.5); }
    .form-body button:active {
      background-image: -webkit-gradient(linear, left bottom, left top, from(#E6CB5B), to(#C89C2E));
      background-image: -webkit-linear-gradient(bottom, #E6CB5B 0%, #C89C2E 100%);
      background-image: -o-linear-gradient(bottom, #E6CB5B 0%, #C89C2E 100%);
      background-image: linear-gradient(0deg, #E6CB5B 0%, #C89C2E 100%);
      border: 1px solid #C89C2E;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
              box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); }
.form-body button.active{
	background: #185900;
	border: 1px solid #C89C2E;
	box-shadow: inset 0 1px 10px 0 rgba(0,0,0,0.82);
	pointer-events: none;
}
/* form link */
.form-body a.form-next-link {
    background: #313131;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    height: 49px;
    border: 1px solid #C89C2E;
    padding: 10px 10px;
	text-align: center;
	display: block;
    width: 100%;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.82);
            box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.82); }

    .form-body a.form-next-link img {
      width: 16px;
      position: absolute;
      left: 15px;
      top: 17px; }
    .form-body a.form-next-link:hover {
      background-image: -webkit-gradient(linear, left bottom, left top, from(#E6CB5B), to(#C89C2E));
      background-image: -webkit-linear-gradient(bottom, #E6CB5B 0%, #C89C2E 100%);
      background-image: -o-linear-gradient(bottom, #E6CB5B 0%, #C89C2E 100%);
      background-image: linear-gradient(0deg, #E6CB5B 0%, #C89C2E 100%);
      border: 1px solid #C89C2E;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 2px 3px 2px 0 rgba(255, 255, 255, 0.5);
              box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 2px 3px 2px 0 rgba(255, 255, 255, 0.5); }
    .form-body a.form-next-link:active {
      background-image: -webkit-gradient(linear, left bottom, left top, from(#E6CB5B), to(#C89C2E));
      background-image: -webkit-linear-gradient(bottom, #E6CB5B 0%, #C89C2E 100%);
      background-image: -o-linear-gradient(bottom, #E6CB5B 0%, #C89C2E 100%);
      background-image: linear-gradient(0deg, #E6CB5B 0%, #C89C2E 100%);
      border: 1px solid #C89C2E;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
              box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); }
/* end form link */
  .form-body .form-textarea {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .form-body textarea {
    font-size: 16px;
    color: #414141;
    padding: 2.5px 10px;
    background-color: #fff;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    border: 1px solid #C89C2E;
    resize: none;
    width: 100%;
    height: 127px;
    margin-bottom: 30px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
            box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5); }
  .form-body .form-input {
    position: relative;
    padding-bottom: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .form-body .form-input:last-child {
      padding-bottom: 0; }
    .form-body .form-input input {
      font-size: 16px;
      color: #414141;
      width: 100%;
      height: 48.5px;
      padding: 0px 10px 0px 58px;
      background-color: #fff !important;
		background-image: none;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      border: 1px solid #C89C2E;
      display: block;
      -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
              box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5); }
    .form-body .form-input img {
      width: 22px;
      height: 22px; }
    .form-body .form-input .input-image {
      width: 48px;
      height: 48px;
	left: 0;
		z-index: 1;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      border: 1px solid #C89C2E;
      text-align: center;
      line-height: 44px;
      position: absolute;
      background-color: #C89C2E;
      -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
              box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2); }
  .form-body .window1-form-date {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 15px; }
  .form-body .window1-form-name {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 15px; }
  .form-body .window1-form-comment {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 15px;
    width: 41%; }

.common-back-section {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

/* */
/*-----------------------3. MODAL-MENU---------------------------*/
/* */
.modal-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 900;
  overflow-y: scroll;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .modal-menu.active {
    opacity: 1;
    pointer-events: all; }
    .modal-menu.active .modal-menu-inner {
      -webkit-transform: translateY(0px);
          -ms-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }

.close-menu {
  width: 30px;
  height: 30px;
  background-color: transparent;
  position: absolute;
  right: 15px;
  border: none;
  top: 15px;
  z-index: 1; }
  .close-menu span {
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    background-color: transparent; }
    .close-menu span:before {
      position: absolute;
      left: 0;
      right: 0;
      height: 2px;
      background-color: #fff;
      content: "";
      display: block;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .close-menu span:after {
      position: absolute;
      left: 0;
      right: 0;
      height: 2px;
      background-color: #fff;
      content: "";
      display: block;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }

.menu-open {
  width: 40px;
  height: 40px;
  background-color: transparent;
  position: relative;
  border: none;
  display: none; }
  .menu-open span {
    display: block;
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #fff; }
    .menu-open span:before {
      position: absolute;
      left: 0;
      right: 0;
      height: 2px;
      background-color: #fff;
      content: "";
      display: block;
      top: 8px;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .menu-open span:after {
      position: absolute;
      left: 0;
      right: 0;
      height: 2px;
      background-color: #fff;
      content: "";
      top: -8px;
      display: block;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }

.modal-menu-inner {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 60px; }
  .modal-menu-inner ul {
    text-align: center; }
    .modal-menu-inner ul li ul {
      width: 100%;
      background-color: rgba(255, 255, 255, 0.1);
      padding-top: 15px;
      padding-bottom: 15px;
      display: none; }
    .modal-menu-inner ul li a {
      padding-top: 4px;
      padding-bottom: 4px;
      color: #fff;
      display: table;
      margin: 0 auto;
      text-decoration: none;
      position: relative; }
      .modal-menu-inner ul li a.sub-menu {
        padding-right: 15px; }
        .modal-menu-inner ul li a.sub-menu:before {
          position: absolute;
          right: 0;
          border: 4px solid transparent;
          border-top: 4px solid #fff;
          content: "";
          top: 17px; }

.modal-menu-inner-logo {
  margin: 0 auto 25px;
  display: block;
  max-width: 200px;
  width: 100%; }

.modal-menu-lang {
  text-align: center; }
  .modal-menu-lang .sub-header-lang-item {
    margin-left: 15px;
    position: relative;
    display: inline-block; }
    .modal-menu-lang .sub-header-lang-item:first-child {
      margin-left: 0; }
    .modal-menu-lang .sub-header-lang-item a {
      display: inline-block;
      width: 27px;
      height: 27px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      border: 2px solid #979797;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      position: relative;
      opacity: .5;
      margin-left: 15px;
      overflow: hidden;
      position: relative; }
      .modal-menu-lang .sub-header-lang-item a:hover, .modal-menu-lang .sub-header-lang-item a.active {
        opacity: 1; }
      .modal-menu-lang .sub-header-lang-item a img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        display: block; }

.modal-menu-help {
  margin-top: 30px;
  margin-bottom: 30px; }
  .modal-menu-help a {
    font-size: 14px;
    line-height: 19px;
    font-weight: 300;
    margin: 0 auto 15px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    display: table; }
    .modal-menu-help a img {
      position: relative;
      top: -1px; }
    .modal-menu-help a.sub-header-page {
      color: #C89C2E;
      text-decoration: underline; }
      .modal-menu-help a.sub-header-page:hover {
        color: #fff;
        text-decoration: none; }
    .modal-menu-help a:hover {
      color: #C89C2E;
      text-decoration: underline; }
    .modal-menu-help a img {
      width: 18px;
      margin-right: 9px; }

/* */
/*-----------------------4. MODAL-THX----------------------------*/
/* */
/* */
/*------------------------5. WINDOW2-----------------------------*/
/* */
.window2 {
  position: relative;
  overflow-y: hidden;
  padding-top: 224px; }

.window2-grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 15px 0; }

.window2-item {
  padding-left: 15px;
  padding-right: 15px;
	display: block;
	margin: 0 auto;
  text-align: center; }
  .window2-item:hover .window2-circle:before {
    -webkit-animation: pulse-circle 1.5s ease infinite;
            animation: pulse-circle 1.5s ease infinite; }
  .window2-item:hover .window2-description {
    font-weight: 700; }

.window2-description {
  font-weight: 500;
  color: #C89C2E;
  font-size: 18px;
  margin-top: 30px; }

.window2-circle {
  width: 100%;
  height: 170px;
	max-width: 160px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #313131;
  border: 1px solid #C89C2E;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  margin: 0 auto;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  .window2-circle:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    background-color: #C89C2E;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    z-index: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  .window2-circle:after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    background-color: #313131;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    z-index: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  .window2-circle img {
    width: 36px;
    height: 36px;
    position: relative;
    z-index: 3; }

@-webkit-keyframes pulse-circle {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0; } }

@keyframes pulse-circle {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0; } }

/* */
/*------------------------6. WINDOW3-----------------------------*/
/* */
.window3-grid-person {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 15px 0; }

.window3-item {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.window3-content {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 72%; }
  .window3-content p {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 1.6;
    text-align: justify; }
    .window3-content p b {
      font-weight: 500; }

.window3-img {
  width: 100%;
  height: 379px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  overflow: hidden; }
  .window3-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.signature {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .signature img {
    max-width: 228px;
    width: 100%; }
  .signature h4 {
    font-weight: 300;
    font-size: 16px;
    margin-right: 45px; }
    .signature h4 span {
      display: block;
      font-size: 12px;
      color: #C89C2E; }

/* */
/*------------------------7. WINDOW4-----------------------------*/
/* */
.window4 p {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  margin-bottom: 10px;
  text-align: justify; }
  .window4 p b {
    font-weight: 500; }

.window4-grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 15px 0; }

.window4-text {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 45%; }

.window4-img {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.window4-img-wrapper {
  width: 100%;
  height: 216px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  overflow: hidden; }
  .window4-img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

/* */
/*------------------------8. WINDOW5-----------------------------*/
/* */
.window5 p {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  margin-bottom: 10px;
  text-align: justify;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px; }
  .window5 p b {
    font-weight: 500; }
  .window5 p a {
    color: #C89C2E;
    text-decoration: none; }
    .window5 p a:hover {
      text-decoration: underline; }

.shop {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 15px 0; }

a.shop-button {
  background: #313131;
  color: #fff;
  text-align: center;
  font-size: 20px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  overflow: hidden;
  margin-top: 12px;
  height: 30px;
  line-height: 29px;
  border: 1px solid #C89C2E;
  padding: 0px 0px;
  width: 100%;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.82);
          box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.82);
  display: block;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  position: relative;
  font-weight: 300; }
  a.shop-button img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    top: 6px;
    left: 10px; }
  a.shop-button:hover {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#E6CB5B), to(#C89C2E));
    background-image: -webkit-linear-gradient(bottom, #E6CB5B 0%, #C89C2E 100%);
    background-image: -o-linear-gradient(bottom, #E6CB5B 0%, #C89C2E 100%);
    background-image: linear-gradient(0deg, #E6CB5B 0%, #C89C2E 100%);
    border: 1px solid #C89C2E;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 2px 3px 2px 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 2px 3px 2px 0 rgba(255, 255, 255, 0.5); }
  a.shop-button:active {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#E6CB5B), to(#C89C2E));
    background-image: -webkit-linear-gradient(bottom, #E6CB5B 0%, #C89C2E 100%);
    background-image: -o-linear-gradient(bottom, #E6CB5B 0%, #C89C2E 100%);
    background-image: linear-gradient(0deg, #E6CB5B 0%, #C89C2E 100%);
    border: 1px solid #C89C2E;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); }

.shop-item {
  width: 20%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 15px;
  padding-right: 15px; }
  .shop-item ul li {
    color: #313131;
    font-size: 16px;
    font-weight: 300; }
    .shop-item ul li img {
      width: 23px;
      position: relative;
      top: -2px;
      height: 23px;
      margin-right: 10px; }

.shop-img {
  position: relative;
  margin-bottom: 24px;
  height: 166px;
  display: block;
  text-decoration: none; }
  .shop-img h3 {
    position: relative;
    z-index: 1;
    color: #C89C2E;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    font-size: 18px;
    padding-top: 10px; }
  .shop-img:hover {
    text-decoration: none; }
    .shop-img:hover h3 {
      color: #fff;
      text-decoration: none; }
    .shop-img:hover:before {
      background: -webkit-gradient(linear, left bottom, left top, from(#efe3c5), color-stop(#f5eedb), to(#e1c98e));
      background: -webkit-linear-gradient(bottom, #efe3c5, #f5eedb, #e1c98e);
      background: -o-linear-gradient(bottom, #efe3c5, #f5eedb, #e1c98e);
      background: linear-gradient(to top, #efe3c5, #f5eedb, #e1c98e); }
  .shop-img:before {
    background: #D8D8D8;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0px;
    content: "";
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .shop-img:after {
    position: absolute;
    left: 0;
    bottom: -12px;
    height: 1px;
    background: #C89C2E;
    right: 0px;
    content: "";
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .shop-img img {
    width: 105%;
    position: absolute;
    bottom: 0; }

/* */
/*------------------------9. WINDOW6-----------------------------*/
/* */
.window6 {
  padding-bottom: 35px; }

.window6-grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px; }

.window6-item {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 15px;
  padding-right: 15px; }

.window6-grid-1 {
  padding-top: 0; }
  .window6-grid-1 .window6-item:nth-child(1) {
    width: 45%; }
  .window6-grid-1 .window6-item:nth-child(2) {
    width: 55%; }

.window6-grid-2 .window6-item:nth-child(1) {
  width: 60%; }

.window6-grid-2 .window6-item:nth-child(2) {
  width: 40%; }

.window6-grid-3 .window6-item:nth-child(1) {
  width: 40%; }

.window6-grid-3 .window6-item:nth-child(2) {
  width: 60%; }

.window6-box {
  height: 200px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  text-decoration: none;
  display: block;
  background: #000; }
  .window6-box:hover img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2); }
  .window6-box:hover h3 {
    color: #C89C2E; }
  .window6-box h3 {
    color: #fff;
    font-family: "Cinzel", serif;
    font-weight: 400;
    font-size: 70px;
    line-height: 1.3;
    display: block;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(transparent));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6), transparent);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.6), transparent);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent); }
  .window6-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    opacity: .8;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }

/* */
/*------------------------10. FOOTER-----------------------------*/
/* */
.footer {
  background: #414141;
  padding-top: 21px;
  padding-bottom: 21px;
  background-image: url("../img/p.jpg"); }
  .footer h3 {
    font-weight: 500;
    margin-bottom: 15px;
    color: #fff;
    font-size: 24px;
    line-height: 32px; }
  .footer .wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer li, .footer p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 35px; }
    .footer li a, .footer p a {
      color: #C89C2E;
      text-decoration: none; }
      .footer li a:hover, .footer p a:hover {
        text-decoration: underline; }

.footer-info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 15px;
  padding-right: 15px;
  width: 30%; }

.footer-social {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 15px;
  padding-right: 15px;
  width: 30%; }

.footer-description {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 15px;
  padding-right: 15px;
  width: 60%; }

.footer p {
  line-height: 1.6; }

/* */
/*-------------------------11. COPYRIGHT-------------------------*/
/* */
.copyright {
  background: #000000;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #FFFFFF; }
  .copyright .wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .copyright p {
    font-weight: 300;
    color: #fff; }
    .copyright p b {
      font-weight: 500; }

.copyright-text {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.copyright-logo {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .copyright-logo img {
    display: table; }

/* */
/*----------------------------HEADPHONE--------------------------*/
/* */
.call-me {
  position: fixed;
  right: 39px;
  bottom: 39px;
  cursor: pointer;
  z-index: 300;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease; }
  .call-me.active {
    -webkit-transform: translateY(-180px);
        -ms-transform: translateY(-180px);
            transform: translateY(-180px); }
  .call-me .pulser {
    text-align: center;
    line-height: 68px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.82);
            box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.82);
    background-color: #313131;
    width: 70px;
    height: 70px;
    border: 1px solid #C89C2E; }
  .call-me:before {
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: #C89C2E;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    content: "";
    left: 0px;
    top: 0px;
    z-index: -1;
    animation: pulse-modal 1.5s ease infinite; }
  .call-me img {
    width: 36px;
    height: 36px; }

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(5);
    opacity: 0; } 
}

/* */
/*----------------------------TOP-ARROW--------------------------*/
/* */
.top-arrow {
  position: fixed;
  right: 39px;
  bottom: 130px;
  cursor: pointer;
  z-index: 300;
  display: table;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px); }
  .top-arrow.active {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px); }
  .top-arrow .pulser {
    text-align: center;
    line-height: 68px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.82);
            box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.82);
    background-color: #313131;
    width: 70px;
    height: 70px;
    border: 1px solid #C89C2E; }
  .top-arrow img {
    width: 26px;
    height: 26px; }

.top-arrow:before {
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: #C89C2E;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    content: "";
    left: 0px;
    top: 0px;
    z-index: -1;
     }
  .call-me img {
    width: 36px;
    height: 36px; }

.top-arrow:hover:before{
	animation: pulse-modal 1.5s ease infinite;
}
/* */
/*----------------------------MODAL-THX--------------------------*/
/* */
.modal-thx {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  pointer-events: none;
  z-index: 700;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .modal-thx.active {
    opacity: 1;
    pointer-events: all; }
    .modal-thx.active .madal-thx-wrapper {
      opacity: 1;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }

.close-modal-thx {
  background-color: rgba(255, 255, 255, 0.9);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer; }

.madal-thx-wrapper {
  max-width: 589px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: #414141;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  -webkit-box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.25), 0 0 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.25), 0 0 4px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  padding: 65px 10px 17px;
  margin: 45px 15px 15px; }
  .madal-thx-wrapper p {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    text-align: justify;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px; }
    .madal-thx-wrapper p a {
      color: #C89C2E;
      text-decoration: underline; }
      .madal-thx-wrapper p a:hover {
        text-decoration: none; }
  .madal-thx-wrapper h4 {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #fff;
    text-align: justify;
    padding-left: 15px;
    padding-right: 15px; }

.form-modal {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 6px;
  padding-right: 6px; }

.form-modal button.active{
	background: #185900;
	border: 1px solid #C89C2E;
	box-shadow: inset 0 1px 10px 0 rgba(0,0,0,0.82);
	pointer-events: none;
}

  .form-modal button {
    background: #313131;
    color: #fff;
    font-size: 18px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    height: 51px;
    border: 1px solid #C89C2E;
    padding: 0px 0px;
    width: 100%;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.82);
            box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.82);
    position: relative; }
    .form-modal button img {
      width: 16px;
      position: absolute;
      left: 15px;
      top: 17px; }
    .form-modal button:hover {
      background-image: -webkit-gradient(linear, left bottom, left top, from(#E6CB5B), to(#C89C2E));
      background-image: -webkit-linear-gradient(bottom, #E6CB5B 0%, #C89C2E 100%);
      background-image: -o-linear-gradient(bottom, #E6CB5B 0%, #C89C2E 100%);
      background-image: linear-gradient(0deg, #E6CB5B 0%, #C89C2E 100%);
      border: 1px solid #C89C2E;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 2px 3px 2px 0 rgba(255, 255, 255, 0.5);
              box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 2px 3px 2px 0 rgba(255, 255, 255, 0.5); }
    .form-modal button:active {
      background-image: -webkit-gradient(linear, left bottom, left top, from(#E6CB5B), to(#C89C2E));
      background-image: -webkit-linear-gradient(bottom, #E6CB5B 0%, #C89C2E 100%);
      background-image: -o-linear-gradient(bottom, #E6CB5B 0%, #C89C2E 100%);
      background-image: linear-gradient(0deg, #E6CB5B 0%, #C89C2E 100%);
      border: 1px solid #C89C2E;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
              box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); }
  .form-modal .form-input {
    position: relative;
    padding-bottom: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .form-modal .form-input:last-child {
      padding-bottom: 0; }
    .form-modal .form-input input {
      font-size: 16px;
      color: #414141;
      width: 100%;
      height: 49px;
      padding: 0px 10px 0px 58px;
      background-color: #fff;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      border: 1px solid #C89C2E;
      display: block;
      -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
              box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5); }
    .form-modal .form-input img {
      width: 22px;
      height: 22px; }
    .form-modal .form-input .input-image {
      width: 48px;
      height: 48px;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      border: 1px solid #C89C2E;
      text-align: center;
      line-height: 44px;
      position: absolute;
      background-color: #C89C2E;
      -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
              box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2); }
  .form-modal .window1-form-date {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 15px 9px;
    width: 100%; }
  .form-modal .window1-form-name {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 15px 9px;
    width: 100%; }

.input-image {
  pointer-events: none; }

.modal-thx-image-box {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -35px;
  text-align: center; }
  .modal-thx-image-box .modal-thx-image {
    text-align: center;
    line-height: 69px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.82);
            box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.82);
    background-color: #313131;
    width: 70px;
    display: inline-block;
    height: 70px;
    border: 1px solid #C89C2E; }
  .modal-thx-image-box:before {
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: #C89C2E;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 1px;
    z-index: -1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-animation: pulse-modal 3s ease infinite;
            animation: pulse-modal 3s ease infinite; }
  .modal-thx-image-box img {
    width: 36px;
    height: 36px; }

@-webkit-keyframes pulse-modal {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; } }

@keyframes pulse-modal {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; } }

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .sub-header-lang .sub-header-lang-item span {
    right: 0;
    left: auto; }
    .sub-header-lang .sub-header-lang-item span:before {
      right: 6px;
      left: auto; }
  .common-back-section {
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .header-menu li a {
    margin-left: 20px; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .footer .wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .footer-description {
    margin-top: 30px; }
  .window6-box h3 {
    font-size: 45px;
    line-height: 1.7; }
  .menu-open {
    display: block; }
  .header-menu ul {
    display: none; }
  .shop {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .shop-item {
    width: 45.9%;
    -webkit-box-flex: inherit;
    -webkit-flex-grow: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit; }
  .shop-img img {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin-top: 25px; }
  a.shop-button {
    margin-bottom: 25px; }
  .shop-img {
    height: auto; }
  .form-body button, .form-slider .window1-form-comment button {
    font-size: 12px; }
  .form-body button img, .form-slider .window1-form-comment button img {
    width: 12px;
    top: 19px; } 
	.form-body a.form-next-link{
		font-size: 12px;
		padding: 13px 10px;
	}
	.form-body a.form-next-link img {
		width: 11px;
		position: absolute;
		left: 15px;
		top: 18px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .form-modal button {
    font-size: 14px; }
  .call-me {
    right: 15px; }
  .top-arrow {
    right: 15px; }
  .common-title {
    padding: 6px 15px; }
  .window-1-bgimage {
    padding-bottom: 80px;
    padding-top: 100px; }
  .window1-form {
    position: relative;
    top: -50px; }
  .window2 {
    padding-top: 0; }
  .form-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .window1-slider {
    width: auto; }
  .form-slider .window1-form-comment {
    width: auto; }
  .slider-one {
    height: auto; }
  .window2-circle {
    max-width: 150px;
    margin: 0 auto; }
  .window2-description {
    margin-top: 20px;
    margin-bottom: 30px; }
  .window2-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  
  .window2-description {
    font-size: 14px; }
  .shop-item {
    width: 100%; }
  .shop {
    padding-left: 0;
    padding-right: 0; }
  .window5 p {
    padding-left: 15px;
    padding-right: 15px; }
  .window4-grid {
    padding: 15px 0 0; }
  .window3-grid-person {
    padding: 15px 0 0; }
  .window1 h1 {
    font-size: 60px;
    line-height: 1.1; }
  .common-title h2 {
    font-size: 20px; }
  .sub-header {
    display: none; }
  .header-logo a img {
    max-width: 200px; }
  .header {
    padding-top: 10px;
    padding-bottom: 10px; }
  .window4-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .window4-text {
    width: auto;
    margin-top: 25px; }
  .window3-grid-person {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .window3-content {
    width: auto;
    margin-top: 25px; }
  .window3-img img {
    -o-object-position: top;
       object-position: top; }
  .window1-form-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .window1-form-title-toggle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 5px;
    width: 100%; }
  .window1-form-title-text {
    padding-right: 0;
    width: 100%;
    text-align: center;
    font-size: 18px; }
  .window1-form-title-center {
    width: 40px;
    height: 20px;
    margin-left: 15px;
    margin-right: 15px;
    top: -1px; }
    .window1-form-title-center:before {
      width: 14px;
      height: 14px;
      top: 2px;
      left: 3px; }
  .window1-form-title-center.active:before {
    left: 21px; }
  .window1-slider .owl-nav {
    top: 20%; }
  .form-body {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 600px) {
	.window2-circle{
		max-width: 100px;
	}
	.form-body a.form-next-link img{
		width: 12px;
		left: 10px;
		top: 18px;
	}
	.form-body a.form-next-link{
		font-size: 11px;
		padding: 14px 10px;
	}
  .section {
    padding-top: 30px; }
  .shop-img img {
    margin: 25px auto 0;
    display: table; }
  .window6-item {
    padding-left: 0;
    padding-right: 0; }
  .madal-thx-wrapper h4 {
    text-align: left;
    font-size: 14px; }
  .madal-thx-wrapper p {
    text-align: left; }
  .form-modal button {
    height: 49px;
    line-height: 49px; }
  .modal-thx {
    display: block;
    overflow: scroll; }
  .madal-thx-wrapper {
    margin-bottom: 80px;
    margin-top: 80px; }
  .form-modal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .window1 h1 b {
    display: block; }
  .window1 h1 br {
    display: none; }
  .window1 h1 {
    font-size: 48px; }
  .window1-form-title-toggle {
    font-size: 14px; }
  .window6-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px; }
  .window6-item {
    margin-bottom: 15px; }
  .window6-grid-2 .window6-item:nth-child(1), .window6-grid-2 .window6-item:nth-child(2), .window6-grid-1 .window6-item:nth-child(1), .window6-grid-1 .window6-item:nth-child(2), .window6-grid-3 .window6-item:nth-child(1), .window6-grid-3 .window6-item:nth-child(2) {
    width: auto; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 540px) {
  .form-slider-box-item {
    border-left: none;
    border-top: 2px solid #C89C2E;
    margin-top: 25px;
    padding-top: 15px; }
  .form-slider-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .form-slider-box-item {
    width: auto; }
  .form-slider-box-img {
    width: auto; }
  .form-slider-box-img img {
    max-width: 150px; }
  .footer li, .footer p {
    word-break: break-word;
    line-height: 1.4; }
  .footer li {
    margin-bottom: 15px;
    font-size: 14px; }
  .footer h3 {
    font-size: 18px;
    line-height: 1.4; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .window6-box h3 {
    font-size: 30px;
    bottom: -18px; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/ }
