body {
    background: #fefefe;
    color: #343434;
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    margin: 0;
}
.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("../img/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;
}
.title_2{
    color: #323232;
    font-size: 40px;
    font-weight: 700;
    margin: 20px 0;
    text-align: center;
}

/*   HEADER   */
.header .rab {
    color: #ff5502;
    float: right;
    font-family: "Exo 2",sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
    margin: 15px 0 0;
    padding-left: 40px;
}


.header {
    background: none repeat scroll 0 0 #ffffff;
    position: absolute;
    width: 100%;
    z-index: 10000;
}
.header .logo {
    float: left;
    margin: 17px 0 16px;
}
.header .number div {
    color: #9e9e9e;
    font-family: arial;
    font-size: 15px;
    font-weight: normal;
	letter-spacing: 0.7px;
}
.header .number {
    color: #ff5502;
    float: right;
    font-family: "Exo 2",sans-serif;
    font-size: 38px;
    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("../img/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("../img/slider.jpg") no-repeat scroll 50% 100% transparent;
	!background-size: auto 558px;
    height: 500px;
    padding-top: 130px;
}


h1 {
    color: #ffffff;
    font-size: 43px;
    font-weight: 700;
    line-height: 52px;
    margin: 18px 0 50px 290px;
    height: 112px;
}

h1 span{
    font-size: 39px;

}

h2{
    font-size: 45px;
}

.slider .form {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    background: #ffffff;
    float: right;
    padding: 1px 0;
    width: 350px;
	margin-top: -8px;
}
.slider .title {
    background: url("../img/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("../img/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("../img/pop_up_input.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    font-family: arial;
    font-size: 15px;
    padding: 16px;
    margin: 0 29px;
    width: 264px;
}
.slider .btn  {
    border: none;
    font-size: 24px;
    height: 60px;
    margin: 0 29px 30px;
    width: 292px;
}

.slider .timer_box {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -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 rgba(255,255,255,0.9);
    float: left;
    margin-top: 115px;
    padding: 10px 20px 0px 20px;
    position: absolute;
    text-transform: uppercase;
    width: 427px;
}

.slider .timer_box_index {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -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 rgba(255,255,255,0.9);
    float: right;
    margin-top: 40px;
    margin-right: 50px;
    padding: 10px 20px 0px 20px;
    text-transform: uppercase;
    width: 427px;
}

.slider .timer_box_index.title {
    color: #343434;
    float: none;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: none;
    text-align: center;
    margin: 5px 0 0px;
    padding: 0;
}

.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: 5px 0 0px;
    padding: 0;
}

/*   TEXT   */
.text {
	width: 980px;
    margin: 0 auto;
    padding: 0px 20px 30px 20px;
}

.text p{
	font-size: 16px;
	text-align: justify;
}

/*   TRIGERS   */
.trigers {

}
.trigers .triger_item {
    background: url("../img/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: 19px;
    font-weight: 700;
    line-height: 24px;
    margin: 3px 0 0 20px;
    text-transform: uppercase;
}


/*   PRICE   */
.price_box {
    background: url("../img/price.jpg") no-repeat scroll 0 0 transparent;
    height: 1000px;
    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;
    font-weight: 700;
    margin-bottom: 10px;
}
.price_box .price_item img {
    border: 3px solid #ffffff;
    float: left;
}
.price_box .price_item .name.double {
    margin-top: 15px;
}
.price_box .price_item .name {
    color: #3a3a3a;
    float: left;
    font-size: 20px;
    height: 61px;
    line-height: 28px;
    margin-top: 17px;
    padding: 0 20px;
    width: 295px;
}
.price_box .price_item .price {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    color: #ff5502;
    float: left;
    font-size: 34px;
    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;
}

/*   PRICE-TV   */
.price_box_tv {
    background: url("../img/price.jpg") no-repeat scroll 0 0 transparent;
    height: 800px;
    padding: 1px 0;
}
.price_box_tv .title {
    background: none;
    color: #ffffff;
    text-shadow: 0 2px 2px #917d1e;
}
.price_box_tv .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;
    font-weight: 700;
    margin-bottom: 10px;
}
.price_box_tv .price_item img {
    border: 3px solid #ffffff;
    float: left;
}
.price_box_tv .price_item .name.double {
    margin-top: 15px;
}
.price_box_tv .price_item .name {
    color: #3a3a3a;
    float: left;
    font-size: 20px;
    height: 61px;
    line-height: 28px;
    margin-top: 30px;
    padding: 0 20px;
    width: 295px;
}
.price_box_tv .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_tv .price_item .price span {
    color: #838383;
    float: left;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    margin: 24px 5px 0;
}
.price_box_tv .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 50px;
    text-align: center;
    width: 121px;
}
.advantages .advantage_item img {
    margin-bottom: 25px;
}


/*   SCHEME   */
.scheme {
    background: url("../img/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 12px;
    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("../img/about.jpg") no-repeat scroll 0 0 transparent;
    padding: 20px 0 55px;
}

.safeguards .p{
    color: #ffffff;
	font-size: 16px;
	text-align: justify;
}

.safeguards .title {
    background: none;
    color: #ffffff;
    margin-bottom: 55px;
}
.safeguards .safeguards_box {
    float: left;
    width: 445px;
}
.safeguards .safeguards_item {
    background: url("../img/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("../img/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("../img/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: 15px;
    font-weight: normal;
	letter-spacing: 0.7px;
}
.footer .number {
    color: #ff5502;
    float: right;
    font-family: "Exo 2",sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 26px;
    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;
    font-size: 11px;
    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("../img/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("../img/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("../img/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;
}


/* SCHEDCHIK */

.bg-gradient {
    position: fixed;
    width: 1000px;
    height: 1000px;
    top: 50%;
    left: 50%;
    z-index: -1;
    margin: -500px 0 0 -500px;
}

.container {
    text-align: center;
    margin: 0 auto;
    width: 800px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -400px;
}


#CDT {
    color: #ffffff;
    !font-size: 60px;
    font-weight: bold;
    margin: 15px auto 0;
    padding-bottom: 30px;
    text-align: center;
}

#CDT .number-wrapper {
    position: relative;
    margin: 0 5px;
}

#CDT .number {
    background: url("../img/timer.png") repeat scroll 0 0 transparent;
    color: #ffffff;
    display: inline-block;
    font-family: arial;
    font-size: 60px;
    font-weight: normal;
    height: 77px;
    line-height: 77px;
    padding: 7px 0 0;
    text-align: center;
    width: 90px;
	
}
       
#CDT .line {
    display: none;
}
       
.caption {
    bottom: -35px;
    color: #393939;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    left: 0;
    padding: 1px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
    
footer {
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    color: #777;
}

footer p {
    margin: .5em 0;
    line-height: 1.5;
}


/******* иконки соцсетей ***********************/
.eapps-social-icons-location-floating.eapps-social-icons-position-right {
    right: 0;
    text-align: right;
    transform: translateY(-50%);
    top: 50%;
}
.eapps-social-icons-location-floating {
    position: fixed !important;
    z-index: 1000000 !important;
}
.eapps-social-icons {
    display: block;    
}
#eapps-social-icons-1 .eapps-social-icons-item {
    opacity: 1;
}
.elfsight-widget-social-icons .eapps-widget a {
    margin-top: 0px;
    margin-bottom: 0px;
}
.eapps-social-icons-style-default .eapps-social-icons-item, .eapps-social-icons-style-default .eapps-social-icons-item:hover {
    box-shadow: none;
    border-color: transparent;
}
.eapps-social-icons-size-48 .eapps-social-icons-item {
    width: 48px;
    height: 48px;  
    border-width: 2px;
}
.eapps-social-icons-item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    backface-visibility: hidden;
    transition: all 0.1s ease;
}
.eapps-social-icons-animation-zoom .eapps-social-icons-item::before {
    transition: none;
}
.eapps-social-icons-bg-color-native .eapps-social-icons-item-facebook::before, .eapps-social-icons-bg-color-on-hover-native .eapps-social-icons-item-facebook::after {
    /*background-color: #3e68c0;*/
	color:#fff;
}
.eapps-social-icons-item::before, .eapps-social-icons-item::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
.eapps-social-icons-item-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    backface-visibility: hidden;
    transition: all 0.1s ease;
}
.eapps-social-icons-icon-color-white .eapps-social-icons-item .eapps-social-icons-item-icon, .eapps-social-icons-icon-color-on-hover-white .eapps-social-icons-item:hover .eapps-social-icons-item-icon, .eapps-social-icons-icon-color-white .eapps-social-icons-item .eapps-social-icons-item-icon *, .eapps-social-icons-icon-color-on-hover-white .eapps-social-icons-item:hover .eapps-social-icons-item-icon * {
    fill: #fff;
}
.eapps-social-icons-animation-zoom .eapps-social-icons-item::after {
    transform: scale3d(0, 0, 0);
    transition: all 0.3s ease;
}
.eapps-social-icons-bg-color-white .eapps-social-icons-item::before, .eapps-social-icons-bg-color-on-hover-white .eapps-social-icons-item::after {
    background: #fff;
}
.eapps-social-icons-bg-color-native .eapps-social-icons-item-instagram::before, .eapps-social-icons-bg-color-on-hover-native .eapps-social-icons-item-instagram::after {
    background-color: #222;
    background-image: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
.eapps-social-icons-bg-color-native .eapps-social-icons-item-viber::before, .eapps-social-icons-bg-color-on-hover-native .eapps-social-icons-item-viber::after {
    background-color: #9d62cc;
}
.eapps-social-icons-bg-color-native .eapps-social-icons-item-whatsapp::before, .eapps-social-icons-bg-color-on-hover-native .eapps-social-icons-item-whatsapp::after {
    background-color: #13d25a;
}
.eapps-social-icons-animation-zoom .eapps-social-icons-item:hover {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: all 0.3s ease;
}
.eapps-social-icons-style-default .eapps-social-icons-item, .eapps-social-icons-style-default .eapps-social-icons-item:hover {
    box-shadow: none;
    border-color: transparent;
}
.eapps-social-icons-animation-zoom .eapps-social-icons-item:hover::before {
    transition: all 0.3s ease 0.2s;
    opacity: 0;
}
.eapps-social-icons-size-48 .eapps-social-icons-item-icon {
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px;
}
.eapps-social-icons-icon-color-black .eapps-social-icons-item .eapps-social-icons-item-icon, .eapps-social-icons-icon-color-on-hover-black .eapps-social-icons-item:hover .eapps-social-icons-item-icon, .eapps-social-icons-icon-color-black .eapps-social-icons-item .eapps-social-icons-item-icon *, .eapps-social-icons-icon-color-on-hover-black .eapps-social-icons-item:hover .eapps-social-icons-item-icon * {
    fill: #222;
}
.eapps-social-icons-bg-color-white .eapps-social-icons-item::before, .eapps-social-icons-bg-color-on-hover-white .eapps-social-icons-item::after {
    background: #fff;
}
.eapps-social-icons-animation-zoom .eapps-social-icons-item:hover::after {
    transform: scale3d(1, 1, 1);
}
.eapps-social-icons-item:hover::after {
    opacity: 1;
    visibility: visible;
}
.eapps-social-icons-style-default .eapps-social-icons-item-facebook span{
display:table;
width: 100%;
height: 100%;
background-color: #3e68c0;
}
.eapps-social-icons-style-default .eapps-social-icons-item .fa-vk{
display:table-cell;
vertical-align:middle;
text-align:center;
color:#fff;
font-size:24px;
}
.eapps-social-icons-style-default .eapps-social-icons-item:hover span{
background-color: #fff;
}
.eapps-social-icons-style-default .eapps-social-icons-item:hover .fa-vk{
color: #333333;
}

.mob-btn-menu {
    display: none;
    padding: 4px 10px;
    border: 1px solid #ff5502;
    border-radius: 4px;
    background-color: transparent;
	height:40px;
}
.mob-btn-menu .icon-bar {
    position: relative;
    background-color: #ff5502;
    -webkit-transition: -webkit-transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.mob-btn-menu .icon-bar+.icon-bar {
    margin-top: 4px;
}
/******************************************************************  @media screen and (max-width:767px) ***************************************************/
@media screen and (max-width:767px){
.header, .slider, .trigers, .price_box, .advantages, .scheme, .reviews, .safeguards, .footer {
    min-width: inherit;
	width:100%;
}
.header {
 position: static;
}
.header .logo {
    float:none;
    margin: 15px 0 10px;
	text-align:center;
}
.header .number {   
    float: none;
	margin:0;
	padding:0;
	font-size:24px;
	text-align:center;
}
.header .call_back {
    float: left;
    margin:10px 20px 5px 10px;
	height: 22px;
    padding: 9px 0;
}
.mob-btn-menu{
display:block;
float:right;
margin:10px 10px 5px 0px;
}
.menu{
height:auto;
display: none;
}
.menu ul li {
float:none;
}
.w980{
width:100%;
padding:0;
margin:0;
}
.slider {
    background: none;    
    height:auto;
    padding-top:0px;
}
.slider .timer_box {
float:none;
position: static;
margin-top:0;
}
h1 {
    /*color: #343434;*/
	background:#343434;
	color:#fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin: 10px 0;
	padding:15px 10px;
    height:auto;
}
h1 span {
    font-size: 24px;
}
.slider .timer_box {
width: 100%;
padding:0;
}
.slider .form {
width: 100%;
float: none;
margin:0;
}
.slider .action_title {    
    font-size: 18px;
}
.slider .form_item {
    margin-bottom: 15px;
	text-align:center;
}
.slider .btn {
margin: 0 auto;
}
#mainorder-form{
text-align:center;
}
.form-str{
display:none;
}
.trigers .triger_item {
    background: url(../img/triger_bg.png) no-repeat scroll 0 0 transparent;
    float: none;
    margin: 20px auto;    
}
.trigers .triger_item:first-child {
    margin-left: auto;
}
.text {
    width:100%;
    margin: 0 auto;
    padding: 15px 10px;
	box-sizing: border-box;
}
.title{
font-size:30px;
margin:0;
}
.title h2, .title_2 h2{
font-size:30px;
margin:10px 0 10px;
padding-bottom:5px;
text-shadow: none;
background: url(../img/price.jpg) no-repeat scroll 0 0 transparent;
}
.price_box{
height:auto;
background:none;
}
.price_box .price_item{
padding:15px 10px;
text-align:center;
box-sizing: border-box;
box-shadow:none;
border-top:5px #343434 solid;
}
.price_box .price_item.item-first{
border-top:0;
}
.price_box .price_item .price span{
float: none;
}
.price_box .price_item img {
    border: 3px solid #ffffff;
    float: none;
}
.price_box .price_item .price {    
    float:none;
	margin:0 auto;
	border:0;
}
.price_box .price_item .name {   
    float:none;
    font-size: 20px;
    height: 61px;
    line-height: 28px;
    margin-top: 10px;
    padding: 0;
    width:100%;
}
.price_box .price_item .buy {
    float:none;
    margin: 0;	
}
.price_box .price_item .buy .btn{
margin:0 auto;
}
.price_box p{
padding:5px 10px;
background: url(../img/price.jpg) no-repeat scroll 0 0 transparent;
}
img{
max-width:100%;
}
.safeguards{
padding:20px 0;
}
.safeguards .form .title {    
    font-size: 22px;
	padding:15px 20px;
	margin:0;
}
.safeguards .safeguards_box {
    float:none;
    width:100%;
	box-sizing: border-box;
	padding:0 10px;
}
.safeguards .form {
    /*background: url(../img/form_bg.png) no-repeat scroll 100% 0 transparent;*/
	background: #fff;
	background-size:contain;
    float: none;
   /* padding: 40px 75px 80px;*/
    padding: 0;
    width: 100%;
}
.safeguards .form_item{
text-align:center;
}
.safeguards .form_item input {
    background:#f6f7f9;
	background-size:contain;
    border: medium none;
    font-family: arial;
    font-size: 15px;
    padding: 0px 20px;
    width: 90%;
	height:57px;	
	box-sizing: border-box;
	border-radius: 3px;
}
.safeguards .btn {    
    font-size: 24px;
    height: 67px;
    width: 90%;
	margin:10px auto 0;	
}
/*.eapps-social-icons {    
	 display:none;
}*/
#bigorder-form{
text-align:center;
}
.advantages .advantage_item {
    color: #1e2c45;
    float: left;
    font-size: 18px;
    font-weight: 400;
    margin: 30px 0px;
    text-align: center;
   /* width: 121px;*/
    width: 50%;
}
.scheme {
    background: #f8f8f8;
	border:0;
}
.scheme .scheme_item {
    color: #1e2c45;
    float: left;
    font-size: 15px;
    font-weight: 400;
    margin: 15px 0 30px;
    text-align: center;
    width: 50%;
	padding:0 10px;
	min-height:198px;
	box-sizing: border-box;
}
.footer .logo {
    float:none;
    margin: 20px 0;
	text-align:center;
}
.footer .number div {    
    font-size: 12px;   
}
.footer .number{
margin:0;
padding:0 10px;
font-size: 28px;
text-align:center;
float:none;
width:100%;
box-sizing: border-box;
}
.footer .noindex{
padding:10px 10px 15px;
width:100%;
box-sizing: border-box;
}
}