a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}img{max-width:100%;height:auto}a{text-decoration:underline}a:hover{cursor:pointer}::-webkit-input-placeholder{color:#a9a9a9;opacity:1}:-moz-placeholder{color:#a9a9a9;opacity:1}::-moz-placeholder{color:#a9a9a9;opacity:1}:-ms-input-placeholder{color:#a9a9a9;opacity:1}*{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}a,button,input{outline:0}button,input,select{-webkit-appearance:none;-moz-appearance:none;appearance:none}html{-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:subpixel-antialiased!important}table{border-collapse:collapse;border-spacing:0}

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url("../../../149/v13/src/owl.video.play.png") no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

body {
    min-width: 320px;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    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;
}
/* price */
.price_block {
    width: 300px;
    position: relative;
}
.price_block:before {
    display: block;
    content: '';
    border-left: 20px solid #222;
    border-top: 35px solid #ff6000;
    border-bottom: 35px solid #ff6000;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -10px;
}
.price_block .price_item {
    float: left;
    width: 50%;
    height: 70px;
    color: #fff;
}
.price_block .price_item.old {
    padding: 13px 0 0 15px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    background: #222;
}
.price_block .price_item.new {
    padding: 13px 0 0 25px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    background: #ff6000;
}
.price_block .price_item .text {
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 14px;
}
.price_block .price_item .value {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    position: relative;
}
.price_block .price_item.old .value {
    text-decoration: line-through;
}
/* button */
.button {
    display: block;
    width: 300px;
    height: 76px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffc000;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffc000), to(#fddc40));
    background-image: -webkit-linear-gradient(bottom, #ffc000 0%, #fddc40 100%);
    background-image: -moz-linear-gradient(bottom, #ffc000 0%, #fddc40 100%);
    background-image: -o-linear-gradient(bottom, #ffc000 0%, #fddc40 100%);
    background-image: linear-gradient(to top, #ffc000 0%, #fddc40 100%);
    -webkit-box-shadow: 0 2px 0 #d7a200;
    -moz-box-shadow: 0 2px 0 #d7a200;
    box-shadow: 0 2px 0 #d7a200;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 76px;
    color: #222;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.button:hover {
    background-color: #f5b800;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f5b800), to(#f4d43d));
    background-image: -webkit-linear-gradient(bottom, #f5b800 0%, #f4d43d 100%);
    background-image: -moz-linear-gradient(bottom, #f5b800 0%, #f4d43d 100%);
    background-image: -o-linear-gradient(bottom, #f5b800 0%, #f4d43d 100%);
    background-image: linear-gradient(to top, #f5b800 0%, #f4d43d 100%);
}
.button:active {
    -webkit-box-shadow: 0 1px 0 #d7a200;
    -moz-box-shadow: 0 1px 0 #d7a200;
    box-shadow: 0 1px 0 #d7a200;
    top: 1px;
}
/* titles */
h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
}
h2 span {
    background: url("../img/title_bg.jpg") left 85% repeat-x;
    white-space: nowrap;
}
/* offer */
.offer_section {
    padding: 20px 0 30px;
    background: #376689 url("../img/desctop__offer_bg.jpg") center top no-repeat;
}
.az .offer_section {
    background-image: url("../img/desctop__offer_bg_az.jpg");
}
.offer_section .main_title {
    margin: 0 340px 14px 0;
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
}
.offer_section .main_title span {
    background: url("../img/title_bg.jpg") left 85% repeat-x;
    font-size: 48px;
}
.offer_section .description {
    margin: 0 520px 16px 0;
    font-size: 26px;
    line-height: 34px;
    color: #fff;
}
.offer_section ul {
    margin: 0 600px 20px 0;
}
.offer_section ul li {
    margin: 0 0 5px;
    padding: 0 0 0 23px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    position: relative;
}
.offer_section ul li:before {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    border: 3px solid #fed52f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0;
}
.offer_section .price_block {
    margin: 0 0 20px;
}
/* benefits */
.benefits_section {
    padding: 40px 0;
}
.benefits_section h2 {
    margin: 0 180px 40px;
}
.benefits_section .benefits_list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    text-align: center;
}
.benefits_section .benefit_item {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
    width: 220px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: normal;
}
.benefits_section .benefit_item:last-child {
    margin: 0;
}
.benefits_section .benefit_item img {
    display: block;
    margin: 0 auto 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
/* legend */
.legend_section {
    padding: 0 0 30px;
}
.legend_section h3 {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
}
.legend_section h3 span {
    background: url("../img/title_bg.jpg") left 85% repeat-x;
    white-space: nowrap;
    text-transform: uppercase;
}
.legend_section .text_block {
    float: left;
    margin: 20px 0 0;
    width: 388px;
}
.legend_section .text_block p {
    margin: 0 0 15px;
}
.legend_section .text_block p:last-child {
    margin: 0;
}
.legend_section img {
    display: block;
    float: right;
}
/* info */
.info_section {
    padding: 20px 0 0;
    height: 678px;
    background: #376689 url("../img/desctop__info_bg.jpg") center top no-repeat;
}
.az .info_section{
    background-image: url("../img/desctop__info_bg_az.jpg");
}
.info_section h2 {
    margin: 0 0 320px;
    color: #fff;
}
.info_section p {
    float: left;
    font-size: 16px;
    line-height: 24px;
}
.info_section p:first-of-type {
    margin: 0 165px 0 45px;
    width: 320px;
}
.info_section p:last-of-type {
    width: 365px;
}
/* about */
.about_section {
    padding: 40px 0 42px;
}
.about_section h2 {
    margin: 0 0 40px;
    text-align: left;
}
.about_section .content_block {
    float: left;
    margin: 0 0 40px;
    width: 486px;
}
.about_section .video_wrapper {
    margin: 0 0 30px;
    padding: 24px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 1, 0.1);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 1, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 1, 0.1);
}
.about_section .video_block {
    width: 100%;
    height: 246px;
    background-color: #000;
    overflow: hidden;
    position: relative;
}
.about_section .video_block iframe,
.about_section .video_block object,
.about_section .video_block embed {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.about_section img {
    display: block;
    float: right;
    margin: -86px 0 40px;
}
.about_section .button {
    clear: both;
    margin: 0 auto;
}
/* faq */
.faq_section {
    padding: 60px 0 0;
    height: 731px;
    background: url("../img/desctop__faq_bg.jpg") center top no-repeat;
}
.faq_section h2 {
    margin: 0 0 40px;
}
.faq_section .question_item {
    float: left;
    margin: 0 20px 20px 0;
    padding: 20px 30px;
    width: 460px;
    height: 190px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 0 25px rgba(2, 2, 2, 0.07);
    -moz-box-shadow: 0 0 25px rgba(2, 2, 2, 0.07);
    box-shadow: 0 0 25px rgba(2, 2, 2, 0.07);
}
.faq_section .question_item:nth-child(even) {
    margin: 0 0 20px;
}
.faq_section .question_item h4 {
    margin: 0 0 10px;
    padding: 0 0 0 60px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}
.faq_section .question_item:nth-child(1) h4 {
    background: url("../img/faq__question1_icon.png") left top no-repeat;
}
.faq_section .question_item:nth-child(2) h4 {
    background: url("../img/faq__question2_icon.png") left 3px no-repeat;
}
.faq_section .question_item:nth-child(3) h4 {
    background: url("../img/faq__question3_icon.png") 5px 3px no-repeat;
}
.faq_section .question_item:nth-child(4) h4 {
    background: url("../img/faq__question4_icon_az.png") 1px 3px no-repeat;
}

.az .faq_section .question_item:nth-child(4) h4 {
    background-image: url("../img/faq__question4_icon_az.png");
}
/* reviews */
.reviews_section {
    padding: 0 0 40px;
    background: url("../img/desctop__reviews_bg.jpg") center top no-repeat;
}
.reviews_section h2 {
    margin: 0 80px 40px;
}
.reviews_section .review_item {
    text-align: center;
}
.reviews_section .review_item img {
    display: block;
    margin: 0 auto;
    width: 260px;
}
.reviews_section .author_info {
    margin: 15px 0 10px;
    font-weight: 700;
}
.reviews_section .author_info .name {
    font-size: 22px;
    line-height: 30px;
}
.reviews_section .author_info .text {
    font-size: 16px;
    line-height: 24px;
}
/* order steps */
.order_steps_section {
    padding: 40px 0;
    background: #f2f3f5 url("../img/desctop__order_steps_bg.jpg") center no-repeat;
}
.order_steps_section h2 {
    margin: 0 0 40px;
}
.order_steps_section .steps_list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    text-align: center;
}
.order_steps_section .step_item {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
    width: 220px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    position: relative;
}
.order_steps_section .step_item:last-child {
    margin: 0;
}
.order_steps_section .step_item:before {
    display: block;
    content: '';
    width: 56px;
    height: 13px;
    background: url("../img/order_steps__arrow1.png") center no-repeat;
    position: absolute;
    top: 30px;
    right: -38px;
}
.order_steps_section .step_item:nth-child(2):before {
    background-image: url("../img/order_steps__arrow2.png");
    top: 136px;
}
.order_steps_section .step_item:last-child:before {
    display: none;
}
.order_steps_section .image_block {
    margin: 0 auto 15px;
    width: 174px;
    position: relative;
}
.order_steps_section .image_block img {
    display: block;
    border: 7px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.order_steps_section .image_block .number {
    width: 48px;
    height: 48px;
    border: 4px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ff6000;
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
}
/* order */
.order_section {
    padding: 30px 0;
    background: #376689 url("../img/desctop__order_bg.jpg") center top no-repeat;
}
.az .order_section {
    background-image: url("../img/desctop__order_bg_az.jpg");
}
.order_section h3 {
    margin: 0 160px 30px 0;
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
}
.order_section h3 span {
    background: url("../img/title_bg.jpg") left 85% repeat-x;
}
.order_section .form_block {
    padding: 30px 30px 25px;
    width: 360px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(2, 2, 2, 0.14);
    -moz-box-shadow: 0 0 30px rgba(2, 2, 2, 0.14);
    box-shadow: 0 0 30px rgba(2, 2, 2, 0.14);
}
.order_section .date_text {
    margin: 14px 0;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.order_section .field {
    display: block;
    margin: 0 0 15px;
    padding: 0 20px;
    width: 300px;
    height: 62px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fafafa;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #222;
    text-align: center;
}
.order_section .field::-webkit-input-placeholder {
    opacity: 1;
    color: #222;
}
.order_section .field:-moz-placeholder {
    opacity: 1;
    color: #222;
}
.order_section .field::-moz-placeholder {
    opacity: 1;
    color: #222;
}
.order_section .field:-ms-input-placeholder {
    opacity: 1;
    color: #222;
}
.order_section .field:focus::-webkit-input-placeholder {
    opacity: 0;
}
.order_section .field:focus:-moz-placeholder {
    opacity: 0;
}
.order_section .field:focus::-moz-placeholder {
    opacity: 0;
}
.order_section .field:focus:-ms-input-placeholder {
    opacity: 0;
}
.order_section .products_count {
    margin: 16px 30px 0;
    text-align: center;
}
/* footer */
.footer_section {
    padding: 25px 0;
    font-size: 14px;
    text-align: center;
}
.footer_section img {
    display: block;
    margin: 0 auto 10px auto;
}
.footer_section a {
    color: #111;
}
.footer_section a:hover {
    text-decoration: none;
}
@media screen and (max-width: 959px) {
    /* styles */
    .wrapper {
        width: 640px;
    }
    /* titles */
    h2 {
        font-size: 30px;
        line-height: 38px;
    }
    /* offer */
    .offer_section {
        background-image: url("../img/tablet__offer_bg.jpg");
    }
    .az .offer_section {
        background-image: url("../img/tablet__offer_bg_az.jpg");
    }
    .offer_section .main_title {
        margin: 0 80px 14px 0;
        font-size: 38px;
        line-height: 46px;
    }
    .offer_section .main_title span {
        font-size: 38px;
    }
    .offer_section .description {
        margin: 0 340px 16px 0;
        font-size: 20px;
        line-height: 28px;
    }
    .offer_section ul {
        margin: 0 280px 20px 0;
    }
    /* benefits */
    .benefits_section {
        padding: 40px 0 0;
    }
    .benefits_section h2 {
        margin: 0 100px 40px;
    }
    .benefits_section .benefit_item {
        margin: 0 40px 40px 0;
    }
    .benefits_section .benefit_item:last-child {
        margin: 0 40px 40px 0;
    }
    /* legend */
    .legend_section h3 {
        margin: 0 0 40px;
        font-size: 30px;
        line-height: 38px;
        text-transform: uppercase;
        text-align: center;
    }
    .legend_section .text_block {
        float: none;
        margin: 0 0 30px;
        width: 100%;
        text-align: center;
    }
    .legend_section img {
        float: none;
        margin: 0 auto;
    }
    /* info */
    .info_section {
        padding: 40px 0 0;
        height: 885px;
        background-image: url("../img/tablet__info_bg.jpg");
        background-position: center -100px;
    }
    .az .info_section {
        background-image: url("../img/tablet__info_bg_az.jpg");
    }
    .info_section h2 {
        margin: 0 0 355px;
    }
    .info_section p {
        float: none;
    }
    .info_section p:first-of-type {
        margin: 0 0 15px 35px;
    }
    .info_section p:last-of-type {
        margin: 0 0 0 240px;
    }
    /* about */
    .about_section h2 {
        text-align: center;
    }
    .about_section .content_block {
        float: none;
        margin: 0 0 30px;
        width: 100%;
        text-align: center;
    }
    .about_section .video_block {
        height: 322px;
    }
    .about_section img {
        display: none;
    }
    /* faq */
    .faq_section {
        padding: 40px 0 20px;
        height: auto;
        background: #f0d69e;
    }
    .faq_section .question_item {
        padding: 20px 15px 20px 20px;
        width: 300px;
        height: 254px;
    }
    .faq_section .question_item h4 {
        padding: 0 10px 0 60px;
        font-size: 16px;
        line-height: 24px;
    }
    /* reviews */
    .reviews_section {
        padding: 40px 0;
        background: none;
    }
    .reviews_section h2 {
        margin: 0 0 40px;
    }
    .reviews_section .owl-prev,
    .reviews_section .owl-next {
        width: 40px;
        height: 40px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #ff6100 url("../img/reviews__arrows.png") no-repeat;
        position: absolute;
        top: 110px;
    }
    .reviews_section .owl-prev {
        background-position: left center;
        left: 0;
    }
    .reviews_section .owl-next {
        background-position: right center;
        right: 0;
    }
    /* order steps */
    .order_steps_section {
        padding: 40px 0 0;
        background-image: none;
    }
    .order_steps_section .step_item {
        margin: 0 40px 40px;
    }
    .order_steps_section .step_item:last-child {
        margin: 0 40px 40px;
    }
    .order_steps_section .step_item:before {
        display: none;
    }
    /* order */
    .order_section {
        background-image: url("../img/tablet__order_bg.jpg");
    }
    .az .order_section {
        background-image: url("../img/tablet__order_bg_az.jpg");
    }
    .order_section h3 {
        margin: 0 0 30px;
        font-size: 32px;
        line-height: 40px;
    }
}
@media screen and (max-width: 639px) {
    /* styles */
    .wrapper {
        width: 320px;
    }
    /* titles */
    h2 {
        font-size: 20px;
        line-height: 28px;
    }
    h2 span {
        white-space: normal;
        background: none;
    }
    /* offer */
    .offer_section {
        background-image: url("../img/mobile__offer_bg.jpg");
    }
    .az .offer_section {
        background-image: url("../img/mobile__offer_bg_az.jpg");
    }
    .offer_section .main_title {
        margin: 0 0 296px;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
    }
    .offer_section .main_title span {
        font-size: 36px;
        line-height: 36px;
    }
    .offer_section .description {
        margin: 0 0 16px;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
    }
    .offer_section ul {
        margin: 0 0 20px;
    }
    .offer_section ul li {
        font-size: 14px;
    }
    /* benefits */
    .benefits_section {
        padding: 30px 0 0;
    }
    .benefits_section h2 {
        margin: 0 0 30px;
    }
    .benefits_section .benefit_item {
        margin: 0 0 30px;
        width: 100%;
    }
    .benefits_section .benefit_item:last-child {
        margin: 0 0 30px;
    }
    /* legend */
    .legend_section h3 {
        margin: 0 0 30px;
        font-size: 20px;
        line-height: 28px;
    }
    .legend_section h3 span {
        background: none;
        white-space: normal;
    }
    /* info */
    .info_section {
        padding: 30px 0;
        height: auto;
        background-image: none;
    }
    .info_section h2 {
        margin: 0 0 30px;
    }
    .info_section p {
        padding: 20px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background: #f8e5c4;
        text-align: center;
    }
    .info_section p:first-of-type {
        margin: 0 0 20px;
        width: 100%;
    }
    .info_section p:last-of-type {
        margin: 0;
        width: 100%;
    }
    /* about */
    .about_section {
        padding: 30px 0 32px;
    }
    .about_section h2 {
        margin: 0 0 30px;
    }
    .about_section .video_wrapper {
        padding: 10px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }
    .about_section .video_block {
        height: 158px;
    }
    /* faq */
    .faq_section {
        padding: 30px 0 10px;
    }
    .faq_section h2 {
        margin: 0 0 30px;
    }
    .faq_section .question_item {
        margin: 0 0 20px;
        padding: 20px;
        width: 300px;
        height: auto;
    }
    .faq_section .question_item h4 {
        padding: 0 0 0 60px;
    }
    /* reviews */
    .reviews_section {
        padding: 30px 0;
    }
    .reviews_section h2 {
        margin: 0 0 30px;
    }
    /* order steps */
    .order_steps_section {
        padding: 30px 0 0;
    }
    .order_steps_section h2 {
        margin: 0 0 30px;
    }
    .order_steps_section .step_item {
        margin: 0 0 30px;
        width: 100%;
    }
    .order_steps_section .step_item:last-child {
        margin: 0 0 30px;
    }
    /* order */
    .order_section {
        padding: 20px 0 30px;
        background-image: url("../img/mobile__offer_bg.jpg");
        background-position: center -10px;
    }
    .az .order_section {
        background-image: url("../img/mobile__offer_bg_az.jpg");
    }
    .order_section h3 {
        margin: 0 0 300px;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
    }
    .order_section h3 span {
        font-size: 24px;
        line-height: 32px;
        white-space: nowrap;
    }
    .order_section .form_block {
        margin-left: -10px;
        padding: 20px 10px 15px;
        width: 320px;
    }
}

.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: 11px;background: rgba(255, 0, 0, 0.64);color: #fff;text-align: center;padding: 5px 10px;position: absolute;margin: 32px 0 0; }