body {
    background: #fefefe;
    color: #343434;
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    margin: 0;
min-width: 1160px;
}
.header, .slider, .trigers, .price_box, .advantages, .scheme, .reviews, .safeguards, .footer {
 min-width: 1020px;
}

a { color: #444444; text-decoration: none; }
a:visited { color: #444444; text-decoration: none; }
a:hover { color: #444444; text-decoration: none; }


.w980 {width: 980px; margin: 0 auto; padding: 0 20px;}

.left {float: left;}
.right {float: right;}
.clear {clear: both;}
ul {margin: 0; padding: 0;}

input {margin: 0; padding: 0;}
input:focus, textarea:focus, a:focus, div:focus {outline:none;}

/*  Цвет инпута  */
input {color: #444444; font-family: Arial, Helvetica, sans-serif;}
textarea {color: #444444; font-family: Arial, Helvetica, sans-serif;}

/*  Цвет плейсхолдера  */
input::-webkit-input-placeholder {color: #4a4a4a;}
input:-moz-placeholder {color: #4a4a4a;}

textarea::-webkit-input-placeholder {color: #4a4a4a;}
textarea:-moz-placeholder {color: #4a4a4a;}

/*  Цвет плейсхолдера при фокусе  */
input:focus::-webkit-input-placeholder {color: #444444;}
input:focus:-moz-placeholder {color: #444444;}

textarea:focus::-webkit-input-placeholder {color: #444444;}
textarea:focus:-moz-placeholder {color: #444444;}

.title {
    background: url("../common/title.png") repeat-x scroll 0 60% transparent;;
    color: #323232;
    font-size: 50px;
    font-weight: 700;
    margin: 20px 0;
    text-align: center;
}
.title span {
    background: #ffffff;
    padding: 0 20px;
}


/*   HEADER   */
.header {
    background: none repeat scroll 0 0 #ffffff;
    min-width: 1100px;
    width: 100%;
    z-index: 10000;
}
.header .logo {
    float: left;
    margin: 17px 0 16px;
}
.header .number div {
    color: #9e9e9e;
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
}
.header .number {
  background: url("../common/number.png") no-repeat scroll 0 50% transparent;
  color: #f17d00;
  float: right;
  font-family: "Exo 2",sans-serif;
  font-size: 28px;
  font-weight: 700;
  /* line-height: 26px; */
  margin: 9px 0 0;
  padding-left: 40px;
}
.header .number span {
    color: #f17d00;
    font-weight: 400;
}
.header .call_back {
    float: right;
    margin: 21px 20px 0 0;
}
.btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    background: #45d924; /* Old browsers */
    background: -moz-linear-gradient(top,  #45d924 0%, #2eaa02 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45d924), color-stop(100%,#2eaa02)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #45d924 0%,#2eaa02 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #45d924 0%,#2eaa02 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #45d924 0%,#2eaa02 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #45d924 0%,#2eaa02 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45d924', endColorstr='#2eaa02',GradientType=0 ); /* IE6-9 */

    -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 3px 3px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 3px 3px 0px rgba(50, 50, 50, 0.25);

    color: #ffffff;
    cursor: pointer;
    font-family: "Exo 2",sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 21px;
    padding: 8px 0;
    text-align: center;
    text-shadow: 0 2px 1px #237909;
    text-transform: uppercase;
    width: 192px;
}
.btn:hover {
    background: #4ee92a; /* Old browsers */
    background: -moz-linear-gradient(top,  #4ee92a 0%, #3dbd11 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4ee92a), color-stop(100%,#3dbd11)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4ee92a 0%,#3dbd11 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4ee92a 0%,#3dbd11 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4ee92a 0%,#3dbd11 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4ee92a 0%,#3dbd11 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ee92a', endColorstr='#3dbd11',GradientType=0 ); /* IE6-9 */
}
.btn:active {
    background: #36a91b; /* Old browsers */
    background: -moz-linear-gradient(top,  #36a91b 0%, #3ac213 50%, #2eaa02 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#36a91b), color-stop(50%,#3ac213), color-stop(100%,#2eaa02)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #36a91b 0%,#3ac213 50%,#2eaa02 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #36a91b 0%,#3ac213 50%,#2eaa02 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #36a91b 0%,#3ac213 50%,#2eaa02 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #36a91b 0%,#3ac213 50%,#2eaa02 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36a91b', endColorstr='#2eaa02',GradientType=0 ); /* IE6-9 */
}


/*   MENU   */
.menu {
    background: #e8e8e8; /* Old browsers */
    background: -moz-linear-gradient(top,  #e8e8e8 0%, #c5c5c5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#c5c5c5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e8e8e8 0%,#c5c5c5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e8e8e8 0%,#c5c5c5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e8e8e8 0%,#c5c5c5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e8e8e8 0%,#c5c5c5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#c5c5c5',GradientType=0 ); /* IE6-9 */

    height: 45px;
}
.menu .w980 {
    height: auto;
}
.menu ul {
    margin: 0;
    padding: 0;
}
.menu ul li {
    background: url("../common/li.png") no-repeat scroll 16px 18px transparent;
    list-style: none;
    float: left;
    font-size: 15px;
    font-weight: 400;
}
.menu ul li a {
    color: #303030;
    display: block;
    padding: 14px 45px 12px;
}
.menu ul li a.active, .menu ul li a:hover {
    border-color: #fdcd0c;
}
.menu ul li:first-child {

}


/*   SLIDER   */
.slider {
    background: url("../index_files/fon1.jpg") no-repeat scroll 50% 100% transparent;
min-width: 1100px;
  margin: 0 auto;
    height: 508px;

}
h1 {
    color: #ffffff;
    font-size: 46px;
    font-weight: 700;
    line-height: 56px;
    margin: 40px 0 50px 250px;
    height: 112px;
}

.slider .form {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;


    float: right;
    padding: 0 50px 0 0;
    width: 350px;
}
.slider .title {
    background: url("../common/wave.png") repeat-x scroll 0 100% transparent;
    color: #2e2e2e;
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0;
    padding: 0 10px 30px;
    text-transform: uppercase;
}
.slider .close {
    background: url("../common/close.png") no-repeat scroll 0 0 transparent;
    height: 22px;
    width: 22px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.slider .form_item {
    margin-bottom: 15px;
}
.slider .form_item input {
    background: url("../common/pop_up_input.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    font-family: arial;
    font-size: 15px;
    padding: 20px;
    margin: 0 29px;
    width: 252px;
}
.slider .btn  {
    border: none;
    font-size: 24px;
    height: 67px;
    margin: 0 29px 30px;
    width: 292px;
}

.slider .timer_box {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 0px 9px 9px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow:    0px 9px 9px 0px rgba(0, 0, 0, 0.22);
    box-shadow:         0px 9px 9px 0px rgba(0, 0, 0, 0.22);

    background: none repeat scroll 0 0 #ffffff;
    border: 3px solid #43d521;
    float: left;
    margin-top: 130px;
    padding: 10px 22px;
    position: absolute;
    text-transform: uppercase;
    width: 427px;
}
.slider .action_title {
    color: #f14f00;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
}
.slider .timer_box .title {
    color: #343434;
    float: none;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: none;
    text-align: center;
    margin: 10px 0 5px;
    padding: 0;
}


/*   TRIGERS   */
.trigers {

}
.trigers .triger_item {
    background: url("../common/triger_bg.png") no-repeat scroll 0 0 transparent;
    float: left;
    margin: 70px 0 60px 17px;
    padding: 21px 15px;
    width: 285px;
}
.trigers .triger_item:first-child {
    margin-left: 0;
}
.trigers .triger_item img {
    float: left;
}
.trigers .triger_item .type {
    float: left;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    margin: 3px 0 0 20px;
    text-transform: uppercase;
}


/*   PRICE   */
.price_box {
  background: url("../common/price.jpg") scroll 0 0 transparent;
  /* height: 955px; */
  padding: 1px 0;
}
.price_box .title {
    background: none;
    color: #ffffff;
    text-shadow: 0 2px 2px #917d1e;
}
.price_box .price_item {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 2px 2px 0px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 2px 2px 0px rgba(50, 50, 50, 0.4);

    background: #fffbfb;

    margin-bottom: 10px;
}
.price_box .price_item img {
    border: 3px solid #ffffff;
    float: left;
height: 307px;
  width: 220px;
}
.price_box .price_item .name.double {
    margin-top: 15px;
}
.price_box .price_item .name {
    color: #3a3a3a;
    float: left;
    font-size: 20px;

    line-height: 28px;
    margin-top: 30px;
    padding: 0 20px;
    width: 595px;
}
.price_box .price_item .price {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    color: #ff5502;
    float: left;
    font-size: 36px;
    height: 70px;
    padding-top: 21px;
    text-align: center;
    width: 218px;
}
.price_box .price_item .price span {
    color: #838383;
    float: left;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    margin: 24px 5px 0;
}
.price_box .price_item .buy {
    float: left;
    margin: 27px 0 0 16px;
}


/*   ADVANTAGES   */
.advantages {

}
.advantages .advantage_item.first-child {
    margin-left: 0;
}
.advantages .advantage_item {
    color: #1e2c45;
    float: left;
    font-size: 18px;
    font-weight: 400;
    margin: 30px 0 60px 100px;
    text-align: center;
    width: 121px;
}
.advantages .advantage_item img {
    margin-bottom: 25px;
}


/*   SCHEME   */
.scheme {
    background: url("../common/scheme.jpg") no-repeat scroll 0 0 transparent;
    border-bottom: 5px solid #ebebeb;
    padding: 15px 0 3px;

}
.scheme span {
    background: #F8F8F8;
}
.scheme .scheme_item.first-child {
    margin-left: 0;
}
.scheme .scheme_item {
    color: #1e2c45;
    float: left;
    font-size: 15px;
    font-weight: 400;
    margin: 15px 0 60px 110px;
    text-align: center;
    width: 153px;
}
.scheme .scheme_item img {
    margin-bottom: 25px;
}


/*   REVIEWS   */
.reviews {
    padding: 16px 0;
}
.reviews li {
    list-style: none;
}
.review_item {
    float: left;
    margin-top: 30px;
    width: 485px;
}
.review_item .photo {
    float: left;
    height: 208px;
    margin-right: 15px;
    width: 208px;
}
.review_item .name {
    color: #323232;
    font-size: 21px;
    font-weight: 700;
    margin: 20px 0 0;
}
.review_item .date {
    color: #cdcdcd;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 15px;
}
.review_item .review_text {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    background: #f2f2f2;
    color: #313131;
    float: left;
    font-family: arial;
    font-size: 13px;
    line-height: 21px;
    padding: 15px 20px;
    width: 222px;
}
.reviews .jcarousel {
    position: relative;
    overflow: hidden;
}
.reviews .jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.reviews .jcarousel li {
    margin-right: 10px;
    float: left;
}
.reviews .jcarousel-pagination {
    text-align: center;
    margin-top: 40px;
}
.reviews .jcarousel-pagination a {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    background: #f2f2f2;
    display: inline-block;
    font-size: 0;
    height: 14px;
    margin: 0 5px;
    width: 14px;
}
.reviews .jcarousel-pagination a.active {
    background: #43d420;
}
.reviews .counter {
    color: #484848;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 50px;
    text-align: center;
}


/*   SAFEGUARDS   */
.safeguards {
    background: url("../common/about.jpg") no-repeat scroll 0 0 transparent;
    padding: 20px 0 55px;
}
.safeguards .title {
    background: none;
    color: #ffffff;
    margin-bottom: 55px;
}
.safeguards .safeguards_box {
    float: left;
    width: 445px;
}
.safeguards .safeguards_item {
    background: url("../common/safeguards_item.png") no-repeat scroll 0 0 transparent;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
    min-height: 21px;
    padding: 8px 0 10px 55px;
}
.safeguards .form {
    background: url("../common/form_bg.png") no-repeat scroll 50% 0 transparent;
    float: right;
    padding: 40px 75px 80px;
    width: 385px;
}
.safeguards .form .title {
    color: #242323;
    font-size: 28px;
    margin: 0 0 25px;
    text-align: center;
    text-transform: uppercase;
}
.safeguards .form_item {
    margin-bottom: 20px;
}
.safeguards .form_item input {
    background: url("../common/input.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    font-family: arial;
    font-size: 15px;
    padding: 20px;
    width: 344px;
}
.safeguards .btn  {
    border: none;
    font-size: 24px;
    height: 67px;
    width: 384px;
}


/*   FOOTER   */
.footer {
    border-top: 4px solid #efefef;
}
.footer .logo {
    float: left;
    margin: 30px 0;
}
.footer .number div {
    color: #9e9e9e;
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
}
.footer .number {
    background: url("../common/number.png") no-repeat scroll 0 50% transparent;
    color: #f17d00;
    float: right;
    font-family: "Exo 2",sans-serif;
    font-size: 38px;
    font-weight: 700;

    margin: 20px 0 0;
    padding-left: 40px;
}
.footer .number span {
    color: #f17d00;
    font-weight: 400;
}
.fm {
    float: right;
    margin: 33px 70px 0 0;
}
.fm div {
    float: left;

    margin: 6px 10px 0 0;
    text-align: right;
}
.fm span {
    color: #1171c2;
    text-decoration: underline;
}
.fm img {
    float: right;
}

/*   POP UP   */
.overlay {
    background: #000000;
    height: 100%;
    left: 0;
    opacity: 0.55;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.pop_up {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    background: #ffffff;
    left: 50%;
    margin: -190px 0 0 -200px;
    position: fixed;
    top: 50%;
    width: 400px;
    z-index: 20000;
}
.pop_up .title {
    background: url("../common/wave.png") repeat-x scroll 0 100% transparent;
    color: #2e2e2e;
    font-size: 30px;
    font-weight: 700;
    margin: 25px 0;
    padding: 0 10px 40px;
    text-transform: uppercase;
}
.pop_up .close {
    background: url("../common/close.png") no-repeat scroll 0 0 transparent;
    height: 22px;
    width: 22px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.pop_up .form_item {
    margin-bottom: 20px;
}
.pop_up .form_item input {
    background: url("../common/pop_up_input.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    font-family: arial;
    font-size: 15px;
    padding: 20px;
    margin: 0 54px;
    width: 252px;
}
.pop_up .btn  {
    border: none;
    font-size: 24px;
    height: 67px;
    margin: 0 54px 30px;
    width: 292px;
}
.pop_up.thanks {
    margin: -92px 0 0 -200px;
}
.pop_up.thanks .title {
    font-size: 24px;
    line-height: 24px;
}
.pop_up.thanks .description {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}
.pop_up.thanks .close.btn  {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    background: #33b679;
    border: none;
    border-bottom: 4px solid #0f9d58;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: "Exo 2",sans-serif;
    font-size: 21px;
    font-weight: 700;
    height: 29px;
    margin: 50px auto 10px;
    padding: 15px 0;
    position: static;
    text-align: center;
    text-transform: uppercase;
    width: 300px;
}
.pop_up.thanks .close.btn:hover {
    background: #43ca8b;
}
.pop_up.thanks .close.btn:active {
    background: #299160; /* Old browsers */
    background: -moz-linear-gradient(top,  #299160 0%, #33b679 10%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#299160), color-stop(10%,#33b679)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #299160 0%,#33b679 10%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #299160 0%,#33b679 10%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #299160 0%,#33b679 10%); /* IE10+ */
    background: linear-gradient(to bottom,  #299160 0%,#33b679 10%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299160', endColorstr='#33b679',GradientType=0 ); /* IE6-9 */

    border: none;
    padding: 17px 0;
}


.brandbar {
  width: 1026px;
  height: 26px;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 20px;
  margin-left: 40px;
}

.imgbrand {
  height: 26px;
  margin-right: 20px;
}