*::-webkit-input-placeholder {
    color: #616161;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis;
}

*::-moz-placeholder {
    color: #616161;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis;
}

*:-moz-placeholder {
    color: #616161;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis;
}

.js_errorMessage {
    z-index: 11;
}

*:-ms-input-placeholder {
    color: #616161;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis;
}

*:focus::-webkit-input-placeholder {
    opacity: 0;
}

*:focus::-moz-placeholder {
    opacity: 0;
}

*:focus:-moz-placeholder {
    opacity: 0;
}

*:focus:-ms-input-placeholder {
    opacity: 0;
}

*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    outline: 0;
}

.old-price {
    text-decoration: line-through;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

[hidden] {
    display: none;
}


.container {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 360px;
}

@media only screen and (max-width: 500px) {
    .container {
        width: 290px;
    }

    .media_wrap p {
        font-size: 14px;
    }
}

.container:before,
.container:after {
    content: " ";
    display: table;
    clear: both;
}

.num {
    background: #d4282c;
    color: #ffffff;
    display: inline-block;
    height: 25px;
    float: left;
    width: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    margin-right: 10px;
}


select {
    background-image: url("../png/select.png");
    background-color: #fff;
    background-position: 93% 50%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

.main {
    overflow-x: hidden;
}

[class^="block_"] {
    position: relative;
}

.media_wrap {
    position: relative;
}

.media_wrap img {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

.media_wrap p {
    padding: 0 75px;
    text-align: center;
    font-size: 19px;
}

.media_wrap p span {
    display: block;
    margin: 5px 0;
}

.media_wrap p .blue {
    color: #05a8f9;
}

.rose {
    color: rgb(0, 0, 0);
    font-size: 131%;
    margin-top: 30px;
}

.block_1 .sec-2 {
    margin: 10px 0 0;
}

.rose p {
    margin: 0 0 15px;
}

.product {
    /* width: 44%; */
    /* float: right; */
}

.title-h {
    margin: 20px 0;
    color: #fff;
}

.block_1 {
    background: rgb(255, 255, 255);
}

.block_1 .title p {
    text-align: center;
}

.block_1 .title p:first-child {
    font-size: 22px;
    color: #ff0000;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.block_1 .title p:first-child b {
    display: block;
}

.block_1 ul li:before {
    content: "";
    background: url("../png/chek.png") center no-repeat;
    width: 25px;
    height: 21px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    display: inline-block;
    vertical-align: bottom;
    margin-left: -25px;
}

.block_1 ul {
    z-index: 10;
    position: relative;
}

.block_1 ul li {
    font-size: 18px;
    font-weight: 700;
    color: #8eb81e;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.block_1 h3 {
    margin: 10px 0 0;
}

.logo {
    position: relative;
    display: table;
    margin: 15px auto;
    text-align: center;
    font-family: "Exo 2", sans-serif;
    font-size: 36px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    -webkit-background-size: 100% 4px;
    -moz-background-size: 100% 4px;
    background: url("../png/logo.png") center no-repeat;
    padding: 0 15px 5px;
    line-height: 1;
    cursor: pointer;
}

.logo b {
    color: #fa282f;
    font-weight: 700;
}

.top h2 {
    color: rgb(0, 0, 0);
    font-weight: 700;
    text-align: center;
    margin-bottom: 2%;
    text-transform: uppercase;
}

.product {
    position: relative;
    text-align: center;
    z-index: 1;
}

.product img {
    position: relative;
    z-index: 5;
}

.product:before {
}

.product:after {
}

.form_pr {
    background: #8eb817;
    margin-top: 20px;
}

.form,
.form2 {
    padding: 10px;
}

.form input,
.form select,
button {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #616161;
    padding: 10px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

button {
    position: relative;
    background: #fe7aa8;
    background: -moz-linear-gradient(top, #ef4949 0%, #ff0000 100%);
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0%, #ef4949),
            color-stop(100%, #ff0000)
    );
    background: -webkit-linear-gradient(top, #ef4949 0%, #ff0000 100%);
    background: -o-linear-gradient(top, #ef4949 0%, #ff0000 100%);
    background: -ms-linear-gradient(top, #ef4949 0%, #ff0000 100%);
    background: linear-gradient(to bottom, #ef4949 0%, #ff0000 100%);
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
    cursor: pointer;
    box-shadow: inset 0 1px 0 0 #ffa9b6, 0 5px 12px 0 rgba(0, 0, 0, 0.7);
    border: 1px solid #ff0000;
    letter-spacing: 2px;
    margin: 0;
    z-index: 20;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

button span {
    position: relative;
    z-index: 2;
}

button:before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    background: #ff0000;
    background: -moz-linear-gradient(top, #ff0000 0%, #ef4949 100%);
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0%, #ff0000),
            color-stop(100%, #ef4949)
    );
    background: -webkit-linear-gradient(top, #ff0000 0%, #ef4949 100%);
    background: -o-linear-gradient(top, #ff0000 0%, #ef4949 100%);
    background: -ms-linear-gradient(top, #ff0000 0%, #ef4949 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #ef4949 100%);
    box-shadow: inset 0 1px 0 0 #ffa9b6;
    border: 1px solid #ff0000;
    opacity: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 1;
}

button:hover:before {
    opacity: 1;
}

button:hover {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.form select {
    padding-right: 55px;
    background: #fff url("../png/select.png") no-repeat;
    background-position: 95% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form form p {
    font-size: 26px;
    color: #fff;
    margin-bottom: 10px;
}

.form form p span {
    font-family: "Exo 2", sans-serif;
}

.price {
    padding-top: 20px;
    padding-bottom: 10px;
    display: block;
}

.price > span {
    font-size: 27px;
    text-align: center;
}

.price .new-price {
    color: #05f505;
    font-weight: 700;
    margin-left: 15px;
}

.price .precent,
.price .shipment {
    color: #354700;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}

.price s {
    margin-right: 10%;
}

.discount {
    background: red;
    color: #fff;
    display: inline;
    padding: 0px 2%;
}

.price .old_price {
    padding-top: 10px;
    color: #000;
    font-size: 29px;
    line-height: 0.7;
    text-decoration: line-through;
}

.block_2 {
    z-index: 10;
    background: #8eb81e;
    padding: 25px 0;
}

.block_2 p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
}

.block_2 ul {
    width: 100%;
    display: table;
    margin-top: 25px;
}

.block_2 ul li {
    display: table-row;
}

.block_2 ul li span {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    padding-left: 10px;
}

.block_2 ul li:before {
    content: "";
    display: table-cell;
    vertical-align: middle;
    width: 99px;
    height: 94px;
    background-position: right center;
    background-repeat: no-repeat;
}

.block_2 ul li:nth-child(1):before {
    background-image: url("../png/block_2_li1.png");
}

.block_2 ul li:nth-child(2):before {
    background-image: url("../png/block_2_li2.png");
}

.block_2 ul li:nth-child(3):before {
    background-image: url("../png/block_2_li3.png");
}

.block_2 ul li:nth-child(4):before {
    background-image: url("../png/block_2_li5.png");
}

.block_2 ul li:nth-child(5):before {
    background-image: url("../png/block_2_li4.png");
}

.block_3 {
    padding: 20px 0;
    z-index: 9;
}

.block_3 .why {
    font-size: 16px;
    line-height: 1.2;
}

.block_3 .why h3 {
    font-size: 22px;
    color: #f00;
    margin-bottom: 15px;
    font-style: italic;
    text-transform: uppercase;
    text-align: center;
}

.block_3 .warning h3 {
    line-height: 1.2;
    text-align: center;
    color: #f00;
    font-size: 19px;
    margin: 20px 0 10px;
    text-transform: uppercase;
}

.block_3 .warning h3 b {
    display: block;
    color: #000;
    font-size: 24px;
}

.block_4 .top {
    background: #bad475;
    padding: 20px 0;
}

.block_4 .top h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.block_4 .letter p {
    line-height: 1.2;
    font-size: 18px;
}

.block_4 .signature {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    display: table;
    height: 84px;
    width: 100%;
    padding-left: 90px;
    background: url("../png/doc.png") left center no-repeat;
    margin-bottom: 20px;
    background-size: auto 100%;
}

.block_4 .signature span {
    display: table-cell;
    vertical-align: middle;
}

.block_4 .signature span font:last-child {
    display: inline-block;
}

.block_4 .bottom,
.block_5 .bottom {
    background: #8eb817;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    padding: 10px 0;
}

.block_4 h3,
.block_5 .bottom h3 {
    font-size: 36px;
}

.yellow {
    color: #ffa600;
    font-size: 133%;
    text-align: center;
}

.block_5 .top {
    padding: 15px 0;
}

.big_d {
    border: 3px solid #edff00;
    border-radius: 2%;
    display: block;
    margin: 0 auto;
}

.block_5 h3 {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}

.block_5 h3 font {
    display: block;
    color: #ff0000;
}

.block_5 ul {
    display: table;
    position: relative;
    width: 100%;
}

.marg {
    margin-bottom: 2%;
}

.price {
    color: rgb(0, 0, 0);
}

.block_5 ul li {
    display: table-row;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    height: 97px;
}

.block_5 ul li:before,
.block_5 ul li span {
    display: table-cell;
    vertical-align: middle;
}

.block_5 ul li:before {
    content: "";
    width: 97px;
}

.block_5 ul li span {
    padding-left: 10px;
}

.block_5 ul li:first-child:before {
    background: url("../png/block_5_li2.png") right center no-repeat;
}

.block_5 ul li:nth-child(2):before {
    background: url("../png/block_5_li1.png") right center no-repeat;
}

.block_5 ul li:nth-child(3):before {
    background: url("../png/block_5_li3.png") right center no-repeat;
}

.block_5 ul li:nth-child(4):before {
    background: url("../png/block_5_li8.png") right center no-repeat;
}

.block_5 ul li:nth-child(5):before {
    background: url("../png/block_5_li4.png") right center no-repeat;
}

.block_5 ul li:nth-child(6):before {
    background: url("../png/block_5_li7.png") right center no-repeat;
}

.block_5 ul li:nth-child(7):before {
    background: url("../png/block_5_li5.png") right center no-repeat;
}

.block_5 ul li:last-child:before {
    background: url("../png/block_5_li6.png") right center no-repeat;
}

.block_5 .bottom {
    padding: 20px 0;
    background: #8eb817;
}

.block_8 {
    padding-top: 20px;
}

.block_8 h3 {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.block_8 h3 font {
    color: #8eb81e;
}

.block_8 ul {
    display: table;
    width: 100%;
    font-size: 0;
    position: relative;
    margin-bottom: 55px;
}

.block_8 ul:not([class]) li {
}

.block_8 ul:not([class]) li span {
    display: block;
}

.block_8 ul:not([class]) li span:first-child {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.block_8 ul:not([class]) li span:first-child b {
    display: block;
    font-size: 24px;
    color: #8eb81e;
    margin-top: 5px;
}

.block_8 ul:not([class]) li span:last-child {
    font-size: 16px;
    line-height: 1.2;
    text-align: justify;
}

.block_8 .bottom {
    margin-top: 20px;
    padding: 20px 0;
    background: #cde09c;
}

.block_8 .bottom .product3 {
    text-align: center;
    margin: 10px 0;
}

.block_8 .left p,
.block_8 .right p {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
}

.block_8 .left p b,
.block_8 .right p b {
    font-size: 20px;
    color: #006212;
}

.block_8 .bottom .left p br {
    display: none;
}

.block_9 {
    padding: 20px;
    background: #8eb81e;
}

.block_9 p {
    color: #0c0c0c;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
}

.block_10 {
    background: #8eb81e;
}

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

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

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

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #8eb817;
}

.bx-viewport {
    height: auto !important;
}

.block_1 .title-h {
    text-align: center;
    margin: 20px 0;
    color: #fff;
}

.product {
    margin-bottom: 20px;
}

.country_select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
}

.copyright {
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
    color: #6c6e6f;
}

.copyright p {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

.copyright br {
    display: none;
}

.copyright img {
    margin: 10px auto !important;
    max-width: 100%;
}

.copyright a {
    color: #6c6e6f;
    text-decoration: none;
}

.copyright a:hover {
    color: #ff0069;
    text-decoration: none;
}

.errField {
    display: none;
    font-size: 14px;
    background: #f00;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

.errorMessage {
    font-size: 15px;
    background: rgba(255, 0, 0, 0.64);
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    position: absolute;
    margin: 10px 0 0;
    z-index: 9999;
}

/* */

.underphoto {
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  line-height: 0px;
  margin-bottom: 10px;
}
.comments-container h1 {
  font-size: 36px;
  color: rgb(40, 48, 53);
  font-weight: 400;
}
.comments-container h1 a {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.comments-container a {
  color: rgb(3, 101, 140);
  text-decoration: none;
}
.comments-list {
  margin-top: 30px;
  position: relative;
  margin-right: 15px;
}
.comments-list::before {
  content: '';
  width: 2px;
  height: 100%;
  background: rgb(199, 202, 203) none repeat scroll 0% 0%;
  position: absolute;
  left: 32px;
  top: 0px;
}
.comments-list::after {
  content: '';
  position: absolute;
  background: rgb(199, 202, 203) none repeat scroll 0% 0%;
  bottom: 0px;
  left: 27px;
  width: 7px;
  height: 7px;
  border: 3px solid rgb(222, 225, 227);
  border-radius: 50%;
}
.reply-list::before,
.reply-list::after {
  display: none;
}
.reply-list li::before {
  content: '';
  width: 60px;
  height: 2px;
  background: rgb(199, 202, 203) none repeat scroll 0% 0%;
  position: absolute;
  top: 25px;
  left: -55px;
}
.comments-list li {
  margin-bottom: 15px;
  display: block;
  position: relative;
}
.comments-list li::after {
  content: '';
  display: block;
  clear: both;
  height: 0px;
  width: 0px;
}
.comments-list .comment-avatar {
  width: 65px;
  height: 65px;
  position: relative;
  z-index: 99;
  float: left;
  border: 3px solid rgb(255, 255, 255);
  border-radius: 4px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.59);
  overflow: hidden;
}
.comments-list .comment-avatar img {
  width: 100%;
  height: 100%;
}
.comment-main-level::after {
  content: '';
  width: 0px;
  height: 0px;
  display: block;
  clear: both;
}
.comments-list .comment-box {
  width: 80%;
  float: right;
  position: relative;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.45);
}
.comments-list .comment-box::before,
.comments-list .comment-box::after {
  content: '';
  height: 0px;
  width: 0px;
  position: absolute;
  display: block;
  border-width: 10px 12px 10px 0px;
  border-style: solid;
  border-color: transparent rgb(243, 243, 243);
  top: 8px;
  left: -11px;
}
.comments-list .comment-box::before {
  border-width: 11px 13px 11px 0px;
  border-color: transparent rgba(0, 0, 0, 0.05);
  left: -12px;
}
.comment-box .comment-head {
  background: rgb(243, 243, 243) none repeat scroll 0% 0%;
  padding: 10px 12px;
  border-bottom: 1px solid rgb(229, 229, 229);
  overflow: hidden;
  border-radius: 4px 4px 0px 0px;
}
.comment-box .comment-head i {
  float: right;
  margin-left: 14px;
  position: relative;
  top: 2px;
  color: rgb(166, 166, 166);
  cursor: pointer;
  transition: color 0.3s ease 0s;
}
.comment-box .comment-head i:hover {
  color: rgb(3, 101, 140);
}
.comment-box .comment-head i:active {
  color: rgb(3, 101, 140);
}
.comment-box .comment-head i:focus {
  color: rgb(3, 101, 140);
}
.comment-box .comment-name {
  color: rgb(3, 101, 140);
  font-size: 14px;
  font-weight: 700;
  float: left;
  margin-right: 10px;
}
.comment-box .comment-name a {
  color: rgb(3, 101, 140);
}
.comment-box .comment-head span {
  float: left;
  color: rgb(153, 153, 153);
  font-size: 13px;
  position: relative;
  top: 1px;
}
.comment-box .comment-content {
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  padding: 12px;
  font-size: 15px;
  color: rgb(89, 89, 89);
  border-radius: 0px 0px 4px 4px;
}
.comment-box .comment-name.by-author,
.comment-box .comment-name.by-author a {
  color: rgb(3, 101, 140);
}
.comment-box .comment-name.by-author::after {
  background: rgb(3, 101, 140) none repeat scroll 0% 0%;
  color: rgb(255, 255, 255);
  font-size: 12px;
  padding: 3px 5px;
  font-weight: 700;
  margin-left: 10px;
  border-radius: 3px;
}
.comment-add {
  margin: 30px 0px;
}
.comment-add input {
  float: left;
  margin: 10px 10px 5px;
  outline: medium none;
  background: rgb(239, 239, 239) none repeat scroll 0% 0%;
  border: 0px none;
  padding: 10px;
}
.comment-add textarea {
  float: left;
  font-family: Arial;
  width: 90%;
  margin: 5px 10px;
  outline: medium none;
  background: rgb(239, 239, 239) none repeat scroll 0% 0%;
  border: 0px none;
  padding: 10px;
}
.comment-add a {
  background: transparent none repeat scroll 0px 0px !important;
  color: rgb(0, 0, 0) !important;
  text-decoration: none;
  font-weight: bold;
  margin: 0px;
  display: inline-block;
  font-size: 16px;
}
.comment-add a span {
  margin-left: 10px !important;
}
.comment-add button {
  color: rgb(255, 255, 255) !important;
  margin-left: 10px !important;
  background: rgb(211, 119, 93) none repeat scroll 0% 0%;
  border: 0px none;
  width: 100px;
  margin-top: 10px;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}
.comment-add button:hover {
  background: rgb(193, 83, 34) none repeat scroll 0% 0%;
}
.comment-add button a {
  font-weight: 100;
  display: inline-block;
  color: rgb(255, 255, 255) !important;
  vertical-align: top;
  line-height: 8px;
  padding: 13px 0px;
}
.clearfix::after {
  content: '';
  display: table;
  clear: both;
}
#aside1 {
  height: 200px;
  padding: 20px;
  margin: 0px 5px;
}
.blue-btn {
  background: rgb(66, 124, 224) linear-gradient(to bottom, rgb(56, 183, 174), rgb(56, 183, 174), rgb(63, 214, 203)) repeat scroll 0% 0%;
  border-radius: 3px;
  color: rgb(255, 255, 255) !important;
  font-size: 24px !important;
  letter-spacing: 0.5px;
  line-height: 40px;
  margin: 20px auto;
  text-align: center;
  text-decoration: none;
  box-shadow: 1px 1px 2px grey;
  padding: 10px 15px;
  display: inline-block;
}
.blue-btn:hover {
  box-shadow: none;
}
.ifr_button {
  cursor: pointer;
  letter-spacing: 0.4px;
  font-weight: 600 !important;
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  font-family: calibri, roboto, arial;
  display: block;
  margin: 10px auto 20px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  width: auto;
  line-height: 36px;
  height: auto;
  background: #e74c3c;
  border-bottom: 2px solid #c0392b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 51px;
  padding: 0 14px;
  text-transform: uppercase;
  font-family: open sans;
}
a.btn {
  color: white;
  text-decoration: none;
}
@media all and (max-width: 720px) {
  .sidebar {
    display: none;
  }
  main {
    width: 100%;
    box-sizing: border-box;
    margin: 0px;
    padding: 5px 10px;
  }
}
@media all and (max-width: 630px) {
  nav {
    display: none;
  }
}
@media all and (max-width: 320px) {
  header,
  .sidebar {
    display: none;
  }
  main {
    width: 100%;
    box-sizing: border-box;
    margin: 0px;
    padding: 5px 10px;
  }
}
@media all and (max-width: 460px) {
  .comments-list .comment-box {
    width: 70%;
  }
  .reply-list li::before {
    left: -8px;
  }
  .blue-btn {
    padding: 0px 15px;
    font-size: 14px !important;
  }
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size-adjust: none;
  font-stretch: normal;
  font-feature-settings: normal;
  font-language-override: normal;
  font-kerning: auto;
  font-synthesis: weight style;
  font-variant: normal;
  font-size: inherit;
  text-rendering: auto;
}
.fa-glass::before {
  content: '';
}
.fa-music::before {
  content: '';
}
.fa-search::before {
  content: '';
}
.fa-envelope-o::before {
  content: '';
}
.fa-heart::before {
  content: '';
}
.fa-star::before {
  content: '';
}
.fa-star-o::before {
  content: '';
}
.fa-user::before {
  content: '';
}
.fa-film::before {
  content: '';
}
.fa-th-large::before {
  content: '';
}
.fa-th::before {
  content: '';
}
.fa-th-list::before {
  content: '';
}
.fa-check::before {
  content: '';
}
.fa-remove::before,
.fa-close::before,
.fa-times::before {
  content: '';
}
.fa-search-plus::before {
  content: '';
}
.fa-search-minus::before {
  content: '';
}
.fa-power-off::before {
  content: '';
}
.fa-signal::before {
  content: '';
}
.fa-gear::before,
.fa-cog::before {
  content: '';
}
.fa-trash-o::before {
  content: '';
}
.fa-home::before {
  content: '';
}
.fa-file-o::before {
  content: '';
}
.fa-clock-o::before {
  content: '';
}
.fa-road::before {
  content: '';
}
.fa-download::before {
  content: '';
}
.fa-arrow-circle-o-down::before {
  content: '';
}
.fa-arrow-circle-o-up::before {
  content: '';
}
.fa-inbox::before {
  content: '';
}
.fa-play-circle-o::before {
  content: '';
}
.fa-rotate-right::before,
.fa-repeat::before {
  content: '';
}
.fa-refresh::before {
  content: '';
}
.fa-list-alt::before {
  content: '';
}
.fa-lock::before {
  content: '';
}
.fa-flag::before {
  content: '';
}
.fa-headphones::before {
  content: '';
}
.fa-volume-off::before {
  content: '';
}
.fa-volume-down::before {
  content: '';
}
.fa-volume-up::before {
  content: '';
}
.fa-qrcode::before {
  content: '';
}
.fa-barcode::before {
  content: '';
}
.fa-tag::before {
  content: '';
}
.fa-tags::before {
  content: '';
}
.fa-book::before {
  content: '';
}
.fa-bookmark::before {
  content: '';
}
.fa-print::before {
  content: '';
}
.fa-camera::before {
  content: '';
}
.fa-font::before {
  content: '';
}
.fa-bold::before {
  content: '';
}
.fa-italic::before {
  content: '';
}
.fa-text-height::before {
  content: '';
}
.fa-text-width::before {
  content: '';
}
.fa-align-left::before {
  content: '';
}
.fa-align-center::before {
  content: '';
}
.fa-align-right::before {
  content: '';
}
.fa-align-left::before {
  content: '';
}
.fa-list::before {
  content: '';
}
.fa-dedent::before,
.fa-outdent::before {
  content: '';
}
.fa-indent::before {
  content: '';
}
.fa-video-camera::before {
  content: '';
}
.fa-photo::before,
.fa-image::before,
.fa-picture-o::before {
  content: '';
}
.fa-pencil::before {
  content: '';
}
.fa-map-marker::before {
  content: '';
}
.fa-adjust::before {
  content: '';
}
.fa-tint::before {
  content: '';
}
.fa-edit::before,
.fa-pencil-square-o::before {
  content: '';
}
.fa-share-square-o::before {
  content: '';
}
.fa-check-square-o::before {
  content: '';
}
.fa-arrows::before {
  content: '';
}
.fa-step-backward::before {
  content: '';
}
.fa-fast-backward::before {
  content: '';
}
.fa-backward::before {
  content: '';
}
.fa-play::before {
  content: '';
}
.fa-pause::before {
  content: '';
}
.fa-stop::before {
  content: '';
}
.fa-forward::before {
  content: '';
}
.fa-fast-forward::before {
  content: '';
}
.fa-step-forward::before {
  content: '';
}
.fa-eject::before {
  content: '';
}
.fa-chevron-left::before {
  content: '';
}
.fa-chevron-right::before {
  content: '';
}
.fa-plus-circle::before {
  content: '';
}
.fa-minus-circle::before {
  content: '';
}
.fa-times-circle::before {
  content: '';
}
.fa-check-circle::before {
  content: '';
}
.fa-question-circle::before {
  content: '';
}
.fa-info-circle::before {
  content: '';
}
.fa-crosshairs::before {
  content: '';
}
.fa-times-circle-o::before {
  content: '';
}
.fa-check-circle-o::before {
  content: '';
}
.fa-ban::before {
  content: '';
}
.fa-arrow-left::before {
  content: '';
}
.fa-arrow-right::before {
  content: '';
}
.fa-arrow-up::before {
  content: '';
}
.fa-arrow-down::before {
  content: '';
}
.fa-mail-forward::before,
.fa-share::before {
  content: '';
}
.fa-expand::before {
  content: '';
}
.fa-compress::before {
  content: '';
}
.fa-plus::before {
  content: '';
}
.fa-minus::before {
  content: '';
}
.fa-asterisk::before {
  content: '';
}
.fa-exclamation-circle::before {
  content: '';
}
.fa-gift::before {
  content: '';
}
.fa-leaf::before {
  content: '';
}
.fa-fire::before {
  content: '';
}
.fa-eye::before {
  content: '';
}
.fa-eye-slash::before {
  content: '';
}
.fa-warning::before,
.fa-exclamation-triangle::before {
  content: '';
}
.fa-plane::before {
  content: '';
}
.fa-calendar::before {
  content: '';
}
.fa-random::before {
  content: '';
}
.fa-comment::before {
  content: '';
}
.fa-magnet::before {
  content: '';
}
.fa-chevron-up::before {
  content: '';
}
.fa-chevron-down::before {
  content: '';
}
.fa-retweet::before {
  content: '';
}
.fa-shopping-cart::before {
  content: '';
}
.fa-folder::before {
  content: '';
}
.fa-folder-open::before {
  content: '';
}
.fa-arrows-v::before {
  content: '';
}
.fa-arrows-h::before {
  content: '';
}
.fa-bar-chart-o::before,
.fa-bar-chart::before {
  content: '';
}
.fa-twitter-square::before {
  content: '';
}
.fa-facebook-square::before {
  content: '';
}
.fa-camera-retro::before {
  content: '';
}
.fa-key::before {
  content: '';
}
.fa-gears::before,
.fa-cogs::before {
  content: '';
}
.fa-comments::before {
  content: '';
}
.fa-thumbs-o-up::before {
  content: '';
}
.fa-thumbs-o-down::before {
  content: '';
}
.fa-star-half::before {
  content: '';
}
.fa-heart-o::before {
  content: '';
}
.fa-sign-out::before {
  content: '';
}
.fa-linkedin-square::before {
  content: '';
}
.fa-thumb-tack::before {
  content: '';
}
.fa-external-link::before {
  content: '';
}
.fa-sign-in::before {
  content: '';
}
.fa-trophy::before {
  content: '';
}
.fa-github-square::before {
  content: '';
}
.fa-upload::before {
  content: '';
}
.fa-lemon-o::before {
  content: '';
}
.fa-phone::before {
  content: '';
}
.fa-square-o::before {
  content: '';
}
.fa-bookmark-o::before {
  content: '';
}
.fa-phone-square::before {
  content: '';
}
.fa-twitter::before {
  content: '';
}
.fa-facebook-f::before,
.fa-facebook::before {
  content: '';
}
.fa-github::before {
  content: '';
}
.fa-unlock::before {
  content: '';
}
.fa-credit-card::before {
  content: '';
}
.fa-feed::before,
.fa-rss::before {
  content: '';
}
.fa-hdd-o::before {
  content: '';
}
.fa-bullhorn::before {
  content: '';
}
.fa-bell::before {
  content: '';
}
.fa-certificate::before {
  content: '';
}
.fa-hand-o-right::before {
  content: '';
}
.fa-hand-o-left::before {
  content: '';
}
.fa-hand-o-up::before {
  content: '';
}
.fa-hand-o-down::before {
  content: '';
}
.fa-arrow-circle-left::before {
  content: '';
}
.fa-arrow-circle-right::before {
  content: '';
}
.fa-arrow-circle-up::before {
  content: '';
}
.fa-arrow-circle-down::before {
  content: '';
}
.fa-globe::before {
  content: '';
}
.fa-wrench::before {
  content: '';
}
.fa-tasks::before {
  content: '';
}
.fa-filter::before {
  content: '';
}
.fa-briefcase::before {
  content: '';
}
.fa-arrows-alt::before {
  content: '';
}
.fa-group::before,
.fa-users::before {
  content: '';
}
.fa-chain::before,
.fa-link::before {
  content: '';
}
.fa-cloud::before {
  content: '';
}
.fa-flask::before {
  content: '';
}
.fa-cut::before,
.fa-scissors::before {
  content: '';
}
.fa-copy::before,
.fa-files-o::before {
  content: '';
}
.fa-paperclip::before {
  content: '';
}
.fa-save::before,
.fa-floppy-o::before {
  content: '';
}
.fa-square::before {
  content: '';
}
.fa-navicon::before,
.fa-reorder::before,
.fa-bars::before {
  content: '';
}
.fa-list-ul::before {
  content: '';
}
.fa-list-ol::before {
  content: '';
}
.fa-strikethrough::before {
  content: '';
}
.fa-underline::before {
  content: '';
}
.fa-table::before {
  content: '';
}
.fa-magic::before {
  content: '';
}
.fa-truck::before {
  content: '';
}
.fa-pinterest::before {
  content: '';
}
.fa-pinterest-square::before {
  content: '';
}
.fa-google-plus-square::before {
  content: '';
}
.fa-google-plus::before {
  content: '';
}
.fa-money::before {
  content: '';
}
.fa-caret-down::before {
  content: '';
}
.fa-caret-up::before {
  content: '';
}
.fa-caret-left::before {
  content: '';
}
.fa-caret-right::before {
  content: '';
}
.fa-columns::before {
  content: '';
}
.fa-unsorted::before,
.fa-sort::before {
  content: '';
}
.fa-sort-down::before,
.fa-sort-desc::before {
  content: '';
}
.fa-sort-up::before,
.fa-sort-asc::before {
  content: '';
}
.fa-envelope::before {
  content: '';
}
.fa-linkedin::before {
  content: '';
}
.fa-rotate-left::before,
.fa-undo::before {
  content: '';
}
.fa-legal::before,
.fa-gavel::before {
  content: '';
}
.fa-dashboard::before,
.fa-tachometer::before {
  content: '';
}
.fa-comment-o::before {
  content: '';
}
.fa-comments-o::before {
  content: '';
}
.fa-flash::before,
.fa-bolt::before {
  content: '';
}
.fa-sitemap::before {
  content: '';
}
.fa-umbrella::before {
  content: '';
}
.fa-paste::before,
.fa-clipboard::before {
  content: '';
}
.fa-lightbulb-o::before {
  content: '';
}
.fa-exchange::before {
  content: '';
}
.fa-cloud-download::before {
  content: '';
}
.fa-cloud-upload::before {
  content: '';
}
.fa-user-md::before {
  content: '';
}
.fa-stethoscope::before {
  content: '';
}
.fa-suitcase::before {
  content: '';
}
.fa-bell-o::before {
  content: '';
}
.fa-coffee::before {
  content: '';
}
.fa-cutlery::before {
  content: '';
}
.fa-file-text-o::before {
  content: '';
}
.fa-building-o::before {
  content: '';
}
.fa-hospital-o::before {
  content: '';
}
.fa-ambulance::before {
  content: '';
}
.fa-medkit::before {
  content: '';
}
.fa-fighter-jet::before {
  content: '';
}
.fa-beer::before {
  content: '';
}
.fa-h-square::before {
  content: '';
}
.fa-plus-square::before {
  content: '';
}
.fa-angle-double-left::before {
  content: '';
}
.fa-angle-double-right::before {
  content: '';
}
.fa-angle-double-up::before {
  content: '';
}
.fa-angle-double-down::before {
  content: '';
}
.fa-angle-left::before {
  content: '';
}
.fa-angle-right::before {
  content: '';
}
.fa-angle-up::before {
  content: '';
}
.fa-angle-down::before {
  content: '';
}
.fa-desktop::before {
  content: '';
}
.fa-laptop::before {
  content: '';
}
.fa-tablet::before {
  content: '';
}
.fa-mobile-phone::before,
.fa-mobile::before {
  content: '';
}
.fa-circle-o::before {
  content: '';
}
.fa-quote-left::before {
  content: '';
}
.fa-quote-right::before {
  content: '';
}
.fa-spinner::before {
  content: '';
}
.fa-circle::before {
  content: '';
}
.fa-mail-reply::before,
.fa-reply::before {
  content: '';
}
.fa-github-alt::before {
  content: '';
}
.fa-folder-o::before {
  content: '';
}
.fa-folder-open-o::before {
  content: '';
}
.fa-smile-o::before {
  content: '';
}
.fa-frown-o::before {
  content: '';
}
.fa-meh-o::before {
  content: '';
}
.fa-gamepad::before {
  content: '';
}
.fa-keyboard-o::before {
  content: '';
}
.fa-flag-o::before {
  content: '';
}
.fa-flag-checkered::before {
  content: '';
}
.fa-terminal::before {
  content: '';
}
.fa-code::before {
  content: '';
}
.fa-mail-reply-all::before,
.fa-reply-all::before {
  content: '';
}
.fa-star-half-empty::before,
.fa-star-half-full::before,
.fa-star-half-o::before {
  content: '';
}
.fa-location-arrow::before {
  content: '';
}
.fa-crop::before {
  content: '';
}
.fa-code-fork::before {
  content: '';
}
.fa-unlink::before,
.fa-chain-broken::before {
  content: '';
}
.fa-question::before {
  content: '';
}
.fa-info::before {
  content: '';
}
.fa-exclamation::before {
  content: '';
}
.fa-superscript::before {
  content: '';
}
.fa-subscript::before {
  content: '';
}
.fa-eraser::before {
  content: '';
}
.fa-puzzle-piece::before {
  content: '';
}
.fa-microphone::before {
  content: '';
}
.fa-microphone-slash::before {
  content: '';
}
.fa-shield::before {
  content: '';
}
.fa-calendar-o::before {
  content: '';
}
.fa-fire-extinguisher::before {
  content: '';
}
.fa-rocket::before {
  content: '';
}
.fa-maxcdn::before {
  content: '';
}
.fa-chevron-circle-left::before {
  content: '';
}
.fa-chevron-circle-right::before {
  content: '';
}
.fa-chevron-circle-up::before {
  content: '';
}
.fa-chevron-circle-down::before {
  content: '';
}
.fa-html5::before {
  content: '';
}
.fa-css3::before {
  content: '';
}
.fa-anchor::before {
  content: '';
}
.fa-unlock-alt::before {
  content: '';
}
.fa-bullseye::before {
  content: '';
}
.fa-ellipsis-h::before {
  content: '';
}
.fa-ellipsis-v::before {
  content: '';
}
.fa-rss-square::before {
  content: '';
}
.fa-play-circle::before {
  content: '';
}
.fa-ticket::before {
  content: '';
}
.fa-minus-square::before {
  content: '';
}
.fa-minus-square-o::before {
  content: '';
}
.fa-level-up::before {
  content: '';
}
.fa-level-down::before {
  content: '';
}
.fa-check-square::before {
  content: '';
}
.fa-pencil-square::before {
  content: '';
}
.fa-external-link-square::before {
  content: '';
}
.fa-share-square::before {
  content: '';
}
.fa-compass::before {
  content: '';
}
.fa-toggle-down::before,
.fa-caret-square-o-down::before {
  content: '';
}
.fa-toggle-up::before,
.fa-caret-square-o-up::before {
  content: '';
}
.fa-toggle-right::before,
.fa-caret-square-o-right::before {
  content: '';
}
.fa-euro::before,
.fa-eur::before {
  content: '';
}
.fa-gbp::before {
  content: '';
}
.fa-dollar::before,
.fa-usd::before {
  content: '';
}
.fa-rupee::before,
.fa-inr::before {
  content: '';
}
.fa-cny::before,
.fa-rmb::before,
.fa-yen::before,
.fa-jpy::before {
  content: '';
}
.fa-ruble::before,
.fa-rouble::before,
.fa-rub::before {
  content: '';
}
.fa-won::before,
.fa-krw::before {
  content: '';
}
.fa-bitcoin::before,
.fa-btc::before {
  content: '';
}
.fa-file::before {
  content: '';
}
.fa-file-text::before {
  content: '';
}
.fa-sort-alpha-asc::before {
  content: '';
}
.fa-sort-alpha-desc::before {
  content: '';
}
.fa-sort-amount-asc::before {
  content: '';
}
.fa-sort-amount-desc::before {
  content: '';
}
.fa-sort-numeric-asc::before {
  content: '';
}
.fa-sort-numeric-desc::before {
  content: '';
}
.fa-thumbs-up::before {
  content: '';
}
.fa-thumbs-down::before {
  content: '';
}
.fa-youtube-square::before {
  content: '';
}
.fa-youtube::before {
  content: '';
}
.fa-xing::before {
  content: '';
}
.fa-xing-square::before {
  content: '';
}
.fa-youtube-play::before {
  content: '';
}
.fa-dropbox::before {
  content: '';
}
.fa-stack-overflow::before {
  content: '';
}
.fa-instagram::before {
  content: '';
}
.fa-flickr::before {
  content: '';
}
.fa-adn::before {
  content: '';
}
.fa-bitbucket::before {
  content: '';
}
.fa-bitbucket-square::before {
  content: '';
}
.fa-tumblr::before {
  content: '';
}
.fa-tumblr-square::before {
  content: '';
}
.fa-long-arrow-down::before {
  content: '';
}
.fa-long-arrow-up::before {
  content: '';
}
.fa-long-arrow-left::before {
  content: '';
}
.fa-long-arrow-right::before {
  content: '';
}
.fa-apple::before {
  content: '';
}
.fa-windows::before {
  content: '';
}
.fa-android::before {
  content: '';
}
.fa-linux::before {
  content: '';
}
.fa-dribbble::before {
  content: '';
}
.fa-skype::before {
  content: '';
}
.fa-foursquare::before {
  content: '';
}
.fa-trello::before {
  content: '';
}
.fa-female::before {
  content: '';
}
.fa-male::before {
  content: '';
}
.fa-gittip::before,
.fa-gratipay::before {
  content: '';
}
.fa-sun-o::before {
  content: '';
}
.fa-moon-o::before {
  content: '';
}
.fa-archive::before {
  content: '';
}
.fa-bug::before {
  content: '';
}
.fa-vk::before {
  content: '';
}
.fa-weibo::before {
  content: '';
}
.fa-renren::before {
  content: '';
}
.fa-pagelines::before {
  content: '';
}
.fa-stack-exchange::before {
  content: '';
}
.fa-arrow-circle-o-right::before {
  content: '';
}
.fa-arrow-circle-o-left::before {
  content: '';
}
.fa-toggle-left::before,
.fa-caret-square-o-left::before {
  content: '';
}
.fa-dot-circle-o::before {
  content: '';
}
.fa-wheelchair::before {
  content: '';
}
.fa-vimeo-square::before {
  content: '';
}
.fa-turkish-lira::before,
.fa-try::before {
  content: '';
}
.fa-plus-square-o::before {
  content: '';
}
.fa-space-shuttle::before {
  content: '';
}
.fa-slack::before {
  content: '';
}
.fa-envelope-square::before {
  content: '';
}
.fa-wordpress::before {
  content: '';
}
.fa-openid::before {
  content: '';
}
.fa-institution::before,
.fa-bank::before,
.fa-university::before {
  content: '';
}
.fa-mortar-board::before,
.fa-graduation-cap::before {
  content: '';
}
.fa-yahoo::before {
  content: '';
}
.fa-google::before {
  content: '';
}
.fa-reddit::before {
  content: '';
}
.fa-reddit-square::before {
  content: '';
}
.fa-stumbleupon-circle::before {
  content: '';
}
.fa-stumbleupon::before {
  content: '';
}
.fa-delicious::before {
  content: '';
}
.fa-digg::before {
  content: '';
}
.fa-pied-piper-pp::before {
  content: '';
}
.fa-pied-piper-alt::before {
  content: '';
}
.fa-drupal::before {
  content: '';
}
.fa-joomla::before {
  content: '';
}
.fa-language::before {
  content: '';
}
.fa-fax::before {
  content: '';
}
.fa-building::before {
  content: '';
}
.fa-child::before {
  content: '';
}
.fa-paw::before {
  content: '';
}
.fa-spoon::before {
  content: '';
}
.fa-cube::before {
  content: '';
}
.fa-cubes::before {
  content: '';
}
.fa-behance::before {
  content: '';
}
.fa-behance-square::before {
  content: '';
}
.fa-steam::before {
  content: '';
}
.fa-steam-square::before {
  content: '';
}
.fa-recycle::before {
  content: '';
}
.fa-automobile::before,
.fa-car::before {
  content: '';
}
.fa-cab::before,
.fa-taxi::before {
  content: '';
}
.fa-tree::before {
  content: '';
}
.fa-spotify::before {
  content: '';
}
.fa-deviantart::before {
  content: '';
}
.fa-soundcloud::before {
  content: '';
}
.fa-database::before {
  content: '';
}
.fa-file-pdf-o::before {
  content: '';
}
.fa-file-word-o::before {
  content: '';
}
.fa-file-excel-o::before {
  content: '';
}
.fa-file-powerpoint-o::before {
  content: '';
}
.fa-file-photo-o::before,
.fa-file-picture-o::before,
.fa-file-image-o::before {
  content: '';
}
.fa-file-zip-o::before,
.fa-file-archive-o::before {
  content: '';
}
.fa-file-sound-o::before,
.fa-file-audio-o::before {
  content: '';
}
.fa-file-movie-o::before,
.fa-file-video-o::before {
  content: '';
}
.fa-file-code-o::before {
  content: '';
}
.fa-vine::before {
  content: '';
}
.fa-codepen::before {
  content: '';
}
.fa-jsfiddle::before {
  content: '';
}
.fa-life-bouy::before,
.fa-life-buoy::before,
.fa-life-saver::before,
.fa-support::before,
.fa-life-ring::before {
  content: '';
}
.fa-circle-o-notch::before {
  content: '';
}
.fa-ra::before,
.fa-resistance::before,
.fa-rebel::before {
  content: '';
}
.fa-ge::before,
.fa-empire::before {
  content: '';
}
.fa-git-square::before {
  content: '';
}
.fa-git::before {
  content: '';
}
.fa-y-combinator-square::before,
.fa-yc-square::before,
.fa-hacker-news::before {
  content: '';
}
.fa-tencent-weibo::before {
  content: '';
}
.fa-qq::before {
  content: '';
}
.fa-wechat::before,
.fa-weixin::before {
  content: '';
}
.fa-send::before,
.fa-paper-plane::before {
  content: '';
}
.fa-send-o::before,
.fa-paper-plane-o::before {
  content: '';
}
.fa-history::before {
  content: '';
}
.fa-circle-thin::before {
  content: '';
}
.fa-header::before {
  content: '';
}
.fa-paragraph::before {
  content: '';
}
.fa-sliders::before {
  content: '';
}
.fa-share-alt::before {
  content: '';
}
.fa-share-alt-square::before {
  content: '';
}
.fa-bomb::before {
  content: '';
}
.fa-soccer-ball-o::before,
.fa-futbol-o::before {
  content: '';
}
.fa-tty::before {
  content: '';
}
.fa-binoculars::before {
  content: '';
}
.fa-plug::before {
  content: '';
}
.fa-slideshare::before {
  content: '';
}
.fa-twitch::before {
  content: '';
}
.fa-yelp::before {
  content: '';
}
.fa-newspaper-o::before {
  content: '';
}
.fa-wifi::before {
  content: '';
}
.fa-calculator::before {
  content: '';
}
.fa-paypal::before {
  content: '';
}
.fa-google-wallet::before {
  content: '';
}
.fa-cc-visa::before {
  content: '';
}
.fa-cc-mastercard::before {
  content: '';
}
.fa-cc-discover::before {
  content: '';
}
.fa-cc-amex::before {
  content: '';
}
.fa-cc-paypal::before {
  content: '';
}
.fa-cc-stripe::before {
  content: '';
}
.fa-bell-slash::before {
  content: '';
}
.fa-bell-slash-o::before {
  content: '';
}
.fa-trash::before {
  content: '';
}
.fa-copyright::before {
  content: '';
}
.fa-at::before {
  content: '';
}
.fa-eyedropper::before {
  content: '';
}
.fa-paint-brush::before {
  content: '';
}
.fa-birthday-cake::before {
  content: '';
}
.fa-area-chart::before {
  content: '';
}
.fa-pie-chart::before {
  content: '';
}
.fa-line-chart::before {
  content: '';
}
.fa-lastfm::before {
  content: '';
}
.fa-lastfm-square::before {
  content: '';
}
.fa-toggle-off::before {
  content: '';
}
.fa-toggle-on::before {
  content: '';
}
.fa-bicycle::before {
  content: '';
}
.fa-bus::before {
  content: '';
}
.fa-ioxhost::before {
  content: '';
}
.fa-angellist::before {
  content: '';
}
.fa-cc::before {
  content: '';
}
.fa-shekel::before,
.fa-sheqel::before,
.fa-ils::before {
  content: '';
}
.fa-meanpath::before {
  content: '';
}
.fa-buysellads::before {
  content: '';
}
.fa-connectdevelop::before {
  content: '';
}
.fa-dashcube::before {
  content: '';
}
.fa-forumbee::before {
  content: '';
}
.fa-leanpub::before {
  content: '';
}
.fa-sellsy::before {
  content: '';
}
.fa-shirtsinbulk::before {
  content: '';
}
.fa-simplybuilt::before {
  content: '';
}
.fa-skyatlas::before {
  content: '';
}
.fa-cart-plus::before {
  content: '';
}
.fa-cart-arrow-down::before {
  content: '';
}
.fa-diamond::before {
  content: '';
}
.fa-ship::before {
  content: '';
}
.fa-user-secret::before {
  content: '';
}
.fa-motorcycle::before {
  content: '';
}
.fa-street-view::before {
  content: '';
}
.fa-heartbeat::before {
  content: '';
}
.fa-venus::before {
  content: '';
}
.fa-mars::before {
  content: '';
}
.fa-mercury::before {
  content: '';
}
.fa-intersex::before,
.fa-transgender::before {
  content: '';
}
.fa-transgender-alt::before {
  content: '';
}
.fa-venus-double::before {
  content: '';
}
.fa-mars-double::before {
  content: '';
}
.fa-venus-mars::before {
  content: '';
}
.fa-mars-stroke::before {
  content: '';
}
.fa-mars-stroke-v::before {
  content: '';
}
.fa-mars-stroke-h::before {
  content: '';
}
.fa-neuter::before {
  content: '';
}
.fa-genderless::before {
  content: '';
}
.fa-facebook-official::before {
  content: '';
}
.fa-pinterest-p::before {
  content: '';
}
.fa-whatsapp::before {
  content: '';
}
.fa-server::before {
  content: '';
}
.fa-user-plus::before {
  content: '';
}
.fa-user-times::before {
  content: '';
}
.fa-hotel::before,
.fa-bed::before {
  content: '';
}
.fa-viacoin::before {
  content: '';
}
.fa-train::before {
  content: '';
}
.fa-subway::before {
  content: '';
}
.fa-medium::before {
  content: '';
}
.fa-yc::before,
.fa-y-combinator::before {
  content: '';
}
.fa-optin-monster::before {
  content: '';
}
.fa-opencart::before {
  content: '';
}
.fa-expeditedssl::before {
  content: '';
}
.fa-battery-4::before,
.fa-battery-full::before {
  content: '';
}
.fa-battery-3::before,
.fa-battery-three-quarters::before {
  content: '';
}
.fa-battery-2::before,
.fa-battery-half::before {
  content: '';
}
.fa-battery-1::before,
.fa-battery-quarter::before {
  content: '';
}
.fa-battery-0::before,
.fa-battery-empty::before {
  content: '';
}
.fa-mouse-pointer::before {
  content: '';
}
.fa-i-cursor::before {
  content: '';
}
.fa-object-group::before {
  content: '';
}
.fa-object-ungroup::before {
  content: '';
}
.fa-sticky-note::before {
  content: '';
}
.fa-sticky-note-o::before {
  content: '';
}
.fa-cc-jcb::before {
  content: '';
}
.fa-cc-diners-club::before {
  content: '';
}
.fa-clone::before {
  content: '';
}
.fa-balance-scale::before {
  content: '';
}
.fa-hourglass-o::before {
  content: '';
}
.fa-hourglass-1::before,
.fa-hourglass-start::before {
  content: '';
}
.fa-hourglass-2::before,
.fa-hourglass-half::before {
  content: '';
}
.fa-hourglass-3::before,
.fa-hourglass-end::before {
  content: '';
}
.fa-hourglass::before {
  content: '';
}
.fa-hand-grab-o::before,
.fa-hand-rock-o::before {
  content: '';
}
.fa-hand-stop-o::before,
.fa-hand-paper-o::before {
  content: '';
}
.fa-hand-scissors-o::before {
  content: '';
}
.fa-hand-lizard-o::before {
  content: '';
}
.fa-hand-spock-o::before {
  content: '';
}
.fa-hand-pointer-o::before {
  content: '';
}
.fa-hand-peace-o::before {
  content: '';
}
.fa-trademark::before {
  content: '';
}
.fa-registered::before {
  content: '';
}
.fa-creative-commons::before {
  content: '';
}
.fa-gg::before {
  content: '';
}
.fa-gg-circle::before {
  content: '';
}
.fa-tripadvisor::before {
  content: '';
}
.fa-odnoklassniki::before {
  content: '';
}
.fa-odnoklassniki-square::before {
  content: '';
}
.fa-get-pocket::before {
  content: '';
}
.fa-wikipedia-w::before {
  content: '';
}
.fa-safari::before {
  content: '';
}
.fa-chrome::before {
  content: '';
}
.fa-firefox::before {
  content: '';
}
.fa-opera::before {
  content: '';
}
.fa-internet-explorer::before {
  content: '';
}
.fa-tv::before,
.fa-television::before {
  content: '';
}
.fa-contao::before {
  content: '';
}
.fa-500px::before {
  content: '';
}
.fa-amazon::before {
  content: '';
}
.fa-calendar-plus-o::before {
  content: '';
}
.fa-calendar-minus-o::before {
  content: '';
}
.fa-calendar-times-o::before {
  content: '';
}
.fa-calendar-check-o::before {
  content: '';
}
.fa-industry::before {
  content: '';
}
.fa-map-pin::before {
  content: '';
}
.fa-map-signs::before {
  content: '';
}
.fa-map-o::before {
  content: '';
}
.fa-map::before {
  content: '';
}
.fa-commenting::before {
  content: '';
}
.fa-commenting-o::before {
  content: '';
}
.fa-houzz::before {
  content: '';
}
.fa-vimeo::before {
  content: '';
}
.fa-black-tie::before {
  content: '';
}
.fa-fonticons::before {
  content: '';
}
.fa-reddit-alien::before {
  content: '';
}
.fa-edge::before {
  content: '';
}
.fa-credit-card-alt::before {
  content: '';
}
.fa-codiepie::before {
  content: '';
}
.fa-modx::before {
  content: '';
}
.fa-fort-awesome::before {
  content: '';
}
.fa-usb::before {
  content: '';
}
.fa-product-hunt::before {
  content: '';
}
.fa-mixcloud::before {
  content: '';
}
.fa-scribd::before {
  content: '';
}
.fa-pause-circle::before {
  content: '';
}
.fa-pause-circle-o::before {
  content: '';
}
.fa-stop-circle::before {
  content: '';
}
.fa-stop-circle-o::before {
  content: '';
}
.fa-shopping-bag::before {
  content: '';
}
.fa-shopping-basket::before {
  content: '';
}
.fa-hashtag::before {
  content: '';
}
.fa-bluetooth::before {
  content: '';
}
.fa-bluetooth-b::before {
  content: '';
}
.fa-percent::before {
  content: '';
}
.fa-gitlab::before {
  content: '';
}
.fa-wpbeginner::before {
  content: '';
}
.fa-wpforms::before {
  content: '';
}
.fa-envira::before {
  content: '';
}
.fa-universal-access::before {
  content: '';
}
.fa-wheelchair-alt::before {
  content: '';
}
.fa-question-circle-o::before {
  content: '';
}
.fa-blind::before {
  content: '';
}
.fa-audio-description::before {
  content: '';
}
.fa-volume-control-phone::before {
  content: '';
}
.fa-braille::before {
  content: '';
}
.fa-assistive-listening-systems::before {
  content: '';
}
.fa-asl-interpreting::before,
.fa-american-sign-language-interpreting::before {
  content: '';
}
.fa-deafness::before,
.fa-hard-of-hearing::before,
.fa-deaf::before {
  content: '';
}
.fa-glide::before {
  content: '';
}
.fa-glide-g::before {
  content: '';
}
.fa-signing::before,
.fa-sign-language::before {
  content: '';
}
.fa-low-vision::before {
  content: '';
}
.fa-viadeo::before {
  content: '';
}
.fa-viadeo-square::before {
  content: '';
}
.fa-snapchat::before {
  content: '';
}
.fa-snapchat-ghost::before {
  content: '';
}
.fa-snapchat-square::before {
  content: '';
}
.fa-pied-piper::before {
  content: '';
}
.fa-first-order::before {
  content: '';
}
.fa-yoast::before {
  content: '';
}
.fa-themeisle::before {
  content: '';
}
.fa-google-plus-circle::before,
.fa-google-plus-official::before {
  content: '';
}
.fa-fa::before,
.fa-font-awesome::before {
  content: '';
}

.sweet-alert,
.sweet-overlay {
  position: fixed;
  display: none;
}

.boxes,
.boxes cbox,
.boxes img {
  width: 100%;
}
.instructions {
  padding: 10px;
  background-color: #232f3e;
  border-radius: 4px;
  color: #fff;
  margin-top: 20px;
  text-align: center;
}
.boxes {
  margin: 10px 0;
}
.clock {
  font-size: 34px;
  color: red;
  font-weight: bold;
}
.box-o-t {
  position: absolute;
  top: -34%;
}
.boxes .discover .box-o-b {
  z-index: 1;
  position: relative;
}
.boxes .iphone {
  width: 76%;
  height: auto;
  position: absolute;
  z-index: 0;
  top: -20%;
  left: 12%;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.boxes .discover > .iphone {
  top: -60%;
}
.boxes > div {
  position: relative;
  display: inline-block;
  width: 32.5%;
  height: 50%;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  cursor: pointer;
}
.boxes > div:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.instructions table {
  width: 100%;
}
.instructions td:first-child {
  padding-right: 10px;
  width: 10px;
}
.instructions td:last-child {
  padding-left: 10px;
  width: 10px;
}

@media (max-width: 479px) {
  .boxes > div {
    width: 32%;
  }
}
@media (max-width: 319px) {
  .boxes > div {
    width: 48%;
  }
}

.sweet-overlay {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
}
.sweet-alert {
  background-color: #fff;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  transform: translateY(-50%);
  overflow: hidden;
  z-index: 99999;
}
@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert h2 {
  color: #575757;
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 10px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}
.sweet-alert p {
  color: #797979;
  font-size: 15px;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
}
.sweet-alert button {
  background-color: #e84242;
  color: #fff;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0;
  cursor: pointer;
}
.sweet-alert button:focus {
  outline: 0;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.sweet-alert button:hover {
  background-color: #7ecff4;
}
.sweet-alert button:active {
  background-color: #5dc2f1;
}
.sweet-alert button::-moz-focus-inner {
  border: 0;
}
.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}
.sweet-alert .sa-icon.sa-success {
  border-color: #a5dc86;
}
.sweet-alert .sa-icon.sa-success::after,
.sweet-alert .sa-icon.sa-success::before {
  content: '';
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
}
.sweet-alert .sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}
.sweet-alert .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  transform-origin: 0 60px;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  -webkit-border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@-webkit-keyframes slideFromTop {
  0% {
    top: 0;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromTop {
  0% {
    top: 0;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0;
  }
}
@keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
@keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
@-webkit-keyframes animateSuccessTip {
  0%,
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0%,
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0%,
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0%,
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0%,
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  100%,
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0%,
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  100%,
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}
.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}
.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}
@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    opacity: 1;
  }
}
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}
@-webkit-keyframes animateXMark {
  0%,
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animateXMark {
  0%,
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}
@-webkit-keyframes pulseWarning {
  0% {
    border-color: #f8d486;
  }
  100% {
    border-color: #f8bb86;
  }
}
@keyframes pulseWarning {
  0% {
    border-color: #f8d486;
  }
  100% {
    border-color: #f8bb86;
  }
}
@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #f8d486;
  }
  100% {
    background-color: #f8bb86;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #f8d486;
  }
  100% {
    background-color: #f8bb86;
  }
}
@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9;
}
.la-ball-fall {
  font-size: 0;
  color: #fff;
  width: 54px;
  height: 18px;
}
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10%,
  90% {
    opacity: 0.5;
  }
  20%,
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10%,
  90% {
    opacity: 0.5;
  }
  20%,
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10%,
  90% {
    opacity: 0.5;
  }
  20%,
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10%,
  90% {
    opacity: 0.5;
  }
  20%,
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}

.animated.animated.bounceIn,
.animated.animated.flipOutX,
.animated@-webkit-keyframes bounce {
           0%,
           100%,
           20%,
           53%,
           80% {
             -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
             animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
             -webkit-transform: translate3d(0, 0, 0);
             transform: translate3d(0, 0, 0);
           }
           40%,
           43% {
             -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
             animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
             -webkit-transform: translate3d(0, -30px, 0);
             transform: translate3d(0, -30px, 0);
           }
           70% {
             -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
             animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
             -webkit-transform: translate3d(0, -15px, 0);
             transform: translate3d(0, -15px, 0);
           }
           90% {
             -webkit-transform: translate3d(0, -4px, 0);
             transform: translate3d(0, -4px, 0);
           }
         }
@keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes bounceIn {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.la-ball-fall,
.visible {
  display: block;
}

.opentry {
  display: none;
}

/*.order_block {*/
/*  display: none;*/
/*}*/

.boxtext {
  width: 100%;
  height: 100%;
  text-align: center;
  color: red;
  font-weight: bold;
  font-size: 28px;
  display: none;
  position: absolute;
  line-height: 32px;
  top: 0;
  left: 0;
  text-shadow: 0 0 10px #fff;
  font-family: open sans;
}

@media screen and (max-width: 800px) {
  .boxtext {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  .boxtext {
    font-size: 18px;
  }
}

@media screen and (max-width: 360px) {
  .boxtext {
    font-size: 16px;
  }
}

#countdown {
  text-align: center;
}

#countdown li {
  color: red;
}

.main-link span {
  display: inline !important;
}

.main-link {
  display: block;
  margin: 20px auto;
  padding: 20px;
  font-size: 20px;
  text-decoration: none;
  background-color: #de0606;
  text-align: center;
  color: #fff !important;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}

.main-link:hover {
  opacity: 0.8;
}

.spin-wrapper {
  -webkit-box-shadow: 0 0 10px;
  box-shadow: 0 0 10px;
  border: 3px solid red;
  padding: 20px 10px;
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box;
}

.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url('../svg/cross.svg');
  background-size: 100%;
  top: -40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  right: -40px;
  cursor: pointer;
}

.cursor-text:active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
}

.spin-result-wrapper {
  display: none;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

.pop-up-layer {
  position: fixed !important;
  top: 0px !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
  z-index: 99 !important;
}

.pop-up-layer-show {
  display: block;
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  margin: 20px auto 0;
  background: #ffffff none repeat scroll 0% 0%;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: pop-up-appear 0.7s ease;
  width: 100%;
  box-sizing: border-box;
}

.pop-up-window::before {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  background-color: rgb(113, 195, 65);
  border-radius: 50%;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor rgb(255, 255, 255) rgb(255, 255, 255);
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  transform: rotate(-45deg);
  transition: opacity 1s ease 0s;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

@keyframes pop-up-appear {
  0% {
    transform: translateY(-100%);
  }
  60% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(-50%);
  }
}

@keyframes pop-up-appear-before {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.pop-up-heading {
  font-size: 40px;
  margin-bottom: 20px;
}

.pop-up-text {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
  text-align: center !important;
}

.pop-up-button {
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 20%;
  font-size: 20px;
  border-radius: 5px;
  background-color: rgb(113, 195, 65);
  color: rgb(255, 255, 255);
  border: medium none;
  cursor: pointer;
  outline: medium none;
  display: inline-block;
  margin-bottom: 12px;
}

.pop-up-button:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.wheel img {
  max-width: 100%;
}

@media all and (max-width: 520px) {
  .wheel {
    width: 280px !important;
  }

  .cursor-text {
    line-height: 48px;
    font-size: 14px;
  }

  .close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url('../svg/cross.svg');
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: -10px;
    cursor: pointer;
  }
}

@media all and (max-width: 480px) {
  .boxtext {
    font-size: 18px;
  }
  .ifr_button {
    font-size: 18px;
  }
}

.super-rotation {
  -webkit-animation-name: super-rotation;
  animation-name: super-rotation;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

@-webkit-keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1783deg);
    transform: rotate(1783deg);
  }
  100% {
    -webkit-transform: rotate(1774deg);
    transform: rotate(1774deg);
  }
}

@keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1783deg);
    transform: rotate(1783deg);
  }
  100% {
    -webkit-transform: rotate(1774deg);
    transform: rotate(1774deg);
  }
}

.time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: bold;
}

.time_remains_title {
  padding-top: 15px;
  text-align: center;
  font-size: 22px;
}
#scroll-to-boxes {
  margin: 40px 0 60px 0;
}
.instructions {
  font-size: 14px;
}
.form {
  height: auto;
}

.form__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;

  border-radius: 0 0 3px 3px;
}

.form__name__field,
.form__tel__field {
  padding-left: 55px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 32px;
  border: 1px solid #eae9e9;
  background-color: #f4f4f4;
  width: 300px;
  outline: 0;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 18px;
}
.form__name {
  position: relative;
  margin-top: 15px;
}

.form__name::before {
  position: absolute;
  content: '';
  width: 22px;
  height: 23px;
  background-image: url('../svg/user-icon.svg');
  background-repeat: no-repeat;
  top: 18px;
  left: 24px;
}

.form__tel {
  position: relative;
  margin-top: 15px;
}
.form__tel::before {
  position: absolute;
  content: '';
  width: 21px;
  height: 24px;
  background-image: url('../svg/telefon-icon.svg');
  background-repeat: no-repeat;
  top: 18px;
  left: 27px;
}

.submit {
  margin-top: 10px;
  height: auto;
  max-width: 400px;
  background-color: firebrick;
  color: rgb(255, 255, 255);
  font-size: 21px;
  border-radius: 3px;
  cursor: pointer;
  width: 100%;
  padding: 10px;
}

.delivery {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 15px;
  position: relative;
  border-radius: 20px;
  display: inline-block;
  padding: 4px 12px 4px 35px;
  border: 1px solid #ececec;
}

.delivery:after {
  top: 50%;
  left: 10px;
  content: '';
  width: 20px;
  height: 20px;
  margin-top: -11px;
  position: absolute;
  background: url('../png/deliv.png') no-repeat center / contain;
}

.price-block b {
  color: #323232;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
  margin-right: 12px;
}

.price-block .old-price {
  color: #b4b0b0;
  font-size: 26px;
  font-weight: 700;
  margin: 0 12px 0 0;
  display: inline-block;
  text-decoration: line-through;
}

.price-block .new-price {
  color: #ff5e00;
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
}

@media screen and (max-width: 570px) {
  .price-block b {
    margin-right: 5px;
  }

  .price-block .old-price {
    font-size: 28px;
    margin: 0 5px 0 0;
  }

  .new-price {
    font-size: 20px;
  }

  .price-block {
    text-align: center;
  }
}

button.at4-closebutton {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin-right: 10px;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  font-size: 19px;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}

button.at4-closebutton:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

div.at4-arrow {
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999em;
  text-align: left;
  cursor: pointer;
}

#at4-recommendedpanel-outer-container .at4-arrow.at-right,
div.at4-arrow.at-right {
  background-position: -20px 0;
}

#at4-recommendedpanel-outer-container .at4-arrow.at-left,
div.at4-arrow.at-left {
  background-position: 0 0;
}

div.at4-arrow.at-down {
  background-position: -60px 0;
}

div.at4-arrow.at-up {
  background-position: -40px 0;
}

.ats-dark div.at4-arrow.at-right {
  background-position: -20px -20px;
}

.ats-dark div.at4-arrow.at-left {
  background-position: 0 -20px;
}

.ats-dark div.at4-arrow.at-down {
  background-position: -60px -20px;
}

.ats-dark div.at4-arrow.at-up {
  background-position: -40px -20px;
}

.at4-opacity-hidden {
  opacity: 0 !important;
}

.at4-opacity-visible {
  opacity: 1 !important;
}

.at4-visually-hidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  overflow: hidden;
}

