@import "fonts.css";

* {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
  outline: none;
} 

html, body {
  height: 100%;
  min-width: 1300px;
}

body {
  background: #fff;
  color: #666;
  font-family: "MullerRegular", Sans-serif;
  padding: 0;
  margin: 0;
}

.body {
  height: 100%;
}

a {
  text-decoration: none;
}

h1 {
  margin-top: 0;
}

/* FORM */

.form-input {
  display: block;
  font: 15px "proxima_nova_rgregular";
  color: #030303;
  line-height: 42px;
  padding: 0 15px;
  border: none;
  background-color: transparent;
  margin-left: 15px;
  width: 160px;
}

.form-input:focus {
  outline: none;
}

.form-wrap {
  background-color: #fff8ee;
  border: 1px solid rgba(123, 123, 123, 0.55);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.41);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.41);
  width: 200px;
  height: 40px; 
  margin-bottom: 15px;
  position: relative; 
}

.form-wrap:before {
  content: "";
  background-repeat: no-repeat;
  display: block;
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  -moz-background-size: 18px 18px;
  -webkit-background-size: 18px 18px;
  position: absolute;
  left: 6px;
  top: 12px;
}

.form-wrap-name:before {
  background-image: url("../img/icons/name.svg");
}

.form-wrap-phone:before {
  background-image: url("../img/icons/phone.svg");
}

.form-wrap-email:before {
  background-image: url("../img/icons/mail.svg");
}

/* GLOBAL */

.pull-left {
  float: left
}

.pull-right {
  float: right
}

.clear, .clear:before, .clear:after {
  clear: both;
  display: block;
  content: "";
}

.container {
  width: 1170px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  margin-bottom: 30px;
}

.section-title span {
  display: inline-block;
  vertical-align: middle;
  font: 40px "proxima_nova_thextrabold";
  color: #000;
}

.section-title span:before, .section-title span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background-color: #f28c00;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.section-title span:before {
  margin-right: 10px;
}

.section-title span:after {
  margin-left: 10px;
}

/* HEADER */

.header {
  background-color: #fff;
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.23);
  padding-top: 10px;
  min-width: 1300px;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.logo {
  background: url("../img/logo.png") no-repeat;
  font: 16px "proxima_nova_rgregular";
  color: #000;
  height: 60px;
  padding: 0 0 0 500px;
}

.callme {
  font: 12px "proxima_nova_rgregular";
  color: #fff;  
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.23);
  width: 216px;              
  height: 37px;
  line-height: 39px;
  background-color: #eda82f;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 4px 0 #cf7903;
  -moz-box-shadow: 0 4px 0 #cf7903;
  -webkit-box-shadow: 0 4px 0 #cf7903;
  display: block;
  cursor: pointer;
  margin: 10px 0 0 160px;
}

.callme:active {
  background-color: #ff7d30;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  position: relative;
  top: 4px;
}

.header-phone {
  width: 275px;
  text-align: right;
  margin-top: 6px;
}

.header-phone-number {
  font: 24px "proxima_nova_rgbold";
  color: #000;
  line-height: 32px;
  position: relative;
  left: 2px;
}

.header-phone-title {
  font: 24px "proxima_nova_rgregular";
  color: #6c6c6c;
}

.nav {
  background: #ba6f28;
  text-align: center;
  margin-top: 10px;
  transition: background .3s ease-in-out;
}
.nav.scroll {background: #575656;}
.nav li {display: inline-block;}
.nav a {
  display: inline-block;
  font: 15px "proxima_nova_rgregular";
  color: #fff;
  padding: 8px 20px;
}

/* SECTION: About */

#about {
 /* background: url("../img/about.jpg") center top no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;  */
  margin-top: 115px;
  min-width: 1300px;
  overflow: hidden;
}
.header-top {
   background: url(../img/header-bg.jpg) center top no-repeat;
   background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  height: 500px;
  padding-top: 50px;
}
.header-bottom {
  height: 90px;
}

.about-title {
  font: 50.39px "proxima_nova_thextrabold";
  color: #fff;
  text-align: center;
  text-shadow: 0 3px 1px rgba(0, 0, 0, 0.31);
  line-height: 120%;
}

