body {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    position: relative;
    font-size: 10px;
    line-height: 1;
    text-align: center;
}

.al-country {
    display: none !important
}

/*=============== New styles ================*/

.twentytwenty-handle {
    top: 57%;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    border: 0;
    z-index: 9999;
    background: #358482;
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
    width: 2px;
    opacity: .2;
    box-shadow: none;
    margin-left: 0;
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before,
.twentytwenty-overlay {
    display: none;
}

.opinion .main_container article p {
    line-height: 28px;
}


/*===========================================*/

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

section {
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

header,
footer {}

ul li {
    list-style: none;
}

a,
a:hover,
a:visited,
a:active {
    text-decoration: none;
    color: inherit;
}

input,
button,
.button {
    border: none;
    background: transparent;
}

input,
button:focus,
.button {
    outline: none;
}

button,
input[type=submit],
input[type=button],
input[type=search],
.button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    text-transform: none;
    font-size: 1.12em;
}

article {
    clear: both;
}


/*RELATIVE*/

.main_container,
nav,
li,
form,
.row,
section {
    position: relative;
}


/*CONTAINERS*/

.main_container {
    width: 960px;
    margin: auto;
}

header,
section {
    min-width: 960px;
}

main {
    min-width: 960px;
    overflow: hidden;
}

.col_2,
.col_3,
.col_4 {
    display: inline-block;
    vertical-align: top;
}

.col_2 {
    width: 49%;
}

.col_3 {
    width: 32%;
}

.col_4 {
    width: 24%;
}

.row {
    padding: 0;
    display: inline-block;
    width: 100%;
}


/*FLOATS*/

.left_float {
    float: left;
}

.right_float {
    float: right;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.pull_bottom {
    vertical-align: bottom;
}

.left_align {
    text-align: left;
}

input::-webkit-input-placeholder {
    color: #b3514d;
}

input::-moz-placeholder {
    color: #b3514d;
}


/* Firefox 19+ */

input:-moz-placeholder {
    color: #b3514d;
}


/* Firefox 18- */

input:-ms-input-placeholder {
    color: #b3514d;
}


/*timer*/

.clock_cols {
    background: #6b201f;
    padding: 0 8px;
    margin: 0 4px;
    font-size: 30px;
    color: white;
    display: inline-block;
    line-height: 40px;
}

.timer .cl {
    content: ':';
    display: inline-block;
    padding: 0 5px;
    background: none;
    color: #ffcc33;
    line-height: 40px;
    font-size: 30px;
}

.timer_delimiter:nth-child(2):after {
    left: 136px;
}


/*HEADER*/

header {
    background: #992e2d;
    padding: 15px 0;
}

.warning {
    color: white;
    font-size: 2.6em;
}

.warning p {
    font-size: 20px;
    position: relative;
    top: 6px;
}

.warning_ph {
    color: #ffcc33;
    line-height: 15px;
}

.logo {
    position: absolute;
    left: 0;
    top: -15px;
    z-index: 111;
}

#slider {
    position: relative;
}

#slider img {
    width: 160px;
    top: 292px;
    right: 2px;
}

.twentytwenty-before {
    background: url("../images/back-before.jpg")no-repeat center top;
    height: 760px;
    background-size: auto 100%;
}

.hidden {
    visibility: hidden;
}

.twentytwenty-after {
    background: url("../images/back-after.jpg")no-repeat center top;
    height: 760px;
    background-size: auto 100%;
}

