@font-face {
  font-family: 'ralewayblack';
  src: url('../fonts/raleway-black.woff2') format('woff2'), url('../fonts/raleway-black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ralewayblack_italic';
  src: url('../fonts/raleway-blackitalic.woff2') format('woff2'), url('../fonts/raleway-blackitalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ralewaybold';
  src: url('../fonts/raleway-bold.woff2') format('woff2'), url('../fonts/raleway-bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ralewaybold_italic';
  src: url('../fonts/raleway-bolditalic.woff2') format('woff2'), url('../fonts/raleway-bolditalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ralewayextrabold';
  src: url('../fonts/raleway-extrabold.woff2') format('woff2'), url('../fonts/raleway-extrabold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ralewayextrabold_italic';
  src: url('../fonts/raleway-extrabolditalic.woff2') format('woff2'), url('../fonts/raleway-extrabolditalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ralewayextralight';
  src: url('../fonts/raleway-extralight.woff2') format('woff2'), url('../fonts/raleway-extralight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ralewayextralight_italic';
  src: url('../fonts/raleway-extralightitalic.woff2') format('woff2'), url('../fonts/raleway-extralightitalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ralewayitalic';
  src: url('../fonts/raleway-italic.woff2') format('woff2'), url('../fonts/raleway-italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ralewaylight';
  src: url('../fonts/raleway-light.woff2') format('woff2'), url('../fonts/raleway-light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ralewaylight_italic';
  src: url('../fonts/raleway-lightitalic.woff2') format('woff2'), url('../fonts/raleway-lightitalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ralewaymedium';
  src: url('../fonts/raleway-medium.woff2') format('woff2'), url('../fonts/ra../fonts/leway-medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


/*reset css*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


/*common styles*/

body {
  font-family: "ralewaylight", Arial, sans-serif;
}

.main-width {
  width: 1200px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}

.main-width::after {
  clear: both;
  content: "";
  display: block;
}

.clear-fix {
  clear: both;
}


/*styles for header*/

header {
  width: 100%;
  background-color: black;
  font-size: 15px;
  color: white;
  font-weight: bold;
  height: 35px;
  text-align: center;
  vertical-align: middle;
  padding-top: 10px;
}

#color {
  color: #24ba9f;
  font-family: "ralewaybold", Arial, sans-serif;
}

.header-logo {
  float: left;
}

.header-menu {
  float: right;
  overflow: hidden;
  margin-right: 20px;
  font-size: 15px;
}

.header-menu a {
  float: right;
  color: white;
  text-align: center;
  margin-right: 20px;
  text-decoration: none;
}

.dropdown {
  float: right;
  overflow: hidden;
  font-size: 15px;

}

.dropdown .dropbtn {
  font-size: 15px;
  border: none;
  outline: none;
  color: white;
  margin-right: 20px;
  background-color: inherit;
}


.container a:hover, .dropdown:hover .dropbtn {
  background-color: #24ba9f;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  color: white;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #24ba9f;
}

.dropdown:hover .dropdown-content {
  display: block;
}


/*styles for slider*/

.slider {
  background-color: /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfff4+34,dfe5d7+85,b3bead+100 */
  background: #fcfff4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fcfff4 34%, #dfe5d7 85%, #b3bead 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fcfff4 34%, #dfe5d7 85%, #b3bead 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fcfff4 34%, #dfe5d7 85%, #b3bead 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead', GradientType=0);
  /* IE6-9 */
  ;
  text-align: center;
  height: 450px;
  width: 100%;
  position: relative;
}

.chair {
  width: 90%;
  height: 100%;
  padding-top: 0px;
  padding-left: 0px;
  z-index: 1;
}

.chair ul {
  list-style: none;
}

.chair li {
  display: none;
}

.chair .visible {
  display: inline-block;
}

.slider_img {
  float: left;
}

.chair_img {
  width: 50%;
  margin: 0 auto;
  float: left;
  z-index: 2;
  display: inline;
  transform: translate(50px, -30px);
}

.text_chair {
  width: 40%;
  margin: 0 auto;
  float: right;
  transform: translate(-80px, 30px);
  text-align: normal;
  vertical-align: middle;
  z-index: 2;
  display: inline;
}

.text_chair h1 {
  font-size: 30px;
}

.text_chair p:nth-of-type(2) {
  padding-top: 20px;
}

.text_chair p:last-of-type {
  padding-top: 10px;
}


#buttonPrev {
  font-size: 80px;
  color: #24ba9f;
  width: 5%;
  float: left;
  transform: translate(0px, 150px);
  border: none;
  outline: none;
  background-color: inherit;
  z-index: 5;
}
#buttonNext {
  font-size: 80px;
  color: #24ba9f;
  width: 5%;
  float: right;
  position: absolute;
  bottom: 0;
  border: none;
  outline: none;
  background-color: inherit;
  transform: translate(420px, -220px);
  z-index: 5;
}
.slider .green_button {
  background-color: #27c7ab;
  color: white;
  text-align: center;
  text-transform: uppercase;
  width: 250px;
  padding: 10px 30px;
  font-size: 22px;
  display: inline-block;
  font-family: 'ralewaymedium', Arial, Tahoma, sans-serif;
  margin-top: 20px;
  margin-left: 29px;
  border-radius: 8px;
  text-decoration: none;
}

/*styles for products*/
.products {
  background-color: white;
  height: 350px;
  padding-top: 15px;
  width: 100%;
}
.content-box-a {
  background-image: url("../images/box1_img.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 250px;
  width: 350px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.content-box-b {
  background-image: url("../images/box2_img.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 250px;
  width: 350px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.content-box-c {
  background-color: white;
  height: 260px;
  width: 360px;
  border: 1px solid lightgrey;
  position: relative;
  display: inline-block;
  padding: 15px;
  z-index: 1;
  float: right;
  position: absolute;
  margin-right: 10px;
}
.content-box-c p:first-of-type {
  padding-top: 20px;
  position: absolute;
  width: 140px;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 6px solid #24ba9f;
  padding-left: 20px;
  vertical-align: middle;
  display: table-cell;
  z-index: 3;
}
.content-box-c p:nth-of-type(2) {
  padding-top: 60px;
  position: absolute;
}
.content-box-c p:last-of-type {
  padding-top: 160px;
  position: absolute;
}
#opacity_1 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  position: absolute;
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 2;
  margin-top: 160px;
}
#opacity_2 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  position: absolute;
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 2;
  margin-top: 160px;
}
#baner {
  padding-left: 5px;
  position: absolute;
  width: 140px;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 6px solid #24ba9f;
  z-index: 3;
}

/*styles for prices*/
.prices {
  width: 100%;
  background-color: #f1f1f1;
  height: 800px;
  padding-left: 15px;
  color: grey;
}
#prices_logo {
  padding-top: 20px;
  padding-left: 0px;
  width: 330px;
  margin-bottom: 60px;
  font-size: 22px;
  border-bottom: 6px solid #24ba9f;
  font-weight: bold;
}
.prices_left {
  height: 550px;
  width: 330px;
  border: 2px solid lightgrey;
  margin-top: 35px;
  background-color: #fbfbfb;
  position: relative;
  text-align: center;
  float: left;
  margin-right: 35px;
}
.prices_left h3 {
  font-size: 25px;
  font-weight: bold;
  padding-top: 40px;
  color: #24ba9f;
}
.price-button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 20px;
  background-color: #24ba9f;
  color: white;
  padding: 6px 25px;
  border-radius: 10px;
  cursor: pointer;
}
.circle {
  width: 60px;
  height: 60px;
  border: 2px solid lightgrey;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
}
.small-circle {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: darkgrey;
}

.prices_center {
  height: 550px;
  width: 330px;
  border: 2px solid lightgrey;
  margin-top: 35px;
  background-color: #fbfbfb;
  position: relative;
  text-align: center;
  float: left;
  margin-right: 35px;
}
.prices_center h3 {
  font-size: 25px;
  font-weight: bold;
  padding-top: 40px;
  color: #24ba9f;
}
.prices_center .content:nth-child(2n+2) {
  background-color: #eeeeee;
  ;
}
.prices_center .price-button {
  background-color: white;
  color: #24ba9f;
}
.prices_center .content:first-child {
  background-color: white;
}
.prices_center .content:last-child {
  background-color: white;
}
.prices_right {
  height: 550px;
  width: 330px;
  border: 2px solid lightgrey;
  margin-top: 35px;
  background-color: #fbfbfb;
  position: relative;
  text-align: center;
  float: left;
  margin-right: 35px;
}
.prices_right h3 {
  font-size: 25px;
  font-weight: bold;
  padding-top: 40px;
  color: #24ba9f;
}
.price {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: white;
  margin: 30px auto;
  padding-top: 25px;
  color: lightgrey;
  border: 2px solid lightgrey;
}

.price h4 {
  font-size: 40px;
  font-weight: bold;
}
.price sup {
  font-size: 15px;
}
.price p {
  font-weight: bold;
}
.content_prices {
  font-size: 20px;
  padding: 10px 0;
  background-color: lightgrey;
}
.content_prices:nth-child(2n+2) {
  background-color: #eeeeee;
  ;
}

/*styles for calculate*/

.application {
  padding:30px 0;
  width: 100%;
  height: 400px;
  background-color: white;

}
.application h3 {
  color: #575757;
  font-size: 18px;
}
.application header.align_right {
  text-align: right;
  background-color: white;

}
.application header.align_left {
  text-align: left;
  background-color: white;
}

.align_left .green_bell{
    background-color: #24baa0;
    width: 265px;
    height: 6px;
    display: inline-block;
    margin: 5px 0 5px 0;
  }
  .align_right .green_bell{
      background-color: #24baa0;
      width: 155px;
      height: 6px;
      display: inline-block;
      margin: 5px 0 5px 0;
    }
.inline {
  display:inline-block;
  width:32.5%;
  padding:14px;
  vertical-align: top;
}
.form {
  margin-top:50px;

}

.drop_down_list {
  border:1px solid #8de0d2;
  width: 280px;
  height:38px;
  background-color: white;
  margin-top:22px;
  padding: 8px 12px;
  position: relative;
}

.list_label {
  font-size: 20px;
  color: #e2e2e2;
  font-family: 'ralewaylight', Arial, Tahoma, sans-serif;
}

.checkbox {
  position: relative;
  padding: 30px 30px 30px 0;
}

.checkbox input {
  display: block;
  opacity: 0;
  height: 48px;
  position: absolute;
  width: 48px;
  cursor: pointer;
}

.checkbox label {
  display: block;
  padding-left: 65px;
  position: relative;
  font-size: 20px;
  color: #cecece;
  line-height: 120%;
  padding-top: 10px;
  cursor: pointer;
}

.checkbox label::before, .checkbox label::after {
  border: 1px solid #27c7ab;
  content: "";
  display: block;
  left: 0;
  height: 48px;
  position: absolute;
  width: 48px;
  top: 0;
}

.checkbox label::after {
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2233.875%22%20height%3D%2233%22%20viewBox%3D%220%200%2033.875%2033%22%3E%0A%20%20%3Cpath%20d%3D%22M9.470%2C15.209%20L14.061%2C24.104%20C14.061%2C24.104%2021.522%2C6.026%2033.287%2C-0.000%20C33.000%2C4.304%2031.852%2C8.035%2033.861%2C12.626%20C28.696%2C13.774%2018.078%2C26.687%2014.635%2C33.000%20C9.756%2C26.974%204.017%2C22.382%20-0.000%2C20.948%20L9.470%2C15.209%20Z%22%20fill%3D%22%2327c7ab%22/%3E%0A%3C/svg%3E%0A") no-repeat center;
  border: 0;
  display: none;
}

.checkbox input:checked+label::after {
  display: block;
}

.active {
  background: url('../images/form_ok.jpg');
  width: 48px;
  height: 40px;
}

.inline_text {
  display: inline-block;
  width: 228px;
  vertical-align: top;
  margin-top: 30px;
  margin-left: 15px;
  color: #aeaeae;
}

.image_part img {
  margin-top: 60px;
  margin-left: 38px;
}

/*.application .green_bell {
  background-color: #24baa0;
  width: 200px;
  height: 6px;
  display: inline-block;
  margin: 5px 0 5px 0;
}*/

.summary_panel {
  background-color: #f1f1f1;
  height:195px;
  padding:10px;
  margin-top: 30px;
}

.application .green_button {
  background-color: #27c7ab;
  color: white;
  text-align:center;
  text-transform: uppercase;
  width: 200px;
  padding: 10px 30px;
  font-size: 24px;
  display: inline-block;
  font-family: 'ralewaymedium', Arial, Tahoma, sans-serif;
  margin-top: 20px;
  margin-left: 29px;
  border-radius: 8px;
  text-decoration: none;
  transform: translateX(20%);
}

.panel_left {
  display: inline-block;
  width: 185px;
  vertical-align: top;
  padding-bottom:10px;
  border-bottom:1px solid #e7e7e7;
  height: 135px;
}

.panel_right {
  display: inline-block;
  width: 100px;
  border-left:1px solid #e7e7e7;
  text-align: right;
  vertical-align: top;
  padding-bottom:10px;
  border-bottom:1px solid #e7e7e7;
  height: 135px;
}
.panel_left h4, .panel_right h4 {
  color: #24baa0;
  font-size: 23px;
}
.panel_left span {
  margin-top:10px;
  font-size: 22px;
  color: #5b5a5a;
  display: block;
}
.panel_right span {
  display: block;
  font-size: 22px;
  color: #24baa0;
  margin-top:10px;
}
.sum_label {
  display: inline-block;
  width: 185px;
  margin-top: 10px;
  font-size: 20px;
  color: #5b5a5a;
}
.sum {
  display: inline-block;
  width: 100px;
  text-align: right;
  margin-top: 10px;
  font-size: 22px;
  color: #24baa0;
}
.list_arrow {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #24baa0;
  display:block;
  position: absolute;
  right: 14px;
  top: 20px;
  cursor: pointer;
}
.list_panel {
  background-color: white;
  border: 1px solid #ccc;
  width: 288px;
  padding-left: 15px;
  padding-bottom: 10px;
  list-style: none;
  margin: 0;
  left: 0px;
  z-index: 2;
  position: absolute;
  top: 54px;
  display:none;
}
.list_panel li {
  margin-top:10px;
  cursor: pointer;
  color: #585858;
}
.title {
  height: 30px;
}

/*styles for contact*/
.contact {
  width: 100%;
  height: 600px;
  padding-left: 15px;
  display: inline-block;
  background-color: white;
  color: grey;
}
#contact_logo {
  padding-top: 20px;
  padding-left: 0px;
  width: 330px;
  font-weight: bold;
  font-size: 22px;
  border-bottom: 6px solid #24ba9f;
}
.contact p:first-of-type {
  padding-top: 50px;
  padding-left: 0px;
  width: 330px;
  font-size: 22px;
  border-bottom: 6px solid #24ba9f;
}
::-webkit-input-placeholder {
  color: grey;
  /* Chrome, Opera, Safari */
}
::-moz-placeholder {
  color: grey;
  /* Firefox */
}
::-ms-input-placeholder {
  color: grey;
  /* IE 10+ */
}
input, textarea {
  display: block;
  margin-bottom: 15px;
}
#contact_form {
  padding-top: 20px;
  float: left;
  width: 50%;
}
.contact_form input:first-of-type {
  width: 600px;
  height: 80px;
  font-size: 24px;
  font-family: "ralewaylight", Arial, sans-serif;
  padding: 10px;
  margin-top: 20px;
  border: 1px solid #24ba9f;
}
.contact_form textarea {
  width: 600px;
  height: 180px;
  font-size: 24px;
  padding: 10px;
  border: 1px solid #24ba9f;
  font-family: "ralewaylight", Arial, sans-serif;
}
#contact_right {
  float: right;
  width: 30%;
  transform: translate(-30%, 5%);
}
#contact {
  font-family: "ralewaylight", Arial, sans-serif;
  font-size: 12px;
  color: grey;
}
#aprove {
  color: grey;
  font-size: 10px;
  transform: translate(-30%, 5%);
  float: left;
}
.checkbox .checkbox_aprove {
  font-size: 16px;
  font-family: "ralewaylight", Arial, sans-serif;
  color: darkgrey;
}
.contact .green_button {
  background-color: #27c7ab;
  color: white;
  text-align:center;
  text-transform: uppercase;
  width: 300px;
  height: 60px;
  padding: 18px 50px;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  font-family: 'ralewaymedium', Arial, Tahoma, sans-serif;
  transform:translate(0px, 10px);
  border-radius: 8px;
  text-decoration: none;
}

/*styles for footer*/
footer {
  font-family: "ralewaylight", Arial, sans-serif;
  color: grey;
  display: inline-block;
  float: left;
  width: 100%;
  background-color: #f1f1f1;
}
#footer_copy {
  float: left;
  display: inline-block;
  display: table-cell;
  vertical-align: middle;
  padding-top: 10px;
}
#footer_images {
  float: left;
  display: inline-block;
  margin-left: 290px;
  padding-bottom: 5px;
}
#footer_logo {
  float: right;
  display: inline-block;
  display: table-cell;
  vertical-align: middle;
  display: inline-block;
  float: right;
  padding-top: 10px;
}
footer span {
  font-family: "raleway", Arial, sans-serif;
  font-weight: bold;
}