.about-subtitle {
  text-align: center;
  margin-top: 55px;
}

.about-subtitle-bg {
  display: inline-block;
  vertical-align: top;
  background-color: rgba(0,0,0,.5);
  font: 23.63px "proxima_nova_rgregular";
  color: #fff;
  text-transform: uppercase;
  line-height: 34px;
  height: 34px;
  padding: 0 15px;
}

.about-subtitle-bg strong {
  font-family: "proxima_nova_thextrabold";
}

.about-text {
  font: 20px "proxima_nova_rgregular";
  color: #fff;
  text-align: center;
  margin-top: 15px;
}

.header-button {
  font: 25px "proxima_nova_rgbold";
  color: #4e3713;
  text-align: center;
  text-shadow: 0 2px 1px rgba(255, 255, 255, 0.23);
  width: 306px;
  box-sizing: border-box;
  background: #ffe114;
  display: block;
  cursor: pointer;
  margin: -65px auto 0;
  padding: 20px 0;
  border-radius: 5px;
  box-shadow: 0 14px 24px -10px rgba(0,0,0,.5);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}
.header-button:hover {
  background: #eacc05;
  box-shadow: 0 0px 0px -10px rgba(0,0,0,.5);
}
.header-sert {
  display: block;
  margin: 20px 0 0 247px;
  width: 501px;
  height: 230px;
  background: url(../img/header-sert.png) no-repeat;
  position: relative;
  text-align: right;
}
.header-sert a {
  display: inline-block;
  width: 275px;
  height: 200px;
  margin-right: 25px;
  margin-top: 10px;
}
.header-sert:before {
  display: block;
  content: "";
  position: absolute;
  top: -110px;
  left: -377px;
  width: 509px;
  height: 306px;
  background: url(../img/header-bg-left.png) no-repeat;
}
.header-sert:after {
  display: block;
  content: "";
  position: absolute;
  top: -110px;
  right: -523px;
  width: 516px;
  height: 292px;
  background: url(../img/header-bg-right.png) no-repeat;
}

/* SECTION: Features */

#features {
  padding: 40px 0;
  position: relative;
  min-width: 1300px;
}

#features:before {
  content: "";
  background: url("../img/features.jpg") center top repeat;
  width: 100%;
  height: 6px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.features-row {
  text-align: center;
  font-size: 0;
}

.features-item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 25px 0;
  width: 300px;
  height: 165px;
}

.features-item:nth-child(2) {
  border-left: 1px solid #fcd394;
  border-right: 1px solid #fcd394;
}

.features-row:first-of-type .features-item {
  border-bottom: 1px solid #fcd394;  
}

.features-row:last-of-type .features-item {
  height: 140px;
}

.features-item-title {
  font: 15.9px "proxima_nova_rgregular";
  color: #000;
  margin-top: 15px;
}

.features-info {
  font: 14px "proxima_nova_rgregular";
  color: #808080;
  text-align: center;
  padding-top: 30px;
}

/* SECTION: Catalog */

#catalog {
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 40px 0;
  min-width: 1300px;
}

.catalog-tabs-tab {
  font-size: 0;
  margin-bottom: 40px;  
  text-align: center;
}

.catalog-tab-item {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  font: 13.58px "proxima_nova_rgbold";
  color: #000;
  border: 2px solid #000;
  text-transform: uppercase;
  height: 30px;
  line-height: 35px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  margin: 0 10px 10px 0;
  cursor: pointer;
  position: relative;
  transition: .2s all ease-in-out;
  -moz-transition: .2s all ease-in-out;
  -webkit-transition: .2s all ease-in-out;
}

.catalog-tab-item.active, .catalog-tab-item:hover {
  background-color: #000;
  color: #fff;
}

.catalog-tab-item.catalog-tab-item-hit:before {
  content: "хит продаж";
  display: block;
  width: 55px;
  height: 12px;
  padding-top: 5px;
  position: absolute;
  right: -7px;
  top: -11px;
  background-color: #f28c00;
  font: 7px "proxima_nova_rgbold";  
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
}

