a:hover, button:hover, input[type="submit"]:hover {
  -webkit-transition: all 0.8s ease;
  -webkit-transition--moz-transition: all 0.8s ease;
  -webkit-transition--o-transition: all 0 0.8s ease;
  -webkit-transition-transition: all 0.8s ease;
}

button, input[type="submit"] {
  cursor: pointer;
}

/*HEADER*/
.main_container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.top_nav {
  width: 100%;
  height: 45px;
  background-color: #e9fbfe;
}

.menu_top {
  float: left;
}

.menu_top li {
  display: inline-block;
  line-height: 45px;
  margin-right: 20px;
}

.menu_top li a {
  font-family: 'PFDinTextCondPro-Light';
  font-size: 20px;
  color: #373737;
  text-decoration: none;
}

.menu_top li a:hover {
  color: #009dea;
}

.currency {
  float: left;
  margin-left: 85px;
}

.currency span {
  font-family: 'PFDinTextCondPro-Light';
  font-size: 20px;
  color: #373737;
  line-height: 45px;
}

.currency a {
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 5px;
}

.currency a:nth-child(2) {
  width: 14px;
  height: 20px;
  background: url("../images/currency_icon1.png") no-repeat;
}

.currency a:nth-child(2).active {
  background: url("../images/currency_icon1_active.png") no-repeat;
}

.currency a:nth-child(3) {
  width: 11px;
  height: 21px;
  background: url("../images/currency_icon2.png") no-repeat;
}

.currency a:nth-child(3).active {
  background: url("../images/currency_icon2_active.png") no-repeat;
}

.currency a:nth-child(4) {
  width: 18px;
  height: 20px;
  background: url("../images/currency_icon3.png") no-repeat;
}

.currency a:nth-child(4).active {
  background: url("../images/currency_icon3_active.png") no-repeat;
}

.login_wrap {
  float: right;
  font-family: 'PFDinTextCondPro-Medium';
  font-size: 20px;
  color: #00a2e8;
}

.login_wrap a {
  font-family: 'PFDinTextCondPro-Medium';
  font-size: 20px;
  color: #00a2e8;
  line-height: 45px;
  text-decoration: none;
}

.login_wrap a:nth-child(1) {
  margin-right: 15px;
}

.login_wrap a:nth-child(2) {
  margin-left: 15px;
}

.login_wrap a:hover {
  color: #a4a4a4;
}

.logo {
  margin-top: 11px;
  float: left;
  width: 151px;
  height: 66px;
}

.search {
  position: relative;
  float: left;
  width: 44.6%;
  margin-left: 84px;
  margin-top: 30px;
}

.search .search_input {
  width: 100%;
  height: 30px;
  border: 1px solid #ccc;
  position: relative;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
}

.search:before {
  position: absolute;
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: #ccc url("../images/zoom.png") no-repeat 50%;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.basket {
  float: right;
  margin-top: 20px;
  position: relative;
  padding-left: 60px;
}

.basket .title {
  font-family: 'PFDinTextCondPro-Medium';
  font-size: 20px;
  color: #373737;
  margin-bottom: 10px;
}

.basket .title span {
  font-family: 'PFDinTextCondPro-Bold';
  font-size: 20px;
  color: #00a2e8;
}

.basket .subtitle {
  font-family: 'PFDinTextCondPro-Regular';
  font-size: 20px;
  color: #373737;
}

.basket .subtitle span {
  font-family: 'PFDinTextCondPro-Medium';
  font-size: 20px;
  color: #373737;
}

.basket:before {
  position: absolute;
  content: '';
  display: block;
  width: 50px;
  height: 38px;
  background: url("../images/basket.png") no-repeat;
  left: 0;
  top: 6px;
}

header {
  width: 100%;
  height: 90px;
}

