/*! Flexible Grid System 5.5.1 | Less | MIT License | flexible.gs */
@import 'http://webfonts.ru/import/roboto.css';
/*
  Roboto, 100, 100 italic, 300, 300 italic, 400, 400 italic, 500, 500 italic, 700, 700 italic, 900, 900 italic
*/
@import 'http://webfonts.ru/import/firasans.css';
/*
  Fira Sans, 100, 100 italic, 200, 200 italic, 300, 300 italic, 400, 400 italic, 500, 500 italic, 600, 600 italic, 700, 700 italic
*/
html {
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
*, *::after, *::before {
    box-sizing: inherit;
}
body {
    margin: 0;
    overflow-x: hidden;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
progress {
    vertical-align: baseline;
}
template, [hidden] {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: inherit;
}
b, strong {
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
button, input, select, textarea {
    font: inherit;
}
optgroup {
    font-weight: bold;
}
button, input, select {
    overflow: visible;
}
button, input, select, textarea {
    margin: 0;
}
button, select {
    text-transform: none;
}
button, [type='button'], [type='reset'], [type='submit'] {
    cursor: pointer;
}
[disabled] {
    cursor: default;
}
button, html [type='button'], [type='reset'], [type='submit'] {
    -webkit-appearance: button;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
button:-moz-focusring, input:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
textarea {
    overflow: auto;
}
[type='checkbox'], [type='radio'] {
    box-sizing: border-box;
    padding: 0;
}
[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
    height: auto;
}
[type='search'] {
    -webkit-appearance: textfield;
}
[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
img {
    max-width: 100%;
}
.container {
    margin: 0 auto;
}
@media only screen and (min-width: 320px) {
    .container {
        width: 100%;
        padding: 0 2%;
    }
}
@media only screen and (min-width: 1200px) {
    .container {
        width: 117rem;
        padding: 0;
    }
}
.row, .wrap {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    text-align: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.row > *, .wrap > * {
    display: inline-block;
}
.row > *, .wrap > * {
    vertical-align: top;
}
.vertical-container {
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.vertical-inner {
    position: relative;
    top: 50% !important;
    transform: translateY(-50%);
    z-index: 99;
}
.btn {
    display: inline-block;
    vertical-align: top;
    width: auto;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 1.7rem 1.3rem;
    border: none;
    background-image:    -moz-linear-gradient(-90deg, #02743c 0%, #8cc63f 100%);
    background-image: -webkit-linear-gradient(-90deg, #02743c 0%, #8cc63f 100%);
    background-image:     -ms-linear-gradient(-90deg, #02743c 0%, #8cc63f 100%);
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.6s ease-in-out;
       -moz-transition: all 0.6s ease-in-out;
        -ms-transition: all 0.6s ease-in-out;
         -o-transition: all 0.6s ease-in-out;
            transition: all 0.6s ease-in-out;
}
.btn:hover {
    text-decoration: none;
    background-image: -webkit-linear-gradient(left, #8cc63f 0%, #02743c 100%);
    background-image:      -o-linear-gradient(left, #8cc63f 0%, #02743c 100%);
    background-image:         linear-gradient(to right, #8cc63f 0%, #02743c 100%);
}
@media only screen and (min-width: 320px) {
    .input-group {
        width: 100%;
        margin-bottom: 2rem;
    }
}
@media only screen and (min-width: 768px) {
    .input-group {
        width: 50%;
        margin-bottom: 3.7rem;
    }
}
@media only screen and (min-width: 768px) {
    .input-group--wide {
        width: 100%;
    }
}
.input-group label {
    display: inline-block;
    vertical-align: top;
    font-size: 1.6rem;
    font-weight: 300;
    color: #fff;
}
@media only screen and (min-width: 320px) {
    .input-group label {
        display: block;
        margin-bottom: 0.5rem;
    }
}
@media only screen and (min-width: 768px) {
    .input-group label {
        padding-left: 1rem;
    }
}
@media only screen and (min-width: 992px) {
    .input-group label {
        display: inline-block;
        padding-left: 2rem;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 320px) {
    .main-form {
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .main-form {
        text-align: left;
    }
}
.main-form p {
    font-size: 1.2rem !important;
}
@media only screen and (min-width: 992px) {
    .main-form p {
        padding-left: 12.6rem;
        margin-top: -3rem;
    }
}
.main-form .btn {
    float: right;
    font-size: 2.4rem;
    font-weight: 400;
    text-transform: uppercase;
    background: #2082c7;
    border: 1px solid #2082c7;
}
@media only screen and (min-width: 320px) {
    .main-form .btn {
        padding: 1.5rem 4rem;
    }
}
@media only screen and (min-width: 768px) {
    .main-form .btn {
        padding: 1.5rem 8rem;
    }
}
@media only screen and (min-width: 992px) {
    .main-form .btn {
        padding: 1.5rem 11rem;
    }
}
.main-form .btn:hover {
    border: 1px solid #fff;
    background: none;
}
.main-form input::-webkit-input-placeholder, .main-form textarea::-webkit-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    color: #2b2b2b;
}
.main-form input::-moz-placeholder, .main-form textarea::-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    color: #2b2b2b;
}
.main-form input:-moz-placeholder, .main-form textarea:-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    color: #2b2b2b;
}
.main-form input:-ms-input-placeholder, .main-form textarea:-ms-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    color: #2b2b2b;
}
.main-form input:focus::-webkit-input-placeholder, .main-form textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.main-form input:focus::-moz-placeholder, .main-form textarea:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.main-form input:focus:-moz-placeholder, .main-form textarea:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.main-form input:focus:-ms-input-placeholder, .main-form textarea:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.input, textarea {
    display: inline-block;
    width: 100%;
    max-width: 28rem;
    height: 5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    font-style: italic;
    line-height: 5rem;
    color: #2b2b2b;
    border: none;
    padding-left: 2rem;
    outline: none;
}
@media only screen and (min-width: 320px) {
    .input, textarea {
        max-width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .input, textarea {
        float: right;
        max-width: 97%;
    }
}
@media only screen and (min-width: 992px) {
    .input, textarea {
        max-width: 28rem;
    }
}
textarea {
    height: 14.5rem;
}
@media only screen and (min-width: 768px) {
    textarea {
        max-width: 100%;
    }
}
@media only screen and (min-width: 992px) {
    textarea {
        max-width: 68.5rem;
    }
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
p {
    font-size: 1.6rem;
    line-height: 1;
    color: #000;
    margin: 0 0 1rem;
}
h1 {
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 1;
    color: #000;
    margin: 0 0 1rem;
}
h2 {
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1;
    color: #000;
    margin: 0 0 1rem;
}
h3 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1;
    color: #000;
    margin: 0 0 1rem;
}
h4 {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1;
    color: #000;
    margin: 0 0 1rem;
}
h5 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    color: #000;
    margin: 0 0 1rem;
}
h6 {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    color: #000;
    margin: 0 0 1rem;
}
a {
    font-size: 1.6rem;
    line-height: 1;
    color: #000;
    margin: 0 0 1rem;
}
a:hover {
    text-decoration: underline;
}
.header {
    position: relative;
    width: 100%;
    height: 78rem;
    padding-top: 3.5rem;
}
.header__top {
    position: relative;
    z-index: 99;
}
@media only screen and (min-width: 320px) {
    .header {
        height: 60rem;
    }
}
@media only screen and (min-width: 992px) {
    .header {
        height: 78rem;
    }
}
@media only screen and (min-width: 320px) {
    .header__logo {
        width: 100%;
        text-align: center;
    }
}
@media only screen and (min-width: 992px) {
    .header__logo {
        width: 25%;
        text-align: left;
    }
}
.header__menu {
    text-align: center;
    padding: 3.3rem 1rem 0;
}
@media only screen and (min-width: 320px) {
    .header__menu {
        width: 100%;
    }
}
@media only screen and (min-width: 992px) {
    .header__menu {
        width: 58.33333333%;
    }
}
.header__menu li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1.5rem;
}
.header__menu a {
    color: #09793e;
    font-weight: 300;
    text-decoration: none;
    padding: 1.4rem 1rem;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 320px) {
    .header__menu a {
        font-size: 1.6rem;
        padding: 0.6rem 1rem;
    }
}
@media only screen and (min-width: 768px) {
    .header__menu a {
        font-size: 2rem;
        padding: 1.4rem 1rem;
    }
}
@media only screen and (min-width: 992px) {
    .header__menu a {
        font-size: 2.2rem;
    }
}
@media only screen and (min-width: 1200px) {
    .header__menu a {
        font-size: 2.4rem;
    }
}
.header__menu a:hover {
    border: 1px solid #2082c7;
    color: #2082c7;
    text-decoration: none;
}
.header__call {
    padding-top: 1.5rem;
}
@media only screen and (min-width: 320px) {
    .header__call {
        width: 100%;
        text-align: center;
    }
}
@media only screen and (min-width: 992px) {
    .header__call {
        width: 16.66666667%;
        text-align: left;
    }
}
@media only screen and (min-width: 992px) {
    .header__call .btn {
        float: right;
    }
}
.main-slider {
    position: absolute !important;
    top: 0;
    left: 0;
}
@media only screen and (min-width: 320px) {
    .main-slider {
        height: 50rem;
    }
}
@media only screen and (min-width: 768px) {
    .main-slider {
        height: 60rem;
    }
}
@media only screen and (min-width: 992px) {
    .main-slider {
        height: 78rem;
    }
}
.main-slider__text {
    position: absolute;
    display: inline-block;
    background: rgba(255, 255, 255, 0.5);
    padding: 2.8rem 4rem;
}
@media only screen and (min-width: 320px) {
    .main-slider__text {
        padding: 1.4rem 2rem;
        bottom: 2rem;
        left: 50%;
        width: 90%;
            -ms-transform: translateX(-50%);
        /* IE 9 */
        -webkit-transform: translateX(-50%);
        /* Safari */
                transform: translateX(-50%);
    }
}
@media only screen and (min-width: 768px) {
    .main-slider__text {
        padding: 2rem 3rem;
        bottom: 10rem;
    }
}
@media only screen and (min-width: 992px) {
    .main-slider__text {
        padding: 2.8rem 4rem;
        bottom: 50%;
        width: auto;
            -ms-transform: translateY(50%);
        /* IE 9 */
        -webkit-transform: translateY(50%);
        /* Safari */
                transform: translateY(50%);
        margin-left: 5rem;
    }
}
@media only screen and (min-width: 992px) {
    .main-slider__text--left {
        margin-left: -58.5rem;
    }
}
.main-slider__text h2 {
    font-size: 3.6rem;
    font-weight: 400;
    text-align: center;
    color: #09793e;
}
@media only screen and (min-width: 320px) {
    .main-slider__text h2 {
        font-size: 2.6rem;
    }
}
@media only screen and (min-width: 768px) {
    .main-slider__text h2 {
        font-size: 3rem;
    }
}
@media only screen and (min-width: 992px) {
    .main-slider__text h2 {
        font-size: 3.6rem;
    }
}
.main-slider__text p {
    font-size: 2.4rem;
    text-align: center;
    color: #09793e;
    margin-bottom: 0;
}
@media only screen and (min-width: 320px) {
    .main-slider__text p {
        font-size: 1.8rem;
    }
}
@media only screen and (min-width: 768px) {
    .main-slider__text p {
        font-size: 2.1rem;
    }
}
@media only screen and (min-width: 992px) {
    .main-slider__text p {
        font-size: 2.4rem;
    }
}
@media only screen and (min-width: 320px) {
    .main-slider__item {
        height: 50rem;
        text-align: center;
        background-position: left bottom;
        background-repeat: no-repeat;
    }
}
@media only screen and (min-width: 768px) {
    .main-slider__item {
        height: 60rem;
        text-align: left;
    }
}
@media only screen and (min-width: 992px) {
    .main-slider__item {
        height: 78rem;
        background-position: center top;
    }
}
.main-slider__item--1 {
    background-image: url('../images/banner-1.jpg');
    background-position: left top;
}
@media only screen and (min-width: 1480px) {
    .main-slider__item--1 {
        background-position: center top;
    }
}
.main-slider__item--2 {
    background-image: url('../images/banner-2.jpg');
    background-position: right top;
}
@media only screen and (min-width: 1480px) {
    .main-slider__item--2 {
        background-position: center top;
    }
}
.main-slider__item--3 {
    background-image: url('../images/banner-3.jpg');
    background-position: right top;
}
@media only screen and (min-width: 1480px) {
    .main-slider__item--3 {
        background-position: center top;
    }
}
.main-slider__item--4 {
    background-image: url('../images/banner-4.jpg');
    background-position: right top;
}
@media only screen and (min-width: 1480px) {
    .main-slider__item--4 {
        background-position: center top;
    }
}
.logo {
    display: inline-block;
}
.stores {
    width: 100%;
    height: 56rem;
    margin-top: -4.5rem;
    padding-top: 26.5rem;
    background: url('../images/bg-2.jpg') no-repeat center;
}
@media only screen and (min-width: 320px) {
    .stores {
        padding-top: 18rem;
        height: 48rem;
    }
}
@media only screen and (min-width: 768px) {
    .stores {
        padding-top: 22rem;
        height: 42rem;
    }
}
@media only screen and (min-width: 992px) {
    .stores {
        height: 56rem;
        padding-top: 26.5rem;
    }
}
.stores h2 {
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    text-align: center;
    font-weight: 100;
    line-height: 0.8;
}
@media only screen and (min-width: 320px) {
    .stores h2 {
        font-size: 4.5rem;
        margin-bottom: 6rem;
    }
}
@media only screen and (min-width: 768px) {
    .stores h2 {
        font-size: 7rem;
    }
}
@media only screen and (min-width: 992px) {
    .stores h2 {
        font-size: 10rem;
        margin-bottom: 6.5rem;
    }
}
@media only screen and (min-width: 1200px) {
    .stores h2 {
        font-size: 13.2rem;
    }
}
@media only screen and (min-width: 320px) {
    .stores__block {
        width: 100%;
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .stores__block {
        width: 50%;
    }
}
.stores__block p {
    display: inline-block;
    vertical-align: top;
    font-size: 3rem;
    font-weight: 300;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-top: 4rem;
    margin-left: 4rem;
}
.stores__block p span {
    display: block;
    font-weight: 700;
}
@media only screen and (min-width: 320px) {
    .stores__block p {
        display: block;
        padding-top: 0;
        margin-bottom: 3rem;
        margin-left: 0;
    }
}
@media only screen and (min-width: 768px) {
    .stores__block p {
        display: inline-block;
        margin-left: 9rem;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 992px) {
    .stores__block p {
        padding-top: 4rem;
        margin-left: 4rem;
    }
}
.stores__block a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-weight: 100;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}
.stores__block a:hover {
    color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 320px) {
    .stores__block a {
        font-size: 4rem;
        margin-bottom: 4rem;
    }
}
@media only screen and (min-width: 768px) {
    .stores__block a {
        font-size: 5.5rem;
    }
}
@media only screen and (min-width: 992px) {
    .stores__block a {
        font-size: 8rem;
    }
}
@media only screen and (min-width: 1200px) {
    .stores__block a {
        font-size: 14rem;
    }
}
.stores__block a.stores__ebay:after {
    position: absolute;
    top: -3rem;
    right: -4.5rem;
    display: block;
    content: '';
    width: 4.5rem;
    height: 4rem;
    background: url('../images/leafes.png') no-repeat;
    background-size: auto 4rem;
}
.stores__block a.stores__amazon:after {
    position: absolute;
    top: -6.9rem;
    right: -7.2rem;
    display: block;
    content: '';
    width: 7.2rem;
    height: 6.9rem;
    background: url('../images/leafes.png') no-repeat;
}
.more-info {
    position: relative;
    overflow: hidden;
}
@media only screen and (min-width: 320px) {
    .more-info {
        padding-top: 4rem;
        padding-bottom: 32rem;
    }
}
@media only screen and (min-width: 768px) {
    .more-info {
        padding-bottom: 0;
    }
}
@media only screen and (min-width: 992px) {
    .more-info {
        min-height: 78rem;
        padding-top: 10rem;
        padding-bottom: 0;
    }
}
.more-info img {
    position: absolute;
    bottom: 0;
    left: 50%;
        -ms-transform: translateX(-95%);
    /* IE 9 */
    -webkit-transform: translateX(-95%);
    /* Safari */
            transform: translateX(-95%);
}
@media only screen and (min-width: 320px) {
    .more-info img {
            -ms-transform: translateX(-65%);
        /* IE 9 */
        -webkit-transform: translateX(-65%);
        /* Safari */
                transform: translateX(-65%);
    }
}
@media only screen and (min-width: 768px) {
    .more-info img {
        max-width: 45rem;
            -ms-transform: translateX(-95%);
        /* IE 9 */
        -webkit-transform: translateX(-95%);
        /* Safari */
                transform: translateX(-95%);
    }
}
@media only screen and (min-width: 992px) {
    .more-info img {
        max-width: 100%;
    }
}
@media only screen and (min-width: 1200px) {
}
@media only screen and (min-width: 320px) {
    .more-info__block {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .more-info__block {
        width: 50%;
    }
}
@media only screen and (min-width: 768px) {
    .more-info__block--2 {
        padding-left: 5rem;
    }
}
@media only screen and (min-width: 992px) {
    .more-info__block--2 {
        padding-left: 8.5rem;
    }
}
.more-info h2 {
    font-size: 2.6rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #2082c7;
    margin-bottom: 2rem;
}
.more-info p {
    font-size: 1.4rem;
    font-weight: 400;
    color: #999;
    line-height: 1.4;
    margin-bottom: 1.8rem;
}
.footer {
    width: 100%;
    background-image: -webkit-linear-gradient(top, #05bc1f 0%, #8cc63f 100%);
    background-image:      -o-linear-gradient(top, #05bc1f 0%, #8cc63f 100%);
    background-image:         linear-gradient(to bottom, #05bc1f 0%, #8cc63f 100%);
}
@media only screen and (min-width: 320px) {
    .footer {
        padding: 2rem 0;
    }
}
@media only screen and (min-width: 992px) {
    .footer {
        height: 10rem;
    }
}
@media only screen and (min-width: 320px) {
    .footer__logo {
        width: 100%;
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .footer__logo {
        width: 50%;
        text-align: left;
    }
}
@media only screen and (min-width: 992px) {
    .footer__logo {
        width: 50%;
        padding-left: 8.33333333%;
    }
}
@media only screen and (min-width: 320px) {
    .footer__links {
        width: 100%;
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .footer__links {
        width: 50%;
        padding-left: 8.33333333%;
        text-align: left;
    }
}
.footer__links a {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.8rem;
    font-weight: 500;
    color: #19c320;
    text-transform: uppercase;
    text-align: center;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.75);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 320px) {
    .footer__links a {
        padding: 1rem 1.2rem;
    }
}
@media only screen and (min-width: 768px) {
    .footer__links a {
        margin-right: 2.4rem;
        padding: 2rem 2.4rem;
    }
}
.footer__links a:hover {
    color: #fff;
    text-decoration: none;
    background: none;
}
.logo-bottom {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3rem;
}
.copyright {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.products {
    position: relative;
    z-index: 999;
}
.products__line--top {
    position: relative;
    margin-top: -4rem;
    margin-bottom: 2.5rem;
}
.products__line--top:before {
    display: block;
    content: '';
    position: absolute;
    top: -3.5rem;
    left: -4.5rem;
    width: 108.5%;
    height: 11rem;
    background: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 320px) {
    .products__line--top:before {
        display: none;
    }
}
@media only screen and (min-width: 992px) {
    .products__line--top:before {
        display: block;
    }
}
.products__line--bottom {
    position: relative;
}
.products__line--bottom li:after {
    top: -6.5rem;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
}
.products__line--bottom li span {
    bottom: 92% !important;
        -ms-transform: translateY(100%);
    /* IE 9 */
    -webkit-transform: translateY(100%);
    /* Safari */
            transform: translateY(100%);
}
.products__line--bottom:before {
    display: block;
    content: '';
    position: absolute;
    bottom: -3.5rem;
    left: -4.5rem;
    width: 108.5%;
    height: 13rem;
    background: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 320px) {
    .products__line--bottom:before {
        display: none;
    }
}
@media only screen and (min-width: 992px) {
    .products__line--bottom:before {
        display: block;
    }
}
.products__line ul {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    text-align: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.products__line ul > * {
    display: inline-block;
}
.products__line ul > * {
    display: inline-block;
}
.products__line ul > * {
    vertical-align: top;
}
.products__line li {
    position: relative;
    font-size: 1.6rem;
    font-weight: 400;
    color: #999;
    border: 1px solid #ccc;
    border-right: none;
    cursor: pointer;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.products__line li:hover, .products__line li.active {
    color: #fff;
    background: #2082c7;
}
.products__line li:hover:after, .products__line li.active:after {
    display: block;
    content: '';
    width: 18.9rem;
    height: 6.5rem;
    position: absolute;
    bottom: -6.5rem;
    left: 50%;
    margin-left: -9.4rem;
    background: url('../images/shadow.png') no-repeat;
}
@media only screen and (min-width: 320px) {
    .products__line li:hover:after, .products__line li.active:after {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .products__line li:hover:after, .products__line li.active:after {
        display: block;
    }
}
.products__line li.active:hover:after {
    background: url('../images/shadow.png') no-repeat;
}
@media only screen and (min-width: 320px) {
    .products__line li.active:hover:after {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .products__line li.active:hover:after {
        display: block;
    }
}
.products__line li:hover:after {
    background: none;
}
.products__line li.not-active {
    color: #e9e9e9;
}
.products__line li span {
    position: absolute;
    bottom: 1.3rem;
    left: 1.3rem;
}
@media only screen and (min-width: 320px) {
    .products__line li span {
        bottom: 0.5rem;
        left: 0.5rem;
    }
}
@media only screen and (min-width: 768px) {
    .products__line li span {
        bottom: 1rem;
        left: 1rem;
    }
}
@media only screen and (min-width: 992px) {
    .products__line li span {
        bottom: 1.3rem;
        left: 1.3rem;
    }
}
.products__line li:last-child {
    border-right: 1px solid #ccc;
}
@media only screen and (min-width: 320px) {
    .products__line li {
        width: 25%;
        font-size: 1.1rem;
        font-weight: 300;
        min-height: 8rem;
        padding: 0.5rem;
    }
}
@media only screen and (min-width: 768px) {
    .products__line li {
        width: 14.28571429%;
        font-size: 1.2rem;
        font-weight: 400;
        min-height: 9rem;
        padding: 1rem;
    }
}
@media only screen and (min-width: 992px) {
    .products__line li {
        font-size: 1.5rem;
        min-height: 9.5rem;
        padding: 1.3rem;
    }
}
.products__view {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    text-align: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 3rem;
}
.products__view > * {
    display: inline-block;
}
.products__view > * {
    display: inline-block;
}
.products__view > * {
    vertical-align: top;
}
.products__view > * {
    vertical-align: middle;
}
.products__colors {
    position: relative;
    z-index: 999;
}
@media only screen and (min-width: 320px) {
    .products__colors {
        width: 25%;
        margin-bottom: 2rem;
    }
}
@media only screen and (min-width: 768px) {
    .products__colors {
        width: 16.66666667%;
    }
}
@media only screen and (min-width: 992px) {
    .products__colors {
        width: 16.66666667%;
        padding-left: 11rem;
    }
}
@media only screen and (min-width: 1200px) {
    .products__colors {
        padding-left: 18rem;
    }
}
@media only screen and (min-width: 320px) {
    .products__photo {
        width: 75%;
    }
}
@media only screen and (min-width: 768px) {
    .products__photo {
        width: 41.66666667%;
    }
}
@media only screen and (min-width: 992px) {
    .products__photo {
        width: 50%;
    }
}
.products__photo img {
    max-height: 40rem;
    display: block;
    margin: 0 auto;
}
@media only screen and (min-width: 320px) {
    .products__info {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .products__info {
        width: 41.66666667%;
    }
}
@media only screen and (min-width: 992px) {
    .products__info {
        width: 33.33333333%;
    }
}
.products__info > div {
    display: none;
}
.products__info > div.active {
    display: block;
}
.products__info h2 {
    font-size: 2.2rem;
    font-weight: 400;
    color: #2082c7;
    line-height: 1.3;
    margin-bottom: 1rem;
}
.products__info h3 {
    font-size: 1.8rem;
    font-weight: 400;
    color: #2082c7;
    margin-bottom: 0.5rem;
}
.products__info li {
    font-size: 1.3rem;
    color: #999;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}
.products__sizes {
    margin-bottom: 2rem;
}
.remodal.modal-main {
    padding: 6rem 4.5rem 4rem;
    background-image: -webkit-linear-gradient(top, #05bc1f 0%, #8cc63f 100%);
    background-image:      -o-linear-gradient(top, #05bc1f 0%, #8cc63f 100%);
    background-image:         linear-gradient(to bottom, #05bc1f 0%, #8cc63f 100%);
}
@media only screen and (min-width: 320px) {
    .remodal.modal-main {
        max-width: 95%;
    }
}
@media only screen and (min-width: 992px) {
    .remodal.modal-main {
        max-width: 90rem;
    }
}
.remodal.modal-main h2, .remodal.modal-main h3, .remodal.modal-main p {
    text-align: left;
    color: #fff;
}
.remodal.modal-main h2 {
    font-weight: 400;
    margin-bottom: 3.5rem;
}
@media only screen and (min-width: 320px) {
    .remodal.modal-main h2 {
        font-size: 2.8rem;
    }
}
@media only screen and (min-width: 768px) {
    .remodal.modal-main h2 {
        font-size: 3.6rem;
    }
}
.remodal.modal-main h3 {
    font-size: 2.4rem;
    font-weight: 400;
}
.remodal.modal-main p {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 3.5rem;
}
.btn-ok {
    display: inline-block;
    vertical-align: top;
    float: right;
    font-size: 2.4rem;
    color: #fff;
    text-decoration: none;
    background: #2082c7;
    border: 2px solid #2082c7;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    margin-top: 3rem;
    margin-bottom: 0;
}
@media only screen and (min-width: 320px) {
    .btn-ok {
        padding: 1.2rem 6rem;
    }
}
@media only screen and (min-width: 768px) {
    .btn-ok {
        padding: 1.2rem 10rem;
    }
}
@media only screen and (min-width: 992px) {
    .btn-ok {
        padding: 1.2rem 13rem;
    }
}
.btn-ok:hover {
    background: none;
    text-decoration: none;
    border: 2px solid #fff;
}
.modal-main--1 h2 {
    margin-bottom: 1rem !important;
}
.modal-main--1 p {
    margin-bottom: 4.5rem !important;
}
@media only screen and (min-width: 320px) {
    .modal-main__block {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .modal-main__block {
        width: 50%;
        padding-top: 1rem;
        padding-bottom: 3rem;
    }
}
.modal-main__block p {
    font-size: 1.8rem;
}
.modal-main__block p span {
    font-weight: 700;
}
.color-item {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    margin-bottom: 0.4rem;
    cursor: pointer;
}
.color-item--1 {
    background: #650017;
    margin-left: 62px;
}
.color-item--2 {
    background: #020641;
    margin-left: 50px;
}
.color-item--3 {
    background: #777989;
    margin-left: 40px;
}
.color-item--4 {
    background: #005e3a;
    margin-left: 30px;
}
.color-item--5 {
    background: #fad075;
    margin-left: 20px;
}
.color-item--6 {
    background: #98cd53;
    margin-left: 13px;
}
.color-item--7 {
    background: #bb110a;
    margin-left: 8px;
}
.color-item--8 {
    background: #b992db;
    margin-left: 5px;
}
.color-item--9 {
    background: #9fc0db;
    margin-left: 3px;
}
.color-item--10 {
    background: #eedec3;
}
.color-item--11 {
    background: #ff007e;
}
.color-item--12 {
    background: #d93e06;
    margin-left: 3px;
}
.color-item--13 {
    background: #580f5a;
    margin-left: 5px;
}
.color-item--14 {
    background: #0077b9;
    margin-left: 8px;
}
.color-item--15 {
    background: #000;
    margin-left: 13px;
}
.color-item--16 {
    background: #583c2e;
    margin-left: 20px;
}
.color-item--17 {
    background: #fff;
    border: 1px solid #f1f1f1;
    margin-left: 30px;
}
.color-item--18 {
    background: #00abb2;
    margin-left: 40px;
}
.color-item--19 {
    background: #c19c87;
    margin-left: 50px;
}
.color-item--20 {
    background: #c6cbcf;
    margin-left: 62px;
}
.products__colors--2 {
    display: none;
}
.products__colors--2 .color-item {
    width: 1.4rem;
    height: 1.4rem;
}
.products__colors--2 .color-item--1 {
    background: #fad075;
    margin-left: 65px;
}
.products__colors--2 .color-item--2 {
    background: #98cd53;
    margin-left: 50px;
}
.products__colors--2 .color-item--3 {
    background: #580f5a;
    margin-left: 40px;
}
.products__colors--2 .color-item--4 {
    background: #0077b9;
    margin-left: 28px;
}
.products__colors--2 .color-item--5 {
    background: #00abb2;
    margin-left: 18px;
}
.products__colors--2 .color-item--6 {
    background: #777989;
    margin-left: 10px;
}
.products__colors--2 .color-item--7 {
    background: #650017;
    margin-left: 6px;
}
.products__colors--2 .color-item--8 {
    background: #d93e06;
    margin-left: 3px;
}
.products__colors--2 .color-item--9 {
    background: #fff;
    border: 1px solid #f1f1f1;
    margin-left: 0;
}
.products__colors--2 .color-item--10 {
    background: #eedec3;
    margin-left: 3px;
}
.products__colors--2 .color-item--11 {
    background: #000;
    margin-left: 6px;
}
.products__colors--2 .color-item--12 {
    background: #583c2e;
    margin-left: 10px;
}
.products__colors--2 .color-item--13 {
    background: #ff007e;
    margin-left: 18px;
}
.products__colors--2 .color-item--14 {
    background: #c19c87;
    margin-left: 28px;
}
.products__colors--2 .color-item--15 {
    background: #020641;
    margin-left: 40px;
}
.products__colors--2 .color-item--16 {
    background: #ea2323;
    margin-left: 50px;
}
.products__colors--2 .color-item--17 {
    background: #ea2323;
    margin-left: 65px;
    border: none;
}
/*# sourceMappingURL=style.css.map */