.on_slider {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

h1 {
    font-size: 4.4em;
    color: black;
    padding: 15px 36px 15px 14%;
    text-align: right;
}

h2 {
    background: url('../images/back-header.png') no-repeat 84%;
    background-size: 95%;
    color: black;
    text-align: right;
    padding: 25px 24px;
    max-width: 400px;
    position: absolute;
    right: 0;
}

h2 span:nth-child(1) {
    font-size: 4rem;
    font-style: italic;
    text-transform: none;
    font-weight: 400;
}

h2 span:nth-child(2) {
    font-size: 4rem;
    color: white;
}

h2 span:nth-child(3) {
    font-size: 2.8rem;
    font-style: italic;
    text-transform: none;
    font-weight: 400;
}

h2 span:nth-child(4) {
    color: #ffcc33;
    font-size: 2.8rem;
    text-transform: none;
    margin-right: 10px;
}

.header-list {
    position: absolute;
    width: 401px;
    padding: 0 50px;
    text-align: left;
}

.header-list li {
    position: relative;
    font-size: 1.6em;
    font-style: italic;
    margin: 30px 0;
    padding: 3px 20px 3px;
    text-transform: none;
    color: white;
    background: url('../images/header-li1.png') no-repeat;
    background-size: 100% 100%;
    width: 233px;
}

.header-list li:before {
    position: absolute;
    content: url('../images/check.png');
    left: -30px;
    top: 50%;
    margin-top: -14px;
}

.product {
    position: absolute;
    right: -9em;
    top: 28em;
}

.offected {
    color: black;
    padding-bottom: 40px;
}

.offected p {
    font-size: 1.8em;
    font-style: italic;
    padding: 0 3em;
    line-height: 35px;
}

.offected h3 {
    font-size: 3.6em;
    font-weight: 700;
    padding: 80px 60px 60px;
}

.offected h3 span {
    color: #d04f45;
}

.button {
    background: rgb(229, 74, 62);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(229, 74, 62, 1) 0%, rgba(184, 55, 44, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(229, 74, 62, 1) 0%, rgba(184, 55, 44, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(229, 74, 62, 1) 0%, rgba(184, 55, 44, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e54a3e', endColorstr='#b8372c', GradientType=0);
    padding: 22px 63px;
    border-radius: 8px;
    color: white;
    font-size: 2.2em;
    font-style: italic;
    text-transform: none;
    font-weight: 600;
    transition: .3s;
}


.components {
    background: url('../images/components-bg.jpg') no-repeat top center #ffd239;
    color: black;
    padding: 55px 20px;
}
@media (max-width: 450px) {
    .components {
        padding: 55px 0px;
    }
}

.components .col-md-4 {
    padding: 30px 10px;
    height: 408px;

}

.components .img-wrap {
    height: 240px;
}

.components .main_container {
    background: url('../images/components-block.png') no-repeat center 1300%;
}

.components h4,
.opinion h4,
.customers h4 {
    font-size: 3.6em;
    font-weight: 700;
    padding-bottom: 45px;
}

.components h4 span {
    color: white;
}

.components h5,
.customers h5 {
    font-size: 1.8em;
    font-weight: 700;
    padding: 10px 23px 23px 23px;
}

.components article p {
    font-size: 1.4em;
}

#last {
    padding: 0px 30px 20px;
    font-size: 2.4rem;
    line-height: 32px;
}

#last span:nth-child(1) {
    color: #139d9a;
}

#last span:nth-child(2) {
    color: #ec4b3e;
}

#last span:nth-child(3) {
    color: white;
}

.opinion {
    background: url('../images/opinion-bg.jpg') no-repeat top center;
    padding: 50px 0;
    color: black;
}

.opinion p {
    font-size: 1.8em;
    line-height: 38px;
    padding: 17px 17px 17px 263px;
    text-align: left;
    font-style: italic;
}

.opinion article p:nth-child(2) {
    color: white;
}

.customers {
    padding: 50px 0;
}

.age {
    color: #974543;
    font-size: 1.8em;
    padding: 10px;
}

.history {
    text-align: justify;
    line-height: 25px;
    font-size: 1.4em;
    padding: 13px;
}

footer {
    background: url('../images/footer-bg.jpg') no-repeat top center;
    padding:50px 0px;
}

footer form {
    float: right;
    width: 400px;
    padding: 45px 40px;
}

footer form p {
    color: black;
    font-size: 2em;
    line-height: 38px;
    margin: 0 0 25px;
}

footer form p span {
    font-size: 3rem;
    text-transform: uppercase;
}