.catalog-tab-item:last-of-type {
  margin-right: 0
}

.catalog-content-item {
  display: none;
}

.catalog-content-item.active {
  display: block;
}

.catalog-content-item-title {
  font: 28px "proxima_nova_rgbold";
  color: #000;
  text-align: center  
}

.catalog-content-item-text {
  font: 16px "proxima_nova_rgregular";
  color: #000;
  margin-top: 10px;
}

.catalog-content-item-row {
  font-size: 0;
  text-align: center;
}

.catalog-content-item-position {
  width: 273px;
  height: 465px; 
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.31);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.27);
  display: inline-block;
  vertical-align: top;
  margin: 40px 22px 0 0;
  text-align: center;
  
}

.catalog-content-item-position.nomargin {
  margin-right: 0;
}

.catalog-content-item-position-description {
  font: 14px "proxima_nova_rgbold";
  color: #000;
  text-align: left;
  padding: 5px 20px;
  border-bottom: 1px solid #bfbfbf;
  height: 120px;
  display: table-cell;
  width: 273px;
  vertical-align: middle;
  line-height: 1.5;
}

.catalog-content-item-position-title {
  font: 18.07px "proxima_nova_rgbold";
  color: #000;
  text-align: center;
  height: 60px;
  display: table-cell;
  width: 273px;
  vertical-align: middle;
}

.catalog-content-item-position-photo {
  width: 200px;
  height: 200px;
  text-align: center;
  margin: 10px auto 0;
  border-radius: 100px/90px;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}
.catalog-content-item-position-photo:hover {
  box-shadow: 0 0 25px 0 rgba(207,121,3,.35);
}

.catalog-content-item-position-photo:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.catalog-content-item-position-photo img {
  max-width: 90%;
  max-height: 90%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.catalog-content-item-position-button {
  font: 19px "proxima_nova_rgregular";
  color: #fff;  
  text-align: center;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.23);
  width: 235px;              
  height: 40px;
  line-height: 44px;
  background-color: #eda82f;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 4px 0 #cf7903;
  -moz-box-shadow: 0 4px 0 #cf7903;
  -webkit-box-shadow: 0 4px 0 #cf7903;
  display: block;
  cursor: pointer;
  margin: 0 auto;
  font-weight: 700; 
}

.catalog-content-item-position-button:active {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  position: relative;
  top: 4px;
  background-color: #ff7d30;  
}

.catalog-content-item-position-har, .catalog-content-item-position-download {
  display: inline-block;
  font-size: 16px;
  color: #666;
  text-decoration: underline;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  cursor: pointer;
  margin: 15px 0;
}
.catalog-content-item-position-har:hover, .catalog-content-item-position-download:hover {text-decoration:none;}

/* SECTION: Order */

#order {
  background: url("../img/order.jpg") center top no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  height: 394px;
  padding: 40px 0 25px;
  min-width: 1200px;  
}

.order-title {
  font: 40px "proxima_nova_thextrabold";
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.46);
  line-height: 42px;
}

.order-subtitle {
  font: 18px "proxima_nova_rgregular";
  color: #fff;
  margin: 10px 0 20px;
}

.order-form-button {
  width: 201px;
  height: 38px;
  background-color: #ffde00;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 4px 0 #7d4c0c;
  -moz-box-shadow: 0 4px 0 #7d4c0c;
  -webkit-box-shadow: 0 4px 0 #7d4c0c;
  display: block;
  text-align: center;
  font: 15px "proxima_nova_rgbold";
  color: #000;
  text-transform: uppercase;
  line-height: 42px;
  cursor: pointer;
  margin-bottom: 10px;
}

.order-form-button:active {
  background-color: #ffdd46;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; 
  position: relative;
  top: 4px; 
}

.form-info {
  font: 15px "proxima_nova_rgregular";
  color: #fff;
  margin-top: 15px;
}

/* SECTION: Aboutlong */

#aboutlong {
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  height: 164px;
  padding: 70px 0; 
  min-width: 1200px; 
}

.aboutlong-row {
  text-align: center;
  font-size: 0;
  margin-top: 40px;
}