.at4-hidden-off-screen,
.at4-hidden-off-screen * {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

.at4-show {
  display: block !important;
  opacity: 1 !important;
}

.at4-show-content {
  opacity: 1 !important;
  visibility: visible;
}

.at4-hide {
  display: none !important;
  opacity: 0 !important;
}

.at4-hide-content {
  opacity: 0 !important;
  visibility: hidden;
}

.at4-visible {
  display: block !important;
  opacity: 0 !important;
}

.at-wordpress-hide {
  display: none !important;
  opacity: 0 !important;
}

.addthis-animated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.at-share-tbx-element {
  position: relative;
  margin: 0;
  color: #fff;
  font-size: 0;
}

.at-share-tbx-element,
.at-share-tbx-element .at-share-btn {
  font-family: helvetica neue, helvetica, arial, sans-serif;
  padding: 0;
  line-height: 0;
}

.at-share-tbx-element .at-share-btn {
  cursor: pointer;
  margin: 0 5px 5px 0;
  display: inline-block;
  overflow: hidden;
  border: 0;
  text-decoration: none;
  text-transform: none;
  background-color: transparent;
  color: inherit;
  transition: all 0.2s ease-in-out;
}

.at-share-tbx-element .at-share-btn:focus,
.at-share-tbx-element .at-share-btn:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  outline-offset: -1px;
  color: inherit;
}

