@font-face {
  font-family: 'RobotoCondensed-Regular';
  src: url("../fonts/RobotoCondensed-Regular.eot");
  src: url("../fonts/RobotoCondensed-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/RobotoCondensed-Regular.woff") format('woff'), url("../fonts/RobotoCondensed-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoCondensed-Bold';
  src: url("../fonts/RobotoCondensed-Bold.eot");
  src: url("../fonts/RobotoCondensed-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/RobotoCondensed-Bold.woff") format('woff'), url("../fonts/RobotoCondensed-Bold.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FranklinGothicHeavyC';
  src: url("../fonts/FranklinGothicHeavyC.eot");
  src: url("../fonts/FranklinGothicHeavyC.eot?#iefix") format('embedded-opentype'), url("../fonts/FranklinGothicHeavyC.woff") format('woff'), url("../fonts/FranklinGothicHeavyC.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  min-width: 1000px;
  font-family: 'RobotoCondensed-Regular', sans-serif;
}
.container {
  width: 1000px;
  position: relative;
  margin: 0 auto;
  display: block;
}
h2 {
  font-size: 36px;
  color: #000;
  text-transform: uppercase;
  line-height: 0.75;
}
h2 span {
  display: block;
  font-size: 48px;
  font-family: 'FranklinGothicHeavyC', sans-serif;
}
.header {
  background: #000;
  width: 100%;
  position: relative;
  padding: 35px 0 25px;
}
.header_top {
  margin-bottom: 25px;
}
.header_phone,
.header_logo,
.header_delivery {
  float: left;
  position: relative;
}
.header_phone {
  text-align: right;
  padding-left: 65px;
  width: 300px;
  padding-top: 10px;
}
.header_phone_number {
  background: url("../images/phone.png") no-repeat left 4px;
  font-size: 30px;
  color: #fff;
  font-family: 'RobotoCondensed-Bold', sans-serif;
}
.header_phone_callback a {
  font-size: 14px;
  color: #fff;
  border-bottom: 1px dashed #fff;
  text-decoration: none;
}
.header_phone_callback a:hover {
  border-bottom: 1px dashed transparent;
}
.header_logo {
  text-align: center;
  padding: 0 30px;
  width: 400px;
}
.header_delivery {
  width: 300px;
  color: #fff;
}
.header_delivery a {
  color: #fff;
}
.header_delivery_title {
  font-family: 'RobotoCondensed-Bold', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}
.header_delivery_title span {
  font-size: 30px;
}
.header_menu {
  padding-left: 100px;
}
.header_menu ul li {
  float: left;
  list-style-type: none;
}
.header_menu ul li:not(:last-child) {
  margin-right: 50px;
}
.header_menu ul li a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #4e4e4e;
}
.header_menu ul li a:hover {
  border-bottom: 1px solid #fff;
}
.header_delivery_choose span {
  color: #fdda4e;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-family: 'RobotoCondensed-Bold', sans-serif;
  text-transform: uppercase;
  margin-right: 20px;
}
.header_delivery_choose a {
  color: #fdda4e;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  border-bottom: 1px solid #fdda4e;
}
.header_delivery_choose a:hover {
  border-bottom: 1px solid transparent;
}
.callback {
  width: 100%;
  display: block;
  position: relative;
  background: url("../images/bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 90px 0 60px;
  margin-bottom: 60px;
}
.callback_title {
  margin-bottom: 50px;
  font-family: 'FranklinGothicHeavyC', sans-serif;
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 0.85;
  text-shadow: 0 18px 18px rgba(0,0,0,0.5);
}
.callback_title span {
  margin-left: -6px;
  font-size: 142px;
}
.callback_button a {
  color: #000;
  font-size: 48px;
  display: block;
  margin: 0 auto;
  position: relative;
  background: #fdda4e;
  width: 320px;
  font-family: 'FranklinGothicHeavyC', sans-serif;
  height: 80px;
  padding-top: 23px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  line-height: 0.4;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 18px 18px rgba(0,0,0,0.5);
  box-shadow: 0 18px 18px rgba(0,0,0,0.5);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.callback_button a span {
  font-size: 18px;
}
.callback_button a:hover {
  -webkit-transform: translateY(6%);
  -ms-transform: translateY(6%);
  transform: translateY(6%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.profit {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 80px;
}
.profit_top {
  margin-bottom: 30px;
}
.profit_title {
  float: left;
  margin-right: 45px;
}
.profit_menu {
  padding-top: 38px;
}
.profit_menu ul li {
  float: left;
  list-style-type: none;
}
.profit_menu ul li:not(:last-child) {
  margin-right: 20px;
}
.profit_menu ul li a {
  line-height: 1;
  display: block;
  font-family: 'RobotoCondensed-Bold', sans-serif;
  font-size: 18px;
  text-decoration: none;
  border-bottom: 1px solid #008d03;
  color: #008d03;
  text-transform: uppercase;
}
.profit_menu ul li a:hover {
  border-bottom: 1px solid transparent;
}
.profit_slider {
  position: relative;
}
.profit_slider_wrap {
  width: 910px;
  margin: 0 auto;
}
.profit_slider_prev,
.profit_slider_next {
  position: absolute;
  width: 33px;
  height: 102px;
  top: 50%;
  margin-top: -51px;
  cursor: pointer;
}
.profit_slider_prev {
  background: url("../images/prev.png") no-repeat center center;
  left: 0;
}
.profit_slider_next {
  right: 0;
  background: url("../images/next.png") no-repeat center center;
}
.product {
  position: relative;
  width: 210px;
  background: #f9f4f2;
  border: 6px solid #f9f4f2;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.product_main {
  background: #fff;
  width: 100%;
  padding: 0 10px;
  position: relative;
  padding-bottom: 15px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
.product_image {
  width: 100%;
  height: 170px;
  position: relative;
  border-bottom: 1px solid #dddcd9;
  margin-bottom: 3px;
}
.product_image img {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
}
.product_description_size {
  font-family: 'Trebuchet MS', sans-serif;
  color: #5f4136;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  margin-bottom: 3px;
}
.product_description_title {
  text-align: center;
  height: 38px;
  overflow: hidden;
  position: relative;
}
.product_description_title:after {
  content: '';
  width: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 50%;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(transparent));
  background: -webkit-linear-gradient(right, #fff, transparent);
  background: -o-linear-gradient(right, #fff, transparent);
  background: linear-gradient(to left, #fff, transparent);
}
.product_description_title a {
  font-family: 'Tahoma', sans-serif;
  font-size: 14px;
  color: #008d03;
  text-decoration: none;
  border-bottom: 1px solid #008d03;
}
.product_description_title a:hover {
  border-bottom: 1px solid transparent;
}
.product_price {
  padding-top: 5px;
}
.product_price_current {
  font-family: 'FranklinGothicHeavyC', sans-serif;
  font-size: 48px;
  color: #000;
  text-align: center;
  line-height: 0.8;
}
.product_price_current span {
  font-size: 14px;
  text-transform: uppercase;
}
.product_price_old {
  font-size: 14px;
  color: #008d03;
  text-align: center;
}
.product_price_old span {
  text-decoration: line-through;
}
.product_button {
  width: 100%;
  background: #fff;
  padding: 10px 0;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.product_button a {
  display: block;
  text-decoration: none;
  margin: 0 auto;
  width: 160px;
  height: 40px;
  background: #fdda4e;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  line-height: 40px;
  font-family: 'FranklinGothicHeavyC', sans-serif;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.product_button a:hover {
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.4);
  box-shadow: 0 2px 2px rgba(0,0,0,0.4);
}
.delivery {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 80px;
}
.delivery .container {
  min-height: 200px;
  padding-left: 390px;
  background: url("../images/delivery_bg.jpg") no-repeat -30px -15px;
}
.delivery_top {
  position: relative;
  margin-bottom: 15px;
}
.delivery_title {
  float: left;
  margin-right: 55px;
}
.delivery_price {
  padding-top: 38px;
}
.delivery_price a {
  line-height: 1;
  display: inline-block;
  font-family: 'RobotoCondensed-Bold', sans-serif;
  font-size: 18px;
  text-decoration: none;
  border-bottom: 1px solid #008d03;
  color: #008d03;
  text-transform: uppercase;
}
.delivery_price a:hover {
  border-bottom: 1px solid transparent;
}
.delivery_select {
  position: relative;
  width: 100%;
  border: 2px solid #912d2d;
  height: 70px;
}
.delivery_select_title {
  color: #000;
  text-transform: uppercase;
  float: left;
  width: 230px;
  text-align: center;
  font-size: 36px;
  line-height: 66px;
}
.delivery_select_choose {
  width: 375px;
  float: right;
  position: relative;
}
.delivery_select_choose .ui-button {
  width: 100%;
  padding: 11px 10px;
  background: #fff;
  border: none;
  font-size: 36px;
  color: #008d03;
  font-family: 'RobotoCondensed-Regular', sans-serif;
}
.delivery_select_choose .ui-button:focus {
  outline: none;
}
.delivery_select_choose .ui-button .ui-icon {
  width: 45px;
  height: 40px;
  background: url("../images/down.png") no-repeat center center;
}
.ui-state-active,
.ui-widget-content .ui-state-active {
  background: #008d03;
  border: 1px solid transparent;
}
.ui-widget.ui-widget-content {
  border-top: none;
}
.ui-menu .ui-menu-item-wrapper {
  padding: 10px 1em 10px 0.4em;
}
.pluses {
  background: #f9f3f3;
  width: 100%;
  position: relative;
  margin-bottom: 55px;
  padding: 35px 0;
}
._mb0 {
  margin-bottom: 0;
}
.pluses_top {
  margin-bottom: 45px;
}
.pluses_title {
  float: left;
  margin-right: 70px;
}
.pluses_discount {
  margin-top: -15px;
}
.pluses_discount_title {
  text-transform: uppercase;
  color: #000;
  font-size: 24px;
  margin-bottom: 3px;
}
.pluses_discount_title span {
  color: #008d03;
  font-family: 'FranklinGothicHeavyC', sans-serif;
  font-size: 36px;
}
.pluses_discount_form input[type="text"] {
  width: 325px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #000;
  background: #fff;
  height: 60px;
  float: left;
  margin-right: 5px;
  font-size: 30px;
  text-align: center;
  font-family: 'RobotoCondensed-Regular', sans-serif;
}
.pluses_discount_form input[type="text"]:focus {
  outline: none;
}
.pluses_discount_form input[type="button"] {
  background: #fdda4e;
  width: 200px;
  height: 60px;
  font-family: 'FranklinGothicHeavyC', sans-serif;
  color: #000;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  border: none;
  cursor: pointer;
}
.pluses_discount_form input[type="button"]:focus {
  outline: none;
}
.pluses_discount_form input[type="button"]:hover {
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.4);
  box-shadow: 0 2px 2px rgba(0,0,0,0.4);
}
.pluses_main_item {
  width: 33%;
  float: left;
  text-align: center;
  position: relative;
}
.pluses_main_item_icon {
  height: 85px;
  position: relative;
  margin-bottom: 20px;
}
.pluses_main_item_icon img {
  max-height: 100%;
}
.pluses_main_item_title {
  font-size: 24px;
  line-height: 23px;
  color: #000;
  font-family: 'FranklinGothicHeavyC', sans-serif;
  margin-bottom: 25px;
}
.pluses_main_item_text {
  color: #000;
  font-size: 18px;
  line-height: 18px;
}
.portfolio {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}
.portfolio_top {
  margin-bottom: 25px;
}
.portfolio_title {
  float: left;
  margin-right: 50px;
}
.portfolio_more {
  padding-top: 38px;
}
.portfolio_more a {
  line-height: 1;
  display: inline-block;
  font-family: 'RobotoCondensed-Bold', sans-serif;
  font-size: 18px;
  text-decoration: none;
  border-bottom: 1px solid #008d03;
  color: #008d03;
  text-transform: uppercase;
}
.portfolio_more a:hover {
  border-bottom: 1px solid transparent;
}
.portfolio_main {
  height: 330px;
  overflow-y: hidden;
  overflow-x: scroll;
  position: relative;
  font-size: 0;
  width: auto;
  white-space: nowrap;
}
.portfolio_item {
  height: 100%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.portfolio_item:not(:last-child) {
  margin-right: 5px;
}
@-moz-document url-prefix() {
  .portfolio_item_image img {
    height: 98%;
    width: 100%;
  }
}
.portfolio_item_image {
  height: 98%;
}
.portfolio_item_image img {
  height: 100%;
}
#csb::-webkit-scrollbar-track {
  background-color: #c3c4c0;
}
#csb::-webkit-scrollbar {
  width: 10px;
  background-color: #c3c4c0;
}
#csb::-webkit-scrollbar-thumb {
  background-color: #008d03;
}
.services {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.services_title {
  margin-bottom: 40px;
}
.services_slider {
  min-height: 270px;
  position: relative;
  width: 100%;
}
.services_slider .owl-dots {
  text-align: center;
  margin-top: 40px;
}
.services_slider .owl-dots .owl-dot {
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  margin: 0 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #b8b8b8;
}
.services_slider .owl-dots .owl-dot.active {
  background: #008d03;
  height: 14px;
  width: 14px;
}
.services_slider_item {
  position: relative;
  overflow: hidden;
}
.services_slider_item_image {
  float: left;
  width: 270px;
  height: 270px;
  margin-right: 40px;
  position: relative;
}
.services_slider_item_image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
}
.services_slider_item_description {
  padding-top: 40px;
  width: 690px;
  float: right;
  position: relative;
}
.services_slider_item_description_title {
  font-size: 30px;
  margin-bottom: 25px;
}
.services_slider_item_description_text {
  font-size: 16px;
  line-height: 22px;
  font-family: "Arial", sans-serif;
}
.form {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 85px;
  background: #f9f3f3;
  padding: 40px 0;
}
.form_title {
  margin-bottom: 60px;
}
.form_main input[type="text"] {
  width: 100%;
  height: 60px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #000;
  text-indent: 15px;
  background: #fff;
  font-size: 24px;
  margin-bottom: 21px;
  font-family: 'RobotoCondensed-Regular', sans-serif;
}
.form_main input[type="text"]:focus {
  outline: none;
}
.form_main textarea {
  width: 100%;
  height: 180px;
  border: 2px solid #000;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  padding: 15px;
  resize: none;
  font-size: 24px;
  font-family: 'RobotoCondensed-Regular', sans-serif;
}
.form_main textarea:focus {
  outline: none;
}
.form_main_contacts {
  float: left;
  margin-right: 45px;
  width: 330px;
}
.form_main_field_title {
  text-transform: uppercase;
  color: #000;
  font-size: 24px;
  margin-bottom: 10px;
}
.form_main_question {
  float: left;
  width: 330px;
  position: relative;
}
.form_main_submit {
  width: 240px;
  float: right;
  padding-top: 34px;
}
.form_main_submit p {
  font-size: 16px;
  line-height: 22px;
  font-family: "Arial", sans-serif;
  margin-bottom: 15px;
}
.form_main_submit input[type="button"] {
  width: 100%;
  border: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fdda4e;
  font-family: 'FranklinGothicHeavyC', sans-serif;
  height: 60px;
  font-size: 30px;
  cursor: pointer;
  text-transform: uppercase;
}
.form_main_submit input[type="button"]:hover {
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.4);
  box-shadow: 0 2px 2px rgba(0,0,0,0.4);
}
.steps {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  display: block;
}
.steps_title {
  margin-bottom: 25px;
}
.steps_main {
  background: url("../images/items.jpg") no-repeat -43px center;
  position: relative;
  padding-left: 100px;
  min-height: 113px;
  padding-top: 40px;
}
.steps_main_item {
  float: left;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
.steps_main_item:nth-child(1) {
  margin-right: 200px;
}
.steps_main_item:nth-child(2) {
  margin-right: 210px;
}
.footer {
  background: #000;
  padding: 15px 0 10px;
  position: relative;
  width: 100%;
}
.footer_top {
  margin-bottom: 10px;
}
.footer_counter {
  width: 32px;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}
.footer_logo {
  width: 230px;
  float: left;
  position: relative;
  margin-right: 70px;
}
.footer_logo img {
  max-width: 100%;
}
.footer_menu {
  margin-top: 18px;
  float: left;
}
.footer_menu ul li {
  float: left;
  list-style-type: none;
}
.footer_menu ul li:not(:last-child) {
  margin-right: 15px;
}
.footer_menu ul li a {
  display: block;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-family: 'RobotoCondensed-Bold', sans-serif;
  border-bottom: 1px solid #fff;
}
.footer_menu ul li a:hover {
  border-bottom: 1px solid transparent;
}
.footer_phone {
  text-align: right;
  float: right;
  width: 235px;
  line-height: 1;
  margin-top: 10px;
}
.footer_phone_number {
  background: url("../images/phone.png") no-repeat left 0px;
  font-size: 30px;
  color: #fff;
  font-family: 'RobotoCondensed-Bold', sans-serif;
}
.footer_phone_callback a {
  font-size: 14px;
  color: #fff;
  border-bottom: 1px dashed #fff;
  text-decoration: none;
}
.footer_phone_callback a:hover {
  border-bottom: 1px dashed transparent;
}
.footer_copyright {
  float: left;
  width: 50%;
  position: relative;
  color: #fff;
  font-size: 12px;
  font-family: "Arial", sans-serif;
}
.footer_development {
  text-align: right;
  color: #fff;
  font-size: 12px;
  float: right;
  width: 50%;
}
.footer_development a {
  color: #fdda4e;
  text-decoration: none;
  border-bottom: 1px solid #fdda4e;
}
.footer_development a:hover {
  border-bottom: 1px solid transparent;
}
.list {
  margin-bottom: 80px;
  position: relative;
  display: block;
  margin-top: 40px;
}
.list_top {
  position: relative;
  margin-bottom: 30px;
}
.list_sort {
  padding-top: 35px;
}
.list_title {
  float: left;
  margin-right: 60px;
}
.list_sort_title {
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'RobotoCondensed-Bold', sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.list_sort_by {
  display: inline-block;
  vertical-align: middle;
}
.list_sort_by:not(:last-child) {
  margin-right: 20px;
}
.list_sort_by a {
  text-transform: uppercase;
  font-size: 18px;
  color: #008d03;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-family: 'RobotoCondensed-Bold', sans-serif;
  border-bottom: 1px solid #008d03;
}
.list_sort_by a:hover {
  border-bottom: 1px solid transparent;
}
.list_sort_by img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.list_menu {
  width: 120px;
  float: left;
  position: relative;
}
.list_menu ul li {
  list-style-type: none;
  position: relative;
  display: block;
  width: 100%;
  padding: 7px 10px;
}
.list_menu ul li a {
  border-bottom: 1px solid #008d03;
  color: #008d03;
  text-transform: uppercase;
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  font-family: 'RobotoCondensed-Bold', sans-serif;
  line-height: 1;
}
.list_menu ul li a:hover {
  border-bottom: 1px solid transparent;
}
.list_menu ul li.active {
  background: #008d03;
  padding: 10px;
}
.list_menu ul li.active a {
  color: #fff;
  border-bottom: 1px solid transparent;
}
.list_content {
  width: 870px;
  position: relative;
  float: right;
}
.list_content_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.list_more {
  text-align: center;
  width: 100%;
}
.list_more a {
  text-transform: uppercase;
  color: #008d03;
  font-size: 30px;
  font-family: 'RobotoCondensed-Bold', sans-serif;
  border-bottom: 3px dashed #008d03;
  display: inline-block;
  line-height: 1.15;
  text-decoration: none;
}
.list_more a:hover {
  border-bottom: 3px solid transparent;
}
.details {
  margin: 40px 0;
  display: block;
  position: relative;
}
.details_title {
  margin-bottom: 20px;
}
.details_nav {
  margin-bottom: 10px;
  font-size: 18px;
  font-family: 'RobotoCondensed-Bold', sans-serif;
}
.details_nav span {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  text-transform: uppercase;
  margin-right: 20px;
}
.details_nav a {
  color: #008d03;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  line-height: 1;
  border-bottom: 1px solid #008d03;
}
.details_nav a:not(:last-child) {
  margin-right: 20px;
}
.details_nav a:hover {
  border-bottom: 1px solid transparent;
}
.details_main_images {
  float: left;
  width: 380px;
  position: relative;
}
.details_main_images_main {
  height: 440px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.details_main_images_main img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.details_main_images_thumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.details_main_images_thumbs_item {
  width: 110px;
  height: 110px;
  position: relative;
  border: 2px solid #008d03;
}
.details_main_images_thumbs_item img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  padding: 5px;
  max-height: 100%;
}
.details_main_info {
  float: right;
  width: 540px;
  position: relative;
}
.details_main_info_top {
  margin-bottom: 30px;
}
.details_main_info_top_specs {
  width: 50%;
  float: left;
  position: relative;
}
.details_main_info_top_specs_item:not(:last-child) {
  margin-bottom: 20px;
}
.details_main_info_top_specs_item_title {
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  font-family: 'RobotoCondensed-Bold', sans-serif;
}
.details_main_info_top_specs_item_text {
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 14px;
  color: #5f4136;
  font-style: italic;
}
.details_main_info_top_price {
  float: right;
  width: 50%;
  position: relative;
  margin-top: 10px;
}
.details_main_info_top_price_current {
  color: #008d03;
  font-size: 70px;
  line-height: 0.9;
  font-family: 'FranklinGothicHeavyC', sans-serif;
  text-align: center;
}
.details_main_info_top_price_current span {
  font-size: 20px;
}
.details_main_info_top_price_old {
  font-size: 20px;
  color: #008d03;
  text-align: center;
}
.details_main_info_top_price_old span {
  text-decoration: line-through;
}
.details_main_info_top_price_button {
  margin-top: 30px;
}
.details_main_info_top_price_button a {
  display: block;
  text-decoration: none;
  margin: 0 auto;
  width: 230px;
  height: 55px;
  background: #fdda4e;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-size: 22px;
  line-height: 55px;
  font-family: 'FranklinGothicHeavyC', sans-serif;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.details_main_info_top_price_button a:hover {
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.4);
  box-shadow: 0 2px 2px rgba(0,0,0,0.4);
}
.details_main_text {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-family: "Arial", sans-serif;
  margin-bottom: 15px;
}
.details_main_menu ul li {
  float: left;
  list-style-type: none;
}
.details_main_menu ul li:not(:last-child) {
  margin-right: 20px;
}
.details_main_menu ul li a {
  color: #008d03;
  font-family: 'RobotoCondensed-Bold', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #008d03;
}
.details_main_menu ul li a:hover {
  border-bottom: 1px solid transparent;
}
.price_in
{
 border-top:1px #ccc dashed;
 padding-top:10px;
 padding-bottom:10px;
 padding-left:10px;
}
.price_in:hover
{
 background-color:#fdda4e;
}