.aboutlong-item {
  display: inline-block;
  vertical-align: top;
  font: 18px "proxima_nova_rgbold";
  color: #000;
  text-transform: uppercase;
}

.aboutlong-item:before, .aboutlong-item:after {
  content: "";
  display: block;
  width: 105px;
  height: 3px;
  margin: 0 auto;
  background-color: #f28c00;
}

.aboutlong-item:before {
  margin-bottom: 19px;
}

.aboutlong-item:after {
  margin-top: 19px;
}

.aboutlong-item:nth-child(2) {
  margin: 0 40px;
}

/* SECTION: Select */

#select {
  background: url("../img/select.jpg") center top no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  height: auto;        
  padding: 70px 0 0 0;
  min-width: 1300px;
}

#select .section-title span {
  color: #fff
}

.section-subtitle {
  font: 28px "proxima_nova_rgregular";
  color: #fff;
  text-align: center;
  margin: -35px 0 50px;
}

.select-col {
  width: 575px;
}

.select-col-photo {
  margin-bottom: 30px;
}

.select-col-title-left {
  font: 24.76px "proxima_nova_rgbold";
  color: #dd3525;
  padding-left: 10px;
}

.select-col-title-right {
  font: 24.76px "proxima_nova_rgbold";
  color: #00b544;
  padding-left: 10px;
}

.select-col-list {
  font: 16px "proxima_nova_rgregular";
  color: #fff;
  line-height: 150%;
  width: 585px;
}

.select-content {
  width: 1024px;
  height: 172px;
  background: url("../img/select-trap.png") no-repeat;
  text-align: center;
  font: 16px "proxima_nova_rgregular";
  color: #000;
  box-sizing: border-box;
  padding-top: 60px;
  line-height: 150%;
  margin: 0 auto;
}

.select-content-decor {
  font: 20px "proxima_nova_rgregular";
  color: #ff0000;
  text-transform: uppercase;
}

/* SECTION: Why and Use */

#whyanduse {
  background: url("../img/whyanduse-bg.jpg") center top no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  height: auto;
  padding: 60px 0; 
  min-width: 1300px;
  position: relative;
  overflow: hidden;
}
#whyanduse:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/why-before.png) no-repeat;
  width: 985px;
  height: 381px;
  bottom: -60px;
  left: 50%;
  margin-left: -920px;
}
#whyanduse:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/why-after.png) no-repeat;
  width: 925px;
  height: 359px;
  bottom: -70px;
  right: 50%;
  margin-right: -900px;
}
#whyanduse .container {
  position: relative;
  z-index: 2;
}
.why-content {
  width: 1000px;
  height: 560px;
  margin-left: 90px;
  background: url("../img/why-content.png") center 60px no-repeat;
  position: relative;
}

.why-content-item {
  font: 16px "proxima_nova_rgregular";
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.44);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.why-content-item span {
  font: 12px "proxima_nova_rgregular";
  color: #8e6008;
  display: block;
  text-align: center;
  text-shadow: none;
  margin-top: 10px;
}

.why-content-item:nth-child(1) {
  left: 380px;
  top: 0;
}

.why-content-item:nth-child(2) {
  left: 680px;
  top: 100px;
  text-align: left;
}

.why-content-item:nth-child(3) {
  left: 720px;
  top: 220px;
  text-align: left;
}

.why-content-item:nth-child(4) {
  left: 675px;
  top: 345px;
  text-align: left;
}

.why-content-item:nth-child(5) {
  left: 385px;
  top: 465px;
}

.why-content-item:nth-child(6) {
  left: 0px;
  top: 345px;
  text-align: left;
}

.why-content-item:nth-child(6) span {
  text-align: left;
}

.why-content-item:nth-child(7) {
  left: 28px;
  top: 240px;
  text-align: left;
}

.why-content-item:nth-child(8) {
  left: 115px;
  top: 100px;
  text-align: left;
}