.main_menu {
  width: 100%;
  height: 50px;
  background-color: #009dea;
  background-image: linear-gradient(to top, #00a2e8 0%, #00a2e8 36%, #1aa7ec 64%, #1aa7ec 100%);
}

.main_menu ul li {
  display: inline-block;
  line-height: 48px;
  padding: 0 32.5px;
  position: relative;
  float: left;
  cursor: pointer;
}

.main_menu ul li:before {
  position: absolute;
  content: '';
  display: block;
  width: 1px;
  height: 35px;
  background-color: white;
  right: 0;
  top: 8px;
}

.main_menu ul li a {
  font-family: 'PFDinTextCondPro-Regular';
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.main_menu ul li:last-child:before {
  display: none;
}

.main_menu ul li:hover {
  background-color: #0098d9;
}

/*END HEADER*/
/*WELCOME*/
.h1 {
  font-family: 'PFDinTextCondPro-Regular';
  font-size: 30px;
  color: #00a2e8;
  text-transform: uppercase;
  margin-top: 45px;
  text-align: center;
}

.welcome_text {
  margin-top: 20px;
}

.welcome_text p {
  font-family: 'PFDinTextCondPro-Light';
  font-size: 20px;
  color: #373737;
  line-height: 26px;
  margin-bottom: 15px;
}

.welcome_text p span {
  font-family: 'PFDinTextCondPro-Medium';
  font-size: 20px;
  color: #373737;
}

/*END WELCOME*/
/*SERVICE*/
.services_wrap {
  margin-top: 20px;
}

.services_wrap img {
  width: 100%;
  height: auto;
}

.left_side {
  width: 49%;
  float: left;
  margin-right: 20px;
  position: relative;
}

.right_side {
  width: 49%;
  float: right;
}

.services_img2,
.services_img3 {
  position: relative;
}

.services_img3 {
  width: 47.756%;
  float: left;
  margin-right: 20px;
  margin-top: 17px;
}

.services_img3:nth-child(3) {
  margin-right: 0;
}

.services_description {
  position: absolute;
  background-color: rgba(0, 162, 232, 0.8);
  z-index: 99;
  top: 40%;
  width: 100%;
  height: 40px;
  text-align: center;
  font-family: 'PFDinTextCondPro-Regular';
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  line-height: 40px;
}

/*END SERVICE*/
/*CLIENTS*/
.clients_wrap .bx-wrapper .bx-viewport {
  margin: 20px 0 50px 0;
}

.bxslider1 li img {
  float: left;
  margin-right: 20px;
  width: 15%;
}

.bxslider1 li img:last-child {
  margin-right: 0;
}

/*END CLIENTS*/
/*FOOTER*/
.footer_bg {
  width: 100%;
  height: auto;
  background-color: #e9fbfe;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 20px;
}

.footer_bg ul {
  float: left;
  margin-right: 100px;
}

.footer_bg ul li {
  margin-bottom: 10px;
}

.footer_bg ul li a {
  font-family: 'PFDinTextCondPro-Light';
  font-size: 20px;
  color: #373737;
  text-decoration: none;
}

.footer_bg ul li a:hover {
  text-decoration: underline;
}

.footer_bg ul .title {
  font-family: 'PFDinTextCondPro-Medium';
  font-size: 20px;
  color: #373737;
  margin-bottom: 20px;
}

.footer_bg ul:last-child {
  margin-right: 0;
}

.copyright_bg {
  width: 100%;
  height: 65px;
  background-color: #464646;
}

.copyright_bg .logo_bottom {
  margin-top: 6px;
  float: left;
  width: 125px;
  height: 55px;
}

.copyright_bg .copyright {
  float: left;
  font-family: 'PFDinTextCondPro-Light';
  font-size: 20px;
  color: #fff;
  line-height: 65px;
  margin-left: 190px;
}

.copyright_bg .work_on {
  float: right;
  font-family: 'PFDinTextCondPro-Light';
  font-size: 20px;
  color: #fff;
  line-height: 65px;
}

.copyright_bg .work_on a {
  color: #fff;
}

.copyright_bg .work_on a:hover {
  text-decoration: none;
}

/*END FOOTER*/
.bxslider li img {
  width: 100%;
  height: auto;
}

.toggle_menu {
  display: none;
}

#toggle {
  display: block;
  width: 30px;
  height: 30px;
  margin: 10px 10px 10px auto;
  float: left;
  position: relative;
  top: 13px;
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}

#toggle span:after {
  top: 9px;
}

#toggle span {
  position: relative;
  display: block;
}

#toggle span {
  width: 100%;
  height: 3px;
  background-color: #fff;
  backface-visibility: hidden;
  z-index: 99999;
}

