@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/MyriadPro-Regular.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Calibri', sans-serif;
  color: #000;
}
.container {
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
.header {
  height: 150px;
  background: #fff;
  position: relative;
}
.header:before {
  content: '';
  height: 32px;
  background: #065d81;
  width: 100%;
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 0;
}
.header-wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-logo {
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 40px;
}
.header-info {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  padding-right: 40px;
}
.header-info-phone {
  font-size: 36px;
  font-weight: bold;
}
.header-info-phone a {
  color: #000;
  text-decoration: none;
}
.header-info-address {
  font-size: 15px;
  font-family: 'Myriad Pro', sans-serif;
}
.header-tools {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.header-tools-menu {
  margin-top: 60px;
  margin-bottom: 15px;
}
.header-tools-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-tools-menu ul li {
  list-style: none;
  margin-left: 15px;
}
.header-tools-menu ul li a {
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.header-tools-menu ul li a:hover {
  border-bottom: 1px solid #fff;
}
.header-tools-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-tools-cart-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
}
.header-tools-cart-value {
  border-bottom: 1px solid #065d81;
  color: #a80404;
  font-size: 24px;
  margin: 0 15px;
  width: 100px;
  text-align: right;
}
.header-tools-cart-value span {
  font-size: 16px;
}
.header-tools-cart-button a {
  height: 25px;
  border: 1px solid #065d81;
  padding: 0 7px;
  color: #065d81;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.header-tools-cart-button a:hover {
  background: #065d81;
  color: #fff;
}
.main {
  position: relative;
  overflow: hidden;
}
.main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-left {
  background: rgba(0,0,0,0.5);
  padding: 60px 15px 40px 40px;
  width: 325px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.main-left-menu ul li {
  list-style: none;
}
.main-left-menu ul li:not(:last-child) {
  margin-bottom: 5px;
}
.main-left-menu ul li a {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 23px;
  text-decoration: none;
  text-shadow: 0 10px 40px #065d81, 0 10px 40px #065d81;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.main-left-menu ul li a:hover {
  border-bottom: 2px solid #fff;
}
.main-left-menu-submenu {
  margin: 40px 0;
  margin-left: 40px;
}
.main-left-button {
  margin-top: 40px;
}
.main-left-button a {
  background: #a80404;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  width: 235px;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.main-left-button a span {
  font-weight: normal;
  font-size: 15px;
}
.main-left-button a:hover {
  background: #970404;
}
.main-right {
  padding: 40px 0;
  margin-left: 40px;
  position: relative;
  overflow: hidden;
}
.main-right-wrap {
  border: 10px solid #fff;
  border-radius: 10px;
  position: relative;
  background: rgba(255,255,255,0.36);
  padding-top: 15px;
  width: 100%;
}
.main-right-title {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 7px rgba(35,31,32,0.75);
  font-size: 64px;
  font-weight: bold;
  margin-bottom: 10px;
}
.main-right-slider {
  width: 100%;
}
.main-right-slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.main-right-slider-item-left {
  width: 150px;
  margin: 0 40px;
  position: relative;
  margin-top: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.main-right-slider-item-right {
  margin-right: 40px;
}
.main-right-slider-item-left-image {
  height: 200px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.main-right-slider-item-left-prev,
.main-right-slider-item-left-next {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  background-color: #065d81;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.main-right-slider-item-left-prev:hover,
.main-right-slider-item-left-next:hover {
  background-color: #055474;
}
.main-right-slider-item-left-prev {
  background-image: url("../images/prev.png");
  left: -25px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
.main-right-slider-item-left-next {
  background-image: url("../images/next.png");
  right: -25px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.main-right-slider-item-right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
.main-right-slider-item-right-title {
  font-size: 48px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}
.main-right-slider-item-right-line {
  width: 100%;
  height: 14px;
  border-radius: 7px;
  background: #a80404;
  margin-bottom: 10px;
}
.main-right-slider-item-right-size {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.main-right-slider-item-right-price {
  font-size: 48px;
  color: #a80404;
  font-weight: bold;
  text-align: center;
  margin: 30px 0;
  line-height: 1;
}
.main-right-slider-item-right-price span {
  font-weight: normal;
  font-size: 30px;
}
.main-right-slider-item-right-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  background: #a80404;
  height: 70px;
  padding: 0 40px;
  font-size: 60px;
  text-decoration: none;
  border-radius: 10px;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.main-right-slider-item-right-button a:hover {
  background: #970404;
}
.main-right-note {
  width: 100%;
  height: 40px;
  color: #000;
  font-weight: bold;
  margin-top: 30px;
  font-size: 24px;
  background: #fff;
  padding-top: 10px;
  text-align: center;
}
.second {
  position: relative;
  overflow: hidden;
}
.second-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.second-left {
  background:#666;
  padding: 60px 15px 40px 40px;
  width: 325px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.second-left-menu ul li {
  list-style: none;
}
.second-left-menu ul li:not(:last-child) {
  margin-bottom: 5px;
}
.second-left-menu ul li a {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 23px;
  text-decoration: none;
  /*text-shadow: 0 10px 40px #065d81, 0 10px 40px #065d81; */
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.second-left-menu ul li a:hover {
  border-bottom: 2px solid #fff;
}
.second-left-menu-submenu {
  margin: 40px 0;
  margin-left: 40px;
}
.second-left-button {
  margin-top: 40px;
}
.second-left-button a {
  background: #a80404;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  width: 235px;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.second-left-button a span {
  font-weight: normal;
  font-size: 15px;
}
.second-left-button a:hover {
  background: #970404;
}
.second-right {
  padding: 40px 0;
  margin-left: 40px;
  position: relative;
  overflow: hidden;
}
.second-right-wrap {
  border: 10px solid #fff;
  border-radius: 10px;
  position: relative;
  background: rgba(255,255,255,0.36);
  padding-top: 15px;
  width: 100%;
}
.second-right-title {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 7px rgba(35,31,32,0.75);
  font-size: 64px;
  font-weight: bold;
  margin-bottom: 10px;
}
.steps {
  background: #fff;
  padding: 50px 0;
}
.steps-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.steps-item {
  position: relative;
}
.steps-item:not(:last-child):after {
  content: url("../images/icon4.png");
  display: block;
  height: 97px;
  width: 32px;
  position: absolute;
  right: -60px;
  top: 0;
}
.steps-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  margin-bottom: 10px;
}
.steps-item-top-num {
  font-weight: bold;
  font-size: 24px;
  margin-right: 10px;
}
.steps-item-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.steps-item-text {
  font-size: 18px;
  text-align: center;
}
.products {
  padding: 50px 0;
  background: #efe9ec;
  border-bottom: 3px solid #e5e5e5;
  border-top: 3px solid #e5e5e5;
}
.products-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.products-item {
  display: block;
  border: 1px solid #ddd8da;
  position: relative;
  width: 235px;
  background: #fff;
  z-index: 1;
}
.products-item:before {
  content: url("../images/shadow.png");
  width: 100%;
  height: 19px;
  position: absolute;
  bottom: -10px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 0;
}
.products-item-wrap {
  width: 100%;
  padding: 25px 15px;
  height: 100%;
  background: #fff;
  z-index: 2;
  position: relative;
}
.products-item-img {
  height: 200px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.products-item-img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.products-item-title {
  font-size: 18px;
  color: #585858;
  text-align: center;
}
.products-item-text {
  color: #585858;
  font-size: 15px;
  text-align: center;
}
.products-item-price {
  color: #585858;
  font-size: 32px;
  text-align: center;
  margin-bottom: 5px;
}
.products-item-price span {
  font-size: 26px;
}
.products-item-button {
  text-align: center;
}
.products-item-button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 35px;
  text-decoration: none;
  padding: 0 15px;
  background: #065d81;
  border-radius: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-family: 'Myriad Pro';
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.products-item-button a:hover {
  background: #055474;
}
.products-button {
  text-align: center;
  margin-top: 30px;
}
.products-button a {
  height: 62px;
  background: #a92023;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 34px;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.products-button a:hover {
  background: #981d20;
}
.about {
  padding: 40px 0 30px;
  background: #fff;
}
.about-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-left {
  width: 50%;
}
.about-left-title {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.about-left-map {
  width: 100%;
  margin-bottom: 20px;
}
.about-left-map img {
  max-width: 100%;
  height: auto;
  display: block;
}
.about-left-button {
  margin-bottom: 30px;
}
.about-left-button a {
  font-family: 'Arial', sans-serif;
  color: #00519c;
  font-size: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  border: 1px solid #00519c;
  border-radius: 5px;
  padding: 0 25px;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.about-left-button a:hover {
  background: #00519c;
  color: #fff;
}
.about-left-address {
  font-family: 'Arial', sans-serif;
  font-size: 48px;
  color: #000;
  margin-bottom: 20px;
  line-height: 0.6;
}
.about-left-address span {
  font-size: 24px;
}
.about-left-phone a {
  font-family: 'Arial', sans-serif;
  font-size: 48px;
  color: #000;
  text-decoration: none;
}
.about-right {
  width: 50%;
  padding-left: 50px;
  margin-top: 15px;
}
.about-right-title {
  font-family: 'Arial', sans-serif;
  font-style: italic;
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 20px;
}
.about-right-text {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 18px;
  margin-bottom: 20px;
}
.about-right-list ul li {
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}
.about-right-list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.about-right-list ul li:before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: url("../images/li.png");
  margin-right: 10px;
  display: block;
  width: 22px;
  height: 22px;
}
.footer {
  background: #065d81;
  padding: 15px 0 20px;
  color: #fff;
}
.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.footer-top-counter {
  margin-right: 15px;
}
.footer-top-copyright {
  font-size: 13px;
  text-transform: uppercase;
}
.footer-top-menu {
  margin-left: 40px;
}
.footer-top-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-top-menu ul li {
  list-style: none;
  position: relative;
}
.footer-top-menu ul li:not(:last-child):after {
  content: '|';
  margin: 0 15px;
  color: #fff;
}
.footer-top-menu ul li a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  border-bottom: 1px solid transparent;
}
.footer-top-menu ul li a:hover {
  border-bottom: 1px solid #fff;
}
.footer-text {
  font-size: 13px;
  text-align: center;
  line-height: 13px;
  margin-bottom: 30px;
}
.footer-development {
  text-align: center;
}
.footer-development a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.footer-development a:hover {
  border-bottom: 1px solid transparent;
}
.video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#addbasketok
{
 position:fixed;
 background-color:#065d81;
 color:#fff;
 text-align:center;
 width:250px;
 height:150px;
 left:50%;
 margin-left:-125px;
 top:50%;
 margin-top:-75px;
 border-radius:20px;
}
@media (max-width: 1199.98px) {
  .header-info-phone {
    font-size: 32px;
  }
  .header-info-address {
    font-size: 13px;
  }
  .main-left-menu ul li a {
    font-size: 18px;
  }
  .main-left-menu-submenu {
    margin: 25px 0;
    margin-left: 25px;
  }
  .main-right-title {
    font-size: 50px;
  }
  .main-right-slider-item-right-title {
    font-size: 38px;
  }
  .main-right-slider-item-right-button a {
    font-size: 50px;
  }
  .main-right-slider-item-right-size {
    font-size: 16px;
  }
  .main-right-note {
    font-size: 22px;
  }
  .main-left {
    width: 310px;
  }
  .products-item {
    width: 225px;
  }
  .products-item-title {
    font-size: 16px;
  }
  .products-item-text {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .header-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header-tools {
    width: 100%;
  }
  .header-tools-menu {
    margin-top: 0;
    margin-bottom: 0;
  }
  .header-logo,
  .header-info {
    height: 65%;
  }
  .header-tools-menu ul li a {
    color: #000;
    font-size: 18px;
  }
  .header-tools-menu ul li a:hover {
    border-bottom: 1px solid #000;
  }
  .header-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-tools-cart-title {
    font-size: 20px;
  }
  .main-left {
    width: 230px;
  }
  .main-left-menu ul li a {
    font-size: 16px;
  }
  .main-left {
    padding: 60px 15px 40px 15px;
  }
  .main-left-button a {
    width: 100%;
    font-size: 30px;
  }
  .main-left-button a span {
    font-size: 14px;
  }
  .main-right-slider-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-right-note {
    font-size: 18px;
  }
  .main-right-slider-item-left {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
  .main-right-slider-item-left-prev {
    left: 15px;
  }
  .main-right-slider-item-left-next {
    right: 15px;
  }
  .main-right-slider-item-right {
    margin-right: 0;
  }
  .main-right-title {
    font-size: 40px;
  }
  .main-right-slider-item-right-line {
    width: 90%;
    margin: 0 auto;
  }
  .main-right-slider-item-right-button {
    text-align: center;
  }
  .main-right-slider-item-right-button a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .main-right-slider-item-right-price {
    margin: 15px 0;
  }
  .steps-item:not(:last-child):after {
    right: -45px;
  }
  .steps-item-title {
    font-size: 18px;
  }
  .steps-item-text {
    font-size: 14px;
  }
  .products-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .products-item {
    width: 40%;
    margin-bottom: 30px;
  }
  .about-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-left {
    width: 100%;
  }
  .about-right {
    width: 100%;
    padding-left: 0;
  }
  .footer-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-top-menu {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
  }
  .footer-top-menu ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .header {
    height: 200px;
  }
  .header-wrap {
    height: 180px;
  }
  .header-info {
    padding-right: 15px;
  }
  .header-tools {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-tools-menu ul li:first-child {
    margin-left: 0;
  }
  .main-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-right {
    margin-left: 0;
  }
  .main-left {
    width: 100%;
    padding: 40px;
  }
  .steps-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .steps-item:not(:last-child):after {
    content: '';
    display: none;
  }
  .steps-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .products-item {
    width: 45%;
  }
  .footer-top-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-top-menu ul li:not(:last-child):after {
    content: '';
    margin: 0;
    display: none;
  }
  .footer-top-menu ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .header {
    height: auto;
  }
  .header-wrap {
    height: auto;
  }
  .header-logo {
    height: 120px;
  }
  .header-info {
    height: 50%;
    background: transparent;
  }
  .header-info {
    height: auto;
    text-align: center;
    padding: 0;
    width: 100%;
  }
  .header-tools-cart-value {
    margin-bottom: 15px;
  }
  .header-tools-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 15px 0;
    height: auto;
  }
  .header-tools-menu ul li {
    margin-left: 0;
  }
  .header-tools-cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .header-tools-menu ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  .main-right-slider-item-right-button a {
    font-size: 30px;
  }
  .main-right-slider-item-right-title {
    font-size: 28px;
  }
  .main-right-note {
    height: auto;
  }
  .main-right-title {
    font-size: 24px;
  }
  .products-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .products-item {
    width: 100%;
    max-width: 235px;
    margin: 0 auto 30px;
  }
  .products-item-title {
    font-size: 18px;
  }
  .about-left-address {
    font-size: 32px;
    line-height: 1;
  }
  .about-left-address span {
    font-size: 20px;
  }
  .about-left-phone a {
    font-size: 28px;
  }
}


.details_main {
  background: #fff;
  min-width: 740px;
  padding: 30px 20px;

}
.details_main_left {
  width: 200px;
  float:left;
  margin-right: 20px;
  min-width: 200px;
}
.details_main_left_image {
  width: 100%;
  /*height: 250px;*/
  position: relative;
  margin-bottom: 30px;
}
.details_main_left_image img {
  /*position: absolute;*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  /*max-height: 100%;*/
}
.details_main_left_other {
  margin-bottom: 50px;
}
.details_main_left_other_title {
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'FranklinGothicDemiC', sans-serif;
  font-style: italic;
  color: #2c2d33;
  text-align: center;
  margin-bottom: 30px;
}
.details_main_left_other_thumbs {
 margin-bottom:25px;
 overflow:auto;
}
.details_main_left_other_thumbs_item {
  width: 55px;
  height: 55px;
  margin-left:5px;
  margin-right:5px;
  float:left;
  margin-bottom: 10px;
  position: relative;
}
.details_main_left_other_thumbs_item img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.details_main_left_other_more {
  text-align: center;
}
.details_main_left_other_more a {
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px solid #144c5d;
  color: #144c5d;
  font-style: italic;
  text-transform: uppercase;
  font-family: 'FranklinGothicDemiC', sans-serif;
}
.details_main_left_other_more a:hover {
  border-bottom: 1px solid transparent;
}
.details_main_left_form {
  width: 100%;
  background: #ececec;
  padding: 30px 15px;
}
.details_main_left_form_title {
  color: #2c2d33;
  font-size: 30px;
  line-height: 36px;
  font-style: italic;
  font-family: 'FranklinGothicDemiC', sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.details_main_left_form_input {
  width: 185px;
  padding-left: 10px;
}
.details_main_left_form_input:first-child input {
  margin-bottom: 20px;
}
.details_main_left_form_input:nth-child(2) input {
  margin-bottom: 10px;
}
.details_main_left_form_input input {
  width: 100%;
  height: 35px;
  border: 1px solid #aeaeb0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #e1e5e8;
  text-indent: 10px;
  display: block;
}
.details_main_left_form_input label {
  font-style: italic;
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  color: #676869;
  text-transform: uppercase;
}
.details_main_left_form_note {
  font-size: 11px;
  color: #676869;
  font-style: italic;
  margin-bottom: 20px;
  padding-left: 10px;
}
.details_main_left_form_submit input[type="button"] {
  width: 85px;
  height: 20px;
  background: #144c5d;
  font-family: 'FranklinGothicDemiC', sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-size: 12px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
  display: block;
}
.details_main_right {
  min-width: 390px;
  width:390px;
  float:right;
}
.details_main_right_title {
  font-size: 30px;
  color: #000;
  margin-bottom: 15px;
}
.details_main_right_description {
  font-size: 14px;
  color: #000;
  line-height: 15px;
  margin-bottom: 20px;
}
.details_main_right_feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.details_main_right_feature_left {
  width: 160px;
}
.details_main_right_feature_left_title {
  font-size: 18px;
  color: #2c2d33;
  font-family: 'FranklinGothicDemiC', sans-serif;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 10px;
}
.details_main_right_feature_left_radio input[type="radio"] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
}
.details_main_right_feature_left_radio label {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Arial", sans-serif;
  vertical-align: middle;
  display: inline-block;
}
.details_main_right_feature_left_radio_item {
  margin-bottom: 10px;
}
.details_main_right_feature_right {
  width: 240px;
  min-width: 240px;
  font-family: 'Arial', sans-serif;
}
.details_main_right_feature_right_title {
  font-size: 18px;
  color: #2c2d33;
  font-family: 'FranklinGothicDemiC', sans-serif;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 10px;
}
.details_main_right_feature_right_table table {
  width: 100%;
}
.details_main_right_feature_right_table table tr td {
  padding: 10px 0;
  border-top: 1px dotted #ccc;
}
.details_main_right_feature_right_table table tr td:first-child {
  font-size: 14px;
}
.details_main_right_feature_right_table table tr td:last-child {
  font-size: 14px;
  color: #068dcd;
}
.details_main_right_optional_title {
  font-size: 18px;
  color: #2c2d33;
  font-family: 'FranklinGothicDemiC', sans-serif;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 10px;
}
.details_main_right_optional_section {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.details_main_right_optional_section:not(:last-child) {
  border-bottom: 2px dashed #d0d7cf;
}
.details_main_right_optional_section_line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.details_main_right_optional_section_line.cost_fields {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.details_main_right_optional_section_line.cost_fields .details_main_right_optional_section_line_title {
  margin-top: 10px;
}
.details_main_right_optional_section_line_title {
  min-width: 170px;
  width: 170px;
  font-size: 14px;
  color: #505050;
  font-family: 'Arial', sans-serif;
}
.details_main_right_optional_section_line_field {
  width: 100%;
}
.details_main_right_optional_section_line_field select {
  width: 170px;
  text-indent: 5px;
  height: 35px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #babbbd;
}
.details_main_right_optional_section_line_field input[type="text"] {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #babbbd;
  width: 100%;
  height: 35px;
  text-indent: 10px;
}
.details_main_right_optional_section_line_field input[type="string"] {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #babbbd;
  width: 100%;
  height: 35px;
  text-indent: 10px;
}
.details_main_right_optional_section_line_field.date_fields {
  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;
}
.details_main_right_optional_section_line_field.date_fields input[type="text"] {
  width: 47%;
}
.details_main_right_optional_section_line_field_cost {
  color: #7f7f7f;
  display: block;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
  font-family: 'Arial', sans-serif;
}
.details_main_right_optional_section_line_field_cost span {
  font-size: 30px;
}
.details_main_right_optional_section_line_field_additional {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  padding: 10px 0;
  font-family: 'Arial', sans-serif;
}
.details_main_right_optional_section_line_field_additional_left {
  min-width: 135px;
  width: 250px;
  color: #505050;
}
.details_main_right_optional_section_line_field_additional_right {
  color: #9ab6dc;
}
.details_main_right_total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.details_main_right_total_left {
  width: 50%;
  text-align: center;
}
.details_main_right_total_left_cost {
  color: #144c5d;
  font-size: 36px;
  font-weight: bold;
}
.details_main_right_total_left_cost span {
  font-family: 'rouble-webfont';
}
.details_main_right_total_right {
  width: 50%;
}
.details_main_right_total_left_note {
  color: #000;
  font-family: 'Arial', sans-serif;
  font-style: italic;
  font-size: 14px;
  margin-bottom: 10px;
}
.details_main_right_total_left_delivery a {
  color: #58595b;
  font-family: 'Arial', sans-serif;
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid #58595b;
}
.details_main_right_total_left_delivery a:hover {
  border-bottom: 1px solid transparent;
}
.details_main_right_total_right {
  margin-top: 10px;
}
.details_main_right_total_right a {
  height: 62px;
  background: #a92023;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 34px;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.details_main_right_total_right a:hover {
  background: #981d20;
}
.article-content
   { font-family: 'Arial', sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 20px;
    margin-bottom: 20px;
    }
    .article-content p
   { font-family: 'Arial', sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 20px;
    margin-bottom: 20px;
    }
    .article-content h1
    {
    font-size: 30px;
    line-height:34px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 25px;
    }
    .article-content ul * {transition: .4s linear;}
.article-content ul {
  background: white;
  list-style-type: circle;
  list-style-position: inside;
  padding: 0 10px;
  margin: 0;
}
.article-content li {
  font-family: "Trebuchet MS", "Lucida Sans";
  border-bottom: 1px solid #efefef;
  padding: 10px 0;
}
.article-content a {
  text-decoration: none;
  color: #555;
}
.article-content li span {
  float: right;
  display: inline-block;
  border: 1px solid #efefef;
  padding: 0 5px;
  font-size: 13px;
  color: #999;
}
.article-content li:hover a {color: #c93961;}
.article-content li:hover span {
  color: #c93961;
  border: 1px solid #c93961;
}
.pr_error
{
 background-color:red;
 color:#fff;
 padding:20px;
 font-size:16px;
}