.why-button {
  width: 348px;
  height: 61px;
  box-shadow: 0 6px 0 #b96d08;
  -moz-box-shadow: 0 6px 0 #b96d08;
  -webkit-box-shadow: 0 6px 0 #b96d08;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 2px solid #ffef83;
  font: 20px "proxima_nova_rgbold";
  color: #716200;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin: 70px auto 35px;
  background: #f5c505; /* Old browsers */
  background: -moz-linear-gradient(45deg,  #f5c505 0%, #f5c505 50%, #f7e59b 52%, #f5c506 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg,  #f5c505 0%,#f5c505 50%,#f7e59b 52%,#f5c506 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg,  #f5c505 0%,#f5c505 50%,#f7e59b 52%,#f5c506 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5c505', endColorstr='#f5c506',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  cursor: pointer;
  line-height: 65px;
}

.why-button:active {
  background: #e7c634;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #ffee90;
}      

.use-list {
  text-align: center;
  margin-top: 50px;
}

.use-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 120px;
}

.use-item-title {
  font: 15.9px "proxima_nova_rgregular";
  color: #000;
  margin-top: 10px;
}

.use-item:last-of-type {
  margin-right: 0
}

.use-list:first-of-type .use-item:nth-child(1) {
  margin-top: 8px;
}

.use-list:first-of-type .use-item:nth-child(2) {
  margin-top: 2px;
}

.use-list:last-of-type .use-item:nth-child(1) {
  margin-top: -7px;
}

.use-list:last-of-type .use-item:nth-child(3) {
  margin-top: -7px;
}

.use-list:last-of-type .use-item:nth-child(4) {
  margin-top: 5px;
}

/* SECTION: Delievery */

#delievery {
  background: url("../img/delievery.jpg") center top no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  height: 163px;
  padding: 60px 0;
  min-width: 1300px;
}

#delievery .section-title span {
  color: #fff
}

.delievery-text {
  font: 18px "proxima_nova_rgregular";
  color: #fff;
  text-align: center;
  line-height: 190%;
}

.delievery-text-decor {
  font-family: "proxima_nova_thextrabold";
  color: #f28c00;
  text-transform: uppercase;
}

/* FOOTER */

.footer {
  background-color: #fff;
  padding: 30px 0;
  min-width: 1300px;
}

.footer-logo-wrap {
  width: 585px;
}

.footer-logo {
  background: url("../img/footer-logo.png") no-repeat;
  width: 280px;
  height: 79px;
  display: block;
  padding: 75px 0 0 118px;
  font: 14px "proxima_nova_rgregular";
  color: #000;
}

.footer .callme {
  margin: 0;
}

.footer-contacts {
  width: 315px;
  margin-top: 5px;
}

.footer-contacts-address {
  font: 15px "proxima_nova_rgregular";
  color: #000;
  line-height: 130%;
  margin-bottom: 20px;
}

.footer-contacts-phone {

}

.footer-contacts-phone-number {
  font: 22px "proxima_nova_rgbold";
  color: #000;
}

.footer-contacts-phone-title {
  font: 14px "proxima_nova_rgregular";
  color: #000;
  margin-bottom: 15px;
}

.footer-contacts-email {
  margin: 10px 0 95px 0;
}

.footer-contacts-email-link {
  font: 18px "proxima_nova_rgbold";
  color: #000;
  text-decoration: underline;
}

.footer-contacts-email-link:hover {
  text-decoration: none;
}

.footer-copyright {
  width: 200px;
  
}

.footer-copyright-link {
  font: 16px "proxima_nova_rgregular";
  color: #000;
  text-decoration: underline;
}

.footer-copyright-link:hover {
  text-decoration: none;
}

/* MODAL WINDOW */

.modalbg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(137,137,137,.5);
  -webkit-transition: .2s all ease-in-out;
  transition:.2s all ease-in-out
}

.modalbg.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out
}

.blur {
  -webkit-filter: blur(12px);
  filter: blur(12px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='12');
  -webkit-transition: 1s -webkit-filter linear;
  -webkit-transition: 1s filter linear;
  transition: 1s filter linear
}

.modal-close {
  width: 27px;
  height: 27px;
  right: -32px;
  top: -32px;
  cursor: pointer;
  background: url("../img/modal-close.png") no-repeat;
  display: block;
  position: absolute;
}

.modalbg.open{
  opacity: 1;
  visibility: visible;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out
}

