.offer_section .x_country_select select {
    display: block;
    margin: 0 auto 20px;
    padding: 0 20px;
    width: 300px;
    height: 54px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #222;
}

.footer_ {
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
   /* padding-top: 50px;*/
}
.footer_ .section-box {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #696c70;
    font-size: 16px;
    line-height: 1.5;
}
.footer__left-block{

}
.footer__left-block div, .footer__left-block img{
    display: inline-block;
    vertical-align: middle;
}
.footer__left-block img{
    margin-right: 6px;
}
.footer__left-block ._blue {
  
}
.footer__left-block span {
    display: block;
}
.footer__center-block {
    text-align: center;
}
.footer__center-block * {
    display: block;
}
.footer__right-block {
    text-align: right;
    text-transform: uppercase;
}
.footer__right-block span {
    display: block;
}
.footer__right-block span {
    display: block;
}
@media (max-width: 767px){
  .footer_ .section-box{
    display: block;
    text-align: center;
  }
  .footer__left-block span {
      display: inline-block;
      padding-left: 2px;
      padding-right: 2px;
  }
 .footer__right-block{
    display: none;
 }
 .footer__center-block.footer__center-block span {
     display: none !important;
 }
 .footer__left-block img{
    display: block;
    width: 54px;
    margin: 0 auto;
 }
}
@media screen and (max-width: 639px){
    .components_section .component_item .image_block{
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    .components_section .component_item .image_block img{
        display: inline-block;
    }
}
@media screen and (max-width: 959px){
    .image_block{
        text-align: center;
    }
}

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, 
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, 
q:before, q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a, input, button {
    outline: none;
}

a {
    background-color: transparent;
    text-decoration: underline;
    -webkit-text-decoration-skip: objects;
}

input, button {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* styles */

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

html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    min-width: 320px;
    background: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #222;
    cursor: default;
}

header, section, footer {
    margin: 0 auto;
    max-width: 1920px;
}

.wrapper {
    margin: 0 auto;
    padding: 0 10px;
    width: 960px;
    position: relative;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
}

b {
    font-weight: 700;
}

/* button */

.button {
    display: block;
    margin: 0 auto;
    width: 300px;
    height: 64px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #ffbf15;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ff7b21), to(#ffbf15));
    background-image: -webkit-linear-gradient(bottom, #ff7b21 0%, #ffbf15 100%);
    background-image: -moz-linear-gradient(bottom, #ff7b21 0%, #ffbf15 100%);
    background-image: -o-linear-gradient(bottom, #ff7b21 0%, #ffbf15 100%);
    background-image: linear-gradient(to top, #ff7b21 0%, #ffbf15 100%);
    -webkit-box-shadow: 0 4px 0 #b95f1f;
    -moz-box-shadow: 0 4px 0 #b95f1f;
    box-shadow: 0 4px 0 #b95f1f;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 22px;
    line-height: 64px;
    color: #222;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 1px 1px #ffc300;
    cursor: pointer;
}

.button:hover {
    background-color: #fdba08;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fc7214), to(#fdba08));
    background-image: -webkit-linear-gradient(bottom, #fc7214 0%, #fdba08 100%);
    background-image: -moz-linear-gradient(bottom, #fc7214 0%, #fdba08 100%);
    background-image: -o-linear-gradient(bottom, #fc7214 0%, #fdba08 100%);
    background-image: linear-gradient(to top, #fc7214 0%, #fdba08 100%);
}

.button:active {
    -webkit-transform: scale(0.995);
    -moz-transform: scale(0.995);
    -ms-transform: scale(0.995);
    -o-transform: scale(0.995);
    transform: scale(0.995);
}

/* titles */

h2 {
    font-size: 44px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
}

h2 span {
    font-weight: 800;
    white-space: nowrap;
}

/* offer */

.offer_section {
    padding: 32px 0 0;
    height: 566px;
}

.offer_section.offer_top {
    background: #24535f url(../img/desctop__offer_top_bg.jpg) center top no-repeat;
}

.offer_section.offer_bottom {
    background: #24535f url(../img/desctop__offer_bottom_bg.jpg) center top no-repeat;
}

.offer_section .title_block {
    margin: 0 0 25px 235px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
}

.offer_section .title_block .subtitle {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #f7f7f7;
}

.offer_section .title_block .main_title {
    display: inline-block;
    vertical-align: middle;
    width: 381px;
    height: 54px;
    background: url(../img/offer__title_image.png) center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    font-size: 0;
    color: rgba(255,255,255,0);
}

.offer_section .title_block .description {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
    width: 300px;
    border-left: 3px solid #ffae37;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: normal;
    color: #ffb516;
    text-transform: uppercase;
}

.offer_section .discount {
    width: 100px;
    font-weight: 800;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    position: absolute;
    top: 299px;
    left: 158px;
}

.offer_section .discount span {
    font-size: 36px;
}

.offer_section ul {
    float: left;
    margin: 0 0 0 390px;
    width: 190px;
}

.offer_section ul li {
    margin: 0 0 15px;
    padding: 76px 0 0;
    background-position: center top;
    background-repeat: no-repeat;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #ffb516;
    text-transform: uppercase;
    text-align: center;
}

.offer_section ul li:first-child {
    background-image: url(../img/offer__benefit1_icon.png);
}

.offer_section ul li:nth-child(2) {
    background-image: url(../img/offer__benefit2_icon.png);
}

.offer_section ul li:last-child {
    margin: 0;
    background-image: url(../img/offer__benefit3_icon.png);
}

.offer_section ul li span {
    color: #222;
    white-space: nowrap;
}

.offer_section .form_block {
    float: right;
    margin: 5px 0 0;
    width: 360px;
}

.offer_section .price_block {
    position: relative;
}

.offer_section .price_block:before {
    display: block;
    content: '';
    border-left: 20px solid #433e3e;
    border-top: 40px solid #ff3324;
    border-bottom: 40px solid #ff3324;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -10px;
}

.offer_section .price_block .price_item {
    float: left;
    padding: 16px 0 0;
    width: 50%;
    height: 80px;
    text-align: center;
}

.offer_section .price_block .price_item:before {
    display: block;
    content: '';
    width: 174px;
    height: 68px;
    position: absolute;
    top: 5px;
    z-index: 10;
}

.offer_section .price_block .price_item.old {
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
    background: #433e3e;
    color: #acacac;
}

.offer_section .price_block .price_item.old:before {
    border: 1px dashed rgba(255,255,255,0.2);
    border-right: none;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
    left: 5px;
}

.offer_section .price_block .price_item.new {
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
    background: #ff3324;
    color: #fff;
}

.offer_section .price_block .price_item.new:before {
    border: 1px dashed rgba(255,255,255,0.4);
    border-left: none;
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
    right: 5px;
}

.offer_section .price_block .text {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}

.offer_section .price_block .value {
    font-size: 30px;
    line-height: 30px;
}

.offer_section .price_block .price_item.old .value {
    text-decoration: line-through;
}

.offer_section .price_block .price_item.new .value {
    font-weight: 800;
}

.offer_section .order_form {
    margin: 0 auto;
    padding: 20px 0 15px;
    width: 340px;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    background: #232020;
    position: relative;
}

.offer_section .order_form:before {
    display: block;
    content: '';
    width: 100%;
    height: 20px;
    background: url(../img/offer__form_shadow.png) center top no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.offer_section .input {
    display: block;
    margin: 0 auto 20px;
    padding: 0 20px;
    width: 300px;
    height: 54px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #222;
}

.offer_section .input::-webkit-input-placeholder {
    opacity: 1;
    color: #222;
}

.offer_section .input:-moz-placeholder {
    opacity: 1;
    color: #222;
}

.offer_section .input::-moz-placeholder {
    opacity: 1;
    color: #222;
}

.offer_section .input:-ms-input-placeholder {
    opacity: 1;
    color: #222;
}

.offer_section .input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.offer_section .input:focus:-moz-placeholder {
    opacity: 0;
}

.offer_section .input:focus::-moz-placeholder {
    opacity: 0;
}

.offer_section .input:focus:-ms-input-placeholder {
    opacity: 0;
}

.offer_section .order_form p {
    margin: 20px 0 0;
    font-size: 12px;
    line-height: 18px;
    color: #ffb516;
    text-transform: uppercase;
    text-align: center;
}

.offer_section .order_form p:before {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    content: '';
    width: 12px;
    height: 15px;
    background: url(../img/offer__confidentiality_icon.png) center no-repeat;
}

/* about */

.about_section {
    padding: 40px 0 55px;
    background: #222 url(../img/desctop__about_bg.jpg) center bottom no-repeat;
    color: #fff;
}

.about_section span {
    color: #ffb516;
}

.about_section h2 {
    margin: 0 0 40px;
}

.about_section .info {
    float: left;
    margin: 0 30px 0 0;
    width: 360px;
}

.about_section .info_item {
    margin: 0 0 30px;
}

.about_section .info_item:last-child {
    margin: 0;
}

.about_section .info_item .image_block {
    margin: 0 0 15px;
    height: 140px;
    border: 2px dashed #4a9aad;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
}

.about_section .info_item img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
}

.about_section .info_item:first-child img {
    width: 203px;
    height: 143px;
    margin: -72px 0 0 -102px;
}

.about_section .info_item:last-child img {
    width: 266px;
    height: 154px;
    margin: -77px 0 0 -133px;
}

.about_section .text_block {
    float: left;
    width: 550px;
}

.about_section .text_block p {
    margin: 0 0 15px;
    line-height: 30px;
}

.about_section .text_block p:last-child {
    margin: 0;
}

/* results */

.results_section {
    padding: 40px 0 0;
}

.results_section h2 {
    margin: 0 0 40px;
}

.results_section .results_list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    text-align: center;
}

.results_section .result_item {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 40px 0;
    width: 300px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: normal;
}

.results_section .result_item:nth-child(3n), 
.results_section .result_item:last-child {
    margin: 0 0 40px;
}

.results_section .result_item img {
    display: block;
    margin: 0 auto;
}

.results_section .result_item:first-child img {
    margin-top: -10px;
}

.results_section .result_item:nth-child(2) img {
    margin-top: -1px;
}

.results_section .result_item:nth-child(4) img {
    margin-top: -2px;
}

.results_section .result_item h4 {
    margin: 15px 0 9px;
    font-weight: 700;
}

/* effects */

.effects_section {
    padding: 40px 0 0;
    background: url(../img/desctop__effects_bg.jpg) center top no-repeat;
}

.effects_section h2 {
    margin: 0 0 40px;
    color: #fff;
}

.effects_section h2 span {
    color: #ffb516;
}

.effects_section .info img {
    display: block;
    float: left;
    width: 343px;
    margin: 0 10px 0 -10px;
}

.effects_section .info ul {
    float: left;
    margin: 20px 0 0;
    width: 597px;
}

.effects_section .info ul li {
    margin: 0 0 20px;
    padding: 0 0 0 45px;
    background: url(../img/effects__tick_icon.png) left top no-repeat;
    color: #fff;
}

.effects_section .info ul li:last-child {
    margin: 0;
}

.effects_section .info ul li b {
    color: #2fadc6;
}

.effects_section h3 {
    margin: 20px 0 40px;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.effects_section h3 span {
    font-weight: 800;
    color: #ffb516;
    white-space: nowrap;
}

.effects_section .table {
    border: 1px solid #e5e5e5;
    background: #fff;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.effects_section .table .row {
    display: table;
    width: 100%;
}

.effects_section .table .row:nth-child(even) {
    background: #f7f7f7;
}

.effects_section .table .column {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
    width: 20%;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    line-height: 22px;
}

.effects_section .table .column:first-child {
    font-weight: 700;
    text-align: left;
}

.effects_section .table .column:nth-child(2) {
    border-top: 1px solid #348429;
    border-bottom: 1px solid #348429;
    background: #388e2d;
    color: #fff;
}

.effects_section .table .row.head .column {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.effects_section .table .row.head .column:nth-child(2) {
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
}

.effects_section .table .row:first-child .column:nth-child(2) {
    border-top: 1px solid #e5e5e5;
}

.effects_section .table .row:last-child .column:nth-child(2) {
    border-bottom: 1px solid #e5e5e5;
}

.effects_section .table .row:last-child .column {
    padding: 15px 15px 47px;
}

.effects_section .button {
    margin-top: 40px;
    position: relative;
}

/* opinion */

.opinion_section {
    padding: 44px 0 40px;
}

.opinion_section h2 {
    margin: 0 0 40px;
}

.opinion_section h2 span {
    color: #ff3324;
}

.opinion_section .author_info {
    float: right;
    width: 360px;
}

.opinion_section .author_info img {
    display: block;
    margin: 0 auto 10px;
}

.opinion_section .author_info p {
    text-align: center;
}

.opinion_section .author_info p span {
    color: #ff3324;
}

.opinion_section .text_block {
    float: left;
    margin: 0 30px 0 0;
    width: 550px;
}

.opinion_section .text_block p {
    line-height: 30px;
}

.opinion_section .text_block p span {
    padding: 2px 5px;
    background: #ff8020;
    color: #fff;
}

/* use */

.use_section {
    padding: 42px 0 40px;
    position: relative;
}

.use_section:before {
    display: block;
    content: '';
    width: 940px;
    height: 54px;
    border-top: 2px dashed #7f7f7f;
    background: url(../img/use__shadow.png) center top no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -470px;
}

.use_section h3 {
    margin: 0 0 40px;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
}

.use_section h3 span {
    font-weight: 800;
    white-space: nowrap;
}

.use_section img {
    display: block;
    float: left;
    margin: 0 30px 0 0;
    width: 360px;
}

.use_section .text_block {
    float: left;
    margin-top: -5px;
    width: 550px;
}

.use_section .text_block p {
    line-height: 30px;
}

/* components */

.components_section {
    padding: 40px 0 0;
    height: 1147px;
    background: #222 url(../img/desctop__components_bg.jpg) center top no-repeat;
    color: #fff;
    position: relative;
}

.components_section h2 {
    margin: 0 0 40px;
}

.components_section h2 span {
    color: #4a9aad;
}

.components_section .components_list.one {
    margin: 0 220px 105px 0;
}

.components_section .components_list.two {
    margin: 0 0 0 220px;
}

.components_section .component_item {
    display: table;
    margin: 0 0 15px;
    width: 100%;
}

.components_section .component_item:last-child {
    margin: 0;
}

.components_section .component_item .image_block {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
}
.components_section .component_item{
    font-size: 0;
}
.components_section .component_item img {
    display: inline-block;
}

.components_section .component_item .text_block {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 20px;
}

.components_section .component_item p {
    font-size: 14px;
    line-height: 22px;
}

.components_section .component_item p b {
    color: #4a9aad;
}

.components_section .button {
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -150px;
}

/* reviews */

.reviews_section {
    padding: 68px 0 40px;
}

.reviews_section h3 {
    margin: 0 0 40px;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    text-align: center;
}

.reviews_section h3 span {
    font-weight: 800;
    white-space: nowrap;
}

.reviews_section .review_item {
    border: 1px solid #d1cec5;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.reviews_section .author_info {
    float: left;
    padding: 30px 0;
    width: 240px;
}

.reviews_section .author_info .avatar {
    display: block;
    margin: 0 auto;
    width: 152px;
}

.reviews_section .author_info .name {
    margin: 15px 0 8px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.reviews_section .author_info .rating {
    display: block;
    margin: 0 auto;
    width: 127px;
}

.reviews_section .text_block {
    float: left;
    padding: 30px;
    width: 698px;
    border-left: 1px solid #d1cec5;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#d6d6d6), to(#f8f8f8));
    background-image: -webkit-linear-gradient(bottom, #d6d6d6 0%, #f8f8f8 100%);
    background-image: -moz-linear-gradient(bottom, #d6d6d6 0%, #f8f8f8 100%);
    background-image: -o-linear-gradient(bottom, #d6d6d6 0%, #f8f8f8 100%);
    background-image: linear-gradient(to top, #d6d6d6 0%, #f8f8f8 100%);
}

.reviews_section .owl-dots {
    margin: 40px 0 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    text-align: center;
}

.reviews_section .owl-dot {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #afafaf;
}

.reviews_section .owl-dot:hover {
    background: #999;
}

.reviews_section .owl-dot.active {
    background: #ff7e21;
    -webkit-box-shadow: 0 0 0 3px #ffc887;
    -moz-box-shadow: 0 0 0 3px #ffc887;
    box-shadow: 0 0 0 3px #ffc887;
}

/* fake */

.fake_section {
    padding: 40px 0 15px;
    background: #ad2f25;
    color: #fff;
}

.fake_section h2 {
    margin: 0 0 60px;
    font-weight: 800;
}

.fake_section .text_block {
    float: left;
    padding: 0 0 0 20px;
    width: 560px;
    border-left: 5px solid #ffbc16;
}

.fake_section .text_block p {
    margin: 0 0 15px;
    line-height: 30px;
}

.fake_section .text_block p:last-child {
    margin: 0;
}

.fake_section img {
    display: block;
    float: right;
    margin-top: -35px;
}

/* order info */

.order_info_section {
    padding: 40px 0;
}

.order_info_section h2 {
    margin: 0 0 40px;
    font-weight: 800;
}

.order_info_section .info_list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    text-align: center;
}

.order_info_section .info_item {
    display: inline-block;
    vertical-align: top;
    margin: 0 32px 0 0;
    width: 292px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    letter-spacing: normal;
}

.order_info_section .info_item:last-child {
    margin: 0;
}

.order_info_section .info_item .image_block {
    width: 290px;
}

.order_info_section .info_item img {
    display: block;
}

.order_info_section .info_item .text_block {
    padding: 15px 10px;
}

.order_info_section .info_item h4 {
    margin: 0 0 5px;
    font-weight: 800;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
}

.order_info_section .info_item p {
    font-size: 16px;
    line-height: 24px;
}

/* footer */

.footer_section {
    padding: 25px 0;
    background: #232020;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.footer_section img {
    display: block;
    margin: 0 auto 10px auto;
}

.footer_section a {
    color: #ccc;
}

.footer_section a:hover {
    text-decoration: none;
}

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

    /* styles */

    .wrapper {
        width: 640px;
    }

    /* titles */

    h2 {
        font-size: 36px;
        line-height: 42px;
    }

    /* offer */

    .offer_section {
        padding: 20px 0 25px;
        height: auto;
    }

    .offer_section.offer_top {
        background: #1f1a1a url(../img/tablet__offer_bg.jpg) center 140px no-repeat;
    }

    .offer_section.offer_bottom {
        background: #1f1a1a url(../img/tablet__offer_bg.jpg) center 140px no-repeat;
    }

    .offer_section .title_block {
        margin: 0 0 49px;
        text-align: center;
    }

    .offer_section .title_block .subtitle {
        font-size: 28px;
        line-height: 34px;
        color: #fff;
    }

    .offer_section .title_block .main_title {
        width: 346px;
        height: 49px;
    }

    .offer_section .title_block .description {
        width: 240px;
        border-color: #999;
        font-size: 20px;
        line-height: 26px;
        text-align: left;
    }

    .offer_section .discount {
        top: 307px;
        left: 56px;
    }

    .offer_section ul {
        display: none;
    }

    .offer_section .form_block {
        float: none;
        margin: 0 0 0 300px;
        width: 320px;
    }

    .offer_section .price_block .price_item {
        padding: 18px 0 0;
    }

    .offer_section .price_block .price_item:before {
        width: 154px;
    }

    .offer_section .price_block .price_item.old {
        -webkit-border-radius: 8px 0 0 0;
        -moz-border-radius: 8px 0 0 0;
        border-radius: 8px 0 0 0;
    }

    .offer_section .price_block .price_item.old:before {
        -webkit-border-radius: 8px 0 0 0;
        -moz-border-radius: 8px 0 0 0;
        border-radius: 8px 0 0 0;
    }

    .offer_section .price_block .price_item.new {
        -webkit-border-radius: 0 8px 0 0;
        -moz-border-radius: 0 8px 0 0;
        border-radius: 0 8px 0 0;
    }

    .offer_section .price_block .price_item.new:before {
        -webkit-border-radius: 0 8px 0 0;
        -moz-border-radius: 0 8px 0 0;
        border-radius: 0 8px 0 0;
    }

    .offer_section .price_block .value {
        font-size: 26px;
        line-height: 26px;
    }

    .offer_section .order_form {
        width: 100%;
    }

    /* about */

    .about_section {
        padding: 40px 0;
        background-image: none;
    }

    .about_section .info {
        width: 240px;
    }

    .about_section .text_block {
        width: 350px;
    }

    .about_section .text_block p {
        line-height: 24px;
    }

    /* results */

    .results_section .result_item:nth-child(3n) {
        margin: 0 20px 40px 0;
    }

    .results_section .result_item:nth-child(2n) {
        margin: 0 0 40px;
    }

    /* effects */

    .effects_section {
        padding: 40px 0;
        background: #222;
    }

    .effects_section .info img {
        float: none;
        margin: 0 auto 20px;
    }

    .effects_section .info ul {
        float: none;
        margin: 0;
        width: 100%;
    }

    .effects_section h3 {
        margin: 40px 0;
    }

    .effects_section .table .column {
        padding: 10px;
        width: 162px;
    }

    .effects_section .table .column:first-child {
        width: 132px;
    }

    .effects_section .table .column:nth-child(3) {
        display: none;
    }

    .effects_section .table .row.head .column {
        font-size: 14px;
        line-height: 22px;
    }

    .effects_section .table .row.head .column:nth-child(2) {
        font-size: 18px;
        line-height: 26px;
    }

    .effects_section .table .row:last-child .column {
        padding: 10px;
    }

    .effects_section .button {
        margin-top: 40px;
    }

    /* opinion */

    .opinion_section .author_info {
        float: none;
        margin: 0 0 20px;
        width: 100%;
    }

    .opinion_section .text_block {
        float: none;
        margin: 0;
        width: 100%;
    }

    .opinion_section .text_block p {
        line-height: 24px;
        text-align: center;
    }

    /* use */

    .use_section:before {
        width: 620px;
        margin-left: -310px;
    }

    .use_section img {
        width: 250px;
    }

    .use_section .text_block {
        margin-top: -4px;
        width: 340px;
    }

    .use_section .text_block p {
        line-height: 24px;
    }

    /* components */

    .components_section {
        padding: 40px 0 44px;
        height: auto;
        background-image: none;
    }

    .components_section .components_list.one {
        margin: 0 0 30px;
    }

    .components_section .components_list.two {
        margin: 0 0 40px;
    }

    .components_section .component_item {
        margin: 0 0 30px;
    }

    .components_section .button {
        margin: 0 auto;
        position: static;
    }

    /* reviews */

    .reviews_section {
        padding: 40px 0;
    }

    .reviews_section h3 {
        font-size: 30px;
        line-height: 36px;
    }

    .reviews_section .review_item {
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .reviews_section .author_info {
        float: none;
        margin: 0 0 10px;
        padding: 0;
        width: 100%;
    }

    .reviews_section .text_block {
        float: none;
        padding: 0;
        width: 100%;
        border: none;
        background: none;
        text-align: center;
    }

    .reviews_section .owl-dots {
        margin: 30px 0 0;
    }

    /* fake */

    .fake_section {
        padding: 40px 0;
    }

    .fake_section h2 {
        margin: 0 0 40px;
    }

    .fake_section .text_block {
        width: 350px;
        border-width: 3px;
    }

    .fake_section .text_block p {
        line-height: 24px;
    }

    .fake_section img {
        margin-top: 30px;
        width: 250px;
    }

    /* order info */

    .order_info_section .info_item {
        display: table;
        margin: 0 0 30px;
        width: 100%;
    }

    .order_info_section .info_item .image_block {
        display: table-cell;
        vertical-align: middle;
    }

    .order_info_section .info_item .text_block {
        display: table-cell;
        vertical-align: middle;
        padding: 20px;
        text-align: left;
    }

}

@media screen and (max-width: 639px) {
    
    /* styles */

    .wrapper {
        width: 320px;
    }

    /* titles */

    h2 {
        font-size: 22px;
        line-height: 30px;
    }

    h2 span {
        white-space: normal;
    }

    /* offer */

    .offer_section {
        padding: 20px 0 30px;
    }

    .offer_section.offer_top {
        background: #1f1a1a url(../img/mobile__offer_bg.jpg) center 156px no-repeat;
    }

    .offer_section.offer_bottom {
        background: #1f1a1a url(../img/mobile__offer_bg.jpg) center 156px no-repeat;
    }

    .offer_section .title_block {
        margin: 0 0 475px;
    }

    .offer_section .title_block .subtitle {
        font-size: 24px;
        line-height: 30px;
    }

    .offer_section .title_block .main_title {
        display: block;
        margin: 0 auto;
        width: 297px;
        height: 43px;
    }

    .offer_section .title_block .description {
        display: none;
    }

    .offer_section .discount {
        top: 324px;
        left: 74px;
    }

    .offer_section .form_block {
        margin: 0;
        width: 300px;
    }

    .offer_section .price_block {
        margin: 0 0 20px;
    }

    .offer_section .price_block .price_item:before {
        width: 144px;
    }

    .offer_section .price_block .price_item.old {
        -webkit-border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        border-radius: 8px 0 0 8px;
    }

    .offer_section .price_block .price_item.old:before {
        -webkit-border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        border-radius: 8px 0 0 8px;
    }

    .offer_section .price_block .price_item.new {
        -webkit-border-radius: 0 8px 8px 0;
        -moz-border-radius: 0 8px 8px 0;
        border-radius: 0 8px 8px 0;
    }

    .offer_section .price_block .price_item.new:before {
        -webkit-border-radius: 0 8px 8px 0;
        -moz-border-radius: 0 8px 8px 0;
        border-radius: 0 8px 8px 0;
    }

    .offer_section .order_form {
        padding: 0;
        width: 100%;
        background: none;
    }

    .offer_section .order_form:before {
        display: none;
    }

    /* about */

    .about_section {
        padding: 30px 0;
        text-align: center;
    }

    .about_section h2 {
        margin: 0 0 30px;
    }

    .about_section .info {
        float: none;
        margin: 0 0 30px;
        width: 100%;
    }

    .about_section .text_block {
        float: none;
        width: 100%;
    }

    /* results */

    .results_section {
        padding: 30px 0 0;
    }

    .results_section .result_item {
        margin: 0 0 30px;
    }

    .results_section .result_item:nth-child(3n) {
        margin: 0 0 30px;
    }

    .results_section .result_item:nth-child(2n) {
        margin: 0 0 30px;
    }

    .results_section .result_item:last-child {
        margin: 0 0 30px;
    }

    /* effects */

    .effects_section {
        padding: 30px 0;
    }

    .effects_section h2 {
        margin: 0 0 30px;
    }

    .effects_section .info img {
        margin: 0 auto 15px;
    }

    .effects_section h3 {
        margin: 30px 0;
        font-size: 22px;
        line-height: 30px;
    }

    .effects_section h3 span {
        white-space: normal;
    }

    .effects_section .table .column {
        width: 166px;
    }

    .effects_section .table .column:nth-child(4), 
    .effects_section .table .column:nth-child(5) {
        display: none;
    }

    .effects_section .button {
        margin-top: 30px;
    }

    /* opinion */

    .opinion_section {
        padding: 34px 0 30px;
    }

    .opinion_section h2 {
        margin: 0 0 30px;
    }

    /* use */

    .use_section {
        padding: 32px 0 30px;
    }

    .use_section h3 {
        margin: 0 0 30px;
        font-size: 22px;
        line-height: 30px;
    }

    .use_section:before {
        width: 300px;
        margin-left: -150px;
    }

    .use_section img {
        float: none;
        margin: 0 0 25px;
        width: 100%;
    }

    .use_section .text_block {
        float: none;
        margin: 0;
        width: 100%;
        text-align: center;
    }

    /* components */

    .components_section {
        padding: 30px 0 34px;
    }

    .components_section h2 {
        margin: 0 0 30px;
    }

    .components_section .components_list.two {
        margin: 0 0 30px;
    }

    .components_section .component_item {
        display: block;
    }

    .components_section .component_item .image_block {
        width: 100%;
        display: block;
        margin: 0 auto 15px;
    }

    .components_section .component_item .text_block {
        display: block;
        padding: 0;
        text-align: center;
    }

    /* reviews */

    .reviews_section {
        padding: 30px 0;
    }

    .reviews_section h3 {
        margin: 0 0 30px;
        font-size: 22px;
        line-height: 30px;
    }

    .reviews_section h3 span {
        white-space: normal;
    }

    .reviews_section .text_block p {
        font-size: 14px;
        line-height: 22px;
    }

    .reviews_section .owl-dots {
        margin: 20px 0 0;
    }

    /* fake */

    .fake_section {
        padding: 30px 0 15px;
    }

    .fake_section h2 {
        margin: 0 0 30px;
    }

    .fake_section .text_block {
        float: none;
        margin: 0 0 30px;
        width: 100%;
    }

    .fake_section img {
        float: none;
        margin: 0;
        width: 100%;
    }

    /* order info */

    .order_info_section {
        padding: 30px 0;
    }

    .order_info_section h2 {
        margin: 0 0 30px;
    }

    .order_info_section .info_item {
        display: inline-block;
        width: 292px;
    }

    .order_info_section .info_item .image_block {
        display: block;
    }

    .order_info_section .info_item .text_block {
        display: block;
        padding: 15px 10px;
        text-align: center;
    }
}

.errorMessage{
    box-sizing: border-box;
    position: absolute;
    z-index: 100000;
    font-size: 13px;
    background: #DC3434;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    line-height: 13px;
    padding: 8px 12px;
}

.copyright { font-size: 14px;text-align: center; padding:20px 0;color: #6C6E6F;clear: both;}
.copyright p { width: 100%; text-align: center; padding: 0; margin: 0; }
.copyright br { display: none; }
.copyright img { margin: 10px auto!important; }
.copyright img:first-child { display: block!important; }
.copyright a {color: #6C6E6F; text-decoration: none;}
.copyright a:hover { color:#FF0069; text-decoration: none; }



