
@font-face
{
	font-family: '__Bebas Neue_5';
	src: url('../fonts/bebasneuebold.eot');
	src: local('☺'), url('../fonts/bebasneuebold.woff') format('woff'), url('../fonts/bebasneuebold.svg') format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face
{
	font-family: '__Roboto_5';
	src: url('../fonts/robotobold.eot');
	src: local('☺'), url('../fonts/robotobold.woff') format('woff'), url('../fonts/robotobold.svg') format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face
{
	font-family: '__Roboto_5';
	src: url('../fonts/robotomedium.eot');
	src: local('☺'), url('../fonts/robotomedium.woff') format('woff'), url('../fonts/robotomedium.svg') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face
{
	font-family: '__Bebas Neue_5';
	src: url('../fonts/bebasneueregular.eot');
	src: local('☺'), url('../fonts/bebasneueregular.woff') format('woff'), url('../fonts/bebasneueregular.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face
{
	font-family: '__Proxima Nova_5';
	src: url('../fonts/proximanova-light.eot');
	src: local('☺'), url('../fonts/proximanova-light.woff') format('woff'), url('../fonts/proximanova-light.svg') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face
{
	font-family: '__Roboto_5';
	src: url('../fonts/robotolight.eot');
	src: local('☺'), url('../fonts/robotolight.woff') format('woff'), url('../fonts/robotolight.svg') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face
{
	font-family: '__Roboto_5';
	src: url('../fonts/robotoregular.eot');
	src: local('☺'), url('../fonts/robotoregular.woff') format('woff'), url('../fonts/robotoregular.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}

body
{
	background: #fff url("../images/fon1.jpg") repeat center center fixed;
  margin-top: 80px;
}

.modal-content {
  background: url("../images/fon4crop.jpg");
}

header
{
  width: 100%;
  padding: 7px 0;
  position: fixed;
  top: 0;
	background-color: #fff;
  z-index: 99;
}

header div.webcPhoneTop
{
  color: #1f1f1f;
  font-family: "__Bebas Neue_5";
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

header button
{
  color: #fff !important;
  background-color: #f60 !important;
  font-family: "__Bebas Neue_5";
  font-size: 20px !important;
  font-weight: 400 !important;
}

header button:hover
{
  color: #f60 !important;
  background-color: #fff !important;
}

header .webcMenuButton {
  margin-top: 15px;
  color: #333;
}

header .glyphicon {
  font-size: 250%;
}

header li a {
  color: #333;
  border-bottom: 1px dotted #333;
  font-family: "__Roboto_5";
  font-weight: 400;
}

header li a:hover {
  color: #111;
  text-decoration: none !important;
  border-bottom: 1px dotted #111;
}


@media (max-width: 767px) {
  header div.webcMenu {
    float: right !important;
  }
  header div.webcMenu {
    display: none;
  }
  header div.webcMenu.active {
    display: block;
    position: absolute;
    top: 90px;
    width: 100%;
    background-color: #fff;
  }
  header div.webcMenu.active li {
    display: block;
  }
}

section.webcMain {
  background-color: #1a3e41;
}
  
@media (min-width: 767px) {
  section.webcMain {
    background: url("../images/fon2clear.jpg") no-repeat center top;
    background-size: cover;
  }
}

section.webcMain h1 {
	text-align: center;
  color: #fff;
  font-family: "__Bebas Neue_5";
  font-weight: 700;
  font-size: 100px;
  line-height: 80px;
  margin: 70px 0 0 0;
}

section.webcMain h1 span {
  display: block;
	text-align: center;
  color: #fff;
  font-size: 55%;
}

section.webcMain p.desc {
  color: #ffffff;
  font-family: "__Roboto_5";
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}

section.webcMain div.webcTags {
  margin-bottom: 30px;
}

section.webcMain div.webcTags div {
  padding-top: 50px;
  color: #ffffff;
  font-family: "__Roboto_5";
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  text-align: center;
}

section.webcMain div.webcTags div.icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
	background: url("../images/z.png") no-repeat;
}

section.webcMain div.webcTags div.webcTagsOne div.icon {
	background-position: 10px 0;
}

section.webcMain div.webcTags div.webcTagsTwo div.icon {
	background-position: -345px 0;
}

section.webcMain div.webcTags div.webcTagsThree div.icon {
	background-position: -660px 0;
}

section.webcMain div.webcFormHeader {
  color: #ffffff;
  font-family: "__Bebas Neue_5";
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  margin-top: 30px;
}

section.webcMain form.webcForm {
  width: 194px;
  margin: 0 auto;
}

section.webcMain form.webcForm input {
  border: none;
  background: none;
  color: #ffffff !important;
  font-family: "__Roboto_5";
  font-size: 18px;
  font-weight: 300;
  min-height: 22px;
  padding-bottom: 6px;
  padding-left: 36px;
  padding-right: 6px;
  padding-top: 6px;
  margin-top: 20px;
  width: 100%;
}

section.webcMain form.webcForm input:focus {
  box-shadow: none;
}

section.webcMain form.webcForm input.webcFormOne {
	background: url("../images/i1.png") no-repeat left bottom;
}

section.webcMain form.webcForm input.webcFormTwo {
	background: url("../images/i2.png") no-repeat left bottom;
}

section.webcMain form.webcForm input.webcFormThree {
	background: url("../images/i3.png") no-repeat left bottom;
}

section.webcMain form.webcForm input.btn {
	background: url("../images/fon2b.jpg") no-repeat center center;
  background-size: cover;
  padding: 6px 0;
  text-align: center;
  color: #5b432c !important;
  font-weight: 700;
}

section.webcMain div.webcPercentLeft {
  color: #5b432c;
  font-family: "__Bebas Neue_5";
  font-size: 60px;
  font-weight: 700;
  line-height: 132px;
  margin-top: 60px;
  padding: 70px 30px 0 0;
  background: url("../images/fon2ico.png") no-repeat right center;
  border-top: 1px solid #efe6e1;
  border-left: 1px solid #efe6e1;
  border-bottom: 1px solid #efe6e1;
  border-radius: 50px 0 0 50px;
  min-height: 270px;
}

section.webcMain div.webcPercentRight {
  color: #fff;
  font-family: "__Bebas Neue_5";
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  margin-top: 60px;
  padding-top: 70px;
  border-bottom: 1px solid #efe6e1;
  min-height: 270px;
}

section.webcWhy {
  padding-bottom: 70px;
  border-bottom: 1px solid #3c7a90;
}

section.webcWhy h2 {
  color: #3c7a90;
  font-family: "__Bebas Neue_5";
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  margin: 80px 0;
}

section.webcWhy div.webcTags {
  margin-top: 30px;
  margin-bottom: 30px;
}

section.webcWhy div.webcTags div {
  color: #1f1f1f;
  font-family: "__Roboto_5";
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
}

section.webcWhy div.webcTags div.icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
	background: url("../images/zz.png") no-repeat;
}

section.webcWhy div.webcTags div.webcTagsOne div.icon {
	background-position: 10px 0;
}

section.webcWhy div.webcTags div.webcTagsTwo div.icon {
	background-position: -197px 0;
}

section.webcWhy div.webcTags div.webcTagsThree div.icon {
	background-position: -405px 0;
}

section.webcWhy div.webcTags div.webcTagsFor div.icon {
	background-position: -607px 0;
}

section.webcWhy div.webcTags div.webcTagsFive div.icon {
	background-position: -789px 0;
}

section.webcWhy div.webcDesc div {
  color: #1f1f1f;
  font-family: "__Roboto_5";
  font-weight: 300;
}

section.webcStup {
  padding-bottom: 70px;
	background-color: #3A6177;
}

section.webcStup h2 {
  color: #fff;
  font-family: "__Bebas Neue_5";
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  margin: 80px 0;
}

section.webcStup div.webcItems div.webcItem {
  width: 80%;
  margin: 15px auto;
}

section.webcStup div.webcItems div.webcItem img {
  width: 100%;
}

section.webcStup div.webcItems div.webcItem p {
  margin: 10px;
  color: #fff;
  font-family: "__Roboto_5";
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  text-align: center;
}

section.webcStup div.webcDesc {
  margin: 30px 0;
  color: #fff;
  font-family: "__Roboto_5";
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

section.webcCatalog {
  padding-bottom: 70px;
}

section.webcCatalog h2 {
  color: #3c7a90;
  font-family: "__Bebas Neue_5";
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  margin: 80px 0;
}

section.webcCatalog div.webcItems div.webcItem {
  background-color: #fff;
  width: 80%;
  margin: 0 auto;
}

section.webcCatalog div.webcItems div.webcItem img {
  width: 100%;
}

section.webcCatalog div.webcItems div.webcHeader {
  margin: 5px;
  font-family: "__Bebas Neue_5";
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}

section.webcCatalog div.webcItems div.webcItem p {
  margin: 10px;
  color: #1f1f1f;
  font-family: "__Roboto_5";
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  text-align: center;
}

section.webcCatalog div.webcItems div.webcItem div.webcPrice {
  color: #3c7a90;
  font-family: "__Roboto_5";
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  padding-bottom: 10px;
}

section.webcCatalog div.webcItems div.webcItem div.webcPrice span {
  color: #3c7a90;
  font-family: "__Bebas Neue_5";
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}

section.webcCatalog div.webcItems div.webcItem div.webcPrice span strong{
  font-size: 36px;
  line-height: 43px;
}

section.webcCatalog div.webcItems button.webcOrderButton {
  display: block;
  color: #fff !important;
  background-color: #f60 !important;
  font-family: "__Bebas Neue_5";
  font-size: 20px !important;
  font-weight: 400 !important;
  width: 60%;
  margin: 7px auto 30px auto;
}

section.webcCatalog div.webcItems button.webcOrderButton:hover
{
  color: #f60 !important;
  background-color: #fff !important;
}

section.webcCveta {
  padding-bottom: 70px;
	background: url("../images/fon4crop.jpg");
}

section.webcCveta h2 {
  color: #3c7a90;
  font-family: "__Bebas Neue_5";
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  margin: 80px 0;
}

section.webcCveta div.webcItems div.webcItem {
  background-color: #fff;
  width: 80%;
  margin: 15px auto;
}

section.webcCveta div.webcItems div.webcItem img {
  width: 100%;
}

section.webcCveta div.webcItems div.webcItem p {
  margin: 10px;
  color: #1f1f1f;
  font-family: "__Roboto_5";
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  text-align: center;
}

section.webcPrices {
  padding-bottom: 70px;
	background-color: #4491ab;
}

section.webcPrices h2 {
  color: #fff;
  font-family: "__Bebas Neue_5";
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  margin: 80px 0;
}

section.webcPrices div.webcText {
  color: #ffffff;
  font-family: "__Roboto_5";
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin: 30px 0;
}

section.webcPrices div.webcDesc {
  color: #ffffff;
  font-family: "__Roboto_5";
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  margin: 30px 0;
}

section.webcAbout {
  background-color: #444849;
  padding-bottom: 50px;
}
  
@media (min-width: 767px) {
  section.webcAbout {
    background: url("../images/fon6.jpg") no-repeat center top;
    background-size: cover;
  }
}

section.webcAbout h2 {
  color: #fff;
  font-family: "__Bebas Neue_5";
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  margin: 80px 0;
}

section.webcAbout p {
  color: #ffffff;
  font-family: "__Roboto_5";
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

section.webcAbout div.webcTags {
  margin: 30px 0;
}

section.webcAbout div.webcTags div {
  color: #ffffff;
  font-family: "__Roboto_5";
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
}

section.webcAbout div.webcTags div.icon {
  width: 50px;
  height: 50px;
  margin: 20px auto;
	background: url("../images/about-icon.png") no-repeat;
  background-size: cover;
}

section.webcAbout div.webcTags div.webcTagsOne div.icon {
	background-position: 0 0;
}

section.webcAbout div.webcTags div.webcTagsTwo div.icon {
	background-position: -99px 0;
}

section.webcAbout div.webcTags div.webcTagsThree div.icon {
	background-position: -200px 0;
}

section.webcAbout div.webcPr div {
  color: #fff;
  font-family: "__Roboto_5";
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
  margin: 30px 0;
}

section.webcAbout div.webcPr div img {
  margin: 15px auto;
}

section.webcAbout div.webcPr div .webcForm {
  margin-top: 15px;
}

section.webcAbout div.webcPr div input,
section.webcAbout div.webcPr div textarea {
  background: none;
  color: #fff;
}

section.webcDelivery {
  padding-bottom: 70px;
  border-bottom: 1px solid #3c7a90;
}

section.webcDelivery h2 {
  color: #3c7a90;
  font-family: "__Bebas Neue_5";
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  margin: 80px 0;
}

@media (min-width: 767px) {
  section.webcDelivery {
    min-height: 800px;
  }
  section.webcDelivery  h2{
    margin-bottom: 100px;
  }
}

section.webcDelivery p {
  color: #1f1f1f;
  font-family: "__Roboto_5";
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 50px;
}

section.webcReview {
	background: url("../images/fon8.jpg") no-repeat center top;
  background-size: cover;
  padding-bottom: 50px;
}

section.webcReview h2 {
  color: #fff;
  font-family: "__Bebas Neue_5";
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  margin: 80px 0;
}

section.webcReview div.webcItems div.webcItem {
  background-color: #fff;
  width: 80%;
  margin: 0 auto 30px auto;
  padding: 15px 0;
}

section.webcReview div.webcItems div.webcHeader {
  margin: 20px;
  color: #234F64;
  font-family: "__Bebas Neue_5";
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}

section.webcReview div.webcItems div.webcItem p {
  margin: 10px;
  color: #234F64;
  font-family: "__Roboto_5";
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  text-align: center;
}

section.webcContact {
  padding-bottom: 70px;
}

section.webcContact h2 {
  color: #3c7a90;
  font-family: "__Bebas Neue_5";
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  margin: 80px 0;
}

section.webcContact div.webcTextDiv {
  color: #1f1f1f;
  font-family: "__Roboto_5";
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 20px;
}

section.webcContact div.webcForm div.webcFormHeader {
  color: #1f1f1f;
  font-family: "__Roboto_5";
  font-size: 24px;
  font-weight: 300;
  line-height: 29px;
  text-align: center;
}

section.webcContact div.webcForm input,
section.webcContact div.webcForm textarea
 {
  color: #1f1f1f;
  font-family: "__Roboto_5";
  font-size: 18px;
  font-weight: 300;
  min-height: 26px;
  padding-bottom: 6px;
  padding-left: 28px;
  padding-right: 6px;
  padding-top: 6px;
  background: none;
}

section.webcContact div.webcTextIco {
  height: 40px;
	background: url("../images/zxzxxxxxz.png") no-repeat;
}

section.webcContact div.webcTextIcoOne {
	background-position: 50% 5px;
}

section.webcContact div.webcTextIcoTwo {
	background-position: 50% -70px;
}

section.webcContact div.webcTextIcoThree{
	background-position: 50% -220px;
}