/* MODAL MESSAGE */

.modal-message {
  border: 1px solid #b8b8b8;
  box-shadow: 2px 3.5px 6px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 2px 3.5px 6px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 2px 3.5px 6px rgba(0, 0, 0, 0.13);
  border: 2px solid #fff;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  width: 781px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -390.5px;
  background-color: #fffaec;
}

.modal-message-title {
  text-align: center;
  font: 26px "proxima_nova_rgbold";
  color: #000;
  margin-top: 25px;
}

.modal-message-text {
  text-align: center;
  font: 14px "proxima_nova_rgregular";
  color: #000;
}

.modalwindow-form {
  width: 380px;
  height: 430px;
  background-color: #fff8ef;
  border: 1px solid #b8b8b8;
  border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 2px 3.5px 6px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 2px 3.5px 6px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 2px 3.5px 6px rgba(0, 0, 0, 0.27);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -195px 0 0 -190px;
  text-align: center;
}

.modalbg.big .modalwindow-form {
  height: 480px;
  margin-top: -210px;
  text-align: center;
}


.modal-title-wrap {
  display: table;
  margin: 25px auto 20px;
}

.modal-title {
  font: 30px "proxima_nova_rgbold";
  color: #000;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 70px;
}

.modalbg.big .modal-title {
  height: 100px;
  font-size: 25px;
}

.modalwindow-form .form-input {
  width: 160px;
  border: none;
}

.modalwindow-form .form-button {
  width: 200px;
  height: 38px;
  background-color: #ff7d30;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 4px 0 #d07726;
  -moz-box-shadow: 0 4px 0 #d07726;
  -webkit-box-shadow: 0 4px 0 #d07726;
  display: block;
  margin: 0 auto;
  transition: .2s all ease-in-out;
  -moz-transition: .2s all ease-in-out;
  -webkit-transition: .2s all ease-in-out;
  font: 17px "proxima_nova_rgbold";
  color: #000;
  text-align: center;
  line-height: 44px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
    margin-bottom: 10px;
}

.modalwindow-form .form-wrap {
  margin: 0 auto 15px;
  background-color: #fff;
}

.modal-info {
  font: 14px "proxima_nova_rgregular";
  color: #000;
  margin-top: 15px;
  text-align: center;
}

#spec {
  background: url(../img/spec-bg.jpg) top center no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 60px 0 0px;
}
#spec .section-title span {color: #fff;font-size: 30px;}

.slider-item__img, .slider-item__text  {
  display: inline-block;
  vertical-align: text-top;
}
.slider-item__img {
  margin-left: -12px;
}
.slider-item__text  {
  width: 685px;
  margin-left: -10px;
}
.video .slider-item__text {
  width: 100%;
  margin-left: 0;
  text-align: center;
}
.slider-item__text-title {
  font: 28px "proxima_nova_rgregular";
  color: #ffe114;
  margin-bottom: 10px;
}
.slider-item__text-subtitle {
  font: 17px "proxima_nova_rgbold";
  color: #fff;
  margin-bottom: 35px;
}
.video .slider-item__text-subtitle  {
  font-family: "proxima_nova_rgregular";
}
.slider-item__text-text {
  font: 16px "proxima_nova_rgregular";
  color: #fff;
  line-height: 24px;
}
.slider-item__text-text-p {
  display: inline-block;
  font: 11px "proxima_nova_rgregular";
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 3px 6px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.slider-item__text-text-p:hover {
  background: #fff;
  color: #000;
}
.activ .slider-item__text-text-t, .activ .slider-item__text-text-p {display: none;}
.slider-item__text-text-dop {
  display: none;
}
.activ .slider-item__text-text-dop {display: inline;}
.slider-item__button {
  display: inline-block;
  font: 22px "proxima_nova_rgbold";
  color: #000;
  background: #ffe114;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 12px 30px;
  margin-top: 30px;
  cursor: pointer;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}
.slider-item__button:hover {
  background: #eacc05;
}
.slick-prev:before {
  content: "" !important;
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(../img/slider-arr-left.png);
  top: 0;
}
.slick-prev:hover:before {background: url(../img/slider-arr-left-hover.png);}
.slick-arrow {
  width: 50px!important;
  height: 50px!important;
  z-index: 10;
}
#spec .slick-prev{
  left: 80px !important;
  top: -70px !important;
}
.slick-next:before {
  content: "" !important;
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(../img/slider-arr-right.png);
  top: 0;
}
.slick-next:hover:before {background: url(../img/slider-arr-right-hover.png)}
#spec .slick-next {
  right: 80px !important;
  top: -70px !important;
}

