@font-face {
  font-family: "HelveticaNeueCyrMedium";
  src: url("../fonts/HelveticaNeueCyr-Medium.otf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "HelveticaNeueCyrLight";
  src: url("../fonts/HelveticaNeueCyr-Light.otf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "HelveticaNeueCyrBold";
  src: url("../fonts/HelveticaNeueCyr-Bold.otf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "HelveticaNeueCyrRoman";
  src: url("../fonts/HelveticaNeueCyr-Roman.otf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "HelveticaNeueCyrThin";
  src: url("../fonts/HelveticaNeueCyr-Thin.otf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "HelveticaNeueCyrUltraLight";
  src: url("../fonts/HelveticaNeueCyr-UltraLight.otf");
  font-style: normal;
  font-weight: normal;
}

* {
  font-size: 16px;
  font-family: 'HelveticaNeueCyrLight';
  color: black;
}

.content-container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.common-bg2 .additions .content-container {
  width: 500px;
}

.wrapper {
  position: relative;
  margin: auto;
}

.hidden {
  display: none !important;
}

.section-title {
  font-size: 32px;
  text-align: center;
  font-family: 'HelveticaNeueCyrRoman';
  margin: 50px 0;
  text-transform: uppercase;
}

h2.section-title {
  font-weight: normal;
}

::-webkit-input-placeholder {color:#605f5f;}
::-moz-placeholder          {color:#605f5f;}
:-moz-placeholder           {color:#605f5f;}
:-ms-input-placeholder      {color:#605f5f;}

.button {
  color: white;
  background: #f05d20;
  font-size: 18px;
  text-align: center;
  border-radius: 30px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  text-transform: uppercase;
  background: rgb(242,160,128);
  background: -moz-linear-gradient(top,  rgba(242,160,128,1) 0%, rgba(240,93,32,1) 10%, rgba(240,93,32,1) 90%, rgba(122,47,16,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,160,128,1)), color-stop(10%,rgba(240,93,32,1)), color-stop(90%,rgba(240,93,32,1)), color-stop(100%,rgba(122,47,16,1)));
  background: -webkit-linear-gradient(top,  rgba(242,160,128,1) 0%,rgba(240,93,32,1) 10%,rgba(240,93,32,1) 90%,rgba(122,47,16,1) 100%);
  background: -o-linear-gradient(top,  rgba(242,160,128,1) 0%,rgba(240,93,32,1) 10%,rgba(240,93,32,1) 90%,rgba(122,47,16,1) 100%);
  background: -ms-linear-gradient(top,  rgba(242,160,128,1) 0%,rgba(240,93,32,1) 10%,rgba(240,93,32,1) 90%,rgba(122,47,16,1) 100%);
  background: linear-gradient(to bottom,  rgba(242,160,128,1) 0%,rgba(240,93,32,1) 10%,rgba(240,93,32,1) 90%,rgba(122,47,16,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2a080', endColorstr='#7a2f10',GradientType=0 );
}

.button:hover {
  background: rgb(242,160,128);
  background: -moz-linear-gradient(top,  rgba(242,160,128,1) 0%, rgba(223,59,0,1) 10%, rgba(223,59,0,1) 90%, rgba(122,47,16,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,160,128,1)), color-stop(10%,rgba(223,59,0,1)), color-stop(90%,rgba(223,59,0,1)), color-stop(100%,rgba(122,47,16,1)));
  background: -webkit-linear-gradient(top,  rgba(242,160,128,1) 0%,rgba(223,59,0,1) 10%,rgba(223,59,0,1) 90%,rgba(122,47,16,1) 100%);
  background: -o-linear-gradient(top,  rgba(242,160,128,1) 0%,rgba(223,59,0,1) 10%,rgba(223,59,0,1) 90%,rgba(122,47,16,1) 100%);
  background: -ms-linear-gradient(top,  rgba(242,160,128,1) 0%,rgba(223,59,0,1) 10%,rgba(223,59,0,1) 90%,rgba(122,47,16,1) 100%);
  background: linear-gradient(to bottom,  rgba(242,160,128,1) 0%,rgba(223,59,0,1) 10%,rgba(223,59,0,1) 90%,rgba(122,47,16,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2a080', endColorstr='#7a2f10',GradientType=0 );
}

.button:active {
  background: rgb(122,47,16);
  background: -moz-linear-gradient(top,  rgba(122,47,16,1) 0%, rgba(223,59,0,1) 10%, rgba(223,59,0,1) 90%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,47,16,1)), color-stop(10%,rgba(223,59,0,1)), color-stop(90%,rgba(223,59,0,1)));
  background: -webkit-linear-gradient(top,  rgba(122,47,16,1) 0%,rgba(223,59,0,1) 10%,rgba(223,59,0,1) 90%);
  background: -o-linear-gradient(top,  rgba(122,47,16,1) 0%,rgba(223,59,0,1) 10%,rgba(223,59,0,1) 90%);
  background: -ms-linear-gradient(top,  rgba(122,47,16,1) 0%,rgba(223,59,0,1) 10%,rgba(223,59,0,1) 90%);
  background: linear-gradient(to bottom,  rgba(122,47,16,1) 0%,rgba(223,59,0,1) 10%,rgba(223,59,0,1) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a2f10', endColorstr='#df3b00',GradientType=0 );

}

input[type=text] {
  height: 40px;
  padding: 0 20px;
  border-radius: 40px;
  background: #0b0b0b;
  box-shadow: 1px 2px 2px rgba(0,0,0,1) inset, -1px -2px 2px rgba(70,70,70,1) inset;
  border: none;
  margin-bottom: 20px;
  width: 100%;
  font-size: 20px;
  color: #fafafa;
}

input[type=submit] {
  height: 40px;
  border: none;
  width: 100%;
  line-height: 40px;
}

nav {
  display: inline-block;
  vertical-align: top;
  left: -15px;
  float: left;
  font-size: 0;
}

header {
  background: #0a0a0a;
  position: fixed;
  top: 0;
  width: 100%;
  height: 68px;
  z-index: 100;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
  padding-top: 15px;
}

nav a {
  font-family: HelveticaNeueCyrBold;
  text-decoration: none;
  background: linear-gradient(to bottom, rgba(242,160,128,1) 0%,rgba(240,93,32,1) 10%,rgba(240,93,32,1) 90%,rgba(122,47,16,1) 100%);
  color: white;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  line-height: 45px;
  text-transform: uppercase;
  padding: 0 15px;
}

nav a.current, nav a:hover {
  background: rgba(223,59,0,1);
  box-shadow: -2px -2px 1px rgba(30, 30, 30, 1) inset, 2px 2px 2px rgba(0, 0, 0, 1) inset;
}

header .socials {
  float: left;
  margin-left: 15px;
  padding-top: 7px;
}

header .socials a {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}

header .socials a.instagramm {
  background: url('../img/icons.png') no-repeat -288px -312px;
  width: 28px;
  height: 28px;
}

header .socials a.vk {
  background: url('../img/icons.png') no-repeat -328px -312px;
  width: 28px;
  height: 28px;
}

header .socials a.youtube {
  background: url('../img/youtube.png') no-repeat;
  width: 28px;
  height: 28px;
}

header .phone {
  float: right;
  color: #cacaca;
  font-family: 'HelveticaNeueCyrBold';
  font-size: 15px;
  margin-right: 10px;
  line-height: 30px;
  display: block;
  cursor: pointer;
  text-decoration: none;
}

header .signup-button {
  float: right;
  width: 200px;
  margin-top: 7px;
}

.main {
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 650px;
  background-color: black;
  position: relative;
  overflow: hidden;
  margin-top: 65px;
}

.main .second-bg {
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
  background-color: rgba(240, 93, 32, 0.15);
  overflow: hidden;
}

.main .second-bg .bg {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 650px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
  background-position: center top;
  background-repeat: no-repeat;
}

.main.avtovinil {
  background-image: url(../img/main-bg-avtovinil.jpg);
}

.main.avtovinil .second-bg {
  background-color: rgba(240, 93, 32, 0.15);
}

.main.avtovinil .second-bg .bg {
  background-image: url(../img/main-bg2-avtovinil.png);
}

.main.antigrav {
  background-image: url(../img/main-bg-antigrav.jpg);
  background-color: #80EDFF;
}

.main.antigrav .second-bg {
  background-color: rgba(255, 255, 255, 0.15);
}

.main.antigrav .second-bg .bg {
  background-image: url(../img/main-bg2-antigrav.jpg);
}

.main.tinting {
  background-image: url(../img/main-bg-tinting.jpg);
  background-color: #57615C;
}

.main.insulation {
  background-image: url(../img/main-bg-insulation.jpg);
  background-color: #24254B;
}
.main.antigrav-a {
  background-image: url(../img/main-bg-avto5.jpg);
  background-color: #24254B;
  background-size: cover;
}
.main.antigrav-b {
  background-image: url(../img/main-bg-avto7.jpg);
  background-color: #24254B;
  background-size: cover;
}
.main.antigrav-c {
  background-image: url(../img/main-bg-avto6.jpg);
  background-color: #24254B;
  background-size: cover;
}
.ansik {
  width: 70%;
  text-align: center;
  margin: 0 auto;
  padding-top: 25px;
}
.ansikol {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
}
.main.antigrav .title, .main.antigrav .title span, .main.antigrav .text,
.main.tinting .title, .main.tinting .title span, .main.tinting .text,
.main.antigrav-b .title, .main.antigrav-b .title span, .main.antigrav-b .text,
.main.insulation .title, .main.insulation .title span, .main.insulation .text {
  color: black;
}

.main.tinting {
  min-height: 600px;
}

.main.tinting .title {
  padding-top: 15px;
}

.main.tinting .get-present {
  margin-top: 75px;
}

.main .top {
  text-align: center;
  margin: 20px auto 0;
}

.main.tinting .top {
  text-align: center;
  margin: 15px auto 0;
}

.main .title {
  font-size: 38px;
  font-family: 'HelveticaNeueCyrThin';
  color: #d9d9d9;
  text-align: center;
  padding-top: 15px;
  white-space: nowrap;
  text-transform: uppercase;
}

.blackfone {
  background-color: rgba(0, 0, 0, 0.4);
}

.whitefone {
  background-color: rgba(255, 255, 255, 0.4);
}

.main .title h1 {
  font-size: 38px;
  font-family: 'HelveticaNeueCyrThin';
  color: inherit;
  white-space: nowrap;
  font-weight: normal;
  text-transform: uppercase;
  display: inline;
}

.main .title span {
  font-size: 38px;
  font-family: 'HelveticaNeueCyrMedium';
  color: #d9d9d9;
  text-transform: uppercase;
}


.main .text {
  font-size: 24px;
  text-align: center;
  color: white;
  margin-top: 12px;
  line-height: 24px;
}

.main .text h1 {
  font-size: 24px;
  color: inherit;
  line-height: 24px;
  font-weight: normal;
}
.main .text span {
  font-size: 24px;
  color: inherit;
  line-height: 24px;
  font-weight: normal;
}

.main .get-present {
  background: rgba(0,0,0,0.4);
  border-radius: 40px;
  padding: 25px 30px 20px;
  width: 340px;
  float: right;
  margin-top: 25px;
}

.main .get-present .info {
  font-size: 18px;
  text-align: center;
  color: white;
  line-height: 22px;
}

.main .get-present .info span {
  font-family: 'HelveticaNeueCyrBold';
  font-size: 18px;
  color: white;
}

.main .get-present form {
  margin-top: 40px;
}

.main.antigrav input {
  background-color: #a2a2a2;
  color: white;
  box-shadow: 1px 2px 2px rgba(0,0,0,0.4) inset;
}

.main.tinting input[name=phone] {
  background-color: #191919;
}

.main.insulation input[name=phone] {
  background-color: #191919;
  box-shadow: 1px 2px 2px rgba(0,0,0,1) inset, -1px -2px 2px rgba(255,255,255,0.5) inset;
}

.main.antigrav input[name=phone]::-webkit-input-placeholder {color:white;}
.main.antigrav input[name=phone]::-moz-placeholder          {color:white;}
.main.antigrav input[name=phone]:-moz-placeholder           {color:white;}
.main.antigrav input[name=phone]:-ms-input-placeholder      {color:white;}

.common-bg1 {
  background: url(../img/bg1.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

.common-bg2 {
  background: url(../img/bg3.jpg);
  background-repeat: no-repeat;
  background-position: center -240px;
}

.common-bg3 {
  background-repeat: no-repeat;
  background-position: center top;
}

.services .wrapper {
  font-size: 0;
  display: table;
}

.services .service {
  width: 132px;
  display: inline-block;
  vertical-align: top;
  background: #ededed;
  height: 130px;
  border-radius: 30px;
  box-shadow: 1px 2px 2px rgba(255, 255, 255, 1) inset, -1px -2px 2px rgba(180, 180, 180, 1) inset;
  cursor: pointer;
  margin-bottom: 10px;
}

.services .service + .service {
  margin-left: 12px;
}

.services .service.active {
  box-shadow: none;
  cursor: default;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
  height: 147px;
  position: relative;
}

.services .service .corner {
  display: none;
}

.services .service.active .corner {
  display: block;
  position: absolute;
  bottom: 0;
  width: 60px;
  height: 60px;
}

.services .service.active .corner-left {
  left: -60px;
}

.services .service.active .corner-right {
  right: -60px;
}

.services .service.active .icon {
  opacity: 1;
}

.services .icon {
  opacity: 0.8;
  width: 55px;
  height: 55px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 8px;
}

.services .icon.vinil {
  background: url('../img/icons5.png') no-repeat center center;
  background-size: contain;
}

.services .icon.antigrav {
  background: url('../img/icons1.png') no-repeat center center;
  background-size: contain;
}

.services .icon.tinting {
  background: url('../img/icons4.png') no-repeat center center;
  background-size: contain;
}

.services .icon.insulation {
  background: url('../img/icons3.png') no-repeat center center;
  background-size: contain;
}
.services .icon.antigrav-a {
  background: url('../img/icons2.png') no-repeat center center;  
  background-size: contain;
}
.services .icon.antigrav-b {
  background: url('../img/icons7.png') no-repeat center center;  
  background-size: contain;
}
.services .icon.antigrav-c {
  background: url('../img/icons6.png') no-repeat center center;  
  background-size: contain;
}
.services .icon.antigrav-d {
  background: url('../img/icons8.png') no-repeat center center;  
  background-size: contain;
}

.services .service.active .icon.vinil {
  background: url('../img/icons5.png') no-repeat center center;  
  background-size: contain;
}

.services .service.active .icon.antigrav {
  background: url('../img/icons1.png') no-repeat center center;
  background-size: contain;
}
.services .service.active .icon.tinting {
  background: url('../img/icons4.png') no-repeat center center;  
  background-size: contain;
}
.services .service.active .icon.antigrav-a {
  background: url('../img/icons2.png') no-repeat center center;  
  background-size: contain;
}
.services .service.active .icon.antigrav-b {
  background: url('../img/icons7.png') no-repeat center center;  
  background-size: contain;
}
.services .service.active .icon.antigrav-c {
  background: url('../img/icons6.png') no-repeat center center;  
  background-size: contain;
}
.services .service.active .icon.antigrav-d {
  background: url('../img/icons8.png') no-repeat center center;  
  background-size: contain;
}
.services .service.active .icon.insulation {
  background: url('../img/icons3.png') no-repeat center center;  
  background-size: contain;
}

.services .service .name {
  font-size: 12px;
  font-family: 'HelveticaNeueCyrBold';
  text-align: center;
  text-transform: uppercase;
}

.services .service.active .name {
  font-family: 'HelveticaNeueCyrBold';
}

.advantages {
  background: rgba(211, 211, 211, 0.37);
  padding: 1px; 
  border-bottom: 1px solid #b4b5b5;
  padding-bottom: 50px;
}

.advantages .wrapper {
  font-size: 0;
  display: table;
}

.advantages .advantage {
  width: 320px;
  display: inline-block;
  vertical-align: top;
}

.advantages .advantage.quarter {
  width: 235px;
}

.advantages .advantage + .advantage {
  margin-left: 10px;
}

.advantages .advantage .title {
  font-size: 20px;
  margin-bottom: 10px;
  color: #f05d20;
  text-align: center;
  text-transform: uppercase;
  font-family: 'HelveticaNeueCyrBold';
}

.advantages .advantage .text {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 25px;
}

.choice {
  padding-bottom: 50px;
}

.choice img {
  display: inline-block;
  vertical-align: top;
  border: 2px solid #f05d20;
  margin-right: 20px;
}

.choice ul {
  display: inline-block;
  vertical-align: top;
  margin-top: 35px;
}

.choice ul li {
  position: relative;
  padding-left: 65px;
  margin-bottom: 30px;
  min-height: 30px;
}

.choice ul li:before {
  content: '';
  display: block;
  position: absolute;
  background: url('../img/icons.png') no-repeat -62px -94px;
  width: 34px;
  height: 31px;
  left: 0;
  top: -5px;
}

.choice .wrapper {
  text-align: center;
}

.choice .variant {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  text-align: center;
}

.choice .text {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.choice .logo {
  width: 100%;
  height: 75px;
  position: relative;
  margin-bottom: 10px;
}

.choice .logo:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.choice .logo.kpmf:before {
  background: url('../img/icons.png') no-repeat 0 -302px;
  width: 122px;
  height: 49px;
}

.choice .logo.hexis:before {
  background: url('../img/icons.png') no-repeat -137px -303px;
  width: 115px;
  height: 49px;
}

.choice .logo.arlon:before {
  background: url('../img/icons.png') no-repeat 0 -374px;
  width: 154px;
  height: 35px;
}

.choice .logo.zm:before {
  background: url('../img/3m.png') no-repeat;
  width: 88px;
  height: 45px;
}

.choice .logo.oracal:before {
  background: url('../img/llumar.png') no-repeat center;
  height: 49px;
  background-position: center;
}

.choice .logo.llumar:before {
  background: url('../img/icons.png') no-repeat 0 -443px;
  width: 93px;
  height: 52px;
}

.choice .logo.suntek:before {
  background: url('../img/icons.png') no-repeat -137px -455px;
  width: 137px;
  height: 27px;
}

.choice .logo.suncontrol:before {
  background: url('../img/icons.png') no-repeat -137px -555px;
  width: 157px;
  height: 21px;
}

.choice .logo.vision:before {
  background: url('../img/icons.png') no-repeat -5px -523px;
  width: 72px;
  height: 64px;
}
.choice .logo.antigrav-a1:before {
  background: url('../img/antigrav-a1.png') no-repeat  center center;
  width: 100%;
  height: auto;
}.choice .logo.antigrav-a2:before {
  background: url('../img/KochChemie.png') no-repeat center center;
  width: 100%;
  height: auto;
}.choice .logo.antigrav-a3:before {
  background: url('../img/menzerna.png') no-repeat center center;
  width: 100%;
  height: auto;
}.choice .logo.antigrav-a4:before {
  background: url('../img/antigrav-a4.png') no-repeat center center;
  width: 100%;
  height: auto;
}

.choice .variant .name {
  font-family: 'HelveticaNeueCyrBold';
  font-size: 20px;
}

.calculate {
  background: url(../img/bg2.jpg) no-repeat center top;
  padding: 1px;
  padding-bottom: 50px;
  position: relative;
}

.calculate .wrapper {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  width: 575px;
}

.calculate .list {
  display: inline-block;
  vertical-align: top;
  width: 390px;
}

.calculate input {
  display: none;
}

.calculate input + label span {
    display:inline-block;
    background: url('../img/icons.png') no-repeat -12px -94px;
    width: 30px;
    height: 31px;
    margin-top: -5px;
    margin-right: 20px;
    vertical-align:middle;
    cursor:pointer;
    position: absolute;
    left: 0;
}
.calculate input:checked + label span {
    background-position: -118px -94px;
}

.calculate label {
  display: block;
  font-size: 24px;
  margin-bottom: 5px;
  min-height: 31px;
  padding-left: 50px;
  position: relative;
}

.calculate label.mb30 {
  margin-bottom: 30px;
}

.calculate label.mb20 {
  margin-bottom: 20px;
}

.calculate .preview img {
  width: 575px;
  height: 365px;
  border: 2px solid #f05d20;
}

.calculate .preview {
  margin-bottom: 20px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.calculate svg {
  width: 575px;
  height: 365px;
  position: absolute;
  top: 0;
  left: 0;
}

.calculate .element {
  cursor: pointer;
  opacity: 0;
}

.calculate svg .element:hover {
  opacity: 0.5;
}
.calculate .element.half-visible {
  opacity: 0.1;
}

.calculate .preliminary {
  font-family: 'HelveticaNeueCyrRoman';
  font-size: 20px;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}

.calculate .price {
  font-family: 'HelveticaNeueCyrBold';
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
}

.calculate .profit {
  font-size: 18px;
  text-align: center;
}

.calculate .divider {
  width: 445px;
  height: 3px;
  background: #f05d20;
  margin: 10px auto;
}

.calculate .credit {
  text-align: center;
  font-size: 14px;
  font-family: 'HelveticaNeueCyrBold';
}

.calculate .get-exact-price {
  width: 490px;
  margin: 20px auto 0;
  display: block;
  height: 40px;
  line-height: 40px;
}

.calculate .car-element {
  width: 575px;
  height: 365px;
  position: absolute;
  top: 0;
  left: 0;
}

.before-after {
  padding-bottom: 50px;
}

.before-after .wrapper {
  display: table;
  font-size: 0;
}

.before-after .section-title {
  white-space: nowrap;
}

.before-after .state {
  display: inline-block;
  vertical-align: top;
}

.before-after .state.center {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.before-after .state + .state {
  margin-left: 15px;
}

.before-after .state img {
  border: 2px solid #f05d20;
  width: 490px;
  height: 350px;
  margin-bottom: 20px;
}

.before-after .state .sign {
  font-size: 24px;
  text-align: center;
}

.feedbacks {
  padding: 1px;
  background: #e9e9e9;
  padding-bottom: 50px;
}

.feedbacks .photo {
  display: inline-block;
  vertical-align: top;
  width: 425px;
  margin-right: 20px;
  position: relative;
}

.feedbacks .photo img {
  border: 2px solid #f05d20;
  width: 425px;
  height: 285px;
  cursor: pointer;
}

.feedbacks .photo .view-all {
  background: white;
  border: 2px solid #f05d20;
  border-radius: 15px;
  color: #f05d20;
  font-family: 'HelveticaNeueCyrBold';
  font-size: 18px;
  position: absolute;
  top: 248px;
  margin: auto;
  left: 0;
  right: 0;
  width: 280px;
  cursor: pointer;
  height: 30px;
  line-height: 28px;
  text-align: center;
}

.feedbacks .photo .view-all:hover {
  border: 4px solid #f05d20;
  height: 34px;
  top: 246px;
}

.feedbacks .fotorama__wrap {
  margin: 0 auto;
}

.feedbacks .photo img {
  border: 2px solid #f05d20;
  margin-bottom: 5px;
}

.feedbacks .info {
  display: inline-block;
  vertical-align: top;
  width: 440px;
  position: relative;
}

.feedbacks .info .text {
  font-size: 18px;
  line-height: 20px;
}

.feedbacks .photo .object-name {
  text-align: center;
}

.feedbacks .info .client-name {
  font-size: 18px;
  font-family: 'HelveticaNeueCyrBold';
  margin-top: 20px;
}

.feedbacks .fotorama__arr.fotorama__arr--next {
  background: url('../img/icons.png') no-repeat -102px -149px;
  width: 55px;
  height: 56px;
  border-radius: 50%;
  transform: none !important;
  opacity: 1 !important;
}

.feedbacks .fotorama__arr.fotorama__arr--prev {
  background: url('../img/icons.png') no-repeat -12px -148px;
  width: 55px;
  height: 56px;
  border-radius: 50%;
  transform: none !important;
  opacity: 1 !important;
}

.feedbacks .fotorama__arr.fotorama__arr--next:hover {
  background-color: white;
}

.feedbacks .fotorama__arr.fotorama__arr--prev:hover {
  background-color: white;
}

.specialists {
  padding-bottom: 50px;
  font-size: 0;
  border-bottom: 1px solid gray;
}

.specialists .specialist {
  width: 240px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.specialists .specialist img {
  width: 150px;
  height: 150px;
  border: 2px solid #f05d20;
  margin: 0 auto 15px;
  display: block;
}

.specialists .specialist .name {
  text-align: center;
  font-size: 20px;
}

.specialists .specialist.active .name {
  font-family: 'HelveticaNeueCyrBold';
}

.specialists .specialist.active {
  cursor: default;
}

.specialists .text {
  margin-top: 30px;
  text-align: center;
}

.additions {
  padding-bottom: 50px;
  padding-top: 1px;
  background-color: rgba(0, 0, 0, 0.07);
}

.additions .wrapper {
  font-size: 0;
  display: table;
}

.additions .addition {
  width: 200px;
  height: 200px;
  border: 2px solid #f05d20;
  margin-left: 15px;
  padding-top: 15px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  padding-left: 2px;
}

.additions .addition:hover {
  background: #ebc9b7;
  border: 4px solid #f05d20;
  padding-top: 14px;
  padding-left: 0;
}

.additions .addition + .addition {
  margin-left: 20px;
}

.additions .addition .name {
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  line-height: 23px;
  white-space: nowrap;
}

.additions .addition:hover .name {
  font-family: 'HelveticaNeueCyrBold';
}

.additions .addition:before {
  content: '';
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
}

.additions .addition.polish:before {
  background: url('../img/polish.png') no-repeat;
  background-size: cover;
  width: 80px;
  height: 80px;
  top: 90px;
}

.additions .addition.mebel:before {
  background: url('../img/mebel.png') no-repeat;
  background-size: cover;
  width: 72px;
  height: 72px;
  top: 90px;
}

.additions .addition.paint:before {
  background: url('../img/icons.png') no-repeat -305px -95px;
  width: 80px;
  height: 80px;
  top: 90px;
}

.additions .addition.signal:before {
  background: url('../img/icons.png') no-repeat -178px -204px;
  width: 82px;
  height: 58px;
  top: 100px;
}

.additions .addition.sound:before {
  background: url('../img/icons.png') no-repeat -314px -204px;
  width: 61px;
  height: 88px;
  top: 80px;
}


.additions .addition.clear:before {
  background: url('../img/clear.svg') no-repeat;
  width: 61px;
  height: 88px;
  top: 80px;
}

.additions .addition:hover.polish:before {
  top: 88px;
}

.additions .addition:hover.mebel:before {
  top: 88px;
}

.additions .addition:hover.paint:before {
  top: 88px;
}

.additions .addition:hover.signal:before {
  top: 98px;
}

.additions .addition:hover.sound:before {
  top: 78px;
}

#ymap {
  height: 540px;
}

.map .section-title {
  background: white;
  height: 140px;
  line-height: 140px;
  margin: 0;
}

footer {
  padding: 50px 0;
  background: url(../img/footer-bg.jpg) center top black;
  text-align: center;
}

footer .director {
  font-size: 24px;
  margin-bottom: 30px;
  color: white;
}

footer .numbers {
  margin-bottom: 40px;
  color: white;
  line-height: 22px;
}

footer .marketing-logo {
  /*display: block;*/
  margin: 0 auto 25px;
}

footer .politycs span{
  border-bottom: 1px dashed;
  cursor: pointer;
  color: white;
}

footer .politycs {
  color: white;
  line-height: 22px;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
  left: -5px;
  
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
      -ms-transform: translatez(0);
      -o-transform: translatez(0);
      transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../img/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  background: url('../img/icons.png') no-repeat -16px -153px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  left: -75px;
  border: 3px solid #f05d20;
}

.bx-wrapper .bx-next {
  background: url('../img/icons.png') no-repeat -105px -152px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  right: -74px;
  border: 3px solid #f05d20;
}

.bx-wrapper .bx-prev:hover {
  background-color: white;
}

.bx-wrapper .bx-next:hover {
  background-color: white;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  text-indent: -9999px;
  z-index: 10;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* arctic modal */
.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(../img/loading.gif) no-repeat 50% 50%; }

/* arctic modal - simple theme */
.box-modal {
  position: relative;
  width: 490px;
  padding: 40px 80px 55px;
  background: white;
  color: black;
}

.box-modal_close { 
  position: absolute;
  right: 25px; 
  top: 20px; 
  cursor: pointer;
  background: url('../img/icons.png') no-repeat -118px -221px;
  width: 12px;
  height: 12px 
}

.box-modal input[type=text] {
  background: #f3f3f3;
  height: 30px;
  box-shadow: 1px 2px 2px rgba(0,0,0,.4) inset;
  font-size: 16px;
  color: black;
}

.box-modal input[type=text]::-webkit-input-placeholder {color:black;}
.box-modal input[type=text]::-moz-placeholder          {color:black;}
.box-modal input[type=text]:-moz-placeholder           {color:black;}
.box-modal input[type=text]:-ms-input-placeholder      {color:black;}

.box-modal input[type=submit] {
  width: 100%;
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}

.box-modal .title {
  text-align: center;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}

.box-modal p {
  text-align: center;
  margin-bottom: 20px;
}

.box-modal .text {
  margin-bottom: 20px;
  line-height: 20px;
}

.box-modal .text.bold {
  font-family: 'HelveticaNeueCyrBold';
  text-align: center;
}

.box-modal form {
  max-width: 330px;
  margin: 0 auto;
}

.additional-modal form {
  max-width: 300px;
}

.box-modal img {
  border: 1px solid #f05d20;
  width: 320px;
  height: 149px;
  display: block;
  margin: 0 auto 20px;
}

.additional-modal {
  width: 870px;
  padding: 40px 80px;
}

#confidential-modal {
  background-color: #e8e8e8;
  overflow: auto;
  padding: 35px 30px 40px;
  width: 600px;
}

#confidential-modal .subtitle {
  font-weight: bold;
}

#confidential-modal p {
  color: black;
  font-size: 14px;
  text-align: left;
  line-height: initial;
}

#success-modal {
  padding: 60px 55px 55px;
}

#success-modal p {
  font-size: 24px;
  line-height: 30px;
}

.box-modal .chosen-container {
  margin-bottom: 20px;
}

.box-modal .chosen-container-single .chosen-single, .box-modal .chosen-container-active.chosen-with-drop .chosen-single {
  height: 30px;
  border-radius: 20px;
  border: none;
  background: #f3f3f3;
  line-height: 30px;
  color: black;
  box-shadow: 1px 2px 2px rgba(0,0,0,.4) inset;
  padding: 0 20px;
}

.box-modal .chosen-container.chosen-with-drop .chosen-drop {
  border-radius: 20px;
  border: none;
  box-shadow: none;
  background-color: #f3f3f3;
  box-shadow: 2px 2px 2px rgba(0,0,0,.4) inset;
  overflow: hidden;
}

.box-modal .chosen-container .chosen-results {
  padding: 0;
  margin: 0;
}

.box-modal .chosen-container .chosen-results li.active-result {
  line-height: 30px;
  height: 30px;
  padding: 0 20px;
}

.box-modal .chosen-container .chosen-results li.active-result.highlighted {
  background: rgba(0,0,0,0.2);
  color: black;
}

.box-modal .chosen-container .chosen-results li.active-result + li.active-result {
  border-top: 1px solid #7d7e7e;
}

.box-modal .chosen-container-single .chosen-single div b {
  background: url('../img/icons.png') no-repeat -34px -226px;
  width: 8px;
  height: 7px;
  margin-top: 13px;
  margin-left: -13px;
}

.gallery-modal {
  width: 880px;
  padding: 40px;
}

.gallery-modal .slider{
  position: relative;
}

.gallery-modal .fotorama__img {
  border: 1px solid #f05d20 !important;
}

.gallery-modal .nav-right {
  background: url('../img/icons.png') no-repeat -105px -152px;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  right: -9px;
  border-radius: 50%;
}

.gallery-modal .nav-left {
  background: url('../img/icons.png') no-repeat -16px -153px;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  left: -3px;
  border-radius: 50%;
}

.gallery-modal .nav-right.disabled, .gallery-modal .nav-left.disabled {
  cursor: default;
  opacity: 0.5;
}


/*  jquery.validationengine  */
/* Z-INDEX */
  .formError { z-index: 990; }
  .formError .formErrorContent { z-index: 991; }
  .formError .formErrorArrow { z-index: 996; }

  .ui-dialog .formError { z-index: 5000; }
  .ui-dialog .formError .formErrorContent { z-index: 5001; }
  .ui-dialog .formError .formErrorArrow { z-index: 5006; }

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position:relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top:2px;
}

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 11px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 9px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}


/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../img/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../img/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('../img/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../img/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../img/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('../img/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../img/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */


/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(../img/icons.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(fotorama@2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}
.common-bg2 .additions .custom-container{
  width: 900px;
}
.garant {
  width: 275px;
  height: 180px;
  border: 2px solid #f05d20;
  margin-left: 30px;
  margin-bottom: 20px;
  padding-top: 25px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  padding-left: 2px;
}
.garant .img-container{
  margin: 0 auto;
  height: 60px;
}
.time .img-container{
  margin: 0 auto;
  height: 60px;
}
.wreath .img-container{
  margin: 0 auto;
  height: 60px;
}
.checkin .img-container{
  margin: 0 auto;
  height: 60px;
}
.queen .img-container{
  margin: 0 auto;
  height: 60px;
}
.garant .img-container img{
  height: 50px;
}
.time .img-container img{
  height: 50px;
}
.wreath .img-container img{
  height: 50px;
}
.checkin .img-container img{
  height: 50px;
}
.queen .img-container img{
  height: 73px;
}
.time{
  width: 275px;
  height: 180px;
  border: 2px solid #f05d20;
  margin-left: 30px;
  padding-top: 25px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  padding-left: 2px;
}
.checkin {
  width: 275px;
  height: 180px;
  border: 2px solid #f05d20;
  margin-left: 30px;
  margin-bottom: 20px;
  padding-top: 25px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  padding-left: 2px;
}
.wreath {
  width: 275px;
  height: 180px;
  border: 2px solid #f05d20;
  margin-left: 30px;
  margin-bottom: 20px;
  padding-top: 25px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  padding-left: 2px;
}
.queen {
  width: 275px;
  height: 180px;
  border: 2px solid #f05d20;
  margin-left: 30px;
  margin-bottom: 20px;
  padding-top: 25px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  padding-left: 2px;

}
.contentgarant{
  text-align: center;
  padding-bottom: 10px;
  font-size: 14px;
}
.section-title-garant{
  font-size: 35px;
  font-family: sans-serif;
  padding-bottom: 10px;
  padding-top: 10px;
}
.nam p{
  font-size: 13px;
  font-family: monospace;
  font-weight: bold;
}
.nam{
  font-size: 13px;
  color:  #f05d20;
  font-weight: bold;

}
.img-container{
  width: 50px;
  height: 50px;
}
.slick-slider .slick-list .slick-track .slick-slide{
  display: none;
}
.feedbacks .slide{
  display: none;
}
.feedbacks .slick-prev {
  background: url(../img/icons.png) no-repeat -16px -153px !important;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  left: -75px;
  border: 3px solid #f05d20;
}
.feedbacks .slick-next {
  background: url(../img/icons.png) no-repeat -105px -152px !important;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  right: -74px;
  border: 3px solid #f05d20;
}
.show-testi{
  display: block !important;
}
.slick-arrow:before{
  display: none;
  background-color: white;
}
.slick-prev:hover{
  background-color: white !important;
}
.slick-next:hover{
  background-color: white !important;
}
.card-container {
  text-align: center;
  background: #fff;
  padding-bottom: 30px;
  padding-top: 10px;
}
.card-container b{
  color: #0012ff;
  font-size: 32px;
  text-align: center;
  font-family: 'HelveticaNeueCyrRoman';
  margin: 50px 0;
  text-transform: uppercase;
}
.card-container .quarter{
  width: 800px;
  display: inline-block;
  vertical-align: top;
}
.card-container .btn-conatiner{
  margin-top: 20px;
}
.card-container .section-title{
  font-weight: 900;
}
.card-container .wrapper{
  display: block;
}
.card-container .wrapper .quarter{
  margin-right: 40px;
}
#price{
  background: #fff !important;
}
.cards-section .section-title{
  font-weight: bold;
  text-transform: inherit;
}
.cards-section .advantage{
  display: inline-block;
  width: 365px;
  height: 528px;
  vertical-align: top;
  margin-right: 30px;
  border: 2px solid #f9f9f9;
}
.bg-white{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #fff;
}
.cards-section .advantage .signup-button{
  padding-top: 17px;
  padding-bottom: 17px;
  color: #fff;
  border-color: #f05d20;
  background-color: #f05d20;
  background: #f05d20;
  text-transform: inherit;
  height: auto;
}
.cards-section .advantage ul li:before {
  content: '';
  display: block;
  position: absolute;
  background: url(../img/htmlimage.jpg) no-repeat !important;
  width: 34px;
  height: 31px;
  left: 20px;
  top: 3px;
}
.cards-section .advantage ul li {
  position: relative;
  padding-left: 55px;
  margin-bottom: 16px;
  min-height: 30px;
  font-weight: 600;
}
.cards-section .advantage ul  {
  height: 251px;
}
.cards-section .list-options{
  text-align: left;
}
.custom-width{
  width: 1200px;
}
.cards-section .name-card{
  background: #f8e33a;
}
.cards-section .name-card p{
  font-size: 18px;
  color: #000;
  font-weight: bolder;
  padding: 18px 0px;
  font-family: 'HelveticaNeueCyrRoman';
}
.cards-section .garantie{
  position: relative;
  margin-top: 35px;
}
.cards-section .garantie p{
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.cards-section .garantie .icon-garantie{
  content: ' ';
  display: inline-block;
  background: url(../img/guarantee.svg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 36px;
  height: 36px;
  margin-left: -15px;
  margin-right: 10px;
  vertical-align: middle;
}
.contentgarant{
  display: none;
}
.email-header{
  margin-top: -5px;
}
.phone-header{
  margin-top: -5px;
}
.order .signup-button{
  height: 50px;
  line-height: 3;
}









.plus {
	list-style-type: disc;
	padding-top: 10px;
}
.plus li {
	padding-top: 7px;
	font-size: 20px;
}
.listed {
	padding-top: 10px;
}
.listed li {
	padding-top: 7px;
	font-size: 20px;
}
.header {
	font-size: 20px;
	font-weight: bold;
	padding-top: 20px;
}
.list-disc {
	list-style-type: disc;
}





.static-section {
  /* padding-bottom: 50px; */
}

.static-section .wrapper {
  display: table;
  font-size: 0;
}

.static-section .section-title {
  white-space: nowrap;
}

.static-section .state {
  display: inline-block;
  vertical-align: top;
}

.static-section .state.center {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.static-section .state + .state {
  margin-left: 15px;
}

.static-section .state img {
  border: 2px solid #f05d20;
  width: 490px;
  height: 350px;
  margin-bottom: 20px;
}

.static-section .state .sign {
  font-size: 24px;
  text-align: center;
}

.sale {
	padding: 15px;
    right: 10px;
    z-index: 100;
    position: fixed;
    bottom: 0;
    width: 250px;
    color: white;
    background: #f05d20;
    font-size: 18px;
    text-align: center;
    border-radius: 30px 30px 0 0;
    line-height: 30px;
    cursor: pointer;
    text-transform: uppercase;
    background: rgb(242,160,128);
    background: -moz-linear-gradient(top, rgba(242,160,128,1) 0%, rgba(240,93,32,1) 10%, rgba(240,93,32,1) 90%, rgba(122,47,16,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,160,128,1)), color-stop(10%,rgba(240,93,32,1)), color-stop(90%,rgba(240,93,32,1)), color-stop(100%,rgba(122,47,16,1)));
    background: -webkit-linear-gradient(top, rgba(242,160,128,1) 0%,rgba(240,93,32,1) 10%,rgba(240,93,32,1) 90%,rgba(122,47,16,1) 100%);
    background: -o-linear-gradient(top, rgba(242,160,128,1) 0%,rgba(240,93,32,1) 10%,rgba(240,93,32,1) 90%,rgba(122,47,16,1) 100%);
    background: -ms-linear-gradient(top, rgba(242,160,128,1) 0%,rgba(240,93,32,1) 10%,rgba(240,93,32,1) 90%,rgba(122,47,16,1) 100%);
    background: linear-gradient(to bottom, rgba(242,160,128,1) 0%,rgba(240,93,32,1) 10%,rgba(240,93,32,1) 90%,rgba(122,47,16,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2a080', endColorstr='#7a2f10',GradientType=0 );
}

nav a:first-child {
	border-radius: 30px 0 0 30px;
}

nav a:last-child {
	border-radius: 0 30px 30px 0;
}