#toggle span:after,
#toggle span:before {
  background-color: inherit;
  width: 100%;
  height: 3px;
  background-color: inherit;
  backface-visibility: hidden;
  z-index: 99999;
}

#toggle.on span {
  background-color: transparent;
}

#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
  background-color: #fff;
}

#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
  background-color: #fff;
}

#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}

#menu {
  position: fixed;
  top: 0;
  right: 100%;
  height: auto;
  width: 100%;
  color: #fff;
  background-color: #009dea;
  z-index: 99999;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
  padding-top: 10px !important;
  text-align: center;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 5px;
}

#menu li {
  text-align: center;
}

#menu li a {
  font-family: 'PFDinTextCondPro-Regular';
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  line-height: 80px;
  text-align: center;
}

#menu .close {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 60px;
  font-family: Arial;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  opacity: 1 !important;
  /*MODAL1*/
}

.overlay {
  background: transparent url("../images/overlay.png") repeat top left;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
}

.nonebox {
  position: fixed;
  top: -350px;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  color: #4d4d4d;
  width: 405px;
  height: 220px;
  z-index: 9999999999999999999999;
  text-align: center;
  border-radius: 5px;
}

a.box-close {
  float: right;
  width: 20px;
  height: 20px;
  background: url("../images/close.png") no-repeat top left;
  margin: 10px 10px 0px 0px;
  cursor: pointer;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.nonebox .title {
  font-family: 'PFDinTextCondPro-Regular';
  font-size: 30px;
  color: #00a2e8;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0;
}

.modal_input {
  width: 275px;
  height: 30px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'PFDinTextCondPro-Regular';
  font-size: 16px;
  color: #747474;
  padding-left: 20px;
  display: block;
  margin: 0 auto 10px auto;
  outline: none;
}

.modal_submit {
  font-family: 'PFDinTextCondPro-Regular';
  font-size: 20px;
  color: #ffffff;
  background-color: #009dea;
  background-image: linear-gradient(to top, #00a2e8 0%, #00a2e8 36%, #1aa7ec 64%, #1aa7ec 100%);
  width: 105px;
  height: 40px;
  text-transform: uppercase;
  border-radius: 3px;
  outline: none;
  border: none;
  margin-top: 12px;
}

.modal_submit:hover {
  background-image: linear-gradient(to bottom, #00a2e8 0%, #00a2e8 36%, #1aa7ec 64%, #1aa7ec 100%);
  /*END MODAL1*/
}

a.overlay_link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#nonebox2 {
  height: auto;
  padding-bottom: 20px;
}

#nonebox2 .modal_submit {
  width: 205px;
}

/*CONTACTS PAGE*/
.breadcrumbs {
  margin: 15px 0;
}

.breadcrumbs li {
  font-family: 'PFDinTextCondPro-Light';
  font-size: 16px;
  color: #959595;
  display: inline-block;
}

.breadcrumbs li a {
  color: #959595;
  text-decoration: none;
}

.breadcrumbs li a:hover {
  text-decoration: underline;
}

.breadcrumbs li span {
  margin: 0 10px;
}

.page_h1 {
  font-family: 'PFDinTextCondPro-Regular';
  font-size: 30px;
  color: #00a2e8;
  text-transform: uppercase;
}

.contacts_wrap p {
  display: inline-block;
  font-family: 'PFDinTextCondPro-Light';
  font-size: 20px;
  color: #373737;
  position: relative;
  padding-left: 35px;
  margin: 35px 0;
  margin-right: 35px;
}

.contacts_wrap p:nth-child(1):before {
  position: absolute;
  content: '';
  display: block;
  width: 30px;
  height: 24px;
  background: url("../images/contacts_icon1.png") no-repeat;
  left: 0;
}

.contacts_wrap p:nth-child(2):before {
  position: absolute;
  content: '';
  display: block;
  width: 18px;
  height: 30px;
  background: url("../images/contacts_icon2.png") no-repeat;
  left: 10px;
  top: -5px;
}

.contacts_wrap p:nth-child(3):before {
  position: absolute;
  content: '';
  display: block;
  width: 30px;
  height: 20px;
  background: url("../images/contacts_icon3.png") no-repeat;
  left: 0;
  top: 2px;
}

.contacts_wrap a {
  color: #373737;
  text-decoration: underline;
}

.contacts_wrap a:hover {
  text-decoration: none;
}

#map {
  width: 100%;
  height: 400px;
}