.slider-item__text-video {
  display: block;
  width: 332px;
  height: 176px;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.slider-item__text-video:before {
  content: "";
  display:block;
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  background: url(../img/video-1.jpg) center center no-repeat;
  background-size: cover;
}
.slider-item__text-video:after {
  content: "";
  display:block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 107px;
  height: 107px;
  margin-top: -42px;
  margin-left: -47px;
  background: url(../img/play.png) no-repeat;
}
.slide-3 .slider-item__text {
  text-align: center;
  margin: 50px 0 0;
  width: 100%;
  height: 350px;
  position: relative;
}
.slide-3 .slider-item__text:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/slide-3-1.png) no-repeat;
  background-size: contain;
  width: 538px;
  height: 259px;
}
.slide-3 .slider-item__text:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/slide-3-2.png) no-repeat;
  background-size: contain;
  width: 508px;
  height: 255px;
}

#primen {
  background-size:cover;-moz-background-size:cover;-webkit-background-size:cover;
  padding: 60px 0 70px;
}
#otziv {
  padding: 55px 0 110px;
}
.otziv-slider__item {text-align: center;}
.otziv-slider__item-link {
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 10px 30px -5px rgba(0,0,0,.3);
  -moz-box-shadow: 0 10px 30px -5px rgba(0,0,0,.3);
  -webikt-box-shadow: 0 10px 30px -5px rgba(0,0,0,.3);
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.otziv-slider__item-link:hover {
  box-shadow: 0 0px 0px -5px rgba(0,0,0,.3);
  -moz-box-shadow: 0 0px 0px -5px rgba(0,0,0,.3);
  -webkit-box-shadow: 0 0px 0px -5px rgba(0,0,0,.3);
}
.otziv-slider__item-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(242,140,0,.73);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}
.otziv-slider__item-link:hover:before {
  opacity: 1;
  visibility: visible;
}
.otziv-slider__item-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../img/loop.png) no-repeat;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}
.otziv-slider__item-link:hover:after {
  opacity: 1;
  visibility: visible;
}
#opros {
  padding: 60px 0 70px;
}
#opros .section-subtitle {
  font: 16px "proxima_nova_rgregular";
  color: #000;
  margin-top: 10px;
  margin-bottom: 50px;
}
#opros .section-subtitle span {
  font-family: "proxima_nova_rgbold";
}