form input[type=text],
select {
    display: block;
    width: 100%;
    padding: 15px;
    background: white;
    border-radius: 5px;
    margin: 0 0 15px;
    font-size: 1.8em;
    color: #000;
    border: 1px solid #A64C49;
    text-align: left;
    height: 52px;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

select {
    background: url("../images/sel.png")no-repeat center right #fff;
}

select {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

form .button {
    background: rgb(255, 208, 66);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 208, 66, 1) 0%, rgba(255, 204, 51, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 208, 66, 1) 0%, rgba(255, 204, 51, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 208, 66, 1) 0%, rgba(255, 204, 51, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd042', endColorstr='#ffcc33', GradientType=0);
    color: black;
    border: 1px solid rgb(255, 208, 66);
}

.prices {
    font-size: 20px;
    line-height: 1.5;
    text-transform: none;
    font-weight: normal;
    text-align: center;
    color: #111;
    margin: 0 0 20px;
}

.new {
    background: #e5a635;
    position: absolute;
    top: 162px;
    left: 242px;
    width: 155px;
    text-align: center;
    display: block;
    text-transform: none;
    font-size: 1.8em;
    color: white;
    padding: 20px;
}

.new b {
    display: block;
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 50px;
}

.new b i {
    font-size: 35px;
    font-style: normal;
}

.standart {
    position: absolute;
    top: 162px;
    left: 397px;
    text-align: center;
    color: black;
    font-size: 16px;
    text-transform: none;
    width: 155px;
    display: block;
    text-decoration: line-through;
    padding: 20px;
    background: #db625a;
}

.standart s {
    font-size: 20px;
    display: block;
    font-weight: bold;
}

@media (max-width: 990px) {
    .on_slider {
        top: 8px;
    }
    main,
    header,
    .main_container,
    section {
        width: 100%;
        min-width: 0px;
    }

    h1 {
        padding-left: 155px;
        text-align: center;
        font-size: 3em;
    }

    .header-list {
        padding-top: 20px;
    }

    .components .main_container {
        background: none;
    }

    #last {
        height: 300px;
    }

    .standart {
        top: 209px;
        left: 215px;
        padding: 15px;
    }

    .new {
        top: 142px;
        left: 215px;
        padding: 15px;
    }

    /************* section----opinion ***************/
    .opinion {
        background: url('../images/opinion-bg.jpg') no-repeat -570px 0 #00b7b2;
        background-size: cover;
    }

    .opinion h4 img {
        position: absolute;
        left: 50%;
        margin-left: -92px;
        margin-top: 60px;
    }

    .opinion p:first-child {
        margin-top: 200px;
    }

    footer {
        background: url('../images/footer-bg.jpg') no-repeat -540px 0;
    }
}
@media (max-width: 780px) {
    .opinion p {
        padding: 17px 17px 17px 284px;
    }
}

@media (max-width: 768px) {
    .opinion {
        background-image: none;
    }
    .warning p,
    .warning_ph p {
        margin-left: 155px;
        margin-top: 10px;
        text-align: center;
    }

    .timer {
        margin-left: 155px;
    }

    .twentytwenty-before,
    .twentytwenty-handle {
        display: none;
    }

    h2 {
        padding: 0;
        background-position-x: 0;
        background-size: 100%;
        width: 300px;
        right: 50%;
        transform: translateX(50%);
        top: 380px;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    h2 span:nth-child(1) {
        font-size: 3.2rem;
    }

    h2 span:nth-child(2) {
        font-size: 3.6rem;
    }

    h2 span:nth-child(3) {
        font-size: 1.6rem;
    }

    #slider {
        padding-bottom: 585px;
    }

    #slider .product {
        top: 58em;
        left: 0;
        margin: auto;
        overflow: hidden;
    }

    .header-list {
        top: 1060px;
        width: auto;
        padding: 0;
        left: 50%;
        margin-left: -137px;
    }

    .offected h3 {
        font-size: 3em;
        padding-bottom: 20px;
        padding-top: 0;
    }

    .offected .button {
        position: relative;
        top: -365px;
    }

    .components h4,
    .customers h4,
    .opinion h4 {
        font-size: 2.5em;
        padding: 0 15px;
    }

    .components .col-md-4 {
        height: auto;
    }

    #last {
        height: auto;
    }

    .opinion p:first-child {
        padding-top: 20px;
    }

    .opinion p {
        padding: 0 15px;
        text-align: center;
    }

    footer {
        background: url('../images/product.png') no-repeat 50% 35% #d35e57;
    }

    footer form {
        float: none;
        width: 290px;
        padding: 0;
        margin: auto;
        margin-top: 632px;
        margin-bottom: 30px;
    }

    .new {
        top: 20px;
        left: 0px;
        width: 100%;
        font-size: 3.8em;
        background: rgb(255, 208, 66);
        padding-top: 25px;
        padding-bottom: 75px;
    }

    .standart {
        top: 85px;
        left: 0;
        color: #d35e57;
        font-size: 28px;
        width: 100%;
        margin: auto;
        background: transparent;
    }

}

@media (max-width: 540px) {
    header {
        padding: 0;
        width: 0;
    }

    header+section {
        margin-top: -15px;
    }

    .warning,
    .warning_ph,
    .timer,
    .header-list li::before {
        display: none;
    }

    h1 {
        font-size: 2em;
    }

    .button {
        padding: 22px 33px;
        font-size: 2em;
    }

    footer form p span {
        font-size: 4rem;
    }

    .offected h3 {
        font-size: 2.8em;
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media (max-width: 331px) {
    .getbg {
        background-color: #ffffff96;
        padding-top: 18px;
    }
}
@media (max-width: 321px) {
    .getbg {
        font-size: 1.9em;
        padding-top: 22px;
    }
}