.at-share-tbx-element .at-share-btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.at-share-tbx-element .at-share-btn.at-share-btn.at-svc-compact:hover {
  -webkit-transform: none;
  transform: none;
}

.at-share-tbx-element .at-icon-wrapper {
  vertical-align: middle;
}

.at-share-tbx-element .at4-share-count,
.at-share-tbx-element .at-label {
  margin: 0 7.5px 0 2.5px;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  background: none;
  height: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.at-share-tbx-element.at-mobile .at4-share-count,
.at-share-tbx-element.at-mobile .at-label {
  display: none;
}

.at-share-tbx-element .at_native_button {
  vertical-align: middle;
}

.at-share-tbx-element .addthis_counter.addthis_bubble_style {
  margin: 0 2px;
  vertical-align: middle;
  display: inline-block;
}

.at-share-tbx-element .fb_iframe_widget {
  display: block;
}

.at-share-tbx-element.at-share-tbx-native .at300b {
  vertical-align: middle;
}

.at-icon-wrapper {
  display: inline-block;
  overflow: hidden;
}

.at_flat_counter {
  cursor: pointer;
  font-family: helvetica, arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  vertical-align: top;
  height: auto;
  margin: 0 5px;
  padding: 0 6px;
  left: -1px;
  background: #ebebeb;
  color: #32363b;
  transition: all 0.2s ease;
}

.at_flat_counter:after {
  top: 30%;
  left: -4px;
  content: '';
  position: absolute;
  border-width: 5px 8px 5px 0;
  border-style: solid;
  border-color: transparent #ebebeb transparent transparent;
  display: block;
  width: 0;
  height: 0;
  /*-webkit-transform: translateY(360deg);*/
  /*transform: translateY(360deg);*/
}

.screenLock {
  min-height: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.msg {
  position: absolute;
  width: 600px;
  height: 300px;
  background: #1d2534;
  top: 0;
  left: 50%;
  margin-left: -300px;
  display: none;
  border-style: solid;
  border-color: #fff;
  border-width: 2px;
  border-radius: 7px;
  padding: 7px;
}

.msg-title {
  font-size: 30px;
  font-family: Arial;
  text-align: center;
  color: #b6b6b6;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 10px;
  line-height: 40px;
}

.submit-popup {
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 22px;
  font-family: Verdana;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  background: none;
  border-style: none;
  border-color: #fff;
  border-width: 1px;
  line-height: 40px;
}

.country_select {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
}
.copyright {
  font-size: 14px;
  text-align: center;
  padding: 20px 0;
  color: #6c6e6f;
}
.copyright p {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}
.copyright br {
  display: none;
}
.copyright img {
  margin: 10px auto !important;
  max-width: 100%;
}
.copyright a {
  color: #6c6e6f;
  text-decoration: none;
}
.copyright a:hover {
  color: #ff0069;
  text-decoration: none;
}
.errField {
  display: none;
  font-size: 14px;
  background: #f00;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}
.errorMessage {
  font-size: 15px;
  background: rgba(255, 0, 0, 0.64);
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  position: absolute;
  margin: 10px 0 0;
  z-index: 999;
}

/* */

.vk-avatar img {
    float: left;
    margin-right: 10px;
}

.vk-comment, .vk-comment-load {
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid rgb(218, 225, 232);
    padding-bottom: 15px;
}

.vk-comment-name {
    color: rgb(43, 88, 122);
    font-weight: bold;
    font-size: 12px;
}

.vk-comment-text {
    margin-left: 60px;
}

@media screen and (max-width: 999px) {
    .vk-comment-name {
        color: rgb(43, 88, 122);
        font-weight: bold;
        font-size: 18px;
    }
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 319px) {
    .vk-comment-name {
        color: rgb(43, 88, 122);
        font-weight: bold;
        font-size: 15px;
    }
}

body {
    padding: 0px;
    margin: 0px;
    background: transparent;
}

body * {
    font-family: Arial;
}

h1, h2, h3 {
    font-weight: normal;
    margin: 0px;
}

h1 {
    font-size: 27px;
}

a {
    color: rgb(186, 0, 9);
}

a:hover {
    text-decoration: none;
    color: rgb(255, 0, 0);
}

.wrap {
    max-width: 700px;
    min-width: 240px;
    margin: 0px auto;
}

body img {
    max-width: 100%;
}

.content {
    width: 100%;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

.post {
    padding: 15px;
    font-size: 17px;
}

.post .info {
    color: rgb(153, 153, 153);
    font-size: 11px;
    font-style: italic;
}

.post a {
    font-size: 19px;
}


#trp-discount-block {
    background: rgba(0, 0, 0, 0) url('../png/discount-block.png') no-repeat scroll 0px -70px;
    border-radius: 4px;
    bottom: 1px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-family: Verdana;
    font-size: 16px;
    height: 70px;
    line-height: 62px;
    position: fixed;
    text-align: center;
    text-shadow: 1px 0px 2px rgb(0, 0, 0);
    width: 422px;
    z-index: 10000;
    left: 50%;
    margin-left: -211px;
    display: block;
}

#trp-discount-block:hover {
    background-position: 0px 0px;
}

.test {
    display: none;
    text-align: center !important;
    font-size: 16px;
    line-height: 24px;
}

#num {
    text-align: center;
}

select {
    padding: 5px 10px;
    font-size: 16px;
}

.tbtn {
    padding: 6px 10px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
}

.test {
    display: none;
    text-align: center !important;
    font-size: 16px;
    line-height: 24px;
}

.feedback-form {
    display: block;
    width: 60%;
    box-sizing: border-box;
    padding: 15px 20px;
    margin: 10px auto;
    background-color: #dedede;
    border-radius: 8px;
    min-height: 60px;
}

.feedback-label {
    text-align: center;
    font-style: normal;
    display: block;
}

.feedback-fio,
.feedback-phone {
    width: 100% !important;
    box-sizing: border-box;
    display: block;
    outline: none;
    line-height: 30px;
    color: black;
    padding: 5px 10px;
    line-height: 1.1;
    font-size: 16px;
    border: none;
    margin: 5px auto;
    border-radius: 2px;
}

.feedback-fio:hover,
.feedback-phone:hover {
    outline: 2px solid #8e8e8e;
}

.feedback-fio:focus,
.feedback-phone:focus {
    outline: 2px solid #e38e54;
}

.feedback-btn {
    width: 100%;
    box-sizing: border-box;
    display: block;
    outline: none;
    line-height: 30px;
    color: black;
    padding: 5px 10px;
    font-size: 16px;
    border: none;
    margin: 5px auto;
    border-radius: 2px;
    background-color: rgb(255, 102, 0);
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.feedback-btn:hover {
    background-color: #fff;
    color: rgb(255, 102, 0);
    transition: background-color 0.8s, color 0.8s;
    cursor: pointer;
}

.iframe * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.iframe {
    max-width: 600px;
    margin: auto;
    height: auto !important;
    background: #a0ba8a none repeat scroll 0% 0%;
    border: 5px dashed #000;
    padding: 20px 20px 0;
    text-align: center;
}

.form-font {
    font-size: 22px;
}

.order_form {
    margin-top: 15px;
}

.block_form {
    margin-bottom: 10px;
}

.block_form_label {
    font-size: 15px;
    margin-bottom: 5px;
    text-align: left;
    display: block;
}

.block_form input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: #888 1px solid;
    font-size: 15px;
    background: #fff;
}

.ifr_button {
    cursor: pointer;
    letter-spacing: .4px;
    font-weight: 600 !important;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    font-family: calibri, roboto, arial;
    display: block;
    margin: 10px auto 20px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    width: auto;
    line-height: 32px;
    height: auto;
    background: #e74c3c;
    border-bottom: 2px solid #c0392b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-height: 51px;
    padding: 0 14px;
}

.error_span {
    display: block;
    font-size: 12px;
    color: red;
    margin-bottom: 6px;
}

/* */

.profit-offer--another-style {
  color: red !important;
  font-weight: 600 !important;
  font-size: 20px;

  text-align: center;
  text-decoration: underline !important;
}

.profit-offer {

  font-weight: 600 !important;
  color: rgba(255 0 0 .71);
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}