.right-form {
  position: fixed;
  right: -262px;
  top: 50%;
  margin-top: -150px;
  z-index: 50;
  background: #fff;
  padding: 30px 30px 29px;
  box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
  transition: all .3s ease-in-out;
}
.right-form.activ {right: 0;}
.right-form__title {
  font: 18px "proxima_nova_rgbold";
  color: #654708;
  position: absolute;
  line-height: 66px;
  padding: 0 25px;
  min-width: 340px;
  box-sizing: border-box;
  /*padding: 21px 25px; */
  perspective: 150px;
  perspective-origin: center center;
  transform: rotate(-90deg);
  left: -197px;
  top: 144px;
  vertical-align: middle;
  cursor: pointer;
}
.right-form__title:after {
  content: "";
  display: block;
  position: absolute;
  background: #ffd618;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 60px;
  transform: rotateX(12.1deg);
  top: 0;
  left:0;
  z-index: -1;
}
.right-form__title img {
  vertical-align: middle;
  margin-right: 10px;
}
.form-wrap-textarea {min-height: 65px;height: auto;}
.form-wrap-textarea textarea {
  font: 15px "proxima_nova_rgregular";
  color: #030303;
  width: 100%;
  max-width: 200px;
  height: 65px;
  padding: 7px;
  box-sizing: border-box;
  background: transparent;
  border: none;
}
.right-form-close {
  position: absolute;
  width: 35px;
  height: 35px;
  top: -45px;
  right: 10px;
  border-radius: 50%;
  border: 1px solid #888;
  cursor: pointer;
  transition: all .2s ease-in-out;
}
.right-form-close:hover {
  background: #fff;
}
.right-form-close:after {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 17px;
  width: 20px;
  height: 1px;
  background: #888;
  transform: rotate(45deg);
}
.right-form-close:before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 17px;
  width: 20px;
  height: 1px;
  background: #888;
  transform: rotate(-45deg);
}
.form-step {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all .2s ease;
}
.form-step.activ {opacity: 1;visibility: visible;margin-bottom: 30px;height: auto;}
.form-step-title {
  text-align: center;
  font: 20px "proxima_nova_rgbold";
  color: #000;
  padding: 20px 0;
  background: -moz-linear-gradient(left, rgba(252,238,226,0) 0%, rgba(252,238,226,1) 12%, rgba(252,238,226,1) 50%, rgba(252,238,226,1) 88%, rgba(252,238,226,0) 100%);
background: -webkit-linear-gradient(left, rgba(252,238,226,0) 0%,rgba(252,238,226,1) 12%,rgba(252,238,226,1) 50%,rgba(252,238,226,1) 88%,rgba(252,238,226,0) 100%);
background: linear-gradient(to right, rgba(252,238,226,0) 0%,rgba(252,238,226,1) 12%,rgba(252,238,226,1) 50%,rgba(252,238,226,1) 88%,rgba(252,238,226,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fceee2', endColorstr='#00fceee2',GradientType=1 );
}
.form-step-box {text-align: center;margin-top: 30px;}
.form-step-radio {
  display: inline-block;
  margin: 0 10px;
}
.form-step-radio label {cursor: pointer;}
.form-step-radio__text {
  font: 22px "proxima_nova_rgregular";
  color: #000;
  vertical-align: middle;
}
.form-step-radio input[type="radio"] {display: none;}
.form-step-radio .form-step-radio__input {
  display: inline-block;
  border: 1px solid #888;
  border-radius: 50%;
  position: relative;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  cursor: pointer;
}
.form-step-radio__input:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #f28c00;
  top: 5px;
  left: 5px;
  opacity: 0;
  transition: all .2s ease-in-out;
}
.form-step-radio input:checked + .form-step-radio__input:before {
  opacity: 1;
}
.form-step__input-text {display: inline-block;width: 250px;vertical-align: middle;margin-bottom: 0;margin-left: 10px;margin-right: 10px;}
.form-step__input-text input {margin: 0;width: 100%;box-sizing: border-box;}
.form-step__input-text .form-name,.form-step__input-text .form-phone,.form-step__input-text .form-email {
  margin-left: 15px;
}
.form-step-box .order-form-button {margin: 15px auto 0;width: 250px;border:none;}

.fancybox-lock, .fancybox-lock body {overflow: visible!important;}


.form-step-box select {
  width: 250px;
  padding: 9px 10px 9px 10px;
  font: 15px "proxima_nova_rgregular";
  color: #030303;
  vertical-align: middle;
  background-color: #fff8ee;
    border: 1px solid rgba(123, 123, 123, 0.55);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.41);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.41);
}

#productdsc .modal-close{
  top:40px;
  left:50%;
  margin-left: 380px;
}
.modal-box {
  width: 700px;
  height: 500px;
  overflow-y: scroll;
  background: #fff;
  border-radius: 7px;
  position: absolute;
  padding: 0 15px 30px 15px;
  top:70px;
  left: 50%;
  margin-left: -350px;
}
.modal-table {text-align: center;margin-bottom: 25px;}
.modal-text {line-height: 20px;text-align: justify;}
.modal-subtitle {font-size: 20px;margin: 15px 0;}
.modal-obdan ul {margin-left: 20px;}
.modal-obdan ul li{list-style: disc;line-height: 20px;text-align: justify;}

.modalbg .catalog-content-item-position-download {
  color: #eda82f;
}