/*END CONTACTS PAGE*/
/*FURNITURE PAGE*/
.furniture_wrap {
  margin-top: 20px;
}

.text_f {
  font-family: 'PFDinTextCondPro-Light';
  font-size: 20px;
  color: #373737;
  margin-bottom: 10px;
  line-height: 26px;
}

.text_f span {
  font-family: 'PFDinTextCondPro-Medium';
}

.category_block {
  width: 23.4%;
  position: relative;
  float: left;
  margin-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.category_block:last-child {
  margin-right: 0;
}

.category_block:hover {
  border: 2px solid #23a0da;
}

.category_block:hover > .services_description {
  bottom: 0;
  top: auto;
  background-color: #00a2e8;
}

.category_block img {
  width: 100%;
  height: auto;
}

.category_wrap {
  margin: 20px 0;
}

.cabinets_wrap {
  margin-top: 20px;
}

.cabinets_block {
  width: 23.5%;
  height: 330px;
  border: 1px solid #cdcdcd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.cabinets_block:nth-child(4), .cabinets_block:nth-child(8), .cabinets_block:nth-child(12), .cabinets_block:nth-child(16), .cabinets_block:nth-child(20), .cabinets_block:nth-child(24) {
  margin-right: 0;
}

.cabinets_block .title {
  font-family: 'PFDinTextCondPro-Medium';
  font-size: 20px;
  color: #373737;
  margin-bottom: 19px;
}

.cabinets_block img {
  display: block;
  margin: 0 auto;
}

.cabinets_block hr {
  width: 100%;
  height: 1px;
  background-color: #b7b7b7;
  outline: none;
  border: none;
  margin-bottom: 20px;
}

.cabinets_block .main_price {
  font-family: 'PFDinTextCondPro-Medium';
  font-size: 26px;
  color: #343536;
  float: center;
  margin-top: 5px;
  text-align: center;
}

.cabinets_block .buy_button {
  display: block;
  float: right;
  font-family: 'PFDinTextCondPro-Regular';
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  width: 200px;
  height: 40px;
  background-color: #009dea;
  background-image: linear-gradient(to top, #00a2e8 0%, #00a2e8 36%, #1aa7ec 64%, #1aa7ec 100%);
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
}

.cabinets_block .buy_button:hover {
  background-image: linear-gradient(to bottom, #00a2e8 0%, #00a2e8 36%, #1aa7ec 64%, #1aa7ec 100%);
}

.cabinets_description p {
  font-family: 'PFDinTextCondPro-Light';
  font-size: 18px;
  color: #6d6e71;
  display: inline-block;
  margin-top: 20px;
  position: relative;
  padding-left: 25px;
}

.cabinets_description p:nth-child(1) {
  margin-right: 10px;
}

.cabinets_description p:nth-child(1):before {
  position: absolute;
  content: '';
  display: block;
  width: 20px;
  height: 18px;
  background: url("../images/weight-scale.png") no-repeat;
  left: 0;
}

.cabinets_description p:nth-child(2):before {
  position: absolute;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/1-star.png") no-repeat;
  left: 0px;
}

.show_more_cabinets {
  font-family: 'PFDinTextCondPro-Medium';
  font-size: 20px;
  color: #00a2e8;
  float: right;
  text-decoration: none;
  display: block;
  margin-top: 10px;
  margin-bottom: 50px;
}

.show_more_cabinets:hover {
  text-decoration: underline;
}

/*END FURNITURE PAGE*/
/*GALLERY IN PAGE*/
.gallery_wrap {
  margin-top: 20px;
}

.gallery_wrap .list_title {
  font-family: 'PFDinTextCondPro-Medium';
  font-size: 20px;
  color: #373737;
  margin-top: 10px;
  margin-bottom: 20px;
}

.gallery_list li {
  font-family: 'PFDinTextCondPro-Light';
  color: #373737;
  font-size: 20px;
  position: relative;
  margin-bottom: 20px;
  padding-left: 34px;
  line-height: 26px;
}

.gallery_list li:before {
  position: absolute;
  content: '';
  display: block;
  width: 21px;
  height: 16px;
  background: url("../images/gallery_icon.png") no-repeat;
  top: 5px;
  left: 0;
}

.pop_up_img {
  margin-bottom: 50px;
}

.pop_up_img a {
  width: 23.5%;
  margin-right: 20px;
  float: left;
  position: relative;
}

.pop_up_img a img {
  width: 100%;
  height: auto;
}

.pop_up_img a:before {
  position: absolute;
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/zoom_p.png") no-repeat;
  right: 5px;
  bottom: 5px;
}

.pop_up_img a:last-child {
  margin-right: 0;
}

/*END GALLERY IN PAGE*/
/*GALLERY PAGE*/
.gallery_main_blocks .category_block {
  margin-bottom: 20px;
  margin-right: 19px;
  height: 180px;
}

.gallery_main_blocks .category_block:nth-child(4), .gallery_main_blocks .category_block:nth-child(8) {
  margin-right: 0;
}

/*END GALLERY PAGE*/
/*PRICE PAGE*/
.price_wrap {
  margin-top: 20px;
}

.price_wrap table {
  width: 100%;
}

.price_wrap table .th_bg {
  background-color: #e9fbfe;
  border-bottom: 1px solid #00a2e8;
}

.price_wrap table .th_bg th {
  padding: 15px 0;
  text-align: center;
  font-family: 'PFDinTextCondPro-Regular';
  font-size: 20px;
  color: #373737;
  border-right: 1px solid #00a2e8;
  vertical-align: middle;
}

.price_wrap table .th_bg th:last-child {
  border-right: none;
}

.price_wrap table tr td {
  border-right: 1px solid #00a2e8;
  vertical-align: middle;
  text-align: center;
  padding: 10px 0;
  font-family: 'PFDinTextCondPro-Medium';
  font-size: 20px;
  color: #373737;
}

.price_wrap table tr td:nth-child(1) {
  font-family: 'PFDinTextCondPro-Light';
  font-size: 20px;
  color: #373737;
  line-height: 24px;
  text-align: left;
}

.price_wrap table tr td:last-child {
  border-right: none;
}

.price_wrap table .col1 {
  width: 33%;
}

.price_wrap table .col2 {
  width: 17%;
}

.price_wrap table .col3 {
  width: 17%;
}

.price_wrap table .col4 {
  width: 17%;
}

.price_wrap table .col5 {
  width: 17%;
}

.table_title {
  width: 100%;
  font-family: 'PFDinTextCondPro-Medium';
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  height: 40px;
  background-color: #00a2e8;
  line-height: 40px;
}

.price_wrap .two_columns .col2 {
  width: 66.9%;
}

.price_wrap .two_columns tr td {
  text-align: left;
  padding: 20px 0;
  font-family: 'PFDinTextCondPro-Light';
  font-size: 20px;
  color: #373737;
  line-height: 24px;
  border-bottom: 1px solid #00a2e8;
}

.price_wrap .two_columns tr td:nth-child(2) {
  padding: 20px;
}

.price_wrap .b-table tr td:nth-child(2) {
  border-right: 1px solid #00a2e8;
  vertical-align: middle;
  text-align: center;
  padding: 10px 0;
  font-family: 'PFDinTextCondPro-Medium';
  font-size: 20px;
  color: #373737;
}

.price_wrap .b-table tr td:last-child {
  border-right: none;
}

.price_wrap .four_columns .col2 {
  width: 22%;
}

.price_wrap .four_columns .col3 {
  width: 22%;
}

.price_wrap .four_columns .col4 {
  width: 22%;
}

.price_wrap .four_columns tr td {
  border-bottom: 1px solid #00a2e8;
}

.price_wrap {
  margin-bottom: 50px;
}

/*END PRICE PAGE*/
/*SERVICE PAGE*/
.services_wrap .gallery_list {
  float: left;
  margin-bottom: 50px;
}

.services_wrap .gallery_list:nth-child(4) {
  margin-right: 40px;
}

/*END SERVICE PAGE*/
/*WRITING PAGE*/
.letters_wrap .pop_up_img a {
  margin-bottom: 20px;
}

.letters_wrap .pop_up_img a:nth-child(4), .letters_wrap .pop_up_img a:nth-child(8) {
  margin-right: 0;
}

.letters_wrap .pop_up_img a:before {
  background: url("../images/zoom_p_b.png") no-repeat;
}

/*END WRITING PAGE*/
