@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700&amp;subset=latin,cyrillic);
@import "../fonts/Nautilus/font.css";
@import url(font-awesome.min.css);
@font-face {
  font-family: BebR;
  src: url('../fonts/BebasReg.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/BebasRegd41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/BebasReg.woff') format('woff'), /* Modern Browsers */ url('../fonts/BebasReg.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/BebasReg.svg#3166c81ac2dcbbc5ab3c7185cfcd2ecc') format('svg');
  /* Legacy iOS */
}
.green {
  background: #bcea31;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JjZWEzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3M2IyMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #bcea31 0%, #73b233 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bcea31), color-stop(100%, #73b233));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bcea31 0%, #73b233 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bcea31 0%, #73b233 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #bcea31 0%, #73b233 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #bcea31 0%, #73b233 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcea31', endColorstr='#73b233', GradientType=0);
  /* IE6-8 */
  box-shadow: 0px 5px 1px #557f24, 0px 5px 15px rgba(0, 0, 0, 0.5);
  transition: all .1s linear;
}
.green:active {
  transform: translateY(3px);
  box-shadow: 0px 2px 1px #557F24;
  transition: all .1s linear;
}
.blue {
  background: #3fa9f5;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNmYTlmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNzY2OTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #3fa9f5 0%, #276696 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3fa9f5), color-stop(100%, #276696));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3fa9f5 0%, #276696 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3fa9f5 0%, #276696 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3fa9f5 0%, #276696 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3fa9f5 0%, #276696 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3fa9f5', endColorstr='#276696', GradientType=0);
  /* IE6-8 */
  box-shadow: 0px 5px 1px #00416e, 0px 5px 15px rgba(0, 0, 0, 0.5);
  transition: all .1s linear;
}
.blue:active {
  transform: translateY(3px);
  box-shadow: 0px 2px 1px #00416e;
  transition: all .1s linear;
}
.blue:active {
  box-shadow: 0px 2px 1px #00416e;
  transform: translateY(3px);
  transition: all .2s linear;
}
.t-center {
  text-align: center;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.m-l {
  margin-left: auto;
}
.m-r {
  margin-right: auto;
}
.m-b {
  margin-bottom: 2rem !important;
}
.t-white {
  color: #fff;
}
.t-shadow {
  text-shadow: 0 0 1rem #000000;
}
.box-shadow-i {
  box-shadow: inset 0px 15px 0.4rem -15px rgba(0, 0, 0, 0.8), inset 0px -15px 0.4rem -15px rgba(0, 0, 0, 0.8);
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
html {
  font-size: 16px;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: 'PT Sans', sans-serif;
  min-width: 1200px;
  color: #6a2214;
  position: relative;
  z-index: 100;
  user-select: none;
}
#test {
color:#4F4F4F;
}
.blue-btn {
  margin: 0.2rem auto;
  width: 95%;
  border-radius: 15px;
  border: none;
  background: #3fa9f5;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNmYTlmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNzY2OTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #3fa9f5 0%, #276696 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3fa9f5), color-stop(100%, #276696));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3fa9f5 0%, #276696 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3fa9f5 0%, #276696 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3fa9f5 0%, #276696 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3fa9f5 0%, #276696 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3fa9f5', endColorstr='#276696', GradientType=0);
  /* IE6-8 */
  box-shadow: 0px 5px 1px #00416e, 0px 5px 15px rgba(0, 0, 0, 0.5);
  transition: all .1s linear;
  color: #fff;
  display: block;
  margin-top: 1rem;
}
.blue-btn:active {
  transform: translateY(3px);
  box-shadow: 0px 2px 1px #00416e;
  transition: all .1s linear;
}
form input {
  margin: 1rem auto;
  height: 55px;
  border-radius: .6rem;
  font-size: 1.3rem;
}
form input,
form textarea {
  display: block;
  width: 95%;
  border: none;
  outline: none;
}
form input[type="text"],
form textarea {
  padding: 1rem;
  box-sizing: border-box;
  text-align: left;
}
form input[type="text"]:focus,
form textarea:focus {
  box-shadow: 0 0 10px 3px #bcea31;
  box-sizing: border-box;
}
.form {
  background-color: #f2f2f2;
  display: inline-block;
  width: 400px;
  height: 400px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1rem 1rem 1rem;
  margin-left: auto;
  border-radius: 5px;
  box-shadow: 0 0 1rem -0.3rem rgba(0, 0, 0, 0.7);
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  left: -35px;
}
.form input {
  background-color: white;
}
.form h1.form-header {
  font-size: 4rem;
  font-family: BebR;
  margin-bottom: 0;
  padding-bottom: .8rem;
  margin-top: 0;
}
.form p {
  margin: 0 auto 1.5rem;
  font-size: 1.1rem;
  width: 80%;
}
.form .fname {
  padding-left: 4.5rem !important;
  background: white url(../img/4.png) no-repeat scroll 0 0;
}
.form .fphone {
  padding-left: 4.5rem !important;
  background: white url(../img/4.png) no-repeat scroll 0 -55px;
}
.form .fmail {
  padding-left: 4.5rem !important;
  background: white url(../img/4.png) no-repeat scroll 0 -110px;
}
.form .fbtn {
  background: #bcea31;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JjZWEzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3M2IyMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #bcea31 0%, #73b233 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bcea31), color-stop(100%, #73b233));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bcea31 0%, #73b233 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bcea31 0%, #73b233 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #bcea31 0%, #73b233 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #bcea31 0%, #73b233 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcea31', endColorstr='#73b233', GradientType=0);
  /* IE6-8 */
  box-shadow: 0px 5px 1px #557f24, 0px 5px 15px rgba(0, 0, 0, 0.5);
  transition: all .1s linear;
    font-size: 29px;
    font-weight: 700;
    border-radius: 8px;
    color: #6a2214;
    cursor: pointer;
    margin: 1.5rem auto;
    height: 47px;
    width: 95%;
    padding: 7px 0px 0px 0px;
}
.form .fbtn:hover {
  opacity:0.85;
}
.form .fbtn:active {
  transform: translateY(3px);
  box-shadow: 0px 2px 1px #557F24;
  transition: all .1s linear;
}
.form .error {
  box-shadow: 0 0 2px 2px red;
}
.form2 {
  background-color: #f2f2f2;
  display: inline-block;
  width: 400px;
  height: 365px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1rem 1rem 1rem;
  margin-left: auto;
  border-radius: 5px;
  box-shadow: 0 0 1rem -0.3rem rgba(0, 0, 0, 0.7);
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  left: -35px;
}
.form2 input {
  background-color: white;
}
.form2 h1.form-header {
  font-size: 4rem;
  font-family: BebR;
  margin-bottom: 0;
  padding-bottom: .8rem;
  margin-top: 0;
}
.form2 p {
  margin: 0 auto 1.5rem;
  font-size: 1.1rem;
  width: 80%;
}
.form2 .fname {
  padding-left: 4.5rem !important;
  background: white url(../img/4.png) no-repeat scroll 0 0;
}
.form2 .fphone {
  padding-left: 4.5rem !important;
  background: white url(../img/4.png) no-repeat scroll 0 -55px;
}
.form2 .fmail {
  padding-left: 4.5rem !important;
  background: white url(../img/4.png) no-repeat scroll 0 -110px;
}
.form2 .fbtn {
  background: #bcea31;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JjZWEzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3M2IyMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #bcea31 0%, #73b233 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bcea31), color-stop(100%, #73b233));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bcea31 0%, #73b233 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bcea31 0%, #73b233 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #bcea31 0%, #73b233 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #bcea31 0%, #73b233 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcea31', endColorstr='#73b233', GradientType=0);
  /* IE6-8 */
  box-shadow: 0px 5px 1px #557f24, 0px 5px 15px rgba(0, 0, 0, 0.5);
  transition: all .1s linear;
    font-size: 29px;
    font-weight: 700;
    border-radius: 8px;
    color: #6a2214;
    cursor: pointer;
    margin: 1rem auto;
    height: 47px;
    width: 95%;
    padding: 7px 0px 0px 0px;
}
.form2 .fbtn:hover {
  opacity:0.85;
}
.form2 .fbtn:active {
  transform: translateY(3px);
  box-shadow: 0px 2px 1px #557F24;
  transition: all .1s linear;
}
.form2 .error {
  box-shadow: 0 0 2px 2px red;
}
.form22 {
  background-color: #f2f2f2;
  display: inline-block;
  width: 400px;
  height: 365px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1rem 1rem 1rem;
  margin-left: auto;
  border-radius: 5px;
  box-shadow: 0 0 1rem -0.3rem rgba(0, 0, 0, 0.7);
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  left: -35px;
}
.form22 input {
  background-color: white;
}
.form22 h1.form-header {
  font-size: 4rem;
  font-family: BebR;
  margin-bottom: 0;
  padding-bottom: .8rem;
  margin-top: 0;
}
.form22 p {
  margin: 0 auto 1.5rem;
  font-size: 1.1rem;
  width: 80%;
}
.form22 .fname {
  padding-left: 4.5rem !important;
  background: white url(../img/4.png) no-repeat scroll 0 0;
}
.form22 .fphone {
  padding-left: 4.5rem !important;
  background: white url(../img/4.png) no-repeat scroll 0 -55px;
}
.form22 .fmail {
  padding-left: 4.5rem !important;
  background: white url(../img/4.png) no-repeat scroll 0 -110px;
}
.form22 .fbtn {
  background: #bcea31;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JjZWEzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3M2IyMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #bcea31 0%, #73b233 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bcea31), color-stop(100%, #73b233));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bcea31 0%, #73b233 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bcea31 0%, #73b233 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #bcea31 0%, #73b233 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #bcea31 0%, #73b233 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcea31', endColorstr='#73b233', GradientType=0);
  /* IE6-8 */
  box-shadow: 0px 5px 1px #557f24, 0px 5px 15px rgba(0, 0, 0, 0.5);
  transition: all .1s linear;
    font-size: 29px;
    font-weight: 700;
    border-radius: 8px;
    color: #6a2214;
    cursor: pointer;
    margin: 1rem auto;
    height: 47px;
    width: 95%;
    padding: 7px 0px 0px 0px;
}
.form22 .fbtn:hover {
  opacity:0.85;
}
.form22 .fbtn:active {
  transform: translateY(3px);
  box-shadow: 0px 2px 1px #557F24;
  transition: all .1s linear;
}
.form22 .error {
  box-shadow: 0 0 2px 2px red;
}
.btn {
  width: 400px;
  height: 60px;
  display: inline-block;
  font-size: 1.6rem;
  border-radius: .6rem;
  margin: 1rem;
  padding: 1rem 0.5rem;
  box-sizing: border-box;
  cursor: default;
  color:#fff;
  cursor:pointer;
}
.btn:hover {
opacity:0.85;
}
.btn img {
  margin-bottom: -5px;
  margin-left: -5px;
  margin-right: 10px;
}
.action {
  width: 735px;
  height: 420px;
  background-image: url(../img/1.png);
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin: 0rem 2rem 0 -2rem;
}
.action2 {
  width: 735px;
  height: 420px;
  background-image: url(../img/2.png);
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin: 0rem 2rem 0 -2rem;
}
.action22 {
  width: 735px;
  height: 420px;
  background-image: url(../img/22.png);
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin: 0rem 2rem 0 -2rem;
}
.top-header {
  padding: 0 0;
}
.top-header .container {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 1000px;
  margin: 0 auto;
}
.top-header div {
  vertical-align: middle;
}
.top-header .announce {
font-size: 20px;
    width: 230px;
	text-align:center;
}
.top-header .note {
    font-size: 40px;
    width: 520px;
    line-height: 50px;
    margin-top: 5px;
    margin-bottom: 10px;
    position: relative;
    left: -7px;
}
#logo {
  background: url(../img/logo_big.png) no-repeat;
  background-size: cover;
}
#logo a img {
  height: 100%;
}
#logo.logo_small {
        height: 108px;
    width: 208px;
    position: relative;
    top: -6px;
    left: 15px;
}
#logo.logo_big {
  height: 120px;
  width: 300px;
}
#phone .number {
  font-size: 34px;
  font-weight: bold;
  display: block;
  font-family: BebR;
}
#phone .number a {
  text-decoration: none;
}
#phone .ticket span{
text-align:center;
color:#4F4F4F;
}
#phone span.ticket {
    font-size: 13px;
	margin-top: -5px;
    display: block;
}
section {
  width: 100%;
  margin: 0;
  background-size: cover;
  text-align: center;
  box-sizing: border-box;
}
section .container {
  min-width: 1210px;
  width: 98%;
  margin: 0 auto;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: block;
  position: relative;
}
section .container2 {
  min-width: 1210px;
  width: 98%;
  margin: 0 auto;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
  position: relative;
}
section .container22 {
  min-width: 1210px;
  width: 98%;
  margin: 0 auto;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
  position: relative;
}
.container h1 {
margin-top:10px;
}
.container h2 {
color:#4F4F4F;
}
h1 {
  font-size: 3.3em;
  margin: 2rem 0 0;
  font-weight: 700;
  font-family: 'Nautilus Pompilius';
}
h2 {
  font-size: 2.3em;
  margin: 0;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
}
h3 {
  font-size: 1.5em;
    margin: 0;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    line-height: 37px;
	text-transform: uppercase;
}
.one-three-col {
  display: inline-block;
  width: 24%;
  box-sizing: border-box;
  font-family:'PT Sans', sans-serif;
}
.one-three-col.last-col {
      margin-right: 0;
    position: relative;
    top: -4px;
}
.one-half {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  width: 45%;
}
.first-display {
  box-shadow: inset 0px 15px 0.4rem -15px rgba(0, 0, 0, 0.8), inset 0px -15px 0.4rem -15px rgba(0, 0, 0, 0.8);
  background: url(../img/bg.jpg) fixed no-repeat center top;
}
.first-display h1 {
  font-family: 'PT Sans', sans-serif;
}
.first-display2 {
  box-shadow: inset 0px 15px 0.4rem -15px rgba(0, 0, 0, 0.8), inset 0px -15px 0.4rem -15px rgba(0, 0, 0, 0.8);
  background: url(../img/bg.jpg) fixed no-repeat center top;
}
.first-display2 h1 {
  font-family: 'PT Sans', sans-serif;
}
.first-display22 {
  box-shadow: inset 0px 15px 0.4rem -15px rgba(0, 0, 0, 0.8), inset 0px -15px 0.4rem -15px rgba(0, 0, 0, 0.8);
  background: url(../img/bg.jpg) fixed no-repeat center top;
}
.first-display22 h1 {
  font-family: 'PT Sans', sans-serif;
}
.second-display .benefit {
  display: block;
  margin-top: 2rem;
  width: 500px;
}
.second-display .img {
  width: 80px;
  height: 79px;
  display: inline-block;
  margin: 0 1rem;
  vertical-align: top;
}
.second-display .img-benefit1 {
  background: url(../img/3.png) 0 0;
  width: 80px;
  height: 79px;
  display: inline-block;
  margin: 0 1rem;
  vertical-align: top;
}
.second-display .img-benefit2 {
  background: url(../img/3.png) 0 -80px;
  width: 80px;
  height: 79px;
  display: inline-block;
  margin: 0 1rem;
  vertical-align: top;
}
.second-display .img-benefit3 {
  background: url(../img/3.png) 0 -160px;
  width: 80px;
  height: 79px;
  display: inline-block;
  margin: 0 1rem;
  vertical-align: top;
}
.second-display .img-benefit4 {
  background: url(../img/3.png) 0 -240px;
  width: 80px;
  height: 79px;
  display: inline-block;
  margin: 0 1rem;
  vertical-align: top;
}
.second-display .img-benefit5 {
  background: url(../img/3.png) 0 -320px;
  width: 80px;
  height: 79px;
  display: inline-block;
  margin: 0 1rem;
  vertical-align: top;
}
.second-display .img-benefit6 {
  background: url(../img/3.png) 0 -400px;
  width: 80px;
  height: 79px;
  display: inline-block;
  margin: 0 1rem;
  vertical-align: top;
}
.second-display .text {
  display: inline-block;
  text-align: left;
  margin-top: .4rem;
  width: 300px;
}
.second-display .text .header {
  font-weight: 700;
  font-size: 1.4rem;
}
.second-display .text p {
  margin: 0;
}
.our-goods {
  box-shadow: inset 0px 15px 0.4rem -15px rgba(0, 0, 0, 0.8), inset 0px -15px 0.4rem -15px rgba(0, 0, 0, 0.8);
  height: 8rem;
  padding-top: 3.5rem;
  box-sizing: border-box;
  line-height: 2rem;
  background: url(../img/bg.jpg) fixed no-repeat center bottom;
}
.our-goods h1 {
  font-size: 5rem;
  margin: 0rem;
}
.third-display {
  background: #f2f2f2;
}
.third-display .container {
  width: 1000px;
  height: 675px;
  overflow: hidden;
  position: relative;
  transition: all ease-in-out 0.25s;
}
.third-display .card {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  height: 296px;
  margin: 2rem;
  display: inline-block;
  transition: all ease-in-out 0.25s;
  background: white;
  text-align: center;
}
.third-display .card.hit {
  background: white url(../img/hit.png) no-repeat scroll 100% -1%;
}
.third-display .card .goods {
  margin: 0.5rem;
  position: relative;
  z-index: 1;
}
.third-display .card .more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 98%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
  opacity: 0;
  color: #fff;
  transition: all ease-in-out 0.25s;
}
.third-display .card .more .header {
  padding-top: 5rem;
  font-size: 2rem;
  font-family: 'Nautilus Pompilius';
}
.third-display .card .header {
  font-size: 1.7rem;
  font-weight: 700;
  padding-top: .5rem;
}
.third-display .card .descr {
  font-size: 1rem;
}
.third-display .card:hover {
  background: #2b93ff;
  cursor: pointer;
  color: #fff;
  transition: all ease-in-out 0.25s;
}
.third-display .card:hover .more {
  opacity: 1;
  transition: all ease-in-out 0.25s;
}
.third-display .card:hover.hit {
  background: #2b93ff url(../img/hit.png) no-repeat scroll 120% -20%;
}
.fourth-display {
  position: relative;
  box-shadow: inset 0px 15px 0.4rem -15px rgba(0, 0, 0, 0.8), inset 0px -15px 0.4rem -15px rgba(0, 0, 0, 0.8);
  height: 30rem;
}
.fourth-display .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: inline-block;
}
.fourth-display .wrapper.visible {
  opacity: 1;
  transition: all ease-in-out 0.25s;
}
.fourth-display .reply {
  width: 800px;
  height: 270px;
  margin: 2rem auto 0;
  text-align: justify;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
}
.fourth-display .reply .author {
  color: gray;
}
.fourth-display .reply .photo {
  width: 100px;
  height: 100px;
  margin: 3rem 1rem;
  display: inline-block;
  vertical-align: top;
  border: 5px solid white;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.fourth-display .reply .text {
  width: 650px;
  display: inline-block;
  vertical-align: middle;
}
.fourth-display .reply .text .header {
  font-size: 1.5rem;
  font-weight: 700;
}
.fourth-display .reply .text p {
  margin-top: 8px;
  margin-bottom: 0;
  box-sizing: border-box;
  line-height: 1.3rem;
  padding: 0;
}
.fourth-display .img {
  width: 45px;
  height: 100px;
  display: inline-block;
  margin: 1rem 3rem 0;
  vertical-align: middle;
  cursor: pointer;
}
.fourth-display .prev {
  background: url(../img/arrows.png) no-repeat 0 0;
  width: 45px;
  height: 100px;
  display: inline-block;
  margin: 1rem 3rem 0;
  vertical-align: middle;
  cursor: pointer;
}
.fourth-display .next {
  background: url(../img/arrows.png) no-repeat -45px 0;
  width: 45px;
  height: 100px;
  display: inline-block;
  margin: 1rem 3rem 0;
  vertical-align: middle;
  cursor: pointer;
}
.fourth-display .page {
  position: relative;
  display: block;
  margin: 1rem 0;
}
.fourth-display .page input[type="radio"] {
  display: none;
}
.fourth-display .page label {
  color: gray;
  cursor: pointer;
  font-size: 1.2rem;
  margin-right: 0.5rem;
}
.fourth-display .page input[type="radio"]:checked + label {
  font-size: 1.5rem;
  color: #6a2214;
  font-weight: 700;
}
.fifth-display {
  background: #f2f2f2;
}
.fifth-display .client {
  text-align: justify;
width: 14%;
padding-right: 0rem;
font-size: 1.3rem;
display: inline-block;
text-align: center;
margin-top: 2.5rem;
}
.fifth-display .img {
  width: 105px;
  height: 105px;
  display: block;
  margin: 1rem auto;
}
.fifth-display .img-client1 {
  background: url(../img/5.png) no-repeat 0 0;
  width: 105px;
  height: 105px;
  display: block;
  margin: 1rem auto;
}
.fifth-display .img-client2 {
  background: url(../img/5.png) no-repeat 0 -105px;
  width: 105px;
  height: 105px;
  display: block;
  margin: 1rem auto;
}
.fifth-display .img-client3 {
  background: url(../img/5.png) no-repeat 0 -210px;
  width: 105px;
  height: 105px;
  display: block;
  margin: 1rem auto;
}
.fifth-display .img-client4 {
  background: url(../img/5.png) no-repeat 0 -315px;
  width: 105px;
  height: 105px;
  display: block;
  margin: 1rem auto;
}
.fifth-display .img-client5 {
  background: url(../img/5.png) no-repeat 0 -420px;
  width: 105px;
  height: 105px;
  display: block;
  margin: 1rem auto;
}
.fifth-display .img-client6 {
  background: url(../img/5.png) no-repeat 0 -525px;
  width: 105px;
  height: 105px;
  display: block;
  margin: 1rem auto;
}
.sixth-display {
  box-shadow: inset 0px 15px 0.4rem -15px rgba(0, 0, 0, 0.8), inset 0px -15px 0.4rem -15px rgba(0, 0, 0, 0.8);
}
.sixth-display .img {
  width: 190px;
  height: 255px;
  display: inline-block;
  margin: 3rem auto 1rem;
}
.sixth-display .img-sert1 {
  background: url(../img/6.png) no-repeat 0 0px;
  width: 190px;
  height: 255px;
  display: inline-block;
  margin: 3rem auto 1rem;
}
.sixth-display .img-sert2 {
  background: url(../img/6.png) no-repeat 0 -255px;
  width: 190px;
  height: 255px;
  display: inline-block;
  margin: 3rem auto 1rem;
}
.sixth-display .img-sert3 {
  background: url(../img/6.png) no-repeat 0 -510px;
  width: 190px;
  height: 255px;
  display: inline-block;
  margin: 3rem auto 1rem;
}
.sixth-display .img-sert4 {
  background: url(../img/6.png) no-repeat 0 -765px;
  width: 190px;
  height: 255px;
  display: inline-block;
  margin: 3rem auto 1rem;
}
.sixth-display .img-sert5 {
  background: url(../img/6.png) no-repeat 0 -1020px;
  width: 190px;
  height: 255px;
  display: inline-block;
  margin: 3rem auto 1rem;
}
.seventh-display {
  background: #f2f2f2;
  position: relative;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.seventh-display img {
  pointer-events: none;
  display: block;
  margin: 1rem auto;
}
.seventh-display .img {
  width: 300px;
  height: 270px;
  display: inline-block;
  margin: 3rem 1rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
  border: 5px solid white;
}
.seventh-display .img-palet1 {
  background: url(../img/8.jpg) no-repeat 0px 0px;
  width: 300px;
  height: 270px;
  display: inline-block;
  margin: 3rem 1rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
  border: 5px solid white;
}
.seventh-display .img-palet2 {
  background: url(../img/8.jpg) no-repeat -301px 0px;
  width: 300px;
  height: 270px;
  display: inline-block;
  margin: 3rem 1rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
  border: 5px solid white;
}
.seventh-display .img-palet3 {
  background: url(../img/8.jpg) no-repeat -602px 0px;
  width: 300px;
  height: 270px;
  display: inline-block;
  margin: 3rem 1rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
  border: 5px solid white;
}
.blue-font {
  color: #3fa9f5;
}
.eighth-display {
  box-shadow: inset 0px 15px 0.4rem -15px rgba(0, 0, 0, 0.8), inset 0px -15px 0.4rem -15px rgba(0, 0, 0, 0.8);
  height: 30rem;
  position: relative;
  z-index: 1;
}
.eighth-display .adress {
  text-align: left;
  position: absolute;
  top: 0px;
  left: 15%;
  height: 100%;
  width: 450px;
  padding: 3.5rem 0 0 2rem;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
}
.eighth-display .adress h3 {
  font-weight: 700;
  margin-bottom: 2rem;
}
.eighth-display .adress h3:first-child {
  margin-bottom: 0 !important;
}
.eighth-display .adress a {
  text-decoration: none;
  border-bottom: 1px solid #6a2214;
  color: #6a2214;
}
.eighth-display .adress a:visited {
  color: #6a2214;
}
.thankyou {
  background: url(../img/bg.jpg) fixed no-repeat center top;
  height: 100% !important;
  position: fixed;
  text-align: center;
}
.thankyou .container {
  margin-top: 5%;
}
.thankyou #logo {
  margin: 2rem auto !important;
}
.thankyou a {
  color: #6a2214;
  text-decoration: none;
}
.thankyou a:visited {
  color: #6a2214;
}
.thankyou h1 {
  margin-bottom: 2rem !important;
}
footer {
  position: relative;
  z-index: 10;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.5);
}
footer .note {
  font-size: 1rem !important;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: all linear .3s;
}
.overlay.shown {
  visibility: visible;
  opacity: 1;
  transition: all linear .3s;
}
.overlay.shown .popup {
  left: 50%;
  transition: all ease .3s;
}
.popup {
  position: fixed;
  top: 50%;
  left: -50%;
  z-index: 2000;
  transition: all ease .3s;
}
#pop-form {
  margin-left: -200px;
  margin-top: -200px;
  display: none;
}
#pop-policy {
  margin-left: -300px;
  margin-top: -300px;
  display: none;
}
.show-fp {
  display: block !important;
}
.policy {
  width: 600px;
  text-align: justify;
  background-color: white;
  display: inline-block;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1rem 1rem 1rem;
  margin-left: auto;
  border-radius: 5px;
  box-shadow: 0 0 1rem -0.3rem rgba(0, 0, 0, 0.7);
  vertical-align: middle;
}
.policy ul li {
  list-style: none;
}
.canvas {
  position: relative;
  transition: all 1s ease;
}
.cv1 {
  top: 0;
}
.cv1_done {
  top: -1000px;
}
.cv2 {
  position: absolute !important;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 64px;
  color: #73b233;
  font-size: 3rem;
  line-height: 3.3rem;
  font-family: 'Nautilus Pompilius';
  opacity: 0;
  pointer-events: none;
}
.cv2_done {
  opacity: 1;
  transition: all 1s ease;
  pointer-events: auto;
}
